diff --git a/composer.json b/composer.json index d1c4c88..dcb89de 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php": "^8.2", "nyholm/psr7": "^1.3", "psr/http-client": "^1.0", - "symfony/process": "^6.4 | ^7", + "symfony/process": "^6.4 | ^7 | ^8", "webmozart/assert": "^1.11" }, "require-dev": { @@ -39,9 +39,9 @@ "phpstan/phpstan-phpunit": "^2", "phpunit/phpunit": "^11.0", "pixelrobin/php-feather": "^2", - "symfony/filesystem": "^5 |^6 | ^7", - "symfony/finder": "^5 |^6 | ^7", - "symfony/http-client": "^5 |^6 | ^7" + "symfony/filesystem": "^5 |^6 | ^7 | ^8", + "symfony/finder": "^5 |^6 | ^7 | ^8", + "symfony/http-client": "^5 |^6 | ^7 | ^8" }, "suggest": { "symfony/http-client": "A PSR-18 Client implementation to use spellcheckers that relies on HTTP APIs"