-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
100 lines (100 loc) · 3.45 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
{
"_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": "ec8bedcb9eb77613993b771499c86aff",
"packages": [
{
"name": "google/protobuf",
"version": "3.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/google/protobuf.git",
"reference": "98836a56e616f3bc387e3c66133b1ad320f36d80"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/google/protobuf/zipball/98836a56e616f3bc387e3c66133b1ad320f36d80",
"reference": "98836a56e616f3bc387e3c66133b1ad320f36d80",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\Protobuf\\": "php/src/Google/Protobuf",
"GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "proto library for PHP",
"homepage": "https://developers.google.com/protocol-buffers/",
"keywords": [
"proto"
],
"time": "2017-11-16 01:17:36"
},
{
"name": "grpc/grpc",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/grpc/grpc-php.git",
"reference": "8d190d91ddb9d980f685d9caf79bca62d7edc1e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grpc/grpc-php/zipball/8d190d91ddb9d980f685d9caf79bca62d7edc1e6",
"reference": "8d190d91ddb9d980f685d9caf79bca62d7edc1e6",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"google/auth": "v0.9"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension.",
"google/protobuf": "To get started using grpc quickly, install the native protobuf library."
},
"type": "library",
"autoload": {
"psr-4": {
"Grpc\\": "src/lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "gRPC library for PHP",
"homepage": "https://grpc.io",
"keywords": [
"rpc"
],
"time": "2017-09-11T20:50:39+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}