scheb / 2fa

Two-factor authentication for Symfony applications 🔐
MIT License
504 stars 75 forks source link

feat: fix deprecation for Extension #233

Closed Chris53897 closed 4 months ago

Chris53897 commented 4 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 "Scheb\TwoFactorBundle\DependencyInjection\SchebTwoFactorExtension".

scheb commented 4 months ago

Thanks! Will release a patch release in a second.