mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"galactic-shrine/gsid": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
"<bg=blue;fg=white> GsId </>",
|
|
"",
|
|
" * The GsId bundle was enabled in config/bundles.php.",
|
|
" * A default configuration file was created at config/packages/gsid.yaml.",
|
|
" * If DoctrineBundle is installed, the bundle registers the DBAL type \"gsid\" automatically."
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/gsid.yaml": {
|
|
"contents": [
|
|
"gsid:",
|
|
" default_case: Lower",
|
|
" default_text_format: N",
|
|
" default_json_format: D",
|
|
" default_database_format: N",
|
|
" lock: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "78e9503b5cbeda797c170bd8a405994038bbdf14"
|
|
}
|
|
}
|
|
}
|