[Composer] Add conflict to behat/gherkin

This commit is contained in:
Grzegorz Sadowski 2025-05-07 06:46:23 +02:00
parent f67f83b440
commit a6c2f94ade
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 6 additions and 0 deletions

View file

@ -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`

View file

@ -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",