added SteamAuthenticationBundle recipe

This commit is contained in:
knojector
2018-03-14 19:33:04 +01:00
parent 583f862f3e
commit 14a8d6e3e8
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
knojector_steam_auth:
api_key: ~
login_route: ~
login_redirect: ~
user_class: ~
@@ -0,0 +1,8 @@
{
"bundles": {
"Knojector\\SteamAuthenticationBundle\\KnojectorSteamAuthenticationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}