Skip to content

Commit 63d1eea

Browse files
committed
Change version contraint for JSON extension
1 parent 7b1a3d3 commit 63d1eea

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
],
1616
"require": {
1717
"php": "^7.1",
18-
"ext-json": "^1.6"
18+
"ext-json": ">=1.5"
1919
},
2020
"require-dev": {
2121
"mediact/testing-suite": "@stable",

0 commit comments

Comments
 (0)