Skip to content

Commit f04b4f8

Browse files
committed
Update composer version requirements
1 parent 72b2dc4 commit f04b4f8

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

composer.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
22
"name": "danhunsaker/bcmath",
33
"description": "PHP bcmath as a static class, with several enhancements.",
4+
"keywords": ["bcmath", "large number"],
5+
"license": "MIT",
6+
"authors": [{
7+
"name": "Daniel Hunsaker",
8+
"email": "[email protected]"
9+
}],
410
"require": {
5-
"ext-bcmath": "^0.0.0"
11+
"php": "^5.4|^7.0",
12+
"ext-bcmath": "*"
613
},
714
"require-dev": {
815
"behat/behat": "^3.0",
916
"henrikbjorn/phpspec-code-coverage": "^2.0",
1017
"phpspec/phpspec": "^2.4",
11-
"phpunit/phpunit": "^5.2",
12-
"rmiller/behat-spec": "^0.3.0"
18+
"phpunit/phpunit": "^5.0",
19+
"rmiller/behat-spec": "^0.3"
1320
},
14-
"license": "MIT",
15-
"authors": [{
16-
"name": "Daniel Hunsaker",
17-
"email": "[email protected]"
18-
}],
1921
"autoload": {
2022
"psr-4": {
2123
"Danhunsaker\\": "src/"

0 commit comments

Comments
 (0)