From 742be3f30b55d50969cb880485d26a8d00721f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:16:48 +0000 Subject: [PATCH] composer(deps-dev): update lexik/jwt-authentication-bundle requirement Updates the requirements on [lexik/jwt-authentication-bundle](https://github.com/lexik/LexikJWTAuthenticationBundle) to permit the latest version. - [Release notes](https://github.com/lexik/LexikJWTAuthenticationBundle/releases) - [Changelog](https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: lexik/jwt-authentication-bundle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1fcb96..183c592 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "api-platform/core": "^2.6", "friendsofsymfony/oauth-server-bundle": ">2.0.0-alpha.0 ^2.0@dev", "kriswallsmith/buzz": "^1.0", - "lexik/jwt-authentication-bundle": "^2.15", + "lexik/jwt-authentication-bundle": "^2.16", "matthiasnoback/symfony-config-test": "^4.3", "matthiasnoback/symfony-dependency-injection-test": "^4.3", "phpspec/phpspec": "^7.2",