Skip to content

Commit 3afdff3

Browse files
committed
chore: bump minimum PHP version to 8.1
1 parent e9a5217 commit 3afdff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Lightweight PSR-18 HTTP Client mocking implementation tailored to simplify testi
44

55
## Requirements
66

7-
- PHP 8.0+
7+
- PHP 8.1+
88

99
## Installation
1010

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"homepage": "https://github.com/psr-mock/http-client-implementation",
2121
"require": {
22-
"php": "^8.0",
22+
"php": "^8.1",
2323
"psr/http-client": "^1.0",
2424
"psr/http-message": "^1.0"
2525
},

0 commit comments

Comments
 (0)