Skip to content

Commit a3da92d

Browse files
committed
bug #191 [LiveComponent] require symfony/ux-twig-component 2.x (kbond)
This PR was merged into the 2.x branch. Discussion ---------- [LiveComponent] require `symfony/ux-twig-component` 2.x | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Tickets | Fix #190 | License | MIT Commits ------- 77efee5 [LiveComponent] require symfony/ux-twig-component 2.x
2 parents 89dc843 + 77efee5 commit a3da92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require": {
2929
"php": ">=8.0",
30-
"symfony/ux-twig-component": "^1.4"
30+
"symfony/ux-twig-component": "^2.0"
3131
},
3232
"require-dev": {
3333
"symfony/framework-bundle": "^4.4|^5.0|^6.0",

0 commit comments

Comments
 (0)