schmittjoh/JMSI18nRoutingBundle

The "Psr\Container\ContainerInterface" autowiring alias is deprecated

Opened this issue · 4 comments

eotin commented

From Symfony 5.1, I have this deprecation message but can't figure out if i can fix it without a new version of this bundle ?

Thanks for your help

Since symfony/dependency-injection 5.1: The "Psr\Container\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "jms_i18n_routing.router" service.

Hi @eotin , #250 fixes this for me, can you test it out as well?

eotin commented

Hi @eotin , #250 fixes this for me, can you test it out as well?

Hi @gjuric , yes i confirm that #250 fixes the deprecation message

Hi all,
I'm also very interested in the fix.
Is there a plan to merge it soon?
Thanks