diff --git a/lexik/jwt-authentication-bundle/2.3/manifest.json b/lexik/jwt-authentication-bundle/2.3/manifest.json index 1e5320d99..4c4ea9566 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 9d143aa6b..fac283eaa 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",