Skip to content

Commit cede45f

Browse files
Bump minimum PHP version to 7.1
1 parent beecef6 commit cede45f

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,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3"
19+
"php": ">=7.1"
2020
},
2121
"autoload": {
2222
"psr-4": { "Symfony\\Polyfill\\Php72\\": "" },
@@ -25,7 +25,7 @@
2525
"minimum-stability": "dev",
2626
"extra": {
2727
"branch-alias": {
28-
"dev-main": "1.19-dev"
28+
"dev-main": "1.20-dev"
2929
},
3030
"thanks": {
3131
"name": "symfony/polyfill",

0 commit comments

Comments
 (0)