Sylius/CONFLICTS.md
Grzegorz Sadowski d13ebb94d8
Merge branch '2.0' into api-platform-3
* 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
  ...
2024-03-29 14:49:47 +01:00

1 KiB

CONFLICTS

This document explains why certain conflicts were added to composer.json and references related issues.

  • lexik/jwt-authentication-bundle: ^2.18

    After bumping to this version ApiBundle starts failing due to requesting a non-existing api_platform.openapi.factory.legacy service. 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.0

    This 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.0

    This version introduced configuring the metadata cache for the extensions, what breaks the Timestampable behaviour. This package is not exactly the root of the problem, but it started using a bugged feature of the gedmo/doctrine-extensions package.

    References: