62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "topthink/think",
|
|
"description": "the new thinkphp framework",
|
|
"type": "project",
|
|
"keywords": [
|
|
"framework",
|
|
"thinkphp",
|
|
"ORM"
|
|
],
|
|
"homepage": "http://thinkphp.cn/",
|
|
"license": "Apache-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"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"
|
|
]
|
|
}
|
|
}
|