Skip to content

Commit

Permalink
Update composer version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
danhunsaker committed Feb 16, 2016
1 parent 72b2dc4 commit f04b4f8
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "danhunsaker/bcmath",
"description": "PHP bcmath as a static class, with several enhancements.",
"keywords": ["bcmath", "large number"],
"license": "MIT",
"authors": [{
"name": "Daniel Hunsaker",
"email": "[email protected]"
}],
"require": {
"ext-bcmath": "^0.0.0"
"php": "^5.4|^7.0",
"ext-bcmath": "*"
},
"require-dev": {
"behat/behat": "^3.0",
"henrikbjorn/phpspec-code-coverage": "^2.0",
"phpspec/phpspec": "^2.4",
"phpunit/phpunit": "^5.2",
"rmiller/behat-spec": "^0.3.0"
"phpunit/phpunit": "^5.0",
"rmiller/behat-spec": "^0.3"
},
"license": "MIT",
"authors": [{
"name": "Daniel Hunsaker",
"email": "[email protected]"
}],
"autoload": {
"psr-4": {
"Danhunsaker\\": "src/"
Expand Down

0 comments on commit f04b4f8

Please sign in to comment.