From 14a8d6e3e85f593586955ecd80deea38c62142b8 Mon Sep 17 00:00:00 2001 From: knojector Date: Wed, 14 Mar 2018 19:33:04 +0100 Subject: [PATCH] added SteamAuthenticationBundle recipe --- .../config/packages/knojector_steam_authentication.yaml | 5 +++++ knojector/steam-authentication-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml create mode 100644 knojector/steam-authentication-bundle/1.0/manifest.json 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 new file mode 100644 index 00000000..f8168f6f --- /dev/null +++ b/knojector/steam-authentication-bundle/1.0/config/packages/knojector_steam_authentication.yaml @@ -0,0 +1,5 @@ +knojector_steam_auth: + api_key: ~ + login_route: ~ + login_redirect: ~ + user_class: ~ \ No newline at end of file diff --git a/knojector/steam-authentication-bundle/1.0/manifest.json b/knojector/steam-authentication-bundle/1.0/manifest.json new file mode 100644 index 00000000..a7abdd10 --- /dev/null +++ b/knojector/steam-authentication-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} \ No newline at end of file