symfonycorp / connect

The SymfonyConnect official API SDK
https://connect.symfony.com/
MIT License
90 stars 40 forks source link

Fix usage of a class that was deprecated in Symfony 7.1 #131

Closed javiereguiluz closed 4 months ago

javiereguiluz commented 4 months ago

Fixes this error spotted while updating apps to Symfony 7.1:

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 "SymfonyCorp\Connect\DependencyInjection\SymfonyConnectExtension".
javiereguiluz commented 4 months ago

Friendly ping @fabpot in case you have some time to review this one. Thanks!