Skip to content

Commit 0c64945

Browse files
committed
bug #199 Fix Turbo Mercure bridge dependency (tgalopin)
This PR was merged into the 2.x branch. Discussion ---------- Fix Turbo Mercure bridge dependency | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | Fix #198 | License | MIT I think the package should be able to handle both 1.x and 2.x without change. `@weaverryan` I guess this will require a dedicated tag right? Commits ------- 94b52a7 Fix Turbo Mercure bridge dependency
2 parents b266f96 + 94b52a7 commit 0c64945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/Bridge/Mercure/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"php": ">=7.2.5",
3030
"symfony/mercure-bundle": "^0.3",
3131
"symfony/twig-bundle": "^5.2|^6.0",
32-
"symfony/ux-turbo": "^1.3"
32+
"symfony/ux-turbo": "^2.0"
3333
},
3434
"extra": {
3535
"thanks": {

0 commit comments

Comments
 (0)