Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependency Injection] Add alias for cache manager #1022

Merged
merged 1 commit into from Dec 12, 2017
Merged

Commits on Dec 8, 2017

  1. Add needed alias

    Without proposed alias, this bundle is not working on Symfony 4.0, and logging a deprecation notice on Symfony 3.4
    >Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0. You should rename (or alias) the "liip_imagine.cache.manager" service to "Liip\ImagineBundle\Imagine\Cache\CacheManager" instead.
    garak committed Dec 8, 2017
    Copy the full SHA
    35ba22a View commit details
    Browse the repository at this point in the history