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

Symfony 7.1 Deprecation of Symfony\Component\HttpKernel\DependencyInjection\Extension #483

Closed
tacman opened this issue Jun 2, 2024 · 3 comments
Labels

Comments

@tacman
Copy link

tacman commented Jun 2, 2024

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 "Stof\DoctrineExtensionsBundle\DependencyInjection\StofDoctrineExtensionsExtension".

@tacman tacman added the Bug label Jun 2, 2024
@tacman
Copy link
Author

tacman commented Jun 2, 2024

What do you think of dropping unsupported Symfony versions, like 6.0, and instead requiring ^5.4|^6.4|^7.0? This change should be pretty easy then.

@stof
Copy link
Owner

stof commented Jun 10, 2024

Fixed in #485

@stof stof closed this as completed Jun 10, 2024
@stof
Copy link
Owner

stof commented Jun 10, 2024

note that the suggested change for requirements does not help at all. As long as we support 5.4, dropping support for 6.0 won't help at all (as the code needing to support 6.0 is still needed for 5.4 anyway)

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

No branches or pull requests

2 participants