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. -
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.15.2:This version introduced a bug, which causes the
ForeignKeyConstraintViolationExceptionexception to not be thrown when trying to delete a resource with a foreign key constraint. References: doctrine/orm#10752