mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Add conflict to symfony-ux ^2.29
This commit is contained in:
parent
872d696bc3
commit
1cc094f609
2 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue