Skip to content

Commit f37ef8b

Browse files
authored
Merge pull request #67 from alexraputa/2.8.x
Drop PHP 8.0, add support for PHP 8.3
2 parents c53eeea + 049ab16 commit f37ef8b

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)