FriendsOfSymfony / FOSJsRoutingBundle

A pretty nice way to expose your Symfony routing to client applications.
1.48k stars 260 forks source link

fix: DI Extension deprecated since Symfony 7.1 #482

Open AirBair opened 3 weeks ago

AirBair commented 3 weeks ago

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 "FOS\JsRoutingBundle\DependencyInjection\FOSJsRoutingExtension".

Symfony PR: https://github.com/symfony/symfony/pull/53801