diff --git a/CHANGELOG.md b/CHANGELOG.md index c608e04..94736bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## NOT RELEASED +### Changed + +- Replace deprecated Extension by Symfony\Component\DependencyInjection\Extension\Extension + instead of the deprecated Symfony\Component\HttpKernel\DependencyInjection\Extension class + ## 1.12.1 ### Changed diff --git a/src/DependencyInjection/AsyncAwsExtension.php b/src/DependencyInjection/AsyncAwsExtension.php index e7f6189..39c1310 100644 --- a/src/DependencyInjection/AsyncAwsExtension.php +++ b/src/DependencyInjection/AsyncAwsExtension.php @@ -15,8 +15,8 @@ use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\Definition; +use Symfony\Component\DependencyInjection\Extension\Extension; use Symfony\Component\DependencyInjection\Reference; -use Symfony\Component\HttpKernel\DependencyInjection\Extension; use Symfony\Contracts\Cache\CacheInterface; use Symfony\Contracts\HttpClient\HttpClientInterface;