File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments