doctrine / DoctrineFixturesBundle

Symfony integration for the doctrine/data-fixtures library
MIT License
2.44k stars 201 forks source link

Address deprecation of HttpKernel Extension class #434

Closed greg0ire closed 2 months ago

greg0ire commented 2 months ago

The right class to use now is in the DI component, which does make a lot more sense.

javiereguiluz commented 1 month ago

Thanks for fixing this deprecation. When you can, please tag a new 3.6.x release so we can get rid of this deprecation when upgrading apps to Symfony 7.1. Thanks!

greg0ire commented 1 month ago

@javiereguiluz done :slightly_smiling_face:

javiereguiluz commented 1 month ago

Thank you!