Skip to content

Commit

Permalink
[7.0] Bump to PHP 8.2 minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 23, 2023
1 parent aacdb39 commit 74d818f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"symfony/polyfill-ctype": "^1.8"
},
"require-dev": {
"symfony/console": "^5.4|^6.0|^7.0"
"symfony/console": "^6.4|^7.0"
},
"conflict": {
"symfony/console": "<5.4"
"symfony/console": "<6.4"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Yaml\\": "" },
Expand Down

0 comments on commit 74d818f

Please sign in to comment.