Skip to content

Commit

Permalink
Use use DI Extension class instead of deprecated HttpKernel Extension (
Browse files Browse the repository at this point in the history
…#132)

`Symfony\Component\HttpKernel\DependencyInjection\Extension` is
deprecated since Symfony 7.1 by
symfony/symfony#53801
  • Loading branch information
Korbeil committed May 14, 2024
2 parents ea02c31 + 14af9b4 commit 290b700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
use Symfony\Component\Config\Definition\ConfigurationInterface;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\PhpFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
use Symfony\Component\Serializer\SerializerInterface;
use Symfony\Component\Uid\AbstractUid;
Expand Down

0 comments on commit 290b700

Please sign in to comment.