Skip to content

Commit 552d983

Browse files
committed
Merge pull request #10 from temp/fix-errors
fix version contraints
2 parents 0404735 + 0f265d5 commit 552d983

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">=5.5.0",
22+
"php": ">=5.4.0",
2323
"psr/log": "~1.0",
2424
"symfony/process": "~2.3"
2525
},
2626
"require-dev": {
27+
"php": ">=5.5.0",
2728
"phpunit/phpunit": "~4.5"
2829
},
2930
"autoload": {

0 commit comments

Comments
 (0)