Skip to content

Commit 049ab16

Browse files
committed
Add support for PHP 8.3
Drop support for PHP 8.0
1 parent c53eeea commit 049ab16

File tree

6 files changed

+689
-652
lines changed

6 files changed

+689
-652
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dealerdirect/phpcodesniffer-composer-installer": true
2727
},
2828
"platform": {
29-
"php": "8.0.99"
29+
"php": "8.1.99"
3030
}
3131
},
3232
"extra": {
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require": {
38-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
38+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3939
"league/oauth2-server": "^8.3.5",
4040
"mezzio/mezzio-authentication": "^1.0",
4141
"psr/container": "^1.0 || ^2.0",

0 commit comments

Comments
 (0)