-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.lock
executable file
·93 lines (93 loc) · 2.89 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
{
"_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"
],
"content-hash": "072115d69c18a827895274390ab3c66b",
"packages": [
{
"name": "workerman/workerman",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/walkor/Workerman.git",
"reference": "01aadefdc3e7bf65dd0956d1d876bc9d27cd9156"
},
"dist": {
"type": "zip",
"url": "https://files.phpcomposer.com/files/walkor/Workerman/01aadefdc3e7bf65dd0956d1d876bc9d27cd9156.zip",
"reference": "01aadefdc3e7bf65dd0956d1d876bc9d27cd9156",
"shasum": ""
},
"require": {
"ext-pcntl": "*",
"ext-posix": "*",
"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": "walkor@workerman.net",
"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": "2017-08-25T08:26:28+00:00"
},
{
"name": "xtlsoft/noilablib",
"version": "1.0",
"dist": {
"type": "path",
"url": "packages/noilablib",
"reference": "94d8aa73b8e773e0315f6fda767e976648c007cd",
"shasum": null
},
"require": {
"php": ">=5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"NoiLab\\": "./"
}
},
"license": [
"MIT"
],
"description": "Library."
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"xtlsoft/noilablib": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4"
},
"platform-dev": []
}