From 992ada5b365057778b082f0b95ab0e7ed0433b07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:25:44 +0000 Subject: [PATCH] Update dependency league/oauth2-server to v9 | datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | packagist | league/oauth2-server | 8.5.4 | 9.0.1 | 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 70ab587..7e9bcc4 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.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",