chuweiqiang 1 년 전
부모
커밋
af87fa961a
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      composer.json

+ 8 - 8
composer.json

@@ -30,15 +30,15 @@
         "ext-curl": "*",
         "ext-pdo": "*",
         "ext-bcmath": "*",
-        "txthinking/mailer": "^2.0"
+        "txthinking/mailer": "^2.0",
+        "yansongda/pay": "2.10"
     },
     "config": {
-        "preferred-install": "dist"
-    },
-    "repositories": [
-        {
-            "type": "git",
-            "url": "https://gitee.com/fastadminnet/framework.git"
+        "preferred-install": "dist",
+        "allow-plugins": {
+            "topthink/think-installer": true,
+            "easywechat-composer/easywechat-composer": true
         }
-    ]
+    },
+    "repositories": { "packagist": { "type": "composer", "url": "https://packagist.org" } }
 }