diff --git a/composer.json b/composer.json index 7fc1fcf..a631ff1 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ }, "require": { "php": ">=7.4.0", - "league/oauth2-client": "^2.2" + "league/oauth2-client": "^2.6", + "knpuniversity/oauth2-client-bundle": "^2.11" } }