Skip to content

Commit

Permalink
chore: bump minimum PHP version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 4, 2024
1 parent f8a2f89 commit 9fb31dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is largely intended for inclusion in libraries like SDKs that wish to suppo

## Requirements

- PHP 8.0+
- PHP 8.1+
- Composer 2.0+

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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"homepage": "https://github.com/psr-discovery/discovery",
"require": {
"php": "^8.0",
"php": "^8.1",
"composer/semver": "^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 9fb31dc

Please sign in to comment.