diff --git a/composer.json b/composer.json index d9b8837..ac61ee0 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ "php": "^8.1", "senseexception/intl-format": "^2.3", "senseexception/intl-sort": "^2.0", - "symfony/http-kernel": "^5.4 || ^6.0", - "symfony/http-foundation": "^5.4 || ^6.0", - "symfony/dependency-injection": "^5.4 || ^6.0", - "symfony/config": "^5.4 || ^6.0", - "symfony/twig-bundle": "^5.4 || ^6.0" + "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0", + "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", + "symfony/config": "^5.4 || ^6.0 || ^7.0", + "symfony/twig-bundle": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^9.6", @@ -28,7 +28,6 @@ "infection/infection": "^0.27", "vimeo/psalm": "^5.15", "psalm/plugin-phpunit": "^0.18.4", - "psalm/plugin-symfony": "^5.0", "doctrine/coding-standard": "^12.0", "squizlabs/php_codesniffer": "^3.7" },