mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Composer] Temporarily add conflict with symfony/ux
This commit is contained in:
parent
1f425f29ff
commit
005c598dcf
2 changed files with 6 additions and 1 deletions
|
|
@ -11,3 +11,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`:
|
||||
|
||||
This version throws a MethodNotAllowedException during adding a new live collection item.
|
||||
|
|
|
|||
|
|
@ -243,7 +243,8 @@
|
|||
},
|
||||
"conflict": {
|
||||
"api-platform/jsonld": "^4.1.1",
|
||||
"behat/gherkin": "^4.13.0"
|
||||
"behat/gherkin": "^4.13.0",
|
||||
"symfony/ux-live-component": "^2.28"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue