formapro / FpOpenIdBundle

Symfony2 OpenID security extension
53 stars 31 forks source link

Fix deprecation for symfony 4 #111

Open tomschwiha opened 7 years ago

tomschwiha commented 7 years ago

Fix for symfony 3.3 deprecation message:

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 "fp_openid.identity_manager" service to "Fp\OpenIdBundle\Model\IdentityManagerInterface" instead.