Skip to content

Commit 0dc1753

Browse files
fabpotnicolas-grekas
authored andcommitted
bumped minimum version to PHP 7.1
1 parent e9cf98b commit 0dc1753

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
@@ -16,11 +16,11 @@
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/css-selector": "~2.8|~3.0|~4.0.0"
23+
"symfony/css-selector": "~2.8|~3.0|~4.0"
2424
},
2525
"suggest": {
2626
"symfony/css-selector": ""

0 commit comments

Comments
 (0)