forked from nick-bai/laychat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
109 lines (109 loc) · 3.67 KB
/
composer.lock
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "99ed8e69109e0cf35874462a09f18b1e",
"content-hash": "dec78cb658af2e0a463f1881a4d954b1",
"packages": [
{
"name": "topthink/framework",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/top-think/framework.git",
"reference": "6e8885d80980e0729cbb03286f16732ed95a60fc"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/top-think/framework/6e8885d80980e0729cbb03286f16732ed95a60fc.zip",
"reference": "6e8885d80980e0729cbb03286f16732ed95a60fc",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"topthink/think-installer": "*"
},
"require-dev": {
"johnkary/phpunit-speedtrap": "^1.0",
"mikey179/vfsstream": "~1.6",
"phpdocumentor/reflection-docblock": "^2.0",
"phploc/phploc": "2.*",
"phpunit/phpunit": "4.8.*",
"sebastian/phpcpd": "2.*",
"squizlabs/php_codesniffer": "2.*"
},
"type": "think-framework",
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"description": "the new thinkphp framework",
"homepage": "http://thinkphp.cn/",
"keywords": [
"framework",
"orm",
"thinkphp"
],
"time": "2016-07-15 02:29:19"
},
{
"name": "topthink/think-installer",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/top-think/think-installer.git",
"reference": "4a656d354dfa542fe21d963832149a6cc3968836"
},
"dist": {
"type": "zip",
"url": "https://packagist.phpcomposer.com/files/top-think/think-installer/4a656d354dfa542fe21d963832149a6cc3968836.zip",
"reference": "4a656d354dfa542fe21d963832149a6cc3968836",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0"
},
"require-dev": {
"composer/composer": "1.0.*@dev"
},
"type": "composer-plugin",
"extra": {
"class": "think\\composer\\Plugin"
},
"autoload": {
"psr-4": {
"think\\composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"time": "2016-05-04 04:32:26"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}