Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  [Notifier] Allow Symfony 6
  • Loading branch information
nicolas-grekas committed Oct 29, 2021
2 parents 42dd81f + 411ec59 commit 114939f
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 @@ -17,8 +17,8 @@
],
"require": {
"php": ">=8.0.2",
"symfony/http-client": "^4.4|^5.2|^6.0",
"symfony/notifier": "^5.3|^6.0"
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^5.4|^6.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Smsc\\": "" },
Expand Down

0 comments on commit 114939f

Please sign in to comment.