Skip to content

Fix Symfony 8.1 deprecation#69

Open
tsiatka wants to merge 1 commit intomogilvie:masterfrom
tsiatka:patch-1
Open

Fix Symfony 8.1 deprecation#69
tsiatka wants to merge 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
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.

1 participant