PluginProbe
Media Cloud Sync / trunk
Media Cloud Sync vtrunk
1.4.0 1.3.12 1.3.11 1.3.10 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.2.0 1.2.10 1.2.11 1.2.12 1.2.13 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 All 34 releases
media-cloud-sync / includes / sdk / google / composer / installed.json

installed.json in Media Cloud Sync trunk, at includes/sdk/google/composer/installed.json

1,590 lines 46.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "brick\/math",
5 "version": "0.13.1",
6 "version_normalized": "0.13.1.0",
7 "source": {
8 "type": "git",
9 "url": "https:\/\/github.com\/brick\/math.git",
10 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https:\/\/api.github.com\/repos\/brick\/math\/zipball\/fc7ed316430118cc7836bf45faff18d5dfc8de04",
15 "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
16 "shasum": ""
17 },
18 "require": {
19 "php": "^8.1"
20 },
21 "require-dev": {
22 "php-coveralls\/php-coveralls": "^2.2",
23 "phpunit\/phpunit": "^10.1",
24 "vimeo\/psalm": "6.8.8"
25 },
26 "time": "2025-03-29T13:50:30+00:00",
27 "type": "library",
28 "installation-source": "dist",
29 "autoload": {
30 "psr-4": {
31 "Dudlewebs\\WPMCS\\GCP\\Brick\\Math\\": "src\/"
32 }
33 },
34 "notification-url": "https:\/\/packagist.org\/downloads\/",
35 "license": ["MIT"],
36 "description": "Arbitrary-precision arithmetic library",
37 "keywords": [
38 "Arbitrary-precision",
39 "BigInteger",
40 "BigRational",
41 "arithmetic",
42 "bigdecimal",
43 "bignum",
44 "bignumber",
45 "brick",
46 "decimal",
47 "integer",
48 "math",
49 "mathematics",
50 "rational"
51 ],
52 "support": {
53 "issues": "https:\/\/github.com\/brick\/math\/issues",
54 "source": "https:\/\/github.com\/brick\/math\/tree\/0.13.1"
55 },
56 "funding": [
57 {
58 "url": "https:\/\/github.com\/BenMorel",
59 "type": "github"
60 }
61 ],
62 "install-path": "..\/brick\/math"
63 },
64 {
65 "name": "firebase\/php-jwt",
66 "version": "v7.0.3",
67 "version_normalized": "7.0.3.0",
68 "source": {
69 "type": "git",
70 "url": "https:\/\/github.com\/firebase\/php-jwt.git",
71 "reference": "28aa0694bcfdfa5e2959c394d5a1ee7a5083629e"
72 },
73 "dist": {
74 "type": "zip",
75 "url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/28aa0694bcfdfa5e2959c394d5a1ee7a5083629e",
76 "reference": "28aa0694bcfdfa5e2959c394d5a1ee7a5083629e",
77 "shasum": ""
78 },
79 "require": {
80 "php": "^8.0"
81 },
82 "require-dev": {
83 "guzzlehttp\/guzzle": "^7.4",
84 "phpspec\/prophecy-phpunit": "^2.0",
85 "phpunit\/phpunit": "^9.5",
86 "psr\/cache": "^2.0||^3.0",
87 "psr\/http-client": "^1.0",
88 "psr\/http-factory": "^1.0"
89 },
90 "suggest": {
91 "ext-sodium": "Support EdDSA (Ed25519) signatures",
92 "paragonie\/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
93 },
94 "time": "2026-02-25T22:16:40+00:00",
95 "type": "library",
96 "installation-source": "dist",
97 "autoload": {
98 "psr-4": {
99 "Dudlewebs\\WPMCS\\GCP\\Firebase\\JWT\\": "src"
100 }
101 },
102 "notification-url": "https:\/\/packagist.org\/downloads\/",
103 "license": ["BSD-3-Clause"],
104 "authors": [
105 {
106 "name": "Neuman Vong",
107 "email": "neuman+pear@twilio.com",
108 "role": "Developer"
109 },
110 {
111 "name": "Anant Narayanan",
112 "email": "anant@php.net",
113 "role": "Developer"
114 }
115 ],
116 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
117 "homepage": "https:\/\/github.com\/firebase\/php-jwt",
118 "keywords": ["jwt", "php"],
119 "support": {
120 "issues": "https:\/\/github.com\/firebase\/php-jwt\/issues",
121 "source": "https:\/\/github.com\/firebase\/php-jwt\/tree\/v7.0.3"
122 },
123 "install-path": "..\/firebase\/php-jwt"
124 },
125 {
126 "name": "google\/auth",
127 "version": "v1.50.1",
128 "version_normalized": "1.50.1.0",
129 "source": {
130 "type": "git",
131 "url": "https:\/\/github.com\/googleapis\/google-auth-library-php.git",
132 "reference": "870c17ee3a1d73338d39a9ffa77a700ba77f5a83"
133 },
134 "dist": {
135 "type": "zip",
136 "url": "https:\/\/api.github.com\/repos\/googleapis\/google-auth-library-php\/zipball\/870c17ee3a1d73338d39a9ffa77a700ba77f5a83",
137 "reference": "870c17ee3a1d73338d39a9ffa77a700ba77f5a83",
138 "shasum": ""
139 },
140 "require": {
141 "firebase\/php-jwt": "^6.0||^7.0",
142 "guzzlehttp\/guzzle": "^7.4.5",
143 "guzzlehttp\/psr7": "^2.4.5",
144 "php": "^8.1",
145 "psr\/cache": "^2.0||^3.0",
146 "psr\/http-message": "^1.1||^2.0",
147 "psr\/log": "^2.0||^3.0"
148 },
149 "require-dev": {
150 "guzzlehttp\/promises": "^2.0",
151 "kelvinmo\/simplejwt": "^1.1.0",
152 "phpseclib\/phpseclib": "^3.0.35",
153 "phpspec\/prophecy-phpunit": "^2.1",
154 "phpunit\/phpunit": "^9.6",
155 "sebastian\/comparator": ">=1.2.3",
156 "squizlabs\/php_codesniffer": "^4.0",
157 "symfony\/filesystem": "^6.3||^7.3",
158 "symfony\/process": "^6.0||^7.0",
159 "webmozart\/assert": "^1.11||^2.0"
160 },
161 "suggest": {
162 "phpseclib\/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
163 },
164 "time": "2026-03-18T20:03:29+00:00",
165 "type": "library",
166 "installation-source": "dist",
167 "autoload": {
168 "psr-4": {
169 "Dudlewebs\\WPMCS\\GCP\\Google\\Auth\\": "src"
170 }
171 },
172 "notification-url": "https:\/\/packagist.org\/downloads\/",
173 "license": ["Apache-2.0"],
174 "description": "Google Auth Library for PHP",
175 "homepage": "https:\/\/github.com\/google\/google-auth-library-php",
176 "keywords": ["Authentication", "google", "oauth2"],
177 "support": {
178 "docs": "https:\/\/cloud.google.com\/php\/docs\/reference\/auth\/latest",
179 "issues": "https:\/\/github.com\/googleapis\/google-auth-library-php\/issues",
180 "source": "https:\/\/github.com\/googleapis\/google-auth-library-php\/tree\/v1.50.1"
181 },
182 "install-path": "..\/google\/auth"
183 },
184 {
185 "name": "google\/cloud-core",
186 "version": "v1.71.2",
187 "version_normalized": "1.71.2.0",
188 "source": {
189 "type": "git",
190 "url": "https:\/\/github.com\/googleapis\/google-cloud-php-core.git",
191 "reference": "1030847fcbb6b2ae70c48379cc5dbc7603f8faac"
192 },
193 "dist": {
194 "type": "zip",
195 "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-core\/zipball\/1030847fcbb6b2ae70c48379cc5dbc7603f8faac",
196 "reference": "1030847fcbb6b2ae70c48379cc5dbc7603f8faac",
197 "shasum": ""
198 },
199 "require": {
200 "google\/auth": "^1.34",
201 "google\/gax": "^1.38.0",
202 "guzzlehttp\/guzzle": "^6.5.8||^7.4.4",
203 "guzzlehttp\/promises": "^1.4||^2.0",
204 "guzzlehttp\/psr7": "^2.6",
205 "monolog\/monolog": "^2.9||^3.0",
206 "php": "^8.1",
207 "psr\/http-message": "^1.0||^2.0",
208 "rize\/uri-template": "~0.3||~0.4"
209 },
210 "require-dev": {
211 "erusev\/parsedown": "^1.6",
212 "google\/cloud-common-protos": "~0.5||^1.0",
213 "nikic\/php-parser": "^5.6",
214 "opis\/closure": "^3.7|^4.0",
215 "phpdocumentor\/reflection": "^6.0",
216 "phpdocumentor\/reflection-docblock": "^5.3.3||^6.0",
217 "phpspec\/prophecy-phpunit": "^2.0",
218 "phpunit\/phpunit": "^9.0",
219 "squizlabs\/php_codesniffer": "2.*"
220 },
221 "suggest": {
222 "opis\/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
223 "symfony\/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
224 },
225 "time": "2026-03-17T23:07:39+00:00",
226 "bin": ["bin\/google-cloud-batch"],
227 "type": "library",
228 "extra": {
229 "component": {
230 "id": "cloud-core",
231 "path": "Core",
232 "entry": "src\/ServiceBuilder.php",
233 "target": "googleapis\/google-cloud-php-core.git"
234 }
235 },
236 "installation-source": "dist",
237 "autoload": {
238 "psr-4": {
239 "Dudlewebs\\WPMCS\\GCP\\Google\\Cloud\\Core\\": "src"
240 }
241 },
242 "notification-url": "https:\/\/packagist.org\/downloads\/",
243 "license": ["Apache-2.0"],
244 "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
245 "support": {
246 "source": "https:\/\/github.com\/googleapis\/google-cloud-php-core\/tree\/v1.71.2"
247 },
248 "install-path": "..\/google\/cloud-core"
249 },
250 {
251 "name": "google\/cloud-storage",
252 "version": "v1.49.2",
253 "version_normalized": "1.49.2.0",
254 "source": {
255 "type": "git",
256 "url": "https:\/\/github.com\/googleapis\/google-cloud-php-storage.git",
257 "reference": "1cab44377fc65c7feba1f706970f3abf5ccba392"
258 },
259 "dist": {
260 "type": "zip",
261 "url": "https:\/\/api.github.com\/repos\/googleapis\/google-cloud-php-storage\/zipball\/1cab44377fc65c7feba1f706970f3abf5ccba392",
262 "reference": "1cab44377fc65c7feba1f706970f3abf5ccba392",
263 "shasum": ""
264 },
265 "require": {
266 "google\/cloud-core": "^1.57",
267 "php": "^8.1",
268 "ramsey\/uuid": "^4.2.3"
269 },
270 "require-dev": {
271 "erusev\/parsedown": "^1.6",
272 "google\/cloud-pubsub": "^2.0",
273 "phpdocumentor\/reflection": "^5.3.3||^6.0",
274 "phpdocumentor\/reflection-docblock": "^5.3.3||^6.0",
275 "phpseclib\/phpseclib": "^2.0||^3.0",
276 "phpspec\/prophecy-phpunit": "^2.0",
277 "phpunit\/phpunit": "^9.0",
278 "squizlabs\/php_codesniffer": "2.*"
279 },
280 "suggest": {
281 "google\/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
282 "phpseclib\/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
283 },
284 "time": "2026-01-23T22:57:13+00:00",
285 "type": "library",
286 "extra": {
287 "component": {
288 "id": "cloud-storage",
289 "path": "Storage",
290 "entry": "src\/StorageClient.php",
291 "target": "googleapis\/google-cloud-php-storage.git"
292 }
293 },
294 "installation-source": "dist",
295 "autoload": {
296 "psr-4": {
297 "Dudlewebs\\WPMCS\\GCP\\Google\\Cloud\\Storage\\": "src"
298 }
299 },
300 "notification-url": "https:\/\/packagist.org\/downloads\/",
301 "license": ["Apache-2.0"],
302 "description": "Cloud Storage Client for PHP",
303 "support": {
304 "source": "https:\/\/github.com\/googleapis\/google-cloud-php-storage\/tree\/v1.49.2"
305 },
306 "install-path": "..\/google\/cloud-storage"
307 },
308 {
309 "name": "google\/common-protos",
310 "version": "4.12.5",
311 "version_normalized": "4.12.5.0",
312 "source": {
313 "type": "git",
314 "url": "https:\/\/github.com\/googleapis\/common-protos-php.git",
315 "reference": "d6fda6dad6416035e3c789f3f0cc5cb8494956b2"
316 },
317 "dist": {
318 "type": "zip",
319 "url": "https:\/\/api.github.com\/repos\/googleapis\/common-protos-php\/zipball\/d6fda6dad6416035e3c789f3f0cc5cb8494956b2",
320 "reference": "d6fda6dad6416035e3c789f3f0cc5cb8494956b2",
321 "shasum": ""
322 },
323 "require": {
324 "google\/protobuf": "^4.31||^5.0",
325 "php": "^8.1"
326 },
327 "require-dev": {
328 "phpunit\/phpunit": "^9.6"
329 },
330 "time": "2026-03-17T23:07:39+00:00",
331 "type": "library",
332 "extra": {
333 "component": {
334 "id": "common-protos",
335 "path": "CommonProtos",
336 "entry": "README.md",
337 "target": "googleapis\/common-protos-php.git"
338 }
339 },
340 "installation-source": "dist",
341 "autoload": {
342 "psr-4": {
343 "Dudlewebs\\WPMCS\\GCP\\Google\\Api\\": "src\/Api",
344 "Dudlewebs\\WPMCS\\GCP\\Google\\Iam\\": "src\/Iam",
345 "Dudlewebs\\WPMCS\\GCP\\Google\\Rpc\\": "src\/Rpc",
346 "Dudlewebs\\WPMCS\\GCP\\Google\\Type\\": "src\/Type",
347 "Dudlewebs\\WPMCS\\GCP\\Google\\Cloud\\": "src\/Cloud",
348 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Api\\": "metadata\/Api",
349 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Iam\\": "metadata\/Iam",
350 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Rpc\\": "metadata\/Rpc",
351 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Type\\": "metadata\/Type",
352 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Cloud\\": "metadata\/Cloud",
353 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Logging\\": "metadata\/Logging"
354 }
355 },
356 "notification-url": "https:\/\/packagist.org\/downloads\/",
357 "license": ["Apache-2.0"],
358 "description": "Google API Common Protos for PHP",
359 "homepage": "https:\/\/github.com\/googleapis\/common-protos-php",
360 "keywords": ["google"],
361 "support": {
362 "source": "https:\/\/github.com\/googleapis\/common-protos-php\/tree\/v4.12.5"
363 },
364 "install-path": "..\/google\/common-protos"
365 },
366 {
367 "name": "google\/gax",
368 "version": "v1.42.1",
369 "version_normalized": "1.42.1.0",
370 "source": {
371 "type": "git",
372 "url": "https:\/\/github.com\/googleapis\/gax-php.git",
373 "reference": "ab334c4869f4f16b6112acc95972a97b81dbfdda"
374 },
375 "dist": {
376 "type": "zip",
377 "url": "https:\/\/api.github.com\/repos\/googleapis\/gax-php\/zipball\/ab334c4869f4f16b6112acc95972a97b81dbfdda",
378 "reference": "ab334c4869f4f16b6112acc95972a97b81dbfdda",
379 "shasum": ""
380 },
381 "require": {
382 "google\/auth": "^1.49",
383 "google\/common-protos": "^4.4",
384 "google\/grpc-gcp": "^0.4",
385 "google\/longrunning": "~0.4",
386 "google\/protobuf": "^4.31||^5.0",
387 "grpc\/grpc": "^1.13",
388 "guzzlehttp\/promises": "^2.0",
389 "guzzlehttp\/psr7": "^2.0",
390 "php": "^8.1",
391 "ramsey\/uuid": "^4.0"
392 },
393 "conflict": {
394 "ext-protobuf": "<4.31.0"
395 },
396 "require-dev": {
397 "google\/cloud-tools": "^0.16.1",
398 "phpspec\/prophecy-phpunit": "^2.1",
399 "phpstan\/phpstan": "^2.0",
400 "phpunit\/phpunit": "^9.6"
401 },
402 "time": "2026-03-12T21:22:20+00:00",
403 "type": "library",
404 "installation-source": "dist",
405 "autoload": {
406 "psr-4": {
407 "Dudlewebs\\WPMCS\\GCP\\Google\\ApiCore\\": "src",
408 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\ApiCore\\": "metadata\/ApiCore"
409 }
410 },
411 "notification-url": "https:\/\/packagist.org\/downloads\/",
412 "license": ["BSD-3-Clause"],
413 "description": "Google API Core for PHP",
414 "homepage": "https:\/\/github.com\/googleapis\/gax-php",
415 "keywords": ["google"],
416 "support": {
417 "issues": "https:\/\/github.com\/googleapis\/gax-php\/issues",
418 "source": "https:\/\/github.com\/googleapis\/gax-php\/tree\/v1.42.1"
419 },
420 "install-path": "..\/google\/gax"
421 },
422 {
423 "name": "google\/grpc-gcp",
424 "version": "0.4.2",
425 "version_normalized": "0.4.2.0",
426 "source": {
427 "type": "git",
428 "url": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php.git",
429 "reference": "1049c0c15b6a1789fdeb52af688a94d540932469"
430 },
431 "dist": {
432 "type": "zip",
433 "url": "https:\/\/api.github.com\/repos\/GoogleCloudPlatform\/grpc-gcp-php\/zipball\/1049c0c15b6a1789fdeb52af688a94d540932469",
434 "reference": "1049c0c15b6a1789fdeb52af688a94d540932469",
435 "shasum": ""
436 },
437 "require": {
438 "google\/auth": "^1.3",
439 "google\/protobuf": "^v3.25.3||^4.26.1||^5.0",
440 "grpc\/grpc": "^v1.13.0",
441 "php": "^8.0",
442 "psr\/cache": "^1.0.1||^2.0.0||^3.0.0"
443 },
444 "require-dev": {
445 "google\/cloud-spanner": "^1.7",
446 "phpunit\/phpunit": "^9.0"
447 },
448 "time": "2026-03-12T22:56:09+00:00",
449 "type": "library",
450 "installation-source": "dist",
451 "autoload": {
452 "psr-4": {
453 "Dudlewebs\\WPMCS\\GCP\\Grpc\\Gcp\\": "src\/"
454 },
455 "classmap": ["src\/generated\/"]
456 },
457 "notification-url": "https:\/\/packagist.org\/downloads\/",
458 "license": ["Apache-2.0"],
459 "description": "gRPC GCP library for channel management",
460 "support": {
461 "issues": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/issues",
462 "source": "https:\/\/github.com\/GoogleCloudPlatform\/grpc-gcp-php\/tree\/v0.4.2"
463 },
464 "install-path": "..\/google\/grpc-gcp"
465 },
466 {
467 "name": "google\/longrunning",
468 "version": "0.7.0",
469 "version_normalized": "0.7.0.0",
470 "source": {
471 "type": "git",
472 "url": "https:\/\/github.com\/googleapis\/php-longrunning.git",
473 "reference": "5c0a0fc30a8f698a47a2e9fc61f6640aed35c84f"
474 },
475 "dist": {
476 "type": "zip",
477 "url": "https:\/\/api.github.com\/repos\/googleapis\/php-longrunning\/zipball\/5c0a0fc30a8f698a47a2e9fc61f6640aed35c84f",
478 "reference": "5c0a0fc30a8f698a47a2e9fc61f6640aed35c84f",
479 "shasum": ""
480 },
481 "require-dev": {
482 "google\/gax": "^1.38.0",
483 "phpunit\/phpunit": "^9.0"
484 },
485 "time": "2026-03-17T23:07:39+00:00",
486 "type": "library",
487 "extra": {
488 "component": {
489 "id": "longrunning",
490 "path": "LongRunning",
491 "entry": null,
492 "target": "googleapis\/php-longrunning"
493 }
494 },
495 "installation-source": "dist",
496 "autoload": {
497 "psr-4": {
498 "Dudlewebs\\WPMCS\\GCP\\Google\\LongRunning\\": "src\/LongRunning",
499 "Dudlewebs\\WPMCS\\GCP\\Google\\ApiCore\\LongRunning\\": "src\/ApiCore\/LongRunning",
500 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Longrunning\\": "metadata\/Longrunning"
501 }
502 },
503 "notification-url": "https:\/\/packagist.org\/downloads\/",
504 "license": ["Apache-2.0"],
505 "description": "Google LongRunning Client for PHP",
506 "support": {
507 "source": "https:\/\/github.com\/googleapis\/php-longrunning\/tree\/v0.7.0"
508 },
509 "install-path": "..\/google\/longrunning"
510 },
511 {
512 "name": "google\/protobuf",
513 "version": "v4.33.6",
514 "version_normalized": "4.33.6.0",
515 "source": {
516 "type": "git",
517 "url": "https:\/\/github.com\/protocolbuffers\/protobuf-php.git",
518 "reference": "84b008c23915ed94536737eae46f41ba3bccfe67"
519 },
520 "dist": {
521 "type": "zip",
522 "url": "https:\/\/api.github.com\/repos\/protocolbuffers\/protobuf-php\/zipball\/84b008c23915ed94536737eae46f41ba3bccfe67",
523 "reference": "84b008c23915ed94536737eae46f41ba3bccfe67",
524 "shasum": ""
525 },
526 "require": {
527 "php": ">=8.1.0"
528 },
529 "require-dev": {
530 "phpunit\/phpunit": ">=10.5.62 <11.0.0"
531 },
532 "suggest": {
533 "ext-bcmath": "Need to support JSON deserialization"
534 },
535 "time": "2026-03-18T17:32:05+00:00",
536 "type": "library",
537 "installation-source": "dist",
538 "autoload": {
539 "psr-4": {
540 "Dudlewebs\\WPMCS\\GCP\\Google\\Protobuf\\": "src\/Google\/Protobuf",
541 "Dudlewebs\\WPMCS\\GCP\\GPBMetadata\\Google\\Protobuf\\": "src\/GPBMetadata\/Google\/Protobuf"
542 }
543 },
544 "notification-url": "https:\/\/packagist.org\/downloads\/",
545 "license": ["BSD-3-Clause"],
546 "description": "proto library for PHP",
547 "homepage": "https:\/\/developers.google.com\/protocol-buffers\/",
548 "keywords": ["proto"],
549 "support": {
550 "source": "https:\/\/github.com\/protocolbuffers\/protobuf-php\/tree\/v4.33.6"
551 },
552 "install-path": "..\/google\/protobuf"
553 },
554 {
555 "name": "grpc\/grpc",
556 "version": "1.74.0",
557 "version_normalized": "1.74.0.0",
558 "source": {
559 "type": "git",
560 "url": "https:\/\/github.com\/grpc\/grpc-php.git",
561 "reference": "32bf4dba256d60d395582fb6e4e8d3936bcdb713"
562 },
563 "dist": {
564 "type": "zip",
565 "url": "https:\/\/api.github.com\/repos\/grpc\/grpc-php\/zipball\/32bf4dba256d60d395582fb6e4e8d3936bcdb713",
566 "reference": "32bf4dba256d60d395582fb6e4e8d3936bcdb713",
567 "shasum": ""
568 },
569 "require": {
570 "php": ">=7.0.0"
571 },
572 "require-dev": {
573 "google\/auth": "^v1.3.0"
574 },
575 "suggest": {
576 "ext-protobuf": "For better performance, install the protobuf C extension.",
577 "google\/protobuf": "To get started using grpc quickly, install the native protobuf library."
578 },
579 "time": "2025-07-24T20:02:16+00:00",
580 "type": "library",
581 "installation-source": "dist",
582 "autoload": {
583 "psr-4": {
584 "Dudlewebs\\WPMCS\\GCP\\Grpc\\": "src\/lib\/"
585 }
586 },
587 "notification-url": "https:\/\/packagist.org\/downloads\/",
588 "license": ["Apache-2.0"],
589 "description": "gRPC library for PHP",
590 "homepage": "https:\/\/grpc.io",
591 "keywords": ["rpc"],
592 "support": {
593 "source": "https:\/\/github.com\/grpc\/grpc-php\/tree\/v1.74.0"
594 },
595 "install-path": "..\/grpc\/grpc"
596 },
597 {
598 "name": "guzzlehttp\/guzzle",
599 "version": "7.10.0",
600 "version_normalized": "7.10.0.0",
601 "source": {
602 "type": "git",
603 "url": "https:\/\/github.com\/guzzle\/guzzle.git",
604 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
605 },
606 "dist": {
607 "type": "zip",
608 "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
609 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
610 "shasum": ""
611 },
612 "require": {
613 "ext-json": "*",
614 "guzzlehttp\/promises": "^2.3",
615 "guzzlehttp\/psr7": "^2.8",
616 "php": "^7.2.5 || ^8.0",
617 "psr\/http-client": "^1.0",
618 "symfony\/deprecation-contracts": "^2.2 || ^3.0"
619 },
620 "provide": {
621 "psr\/http-client-implementation": "1.0"
622 },
623 "require-dev": {
624 "bamarni\/composer-bin-plugin": "^1.8.2",
625 "ext-curl": "*",
626 "guzzle\/client-integration-tests": "3.0.2",
627 "php-http\/message-factory": "^1.1",
628 "phpunit\/phpunit": "^8.5.39 || ^9.6.20",
629 "psr\/log": "^1.1 || ^2.0 || ^3.0"
630 },
631 "suggest": {
632 "ext-curl": "Required for CURL handler support",
633 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
634 "psr\/log": "Required for using the Log middleware"
635 },
636 "time": "2025-08-23T22:36:01+00:00",
637 "type": "library",
638 "extra": {
639 "bamarni-bin": {
640 "bin-links": true,
641 "forward-command": false
642 }
643 },
644 "installation-source": "dist",
645 "autoload": {
646 "files": ["src\/functions_include.php"],
647 "psr-4": {
648 "Dudlewebs\\WPMCS\\GCP\\GuzzleHttp\\": "src\/"
649 }
650 },
651 "notification-url": "https:\/\/packagist.org\/downloads\/",
652 "license": ["MIT"],
653 "authors": [
654 {
655 "name": "Graham Campbell",
656 "email": "hello@gjcampbell.co.uk",
657 "homepage": "https:\/\/github.com\/GrahamCampbell"
658 },
659 {
660 "name": "Michael Dowling",
661 "email": "mtdowling@gmail.com",
662 "homepage": "https:\/\/github.com\/mtdowling"
663 },
664 {
665 "name": "Jeremy Lindblom",
666 "email": "jeremeamia@gmail.com",
667 "homepage": "https:\/\/github.com\/jeremeamia"
668 },
669 {
670 "name": "George Mponos",
671 "email": "gmponos@gmail.com",
672 "homepage": "https:\/\/github.com\/gmponos"
673 },
674 {
675 "name": "Tobias Nyholm",
676 "email": "tobias.nyholm@gmail.com",
677 "homepage": "https:\/\/github.com\/Nyholm"
678 },
679 {
680 "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
681 "email": "mark.sagikazar@gmail.com",
682 "homepage": "https:\/\/github.com\/sagikazarmark"
683 },
684 {
685 "name": "Tobias Schultze",
686 "email": "webmaster@tubo-world.de",
687 "homepage": "https:\/\/github.com\/Tobion"
688 }
689 ],
690 "description": "Guzzle is a PHP HTTP client library",
691 "keywords": [
692 "client",
693 "curl",
694 "framework",
695 "http",
696 "http client",
697 "psr-18",
698 "psr-7",
699 "rest",
700 "web service"
701 ],
702 "support": {
703 "issues": "https:\/\/github.com\/guzzle\/guzzle\/issues",
704 "source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/7.10.0"
705 },
706 "funding": [
707 {
708 "url": "https:\/\/github.com\/GrahamCampbell",
709 "type": "github"
710 },
711 {
712 "url": "https:\/\/github.com\/Nyholm",
713 "type": "github"
714 },
715 {
716 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle",
717 "type": "tidelift"
718 }
719 ],
720 "install-path": "..\/guzzlehttp\/guzzle"
721 },
722 {
723 "name": "guzzlehttp\/promises",
724 "version": "2.3.0",
725 "version_normalized": "2.3.0.0",
726 "source": {
727 "type": "git",
728 "url": "https:\/\/github.com\/guzzle\/promises.git",
729 "reference": "481557b130ef3790cf82b713667b43030dc9c957"
730 },
731 "dist": {
732 "type": "zip",
733 "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/481557b130ef3790cf82b713667b43030dc9c957",
734 "reference": "481557b130ef3790cf82b713667b43030dc9c957",
735 "shasum": ""
736 },
737 "require": {
738 "php": "^7.2.5 || ^8.0"
739 },
740 "require-dev": {
741 "bamarni\/composer-bin-plugin": "^1.8.2",
742 "phpunit\/phpunit": "^8.5.44 || ^9.6.25"
743 },
744 "time": "2025-08-22T14:34:08+00:00",
745 "type": "library",
746 "extra": {
747 "bamarni-bin": {
748 "bin-links": true,
749 "forward-command": false
750 }
751 },
752 "installation-source": "dist",
753 "autoload": {
754 "psr-4": {
755 "Dudlewebs\\WPMCS\\GCP\\GuzzleHttp\\Promise\\": "src\/"
756 }
757 },
758 "notification-url": "https:\/\/packagist.org\/downloads\/",
759 "license": ["MIT"],
760 "authors": [
761 {
762 "name": "Graham Campbell",
763 "email": "hello@gjcampbell.co.uk",
764 "homepage": "https:\/\/github.com\/GrahamCampbell"
765 },
766 {
767 "name": "Michael Dowling",
768 "email": "mtdowling@gmail.com",
769 "homepage": "https:\/\/github.com\/mtdowling"
770 },
771 {
772 "name": "Tobias Nyholm",
773 "email": "tobias.nyholm@gmail.com",
774 "homepage": "https:\/\/github.com\/Nyholm"
775 },
776 {
777 "name": "Tobias Schultze",
778 "email": "webmaster@tubo-world.de",
779 "homepage": "https:\/\/github.com\/Tobion"
780 }
781 ],
782 "description": "Guzzle promises library",
783 "keywords": ["promise"],
784 "support": {
785 "issues": "https:\/\/github.com\/guzzle\/promises\/issues",
786 "source": "https:\/\/github.com\/guzzle\/promises\/tree\/2.3.0"
787 },
788 "funding": [
789 {
790 "url": "https:\/\/github.com\/GrahamCampbell",
791 "type": "github"
792 },
793 {
794 "url": "https:\/\/github.com\/Nyholm",
795 "type": "github"
796 },
797 {
798 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises",
799 "type": "tidelift"
800 }
801 ],
802 "install-path": "..\/guzzlehttp\/promises"
803 },
804 {
805 "name": "guzzlehttp\/psr7",
806 "version": "2.9.0",
807 "version_normalized": "2.9.0.0",
808 "source": {
809 "type": "git",
810 "url": "https:\/\/github.com\/guzzle\/psr7.git",
811 "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
812 },
813 "dist": {
814 "type": "zip",
815 "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/7d0ed42f28e42d61352a7a79de682e5e67fec884",
816 "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
817 "shasum": ""
818 },
819 "require": {
820 "php": "^7.2.5 || ^8.0",
821 "psr\/http-factory": "^1.0",
822 "psr\/http-message": "^1.1 || ^2.0",
823 "ralouphie\/getallheaders": "^3.0"
824 },
825 "provide": {
826 "psr\/http-factory-implementation": "1.0",
827 "psr\/http-message-implementation": "1.0"
828 },
829 "require-dev": {
830 "bamarni\/composer-bin-plugin": "^1.8.2",
831 "http-interop\/http-factory-tests": "0.9.0",
832 "jshttp\/mime-db": "1.54.0.1",
833 "phpunit\/phpunit": "^8.5.44 || ^9.6.25"
834 },
835 "suggest": {
836 "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
837 },
838 "time": "2026-03-10T16:41:02+00:00",
839 "type": "library",
840 "extra": {
841 "bamarni-bin": {
842 "bin-links": true,
843 "forward-command": false
844 }
845 },
846 "installation-source": "dist",
847 "autoload": {
848 "psr-4": {
849 "Dudlewebs\\WPMCS\\GCP\\GuzzleHttp\\Psr7\\": "src\/"
850 }
851 },
852 "notification-url": "https:\/\/packagist.org\/downloads\/",
853 "license": ["MIT"],
854 "authors": [
855 {
856 "name": "Graham Campbell",
857 "email": "hello@gjcampbell.co.uk",
858 "homepage": "https:\/\/github.com\/GrahamCampbell"
859 },
860 {
861 "name": "Michael Dowling",
862 "email": "mtdowling@gmail.com",
863 "homepage": "https:\/\/github.com\/mtdowling"
864 },
865 {
866 "name": "George Mponos",
867 "email": "gmponos@gmail.com",
868 "homepage": "https:\/\/github.com\/gmponos"
869 },
870 {
871 "name": "Tobias Nyholm",
872 "email": "tobias.nyholm@gmail.com",
873 "homepage": "https:\/\/github.com\/Nyholm"
874 },
875 {
876 "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
877 "email": "mark.sagikazar@gmail.com",
878 "homepage": "https:\/\/github.com\/sagikazarmark"
879 },
880 {
881 "name": "Tobias Schultze",
882 "email": "webmaster@tubo-world.de",
883 "homepage": "https:\/\/github.com\/Tobion"
884 },
885 {
886 "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
887 "email": "mark.sagikazar@gmail.com",
888 "homepage": "https:\/\/sagikazarmark.hu"
889 }
890 ],
891 "description": "PSR-7 message implementation that also provides common utility methods",
892 "keywords": [
893 "http",
894 "message",
895 "psr-7",
896 "request",
897 "response",
898 "stream",
899 "uri",
900 "url"
901 ],
902 "support": {
903 "issues": "https:\/\/github.com\/guzzle\/psr7\/issues",
904 "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/2.9.0"
905 },
906 "funding": [
907 {
908 "url": "https:\/\/github.com\/GrahamCampbell",
909 "type": "github"
910 },
911 {
912 "url": "https:\/\/github.com\/Nyholm",
913 "type": "github"
914 },
915 {
916 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7",
917 "type": "tidelift"
918 }
919 ],
920 "install-path": "..\/guzzlehttp\/psr7"
921 },
922 {
923 "name": "monolog\/monolog",
924 "version": "3.10.0",
925 "version_normalized": "3.10.0.0",
926 "source": {
927 "type": "git",
928 "url": "https:\/\/github.com\/Seldaek\/monolog.git",
929 "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0"
930 },
931 "dist": {
932 "type": "zip",
933 "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/b321dd6749f0bf7189444158a3ce785cc16d69b0",
934 "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0",
935 "shasum": ""
936 },
937 "require": {
938 "php": ">=8.1",
939 "psr\/log": "^2.0 || ^3.0"
940 },
941 "provide": {
942 "psr\/log-implementation": "3.0.0"
943 },
944 "require-dev": {
945 "aws\/aws-sdk-php": "^3.0",
946 "doctrine\/couchdb": "~1.0@dev",
947 "elasticsearch\/elasticsearch": "^7 || ^8",
948 "ext-json": "*",
949 "graylog2\/gelf-php": "^1.4.2 || ^2.0",
950 "guzzlehttp\/guzzle": "^7.4.5",
951 "guzzlehttp\/psr7": "^2.2",
952 "mongodb\/mongodb": "^1.8 || ^2.0",
953 "php-amqplib\/php-amqplib": "~2.4 || ^3",
954 "php-console\/php-console": "^3.1.8",
955 "phpstan\/phpstan": "^2",
956 "phpstan\/phpstan-deprecation-rules": "^2",
957 "phpstan\/phpstan-strict-rules": "^2",
958 "phpunit\/phpunit": "^10.5.17 || ^11.0.7",
959 "predis\/predis": "^1.1 || ^2",
960 "rollbar\/rollbar": "^4.0",
961 "ruflin\/elastica": "^7 || ^8",
962 "symfony\/mailer": "^5.4 || ^6",
963 "symfony\/mime": "^5.4 || ^6"
964 },
965 "suggest": {
966 "aws\/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
967 "doctrine\/couchdb": "Allow sending log messages to a CouchDB server",
968 "elasticsearch\/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
969 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
970 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
971 "ext-mbstring": "Allow to work properly with unicode symbols",
972 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
973 "ext-openssl": "Required to send log messages using SSL",
974 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
975 "graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server",
976 "mongodb\/mongodb": "Allow sending log messages to a MongoDB server (via library)",
977 "php-amqplib\/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
978 "rollbar\/rollbar": "Allow sending log messages to Rollbar",
979 "ruflin\/elastica": "Allow sending log messages to an Elastic Search server"
980 },
981 "time": "2026-01-02T08:56:05+00:00",
982 "type": "library",
983 "extra": {
984 "branch-alias": {
985 "dev-main": "3.x-dev"
986 }
987 },
988 "installation-source": "dist",
989 "autoload": {
990 "psr-4": {
991 "Dudlewebs\\WPMCS\\GCP\\Monolog\\": "src\/Monolog"
992 }
993 },
994 "notification-url": "https:\/\/packagist.org\/downloads\/",
995 "license": ["MIT"],
996 "authors": [
997 {
998 "name": "Jordi Boggiano",
999 "email": "j.boggiano@seld.be",
1000 "homepage": "https:\/\/seld.be"
1001 }
1002 ],
1003 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1004 "homepage": "https:\/\/github.com\/Seldaek\/monolog",
1005 "keywords": ["log", "logging", "psr-3"],
1006 "support": {
1007 "issues": "https:\/\/github.com\/Seldaek\/monolog\/issues",
1008 "source": "https:\/\/github.com\/Seldaek\/monolog\/tree\/3.10.0"
1009 },
1010 "funding": [
1011 {
1012 "url": "https:\/\/github.com\/Seldaek",
1013 "type": "github"
1014 },
1015 {
1016 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/monolog\/monolog",
1017 "type": "tidelift"
1018 }
1019 ],
1020 "install-path": "..\/monolog\/monolog"
1021 },
1022 {
1023 "name": "psr\/cache",
1024 "version": "3.0.0",
1025 "version_normalized": "3.0.0.0",
1026 "source": {
1027 "type": "git",
1028 "url": "https:\/\/github.com\/php-fig\/cache.git",
1029 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
1030 },
1031 "dist": {
1032 "type": "zip",
1033 "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1034 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1035 "shasum": ""
1036 },
1037 "require": {
1038 "php": ">=8.0.0"
1039 },
1040 "time": "2021-02-03T23:26:27+00:00",
1041 "type": "library",
1042 "extra": {
1043 "branch-alias": {
1044 "dev-master": "1.0.x-dev"
1045 }
1046 },
1047 "installation-source": "dist",
1048 "autoload": {
1049 "psr-4": {
1050 "Dudlewebs\\WPMCS\\GCP\\Psr\\Cache\\": "src\/"
1051 }
1052 },
1053 "notification-url": "https:\/\/packagist.org\/downloads\/",
1054 "license": ["MIT"],
1055 "authors": [
1056 {
1057 "name": "PHP-FIG",
1058 "homepage": "https:\/\/www.php-fig.org\/"
1059 }
1060 ],
1061 "description": "Common interface for caching libraries",
1062 "keywords": ["cache", "psr", "psr-6"],
1063 "support": {
1064 "source": "https:\/\/github.com\/php-fig\/cache\/tree\/3.0.0"
1065 },
1066 "install-path": "..\/psr\/cache"
1067 },
1068 {
1069 "name": "psr\/http-client",
1070 "version": "1.0.3",
1071 "version_normalized": "1.0.3.0",
1072 "source": {
1073 "type": "git",
1074 "url": "https:\/\/github.com\/php-fig\/http-client.git",
1075 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
1076 },
1077 "dist": {
1078 "type": "zip",
1079 "url": "https:\/\/api.github.com\/repos\/php-fig\/http-client\/zipball\/bb5906edc1c324c9a05aa0873d40117941e5fa90",
1080 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
1081 "shasum": ""
1082 },
1083 "require": {
1084 "php": "^7.0 || ^8.0",
1085 "psr\/http-message": "^1.0 || ^2.0"
1086 },
1087 "time": "2023-09-23T14:17:50+00:00",
1088 "type": "library",
1089 "extra": {
1090 "branch-alias": {
1091 "dev-master": "1.0.x-dev"
1092 }
1093 },
1094 "installation-source": "dist",
1095 "autoload": {
1096 "psr-4": {
1097 "Dudlewebs\\WPMCS\\GCP\\Psr\\Http\\Client\\": "src\/"
1098 }
1099 },
1100 "notification-url": "https:\/\/packagist.org\/downloads\/",
1101 "license": ["MIT"],
1102 "authors": [
1103 {
1104 "name": "PHP-FIG",
1105 "homepage": "https:\/\/www.php-fig.org\/"
1106 }
1107 ],
1108 "description": "Common interface for HTTP clients",
1109 "homepage": "https:\/\/github.com\/php-fig\/http-client",
1110 "keywords": ["http", "http-client", "psr", "psr-18"],
1111 "support": {
1112 "source": "https:\/\/github.com\/php-fig\/http-client"
1113 },
1114 "install-path": "..\/psr\/http-client"
1115 },
1116 {
1117 "name": "psr\/http-factory",
1118 "version": "1.1.0",
1119 "version_normalized": "1.1.0.0",
1120 "source": {
1121 "type": "git",
1122 "url": "https:\/\/github.com\/php-fig\/http-factory.git",
1123 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
1124 },
1125 "dist": {
1126 "type": "zip",
1127 "url": "https:\/\/api.github.com\/repos\/php-fig\/http-factory\/zipball\/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1128 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1129 "shasum": ""
1130 },
1131 "require": {
1132 "php": ">=7.1",
1133 "psr\/http-message": "^1.0 || ^2.0"
1134 },
1135 "time": "2024-04-15T12:06:14+00:00",
1136 "type": "library",
1137 "extra": {
1138 "branch-alias": {
1139 "dev-master": "1.0.x-dev"
1140 }
1141 },
1142 "installation-source": "dist",
1143 "autoload": {
1144 "psr-4": {
1145 "Dudlewebs\\WPMCS\\GCP\\Psr\\Http\\Message\\": "src\/"
1146 }
1147 },
1148 "notification-url": "https:\/\/packagist.org\/downloads\/",
1149 "license": ["MIT"],
1150 "authors": [
1151 {
1152 "name": "PHP-FIG",
1153 "homepage": "https:\/\/www.php-fig.org\/"
1154 }
1155 ],
1156 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
1157 "keywords": [
1158 "factory",
1159 "http",
1160 "message",
1161 "psr",
1162 "psr-17",
1163 "psr-7",
1164 "request",
1165 "response"
1166 ],
1167 "support": {
1168 "source": "https:\/\/github.com\/php-fig\/http-factory"
1169 },
1170 "install-path": "..\/psr\/http-factory"
1171 },
1172 {
1173 "name": "psr\/http-message",
1174 "version": "2.0",
1175 "version_normalized": "2.0.0.0",
1176 "source": {
1177 "type": "git",
1178 "url": "https:\/\/github.com\/php-fig\/http-message.git",
1179 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
1180 },
1181 "dist": {
1182 "type": "zip",
1183 "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
1184 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
1185 "shasum": ""
1186 },
1187 "require": {
1188 "php": "^7.2 || ^8.0"
1189 },
1190 "time": "2023-04-04T09:54:51+00:00",
1191 "type": "library",
1192 "extra": {
1193 "branch-alias": {
1194 "dev-master": "2.0.x-dev"
1195 }
1196 },
1197 "installation-source": "dist",
1198 "autoload": {
1199 "psr-4": {
1200 "Dudlewebs\\WPMCS\\GCP\\Psr\\Http\\Message\\": "src\/"
1201 }
1202 },
1203 "notification-url": "https:\/\/packagist.org\/downloads\/",
1204 "license": ["MIT"],
1205 "authors": [
1206 {
1207 "name": "PHP-FIG",
1208 "homepage": "https:\/\/www.php-fig.org\/"
1209 }
1210 ],
1211 "description": "Common interface for HTTP messages",
1212 "homepage": "https:\/\/github.com\/php-fig\/http-message",
1213 "keywords": [
1214 "http",
1215 "http-message",
1216 "psr",
1217 "psr-7",
1218 "request",
1219 "response"
1220 ],
1221 "support": {
1222 "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/2.0"
1223 },
1224 "install-path": "..\/psr\/http-message"
1225 },
1226 {
1227 "name": "psr\/log",
1228 "version": "3.0.2",
1229 "version_normalized": "3.0.2.0",
1230 "source": {
1231 "type": "git",
1232 "url": "https:\/\/github.com\/php-fig\/log.git",
1233 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
1234 },
1235 "dist": {
1236 "type": "zip",
1237 "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
1238 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
1239 "shasum": ""
1240 },
1241 "require": {
1242 "php": ">=8.0.0"
1243 },
1244 "time": "2024-09-11T13:17:53+00:00",
1245 "type": "library",
1246 "extra": {
1247 "branch-alias": {
1248 "dev-master": "3.x-dev"
1249 }
1250 },
1251 "installation-source": "dist",
1252 "autoload": {
1253 "psr-4": {
1254 "Dudlewebs\\WPMCS\\GCP\\Psr\\Log\\": "src"
1255 }
1256 },
1257 "notification-url": "https:\/\/packagist.org\/downloads\/",
1258 "license": ["MIT"],
1259 "authors": [
1260 {
1261 "name": "PHP-FIG",
1262 "homepage": "https:\/\/www.php-fig.org\/"
1263 }
1264 ],
1265 "description": "Common interface for logging libraries",
1266 "homepage": "https:\/\/github.com\/php-fig\/log",
1267 "keywords": ["log", "psr", "psr-3"],
1268 "support": {
1269 "source": "https:\/\/github.com\/php-fig\/log\/tree\/3.0.2"
1270 },
1271 "install-path": "..\/psr\/log"
1272 },
1273 {
1274 "name": "ralouphie\/getallheaders",
1275 "version": "3.0.3",
1276 "version_normalized": "3.0.3.0",
1277 "source": {
1278 "type": "git",
1279 "url": "https:\/\/github.com\/ralouphie\/getallheaders.git",
1280 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1281 },
1282 "dist": {
1283 "type": "zip",
1284 "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822",
1285 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1286 "shasum": ""
1287 },
1288 "require": {
1289 "php": ">=5.6"
1290 },
1291 "require-dev": {
1292 "php-coveralls\/php-coveralls": "^2.1",
1293 "phpunit\/phpunit": "^5 || ^6.5"
1294 },
1295 "time": "2019-03-08T08:55:37+00:00",
1296 "type": "library",
1297 "installation-source": "dist",
1298 "autoload": {
1299 "files": ["src\/getallheaders.php"]
1300 },
1301 "notification-url": "https:\/\/packagist.org\/downloads\/",
1302 "license": ["MIT"],
1303 "authors": [
1304 {
1305 "name": "Ralph Khattar",
1306 "email": "ralph.khattar@gmail.com"
1307 }
1308 ],
1309 "description": "A polyfill for getallheaders.",
1310 "support": {
1311 "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues",
1312 "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop"
1313 },
1314 "install-path": "..\/ralouphie\/getallheaders"
1315 },
1316 {
1317 "name": "ramsey\/collection",
1318 "version": "2.1.1",
1319 "version_normalized": "2.1.1.0",
1320 "source": {
1321 "type": "git",
1322 "url": "https:\/\/github.com\/ramsey\/collection.git",
1323 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
1324 },
1325 "dist": {
1326 "type": "zip",
1327 "url": "https:\/\/api.github.com\/repos\/ramsey\/collection\/zipball\/344572933ad0181accbf4ba763e85a0306a8c5e2",
1328 "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
1329 "shasum": ""
1330 },
1331 "require": {
1332 "php": "^8.1"
1333 },
1334 "require-dev": {
1335 "captainhook\/plugin-composer": "^5.3",
1336 "ergebnis\/composer-normalize": "^2.45",
1337 "fakerphp\/faker": "^1.24",
1338 "hamcrest\/hamcrest-php": "^2.0",
1339 "jangregor\/phpstan-prophecy": "^2.1",
1340 "mockery\/mockery": "^1.6",
1341 "php-parallel-lint\/php-console-highlighter": "^1.0",
1342 "php-parallel-lint\/php-parallel-lint": "^1.4",
1343 "phpspec\/prophecy-phpunit": "^2.3",
1344 "phpstan\/extension-installer": "^1.4",
1345 "phpstan\/phpstan": "^2.1",
1346 "phpstan\/phpstan-mockery": "^2.0",
1347 "phpstan\/phpstan-phpunit": "^2.0",
1348 "phpunit\/phpunit": "^10.5",
1349 "ramsey\/coding-standard": "^2.3",
1350 "ramsey\/conventional-commits": "^1.6",
1351 "roave\/security-advisories": "dev-latest"
1352 },
1353 "time": "2025-03-22T05:38:12+00:00",
1354 "type": "library",
1355 "extra": {
1356 "captainhook": {
1357 "force-install": true
1358 },
1359 "ramsey\/conventional-commits": {
1360 "configFile": "conventional-commits.json"
1361 }
1362 },
1363 "installation-source": "dist",
1364 "autoload": {
1365 "psr-4": {
1366 "Dudlewebs\\WPMCS\\GCP\\Ramsey\\Collection\\": "src\/"
1367 }
1368 },
1369 "notification-url": "https:\/\/packagist.org\/downloads\/",
1370 "license": ["MIT"],
1371 "authors": [
1372 {
1373 "name": "Ben Ramsey",
1374 "email": "ben@benramsey.com",
1375 "homepage": "https:\/\/benramsey.com"
1376 }
1377 ],
1378 "description": "A PHP library for representing and manipulating collections.",
1379 "keywords": ["array", "collection", "hash", "map", "queue", "set"],
1380 "support": {
1381 "issues": "https:\/\/github.com\/ramsey\/collection\/issues",
1382 "source": "https:\/\/github.com\/ramsey\/collection\/tree\/2.1.1"
1383 },
1384 "install-path": "..\/ramsey\/collection"
1385 },
1386 {
1387 "name": "ramsey\/uuid",
1388 "version": "4.9.2",
1389 "version_normalized": "4.9.2.0",
1390 "source": {
1391 "type": "git",
1392 "url": "https:\/\/github.com\/ramsey\/uuid.git",
1393 "reference": "8429c78ca35a09f27565311b98101e2826affde0"
1394 },
1395 "dist": {
1396 "type": "zip",
1397 "url": "https:\/\/api.github.com\/repos\/ramsey\/uuid\/zipball\/8429c78ca35a09f27565311b98101e2826affde0",
1398 "reference": "8429c78ca35a09f27565311b98101e2826affde0",
1399 "shasum": ""
1400 },
1401 "require": {
1402 "brick\/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
1403 "php": "^8.0",
1404 "ramsey\/collection": "^1.2 || ^2.0"
1405 },
1406 "replace": {
1407 "rhumsaa\/uuid": "self.version"
1408 },
1409 "require-dev": {
1410 "captainhook\/captainhook": "^5.25",
1411 "captainhook\/plugin-composer": "^5.3",
1412 "dealerdirect\/phpcodesniffer-composer-installer": "^1.0",
1413 "ergebnis\/composer-normalize": "^2.47",
1414 "mockery\/mockery": "^1.6",
1415 "paragonie\/random-lib": "^2",
1416 "php-mock\/php-mock": "^2.6",
1417 "php-mock\/php-mock-mockery": "^1.5",
1418 "php-parallel-lint\/php-parallel-lint": "^1.4.0",
1419 "phpbench\/phpbench": "^1.2.14",
1420 "phpstan\/extension-installer": "^1.4",
1421 "phpstan\/phpstan": "^2.1",
1422 "phpstan\/phpstan-mockery": "^2.0",
1423 "phpstan\/phpstan-phpunit": "^2.0",
1424 "phpunit\/phpunit": "^9.6",
1425 "slevomat\/coding-standard": "^8.18",
1426 "squizlabs\/php_codesniffer": "^3.13"
1427 },
1428 "suggest": {
1429 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
1430 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
1431 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
1432 "paragonie\/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1433 "ramsey\/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1434 },
1435 "time": "2025-12-14T04:43:48+00:00",
1436 "type": "library",
1437 "extra": {
1438 "captainhook": {
1439 "force-install": true
1440 }
1441 },
1442 "installation-source": "dist",
1443 "autoload": {
1444 "files": ["src\/functions.php"],
1445 "psr-4": {
1446 "Dudlewebs\\WPMCS\\GCP\\Ramsey\\Uuid\\": "src\/"
1447 }
1448 },
1449 "notification-url": "https:\/\/packagist.org\/downloads\/",
1450 "license": ["MIT"],
1451 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
1452 "keywords": ["guid", "identifier", "uuid"],
1453 "support": {
1454 "issues": "https:\/\/github.com\/ramsey\/uuid\/issues",
1455 "source": "https:\/\/github.com\/ramsey\/uuid\/tree\/4.9.2"
1456 },
1457 "install-path": "..\/ramsey\/uuid"
1458 },
1459 {
1460 "name": "rize\/uri-template",
1461 "version": "0.4.1",
1462 "version_normalized": "0.4.1.0",
1463 "source": {
1464 "type": "git",
1465 "url": "https:\/\/github.com\/rize\/UriTemplate.git",
1466 "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33"
1467 },
1468 "dist": {
1469 "type": "zip",
1470 "url": "https:\/\/api.github.com\/repos\/rize\/UriTemplate\/zipball\/abb53c8b73a5b6c24e11f49036ab842f560cad33",
1471 "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33",
1472 "shasum": ""
1473 },
1474 "require": {
1475 "php": ">=8.1"
1476 },
1477 "require-dev": {
1478 "friendsofphp\/php-cs-fixer": "^3.63",
1479 "phpstan\/phpstan": "^1.12",
1480 "phpunit\/phpunit": "~10.0"
1481 },
1482 "time": "2025-12-02T15:19:04+00:00",
1483 "type": "library",
1484 "installation-source": "dist",
1485 "autoload": {
1486 "psr-4": {
1487 "Dudlewebs\\WPMCS\\GCP\\Rize\\": "src\/Rize"
1488 }
1489 },
1490 "notification-url": "https:\/\/packagist.org\/downloads\/",
1491 "license": ["MIT"],
1492 "authors": [
1493 {
1494 "name": "Marut K",
1495 "homepage": "http:\/\/twitter.com\/rezigned"
1496 }
1497 ],
1498 "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
1499 "keywords": ["RFC 6570", "template", "uri"],
1500 "support": {
1501 "issues": "https:\/\/github.com\/rize\/UriTemplate\/issues",
1502 "source": "https:\/\/github.com\/rize\/UriTemplate\/tree\/0.4.1"
1503 },
1504 "funding": [
1505 {
1506 "url": "https:\/\/www.paypal.me\/rezigned",
1507 "type": "custom"
1508 },
1509 {
1510 "url": "https:\/\/github.com\/rezigned",
1511 "type": "github"
1512 },
1513 {
1514 "url": "https:\/\/opencollective.com\/rize-uri-template",
1515 "type": "open_collective"
1516 }
1517 ],
1518 "install-path": "..\/rize\/uri-template"
1519 },
1520 {
1521 "name": "symfony\/deprecation-contracts",
1522 "version": "v3.6.0",
1523 "version_normalized": "3.6.0.0",
1524 "source": {
1525 "type": "git",
1526 "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
1527 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
1528 },
1529 "dist": {
1530 "type": "zip",
1531 "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/63afe740e99a13ba87ec199bb07bbdee937a5b62",
1532 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
1533 "shasum": ""
1534 },
1535 "require": {
1536 "php": ">=8.1"
1537 },
1538 "time": "2024-09-25T14:21:43+00:00",
1539 "type": "library",
1540 "extra": {
1541 "thanks": {
1542 "url": "https:\/\/github.com\/symfony\/contracts",
1543 "name": "symfony\/contracts"
1544 },
1545 "branch-alias": {
1546 "dev-main": "3.6-dev"
1547 }
1548 },
1549 "installation-source": "dist",
1550 "autoload": {
1551 "files": ["function.php"]
1552 },
1553 "notification-url": "https:\/\/packagist.org\/downloads\/",
1554 "license": ["MIT"],
1555 "authors": [
1556 {
1557 "name": "Nicolas Grekas",
1558 "email": "p@tchwork.com"
1559 },
1560 {
1561 "name": "Symfony Community",
1562 "homepage": "https:\/\/symfony.com\/contributors"
1563 }
1564 ],
1565 "description": "A generic function and convention to trigger deprecation notices",
1566 "homepage": "https:\/\/symfony.com",
1567 "support": {
1568 "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v3.6.0"
1569 },
1570 "funding": [
1571 {
1572 "url": "https:\/\/symfony.com\/sponsor",
1573 "type": "custom"
1574 },
1575 {
1576 "url": "https:\/\/github.com\/fabpot",
1577 "type": "github"
1578 },
1579 {
1580 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
1581 "type": "tidelift"
1582 }
1583 ],
1584 "install-path": "..\/symfony\/deprecation-contracts"
1585 }
1586 ],
1587 "dev": true,
1588 "dev-package-names": []
1589 }
1590