Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

addClassesToCompile is deprecated since symfony/http-kernel 3.3 #99

Open TNAJanssen opened 7 years ago

tobias-93 commented 4 years ago

For anyone looking for a Symfony 4 compatible version of this bundle: I have forked the bundle and applied the patches necessary for Symfony 4 here: https://github.com/Kick-In/LswMemcacheBundle. Use "kick-in/memcache-bundle": "~v3.0" as composer constraint.