fly 4 سال پیش
والد
کامیت
008e816457
2فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 2 0
      .gitignore
  2. 12 0
      composer.json

+ 2 - 0
.gitignore

@@ -4,3 +4,5 @@
 .env.php
 .env.php
 .env
 .env
 
 
+
+/vendor/

+ 12 - 0
composer.json

@@ -0,0 +1,12 @@
+{
+    "name": "general/channel",
+    "description": "分销公共模块",
+    "type": "library",
+    "authors": [
+        {
+            "name": "fly",
+            "email": "flyingstarsan.yu@gmail.com"
+        }
+    ],
+    "require": {}
+}