Files
symfony-flex-recipes-contrib/calliostro.last-fm-client-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] e45d708812 Update Flex endpoint
2025-08-31 06:22:48 +00:00

42 lines
1.5 KiB
JSON

{
"manifests": {
"calliostro/last-fm-client-bundle": {
"manifest": {
"bundles": {
"Calliostro\\LastFmClientBundle\\CalliostroLastFmClientBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LASTFM_API_KEY": "",
"LASTFM_SECRET": "",
"#LASTFM_SESSION_KEY": ""
}
},
"files": {
"config/calliostro_last_fm_client.yaml": {
"contents": [
"calliostro_last_fm_client:",
" # Get your API credentials from https://www.last.fm/api/account/create",
" api_key: '%env(LASTFM_API_KEY)%'",
" secret: '%env(LASTFM_SECRET)%'",
"",
" # Optional: session key for user-specific actions (scrobbling, etc.)",
" # session: '%env(LASTFM_SESSION_KEY)%'",
"",
" # Optional: HTTP client configuration",
" # http_client_options:",
" # timeout: 30",
""
],
"executable": false
}
},
"ref": "40cf8a97ff92482a0269db83aad4813335ac58a9"
}
}
}