ecphp / cas-bundle

CAS Bundle, a standard Symfony bundle for authentication using CAS protocol.
https://ecphp-cas-bundle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
43 stars 9 forks source link

Symfony\Component\HttpKernel\DependencyInjection\Extension deprecated #103

Open smbpunt opened 2 days ago

smbpunt commented 2 days ago

Hi,

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 "EcPhp\CasBundle\DependencyInjection\CasExtension".

I'll try to provide a PR when I have some time next week.

Just so you know, I've successfully updated my application with your bundle to Symfony 7.2 !

Thanks

drupol commented 2 days ago

Thank you @smbpunt ! Looking forward for your PR :)