Files
symfony-flex-recipes-contrib/ikoene/marvel-api-bundle/0.4/manifest.json
T
2018-02-22 21:16:54 +01:00

14 lines
329 B
JSON

{
"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": "..."
}
}