diff --git a/CONFLICTS.md b/CONFLICTS.md index 3cee61618e..0058d70636 100644 --- a/CONFLICTS.md +++ b/CONFLICTS.md @@ -37,3 +37,8 @@ references related issues. This version has a bug, which lead to a fatal error: `An exception has been thrown during the rendering of a template ("Warning: Undefined variable $blocks").` + +- `gedmo/doctrine-extensions:3.17.0`: + + This version has a bug, which on Symfony 6.4 leads to a fatal error: + `[Semantical Error] The annotation "@note" in property Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry::$data was never imported.` diff --git a/composer.json b/composer.json index 764e2f6c3d..df5e49cd0e 100644 --- a/composer.json +++ b/composer.json @@ -192,7 +192,8 @@ "lexik/jwt-authentication-bundle": "^2.18", "stof/doctrine-extensions-bundle": "1.8.0", "symfony/validator": "5.4.25", - "twig/twig": "3.9.0" + "twig/twig": "3.9.0", + "gedmo/doctrine-extensions": "^3.17.0" }, "require-dev": { "behat/behat": "^3.6.1",