odolbeau / phone-number-bundle

Integrates libphonenumber into your Symfony application
MIT License
217 stars 43 forks source link

Use root DI extension class #171

Closed mbabker closed 5 months ago

mbabker commented 5 months ago

Symfony 7.1 deprecates the Symfony\Component\HttpKernel\DependencyInjection\Extension class in favor of the root Symfony\Component\DependencyInjection\Extension\Extension class, so this PR updates the DI extension to clear that deprecation.

maxhelias commented 5 months ago

I'd like to work on a PR to make the CI green on it before merge.

maxhelias commented 5 months ago

See : https://github.com/odolbeau/phone-number-bundle/pull/172

maxhelias commented 5 months ago

Thanks @mbabker !