Files
digital_doctor/digital_doctor_admin/composer.json
2024-07-10 17:24:15 +08:00

49 lines
1.1 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",
"topthink/framework": "5.1.*",
"topthink/think-worker": "^2.0",
"workerman/gateway-worker": "^3.0",
"wanghua/general-utility-tools-php": "dev-master",
"ext-json": "*",
"ext-mbstring": "*",
"doing/phpqrcode": "dev-master"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.org"
}
}
}