Add recipe for ajardin/blizzard-sdk-bundle (#1442)

This commit is contained in:
Alexandre Jardin
2022-10-18 00:28:46 +02:00
committed by GitHub
parent 46b468f336
commit 09259b4ef9
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
ajardin_blizzard_sdk:
blizzard:
client_id: '%env(BLIZZARD_CLIENT_ID)%'
client_secret: '%env(BLIZZARD_CLIENT_SECRET)%'

View File

@@ -0,0 +1,14 @@
{
"bundles": {
"Ajardin\\BlizzardSdkBundle\\AjardinBlizzardSdkBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Generate your own API credentials through the Blizzard Developer Portal.",
"#2": "https://develop.battle.net/access/clients",
"BLIZZARD_CLIENT_ID": "",
"BLIZZARD_CLIENT_SECRET": ""
}
}