-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
128 lines (128 loc) · 4.36 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d1ad2e0abeb0ce02f6901a8d01be33ff",
"packages": [
{
"name": "workerman/channel",
"version": "v1.0.5",
"source": {
"type": "git",
"url": "https://github.com/walkor/Channel.git",
"reference": "0836a9a413c6e8425ee36307d95e2e49cc380f50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/Channel/zipball/0836a9a413c6e8425ee36307d95e2e49cc380f50",
"reference": "0836a9a413c6e8425ee36307d95e2e49cc380f50",
"shasum": ""
},
"require": {
"workerman/workerman": ">=3.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Channel\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"homepage": "http://www.workerman.net",
"time": "2018-07-02T02:42:37+00:00"
},
{
"name": "workerman/phpsocket.io",
"version": "v1.1.10",
"source": {
"type": "git",
"url": "https://github.com/walkor/phpsocket.io.git",
"reference": "ebac641aa256cb29bc209131dc71592f1fa5cdbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/phpsocket.io/zipball/ebac641aa256cb29bc209131dc71592f1fa5cdbb",
"reference": "ebac641aa256cb29bc209131dc71592f1fa5cdbb",
"shasum": ""
},
"require": {
"workerman/channel": ">=1.0.0",
"workerman/workerman": ">=3.1.8"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPSocketIO\\": "./src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"homepage": "http://www.workerman.net",
"keywords": [
"Socket.io"
],
"time": "2018-09-02T03:21:39+00:00"
},
{
"name": "workerman/workerman",
"version": "v3.5.16",
"source": {
"type": "git",
"url": "https://github.com/walkor/Workerman.git",
"reference": "b374bb86f9dae74bf373e924173a891eb6435c7a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/walkor/Workerman/zipball/b374bb86f9dae74bf373e924173a891eb6435c7a",
"reference": "b374bb86f9dae74bf373e924173a891eb6435c7a",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"suggest": {
"ext-event": "For better performance. "
},
"type": "library",
"autoload": {
"psr-4": {
"Workerman\\": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "walkor",
"email": "[email protected]",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
"homepage": "http://www.workerman.net",
"keywords": [
"asynchronous",
"event-loop"
],
"time": "2018-11-18T06:16:58+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}