diff --git a/README.md b/README.md index fe278ca..4df7f70 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library inherits [psr-mock/http-message-implementation](https://github.com/ ## Requirements -- PHP 8.0+ +- PHP 8.1+ ## Installation diff --git a/composer.json b/composer.json index 3710598..c37e615 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "homepage": "https://github.com/psr-mock/http-factory-implementation", "require": { - "php": "^8.0", + "php": "^8.1", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "psr-mock/http-message-implementation": "^1.0"