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

39 lines
1.6 KiB
JSON

{
"locks": {
"nbgrp/env-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "fac98cc4b74518d93ce223d8032eee20af284b00"
}
}
},
"manifests": {
"nbgrp/env-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "nbgrp/env-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"NbGroup\\Symfony\\NbgroupEnvBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/nbgroup_env.yaml": {
"contents": "# See https://github.com/nbgrp/env-bundle#readme for detailed configuration\nnbgroup_env:\n array_cast: false # \"true\" to enable Array Cast processor\n csv: false # set delimiters mapping to enable CSV processor (see below)\n\n# csv: # enable CSV processor\n# dot: '.' # \"csv-dot:FOO\" will parse env FOO into array with \".\" as a separator\n# colon: ':' # \"csv-colon:FOO\" will parse env FOO into array with \":\" as a separator\n",
"executable": false,
"encoding": ""
}
},
"origin": "nbgrp/env-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}