Skip to content

Commit 4c684c1

Browse files
committed
Use a more strict PHP requirement (symfony-cmf/symfony-cmf#224)
1 parent 92ae2c5 commit 4c684c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"minimum-stability": "dev",
1515
"require": {
16-
"php": ">=5.3.9",
16+
"php": "^5.3.9|^7.0",
1717
"symfony/routing": "^2.2|3.*",
1818
"symfony/http-kernel": "^2.2|3.*",
1919
"psr/log": "1.*"

0 commit comments

Comments
 (0)