This commit is contained in:
wangjinlei
2025-03-05 11:46:20 +08:00
parent f3d3ae04ca
commit 7a0cd98d3b
10 changed files with 1261 additions and 8 deletions

View File

@@ -25,7 +25,9 @@
"topthink/think-image": "^1.0",
"phpoffice/phpexcel": "^1.8",
"phpoffice/phpspreadsheet": "^1.12",
"paypal/paypal-server-sdk": "^0.6.1"
"paypal/paypal-server-sdk": "^0.6.1",
"guzzlehttp/guzzle": "^7.9",
"tectalic/openai": "^1.6"
},
"autoload": {
"psr-4": {
@@ -38,7 +40,8 @@
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
"topthink/think-installer": true,
"php-http/discovery": true
}
}
}