Skip to content

Commit 1d31424

Browse files
fabpotnicolas-grekas
authored andcommitted
bumped minimum version to PHP 7.1
1 parent f127399 commit 1d31424

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
19+
"php": "^7.1.3",
2020
"symfony/polyfill-mbstring": "~1.0",
21-
"symfony/translation": "~2.8|~3.0|~4.0.0"
21+
"symfony/translation": "~2.8|~3.0|~4.0"
2222
},
2323
"require-dev": {
24-
"symfony/http-foundation": "~2.8|~3.0|~4.0.0",
25-
"symfony/intl": "^2.8.18|^3.2.5|~4.0.0",
26-
"symfony/yaml": "~3.3|~4.0.0",
27-
"symfony/config": "~2.8|~3.0|~4.0.0",
28-
"symfony/dependency-injection": "~3.3|~4.0.0",
29-
"symfony/expression-language": "~2.8|~3.0|~4.0.0",
30-
"symfony/cache": "~3.1|~4.0.0",
24+
"symfony/http-foundation": "~2.8|~3.0|~4.0",
25+
"symfony/intl": "^2.8.18|^3.2.5|~4.0",
26+
"symfony/yaml": "~3.3|~4.0",
27+
"symfony/config": "~2.8|~3.0|~4.0",
28+
"symfony/dependency-injection": "~3.3|~4.0",
29+
"symfony/expression-language": "~2.8|~3.0|~4.0",
30+
"symfony/cache": "~3.1|~4.0",
3131
"doctrine/annotations": "~1.0",
3232
"doctrine/cache": "~1.0",
3333
"egulias/email-validator": "^1.2.8|~2.0"

0 commit comments

Comments
 (0)