Skip to content

Commit 5b9cfeb

Browse files
committed
Corrected PHP version.
PHP 5.4 does not support initializations using expressions containing constants.
1 parent 4ad3b7a commit 5b9cfeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222

2323
"require": {
24-
"php": ">=5.4",
24+
"php": ">=5.5",
2525
"psr/log": "^1.0",
2626
"icecave/isolator": "~2|~3"
2727
},

0 commit comments

Comments
 (0)