mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
2.3 KiB
2.3 KiB
CONFLICTS
This document explains why certain conflicts were added to composer.json and
refereneces related issues.
-
doctrine/inflector:^1.4:Inflector 1.4 changes pluralization of
taxonfromtaxons(used in Sylius) totaxa.References: https://github.com/doctrine/inflector/issues/147
-
symfony/doctrine-bridge:4.4.16:This version of Doctrine Bridge introduces a bug that causes an issue related to
ChannelPricingmapping.References: https://github.com/Sylius/Sylius/issues/11970, https://github.com/symfony/symfony/issues/38861
-
laminas/laminas-code": "^4.0.0:Throw many syntax exceptions after running
vendor/bin/psalm --show-info=falseonphp7.4Error: Syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM on line 480 Error: Syntax error, unexpected T_VARIABLE, expecting ')' on line 480 Error: Syntax error, unexpected ')' on line 481 Error: Syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM on line 495 Error: Syntax error, unexpected T_VARIABLE, expecting ')' on line 495 Error: Syntax error, unexpected ')' on line 496 Error: Syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM on line 59 Error: Syntax error, unexpected T_VARIABLE, expecting ')' on line 59 Error: Syntax error, unexpected ',' on line 59 Error: Syntax error, unexpected ')' on line 63 Error: Syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM on line 105 Error: Syntax error, unexpected T_VARIABLE, expecting ')' on line 105 Error: Syntax error, unexpected ')' on line 107 Error: Syntax error, unexpected T_VARIABLE, expecting ')' on line 161 Error: Syntax error, unexpected ',' on line 161 Error: Syntax error, unexpected ')' on line 163 Error: Syntax error, unexpected T_VARIABLE, expecting ')' on line 185 Error: Syntax error, unexpected ',' on line 185 Error: Syntax error, unexpected ')' on line 187 Error: Syntax error, unexpected T_STRING, expecting T_PAAMAYIM_NEKUDOTAYIM on line 161 Error: Syntax error, unexpected T_VARIABLE, expecting ')' on line 161 Error: Syntax error, unexpected ')' on line 161 Error: Process completed with exit code 1.References: https://github.com/laminas/laminas-code/issues/67