mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"ikoene/marvel-api-bundle": {
|
|
"version": "0.5",
|
|
"recipe": {
|
|
"repo": "0.5",
|
|
"branch": "master",
|
|
"version": "0.5",
|
|
"ref": "3b1ea83cacf7c06ff27a42ff806063280a7da07d"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"ikoene/marvel-api-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "ikoene/marvel-api-bundle",
|
|
"version": "0.5",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Ikoene\\MarvelApiBundle\\IkoeneMarvelApiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Get your API key from https://developer.marvel.com",
|
|
"MARVEL_PUBLIC_API_KEY": "...",
|
|
"MARVEL_PRIVATE_API_KEY": "..."
|
|
},
|
|
"post-install-output": " * Create a free account on https://developers.marvel.com\n and modify your MARVEL_PUBLIC_API_KEY and MARVEL_PRIVATE_API_KEY\n config in <fg=green>.env</>\n"
|
|
},
|
|
"files": {
|
|
"config/packages/ikoene_marvel_api.yaml": {
|
|
"contents": "ikoene_marvel_api:\n public_api_key: \"%env(MARVEL_PUBLIC_API_KEY)%\"\n private_api_key: \"%env(MARVEL_PRIVATE_API_KEY)%\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "ikoene/marvel-api-bundle:0.5@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |