diff --git a/composer.json b/composer.json index 4626f630..c6c78b1e 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "homepage": "https://github.com/saloonphp/saloon", "require": { "php": "^8.2", - "guzzlehttp/guzzle": "^7.6", - "guzzlehttp/promises": "^1.5 || ^2.0", - "guzzlehttp/psr7": "^2.0", + "guzzlehttp/guzzle": "^7.6 || ^8.0", + "guzzlehttp/promises": "^1.5 || ^2.0 || ^3.0", + "guzzlehttp/psr7": "^2.0 || ^3.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0" },