mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Composer] Add conflict to behat/gherkin
This commit is contained in:
parent
f67f83b440
commit
a6c2f94ade
2 changed files with 6 additions and 0 deletions
|
|
@ -32,3 +32,8 @@ references related issues.
|
|||
|
||||
This version has a bug, which lead to a fatal error:
|
||||
`An exception has been thrown during the rendering of a template ("Warning: Undefined variable $blocks").`
|
||||
|
||||
- `behat/gherkin:^4.13.0`:
|
||||
|
||||
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`
|
||||
|
|
|
|||
|
|
@ -187,6 +187,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"api-platform/core": "2.7.17",
|
||||
"behat/gherkin": "^4.13.0",
|
||||
"lexik/jwt-authentication-bundle": "^2.18",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"symfony/validator": "5.4.25",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue