You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: