symfony / ux

Symfony UX initiative: a JavaScript ecosystem for Symfony
https://ux.symfony.com/
MIT License
856 stars 315 forks source link

Wrong dependency on `symfony/ux-turbo-mercure` #198

Closed Lustmored closed 2 years ago

Lustmored commented 2 years ago

When following upgrade guide I stumbled upon dependency conflict within ux-turbo-mercure:

Problem 1
    - Root composer.json requires symfony/ux-turbo-mercure ^2.0 -> satisfiable by symfony/ux-turbo-mercure[v2.0.0].
    - symfony/ux-turbo-mercure v2.0.0 requires symfony/ux-turbo ^1.3 -> found symfony/ux-turbo[v1.3.0] but it conflicts with your root composer.json require (^2.0).

Looks like ux-turbo-mercure needs dep bump on ux-turbo to ^2.0 that was missed.

tgalopin commented 2 years ago

Fix in https://github.com/symfony/ux/pull/199

virtualize commented 2 years ago

Thanks for the fix. @tgalopin. Can we please have minor release for ux-turbo-mercure that includes this fix?

tgalopin commented 2 years ago

Should be the case now, 2.0.1

Lustmored commented 2 years ago

Yep, I can confirm upgrade went well this time. Thanks a lot!