diff --git a/README.md b/README.md index ce2b251..b2441f6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This is largely intended for inclusion in libraries like SDKs that wish to suppo ## Requirements -- PHP 8.0+ +- PHP 8.1+ - Composer 2.0+ Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you. diff --git a/composer.json b/composer.json index 8f7a717..7889ff1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "homepage": "https://github.com/psr-discovery/http-client-implementations", "require": { - "php": "^8.0", + "php": "^8.1", "psr/container": "^1.0 | ^2.0", "psr-discovery/discovery": "^1.0" },