Files
YwxAppThink/composer.json
T

66 lines
1.4 KiB
JSON

{
"name": "ywxapp/think",
"description": "the new thinkphp framework",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM",
"ywxapp"
],
"homepage": "https://www.ywxapp.cn/",
"license": "Apache-2.0",
"authors": [
{
"name": "ywxapp",
"email": "ywx@ywxapp.com"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^4.0",
"topthink/think-filesystem": "^2.0",
"topthink/think-cors": "^1.0",
"workerman/gateway-worker": "^4.0",
"topthink/think-api": "^1.0",
"phpmailer/phpmailer": "^6.9",
"topthink/think-migration": "^3.1",
"topthink/think-helper": "^3.1",
"topthink/think-captcha": "^3.0",
"topthink/think-view": "^2.0",
"lcobucci/jwt": "^5.6",
"lcobucci/clock": "^3.3",
"fukuball/jieba-php": "^0.42.2",
"topthink/think-worker": "^5.0"
},
"require-dev": {
"symfony/var-dumper": ">=4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"ywxapp\\": "ywxapp",
"addon\\": "addon"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"platform-check": false,
"process-timeout": 0,
"platform": {
"php": "8.3.27"
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}