From c6530d697eef8a89b5ee749d50f1eb5af49f7761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 06:01:47 +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.16.0...v2.18.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 65b78da..70803d8 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "api-platform/core": "^2.7", "friendsofsymfony/oauth-server-bundle": ">2.0.0-alpha.0 ^2.0@dev", "kriswallsmith/buzz": "^1.2", - "lexik/jwt-authentication-bundle": "^2.16", + "lexik/jwt-authentication-bundle": "^2.18", "matthiasnoback/symfony-config-test": "^4.3", "matthiasnoback/symfony-dependency-injection-test": "^4.3", "phpspec/phpspec": "^7.2",