From 03fbff8b3071a72460b8731cb71c69cc53def2d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:50:02 +0000 Subject: [PATCH] Update dependency league/oauth2-server to v9 | datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | packagist | league/oauth2-server | 8.5.4 | 9.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0450ead..4b6473a 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "league/oauth2-server": "^8.3.5", + "league/oauth2-server": "^8.3.5 || ^9.0.0", "mezzio/mezzio-authentication": "^1.0", "psr/container": "^1.0 || ^2.0", "psr/http-factory": "^1.0",