-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
116 lines (116 loc) · 4 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
{
"_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": "a6cb400fb815939e8c36cf304fc9b329",
"packages": [
{
"name": "rybakit/msgpack",
"version": "v0.7.2",
"source": {
"type": "git",
"url": "https://github.com/rybakit/msgpack.php.git",
"reference": "f3ad27e3e7eba2204e022ec175a981e6ccb97548"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/f3ad27e3e7eba2204e022ec175a981e6ccb97548",
"reference": "f3ad27e3e7eba2204e022ec175a981e6ccb97548",
"shasum": ""
},
"require": {
"php": "^7.1.1|^8"
},
"require-dev": {
"ext-gmp": "*",
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "^7.1|^8|^9"
},
"suggest": {
"ext-decimal": "For converting overflowed integers to Decimal objects",
"ext-gmp": "For converting overflowed integers to GMP objects"
},
"type": "library",
"autoload": {
"psr-4": {
"MessagePack\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eugene Leonovich",
"email": "gen.work@gmail.com"
}
],
"description": "A pure PHP implementation of the MessagePack serialization format.",
"keywords": [
"messagepack",
"msgpack",
"pure",
"streaming"
],
"support": {
"issues": "https://github.com/rybakit/msgpack.php/issues",
"source": "https://github.com/rybakit/msgpack.php/tree/v0.7.2"
},
"funding": [
{
"url": "https://github.com/rybakit",
"type": "github"
}
],
"time": "2020-12-18T21:14:07+00:00"
},
{
"name": "vkcom/kphp-polyfills",
"version": "v1.0.29",
"source": {
"type": "git",
"url": "https://github.com/VKCOM/kphp-polyfills.git",
"reference": "78f4cfb1d19426cc55f81355bee978667c781dd0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/VKCOM/kphp-polyfills/zipball/78f4cfb1d19426cc55f81355bee978667c781dd0",
"reference": "78f4cfb1d19426cc55f81355bee978667c781dd0",
"shasum": ""
},
"require": {
"rybakit/msgpack": "^0.7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"KPHP\\": "src/"
},
"files": [
"kphp_polyfills.php"
]
},
"license": [
"GPL-3.0-or-later"
],
"description": "PHP implementations of functions supported by KPHP natively",
"support": {
"source": "https://github.com/VKCOM/kphp-polyfills/tree/v1.0.29",
"issues": "https://github.com/VKCOM/kphp-polyfills/issues"
},
"time": "2023-05-05T15:24:56+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}