Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b9ec912

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

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": true,
1616
"require": {
17-
"php": ">=5.3.9",
17+
"php": "^5.3.9|^7.0",
1818
"symfony/framework-bundle": "^2.3",
1919
"symfony-cmf/core-bundle": "^1.1.0-RC3",
2020
"doctrine/phpcr-bundle": "^1.1",

0 commit comments

Comments
 (0)