Add conflict to symfony-ux ^2.29

This commit is contained in:
TheMilek 2025-08-19 15:20:48 +02:00
parent 872d696bc3
commit 1cc094f609
No known key found for this signature in database
GPG key ID: A3F43F426B5286AA
2 changed files with 4 additions and 3 deletions

View file

@ -12,6 +12,7 @@ This document explains why certain conflicts were added to `composer.json` and r
This version moved files to flatten paths into a PSR-4 structure, which lead to a fatal error:
`PHP Fatal error: Uncaught Error: Failed opening required '/home/runner/work/Sylius/Sylius/vendor/behat/gherkin/src/../../../i18n.php' (include_path='.:/usr/share/php') in /home/runner/work/Sylius/Sylius/vendor/behat/gherkin/src/Keywords/CachedArrayKeywords.php:34`
- `symfony/ux-live-component:2.28.0||2.28.1`:
- `symfony/ux-live-component:2.28.0||2.28.1||^2.29`:
This version throws a MethodNotAllowedException during using live components.
The versions 2.28.0 and 2.28.1 throws a MethodNotAllowedException during using live components.
Since the version 2.29 the behavior of UrlFactory::createFromPreviousAndProps method has been changed that unmatches the previous one.

View file

@ -244,7 +244,7 @@
"conflict": {
"api-platform/jsonld": "^4.1.1",
"behat/gherkin": "^4.13.0",
"symfony/ux-live-component": "2.28.0 || 2.28.1"
"symfony/ux-live-component": "2.28.0 || 2.28.1 || ^2.29"
},
"config": {
"preferred-install": {