Skip to content

Commit 1e2e5af

Browse files
committed
Revert oauth-server upgrade
Old versions of diactoros were preventing installation of ^9 and there are incompatibilities in 9.0 that will need addressing. Signed-off-by: George Steel <[email protected]>
1 parent 9ce426c commit 1e2e5af

File tree

2 files changed

+32
-41
lines changed

2 files changed

+32
-41
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"require": {
3838
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
39-
"league/oauth2-server": "^8.3.5 || ^9.0.0",
39+
"league/oauth2-server": "^8.3.5",
4040
"mezzio/mezzio-authentication": "^1.0",
4141
"psr/container": "^1.0 || ^2.0",
4242
"psr/http-factory": "^1.0",
@@ -46,8 +46,8 @@
4646
},
4747
"require-dev": {
4848
"laminas/laminas-coding-standard": "~2.5.0",
49-
"laminas/laminas-diactoros": "^2.26.0",
50-
"laminas/laminas-servicemanager": "^3.22.1",
49+
"laminas/laminas-diactoros": "^3.5.0",
50+
"laminas/laminas-servicemanager": "^3.23.0",
5151
"phpunit/phpunit": "^9.6.21",
5252
"psalm/plugin-phpunit": "^0.19.0",
5353
"vimeo/psalm": "^5.26.1"

composer.lock

Lines changed: 29 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)