From 52bd151c36cc62fc67796688f0273139f3a5b73c Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 3 Jan 2025 12:40:27 +1100 Subject: [PATCH] Lock `league/oauth2-client` to `2.7.0` to prevent an issue with refresh token scopes on some providers --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cbaf369..f90ca4e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "jakeasmith/http_build_url": "^1.0", "lcobucci/jwt": "^3.4 || ^4.0", "league/oauth1-client": "^1.9", - "league/oauth2-client": "^2.0", + "league/oauth2-client": "2.7.0", "mollie/mollie-api-php": "^1.19 || ^2.39", "paragonie/random-lib": "^2.0", "psr/http-message": "^1.0",