Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-19 15:44:29 +00:00
parent d1c43afd19
commit 7fa28e54e3
561 changed files with 25665 additions and 0 deletions
+45
View File
@@ -0,0 +1,45 @@
{
"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": "..."
}
},
"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",
"not_installable": false,
"is_contrib": true
}
}
}