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

DependencyInjection\Extension deprecation warning #1187

Open VarunAgw opened 3 months ago

VarunAgw commented 3 months ago

| Bug report? | yes | Version/Branch | 1.4.0

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 "Overblog\GraphQLBundle\DependencyInjection\OverblogGraphQLExtension".