-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
160 lines (160 loc) · 5.73 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"_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": "c9257d3490aa6d8f7528201e1c512798",
"packages": [
{
"name": "google/protobuf",
"version": "v3.21.12",
"source": {
"type": "git",
"url": "https://github.com/protocolbuffers/protobuf-php.git",
"reference": "93019df2df0f8c5c01757ef79f3f077d2cb35b65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/93019df2df0f8c5c01757ef79f3f077d2cb35b65",
"reference": "93019df2df0f8c5c01757ef79f3f077d2cb35b65",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=5.0.0"
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
},
"type": "library",
"autoload": {
"psr-4": {
"Google\\Protobuf\\": "src/Google/Protobuf",
"GPBMetadata\\Google\\Protobuf\\": "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"
],
"support": {
"source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.21.12"
},
"time": "2022-12-14T14:50:49+00:00"
},
{
"name": "grpc/grpc",
"version": "1.42.0",
"source": {
"type": "git",
"url": "https://github.com/grpc/grpc-php.git",
"reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grpc/grpc-php/zipball/9fa44f104cb92e924d4da547323a97f3d8aca6d4",
"reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4",
"shasum": ""
},
"require": {
"php": ">=7.0.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"
],
"support": {
"source": "https://github.com/grpc/grpc-php/tree/v1.42.0"
},
"time": "2021-11-19T08:13:51+00:00"
},
{
"name": "passkit/passkit-php-grpc-sdk",
"version": "v1.1.72",
"source": {
"type": "git",
"url": "https://github.com/passkit/passkit-php-grpc-sdk.git",
"reference": "ebce339d47a6af89beeaa1c0e901d6a5681e9e70"
},
"require": {
"google/protobuf": "^v3.21.12",
"grpc/grpc": "^v1.42.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Analytics\\": "lib/Analytics",
"Cabin_codes\\": "lib/Cabin_codes",
"Ct\\": "lib/Ct",
"Event_tickets\\": "lib/Event_tickets",
"Flights\\": "lib/Flights",
"Io\\": "lib/Io",
"Members\\": "lib/Members",
"Raw\\": "lib/Raw",
"Scheduler\\": "lib/Scheduler",
"Single_use_coupons\\": "lib/Single_use_coupons",
"GPBMetadata\\Io\\": "lib/GPBMetadata/Io",
"GPBMetadata\\Ct\\": "lib/GPBMetadata/Ct",
"GPBMetadata\\Google\\": "lib/extra/GPBMetadata/Google",
"Google\\Api\\": "lib/extra/google/api"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "PassKit Inc.",
"homepage": "https://passkit.com"
}
],
"description": "PHP gRPC SDK for Apple Wallet and Google Pay Membership / Loyalty / Access Cards, Coupons, Flights & Event-Tickets.",
"homepage": "http://passkit.com",
"keywords": [
"api",
"grpc",
"mobile-wallet",
"passkit",
"php",
"sdk",
"wallet"
],
"time": "2022-12-30T11:06:45+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"
}