Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DI Extension class deprecation with Symfony 7.1 (#138)
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 "Presta\SitemapBundle\DependencyInjection\PrestaSitemapExtension".
- Loading branch information