-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
123 lines (123 loc) · 3.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
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
{
"_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": "ab5014e6d6ad8903d648493e3799e926",
"packages": [
{
"name": "ovm/multicast",
"version": "dev-master",
"source": {
"type": "git",
"url": "ssh://[email protected]:7999/ob/multicast.git",
"reference": "bf00ea426f47c7b83566a97614cffb74ea580307"
},
"dist": {
"type": "zip",
"url": "https://satis.office.dev/dist/ovm-multicast-dev-master-17ca34.zip",
"reference": "bf00ea426f47c7b83566a97614cffb74ea580307",
"shasum": "236f6bd531769ee8e9594ce380a131433e98641b"
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"OVM\\Multicast\\": "/src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Maksym Churkin",
"email": "[email protected]"
},
{
"name": "Nikita Galaiev",
"email": "[email protected]"
},
{
"name": "Konstantin Linnik",
"email": "[email protected]"
},
{
"name": "Evgeniy Ivashko",
"email": "[email protected]"
}
],
"description": "Multicast lib for Overmind project",
"keywords": [
"Overmind multicast"
],
"time": "2016-12-08 07:56:48"
},
{
"name": "ovm/unicast",
"version": "dev-master",
"source": {
"type": "git",
"url": "ssh://[email protected]:7999/ob/unicast.git",
"reference": "df4663e9e8d7a4aeaa0820654815ff0aab788ba9"
},
"dist": {
"type": "zip",
"url": "https://satis.office.dev/dist/ovm-unicast-dev-master-cf4cc0.zip",
"reference": "df4663e9e8d7a4aeaa0820654815ff0aab788ba9",
"shasum": "aac547988d7fb29c7239f87925fb508951937159"
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^5.3"
},
"type": "library",
"autoload": {
"psr-4": {
"OVM\\Unicast\\": "/src"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Maksym Churkin",
"email": "[email protected]"
},
{
"name": "Nikita Galaiev",
"email": "[email protected]"
},
{
"name": "Konstantin Linnik",
"email": "[email protected]"
}
],
"description": "Unicast lib for Overmind project",
"keywords": [
"Overmind unicast (TCP)"
],
"time": "2016-11-29 08:48:48"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"ovm/multicast": 20,
"ovm/unicast": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}