I can't seem to solve this problem. After updating my dependencies, I have an error in the ArrayCache of Doctrine.
In ContainerBuilder.php line 1103:
Class "Doctrine\Common\Cache\ArrayCache" does not exist
I am using Symfony 5.0.*
// composer.json
...
"doctrine/annotations": "^1.0",
"doctrine/cache": "^2.1",
"doctrine/doctrine-bundle": "^2.1",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.0",
...
source https://stackoverflow.com/questions/71455734/arraycache-does-not-exist-in-symfony-5-0
No comments:
Post a Comment