diff --git a/api/composer.json b/api/composer.json index 091e2657e4..58cf9c5af7 100644 --- a/api/composer.json +++ b/api/composer.json @@ -14,7 +14,7 @@ "exercise/htmlpurifier-bundle": "5.0", "google/recaptcha": "1.3.0", "guzzlehttp/guzzle": "7.8.1", - "knpuniversity/oauth2-client-bundle": "2.17.0", + "knpuniversity/oauth2-client-bundle": "2.18.0", "league/oauth2-google": "4.0.1", "lexik/jwt-authentication-bundle": "2.20.3", "nelmio/cors-bundle": "2.4.0", diff --git a/api/composer.lock b/api/composer.lock index 66ea1f2a80..a68c62792a 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c4dc33c9dd5b9938f81c4bdb429df329", + "content-hash": "b405d54cc73a80a5c4bbd8c3574f7549", "packages": [ { "name": "api-platform/core", @@ -2672,21 +2672,21 @@ }, { "name": "knpuniversity/oauth2-client-bundle", - "version": "v2.17.0", + "version": "v2.18.0", "source": { "type": "git", "url": "https://github.com/knpuniversity/oauth2-client-bundle.git", - "reference": "7966f17c964dbcf5a53da60d342c11a590b149e2" + "reference": "2f6c9342c711597e3b5f1f2468910336be5232d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/7966f17c964dbcf5a53da60d342c11a590b149e2", - "reference": "7966f17c964dbcf5a53da60d342c11a590b149e2", + "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/2f6c9342c711597e3b5f1f2468910336be5232d6", + "reference": "2f6c9342c711597e3b5f1f2468910336be5232d6", "shasum": "" }, "require": { "league/oauth2-client": "^2.0", - "php": ">=7.4", + "php": ">=8.1", "symfony/dependency-injection": "^4.4|^5.0|^6.0|^7.0", "symfony/framework-bundle": "^4.4|^5.0|^6.0|^7.0", "symfony/http-foundation": "^4.4|^5.0|^6.0|^7.0", @@ -2694,7 +2694,7 @@ }, "require-dev": { "league/oauth2-facebook": "^1.1|^2.0", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^1.0", "symfony/phpunit-bridge": "^5.3.1|^6.0|^7.0", "symfony/security-guard": "^4.4|^5.0|^6.0|^7.0", "symfony/yaml": "^4.4|^5.0|^6.0|^7.0" @@ -2726,9 +2726,9 @@ ], "support": { "issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues", - "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.17.0" + "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.18.0" }, - "time": "2023-11-28T19:03:31+00:00" + "time": "2023-12-18T21:58:12+00:00" }, { "name": "lcobucci/clock",