mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"locks": {
|
|
"sebtm/inwx-api-bundle": {
|
|
"version": "0.2",
|
|
"recipe": {
|
|
"repo": "0.2",
|
|
"branch": "master",
|
|
"version": "0.2",
|
|
"ref": "f10a384582b4b233521b53183838f30a8ba53357"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"sebtm/inwx-api-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "sebtm/inwx-api-bundle",
|
|
"version": "0.2",
|
|
"manifest": {
|
|
"bundles": {
|
|
"SebTM\\INWX\\InwxApiBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"INWX_USERNAME": "",
|
|
"INWX_PASSWORD": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/inwx_api.yaml": {
|
|
"contents": "# Read the documentation: https://github.com/SebTM/inwx-api-bundle\ninwx_api:\n username: '%env(resolve:INWX_USERNAME)%'\n password: '%env(resolve:INWX_PASSWORD)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "sebtm/inwx-api-bundle:0.2@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |