Skip to content

Commit d372558

Browse files
committed
Add "jwt" alias for lexik/jwt-authentication-bundle
1 parent c466e7a commit d372558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lexik/jwt-authentication-bundle/2.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%"
77
},
8-
"aliases": ["jwt-auth"],
8+
"aliases": ["jwt", "jwt-auth"],
99
"env": {
1010
"#1": "Key paths should be relative to the project directory",
1111
"JWT_PRIVATE_KEY_PATH": "%CONFIG_DIR%/jwt/private.pem",

lexik/jwt-authentication-bundle/2.5/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"copy-from-recipe": {
66
"config/": "%CONFIG_DIR%"
77
},
8-
"aliases": ["jwt-auth"],
8+
"aliases": ["jwt", "jwt-auth"],
99
"env": {
1010
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
1111
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",

0 commit comments

Comments
 (0)