diff --git a/composer.json b/composer.json index cdaea9b..a87f251 100644 --- a/composer.json +++ b/composer.json @@ -11,22 +11,22 @@ ], "require": { "php": ">=8.0.5", - "bref/bref": "^1.3", + "bref/bref": "^1.3 || ^2.0", "clue/arguments": "^2.1", "guzzlehttp/psr7": "^1.8 || ^2.0", - "illuminate/contracts": "^8.33", + "illuminate/contracts": "^8.33 || ^9.0", "laminas/laminas-diactoros": "^2.5", "laminas/laminas-httphandlerrunner": "^1.5 || ^2.9", "nyholm/psr7": "^1.3", "nyholm/psr7-server": "^1.0", "react/http": "^1.2", "spiral/roadrunner": "^2.0", - "symfony/console": "^5.2 || ^6.0", - "symfony/dependency-injection": "^5.2 || ^6.0", - "symfony/http-foundation": "^5.3 || ^6.0", + "symfony/console": "^5.2 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^5.2 || ^6.0 || ^7.0", + "symfony/http-foundation": "^5.3 || ^6.0 || ^7.0", "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0", "symfony/psr-http-message-bridge": "^2.1 || ^6.4 || ^7.0", - "symfony/runtime": "^5.3 || ^6.0" + "symfony/runtime": "^5.3 || ^6.0 || ^7.0" }, "require-dev": { "guzzlehttp/test-server": "^0.1",