Skip to content

Fix Symfony 8.1 deprecation#69

Merged
mogilvie merged 1 commit intomogilvie:masterfrom
tsiatka:patch-1
Apr 16, 2026
Merged

Fix Symfony 8.1 deprecation#69
mogilvie merged 1 commit intomogilvie:masterfrom
tsiatka:patch-1

Conversation

@tsiatka
Copy link
Copy Markdown
Contributor

@tsiatka tsiatka commented Apr 14, 2026

The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "SpecShaper\EncryptBundle\DependencyInjection\SpecShaperEncryptExtension".

replace Symfony\Component\HttpKernel\DependencyInjection\Extension with Symfony\Component\DependencyInjection\Extension\Extension

@tsiatka tsiatka changed the title Fix Symfony 8 deprecation Fix Symfony 8.1 deprecation Apr 14, 2026
@mogilvie mogilvie merged commit 8abd951 into mogilvie:master Apr 16, 2026
7 checks passed
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.

2 participants