Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 64c696a

Browse files
committed
Fixed composer PHP dependency version
1 parent e5d0781 commit 64c696a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": "http://github.com/Litipk/php-bignumbers"
1616
},
1717
"require": {
18-
"php": ">=5.3.0",
18+
"php": ">=5.4.0",
1919
"ext-bcmath": "*",
2020
"litipk/php-exceptions": ">=0.1.3"
2121
},

0 commit comments

Comments
 (0)