Skip to content

Commit 64e85cd

Browse files
committed
Allow php 5.3 to be used
1 parent 6ba3fa3 commit 64e85cd

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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4.0",
13+
"php": ">=5.3.0",
1414
"ext-json": "*"
1515
},
1616
"replace": {

0 commit comments

Comments
 (0)