|
@@ -30,10 +30,15 @@
|
|
|
"ext-curl": "*",
|
|
"ext-curl": "*",
|
|
|
"ext-pdo": "*",
|
|
"ext-pdo": "*",
|
|
|
"ext-bcmath": "*",
|
|
"ext-bcmath": "*",
|
|
|
- "txthinking/mailer": "^2.0"
|
|
|
|
|
|
|
+ "txthinking/mailer": "^2.0",
|
|
|
|
|
+ "mpdf/mpdf": "^8.2"
|
|
|
},
|
|
},
|
|
|
"config": {
|
|
"config": {
|
|
|
- "preferred-install": "dist"
|
|
|
|
|
|
|
+ "preferred-install": "dist",
|
|
|
|
|
+ "allow-plugins": {
|
|
|
|
|
+ "topthink/think-installer": true,
|
|
|
|
|
+ "easywechat-composer/easywechat-composer": true
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
"repositories": [
|
|
"repositories": [
|
|
|
{
|
|
{
|