mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add recipe for ajardin/blizzard-sdk-bundle (#1442)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ajardin_blizzard_sdk:
|
||||
blizzard:
|
||||
client_id: '%env(BLIZZARD_CLIENT_ID)%'
|
||||
client_secret: '%env(BLIZZARD_CLIENT_SECRET)%'
|
||||
14
ajardin/blizzard-sdk-bundle/1.0/manifest.json
Normal file
14
ajardin/blizzard-sdk-bundle/1.0/manifest.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user