diff --git a/composer.json b/composer.json index c2bfed1..89d6a11 100644 --- a/composer.json +++ b/composer.json @@ -16,16 +16,13 @@ } ], "require": { - "php": ">=8.2", - "symfony/security-core": "^6.4|^7.0" + "php": ">=8.4", + "symfony/security-core": "^7.4|^8.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0" - }, - "conflict": { - "symfony/http-foundation": "<6.4" + "symfony/http-foundation": "^7.4|^8.0", + "symfony/http-kernel": "^7.4|^8.0" }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" },