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:
Kamil Grygierzec 2023-07-11 12:00:11 +02:00 committed by GitHub
commit 4111c1017a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 22 additions and 2 deletions

View file

@ -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

View file

@ -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",

View file

@ -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": {

View file

@ -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": {

View file

@ -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": {

View file

@ -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": {

View file

@ -38,6 +38,7 @@
},
"conflict": {
"doctrine/orm": "2.15.2",
"stof/doctrine-extensions-bundle": "1.8.0",
"twig/twig": "^3.0"
},
"require-dev": {

View file

@ -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": {

View file

@ -38,6 +38,7 @@
},
"conflict": {
"doctrine/orm": "2.15.2",
"stof/doctrine-extensions-bundle": "1.8.0",
"twig/twig": "^3.0"
},
"require-dev": {

View file

@ -37,6 +37,7 @@
},
"conflict": {
"doctrine/orm": "2.15.2",
"stof/doctrine-extensions-bundle": "1.8.0",
"twig/twig": "^3.0"
},
"require-dev": {

View file

@ -36,6 +36,7 @@
},
"conflict": {
"doctrine/orm": "2.15.2",
"stof/doctrine-extensions-bundle": "1.8.0",
"twig/twig": "^3.0"
},
"require-dev": {