phpzlc add

This commit is contained in:
jay
2020-11-06 10:55:18 +08:00
parent 9cfe4f852a
commit 409b320632
5 changed files with 94 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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.yml",
"PROJECT_README.md":"README.md"
},
"copy-from-recipe": {
"Business/":"src/Business/"
}
}