We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef493f commit 1f8b901Copy full SHA for 1f8b901
README.md
@@ -6,7 +6,7 @@ This library inherits [psr-mock/http-message-implementation](https://github.com/
6
7
## Requirements
8
9
-- PHP 8.0+
+- PHP 8.1+
10
11
## Installation
12
composer.json
@@ -19,7 +19,7 @@
19
],
20
"homepage": "https://github.com/psr-mock/http-factory-implementation",
21
"require": {
22
- "php": "^8.0",
+ "php": "^8.1",
23
"psr/http-factory": "^1.0",
24
"psr/http-message": "^1.0",
25
"psr-mock/http-message-implementation": "^1.0"
0 commit comments