Skip to content

Commit

Permalink
Bump to support symfony/notifier ^7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrose committed Jan 2, 2025
1 parent d069bac commit 0688832
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 @@ -21,9 +21,9 @@
],
"require": {
"php": ">=8.1",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/notifier": "^5.4|^6.0"
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/notifier": "^7.2"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\JustCall\\": "" },
Expand Down

0 comments on commit 0688832

Please sign in to comment.