PluginProbe ʕ •ᴥ•ʔ
ShareThis Dashboard for Google Analytics / 3.1.5
ShareThis Dashboard for Google Analytics v3.1.5
3.3.2 trunk 1.0.7 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.5 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.0.0 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.3.1
googleanalytics / lib / analytics-admin / vendor / composer / installed.json
googleanalytics / lib / analytics-admin / vendor / composer Last commit date
ClassLoader.php 3 years ago LICENSE 3 years ago autoload_classmap.php 3 years ago autoload_files.php 3 years ago autoload_namespaces.php 3 years ago autoload_psr4.php 3 years ago autoload_real.php 3 years ago autoload_static.php 3 years ago installed.json 3 years ago
installed.json
2397 lines
1 [
2 {
3 "name": "brick/math",
4 "version": "0.9.3",
5 "version_normalized": "0.9.3.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/brick/math.git",
9 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
14 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
15 "shasum": ""
16 },
17 "require": {
18 "ext-json": "*",
19 "php": "^7.1 || ^8.0"
20 },
21 "require-dev": {
22 "php-coveralls/php-coveralls": "^2.2",
23 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
24 "vimeo/psalm": "4.9.2"
25 },
26 "time": "2021-08-15T20:50:18+00:00",
27 "type": "library",
28 "installation-source": "dist",
29 "autoload": {
30 "psr-4": {
31 "Brick\\Math\\": "src/"
32 }
33 },
34 "notification-url": "https://packagist.org/downloads/",
35 "license": [
36 "MIT"
37 ],
38 "description": "Arbitrary-precision arithmetic library",
39 "keywords": [
40 "Arbitrary-precision",
41 "BigInteger",
42 "BigRational",
43 "arithmetic",
44 "bigdecimal",
45 "bignum",
46 "brick",
47 "math"
48 ]
49 },
50 {
51 "name": "firebase/php-jwt",
52 "version": "v6.3.0",
53 "version_normalized": "6.3.0.0",
54 "source": {
55 "type": "git",
56 "url": "https://github.com/firebase/php-jwt.git",
57 "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8"
58 },
59 "dist": {
60 "type": "zip",
61 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
62 "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
63 "shasum": ""
64 },
65 "require": {
66 "php": "^7.1||^8.0"
67 },
68 "require-dev": {
69 "guzzlehttp/guzzle": "^6.5||^7.4",
70 "phpspec/prophecy-phpunit": "^1.1",
71 "phpunit/phpunit": "^7.5||^9.5",
72 "psr/cache": "^1.0||^2.0",
73 "psr/http-client": "^1.0",
74 "psr/http-factory": "^1.0"
75 },
76 "suggest": {
77 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
78 },
79 "time": "2022-07-15T16:48:45+00:00",
80 "type": "library",
81 "installation-source": "dist",
82 "autoload": {
83 "psr-4": {
84 "Firebase\\JWT\\": "src"
85 }
86 },
87 "notification-url": "https://packagist.org/downloads/",
88 "license": [
89 "BSD-3-Clause"
90 ],
91 "authors": [
92 {
93 "name": "Neuman Vong",
94 "email": "neuman+pear@twilio.com",
95 "role": "Developer"
96 },
97 {
98 "name": "Anant Narayanan",
99 "email": "anant@php.net",
100 "role": "Developer"
101 }
102 ],
103 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
104 "homepage": "https://github.com/firebase/php-jwt",
105 "keywords": [
106 "jwt",
107 "php"
108 ]
109 },
110 {
111 "name": "google/apiclient",
112 "version": "v2.12.6",
113 "version_normalized": "2.12.6.0",
114 "source": {
115 "type": "git",
116 "url": "https://github.com/googleapis/google-api-php-client.git",
117 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
118 },
119 "dist": {
120 "type": "zip",
121 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
122 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
123 "shasum": ""
124 },
125 "require": {
126 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
127 "google/apiclient-services": "~0.200",
128 "google/auth": "^1.10",
129 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
130 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
131 "monolog/monolog": "^1.17||^2.0||^3.0",
132 "php": "^5.6|^7.0|^8.0",
133 "phpseclib/phpseclib": "~2.0||^3.0.2"
134 },
135 "require-dev": {
136 "cache/filesystem-adapter": "^0.3.2|^1.1",
137 "composer/composer": "^1.10.22",
138 "phpcompatibility/php-compatibility": "^9.2",
139 "phpspec/prophecy-phpunit": "^1.1||^2.0",
140 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
141 "squizlabs/php_codesniffer": "^3.0",
142 "symfony/css-selector": "~2.1",
143 "symfony/dom-crawler": "~2.1",
144 "yoast/phpunit-polyfills": "^1.0"
145 },
146 "suggest": {
147 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
148 },
149 "time": "2022-06-06T20:00:19+00:00",
150 "type": "library",
151 "extra": {
152 "branch-alias": {
153 "dev-main": "2.x-dev"
154 }
155 },
156 "installation-source": "dist",
157 "autoload": {
158 "files": [
159 "src/aliases.php"
160 ],
161 "psr-4": {
162 "Google\\": "src/"
163 },
164 "classmap": [
165 "src/aliases.php"
166 ]
167 },
168 "notification-url": "https://packagist.org/downloads/",
169 "license": [
170 "Apache-2.0"
171 ],
172 "description": "Client library for Google APIs",
173 "homepage": "http://developers.google.com/api-client-library/php",
174 "keywords": [
175 "google"
176 ]
177 },
178 {
179 "name": "google/apiclient-services",
180 "version": "v0.261.0",
181 "version_normalized": "0.261.0.0",
182 "source": {
183 "type": "git",
184 "url": "https://github.com/googleapis/google-api-php-client-services.git",
185 "reference": "c91c5a694e3b8bca37136b830072a23f2c1250fa"
186 },
187 "dist": {
188 "type": "zip",
189 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/c91c5a694e3b8bca37136b830072a23f2c1250fa",
190 "reference": "c91c5a694e3b8bca37136b830072a23f2c1250fa",
191 "shasum": ""
192 },
193 "require": {
194 "php": ">=5.6"
195 },
196 "require-dev": {
197 "phpunit/phpunit": "^5.7||^8.5.13"
198 },
199 "time": "2022-08-08T01:28:12+00:00",
200 "type": "library",
201 "installation-source": "dist",
202 "autoload": {
203 "files": [
204 "autoload.php"
205 ],
206 "psr-4": {
207 "Google\\Service\\": "src"
208 }
209 },
210 "notification-url": "https://packagist.org/downloads/",
211 "license": [
212 "Apache-2.0"
213 ],
214 "description": "Client library for Google APIs",
215 "homepage": "http://developers.google.com/api-client-library/php",
216 "keywords": [
217 "google"
218 ]
219 },
220 {
221 "name": "google/auth",
222 "version": "v1.21.1",
223 "version_normalized": "1.21.1.0",
224 "source": {
225 "type": "git",
226 "url": "https://github.com/googleapis/google-auth-library-php.git",
227 "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840"
228 },
229 "dist": {
230 "type": "zip",
231 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
232 "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
233 "shasum": ""
234 },
235 "require": {
236 "firebase/php-jwt": "^5.5||^6.0",
237 "guzzlehttp/guzzle": "^6.2.1|^7.0",
238 "guzzlehttp/psr7": "^1.7|^2.0",
239 "php": "^7.1||^8.0",
240 "psr/cache": "^1.0|^2.0|^3.0",
241 "psr/http-message": "^1.0"
242 },
243 "require-dev": {
244 "guzzlehttp/promises": "0.1.1|^1.3",
245 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
246 "phpseclib/phpseclib": "^2.0.31",
247 "phpspec/prophecy-phpunit": "^1.1",
248 "phpunit/phpunit": "^7.5||^8.5",
249 "sebastian/comparator": ">=1.2.3",
250 "squizlabs/php_codesniffer": "^3.5"
251 },
252 "suggest": {
253 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
254 },
255 "time": "2022-05-16T19:34:15+00:00",
256 "type": "library",
257 "installation-source": "dist",
258 "autoload": {
259 "psr-4": {
260 "Google\\Auth\\": "src"
261 }
262 },
263 "notification-url": "https://packagist.org/downloads/",
264 "license": [
265 "Apache-2.0"
266 ],
267 "description": "Google Auth Library for PHP",
268 "homepage": "http://github.com/google/google-auth-library-php",
269 "keywords": [
270 "Authentication",
271 "google",
272 "oauth2"
273 ]
274 },
275 {
276 "name": "google/cloud",
277 "version": "v0.185.0",
278 "version_normalized": "0.185.0.0",
279 "source": {
280 "type": "git",
281 "url": "https://github.com/googleapis/google-cloud-php.git",
282 "reference": "a6033189c400c1596a8dec9f7247c72227d84888"
283 },
284 "dist": {
285 "type": "zip",
286 "url": "https://api.github.com/repos/googleapis/google-cloud-php/zipball/a6033189c400c1596a8dec9f7247c72227d84888",
287 "reference": "a6033189c400c1596a8dec9f7247c72227d84888",
288 "shasum": ""
289 },
290 "require": {
291 "google/auth": "^1.18",
292 "google/common-protos": "^1.3.1||^2.0",
293 "google/crc32": "^0.1.0",
294 "google/gax": "^1.9",
295 "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
296 "guzzlehttp/psr7": "^1.7|^2.0",
297 "monolog/monolog": "^1.1|^2.0",
298 "php": ">=5.5",
299 "psr/http-message": "1.0.*",
300 "ramsey/uuid": "^3.0|^4.0",
301 "rize/uri-template": "~0.3"
302 },
303 "replace": {
304 "google/access-context-manager": "0.2.3",
305 "google/analytics-admin": "0.6.2",
306 "google/analytics-data": "0.8.4",
307 "google/cloud-access-approval": "0.5.0",
308 "google/cloud-ai-platform": "0.6.0",
309 "google/cloud-api-gateway": "0.2.3",
310 "google/cloud-apigee-connect": "0.2.6",
311 "google/cloud-appengine-admin": "0.3.1",
312 "google/cloud-artifact-registry": "0.3.2",
313 "google/cloud-asset": "1.7.0",
314 "google/cloud-assured-workloads": "0.6.0",
315 "google/cloud-automl": "1.4.6",
316 "google/cloud-bare-metal-solution": "0.2.0",
317 "google/cloud-bigquery": "1.23.7",
318 "google/cloud-bigquery-connection": "0.7.2",
319 "google/cloud-bigquery-data-exchange": "0.1.0",
320 "google/cloud-bigquery-reservation": "0.6.2",
321 "google/cloud-bigquery-storage": "1.2.5",
322 "google/cloud-bigquerydatatransfer": "1.3.4",
323 "google/cloud-bigtable": "1.15.2",
324 "google/cloud-billing": "1.4.2",
325 "google/cloud-billing-budgets": "0.2.7",
326 "google/cloud-binary-authorization": "0.5.0",
327 "google/cloud-build": "0.3.2",
328 "google/cloud-certificate-manager": "0.1.4",
329 "google/cloud-channel": "0.6.5",
330 "google/cloud-common-protos": "0.3.3",
331 "google/cloud-compute": "1.1.0",
332 "google/cloud-contact-center-insights": "0.2.5",
333 "google/cloud-container": "1.6.3",
334 "google/cloud-container-analysis": "0.2.3",
335 "google/cloud-core": "1.46.1",
336 "google/cloud-data-catalog": "1.3.2",
337 "google/cloud-data-fusion": "0.2.3",
338 "google/cloud-dataflow": "0.3.2",
339 "google/cloud-datalabeling": "0.1.5",
340 "google/cloud-dataplex": "0.1.3",
341 "google/cloud-dataproc": "3.1.0",
342 "google/cloud-dataproc-metastore": "0.3.2",
343 "google/cloud-datastore": "1.15.0",
344 "google/cloud-datastore-admin": "0.5.0",
345 "google/cloud-datastream": "0.1.0",
346 "google/cloud-debugger": "1.4.7",
347 "google/cloud-deploy": "0.2.2",
348 "google/cloud-dialogflow": "0.27.1",
349 "google/cloud-dlp": "1.5.2",
350 "google/cloud-dms": "0.2.6",
351 "google/cloud-document-ai": "0.2.0",
352 "google/cloud-domains": "0.2.2",
353 "google/cloud-error-reporting": "0.19.3",
354 "google/cloud-essential-contacts": "0.2.5",
355 "google/cloud-eventarc": "0.3.0",
356 "google/cloud-eventarc-publishing": "0.2.3",
357 "google/cloud-filestore": "0.1.4",
358 "google/cloud-firestore": "1.24.0",
359 "google/cloud-functions": "0.4.0",
360 "google/cloud-game-servers": "0.4.3",
361 "google/cloud-gke-connect-gateway": "0.1.5",
362 "google/cloud-gke-hub": "0.5.0",
363 "google/cloud-gke-multi-cloud": "0.1.0",
364 "google/cloud-iam-credentials": "0.2.0",
365 "google/cloud-iap": "0.3.1",
366 "google/cloud-ids": "0.1.3",
367 "google/cloud-iot": "1.5.2",
368 "google/cloud-kms": "1.13.2",
369 "google/cloud-language": "0.26.5",
370 "google/cloud-life-sciences": "0.2.5",
371 "google/cloud-logging": "1.24.4",
372 "google/cloud-managed-identities": "0.2.2",
373 "google/cloud-media-translation": "0.2.5",
374 "google/cloud-memcache": "0.5.5",
375 "google/cloud-monitoring": "1.1.6",
376 "google/cloud-network-connectivity": "0.2.2",
377 "google/cloud-network-management": "0.1.6",
378 "google/cloud-network-security": "0.2.2",
379 "google/cloud-notebooks": "0.2.5",
380 "google/cloud-optimization": "0.1.1",
381 "google/cloud-orchestration-airflow": "0.1.5",
382 "google/cloud-org-policy": "0.3.2",
383 "google/cloud-osconfig": "0.5.2",
384 "google/cloud-oslogin": "1.3.5",
385 "google/cloud-policy-troubleshooter": "0.2.5",
386 "google/cloud-private-catalog": "0.2.5",
387 "google/cloud-profiler": "0.2.5",
388 "google/cloud-pubsub": "1.38.2",
389 "google/cloud-recaptcha-enterprise": "1.2.2",
390 "google/cloud-recommendations-ai": "0.4.2",
391 "google/cloud-recommender": "1.6.2",
392 "google/cloud-redis": "1.6.2",
393 "google/cloud-resource-manager": "0.3.2",
394 "google/cloud-resource-settings": "0.1.5",
395 "google/cloud-retail": "0.5.0",
396 "google/cloud-run": "0.1.0",
397 "google/cloud-scheduler": "1.6.3",
398 "google/cloud-secret-manager": "1.9.2",
399 "google/cloud-security-center": "1.7.0",
400 "google/cloud-security-private-ca": "0.4.0",
401 "google/cloud-service-control": "0.3.6",
402 "google/cloud-service-directory": "0.7.2",
403 "google/cloud-service-management": "0.3.2",
404 "google/cloud-service-usage": "0.2.4",
405 "google/cloud-shell": "0.2.0",
406 "google/cloud-spanner": "1.50.0",
407 "google/cloud-speech": "1.6.1",
408 "google/cloud-sql-admin": "0.2.3",
409 "google/cloud-storage": "1.27.1",
410 "google/cloud-storage-transfer": "0.2.2",
411 "google/cloud-talent": "0.18.0",
412 "google/cloud-tasks": "1.11.2",
413 "google/cloud-text-to-speech": "1.4.2",
414 "google/cloud-tpu": "0.2.5",
415 "google/cloud-trace": "1.4.6",
416 "google/cloud-translate": "1.12.5",
417 "google/cloud-video-live-stream": "0.2.0",
418 "google/cloud-video-stitcher": "0.2.0",
419 "google/cloud-video-transcoder": "0.4.0",
420 "google/cloud-videointelligence": "1.12.8",
421 "google/cloud-vision": "1.5.7",
422 "google/cloud-vm-migration": "0.1.3",
423 "google/cloud-vpc-access": "0.2.5",
424 "google/cloud-web-risk": "1.1.5",
425 "google/cloud-web-security-scanner": "0.7.5",
426 "google/cloud-workflows": "0.2.6",
427 "google/grafeas": "0.3.0"
428 },
429 "require-dev": {
430 "erusev/parsedown": "^1.6",
431 "google/cloud-tools": "^0.12.0",
432 "opis/closure": "^3.0",
433 "phpdocumentor/reflection": "^3.0||^4.0",
434 "phpseclib/phpseclib": "^2.0||^3.0",
435 "phpunit/phpunit": "^4.8|^5.0|^8.0",
436 "squizlabs/php_codesniffer": "3.*",
437 "swaggest/json-schema": "^0.12.0",
438 "symfony/console": "^3.0",
439 "symfony/lock": "3.3.x-dev#1ba6ac9",
440 "vierbergenlars/php-semver": "^3.0",
441 "wikimedia/avro": "^1.9",
442 "yoast/phpunit-polyfills": "^1.0"
443 },
444 "suggest": {
445 "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
446 "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
447 },
448 "time": "2022-06-23T19:38:04+00:00",
449 "bin": [
450 "Core/bin/google-cloud-batch",
451 "Debugger/bin/google-cloud-debugger"
452 ],
453 "type": "library",
454 "extra": {
455 "component": {
456 "id": "google-cloud",
457 "target": "googleapis/google-cloud-php.git",
458 "path": "src",
459 "entry": [
460 "Version.php",
461 "ServiceBuilder.php"
462 ]
463 }
464 },
465 "installation-source": "dist",
466 "autoload": {
467 "psr-4": {
468 "Grafeas\\": "Grafeas/src",
469 "Google\\Cloud\\": [
470 "src",
471 "CommonProtos/src"
472 ],
473 "Google\\Cloud\\Dlp\\": "Dlp/src",
474 "Google\\Cloud\\Iap\\": "Iap/src",
475 "Google\\Cloud\\Ids\\": "Ids/src",
476 "Google\\Cloud\\Iot\\": "Iot/src",
477 "Google\\Cloud\\Kms\\": "Kms/src",
478 "Google\\Cloud\\Run\\": "Run/src",
479 "Google\\Cloud\\Sql\\": "SqlAdmin/src",
480 "Google\\Cloud\\Tpu\\": "Tpu/src",
481 "Google\\Cloud\\Core\\": "Core/src",
482 "GPBMetadata\\Google\\": "CommonProtos/metadata",
483 "Google\\Cloud\\Asset\\": "Asset/src",
484 "Google\\Cloud\\Build\\": "Build/src",
485 "Google\\Cloud\\Redis\\": "Redis/src",
486 "Google\\Cloud\\Shell\\": "Shell/src",
487 "Google\\Cloud\\Tasks\\": "Tasks/src",
488 "Google\\Cloud\\Trace\\": "Trace/src",
489 "GPBMetadata\\Grafeas\\": "Grafeas/metadata",
490 "Google\\Cloud\\AutoMl\\": "AutoMl/src",
491 "Google\\Cloud\\Deploy\\": "Deploy/src",
492 "Google\\Cloud\\Gaming\\": "Gaming/src",
493 "Google\\Cloud\\GkeHub\\": "GkeHub/src",
494 "Google\\Cloud\\PubSub\\": "PubSub/src",
495 "Google\\Cloud\\Retail\\": "Retail/src",
496 "Google\\Cloud\\Speech\\": "Speech/src",
497 "Google\\Cloud\\Talent\\": "Talent/src",
498 "Google\\Cloud\\Vision\\": "Vision/src",
499 "Google\\Cloud\\Billing\\": "Billing/src",
500 "Google\\Cloud\\Channel\\": "Channel/src",
501 "Google\\Cloud\\Compute\\": "Compute/src",
502 "Google\\Cloud\\Domains\\": "Domains/src",
503 "Google\\Cloud\\Logging\\": "Logging/src",
504 "Google\\Cloud\\OsLogin\\": "OsLogin/src",
505 "Google\\Cloud\\Spanner\\": "Spanner/src",
506 "Google\\Cloud\\Storage\\": "Storage/src",
507 "Google\\Cloud\\WebRisk\\": "WebRisk/src",
508 "Google\\Analytics\\Data\\": "AnalyticsData/src",
509 "Google\\Cloud\\BigQuery\\": "BigQuery/src",
510 "Google\\Cloud\\Bigtable\\": "Bigtable/src",
511 "Google\\Cloud\\CloudDms\\": "Dms/src",
512 "Google\\Cloud\\Dataflow\\": "Dataflow/src",
513 "Google\\Cloud\\Dataplex\\": "Dataplex/src",
514 "Google\\Cloud\\Dataproc\\": "Dataproc/src",
515 "Google\\Cloud\\Debugger\\": "Debugger/src",
516 "Google\\Cloud\\Eventarc\\": "Eventarc/src",
517 "Google\\Cloud\\Language\\": "Language/src",
518 "Google\\Cloud\\Memcache\\": "Memcache/src",
519 "Google\\Cloud\\OsConfig\\": "OsConfig/src",
520 "Google\\Cloud\\Profiler\\": "Profiler/src",
521 "Google\\Analytics\\Admin\\": "AnalyticsAdmin/src",
522 "Google\\Cloud\\AppEngine\\": "AppEngineAdmin/src",
523 "Google\\Cloud\\Container\\": "Container/src",
524 "Google\\Cloud\\Datastore\\": "Datastore/src",
525 "Google\\Cloud\\Filestore\\": "Filestore/src",
526 "Google\\Cloud\\Firestore\\": "Firestore/src",
527 "Google\\Cloud\\Functions\\": "Functions/src",
528 "Google\\Cloud\\Metastore\\": "DataprocMetastore/src",
529 "Google\\Cloud\\Notebooks\\": "Notebooks/src",
530 "Google\\Cloud\\OrgPolicy\\": [
531 "OrgPolicy/src",
532 "Asset/external/protos/Cloud/OrgPolicy"
533 ],
534 "Google\\Cloud\\Scheduler\\": "Scheduler/src",
535 "Google\\Cloud\\Translate\\": "Translate/src",
536 "Google\\Cloud\\VpcAccess\\": "VpcAccess/src",
537 "Google\\Cloud\\Workflows\\": "Workflows/src",
538 "Google\\Cloud\\AIPlatform\\": "AiPlatform/src",
539 "Google\\Cloud\\ApiGateway\\": "ApiGateway/src",
540 "Google\\Cloud\\DataFusion\\": "DataFusion/src",
541 "Google\\Cloud\\Datastream\\": "Datastream/src",
542 "Google\\Cloud\\Dialogflow\\": "Dialogflow/src",
543 "Google\\Cloud\\DocumentAI\\": "DocumentAi/src",
544 "Google\\Cloud\\Monitoring\\": "Monitoring/src",
545 "Google\\Cloud\\DataCatalog\\": "DataCatalog/src",
546 "Google\\Cloud\\Recommender\\": "Recommender/src",
547 "Google\\Cloud\\VMMigration\\": "VmMigration/src",
548 "GPBMetadata\\Google\\Pubsub\\": "PubSub/metadata",
549 "Google\\Cloud\\DataLabeling\\": "DataLabeling/src",
550 "Google\\Cloud\\LifeSciences\\": "LifeSciences/src",
551 "Google\\Cloud\\Optimization\\": "Optimization/src",
552 "Google\\Cloud\\ServiceUsage\\": "ServiceUsage/src",
553 "Google\\Cloud\\TextToSpeech\\": "TextToSpeech/src",
554 "GPBMetadata\\Google\\Logging\\": "Logging/metadata",
555 "GPBMetadata\\Google\\Spanner\\": "Spanner/metadata",
556 "Google\\Cloud\\ApigeeConnect\\": "ApigeeConnect/src",
557 "Google\\Cloud\\GkeMultiCloud\\": "GkeMultiCloud/src",
558 "Google\\Cloud\\SecretManager\\": "SecretManager/src",
559 "GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata",
560 "GPBMetadata\\Google\\Dataflow\\": "Dataflow/metadata",
561 "Google\\Cloud\\AccessApproval\\": "AccessApproval/src",
562 "Google\\Cloud\\ErrorReporting\\": "ErrorReporting/src",
563 "Google\\Cloud\\PrivateCatalog\\": "PrivateCatalog/src",
564 "Google\\Cloud\\SecurityCenter\\": "SecurityCenter/src",
565 "Google\\Cloud\\ServiceControl\\": "ServiceControl/src",
566 "Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/src",
567 "GPBMetadata\\Google\\Appengine\\": "AppEngineAdmin/metadata",
568 "GPBMetadata\\Google\\Cloud\\Iap\\": "Iap/metadata",
569 "GPBMetadata\\Google\\Cloud\\Ids\\": "Ids/metadata",
570 "GPBMetadata\\Google\\Cloud\\Iot\\": "Iot/metadata",
571 "GPBMetadata\\Google\\Cloud\\Kms\\": "Kms/metadata",
572 "GPBMetadata\\Google\\Cloud\\Run\\": "Run/metadata",
573 "GPBMetadata\\Google\\Cloud\\Sql\\": "SqlAdmin/metadata",
574 "GPBMetadata\\Google\\Cloud\\Tpu\\": "Tpu/metadata",
575 "GPBMetadata\\Google\\Container\\": "Container/metadata",
576 "GPBMetadata\\Google\\Datastore\\": "Datastore/metadata",
577 "GPBMetadata\\Google\\Firestore\\": "Firestore/metadata",
578 "Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/src",
579 "Google\\Cloud\\Datastore\\Admin\\": "DatastoreAdmin/src",
580 "Google\\Cloud\\Iam\\Credentials\\": "IamCredentials/src",
581 "Google\\Cloud\\NetworkSecurity\\": "NetworkSecurity/src",
582 "Google\\Cloud\\ResourceManager\\": "ResourceManager/src",
583 "Google\\Cloud\\StorageTransfer\\": "StorageTransfer/src",
584 "GPBMetadata\\Google\\Monitoring\\": "Monitoring/metadata",
585 "Google\\Cloud\\ArtifactRegistry\\": "ArtifactRegistry/src",
586 "Google\\Cloud\\AssuredWorkloads\\": "AssuredWorkloads/src",
587 "Google\\Cloud\\BigQuery\\Storage\\": "BigQueryStorage/src",
588 "Google\\Cloud\\MediaTranslation\\": "MediaTranslation/src",
589 "Google\\Cloud\\ResourceSettings\\": "ResourceSettings/src",
590 "Google\\Cloud\\ServiceDirectory\\": "ServiceDirectory/src",
591 "Google\\Cloud\\Video\\LiveStream\\": "VideoLiveStream/src",
592 "Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/src",
593 "GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata",
594 "GPBMetadata\\Google\\Cloud\\Redis\\": "Redis/metadata",
595 "GPBMetadata\\Google\\Cloud\\Shell\\": "Shell/metadata",
596 "GPBMetadata\\Google\\Cloud\\Tasks\\": "Tasks/metadata",
597 "GPBMetadata\\Google\\Privacy\\Dlp\\": "Dlp/metadata",
598 "Google\\Cloud\\BareMetalSolution\\": "BareMetalSolution/src",
599 "Google\\Cloud\\ContainerAnalysis\\": "ContainerAnalysis/src",
600 "Google\\Cloud\\EssentialContacts\\": "EssentialContacts/src",
601 "Google\\Cloud\\ManagedIdentities\\": "ManagedIdentities/src",
602 "Google\\Cloud\\NetworkManagement\\": "NetworkManagement/src",
603 "Google\\Cloud\\ServiceManagement\\": "ServiceManagement/src",
604 "Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src",
605 "GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata",
606 "GPBMetadata\\Google\\Cloud\\Deploy\\": "Deploy/metadata",
607 "GPBMetadata\\Google\\Cloud\\Gaming\\": "Gaming/metadata",
608 "GPBMetadata\\Google\\Cloud\\Gkehub\\": "GkeHub/metadata",
609 "GPBMetadata\\Google\\Cloud\\Retail\\": "Retail/metadata",
610 "GPBMetadata\\Google\\Cloud\\Speech\\": "Speech/metadata",
611 "GPBMetadata\\Google\\Cloud\\Talent\\": "Talent/metadata",
612 "GPBMetadata\\Google\\Cloud\\Vision\\": "Vision/metadata",
613 "Google\\Cloud\\CertificateManager\\": "CertificateManager/src",
614 "Google\\Cloud\\GkeConnect\\Gateway\\": "GkeConnectGateway/src",
615 "Google\\Cloud\\Security\\PrivateCA\\": "SecurityPrivateCa/src",
616 "Google\\Cloud\\WebSecurityScanner\\": "WebSecurityScanner/src",
617 "GPBMetadata\\Google\\Cloud\\Billing\\": "Billing/metadata",
618 "GPBMetadata\\Google\\Cloud\\Channel\\": "Channel/metadata",
619 "GPBMetadata\\Google\\Cloud\\Compute\\": "Compute/metadata",
620 "GPBMetadata\\Google\\Cloud\\Domains\\": "Domains/metadata",
621 "GPBMetadata\\Google\\Cloud\\Oslogin\\": "OsLogin/metadata",
622 "GPBMetadata\\Google\\Cloud\\Secrets\\": "SecretManager/metadata",
623 "GPBMetadata\\Google\\Cloud\\Webrisk\\": "WebRisk/metadata",
624 "Google\\Cloud\\BigQuery\\Connection\\": "BigQueryConnection/src",
625 "Google\\Cloud\\BinaryAuthorization\\": "BinaryAuthorization/src",
626 "Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/src",
627 "Google\\Cloud\\NetworkConnectivity\\": "NetworkConnectivity/src",
628 "Google\\Cloud\\RecaptchaEnterprise\\": "RecaptchaEnterprise/src",
629 "GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata",
630 "GPBMetadata\\Google\\Cloud\\Clouddms\\": "Dms/metadata",
631 "GPBMetadata\\Google\\Cloud\\Dataplex\\": "Dataplex/metadata",
632 "GPBMetadata\\Google\\Cloud\\Dataproc\\": "Dataproc/metadata",
633 "GPBMetadata\\Google\\Cloud\\Eventarc\\": "Eventarc/metadata",
634 "GPBMetadata\\Google\\Cloud\\Language\\": "Language/metadata",
635 "GPBMetadata\\Google\\Cloud\\Memcache\\": "Memcache/metadata",
636 "GPBMetadata\\Google\\Cloud\\Osconfig\\": "OsConfig/metadata",
637 "GPBMetadata\\Google\\Devtools\\Build\\": "Build/metadata",
638 "Google\\Cloud\\BigQuery\\Reservation\\": "BigQueryReservation/src",
639 "Google\\Cloud\\PolicyTroubleshooter\\": "PolicyTroubleshooter/src",
640 "Google\\Cloud\\RecommendationEngine\\": "RecommendationEngine/src",
641 "GPBMetadata\\Google\\Analytics\\Admin\\": "AnalyticsAdmin/metadata",
642 "GPBMetadata\\Google\\Cloud\\Filestore\\": "Filestore/metadata",
643 "GPBMetadata\\Google\\Cloud\\Functions\\": "Functions/metadata",
644 "GPBMetadata\\Google\\Cloud\\Metastore\\": "DataprocMetastore/metadata",
645 "GPBMetadata\\Google\\Cloud\\Notebooks\\": "Notebooks/metadata",
646 "GPBMetadata\\Google\\Cloud\\Orgpolicy\\": [
647 "OrgPolicy/metadata",
648 "Asset/external/metadata/Cloud/Orgpolicy"
649 ],
650 "GPBMetadata\\Google\\Cloud\\Scheduler\\": "Scheduler/metadata",
651 "GPBMetadata\\Google\\Cloud\\Translate\\": "Translate/metadata",
652 "GPBMetadata\\Google\\Cloud\\Vpcaccess\\": "VpcAccess/metadata",
653 "GPBMetadata\\Google\\Cloud\\Workflows\\": "Workflows/metadata",
654 "GPBMetadata\\Google\\Datastore\\Admin\\": "DatastoreAdmin/metadata",
655 "GPBMetadata\\Google\\Iam\\Credentials\\": "IamCredentials/metadata",
656 "GPBMetadata\\Google\\Storagetransfer\\": "StorageTransfer/metadata",
657 "Google\\Cloud\\BigQuery\\DataExchange\\": "BigQueryDataExchange/src",
658 "Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src",
659 "Google\\Cloud\\ContactCenterInsights\\": "ContactCenterInsights/src",
660 "GPBMetadata\\Google\\Api\\Serviceusage\\": "ServiceUsage/metadata",
661 "GPBMetadata\\Google\\Cloud\\Aiplatform\\": "AiPlatform/metadata",
662 "GPBMetadata\\Google\\Cloud\\Apigateway\\": "ApiGateway/metadata",
663 "GPBMetadata\\Google\\Cloud\\Datafusion\\": "DataFusion/metadata",
664 "GPBMetadata\\Google\\Cloud\\Datastream\\": "Datastream/metadata",
665 "GPBMetadata\\Google\\Cloud\\Dialogflow\\": "Dialogflow/metadata",
666 "GPBMetadata\\Google\\Cloud\\Documentai\\": "DocumentAi/metadata",
667 "GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata",
668 "GPBMetadata\\Google\\Cloud\\Recommender\\": "Recommender/metadata",
669 "GPBMetadata\\Google\\Cloud\\Vmmigration\\": "VmMigration/metadata",
670 "Google\\Identity\\AccessContextManager\\": "AccessContextManager/src",
671 "GPBMetadata\\Google\\Api\\Servicecontrol\\": "ServiceControl/metadata",
672 "GPBMetadata\\Google\\Cloud\\Datalabeling\\": "DataLabeling/metadata",
673 "GPBMetadata\\Google\\Cloud\\Lifesciences\\": "LifeSciences/metadata",
674 "GPBMetadata\\Google\\Cloud\\Optimization\\": "Optimization/metadata",
675 "GPBMetadata\\Google\\Cloud\\Texttospeech\\": "TextToSpeech/metadata",
676 "GPBMetadata\\Google\\Cloud\\Apigeeconnect\\": "ApigeeConnect/metadata",
677 "GPBMetadata\\Google\\Cloud\\Gkemulticloud\\": "GkeMultiCloud/metadata",
678 "GPBMetadata\\Google\\Cloud\\Secretmanager\\": "SecretManager/metadata",
679 "GPBMetadata\\Google\\Devtools\\Cloudbuild\\": "Build/metadata",
680 "GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata",
681 "GPBMetadata\\Google\\Cloud\\Accessapproval\\": "AccessApproval/metadata",
682 "GPBMetadata\\Google\\Cloud\\Privatecatalog\\": "PrivateCatalog/metadata",
683 "GPBMetadata\\Google\\Cloud\\Securitycenter\\": "SecurityCenter/metadata",
684 "GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/metadata",
685 "GPBMetadata\\Google\\Api\\Servicemanagement\\": "ServiceManagement/metadata",
686 "GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/metadata",
687 "GPBMetadata\\Google\\Cloud\\Networksecurity\\": "NetworkSecurity/metadata",
688 "GPBMetadata\\Google\\Cloud\\Resourcemanager\\": "ResourceManager/metadata",
689 "GPBMetadata\\Google\\Cloud\\Assuredworkloads\\": "AssuredWorkloads/metadata",
690 "GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\": "BigQueryStorage/metadata",
691 "GPBMetadata\\Google\\Cloud\\Mediatranslation\\": "MediaTranslation/metadata",
692 "GPBMetadata\\Google\\Cloud\\Resourcesettings\\": "ResourceSettings/metadata",
693 "GPBMetadata\\Google\\Cloud\\Servicedirectory\\": "ServiceDirectory/metadata",
694 "GPBMetadata\\Google\\Cloud\\Video\\Livestream\\": "VideoLiveStream/metadata",
695 "GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/metadata",
696 "GPBMetadata\\Google\\Devtools\\Clouddebugger\\": "Debugger/metadata",
697 "GPBMetadata\\Google\\Devtools\\Cloudprofiler\\": "Profiler/metadata",
698 "GPBMetadata\\Google\\Cloud\\Baremetalsolution\\": "BareMetalSolution/metadata",
699 "GPBMetadata\\Google\\Cloud\\Essentialcontacts\\": "EssentialContacts/metadata",
700 "GPBMetadata\\Google\\Cloud\\Managedidentities\\": "ManagedIdentities/metadata",
701 "GPBMetadata\\Google\\Cloud\\Networkmanagement\\": "NetworkManagement/metadata",
702 "GPBMetadata\\Google\\Cloud\\Videointelligence\\": "VideoIntelligence/metadata",
703 "Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/src",
704 "GPBMetadata\\Google\\Cloud\\Certificatemanager\\": "CertificateManager/metadata",
705 "GPBMetadata\\Google\\Cloud\\Gkeconnect\\Gateway\\": "GkeConnectGateway/metadata",
706 "GPBMetadata\\Google\\Cloud\\Security\\Privateca\\": "SecurityPrivateCa/metadata",
707 "GPBMetadata\\Google\\Cloud\\Websecurityscanner\\": "WebSecurityScanner/metadata",
708 "GPBMetadata\\Google\\Cloud\\Bigquery\\Connection\\": "BigQueryConnection/metadata",
709 "GPBMetadata\\Google\\Cloud\\Binaryauthorization\\": "BinaryAuthorization/metadata",
710 "GPBMetadata\\Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/metadata",
711 "GPBMetadata\\Google\\Cloud\\Networkconnectivity\\": "NetworkConnectivity/metadata",
712 "GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "RecaptchaEnterprise/metadata",
713 "GPBMetadata\\Google\\Devtools\\Artifactregistry\\": "ArtifactRegistry/metadata",
714 "GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\": "BigQueryReservation/metadata",
715 "GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\": "PolicyTroubleshooter/metadata",
716 "GPBMetadata\\Google\\Cloud\\Recommendationengine\\": "RecommendationEngine/metadata",
717 "GPBMetadata\\Google\\Devtools\\Containeranalysis\\": "ContainerAnalysis/metadata",
718 "GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\": "BigQueryDataExchange/metadata",
719 "GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\": "BigQueryDataTransfer/metadata",
720 "GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\": "ContactCenterInsights/metadata",
721 "GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata",
722 "GPBMetadata\\Google\\Identity\\Accesscontextmanager\\": "AccessContextManager/metadata",
723 "GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/metadata"
724 }
725 },
726 "notification-url": "https://packagist.org/downloads/",
727 "license": [
728 "Apache-2.0"
729 ],
730 "authors": [
731 {
732 "name": "Dave Supplee",
733 "email": "dwsupplee@gmail.com"
734 },
735 {
736 "name": "John Pedrie",
737 "email": "john@pedrie.com"
738 }
739 ],
740 "description": "Google Cloud Client Library",
741 "homepage": "http://github.com/googleapis/google-cloud-php",
742 "keywords": [
743 "Tasks",
744 "big query",
745 "bigquery",
746 "bigtable",
747 "cloud",
748 "datastore",
749 "gcs",
750 "google",
751 "google api",
752 "google api client",
753 "google apis",
754 "google apis client",
755 "google cloud",
756 "google cloud platform",
757 "kms",
758 "language",
759 "natural language",
760 "pub sub",
761 "pubsub",
762 "spanner",
763 "speech",
764 "stackdriver logging",
765 "storage",
766 "translate",
767 "translation",
768 "vision"
769 ]
770 },
771 {
772 "name": "google/common-protos",
773 "version": "2.1.0",
774 "version_normalized": "2.1.0.0",
775 "source": {
776 "type": "git",
777 "url": "https://github.com/googleapis/common-protos-php.git",
778 "reference": "4bad82f73a10f8ea4e6d078da93406a16c996044"
779 },
780 "dist": {
781 "type": "zip",
782 "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/4bad82f73a10f8ea4e6d078da93406a16c996044",
783 "reference": "4bad82f73a10f8ea4e6d078da93406a16c996044",
784 "shasum": ""
785 },
786 "require": {
787 "google/protobuf": "^3.6.1, !=3.20.0"
788 },
789 "require-dev": {
790 "phpunit/phpunit": "^4.8.36||^8.5",
791 "sami/sami": "*"
792 },
793 "time": "2022-05-13T21:07:15+00:00",
794 "type": "library",
795 "installation-source": "dist",
796 "autoload": {
797 "psr-4": {
798 "Google\\": "src",
799 "GPBMetadata\\Google\\": "metadata"
800 }
801 },
802 "notification-url": "https://packagist.org/downloads/",
803 "license": [
804 "Apache-2.0"
805 ],
806 "description": "Google API Common Protos for PHP",
807 "homepage": "https://github.com/googleapis/common-protos-php",
808 "keywords": [
809 "google"
810 ]
811 },
812 {
813 "name": "google/crc32",
814 "version": "v0.1.0",
815 "version_normalized": "0.1.0.0",
816 "source": {
817 "type": "git",
818 "url": "https://github.com/google/php-crc32.git",
819 "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb"
820 },
821 "dist": {
822 "type": "zip",
823 "url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
824 "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
825 "shasum": ""
826 },
827 "require": {
828 "php": ">=5.4"
829 },
830 "require-dev": {
831 "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2",
832 "paragonie/random_compat": ">=2",
833 "phpunit/phpunit": "^4"
834 },
835 "time": "2019-05-09T06:24:58+00:00",
836 "type": "library",
837 "installation-source": "dist",
838 "autoload": {
839 "psr-4": {
840 "Google\\CRC32\\": "src"
841 }
842 },
843 "notification-url": "https://packagist.org/downloads/",
844 "license": [
845 "Apache-2.0"
846 ],
847 "authors": [
848 {
849 "name": "Andrew Brampton",
850 "email": "bramp@google.com"
851 }
852 ],
853 "description": "Various CRC32 implementations",
854 "homepage": "https://github.com/google/php-crc32"
855 },
856 {
857 "name": "google/gax",
858 "version": "v1.16.1",
859 "version_normalized": "1.16.1.0",
860 "source": {
861 "type": "git",
862 "url": "https://github.com/googleapis/gax-php.git",
863 "reference": "e879d2b0d9b42397c67e47880d40549e993d06ab"
864 },
865 "dist": {
866 "type": "zip",
867 "url": "https://api.github.com/repos/googleapis/gax-php/zipball/e879d2b0d9b42397c67e47880d40549e993d06ab",
868 "reference": "e879d2b0d9b42397c67e47880d40549e993d06ab",
869 "shasum": ""
870 },
871 "require": {
872 "google/auth": "^1.18.0",
873 "google/common-protos": "^1.3.1||^2.0||^3.0",
874 "google/grpc-gcp": "^0.2",
875 "google/longrunning": "^0.2",
876 "google/protobuf": "^3.21.4",
877 "grpc/grpc": "^1.13",
878 "guzzlehttp/promises": "^1.3",
879 "guzzlehttp/psr7": "^1.7.0||^2",
880 "php": ">=7.0"
881 },
882 "conflict": {
883 "ext-protobuf": "<3.7.0"
884 },
885 "require-dev": {
886 "phpunit/phpunit": "^5.5||^8.5",
887 "squizlabs/php_codesniffer": "3.*",
888 "yoast/phpunit-polyfills": "^1.0"
889 },
890 "time": "2022-08-11T17:26:22+00:00",
891 "type": "library",
892 "installation-source": "dist",
893 "autoload": {
894 "psr-4": {
895 "Google\\ApiCore\\": "src",
896 "GPBMetadata\\ApiCore\\": "metadata/ApiCore"
897 }
898 },
899 "notification-url": "https://packagist.org/downloads/",
900 "license": [
901 "BSD-3-Clause"
902 ],
903 "description": "Google API Core for PHP",
904 "homepage": "https://github.com/googleapis/gax-php",
905 "keywords": [
906 "google"
907 ]
908 },
909 {
910 "name": "google/grpc-gcp",
911 "version": "v0.2.0",
912 "version_normalized": "0.2.0.0",
913 "source": {
914 "type": "git",
915 "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
916 "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314"
917 },
918 "dist": {
919 "type": "zip",
920 "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/2465c2273e11ada1e95155aa1e209f3b8f03c314",
921 "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314",
922 "shasum": ""
923 },
924 "require": {
925 "google/auth": "^1.3",
926 "google/protobuf": "^v3.3.0",
927 "grpc/grpc": "^v1.13.0",
928 "php": ">=5.5.0",
929 "psr/cache": "^1.0.1||^2.0.0||^3.0.0"
930 },
931 "require-dev": {
932 "google/cloud-spanner": "^1.7",
933 "phpunit/phpunit": "4.8.36"
934 },
935 "time": "2021-09-27T22:57:18+00:00",
936 "type": "library",
937 "installation-source": "dist",
938 "autoload": {
939 "psr-4": {
940 "Grpc\\Gcp\\": "src/"
941 },
942 "classmap": [
943 "src/generated/"
944 ]
945 },
946 "notification-url": "https://packagist.org/downloads/",
947 "license": [
948 "Apache-2.0"
949 ],
950 "description": "gRPC GCP library for channel management"
951 },
952 {
953 "name": "google/longrunning",
954 "version": "v0.2.0",
955 "version_normalized": "0.2.0.0",
956 "source": {
957 "type": "git",
958 "url": "https://github.com/googleapis/php-longrunning.git",
959 "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6"
960 },
961 "dist": {
962 "type": "zip",
963 "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/5b7500eede9d6b18ef038bef0b5449cbf085e1d6",
964 "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6",
965 "shasum": ""
966 },
967 "require-dev": {
968 "google/gax": "^1.13.0",
969 "phpunit/phpunit": "^4.8|^5.0|^8.0"
970 },
971 "time": "2022-08-05T00:41:21+00:00",
972 "type": "library",
973 "extra": {
974 "component": {
975 "id": "longrunning",
976 "path": "LongRunning",
977 "entry": null,
978 "target": "googleapis/php-longrunning"
979 }
980 },
981 "installation-source": "dist",
982 "autoload": {
983 "psr-4": {
984 "Google\\LongRunning\\": "src/LongRunning",
985 "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
986 "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
987 }
988 },
989 "notification-url": "https://packagist.org/downloads/",
990 "license": [
991 "Apache-2.0"
992 ],
993 "description": "Google LongRunning Client for PHP"
994 },
995 {
996 "name": "google/protobuf",
997 "version": "v3.21.5",
998 "version_normalized": "3.21.5.0",
999 "source": {
1000 "type": "git",
1001 "url": "https://github.com/protocolbuffers/protobuf-php.git",
1002 "reference": "70649d33d2b6e8fd0db6d9b6fffc7f46f01f1438"
1003 },
1004 "dist": {
1005 "type": "zip",
1006 "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/70649d33d2b6e8fd0db6d9b6fffc7f46f01f1438",
1007 "reference": "70649d33d2b6e8fd0db6d9b6fffc7f46f01f1438",
1008 "shasum": ""
1009 },
1010 "require": {
1011 "php": ">=7.0.0"
1012 },
1013 "require-dev": {
1014 "phpunit/phpunit": ">=5.0.0"
1015 },
1016 "suggest": {
1017 "ext-bcmath": "Need to support JSON deserialization"
1018 },
1019 "time": "2022-08-09T19:53:56+00:00",
1020 "type": "library",
1021 "installation-source": "dist",
1022 "autoload": {
1023 "psr-4": {
1024 "Google\\Protobuf\\": "src/Google/Protobuf",
1025 "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
1026 }
1027 },
1028 "notification-url": "https://packagist.org/downloads/",
1029 "license": [
1030 "BSD-3-Clause"
1031 ],
1032 "description": "proto library for PHP",
1033 "homepage": "https://developers.google.com/protocol-buffers/",
1034 "keywords": [
1035 "proto"
1036 ]
1037 },
1038 {
1039 "name": "grpc/grpc",
1040 "version": "1.42.0",
1041 "version_normalized": "1.42.0.0",
1042 "source": {
1043 "type": "git",
1044 "url": "https://github.com/grpc/grpc-php.git",
1045 "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4"
1046 },
1047 "dist": {
1048 "type": "zip",
1049 "url": "https://api.github.com/repos/grpc/grpc-php/zipball/9fa44f104cb92e924d4da547323a97f3d8aca6d4",
1050 "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4",
1051 "shasum": ""
1052 },
1053 "require": {
1054 "php": ">=7.0.0"
1055 },
1056 "require-dev": {
1057 "google/auth": "^v1.3.0"
1058 },
1059 "suggest": {
1060 "ext-protobuf": "For better performance, install the protobuf C extension.",
1061 "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
1062 },
1063 "time": "2021-11-19T08:13:51+00:00",
1064 "type": "library",
1065 "installation-source": "dist",
1066 "autoload": {
1067 "psr-4": {
1068 "Grpc\\": "src/lib/"
1069 }
1070 },
1071 "notification-url": "https://packagist.org/downloads/",
1072 "license": [
1073 "Apache-2.0"
1074 ],
1075 "description": "gRPC library for PHP",
1076 "homepage": "https://grpc.io",
1077 "keywords": [
1078 "rpc"
1079 ]
1080 },
1081 {
1082 "name": "guzzlehttp/guzzle",
1083 "version": "7.4.5",
1084 "version_normalized": "7.4.5.0",
1085 "source": {
1086 "type": "git",
1087 "url": "https://github.com/guzzle/guzzle.git",
1088 "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
1089 },
1090 "dist": {
1091 "type": "zip",
1092 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
1093 "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
1094 "shasum": ""
1095 },
1096 "require": {
1097 "ext-json": "*",
1098 "guzzlehttp/promises": "^1.5",
1099 "guzzlehttp/psr7": "^1.9 || ^2.4",
1100 "php": "^7.2.5 || ^8.0",
1101 "psr/http-client": "^1.0",
1102 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1103 },
1104 "provide": {
1105 "psr/http-client-implementation": "1.0"
1106 },
1107 "require-dev": {
1108 "bamarni/composer-bin-plugin": "^1.4.1",
1109 "ext-curl": "*",
1110 "php-http/client-integration-tests": "^3.0",
1111 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
1112 "psr/log": "^1.1 || ^2.0 || ^3.0"
1113 },
1114 "suggest": {
1115 "ext-curl": "Required for CURL handler support",
1116 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1117 "psr/log": "Required for using the Log middleware"
1118 },
1119 "time": "2022-06-20T22:16:13+00:00",
1120 "type": "library",
1121 "extra": {
1122 "branch-alias": {
1123 "dev-master": "7.4-dev"
1124 }
1125 },
1126 "installation-source": "dist",
1127 "autoload": {
1128 "files": [
1129 "src/functions_include.php"
1130 ],
1131 "psr-4": {
1132 "GuzzleHttp\\": "src/"
1133 }
1134 },
1135 "notification-url": "https://packagist.org/downloads/",
1136 "license": [
1137 "MIT"
1138 ],
1139 "authors": [
1140 {
1141 "name": "Graham Campbell",
1142 "email": "hello@gjcampbell.co.uk",
1143 "homepage": "https://github.com/GrahamCampbell"
1144 },
1145 {
1146 "name": "Michael Dowling",
1147 "email": "mtdowling@gmail.com",
1148 "homepage": "https://github.com/mtdowling"
1149 },
1150 {
1151 "name": "Jeremy Lindblom",
1152 "email": "jeremeamia@gmail.com",
1153 "homepage": "https://github.com/jeremeamia"
1154 },
1155 {
1156 "name": "George Mponos",
1157 "email": "gmponos@gmail.com",
1158 "homepage": "https://github.com/gmponos"
1159 },
1160 {
1161 "name": "Tobias Nyholm",
1162 "email": "tobias.nyholm@gmail.com",
1163 "homepage": "https://github.com/Nyholm"
1164 },
1165 {
1166 "name": "Márk Sági-Kazár",
1167 "email": "mark.sagikazar@gmail.com",
1168 "homepage": "https://github.com/sagikazarmark"
1169 },
1170 {
1171 "name": "Tobias Schultze",
1172 "email": "webmaster@tubo-world.de",
1173 "homepage": "https://github.com/Tobion"
1174 }
1175 ],
1176 "description": "Guzzle is a PHP HTTP client library",
1177 "keywords": [
1178 "client",
1179 "curl",
1180 "framework",
1181 "http",
1182 "http client",
1183 "psr-18",
1184 "psr-7",
1185 "rest",
1186 "web service"
1187 ]
1188 },
1189 {
1190 "name": "guzzlehttp/promises",
1191 "version": "1.5.1",
1192 "version_normalized": "1.5.1.0",
1193 "source": {
1194 "type": "git",
1195 "url": "https://github.com/guzzle/promises.git",
1196 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
1197 },
1198 "dist": {
1199 "type": "zip",
1200 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1201 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1202 "shasum": ""
1203 },
1204 "require": {
1205 "php": ">=5.5"
1206 },
1207 "require-dev": {
1208 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1209 },
1210 "time": "2021-10-22T20:56:57+00:00",
1211 "type": "library",
1212 "extra": {
1213 "branch-alias": {
1214 "dev-master": "1.5-dev"
1215 }
1216 },
1217 "installation-source": "dist",
1218 "autoload": {
1219 "files": [
1220 "src/functions_include.php"
1221 ],
1222 "psr-4": {
1223 "GuzzleHttp\\Promise\\": "src/"
1224 }
1225 },
1226 "notification-url": "https://packagist.org/downloads/",
1227 "license": [
1228 "MIT"
1229 ],
1230 "authors": [
1231 {
1232 "name": "Graham Campbell",
1233 "email": "hello@gjcampbell.co.uk",
1234 "homepage": "https://github.com/GrahamCampbell"
1235 },
1236 {
1237 "name": "Michael Dowling",
1238 "email": "mtdowling@gmail.com",
1239 "homepage": "https://github.com/mtdowling"
1240 },
1241 {
1242 "name": "Tobias Nyholm",
1243 "email": "tobias.nyholm@gmail.com",
1244 "homepage": "https://github.com/Nyholm"
1245 },
1246 {
1247 "name": "Tobias Schultze",
1248 "email": "webmaster@tubo-world.de",
1249 "homepage": "https://github.com/Tobion"
1250 }
1251 ],
1252 "description": "Guzzle promises library",
1253 "keywords": [
1254 "promise"
1255 ]
1256 },
1257 {
1258 "name": "guzzlehttp/psr7",
1259 "version": "2.4.0",
1260 "version_normalized": "2.4.0.0",
1261 "source": {
1262 "type": "git",
1263 "url": "https://github.com/guzzle/psr7.git",
1264 "reference": "13388f00956b1503577598873fffb5ae994b5737"
1265 },
1266 "dist": {
1267 "type": "zip",
1268 "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
1269 "reference": "13388f00956b1503577598873fffb5ae994b5737",
1270 "shasum": ""
1271 },
1272 "require": {
1273 "php": "^7.2.5 || ^8.0",
1274 "psr/http-factory": "^1.0",
1275 "psr/http-message": "^1.0",
1276 "ralouphie/getallheaders": "^3.0"
1277 },
1278 "provide": {
1279 "psr/http-factory-implementation": "1.0",
1280 "psr/http-message-implementation": "1.0"
1281 },
1282 "require-dev": {
1283 "bamarni/composer-bin-plugin": "^1.4.1",
1284 "http-interop/http-factory-tests": "^0.9",
1285 "phpunit/phpunit": "^8.5.8 || ^9.3.10"
1286 },
1287 "suggest": {
1288 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1289 },
1290 "time": "2022-06-20T21:43:11+00:00",
1291 "type": "library",
1292 "extra": {
1293 "branch-alias": {
1294 "dev-master": "2.4-dev"
1295 }
1296 },
1297 "installation-source": "dist",
1298 "autoload": {
1299 "psr-4": {
1300 "GuzzleHttp\\Psr7\\": "src/"
1301 }
1302 },
1303 "notification-url": "https://packagist.org/downloads/",
1304 "license": [
1305 "MIT"
1306 ],
1307 "authors": [
1308 {
1309 "name": "Graham Campbell",
1310 "email": "hello@gjcampbell.co.uk",
1311 "homepage": "https://github.com/GrahamCampbell"
1312 },
1313 {
1314 "name": "Michael Dowling",
1315 "email": "mtdowling@gmail.com",
1316 "homepage": "https://github.com/mtdowling"
1317 },
1318 {
1319 "name": "George Mponos",
1320 "email": "gmponos@gmail.com",
1321 "homepage": "https://github.com/gmponos"
1322 },
1323 {
1324 "name": "Tobias Nyholm",
1325 "email": "tobias.nyholm@gmail.com",
1326 "homepage": "https://github.com/Nyholm"
1327 },
1328 {
1329 "name": "Márk Sági-Kazár",
1330 "email": "mark.sagikazar@gmail.com",
1331 "homepage": "https://github.com/sagikazarmark"
1332 },
1333 {
1334 "name": "Tobias Schultze",
1335 "email": "webmaster@tubo-world.de",
1336 "homepage": "https://github.com/Tobion"
1337 },
1338 {
1339 "name": "Márk Sági-Kazár",
1340 "email": "mark.sagikazar@gmail.com",
1341 "homepage": "https://sagikazarmark.hu"
1342 }
1343 ],
1344 "description": "PSR-7 message implementation that also provides common utility methods",
1345 "keywords": [
1346 "http",
1347 "message",
1348 "psr-7",
1349 "request",
1350 "response",
1351 "stream",
1352 "uri",
1353 "url"
1354 ]
1355 },
1356 {
1357 "name": "monolog/monolog",
1358 "version": "2.8.0",
1359 "version_normalized": "2.8.0.0",
1360 "source": {
1361 "type": "git",
1362 "url": "https://github.com/Seldaek/monolog.git",
1363 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
1364 },
1365 "dist": {
1366 "type": "zip",
1367 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
1368 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
1369 "shasum": ""
1370 },
1371 "require": {
1372 "php": ">=7.2",
1373 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1374 },
1375 "provide": {
1376 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1377 },
1378 "require-dev": {
1379 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1380 "doctrine/couchdb": "~1.0@dev",
1381 "elasticsearch/elasticsearch": "^7 || ^8",
1382 "ext-json": "*",
1383 "graylog2/gelf-php": "^1.4.2",
1384 "guzzlehttp/guzzle": "^7.4",
1385 "guzzlehttp/psr7": "^2.2",
1386 "mongodb/mongodb": "^1.8",
1387 "php-amqplib/php-amqplib": "~2.4 || ^3",
1388 "phpspec/prophecy": "^1.15",
1389 "phpstan/phpstan": "^0.12.91",
1390 "phpunit/phpunit": "^8.5.14",
1391 "predis/predis": "^1.1 || ^2.0",
1392 "rollbar/rollbar": "^1.3 || ^2 || ^3",
1393 "ruflin/elastica": "^7",
1394 "swiftmailer/swiftmailer": "^5.3|^6.0",
1395 "symfony/mailer": "^5.4 || ^6",
1396 "symfony/mime": "^5.4 || ^6"
1397 },
1398 "suggest": {
1399 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1400 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1401 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1402 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1403 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1404 "ext-mbstring": "Allow to work properly with unicode symbols",
1405 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1406 "ext-openssl": "Required to send log messages using SSL",
1407 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1408 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1409 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1410 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1411 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1412 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1413 },
1414 "time": "2022-07-24T11:55:47+00:00",
1415 "type": "library",
1416 "extra": {
1417 "branch-alias": {
1418 "dev-main": "2.x-dev"
1419 }
1420 },
1421 "installation-source": "dist",
1422 "autoload": {
1423 "psr-4": {
1424 "Monolog\\": "src/Monolog"
1425 }
1426 },
1427 "notification-url": "https://packagist.org/downloads/",
1428 "license": [
1429 "MIT"
1430 ],
1431 "authors": [
1432 {
1433 "name": "Jordi Boggiano",
1434 "email": "j.boggiano@seld.be",
1435 "homepage": "https://seld.be"
1436 }
1437 ],
1438 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1439 "homepage": "https://github.com/Seldaek/monolog",
1440 "keywords": [
1441 "log",
1442 "logging",
1443 "psr-3"
1444 ]
1445 },
1446 {
1447 "name": "paragonie/constant_time_encoding",
1448 "version": "v2.6.3",
1449 "version_normalized": "2.6.3.0",
1450 "source": {
1451 "type": "git",
1452 "url": "https://github.com/paragonie/constant_time_encoding.git",
1453 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
1454 },
1455 "dist": {
1456 "type": "zip",
1457 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
1458 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
1459 "shasum": ""
1460 },
1461 "require": {
1462 "php": "^7|^8"
1463 },
1464 "require-dev": {
1465 "phpunit/phpunit": "^6|^7|^8|^9",
1466 "vimeo/psalm": "^1|^2|^3|^4"
1467 },
1468 "time": "2022-06-14T06:56:20+00:00",
1469 "type": "library",
1470 "installation-source": "dist",
1471 "autoload": {
1472 "psr-4": {
1473 "ParagonIE\\ConstantTime\\": "src/"
1474 }
1475 },
1476 "notification-url": "https://packagist.org/downloads/",
1477 "license": [
1478 "MIT"
1479 ],
1480 "authors": [
1481 {
1482 "name": "Paragon Initiative Enterprises",
1483 "email": "security@paragonie.com",
1484 "homepage": "https://paragonie.com",
1485 "role": "Maintainer"
1486 },
1487 {
1488 "name": "Steve 'Sc00bz' Thomas",
1489 "email": "steve@tobtu.com",
1490 "homepage": "https://www.tobtu.com",
1491 "role": "Original Developer"
1492 }
1493 ],
1494 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
1495 "keywords": [
1496 "base16",
1497 "base32",
1498 "base32_decode",
1499 "base32_encode",
1500 "base64",
1501 "base64_decode",
1502 "base64_encode",
1503 "bin2hex",
1504 "encoding",
1505 "hex",
1506 "hex2bin",
1507 "rfc4648"
1508 ]
1509 },
1510 {
1511 "name": "paragonie/random_compat",
1512 "version": "v9.99.100",
1513 "version_normalized": "9.99.100.0",
1514 "source": {
1515 "type": "git",
1516 "url": "https://github.com/paragonie/random_compat.git",
1517 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1518 },
1519 "dist": {
1520 "type": "zip",
1521 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1522 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1523 "shasum": ""
1524 },
1525 "require": {
1526 "php": ">= 7"
1527 },
1528 "require-dev": {
1529 "phpunit/phpunit": "4.*|5.*",
1530 "vimeo/psalm": "^1"
1531 },
1532 "suggest": {
1533 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1534 },
1535 "time": "2020-10-15T08:29:30+00:00",
1536 "type": "library",
1537 "installation-source": "dist",
1538 "notification-url": "https://packagist.org/downloads/",
1539 "license": [
1540 "MIT"
1541 ],
1542 "authors": [
1543 {
1544 "name": "Paragon Initiative Enterprises",
1545 "email": "security@paragonie.com",
1546 "homepage": "https://paragonie.com"
1547 }
1548 ],
1549 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1550 "keywords": [
1551 "csprng",
1552 "polyfill",
1553 "pseudorandom",
1554 "random"
1555 ]
1556 },
1557 {
1558 "name": "phpseclib/phpseclib",
1559 "version": "3.0.14",
1560 "version_normalized": "3.0.14.0",
1561 "source": {
1562 "type": "git",
1563 "url": "https://github.com/phpseclib/phpseclib.git",
1564 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
1565 },
1566 "dist": {
1567 "type": "zip",
1568 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
1569 "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
1570 "shasum": ""
1571 },
1572 "require": {
1573 "paragonie/constant_time_encoding": "^1|^2",
1574 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
1575 "php": ">=5.6.1"
1576 },
1577 "require-dev": {
1578 "phpunit/phpunit": "*"
1579 },
1580 "suggest": {
1581 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1582 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1583 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1584 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1585 },
1586 "time": "2022-04-04T05:15:45+00:00",
1587 "type": "library",
1588 "installation-source": "dist",
1589 "autoload": {
1590 "files": [
1591 "phpseclib/bootstrap.php"
1592 ],
1593 "psr-4": {
1594 "phpseclib3\\": "phpseclib/"
1595 }
1596 },
1597 "notification-url": "https://packagist.org/downloads/",
1598 "license": [
1599 "MIT"
1600 ],
1601 "authors": [
1602 {
1603 "name": "Jim Wigginton",
1604 "email": "terrafrost@php.net",
1605 "role": "Lead Developer"
1606 },
1607 {
1608 "name": "Patrick Monnerat",
1609 "email": "pm@datasphere.ch",
1610 "role": "Developer"
1611 },
1612 {
1613 "name": "Andreas Fischer",
1614 "email": "bantu@phpbb.com",
1615 "role": "Developer"
1616 },
1617 {
1618 "name": "Hans-Jürgen Petrich",
1619 "email": "petrich@tronic-media.com",
1620 "role": "Developer"
1621 },
1622 {
1623 "name": "Graham Campbell",
1624 "email": "graham@alt-three.com",
1625 "role": "Developer"
1626 }
1627 ],
1628 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1629 "homepage": "http://phpseclib.sourceforge.net",
1630 "keywords": [
1631 "BigInteger",
1632 "aes",
1633 "asn.1",
1634 "asn1",
1635 "blowfish",
1636 "crypto",
1637 "cryptography",
1638 "encryption",
1639 "rsa",
1640 "security",
1641 "sftp",
1642 "signature",
1643 "signing",
1644 "ssh",
1645 "twofish",
1646 "x.509",
1647 "x509"
1648 ]
1649 },
1650 {
1651 "name": "psr/cache",
1652 "version": "1.0.1",
1653 "version_normalized": "1.0.1.0",
1654 "source": {
1655 "type": "git",
1656 "url": "https://github.com/php-fig/cache.git",
1657 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1658 },
1659 "dist": {
1660 "type": "zip",
1661 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1662 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1663 "shasum": ""
1664 },
1665 "require": {
1666 "php": ">=5.3.0"
1667 },
1668 "time": "2016-08-06T20:24:11+00:00",
1669 "type": "library",
1670 "extra": {
1671 "branch-alias": {
1672 "dev-master": "1.0.x-dev"
1673 }
1674 },
1675 "installation-source": "dist",
1676 "autoload": {
1677 "psr-4": {
1678 "Psr\\Cache\\": "src/"
1679 }
1680 },
1681 "notification-url": "https://packagist.org/downloads/",
1682 "license": [
1683 "MIT"
1684 ],
1685 "authors": [
1686 {
1687 "name": "PHP-FIG",
1688 "homepage": "http://www.php-fig.org/"
1689 }
1690 ],
1691 "description": "Common interface for caching libraries",
1692 "keywords": [
1693 "cache",
1694 "psr",
1695 "psr-6"
1696 ]
1697 },
1698 {
1699 "name": "psr/http-client",
1700 "version": "1.0.1",
1701 "version_normalized": "1.0.1.0",
1702 "source": {
1703 "type": "git",
1704 "url": "https://github.com/php-fig/http-client.git",
1705 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
1706 },
1707 "dist": {
1708 "type": "zip",
1709 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
1710 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
1711 "shasum": ""
1712 },
1713 "require": {
1714 "php": "^7.0 || ^8.0",
1715 "psr/http-message": "^1.0"
1716 },
1717 "time": "2020-06-29T06:28:15+00:00",
1718 "type": "library",
1719 "extra": {
1720 "branch-alias": {
1721 "dev-master": "1.0.x-dev"
1722 }
1723 },
1724 "installation-source": "dist",
1725 "autoload": {
1726 "psr-4": {
1727 "Psr\\Http\\Client\\": "src/"
1728 }
1729 },
1730 "notification-url": "https://packagist.org/downloads/",
1731 "license": [
1732 "MIT"
1733 ],
1734 "authors": [
1735 {
1736 "name": "PHP-FIG",
1737 "homepage": "http://www.php-fig.org/"
1738 }
1739 ],
1740 "description": "Common interface for HTTP clients",
1741 "homepage": "https://github.com/php-fig/http-client",
1742 "keywords": [
1743 "http",
1744 "http-client",
1745 "psr",
1746 "psr-18"
1747 ]
1748 },
1749 {
1750 "name": "psr/http-factory",
1751 "version": "1.0.1",
1752 "version_normalized": "1.0.1.0",
1753 "source": {
1754 "type": "git",
1755 "url": "https://github.com/php-fig/http-factory.git",
1756 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
1757 },
1758 "dist": {
1759 "type": "zip",
1760 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
1761 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
1762 "shasum": ""
1763 },
1764 "require": {
1765 "php": ">=7.0.0",
1766 "psr/http-message": "^1.0"
1767 },
1768 "time": "2019-04-30T12:38:16+00:00",
1769 "type": "library",
1770 "extra": {
1771 "branch-alias": {
1772 "dev-master": "1.0.x-dev"
1773 }
1774 },
1775 "installation-source": "dist",
1776 "autoload": {
1777 "psr-4": {
1778 "Psr\\Http\\Message\\": "src/"
1779 }
1780 },
1781 "notification-url": "https://packagist.org/downloads/",
1782 "license": [
1783 "MIT"
1784 ],
1785 "authors": [
1786 {
1787 "name": "PHP-FIG",
1788 "homepage": "http://www.php-fig.org/"
1789 }
1790 ],
1791 "description": "Common interfaces for PSR-7 HTTP message factories",
1792 "keywords": [
1793 "factory",
1794 "http",
1795 "message",
1796 "psr",
1797 "psr-17",
1798 "psr-7",
1799 "request",
1800 "response"
1801 ]
1802 },
1803 {
1804 "name": "psr/http-message",
1805 "version": "1.0.1",
1806 "version_normalized": "1.0.1.0",
1807 "source": {
1808 "type": "git",
1809 "url": "https://github.com/php-fig/http-message.git",
1810 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1811 },
1812 "dist": {
1813 "type": "zip",
1814 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1815 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1816 "shasum": ""
1817 },
1818 "require": {
1819 "php": ">=5.3.0"
1820 },
1821 "time": "2016-08-06T14:39:51+00:00",
1822 "type": "library",
1823 "extra": {
1824 "branch-alias": {
1825 "dev-master": "1.0.x-dev"
1826 }
1827 },
1828 "installation-source": "dist",
1829 "autoload": {
1830 "psr-4": {
1831 "Psr\\Http\\Message\\": "src/"
1832 }
1833 },
1834 "notification-url": "https://packagist.org/downloads/",
1835 "license": [
1836 "MIT"
1837 ],
1838 "authors": [
1839 {
1840 "name": "PHP-FIG",
1841 "homepage": "http://www.php-fig.org/"
1842 }
1843 ],
1844 "description": "Common interface for HTTP messages",
1845 "homepage": "https://github.com/php-fig/http-message",
1846 "keywords": [
1847 "http",
1848 "http-message",
1849 "psr",
1850 "psr-7",
1851 "request",
1852 "response"
1853 ]
1854 },
1855 {
1856 "name": "psr/log",
1857 "version": "1.1.4",
1858 "version_normalized": "1.1.4.0",
1859 "source": {
1860 "type": "git",
1861 "url": "https://github.com/php-fig/log.git",
1862 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
1863 },
1864 "dist": {
1865 "type": "zip",
1866 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
1867 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
1868 "shasum": ""
1869 },
1870 "require": {
1871 "php": ">=5.3.0"
1872 },
1873 "time": "2021-05-03T11:20:27+00:00",
1874 "type": "library",
1875 "extra": {
1876 "branch-alias": {
1877 "dev-master": "1.1.x-dev"
1878 }
1879 },
1880 "installation-source": "dist",
1881 "autoload": {
1882 "psr-4": {
1883 "Psr\\Log\\": "Psr/Log/"
1884 }
1885 },
1886 "notification-url": "https://packagist.org/downloads/",
1887 "license": [
1888 "MIT"
1889 ],
1890 "authors": [
1891 {
1892 "name": "PHP-FIG",
1893 "homepage": "https://www.php-fig.org/"
1894 }
1895 ],
1896 "description": "Common interface for logging libraries",
1897 "homepage": "https://github.com/php-fig/log",
1898 "keywords": [
1899 "log",
1900 "psr",
1901 "psr-3"
1902 ]
1903 },
1904 {
1905 "name": "ralouphie/getallheaders",
1906 "version": "3.0.3",
1907 "version_normalized": "3.0.3.0",
1908 "source": {
1909 "type": "git",
1910 "url": "https://github.com/ralouphie/getallheaders.git",
1911 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1912 },
1913 "dist": {
1914 "type": "zip",
1915 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1916 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1917 "shasum": ""
1918 },
1919 "require": {
1920 "php": ">=5.6"
1921 },
1922 "require-dev": {
1923 "php-coveralls/php-coveralls": "^2.1",
1924 "phpunit/phpunit": "^5 || ^6.5"
1925 },
1926 "time": "2019-03-08T08:55:37+00:00",
1927 "type": "library",
1928 "installation-source": "dist",
1929 "autoload": {
1930 "files": [
1931 "src/getallheaders.php"
1932 ]
1933 },
1934 "notification-url": "https://packagist.org/downloads/",
1935 "license": [
1936 "MIT"
1937 ],
1938 "authors": [
1939 {
1940 "name": "Ralph Khattar",
1941 "email": "ralph.khattar@gmail.com"
1942 }
1943 ],
1944 "description": "A polyfill for getallheaders."
1945 },
1946 {
1947 "name": "ramsey/collection",
1948 "version": "1.2.2",
1949 "version_normalized": "1.2.2.0",
1950 "source": {
1951 "type": "git",
1952 "url": "https://github.com/ramsey/collection.git",
1953 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
1954 },
1955 "dist": {
1956 "type": "zip",
1957 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
1958 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
1959 "shasum": ""
1960 },
1961 "require": {
1962 "php": "^7.3 || ^8",
1963 "symfony/polyfill-php81": "^1.23"
1964 },
1965 "require-dev": {
1966 "captainhook/captainhook": "^5.3",
1967 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1968 "ergebnis/composer-normalize": "^2.6",
1969 "fakerphp/faker": "^1.5",
1970 "hamcrest/hamcrest-php": "^2",
1971 "jangregor/phpstan-prophecy": "^0.8",
1972 "mockery/mockery": "^1.3",
1973 "phpspec/prophecy-phpunit": "^2.0",
1974 "phpstan/extension-installer": "^1",
1975 "phpstan/phpstan": "^0.12.32",
1976 "phpstan/phpstan-mockery": "^0.12.5",
1977 "phpstan/phpstan-phpunit": "^0.12.11",
1978 "phpunit/phpunit": "^8.5 || ^9",
1979 "psy/psysh": "^0.10.4",
1980 "slevomat/coding-standard": "^6.3",
1981 "squizlabs/php_codesniffer": "^3.5",
1982 "vimeo/psalm": "^4.4"
1983 },
1984 "time": "2021-10-10T03:01:02+00:00",
1985 "type": "library",
1986 "installation-source": "dist",
1987 "autoload": {
1988 "psr-4": {
1989 "Ramsey\\Collection\\": "src/"
1990 }
1991 },
1992 "notification-url": "https://packagist.org/downloads/",
1993 "license": [
1994 "MIT"
1995 ],
1996 "authors": [
1997 {
1998 "name": "Ben Ramsey",
1999 "email": "ben@benramsey.com",
2000 "homepage": "https://benramsey.com"
2001 }
2002 ],
2003 "description": "A PHP library for representing and manipulating collections.",
2004 "keywords": [
2005 "array",
2006 "collection",
2007 "hash",
2008 "map",
2009 "queue",
2010 "set"
2011 ]
2012 },
2013 {
2014 "name": "ramsey/uuid",
2015 "version": "4.2.3",
2016 "version_normalized": "4.2.3.0",
2017 "source": {
2018 "type": "git",
2019 "url": "https://github.com/ramsey/uuid.git",
2020 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
2021 },
2022 "dist": {
2023 "type": "zip",
2024 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
2025 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
2026 "shasum": ""
2027 },
2028 "require": {
2029 "brick/math": "^0.8 || ^0.9",
2030 "ext-json": "*",
2031 "php": "^7.2 || ^8.0",
2032 "ramsey/collection": "^1.0",
2033 "symfony/polyfill-ctype": "^1.8",
2034 "symfony/polyfill-php80": "^1.14"
2035 },
2036 "replace": {
2037 "rhumsaa/uuid": "self.version"
2038 },
2039 "require-dev": {
2040 "captainhook/captainhook": "^5.10",
2041 "captainhook/plugin-composer": "^5.3",
2042 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2043 "doctrine/annotations": "^1.8",
2044 "ergebnis/composer-normalize": "^2.15",
2045 "mockery/mockery": "^1.3",
2046 "moontoast/math": "^1.1",
2047 "paragonie/random-lib": "^2",
2048 "php-mock/php-mock": "^2.2",
2049 "php-mock/php-mock-mockery": "^1.3",
2050 "php-parallel-lint/php-parallel-lint": "^1.1",
2051 "phpbench/phpbench": "^1.0",
2052 "phpstan/extension-installer": "^1.0",
2053 "phpstan/phpstan": "^0.12",
2054 "phpstan/phpstan-mockery": "^0.12",
2055 "phpstan/phpstan-phpunit": "^0.12",
2056 "phpunit/phpunit": "^8.5 || ^9",
2057 "slevomat/coding-standard": "^7.0",
2058 "squizlabs/php_codesniffer": "^3.5",
2059 "vimeo/psalm": "^4.9"
2060 },
2061 "suggest": {
2062 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
2063 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
2064 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
2065 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
2066 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2067 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2068 },
2069 "time": "2021-09-25T23:10:38+00:00",
2070 "type": "library",
2071 "extra": {
2072 "branch-alias": {
2073 "dev-main": "4.x-dev"
2074 },
2075 "captainhook": {
2076 "force-install": true
2077 }
2078 },
2079 "installation-source": "dist",
2080 "autoload": {
2081 "files": [
2082 "src/functions.php"
2083 ],
2084 "psr-4": {
2085 "Ramsey\\Uuid\\": "src/"
2086 }
2087 },
2088 "notification-url": "https://packagist.org/downloads/",
2089 "license": [
2090 "MIT"
2091 ],
2092 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2093 "keywords": [
2094 "guid",
2095 "identifier",
2096 "uuid"
2097 ]
2098 },
2099 {
2100 "name": "rize/uri-template",
2101 "version": "0.3.4",
2102 "version_normalized": "0.3.4.0",
2103 "source": {
2104 "type": "git",
2105 "url": "https://github.com/rize/UriTemplate.git",
2106 "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8"
2107 },
2108 "dist": {
2109 "type": "zip",
2110 "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2a874863c48d643b9e2e254ab288ec203060a0b8",
2111 "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8",
2112 "shasum": ""
2113 },
2114 "require": {
2115 "php": ">=5.3.0"
2116 },
2117 "require-dev": {
2118 "phpunit/phpunit": "~4.8.36"
2119 },
2120 "time": "2021-10-09T06:30:16+00:00",
2121 "type": "library",
2122 "installation-source": "dist",
2123 "autoload": {
2124 "psr-4": {
2125 "Rize\\": "src/Rize"
2126 }
2127 },
2128 "notification-url": "https://packagist.org/downloads/",
2129 "license": [
2130 "MIT"
2131 ],
2132 "authors": [
2133 {
2134 "name": "Marut K",
2135 "homepage": "http://twitter.com/rezigned"
2136 }
2137 ],
2138 "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
2139 "keywords": [
2140 "RFC 6570",
2141 "template",
2142 "uri"
2143 ]
2144 },
2145 {
2146 "name": "symfony/deprecation-contracts",
2147 "version": "v2.5.2",
2148 "version_normalized": "2.5.2.0",
2149 "source": {
2150 "type": "git",
2151 "url": "https://github.com/symfony/deprecation-contracts.git",
2152 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
2153 },
2154 "dist": {
2155 "type": "zip",
2156 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2157 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2158 "shasum": ""
2159 },
2160 "require": {
2161 "php": ">=7.1"
2162 },
2163 "time": "2022-01-02T09:53:40+00:00",
2164 "type": "library",
2165 "extra": {
2166 "branch-alias": {
2167 "dev-main": "2.5-dev"
2168 },
2169 "thanks": {
2170 "name": "symfony/contracts",
2171 "url": "https://github.com/symfony/contracts"
2172 }
2173 },
2174 "installation-source": "dist",
2175 "autoload": {
2176 "files": [
2177 "function.php"
2178 ]
2179 },
2180 "notification-url": "https://packagist.org/downloads/",
2181 "license": [
2182 "MIT"
2183 ],
2184 "authors": [
2185 {
2186 "name": "Nicolas Grekas",
2187 "email": "p@tchwork.com"
2188 },
2189 {
2190 "name": "Symfony Community",
2191 "homepage": "https://symfony.com/contributors"
2192 }
2193 ],
2194 "description": "A generic function and convention to trigger deprecation notices",
2195 "homepage": "https://symfony.com"
2196 },
2197 {
2198 "name": "symfony/polyfill-ctype",
2199 "version": "v1.26.0",
2200 "version_normalized": "1.26.0.0",
2201 "source": {
2202 "type": "git",
2203 "url": "https://github.com/symfony/polyfill-ctype.git",
2204 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
2205 },
2206 "dist": {
2207 "type": "zip",
2208 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
2209 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
2210 "shasum": ""
2211 },
2212 "require": {
2213 "php": ">=7.1"
2214 },
2215 "provide": {
2216 "ext-ctype": "*"
2217 },
2218 "suggest": {
2219 "ext-ctype": "For best performance"
2220 },
2221 "time": "2022-05-24T11:49:31+00:00",
2222 "type": "library",
2223 "extra": {
2224 "branch-alias": {
2225 "dev-main": "1.26-dev"
2226 },
2227 "thanks": {
2228 "name": "symfony/polyfill",
2229 "url": "https://github.com/symfony/polyfill"
2230 }
2231 },
2232 "installation-source": "dist",
2233 "autoload": {
2234 "files": [
2235 "bootstrap.php"
2236 ],
2237 "psr-4": {
2238 "Symfony\\Polyfill\\Ctype\\": ""
2239 }
2240 },
2241 "notification-url": "https://packagist.org/downloads/",
2242 "license": [
2243 "MIT"
2244 ],
2245 "authors": [
2246 {
2247 "name": "Gert de Pagter",
2248 "email": "BackEndTea@gmail.com"
2249 },
2250 {
2251 "name": "Symfony Community",
2252 "homepage": "https://symfony.com/contributors"
2253 }
2254 ],
2255 "description": "Symfony polyfill for ctype functions",
2256 "homepage": "https://symfony.com",
2257 "keywords": [
2258 "compatibility",
2259 "ctype",
2260 "polyfill",
2261 "portable"
2262 ]
2263 },
2264 {
2265 "name": "symfony/polyfill-php80",
2266 "version": "v1.26.0",
2267 "version_normalized": "1.26.0.0",
2268 "source": {
2269 "type": "git",
2270 "url": "https://github.com/symfony/polyfill-php80.git",
2271 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
2272 },
2273 "dist": {
2274 "type": "zip",
2275 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
2276 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
2277 "shasum": ""
2278 },
2279 "require": {
2280 "php": ">=7.1"
2281 },
2282 "time": "2022-05-10T07:21:04+00:00",
2283 "type": "library",
2284 "extra": {
2285 "branch-alias": {
2286 "dev-main": "1.26-dev"
2287 },
2288 "thanks": {
2289 "name": "symfony/polyfill",
2290 "url": "https://github.com/symfony/polyfill"
2291 }
2292 },
2293 "installation-source": "dist",
2294 "autoload": {
2295 "files": [
2296 "bootstrap.php"
2297 ],
2298 "psr-4": {
2299 "Symfony\\Polyfill\\Php80\\": ""
2300 },
2301 "classmap": [
2302 "Resources/stubs"
2303 ]
2304 },
2305 "notification-url": "https://packagist.org/downloads/",
2306 "license": [
2307 "MIT"
2308 ],
2309 "authors": [
2310 {
2311 "name": "Ion Bazan",
2312 "email": "ion.bazan@gmail.com"
2313 },
2314 {
2315 "name": "Nicolas Grekas",
2316 "email": "p@tchwork.com"
2317 },
2318 {
2319 "name": "Symfony Community",
2320 "homepage": "https://symfony.com/contributors"
2321 }
2322 ],
2323 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2324 "homepage": "https://symfony.com",
2325 "keywords": [
2326 "compatibility",
2327 "polyfill",
2328 "portable",
2329 "shim"
2330 ]
2331 },
2332 {
2333 "name": "symfony/polyfill-php81",
2334 "version": "v1.26.0",
2335 "version_normalized": "1.26.0.0",
2336 "source": {
2337 "type": "git",
2338 "url": "https://github.com/symfony/polyfill-php81.git",
2339 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
2340 },
2341 "dist": {
2342 "type": "zip",
2343 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
2344 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
2345 "shasum": ""
2346 },
2347 "require": {
2348 "php": ">=7.1"
2349 },
2350 "time": "2022-05-24T11:49:31+00:00",
2351 "type": "library",
2352 "extra": {
2353 "branch-alias": {
2354 "dev-main": "1.26-dev"
2355 },
2356 "thanks": {
2357 "name": "symfony/polyfill",
2358 "url": "https://github.com/symfony/polyfill"
2359 }
2360 },
2361 "installation-source": "dist",
2362 "autoload": {
2363 "files": [
2364 "bootstrap.php"
2365 ],
2366 "psr-4": {
2367 "Symfony\\Polyfill\\Php81\\": ""
2368 },
2369 "classmap": [
2370 "Resources/stubs"
2371 ]
2372 },
2373 "notification-url": "https://packagist.org/downloads/",
2374 "license": [
2375 "MIT"
2376 ],
2377 "authors": [
2378 {
2379 "name": "Nicolas Grekas",
2380 "email": "p@tchwork.com"
2381 },
2382 {
2383 "name": "Symfony Community",
2384 "homepage": "https://symfony.com/contributors"
2385 }
2386 ],
2387 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
2388 "homepage": "https://symfony.com",
2389 "keywords": [
2390 "compatibility",
2391 "polyfill",
2392 "portable",
2393 "shim"
2394 ]
2395 }
2396 ]
2397