|
@@ -16,13 +16,13 @@
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"laravel/framework": "^10.0",
|
|
"laravel/framework": "^10.0",
|
|
"laravel/tinker": "^2.8",
|
|
"laravel/tinker": "^2.8",
|
|
|
|
+ "overtrue/wechat": "~5.0",
|
|
"phpmailer/phpmailer": "^6.8",
|
|
"phpmailer/phpmailer": "^6.8",
|
|
"phpoffice/phpexcel": "^1.8",
|
|
"phpoffice/phpexcel": "^1.8",
|
|
"phpoffice/phpspreadsheet": "^1.28",
|
|
"phpoffice/phpspreadsheet": "^1.28",
|
|
"predis/predis": "^2.1",
|
|
"predis/predis": "^2.1",
|
|
"qiniu/php-sdk": "^7.4",
|
|
"qiniu/php-sdk": "^7.4",
|
|
- "vinkla/hashids": "*",
|
|
|
|
- "w7corp/easywechat": "^6.12"
|
|
|
|
|
|
+ "vinkla/hashids": "*"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
"fakerphp/faker": "^1.9.1",
|
|
"fakerphp/faker": "^1.9.1",
|
|
@@ -73,7 +73,8 @@
|
|
"preferred-install": "dist",
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"allow-plugins": {
|
|
- "pestphp/pest-plugin": true
|
|
|
|
|
|
+ "pestphp/pest-plugin": true,
|
|
|
|
+ "easywechat-composer/easywechat-composer": true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"minimum-stability": "dev",
|
|
"minimum-stability": "dev",
|