mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
添加文件
This commit is contained in:
33
composer.json
Normal file
33
composer.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "topthink/framework",
|
||||
"description": "the new thinkphp framework",
|
||||
"type": "thinkphp-framework",
|
||||
"keywords": ["framework", "thinkphp", "ORM"],
|
||||
"homepage": "http://thinkphp.cn/",
|
||||
"license": "Apache2",
|
||||
"authors": [
|
||||
{
|
||||
"name": "liu21st",
|
||||
"email": "liu21st@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"johnkary/phpunit-speedtrap": "^1.0",
|
||||
"mikey179/vfsStream": "~1.6",
|
||||
"phploc/phploc": "*",
|
||||
"phpunit/phpunit": "4.8.*",
|
||||
"sebastian/phpcpd": "*",
|
||||
"squizlabs/php_codesniffer": "2.*"
|
||||
},
|
||||
"config": {
|
||||
"vendor-dir": "vendor"
|
||||
},
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"thinkphp": ["type:thinkphp-framework"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user