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 83a2384 commit a52fbda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"psr/event-dispatcher": "^1",
"symfony/mailer": "^5.4.21|^6.2.7|^7.0"
"symfony/mailer": "^6.4|^7.0"
},
"require-dev": {
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/webhook": "^6.3|^7.0"
"symfony/http-client": "^6.4|^7.0",
"symfony/webhook": "^6.4|^7.0"
},
"conflict": {
"symfony/http-foundation": "<6.2"
"symfony/http-foundation": "<6.4"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Postmark\\": "" },
Expand Down

0 comments on commit a52fbda

Please sign in to comment.