Closed mbabker closed 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.
Symfony\Component\HttpKernel\DependencyInjection\Extension
Symfony\Component\DependencyInjection\Extension\Extension
I'd like to work on a PR to make the CI green on it before merge.
See : https://github.com/odolbeau/phone-number-bundle/pull/172
Thanks @mbabker !
Symfony 7.1 deprecates the
Symfony\Component\HttpKernel\DependencyInjection\Extension
class in favor of the rootSymfony\Component\DependencyInjection\Extension\Extension
class, so this PR updates the DI extension to clear that deprecation.