Skip to content

Commit bf13fa5

Browse files
committed
Updated required PHP version to now specify 5.5
since 5.4 is EOL'd.
1 parent 33adbf7 commit bf13fa5

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,46 +9,39 @@
99
{
1010
"name": "Rich Morgan",
1111
"email": "[email protected]",
12-
"role": "Team Lead Developer"
12+
"role": "Creator and Lead Developer"
1313
}
1414
],
15-
1615
"repositories": [
1716
{
1817
"type": "git",
1918
"url": "https://github.com/ionux/RichArbitraryPrecisionIntegerMath.git"
2019
}
2120
],
22-
2321
"support": {
2422
"issues": "https://github.com/ionux/RichArbitraryPrecisionIntegerMath/issues",
2523
"email": "[email protected]",
2624
"source": "https://github.com/ionux/RichArbitraryPrecisionIntegerMath"
2725
},
28-
2926
"autoload": {
3027
"psr-4": {
3128
"RAPIM\\": "src/"
3229
}
3330
},
34-
3531
"autoload-dev": {
3632
"psr-4": {
3733
"RAPIM\\": "src/"
3834
}
3935
},
40-
4136
"require": {
42-
"php": ">=5.4.0",
37+
"php": ">=5.5.0",
4338
"ext-bcmath": "*",
4439
"ext-openssl": "*"
4540
},
46-
4741
"require-dev": {
4842
"phpunit/phpunit": "4.1.3",
4943
"ext-gmp": "*"
5044
},
51-
5245
"suggest": {
5346
"ext-gmp": "Highest performing math extension and preferred for this library's mathematical calculations."
5447
}

0 commit comments

Comments
 (0)