Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
amouhzi committed Apr 4, 2014
2 parents e14ae29 + 9c0a87c commit 74f40be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "php-mod/number",
"description" : "Number Class",
"license": "MIT",
"authors": [
{
"name": "Hassan Amouhzi",
"email": "[email protected]"
}
],
"require" : {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Number": "src"
}
}
}

0 comments on commit 74f40be

Please sign in to comment.