From 449c60bffe5ad275f77783242b61208780bca2a2 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Mon, 9 Mar 2026 09:16:11 +0100 Subject: [PATCH] Allows oauth2-client version 3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 73ce51e..6e698ee 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "minimum-stability": "stable", "require": { "php": "^7.3 || ^8.0", - "league/oauth2-client": "^2.0" + "league/oauth2-client": "^2.0 || ^3.0" }, "require-dev": { "eloquent/phony-phpunit": "^6.0 || ^7.1",