overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
783 stars 221 forks source link

Support Symfony 7.1 #1189

Closed jerowork closed 3 months ago

jerowork commented 3 months ago
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.

jerowork commented 3 months ago

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

ruudk commented 3 months ago

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