1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
630 stars 119 forks source link

Fix deprecation for Symfony\Component\HttpKernel\DependencyInjection\Extension #304

Closed Chris53897 closed 2 months ago

Chris53897 commented 2 months 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 "Oneup\FlysystemBundle\DependencyInjection\OneupFlysystemExtension".

bytehead commented 2 months ago

Thank you @Chris53897!