mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
17 lines
857 B
JSON
17 lines
857 B
JSON
{
|
|
"bundles": {
|
|
"PHPZlc\\PHPZlc\\Bundle\\PHPZlcBundle": ["all"]
|
|
},
|
|
"copy-from-package": {
|
|
"Doctrine/ORM/Rewrite/Templates/Repository.tpl.php": "vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Repository.tpl.php",
|
|
"Doctrine/ORM/Rewrite/Hydration/ObjectHydrator.php": "vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php",
|
|
"Doctrine/ORM/Rewrite/MakeEntityRegenerate/ClassSourceManipulator.php": "vendor/symfony/maker-bundle/src/Util/ClassSourceManipulator.php",
|
|
"Doctrine/ORM/Rewrite/MakeEntityRegenerate/EntityRegenerator.php": "vendor/symfony/maker-bundle/src/Doctrine/EntityRegenerator.php",
|
|
"Bundle/phpzlc.yaml": "config/packages/phpzlc.yaml",
|
|
"PROJECT_README.md":"README.md"
|
|
},
|
|
"copy-from-recipe": {
|
|
"Business/":"src/Business/"
|
|
}
|
|
}
|