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 e9a5217 commit 3afdff3Copy full SHA for 3afdff3
README.md
@@ -4,7 +4,7 @@ Lightweight PSR-18 HTTP Client mocking implementation tailored to simplify testi
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-client-implementation",
21
"require": {
22
- "php": "^8.0",
+ "php": "^8.1",
23
"psr/http-client": "^1.0",
24
"psr/http-message": "^1.0"
25
},
0 commit comments