1.2 KiB
CONFLICTS
This document explains why certain conflicts were added to composer.json and
references related issues.
-
lexik/jwt-authentication-bundle: ^2.18After bumping to this version ApiBundle starts failing due to requesting a non-existing
api_platform.openapi.factory.legacyservice. As we are not using this service across the ApiBundle we added this conflict to unlock the builds, until we investigate the problem. -
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.25This 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: