Files
symfony-flex-recipes-contrib/calliostro/discogs-bundle/4.0/manifest.json
T
JoeyandGitHub d8e3417c38 Add Discogs Bundle recipe v4.0 (#1855)
* Add Discogs Bundle recipe v4.0

- Add recipe for calliostro/discogs-bundle v4.0
- Supports Personal Access Token and OAuth authentication
- Includes configuration options with detailed comments
- Symfony bundle for Discogs API integration

* Fix YAML indentation to use 4 spaces
2025-09-13 08:11:32 +02:00

14 lines
307 B
JSON

{
"bundles": {
"Calliostro\\DiscogsBundle\\CalliostroDiscogsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#DISCOGS_PERSONAL_ACCESS_TOKEN": "",
"#DISCOGS_CONSUMER_KEY": "",
"#DISCOGS_CONSUMER_SECRET": ""
}
}