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

43 lines
1.4 KiB
JSON

{
"locks": {
"velhron/dadata-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "fe286c8dfc95885d4509da0a1ae3c3aed2bab0db"
}
}
},
"manifests": {
"velhron/dadata-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "velhron/dadata-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"Velhron\\DadataBundle\\VelhronDadataBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DADATA_TOKEN": "your-token",
"DADATA_SECRET": "your-secret"
}
},
"files": {
"config/packages/dadata.yaml": {
"contents": "velhron_dadata:\n token: '%env(DADATA_TOKEN)%'\n secret: '%env(DADATA_SECRET)%'\n",
"executable": false,
"encoding": ""
}
},
"origin": "velhron/dadata-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}