* 2.0: (69 commits) Add a conflict for "doctrine/doctrine-bundle": "2.11.0" Disable check for security vulnerabilites step [CS][DX] Refactor [API] Adjust contract tests after changes with translations [API] Disallow removing the translation in default locale [API] Improve contract test of creating a product with invalid translation locale [Maintenance] Fix other possibly invalid route attribute getting [Maintenance] Fix AdminFilterSubscriber failing when no _route attribute present [ApiBundle] Fix ProductAssociationTypesTest [ApiBundle] Remove unnecessary method in TranslatableLocaleKeyDenormalizer [ApiBundle] Translation key as locale [ApiBundle] Fix type-hint [PromotionBundle] Remove unnecessary constraint [AttributeBundle] Standardize locale validation translations Standardize locale validation translations [ApiBundle] Improve readability [ApiBundle] Add contract test to check validation of locale [TaxonomyBundle] Add validation on locale of translation [ShippingBundle] Add validation on locale of translation [PromotionBundle] Add validation on locale of translation ...
1.4 KiB
CONFLICTS
This document explains why certain conflicts were added to composer.json and
references related issues.
-
symfony/framework-bundle:6.2.8:This version is missing the service alias
validator.expressionwhich causes ValidatorException exception to be thrown when usingExpressionconstraint. -
doctrine/orm:>= 2.16.0This version makes Sylius Fixtures loading fail on the product review fixtures. References: https://github.com/doctrine/orm/issues/10869
-
symfony/validator:5.4.25 || 6.2.12 || 6.3.1This version introduced a bug, causing validation constraints to not work. References: https://github.com/symfony/symfony/issues/50780
-
stof/doctrine-extensions-bundle:1.8.0This version introduced configuring the metadata cache for the extensions, what breaks the
Timestampablebehaviour. This package is not exactly the root of the problem, but it started using a bugged feature of thegedmo/doctrine-extensionspackage.References:
-
doctrine/doctrine-bundle:2.11.0:This version uses the readonly property, which is available from PHP 8.1 while the package also supports PHP 7.4 and 8.0, leading to compatibility issues.