From d372558b3fa47ae06fe64174379824faad3c7ad8 Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Fri, 12 Apr 2019 17:39:47 +0200 Subject: [PATCH] Add "jwt" alias for lexik/jwt-authentication-bundle --- lexik/jwt-authentication-bundle/2.3/manifest.json | 2 +- lexik/jwt-authentication-bundle/2.5/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lexik/jwt-authentication-bundle/2.3/manifest.json b/lexik/jwt-authentication-bundle/2.3/manifest.json index 1e5320d9..4c4ea956 100644 --- a/lexik/jwt-authentication-bundle/2.3/manifest.json +++ b/lexik/jwt-authentication-bundle/2.3/manifest.json @@ -5,7 +5,7 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%" }, - "aliases": ["jwt-auth"], + "aliases": ["jwt", "jwt-auth"], "env": { "#1": "Key paths should be relative to the project directory", "JWT_PRIVATE_KEY_PATH": "%CONFIG_DIR%/jwt/private.pem", diff --git a/lexik/jwt-authentication-bundle/2.5/manifest.json b/lexik/jwt-authentication-bundle/2.5/manifest.json index 9d143aa6..fac283ea 100644 --- a/lexik/jwt-authentication-bundle/2.5/manifest.json +++ b/lexik/jwt-authentication-bundle/2.5/manifest.json @@ -5,7 +5,7 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%" }, - "aliases": ["jwt-auth"], + "aliases": ["jwt", "jwt-auth"], "env": { "JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem", "JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",