Files
pgserver3.0/pgserver/composer.json
2026-04-23 18:29:08 +08:00

58 lines
1.4 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.3.0",
"topthink/framework": "5.1.*",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^2.0",
"topthink/think-image": "^1.0",
"tecnickcom/tcpdf": "6.3.0",
"phpoffice/phpexcel": "^1.8",
"mpdf/mpdf": "^8.0",
"topthink/think-worker": "1.0",
"workerman/workerman-for-win": "3.5",
"workerman/phpsocket.io": "1.1",
"overtrue/pinyin": "4.0",
"lpilp/guomi": "v1.0.6",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"audit": {
"block-insecure": false
},
"allow-plugins": {
"topthink/think-installer": true
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}