mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
15 lines
751 B
Markdown
15 lines
751 B
Markdown
# CONFLICTS
|
|
|
|
This document explains why certain conflicts were added to `composer.json` and references related issues.
|
|
|
|
- `symfony/ux-live-component:2.28.0||2.28.1||^2.29`:
|
|
|
|
The versions 2.28.0 and 2.28.1 throws a MethodNotAllowedException during using live components.
|
|
Since the version 2.29 the behavior of UrlFactory::createFromPreviousAndProps method has been changed that unmatches the previous one.
|
|
|
|
- `doctrine/orm:2.20.7||3.5.3`:
|
|
|
|
These versions contain a regression that breaks queries with empty arrays, causing SQL syntax errors when methods like `EntityRepository::findById([])` are called with an empty array.
|
|
This leads to invalid SQL queries like `WHERE t0.id IN ()`.
|
|
|
|
References: https://github.com/doctrine/orm/issues/12245
|