From 351f8136b309caae0e12c2a42cf7f25950566d25 Mon Sep 17 00:00:00 2001 From: Alexander Eimer Date: Mon, 26 Feb 2018 13:16:41 +0100 Subject: [PATCH] Bugfixes from object to array --- lexik/jwt-authentication-bundle/2.3/manifest.json | 4 ++-- 1 file 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 5e695e1b..30e013c5 100644 --- a/lexik/jwt-authentication-bundle/2.3/manifest.json +++ b/lexik/jwt-authentication-bundle/2.3/manifest.json @@ -12,7 +12,7 @@ "JWT_PUBLIC_KEY_PATH": "%CONFIG_DIR%/jwt/public.pem", "JWT_PASSPHRASE": "%generate(secret)%" }, - "gitignore": { + "gitignore": [ "/var/jwt" - } + ] }