mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
32 lines
757 B
JSON
32 lines
757 B
JSON
{
|
|
"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": ">=5.4.0",
|
|
"topthink/think-installer": "*"
|
|
},
|
|
"require-dev": {
|
|
"johnkary/phpunit-speedtrap": "^1.0",
|
|
"mikey179/vfsStream": "~1.6",
|
|
"phploc/phploc": "*",
|
|
"phpunit/phpunit": "4.8.*",
|
|
"sebastian/phpcpd": "*",
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|