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 root DI extension class #1587

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Use root DI extension class #1587

merged 1 commit into from
Jun 3, 2024

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented May 31, 2024

Q A
Branch? 2.x
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets N/A
License MIT
Doc N/A

Symfony 7.1 deprecates the Symfony\Component\HttpKernel\DependencyInjection\Extension class in favor of the root Symfony\Component\DependencyInjection\Extension\Extension class (the one in the HttpKernel supports the annotations cache stuff that used to be a thing in earlier Symfony versions and not needed today), so this PR updates the DI extension to clear that deprecation.

@coveralls
Copy link

Coverage Status

coverage: 82.018%. remained the same
when pulling 29520ef on mbabker:patch-1
into fa2baa6 on liip:2.x.

@dbu
Copy link
Member

dbu commented Jun 3, 2024

thanks!

@dbu dbu merged commit 862d5aa into liip:2.x Jun 3, 2024
30 checks passed
@mbabker mbabker deleted the patch-1 branch June 3, 2024 13:39
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.

3 participants