From 3137fd0216393b788699e7aef4d614a67af604bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:45:37 +0000 Subject: [PATCH] Update league/oauth2-server requirement from ^8.1 to ^9.0 Updates the requirements on [league/oauth2-server](https://github.com/thephpleague/oauth2-server) to permit the latest version. - [Release notes](https://github.com/thephpleague/oauth2-server/releases) - [Changelog](https://github.com/thephpleague/oauth2-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/oauth2-server/compare/8.1.0...9.0.0) --- updated-dependencies: - dependency-name: league/oauth2-server dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 019944e..d5f4a77 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=8.1", "codeigniter4/framework": "^4.0", - "league/oauth2-server": "^8.1", + "league/oauth2-server": "^9.0", "laminas/laminas-diactoros": "^3.3.1", "steverhoades/oauth2-openid-connect-server": "^2.0" },