Skip to content

Commit 3e60536

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

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/framework-bundle": "~2.3"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)