mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"ajardin/blizzard-sdk-bundle": {
|
|
"manifest": {
|
|
"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": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ajardin_blizzard_sdk_bundle.yaml": {
|
|
"contents": [
|
|
"ajardin_blizzard_sdk:",
|
|
" blizzard:",
|
|
" client_id: '%env(BLIZZARD_CLIENT_ID)%'",
|
|
" client_secret: '%env(BLIZZARD_CLIENT_SECRET)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f45b27719b9bb9b7fbee863d202bd011b36fe8c3"
|
|
}
|
|
}
|
|
}
|