Skip to content

Commit 7431190

Browse files
committed
Fix minimum required PHP version for Symfony4
1 parent 8725c24 commit 7431190

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
@@ -5,7 +5,7 @@
55
"description": "Project description",
66
"minimum-stability": "beta",
77
"require": {
8-
"php": "^7.0.8",
8+
"php": "^7.1.3",
99
"symfony/console": "^4.0",
1010
"symfony/flex": "^1.0",
1111
"symfony/framework-bundle": "^4.0",

0 commit comments

Comments
 (0)