Sylius/CONFLICTS.md
Grzegorz Sadowski f1118eae44
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Remove currently unneeded custom build
  [API] Add default sorting order for customers admin GET endpoint
  Change fixtures - add createdAt different time for customers
  [Review] Change ReviewChangeListener doctrine event from postRemove to preRemove
  [Composer] Remove conflict to doctrine/orm
2024-10-09 06:52:00 +02:00

14 lines
582 B
Markdown

# CONFLICTS
This document explains why certain conflicts were added to `composer.json` and
references related issues.
- `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:
- https://github.com/stof/StofDoctrineExtensionsBundle/issues/455
- https://github.com/doctrine-extensions/DoctrineExtensions/issues/2600