From aa615e0e5beb9482506bc447b71da0f7812d2f3c Mon Sep 17 00:00:00 2001 From: Benjamin BOUDIER Date: Fri, 22 Oct 2021 12:19:49 +0200 Subject: [PATCH] Update: knpu oauth2 client bundle version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb9a286..bc60355 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "symfony/routing": ">=3.0", "symfony/security-bundle": ">=3.0", "symfony/http-foundation": ">=3.4.35", - "knpuniversity/oauth2-client-bundle": "~1.0", + "knpuniversity/oauth2-client-bundle": "~2.0", "guzzlehttp/guzzle": ">=6.3" }, "require-dev": {