1
This commit is contained in:
@@ -16,18 +16,46 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0",
|
||||
"topthink/framework": "5.0.*"
|
||||
"php": ">=7.4.0",
|
||||
"topthink/framework": "5.0.*",
|
||||
"textalk/websocket": "^1.5",
|
||||
"aliyuncs/oss-sdk-php": "^2.6",
|
||||
"monolog/monolog": "^2.8",
|
||||
"guzzlehttp/guzzle": "^7.5",
|
||||
"overtrue/wechat": "~4.6",
|
||||
"endroid/qr-code": "^4.6",
|
||||
"phpoffice/phpspreadsheet": "^1.28",
|
||||
"workerman/workerman": "^4.1",
|
||||
"workerman/gateway-worker": "^3.1",
|
||||
"eison/image": "^1.0",
|
||||
"hashids/hashids": "^4.1",
|
||||
"khanamiryan/qrcode-detector-decoder": "^2.0",
|
||||
"lizhichao/word": "^2.2",
|
||||
"adbario/php-dot-notation": "^3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": "^5.4",
|
||||
"topthink/think-trace": "^1.0",
|
||||
"topthink/think-migration": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"app\\": "application"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"application/common.php"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"think-path": "thinkphp"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist"
|
||||
},
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"@php think service:discover",
|
||||
"@php think vendor:publish"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user