Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b58837

Browse files
committed
Add conflict with lcobucci/jwt to prevent Behat build failures
1 parent f2a4392 commit 1b58837

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

CONFLICTS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# CONFLICTS
2+
3+
This document explains why certain conflicts were added to `composer.json` and
4+
refereneces related issues.
5+
6+
- `doctrine/inflector:^1.4`:
7+
8+
Inflector 1.4 changes pluralization of `taxon` from `taxons` (used in Sylius) to `taxa`.
9+
10+
References: https://github.com/doctrine/inflector/issues/147
11+
12+
- `lcobucci/jwt:^3.4`:
13+
14+
Crashes Behat test suite while executing step `And I am logged in as "[email protected]"`
15+
in the new API context:
16+
17+
```
18+
Warning: array_key_exists() expects parameter 2 to be array, null given in vendor/webmozart/assert/src/Assert.php line 1662
19+
```
20+
21+
- `symfony/doctrine-bridge:4.4.16`:
22+
23+
This version of Doctrine Bridge introduces a bug that causes an issue related to `ChannelPricing` mapping.
24+
25+
References: https://github.com/Sylius/Sylius/issues/11970, https://github.com/symfony/symfony/issues/38861

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
},
194194
"conflict": {
195195
"doctrine/inflector": "^1.4",
196+
"lcobucci/jwt": "^3.4",
196197
"phpspec/prophecy": "1.11.0",
197198
"sylius/grid-bundle": "1.7.4",
198199
"symfony/doctrine-bridge": "4.4.16",

0 commit comments

Comments
 (0)