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

Use non-deprecated Extension class #2005

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

derrabus
Copy link
Contributor

Symfony 7.2 triggers a deprecation about the Symfony\Component\HttpKernel\DependencyInjection\Extension class. In order to get rid of that, I'm extending Symfony\Component\DependencyInjection\Extension\Extension now.

This is technically a BC break because our extension class won't pass an instanceof check for the deprecated class anymore, but I believe that this is acceptable.

@stloyd stloyd merged commit 8a5c6dd into hwi:master Jun 21, 2024
8 of 9 checks passed
@stloyd
Copy link
Collaborator

stloyd commented Jun 21, 2024

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants