Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgoslett committed Jan 22, 2016
1 parent bffcef2 commit de9ea5a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "superbalist/money-php",
"description": "A money and currency library for handling arbitrary-precision arithmetic",
"authors": [
{
"name": "Superbalist.com a division of Takealot Online (Pty) Ltd",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"ext-bcmath": "*"
},
"autoload": {
"psr-4": {
"Superbalist\\Money\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}

0 comments on commit de9ea5a

Please sign in to comment.