Skip to content

Commit 1d2c95a

Browse files
committed
chore: bump minimum PHP version to 8.1
1 parent ee5e3d4 commit 1d2c95a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Lightweight PSR-7 HTTP Message implementation provider tailored to simplify mock
44

55
## Requirements
66

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

99
## Installation
1010

composer.json

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

0 commit comments

Comments
 (0)