wangtengyu
2018-12-03 0aaef70a400bee9b05d8b480fe9063910a428362
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "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": "~1.0"
    },
    "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"
        }
    }
}