ArrayCache does not exist in Symfony 5.0.* - Hack The Tech - Latest News related to Computer and Technology

Hack The Tech - Latest News related to Computer and Technology

Get Daily Latest News related to Computer and Technology and hack the world.

Monday, March 14, 2022

ArrayCache does not exist in Symfony 5.0.*

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