|
@@ -30,15 +30,15 @@
|
|
"ext-curl": "*",
|
|
"ext-curl": "*",
|
|
"ext-pdo": "*",
|
|
"ext-pdo": "*",
|
|
"ext-bcmath": "*",
|
|
"ext-bcmath": "*",
|
|
- "txthinking/mailer": "^2.0"
|
|
|
|
|
|
+ "txthinking/mailer": "^2.0",
|
|
|
|
+ "yansongda/pay": "2.10"
|
|
},
|
|
},
|
|
"config": {
|
|
"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" } }
|
|
}
|
|
}
|