DoctrineBehaviors
DoctrineBehaviors copied to clipboard
Symfony 6.4 orm 3.2 incompatibility
Hello, I started a new Symfony 6.4 project. I tried to install this pack with composer but I get this error with orm version
Problem 1 - knplabs/doctrine-behaviors 2.6.0 requires doctrine/orm ^2.10 -> found doctrine/orm[2.10.0, ..., 2.19.5] but it conflicts with your root composer.json require (^3.2). - knplabs/doctrine-behaviors[2.6.1, ..., 2.6.2] require doctrine/orm ^2.12 -> found doctrine/orm[2.12.0, ..., 2.19.5] but it conflicts with your root composer.json require (^3.2). - Root composer.json requires knplabs/doctrine-behaviors ^2.6 -> satisfiable by knplabs/doctrine-behaviors[2.6.0, 2.6.1, 2.6.2].
how can I fix it?