elviss 2 жил өмнө
parent
commit
0d66d3eef8
1 өөрчлөгдсөн 20 нэмэгдсэн , 0 устгасан
  1. 20 0
      composer.json

+ 20 - 0
composer.json

@@ -0,0 +1,20 @@
+{
+    "name": "test/helloworld",
+    "type": "library",
+    "description": "helloworld",
+    "license": "MIT",
+	"minimum-stability": "dev",
+    "repositories": [
+        { "type": "composer", "url": "http://satis-dist.lysis.com.cn:4000/" }
+    ],
+    "config": {
+        "secure-http": false
+    },
+	"distribute-helper": {
+		"use-space": "100K",
+		"module-name":"hellow",
+        "module-files":[
+			{"name":"module.zip","size":"1487KB"},
+		],
+    }
+}