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

Support Symfony 7.1 #1189

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Support Symfony 7.1 #1189

merged 2 commits into from
Jul 1, 2024

Conversation

jerowork
Copy link
Contributor

@jerowork jerowork commented Jul 1, 2024

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Documented? no
Fixed tickets #1187
License MIT

With Symfony 7.1, Symfony\Component\HttpKernel\DependencyInjection\Extension is made for internal (Symfony) use only. This needs to be replaced with Symfony\Component\DependencyInjection\Extension\Extension.

No breaking changes with this deprecation update.

Symfony 7.1 deprecation:

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.
@jerowork jerowork marked this pull request as ready for review July 1, 2024 12:04
@jerowork
Copy link
Contributor Author

jerowork commented Jul 1, 2024

@mcg-web Symfony 7.1 support 🎉 . Thanks again!

Copy link
Member

@mcg-web mcg-web left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @jerowork !

@mcg-web mcg-web merged commit 9f65551 into overblog:master Jul 1, 2024
42 checks passed
@ruudk
Copy link
Contributor

ruudk commented Jul 2, 2024

@mcg-web Could you please tag this as well, thanks 🙌

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.

None yet

3 participants