mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"artox-lab/clarc-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ArtoxLab\\Bundle\\ClarcBundle\\ArtoxLabClarcBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"Layers/Entities/": "%SRC_DIR%/Entities/",
|
|
"Layers/UseCases/": "%SRC_DIR%/UseCases/",
|
|
"Layers/Interfaces/": "%SRC_DIR%/Interfaces/",
|
|
"Layers/Infrastructure/": "%SRC_DIR%/Infrastructure/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/artox_lab_clarc.yaml": {
|
|
"contents": [
|
|
"artox_lab_clarc:",
|
|
" api:",
|
|
" serializer:",
|
|
" class: \\ArtoxLab\\Bundle\\ClarcBundle\\Core\\Interfaces\\UI\\API\\Transformers\\Serializers\\NullObjectArraySerializer",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "5b211da937aafccca43bcea381f3f2db7edc918f"
|
|
}
|
|
}
|
|
}
|