2025-03-12 12:18:06 +08:00
|
|
|
{
|
2025-11-20 16:18:16 +08:00
|
|
|
"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"
|
2025-03-12 12:18:06 +08:00
|
|
|
},
|
2025-11-20 16:18:16 +08:00
|
|
|
{
|
|
|
|
|
"name": "yunwuxin",
|
|
|
|
|
"email": "448901948@qq.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.6.0",
|
|
|
|
|
"topthink/framework": "5.1.41",
|
|
|
|
|
"topthink/think-installer": "2.*",
|
|
|
|
|
"topthink/think-captcha": "^2.0",
|
|
|
|
|
"topthink/think-helper": "^3.0",
|
|
|
|
|
"topthink/think-image": "^1.0",
|
|
|
|
|
"topthink/think-queue": "^2.0",
|
|
|
|
|
"topthink/think-worker": "^2.0",
|
|
|
|
|
"textalk/websocket": "^1.5",
|
|
|
|
|
"aliyuncs/oss-sdk-php": "^2.6",
|
|
|
|
|
"monolog/monolog": "^1.27",
|
|
|
|
|
"guzzlehttp/guzzle": "^6.5",
|
|
|
|
|
"overtrue/wechat": "~4.6",
|
|
|
|
|
"endroid/qr-code": "^3.9",
|
|
|
|
|
"phpoffice/phpspreadsheet": "^1.29",
|
|
|
|
|
"workerman/workerman": "^3.5",
|
|
|
|
|
"workerman/gateway-worker": "^3.0",
|
|
|
|
|
"hashids/hashids": "^2.0",
|
|
|
|
|
"khanamiryan/qrcode-detector-decoder": "^1.0",
|
|
|
|
|
"lizhichao/word": "^2.0",
|
|
|
|
|
"adbario/php-dot-notation": "^2.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"symfony/var-dumper": "^3.4|^4.4",
|
|
|
|
|
"topthink/think-migration": "^2.0",
|
|
|
|
|
"phpunit/phpunit": "^5.0|^6.0"
|
|
|
|
|
},
|
2025-03-12 12:18:06 +08:00
|
|
|
"autoload": {
|
2025-12-01 10:27:35 +08:00
|
|
|
"psr-4": {
|
|
|
|
|
"app\\": "application",
|
|
|
|
|
"Eison\\": "extend/Eison"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"application/common.php"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "http://thinkphp.cn/",
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "liu21st",
|
|
|
|
|
"email": "liu21st@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "yunwuxin",
|
|
|
|
|
"email": "448901948@qq.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.6.0",
|
|
|
|
|
"topthink/framework": "5.1.41",
|
|
|
|
|
"topthink/think-installer": "~1.0",
|
|
|
|
|
"topthink/think-captcha": "^2.0",
|
|
|
|
|
"topthink/think-helper": "^3.0",
|
|
|
|
|
"topthink/think-image": "^1.0",
|
|
|
|
|
"topthink/think-queue": "^2.0",
|
|
|
|
|
"topthink/think-worker": "^2.0",
|
|
|
|
|
"textalk/websocket": "^1.2",
|
|
|
|
|
"aliyuncs/oss-sdk-php": "^2.3",
|
|
|
|
|
"monolog/monolog": "^1.24",
|
|
|
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
|
|
|
"overtrue/wechat": "~4.0",
|
|
|
|
|
"endroid/qr-code": "^3.5",
|
|
|
|
|
"phpoffice/phpspreadsheet": "^1.8",
|
|
|
|
|
"workerman/workerman": "^3.5",
|
|
|
|
|
"workerman/gateway-worker": "^3.0",
|
|
|
|
|
"hashids/hashids": "^2.0",
|
|
|
|
|
"khanamiryan/qrcode-detector-decoder": "^1.0",
|
|
|
|
|
"lizhichao/word": "^2.0",
|
|
|
|
|
"adbario/php-dot-notation": "^2.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"symfony/var-dumper": "^3.4",
|
|
|
|
|
"topthink/think-migration": "^2.0"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"app\\": "application",
|
|
|
|
|
"Eison\\": "extend/Eison"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"application/common.php"
|
|
|
|
|
],
|
|
|
|
|
"classmap": []
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"think-path": "thinkphp"
|
|
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"preferred-install": "dist",
|
|
|
|
|
"allow-plugins": {
|
|
|
|
|
"topthink/think-installer": true,
|
|
|
|
|
"easywechat-composer/easywechat-composer": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"prefer-stable": true
|
|
|
|
|
}
|
|
|
|
|
}
|