Skip to content

Commit 5cd628b

Browse files
fabpotnicolas-grekas
authored andcommitted
bumped minimum version to PHP 7.1
1 parent f1c6c31 commit 5cd628b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.3",
2020
"symfony/polyfill-mbstring": "~1.0"
2121
},
2222
"require-dev": {
23-
"symfony/config": "~2.8|~3.0|~4.0.0",
24-
"symfony/intl": "^2.8.18|^3.2.5|~4.0.0",
25-
"symfony/yaml": "~3.3|~4.0.0",
23+
"symfony/config": "~2.8|~3.0|~4.0",
24+
"symfony/intl": "^2.8.18|^3.2.5|~4.0",
25+
"symfony/yaml": "~3.3|~4.0",
2626
"psr/log": "~1.0"
2727
},
2828
"conflict": {

0 commit comments

Comments
 (0)