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

Commit 022cd27

Browse files
committed
Use a more strict PHP requirement (symfony-cmf/symfony-cmf#224)
1 parent ec05a6f commit 022cd27

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
@@ -12,7 +12,7 @@
1212
"minimum-stability": "dev",
1313
"prefer-stable": true,
1414
"require": {
15-
"php": ">=5.3.9",
15+
"php": "^5.3.9|^7.0",
1616
"symfony-cmf/routing-auto": "^1.1",
1717
"symfony-cmf/routing-bundle": "^1.2.0",
1818
"symfony-cmf/core-bundle": "^1.2",

0 commit comments

Comments
 (0)