Files
symfony-flex-recipes-contrib/alexandret.evc-bundle.1.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

44 lines
1.6 KiB
JSON

{
"locks": {
"alexandret/evc-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "32f4cc1f12a640985710762638f18dfdbb68d7df"
}
}
},
"manifests": {
"alexandret/evc-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "alexandret/evc-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"Alexandre\\EvcBundle\\AlexandreEvcBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"EVC_API": "Enter the api version provided by evc.de support",
"EVC_USERNAME": "Enter your reseller account number",
"EVC_PASSWORD": "Enter your api password, not the password to connect on evc.de website"
}
},
"files": {
"config/packages/alexandre_evc.yaml": {
"contents": "alexandre_evc:\n api_id: '%env(EVC_API)%'\n username: '%env(EVC_USERNAME)%'\n password: '%env(EVC_PASSWORD)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "alexandret/evc-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}