From d61ba62acc02c5db87563a82d679614dd93db505 Mon Sep 17 00:00:00 2001 From: knojector Date: Wed, 14 Mar 2018 19:40:21 +0100 Subject: [PATCH] validation fixes --- .../packages/knojector_steam_authentication.yaml | 2 +- .../steam-authentication-bundle/1.0/manifest.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml index f8168f6f..f4a087b1 100644 --- a/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml +++ b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml @@ -2,4 +2,4 @@ knojector_steam_auth: api_key: ~ login_route: ~ login_redirect: ~ - user_class: ~ \ No newline at end of file + user_class: ~ diff --git a/knojector/steam-authentication-bundle/1.0/manifest.json b/knojector/steam-authentication-bundle/1.0/manifest.json index a7abdd10..daef2381 100644 --- a/knojector/steam-authentication-bundle/1.0/manifest.json +++ b/knojector/steam-authentication-bundle/1.0/manifest.json @@ -1,8 +1,8 @@ { - "bundles": { - "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -} \ No newline at end of file + "bundles": { + "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}