Skip to content

Commit c12debb

Browse files
committed
bumped min version to 7.1
1 parent 2c1dbbb commit c12debb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Project description",
66
"minimum-stability": "dev",
77
"require": {
8-
"php": "^7.0",
8+
"php": "^7.1",
99
"symfony/flex": "1.0.x-dev",
1010
"symfony/framework-bundle": "3.3.x-dev",
1111
"symfony/yaml": "3.3.x-dev"
@@ -15,7 +15,7 @@
1515
},
1616
"config": {
1717
"platform": {
18-
"php": "7.0"
18+
"php": "7.1"
1919
},
2020
"preferred-install": {
2121
"*": "dist"

0 commit comments

Comments
 (0)