-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.lock
60 lines (60 loc) · 2.02 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
{
"_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": "3315ca46ba25869fd945f196ab65578c",
"content-hash": "1bdc07046c34467d70369ab3ab36dc8d",
"packages": [
{
"name": "grpc/grpc",
"version": "1.25.0",
"source": {
"type": "git",
"url": "https://github.com/grpc/grpc-php.git",
"reference": "bdb165d6712db0cfcc35edae2d14fb2b00cabc88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grpc/grpc-php/zipball/bdb165d6712db0cfcc35edae2d14fb2b00cabc88",
"reference": "bdb165d6712db0cfcc35edae2d14fb2b00cabc88",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"google/auth": "^v1.3.0"
},
"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": "2019-11-07 00:47:40"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}