Skip to content

Commit 97cdd88

Browse files
committed
bug #58339 [Notifier] allow the Novu bridge to be used with symfony/notifier 7.x (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier] allow the Novu bridge to be used with symfony/notifier 7.x | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 72d8178 allow the Novu bridge to be used with symfony/notifier 7.x
2 parents d86f899 + 72d8178 commit 97cdd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Novu/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"symfony/http-client": "^5.4|^6.0|^7.0",
21-
"symfony/notifier": "^6.4"
21+
"symfony/notifier": "^6.4|^7.0"
2222
},
2323
"autoload": {
2424
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Novu\\": "" },

0 commit comments

Comments
 (0)