chuweiqiang 1 год назад
Родитель
Сommit
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" } }
 }