2025-10-16 21:07:43 +08:00
|
|
|
{
|
|
|
|
|
"name": "topthink/framework",
|
|
|
|
|
"description": "the new thinkphp framework",
|
|
|
|
|
"type": "think-framework",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"framework",
|
|
|
|
|
"thinkphp",
|
|
|
|
|
"ORM"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "http://thinkphp.cn/",
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "liu21st",
|
|
|
|
|
"email": "liu21st@gmail.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.1.0",
|
2025-10-28 19:08:18 +08:00
|
|
|
"topthink/think-installer": "~1.0",
|
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-json": "*"
|
2025-10-16 21:07:43 +08:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "4.8.*",
|
|
|
|
|
"johnkary/phpunit-speedtrap": "^1.0",
|
|
|
|
|
"mikey179/vfsstream": "~1.6",
|
|
|
|
|
"phploc/phploc": "2.*",
|
|
|
|
|
"sebastian/phpcpd": "2.*",
|
|
|
|
|
"phpdocumentor/reflection-docblock": "^2.0"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"think\\": "library/think"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|