Skip to content

Commit c003785

Browse files
committed
Allow php 5.3 in composer
1 parent 46469ac commit c003785

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)