mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
bug #15154 Add a conflict for "stof/doctrine-extensions-bundle": "1.8.0" (jakubtobiasz)
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.12
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Commits
-------
210754fe1a Add a conflict for "stof/doctrine-extensions-bundle": "1.8.0"
This commit is contained in:
commit
4111c1017a
11 changed files with 22 additions and 2 deletions
10
CONFLICTS.md
10
CONFLICTS.md
|
|
@ -64,3 +64,13 @@ references related issues.
|
|||
|
||||
This version introduced a bug, causing validation constraints to not work.
|
||||
References: https://github.com/symfony/symfony/issues/50780
|
||||
|
||||
- `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
|
||||
|
|
|
|||
|
|
@ -184,6 +184,7 @@
|
|||
"doctrine/orm": "2.15.2 || 2.15.3",
|
||||
"jms/serializer-bundle": "4.1.0",
|
||||
"lexik/jwt-authentication-bundle": "^2.18",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"symfony/dependency-injection": "5.4.5",
|
||||
"symfony/framework-bundle": "5.4.5 || 6.2.8",
|
||||
"symfony/validator": "5.4.25 || 6.2.12 || 6.3.1",
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
"symfony/form": "^5.4 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2"
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@
|
|||
"symfony/validator": "^5.4 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2"
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@
|
|||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@
|
|||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue