diff --git a/composer.json b/composer.json index d88337e..c3796e4 100644 --- a/composer.json +++ b/composer.json @@ -12,16 +12,16 @@ "require": { "php": ">= 8.1", "ergebnis/http-method": "^2.2", - "league/uri-components": "^2 || ^7", + "league/uri-components": "^7", "loophp/psr17": "^1.0.5", "php-http/client-common": "^2.6", "psr/cache": "^1.0.1 || ^2 || ^3", "psr/cache-implementation": "^1 || ^2", - "psr/http-client": "^1.0", + "psr/http-client": "^1", "psr/http-client-implementation": "^1", "psr/http-factory": "^1.0.1", "psr/http-factory-implementation": "^1", - "psr/http-message": "^1.1", + "psr/http-message": "^1.1 || ^2.0", "psr/http-message-implementation": "^1", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0"