Skip to content

Commit 40e6284

Browse files
author
Craig Manley
authored
Update composer.json to require PHP >= 5.4
for short [] array declaration syntax.
1 parent c5f11a4 commit 40e6284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.0"
15+
"php": ">=5.4.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)