Skip to content

Commit 2f35e75

Browse files
authored
Require PHP 5.6.6 to support JSON_PRESERVE_ZERO_FRACTION
1 parent 30ee3e0 commit 2f35e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": ">=5.6.0 <9.0",
15+
"php": ">=5.6.6 <9.0",
1616
"softcreatr/jsonpath": "^0.5 || ^0.7",
1717
"codeception/codeception": "^4.0",
1818
"justinrainbow/json-schema": "~5.2.9"

0 commit comments

Comments
 (0)