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 f20b024 commit 2474671
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,9 +16,9 @@
}
],
"require": {
"php": ">=8.1",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/notifier": "^6.2.7|^7.0"
"php": ">=8.2",
"symfony/http-client": "^6.4|^7.0",
"symfony/notifier": "^6.4|^7.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Smsc\\": "" },
Expand Down

0 comments on commit 2474671

Please sign in to comment.