Skip to content

Commit

Permalink
Bump minimum PHP version to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 23, 2020
1 parent f54ef00 commit e70aa8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php": ">=7.0.8"
"php": ">=7.1"
},
"autoload": {
"psr-4": { "Symfony\\Polyfill\\Php80\\": "" },
Expand All @@ -30,7 +30,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "1.19-dev"
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
Expand Down

0 comments on commit e70aa8b

Please sign in to comment.