work/composer.json
2024-01-03 09:54:57 +08:00

49 lines
1.0 KiB
JSON
Executable File

{
"name": "vilson/pearproject",
"description": "task collaboration",
"homepage": "https://home.vilson.xyz",
"keywords": [
"task",
"team",
"project",
"plan"
],
"license": "MIT",
"authors": [
{
"name": "vilson",
"email": "545522390@qq.com"
}
],
"require": {
"php": ">=7.2",
"qiniu/php-sdk": "^7.2",
"endroid/qr-code": "^1.9",
"topthink/framework": "5.1.*",
"aliyuncs/oss-sdk-php": "^2.2",
"topthink/think-image": "^1.0",
"workerman/gateway-worker-for-win" : ">=3.0.0",
"workerman/gateway-worker" : ">=3.0.0",
"overtrue/easy-sms": "^1.1",
"phpoffice/phpspreadsheet": "^1.5",
"firebase/php-jwt": "^5.0",
"phpmailer/phpmailer": "^6.0",
"mingyoung/dingtalk": "^2.3.0",
"zoujingli/ip2region": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
}
}