mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"copy-from-package": {
|
|
"Business/": "src/Business/",
|
|
"Controller/": "src/Controller/",
|
|
"routing/": "config/routing/",
|
|
"Document/":"src/Document/"
|
|
}
|
|
}
|