diff --git a/composer.json b/composer.json index 35491055005..c58206ed56a 100644 --- a/composer.json +++ b/composer.json @@ -54,10 +54,10 @@ "require": { "php": ">=7.2", "ext-json": "*", - "guzzlehttp/psr7": "^1.7", + "guzzlehttp/psr7": "^1.7 || ^2.0.0", "guzzlehttp/guzzle": "^6.0 || ^7.0", - "psr/cache": "^1.0", - "psr/simple-cache": "^1.0", + "psr/cache": "^1.0 || ^2.0 || 3.0", + "psr/simple-cache": "^1.0 || ^2.0 || 3.0", "psr/log": "^1.0", "psr/http-client": "^1.0", "psr/http-message": "^1.0",