diff --git a/composer.json b/composer.json index dd2bc78..d830e60 100644 --- a/composer.json +++ b/composer.json @@ -19,16 +19,16 @@ "license": "MIT", "require": { "php": ">=8.1", - "symfony/http-kernel": "^6.2|^7.0", - "symfony/http-foundation": "^6.2|^7.0", - "symfony/serializer": "^6.2|^7.0", - "symfony/validator": "^6.2|^7.0", - "symfony/dependency-injection": "^6.2|^7.0", - "symfony/property-access": "^6.2|^7.0" + "symfony/http-kernel": "^6.2|^7.0|^8.0", + "symfony/http-foundation": "^6.2|^7.0|^8.0", + "symfony/serializer": "^6.2|^7.0|^8.0", + "symfony/validator": "^6.2|^7.0|^8.0", + "symfony/dependency-injection": "^6.2|^7.0|^8.0", + "symfony/property-access": "^6.2|^7.|^8.0" }, "require-dev": { "phpunit/phpunit": "^10.5", - "symfony/framework-bundle": "^6.2|^7.0", + "symfony/framework-bundle": "^6.2|^7.0|^8.0", "friendsofphp/php-cs-fixer": "^3.5", "phpstan/phpstan": "^1.9" }, diff --git a/src/DependencyInjection/RequestInputExtension.php b/src/DependencyInjection/RequestInputExtension.php index cb36b54..184bf0d 100644 --- a/src/DependencyInjection/RequestInputExtension.php +++ b/src/DependencyInjection/RequestInputExtension.php @@ -13,7 +13,7 @@ use Sfmok\RequestInput\ValueResolver\InputValueResolver; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Reference; -use Symfony\Component\HttpKernel\DependencyInjection\Extension; +use Symfony\Component\DependencyInjection\Extension\Extension; use Symfony\Component\Serializer\SerializerInterface; use Symfony\Component\Validator\Validator\ValidatorInterface;