* 2.0: (776 commits) Add missing validation for the customers first and last name [CS][DX] Refactor Bring back all Sylius' state machines to Winzou Add overriding the Resource's state machine with the one from the Sylius abstraction Add missing locales to contract test [Taxon][Behat] validate translations with unexisting locales [ShippingMethod][Behat] validate translations with unexisting locales [Promotion][Behat] validate translations with unexisting locales [Product][Behat] validate translations with unexisting locales [PaymentMethod][Behat] validate translations with unexisting locales Validate all translatable objects for unexisiting locales Validate customer's password reset Validate customer creation and edit Make the validation trait more generic [Api] Change namespace of TaxonImagesTest class [Api] Remove _response suffix [Behat] Minor improvments of viewing_taxon_image scenario [Api][ProductImage] Add https prefix check [Api][Admin] Allow using float for ratio in exchange rate SYL-3329 Fix behat test for SyliusPayPalPlugin ...
1 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
-
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: