From b4d075bb2b047689bc6cda713fb51dabe1452110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 07:52:27 +0000 Subject: [PATCH] chore(deps): bump league/oauth2-client from 2.9.0 to 2.9.1 Bumps [league/oauth2-client](https://github.com/thephpleague/oauth2-client) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/thephpleague/oauth2-client/releases) - [Changelog](https://github.com/thephpleague/oauth2-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/oauth2-client/compare/2.9.0...2.9.1) --- updated-dependencies: - dependency-name: league/oauth2-client dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 64df55eaf..092d849a1 100644 --- a/composer.lock +++ b/composer.lock @@ -3587,21 +3587,22 @@ }, { "name": "league/oauth2-client", - "version": "2.9.0", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", - "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e" + "reference": "8cedfef9d01a8d1fd2ecfabb41734b17592c4b71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/26e8c5da4f3d78cede7021e09b1330a0fc093d5e", - "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e", + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/8cedfef9d01a8d1fd2ecfabb41734b17592c4b71", + "reference": "8cedfef9d01a8d1fd2ecfabb41734b17592c4b71", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", + "guzzlehttp/guzzle": "^6.5.8 || ^7.8.2 || ^8.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.6.3 || ^3.0", "php": "^7.1 || >=8.0.0 <8.6.0" }, "require-dev": { @@ -3646,9 +3647,9 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-client/issues", - "source": "https://github.com/thephpleague/oauth2-client/tree/2.9.0" + "source": "https://github.com/thephpleague/oauth2-client/tree/2.9.1" }, - "time": "2025-11-25T22:17:17+00:00" + "time": "2026-09-16T13:14:31+00:00" }, { "name": "league/oauth2-server",