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 ee5e3d4 commit 1d2c95aCopy full SHA for 1d2c95a
README.md
@@ -4,7 +4,7 @@ Lightweight PSR-7 HTTP Message implementation provider tailored to simplify mock
4
5
## Requirements
6
7
-- PHP 8.0+
+- PHP 8.1+
8
9
## Installation
10
composer.json
@@ -19,7 +19,7 @@
19
],
20
"homepage": "https://github.com/psr-mock/http-message-implementation",
21
"require": {
22
- "php": "^8.0",
+ "php": "^8.1",
23
"psr/http-message": "^1.0"
24
},
25
"require-dev": {
0 commit comments