Skip to content

Commit 8a88cf6

Browse files
committed
Use a more strict PHP requirement (symfony-cmf/symfony-cmf#224)
1 parent baf6354 commit 8a88cf6

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
@@ -14,7 +14,7 @@
1414
"minimum-stability": "dev",
1515
"prefer-stable": false,
1616
"require": {
17-
"php": ">=5.3.9",
17+
"php": "^5.3.9|^7.0",
1818
"symfony-cmf/routing": "~1.2",
1919
"symfony/framework-bundle": "~2.3"
2020
},

0 commit comments

Comments
 (0)