Skip to content

Commit 728a452

Browse files
committed
chore: bump minimum PHP version to 8.1
1 parent af0666a commit 728a452

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
@@ -17,7 +17,7 @@ This is largely intended for inclusion in libraries like SDKs that wish to suppo
1717

1818
## Requirements
1919

20-
- PHP 8.0+
20+
- PHP 8.1+
2121
- Composer 2.0+
2222

2323
Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"homepage": "https://github.com/psr-discovery/http-client-implementations",
1919
"require": {
20-
"php": "^8.0",
20+
"php": "^8.1",
2121
"psr/container": "^1.0 | ^2.0",
2222
"psr-discovery/discovery": "^1.0"
2323
},

0 commit comments

Comments
 (0)