feat(bundle): register new bundle @ArtoxLabClarcBundle

US-30728
This commit is contained in:
Artur Turchin
2019-09-10 13:50:54 +03:00
parent b1b555a90d
commit 66c85c89a5
@@ -0,0 +1,16 @@
{
"bundles": {
"ArtoxLab\\Bundle\\ClarcBundle\\ArtoxLabClarcBundle": ["all"]
},
"copy-from-package": {
"Layers/Entities/": "%SRC_DIR%/Domain/",
"Layers/UseCases/": "%SRC_DIR%/UseCases/",
"Layers/Interfaces/": "%SRC_DIR%/Interfaces/",
"Layers/Infrastructure/": "%SRC_DIR%/Infrastructure/"
},
"gitignore": [
".env",
"/.idea/",
".DS_Store"
]
}