Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1457491

Browse files
minor #46273 [Notifier] Allow symfony/mercure 0.6 in Mercure bridge (chalasr)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Allow symfony/mercure 0.6 in Mercure bridge | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fixes #46270 | License | MIT | Doc PR | - Nothing to do in the root composer.json. Commits ------- 0e7a592 [Notifier] Allow symfony/mercure 0.6 in Mercure bridge
2 parents 87d314e + 0e7a592 commit 1457491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"ext-json": "*",
21-
"symfony/mercure": "^0.5.2",
21+
"symfony/mercure": "^0.5.2|^0.6",
2222
"symfony/notifier": "^5.3|^6.0",
2323
"symfony/service-contracts": "^1.10|^2|^3"
2424
},

0 commit comments

Comments
 (0)