Skip to content

Commit 9fb31dc

Browse files
committed
chore: bump minimum PHP version to 8.1
1 parent f8a2f89 commit 9fb31dc

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

2323
## Requirements
2424

25-
- PHP 8.0+
25+
- PHP 8.1+
2626
- Composer 2.0+
2727

2828
The discovery of a particular interface requires the presence of a compatible implementation in the host application. This library does not install any implementations for you.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"homepage": "https://github.com/psr-discovery/discovery",
2424
"require": {
25-
"php": "^8.0",
25+
"php": "^8.1",
2626
"composer/semver": "^3.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)