Files
symfony-flex-recipes-contrib/core23.lastfm-bundle.0.4.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.0 KiB
JSON

{
"manifests": {
"core23/lastfm-bundle": {
"manifest": {
"bundles": {
"Core23\\LastFmBundle\\Core23LastFmBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LASTFM_API_ID": "",
"LASTFM_API_SECRET": ""
}
},
"files": {
"config/packages/core23_lastfm.yaml": {
"contents": [
"core23_lastfm:",
" api:",
" app_id: '%env(LASTFM_API_ID)%'",
" shared_secret: '%env(LASTFM_API_SECRET)%'",
""
],
"executable": false
}
},
"ref": "c73e219dfbfb682343c3a8c3df3ee329e6f4a8b7"
}
}
}