Skip to content

Commit 440ee08

Browse files
authored
PHP 8.1 is now the minimum supported runtime (#748)
### Changes <!-- Please outline the changes made in this pull request. --> ### References <!-- Link to any associated issues, pull requests, or other resources. --> ### Testing <!-- Tests must be added for new functionality. Existing tests should complete without errors. 100% test coverage is required. --> ### Contributor Checklist - [x] I agree to adhere to the [Auth0 General Contribution Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md). - [x] I agree to uphold the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
1 parent 320ea39 commit 440ee08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"homepage": "https://github.com/auth0/auth0-PHP",
3030
"require": {
31-
"php": "^8.0",
31+
"php": "^8.1",
3232
"ext-json": "*",
3333
"ext-mbstring": "*",
3434
"ext-openssl": "*",

0 commit comments

Comments
 (0)