mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
build:去除 easywechat 依赖,添加 guzzlehttp 依赖
This commit is contained in:
parent
0b77b81cf5
commit
e42369fa3b
@ -22,7 +22,7 @@
|
|||||||
"topthink/think-throttle": "v2.0.0",
|
"topthink/think-throttle": "v2.0.0",
|
||||||
"topthink/think-migration": "3.1.1",
|
"topthink/think-migration": "3.1.1",
|
||||||
"phpmailer/phpmailer": "^6.8",
|
"phpmailer/phpmailer": "^6.8",
|
||||||
"w7corp/easywechat": "^6.12",
|
"guzzlehttp/guzzle": "^7.8.1",
|
||||||
"voku/anti-xss": "^4.1",
|
"voku/anti-xss": "^4.1",
|
||||||
"nelexa/zip": "^4.0.0",
|
"nelexa/zip": "^4.0.0",
|
||||||
"ext-calendar": "*",
|
"ext-calendar": "*",
|
||||||
@ -45,10 +45,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": "dist",
|
"preferred-install": "dist"
|
||||||
"allow-plugins": {
|
|
||||||
"easywechat-composer/easywechat-composer": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-autoload-dump": [
|
"post-autoload-dump": [
|
||||||
|
Loading…
Reference in New Issue
Block a user