mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
40 lines
1.6 KiB
JSON
40 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",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |