mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"locks": {
|
|
"emanuilnikolov/igdb-api-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "7fd07255f1618b72766f7eaa4e35bab2712f5b4e"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"emanuilnikolov/igdb-api-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "emanuilnikolov/igdb-api-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"EN\\IgdbApiBundle\\ENIgdbApiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"YOUR_BASE_URL": "",
|
|
"YOUR_API_KEY": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/en_igdb_api.yaml": {
|
|
"contents": "# Get your credentials by signing up here: https://api.igdb.com/admin and put them in your .env file\nen_igdb_api:\n base_url: '%env(YOUR_BASE_URL)%'\n api_key: '%env(YOUR_API_KEY)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "emanuilnikolov/igdb-api-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |