Skip to content

Commit ebede0a

Browse files
committed
chore: bump minimum PHP version to 8.1
1 parent f16db20 commit ebede0a

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
@@ -19,7 +19,7 @@
1919
],
2020
"homepage": "https://github.com/psr-discovery",
2121
"require": {
22-
"php": "^8.0",
22+
"php": "^8.1",
2323
"psr/cache": "^1.0 | ^2.0 | ^3.0",
2424
"psr-discovery/discovery": "^1.0"
2525
},

0 commit comments

Comments
 (0)