liip / LiipTestFixturesBundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
https://liip.ch
MIT License
165 stars 45 forks source link

change parent classe for clear deprecation #319

Closed eltharin closed 1 month ago

eltharin commented 1 month ago

Change the parent class for prevent deprecation since symfony 7.1 :

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 "Liip\TestFixturesBundle\DependencyInjection\LiipTestFixturesExtension".

alexislefebvre commented 1 month ago

Thanks! A new release has been published: https://github.com/liip/LiipTestFixturesBundle/releases/tag/2.9.1