validation fixes

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