From a943de3d76bf395a1225314df291cf5deaf9ff25 Mon Sep 17 00:00:00 2001 From: CJayHe <1044295598@qq.com> Date: Sat, 19 Feb 2022 18:59:48 +0800 Subject: [PATCH] add phpzlc/snapshot-business (#1282) Co-authored-by: jay --- phpzlc/snapshot-business/1.0/manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 phpzlc/snapshot-business/1.0/manifest.json diff --git a/phpzlc/snapshot-business/1.0/manifest.json b/phpzlc/snapshot-business/1.0/manifest.json new file mode 100644 index 00000000..725c19b6 --- /dev/null +++ b/phpzlc/snapshot-business/1.0/manifest.json @@ -0,0 +1,7 @@ +{ + "copy-from-package": { + "Business/": "src/Business/", + "Entity/": "src/Entity/", + "Repository/": "src/Repository/" + } +}