mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"copy-from-package": {
|
|
"Business/": "src/Business/",
|
|
"DataFixtures/": "src/DataFixtures/",
|
|
"Entity/": "src/Entity/",
|
|
"Repository/": "src/Repository/"
|
|
}
|
|
}
|