From db287c40859c5865b99ef24ac5bf886227b79f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:49:56 +0000 Subject: [PATCH] chore(deps): update league/oauth2-server requirement 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.0.0...9.1.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 9caa820..54bea4c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "typo3/cms-core": "^11.5 | ^12.4", "typo3/cms-backend": "^11.5 | ^12.4", "middlewares/payload": "^3.0.1", - "league/oauth2-server": "^8.0.0", + "league/oauth2-server": "^9.1.0", "ramsey/uuid": "^3.8.0" }, "require-dev": {