Skip to content

Commit 1f8b901

Browse files
committed
chore: bump minimum PHP version to 8.1
1 parent 6ef493f commit 1f8b901

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
@@ -6,7 +6,7 @@ This library inherits [psr-mock/http-message-implementation](https://github.com/
66

77
## Requirements
88

9-
- PHP 8.0+
9+
- PHP 8.1+
1010

1111
## Installation
1212

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-factory-implementation",
2121
"require": {
22-
"php": "^8.0",
22+
"php": "^8.1",
2323
"psr/http-factory": "^1.0",
2424
"psr/http-message": "^1.0",
2525
"psr-mock/http-message-implementation": "^1.0"

0 commit comments

Comments
 (0)