Skip to content

Conversation

@fab987654321
Copy link

This PR fixes a Symfony 7.1 deprecation by using the recommended Extension class

Context

Since Symfony 7.1, the class Symfony\Component\HttpKernel\DependencyInjection\Extension is considered internal and will be deprecated in Symfony 8.1.

Using this class from EcPhp\CasBundle\DependencyInjection\CasExtension
triggers the following deprecation notice:

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.

@drupol drupol merged commit 36fd7c5 into ecphp:master Dec 15, 2025
2 of 14 checks passed
@drupol
Copy link
Member

drupol commented Dec 15, 2025

Thank you, incorporated in version 3.0.5.

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