Skip to content

Commit

Permalink
change: bump min supported PHP to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Dec 5, 2024
1 parent e353ca0 commit 840bc0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This suite is largely intended for inclusion in libraries like SDKs that wish to

## Requirements

- PHP 8.1+
- PHP 8.2+
- Composer 2.0+

Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you.
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
],
"homepage": "https://github.com/psr-discovery",
"require": {
"php": "^8.1",
"psr-discovery/cache-implementations": "^1.0",
"psr-discovery/container-implementations": "^1.0",
"psr-discovery/event-dispatcher-implementations": "^1.0",
"psr-discovery/http-client-implementations": "^1.0",
"psr-discovery/http-factory-implementations": "^1.0",
"psr-discovery/log-implementations": "^1.0"
"php": "^8.2",
"psr-discovery/cache-implementations": "^1",
"psr-discovery/container-implementations": "^1",
"psr-discovery/event-dispatcher-implementations": "^1",
"psr-discovery/http-client-implementations": "^1",
"psr-discovery/http-factory-implementations": "^1",
"psr-discovery/log-implementations": "^1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 840bc0c

Please sign in to comment.