Call static function statically
[civicrm-core.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "13a9932b926aa601a4f3ac3e39f9a7bf",
8 "packages": [
9 {
10 "name": "adrienrn/php-mimetyper",
11 "version": "0.2.2",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/adrienrn/php-mimetyper.git",
15 "reference": "702e00a604b4baed34d69730ce055e05c0f43932"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/adrienrn/php-mimetyper/zipball/702e00a604b4baed34d69730ce055e05c0f43932",
20 "reference": "702e00a604b4baed34d69730ce055e05c0f43932",
21 "shasum": ""
22 },
23 "require": {
24 "dflydev/apache-mime-types": "^1.0"
25 },
26 "type": "library",
27 "autoload": {
28 "psr-4": {
29 "MimeTyper\\": "src/"
30 }
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "MIT"
35 ],
36 "authors": [
37 {
38 "name": "Hussard",
39 "email": "adrien.ricartnoblet@gmail.com"
40 }
41 ],
42 "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
43 "support": {
44 "issues": "https://github.com/adrienrn/php-mimetyper/issues",
45 "source": "https://github.com/adrienrn/php-mimetyper/tree/0.2.2"
46 },
47 "time": "2018-09-27T09:45:05+00:00"
48 },
49 {
50 "name": "brick/math",
51 "version": "0.9.3",
52 "source": {
53 "type": "git",
54 "url": "https://github.com/brick/math.git",
55 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
56 },
57 "dist": {
58 "type": "zip",
59 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
60 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
61 "shasum": ""
62 },
63 "require": {
64 "ext-json": "*",
65 "php": "^7.1 || ^8.0"
66 },
67 "require-dev": {
68 "php-coveralls/php-coveralls": "^2.2",
69 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
70 "vimeo/psalm": "4.9.2"
71 },
72 "type": "library",
73 "autoload": {
74 "psr-4": {
75 "Brick\\Math\\": "src/"
76 }
77 },
78 "notification-url": "https://packagist.org/downloads/",
79 "license": [
80 "MIT"
81 ],
82 "description": "Arbitrary-precision arithmetic library",
83 "keywords": [
84 "Arbitrary-precision",
85 "BigInteger",
86 "BigRational",
87 "arithmetic",
88 "bigdecimal",
89 "bignum",
90 "brick",
91 "math"
92 ],
93 "support": {
94 "issues": "https://github.com/brick/math/issues",
95 "source": "https://github.com/brick/math/tree/0.9.3"
96 },
97 "funding": [
98 {
99 "url": "https://github.com/BenMorel",
100 "type": "github"
101 },
102 {
103 "url": "https://tidelift.com/funding/github/packagist/brick/math",
104 "type": "tidelift"
105 }
106 ],
107 "time": "2021-08-15T20:50:18+00:00"
108 },
109 {
110 "name": "brick/money",
111 "version": "0.5.3",
112 "source": {
113 "type": "git",
114 "url": "https://github.com/brick/money.git",
115 "reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0"
116 },
117 "dist": {
118 "type": "zip",
119 "url": "https://api.github.com/repos/brick/money/zipball/49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
120 "reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
121 "shasum": ""
122 },
123 "require": {
124 "brick/math": "~0.7.3 || ~0.8.0 || ~0.9.0",
125 "php": "^7.1 || ^8.0"
126 },
127 "require-dev": {
128 "brick/varexporter": "~0.2.1",
129 "ext-dom": "*",
130 "ext-pdo": "*",
131 "php-coveralls/php-coveralls": "^2.2",
132 "phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
133 "vimeo/psalm": "4.9.2"
134 },
135 "suggest": {
136 "ext-intl": "Required to format Money objects"
137 },
138 "type": "library",
139 "autoload": {
140 "psr-4": {
141 "Brick\\Money\\": "src/"
142 }
143 },
144 "notification-url": "https://packagist.org/downloads/",
145 "license": [
146 "MIT"
147 ],
148 "description": "Money and currency library",
149 "keywords": [
150 "brick",
151 "currency",
152 "money"
153 ],
154 "support": {
155 "issues": "https://github.com/brick/money/issues",
156 "source": "https://github.com/brick/money/tree/0.5.3"
157 },
158 "funding": [
159 {
160 "url": "https://github.com/BenMorel",
161 "type": "github"
162 },
163 {
164 "url": "https://tidelift.com/funding/github/packagist/brick/money",
165 "type": "tidelift"
166 }
167 ],
168 "time": "2021-10-10T11:59:43+00:00"
169 },
170 {
171 "name": "cache/integration-tests",
172 "version": "0.17.0",
173 "source": {
174 "type": "git",
175 "url": "https://github.com/php-cache/integration-tests.git",
176 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e"
177 },
178 "dist": {
179 "type": "zip",
180 "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
181 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
182 "shasum": ""
183 },
184 "require": {
185 "cache/tag-interop": "^1.0",
186 "php": ">=5.5.9",
187 "psr/cache": "~1.0"
188 },
189 "conflict": {
190 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
191 },
192 "require-dev": {
193 "cache/cache": "^1.0",
194 "illuminate/cache": "^5.4|^5.5|^5.6",
195 "mockery/mockery": "^1.0",
196 "symfony/cache": "^3.4.31|^4.3.4|^5.0",
197 "symfony/phpunit-bridge": "^5.1",
198 "tedivm/stash": "^0.14"
199 },
200 "type": "library",
201 "autoload": {
202 "psr-4": {
203 "Cache\\IntegrationTests\\": "src/"
204 }
205 },
206 "notification-url": "https://packagist.org/downloads/",
207 "license": [
208 "MIT"
209 ],
210 "authors": [
211 {
212 "name": "Aaron Scherer",
213 "email": "aequasi@gmail.com",
214 "homepage": "https://github.com/aequasi"
215 },
216 {
217 "name": "Tobias Nyholm",
218 "email": "tobias.nyholm@gmail.com",
219 "homepage": "https://github.com/nyholm"
220 }
221 ],
222 "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
223 "homepage": "https://github.com/php-cache/integration-tests",
224 "keywords": [
225 "cache",
226 "psr16",
227 "psr6",
228 "test"
229 ],
230 "support": {
231 "issues": "https://github.com/php-cache/integration-tests/issues",
232 "source": "https://github.com/php-cache/integration-tests/tree/0.17.0"
233 },
234 "time": "2020-11-03T12:52:23+00:00"
235 },
236 {
237 "name": "cache/tag-interop",
238 "version": "1.0.0",
239 "source": {
240 "type": "git",
241 "url": "https://github.com/php-cache/tag-interop.git",
242 "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
243 },
244 "dist": {
245 "type": "zip",
246 "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
247 "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
248 "shasum": ""
249 },
250 "require": {
251 "php": "^5.5 || ^7.0",
252 "psr/cache": "^1.0"
253 },
254 "type": "library",
255 "extra": {
256 "branch-alias": {
257 "dev-master": "2.0-dev"
258 }
259 },
260 "autoload": {
261 "psr-4": {
262 "Cache\\TagInterop\\": ""
263 }
264 },
265 "notification-url": "https://packagist.org/downloads/",
266 "license": [
267 "MIT"
268 ],
269 "authors": [
270 {
271 "name": "Tobias Nyholm",
272 "email": "tobias.nyholm@gmail.com",
273 "homepage": "https://github.com/Nyholm"
274 },
275 {
276 "name": "Nicolas Grekas",
277 "email": "p@tchwork.com",
278 "homepage": "https://github.com/nicolas-grekas"
279 }
280 ],
281 "description": "Framework interoperable interfaces for tags",
282 "homepage": "http://www.php-cache.com/en/latest/",
283 "keywords": [
284 "cache",
285 "psr",
286 "psr6",
287 "tag"
288 ],
289 "support": {
290 "issues": "https://github.com/php-cache/tag-interop/issues",
291 "source": "https://github.com/php-cache/tag-interop/tree/master"
292 },
293 "time": "2017-03-13T09:14:27+00:00"
294 },
295 {
296 "name": "civicrm/civicrm-cxn-rpc",
297 "version": "v0.20.12.01",
298 "source": {
299 "type": "git",
300 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
301 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f"
302 },
303 "dist": {
304 "type": "zip",
305 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/b097258a642dc3e0dd9c264cb75b72d5274cac2f",
306 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f",
307 "shasum": ""
308 },
309 "require": {
310 "phpseclib/phpseclib": "~2.0",
311 "psr/log": "~1.1"
312 },
313 "type": "library",
314 "autoload": {
315 "psr-4": {
316 "Civi\\Cxn\\Rpc\\": "src/"
317 }
318 },
319 "notification-url": "https://packagist.org/downloads/",
320 "license": [
321 "MIT"
322 ],
323 "authors": [
324 {
325 "name": "Tim Otten",
326 "email": "totten@civicrm.org"
327 }
328 ],
329 "description": "RPC library for CiviConnect",
330 "support": {
331 "issues": "https://github.com/civicrm/civicrm-cxn-rpc/issues",
332 "source": "https://github.com/civicrm/civicrm-cxn-rpc/tree/v0.20.12.01"
333 },
334 "time": "2020-12-16T02:35:45+00:00"
335 },
336 {
337 "name": "civicrm/composer-compile-lib",
338 "version": "v0.6",
339 "source": {
340 "type": "git",
341 "url": "https://github.com/civicrm/composer-compile-lib.git",
342 "reference": "8bd52f0d2ba97eaa83853c3cfc37841376f5b903"
343 },
344 "dist": {
345 "type": "zip",
346 "url": "https://api.github.com/repos/civicrm/composer-compile-lib/zipball/8bd52f0d2ba97eaa83853c3cfc37841376f5b903",
347 "reference": "8bd52f0d2ba97eaa83853c3cfc37841376f5b903",
348 "shasum": ""
349 },
350 "require": {
351 "civicrm/composer-compile-plugin": "~0.19 || ~1.0",
352 "padaliyajay/php-autoprefixer": "~1.2",
353 "scssphp/scssphp": "^1.8.1",
354 "symfony/filesystem": "~2.8 || ~3.4 || ~4.0 || ~5.0",
355 "tubalmartin/cssmin": "^4.1"
356 },
357 "type": "library",
358 "extra": {
359 "compile": [
360 {
361 "title": "Generate <comment>CCL</comment> wrapper functions",
362 "run": [
363 "@php-method \\CCL\\Tasks::template"
364 ],
365 "tpl-file": "src/StubsTpl.php",
366 "tpl-items": {
367 "CCL.php": true
368 },
369 "watch-files": [
370 "src/StubsTpl.php",
371 "src/Functions.php"
372 ]
373 }
374 ]
375 },
376 "autoload": {
377 "psr-0": {
378 "CCL": ""
379 },
380 "psr-4": {
381 "CCL\\": [
382 "src/"
383 ]
384 }
385 },
386 "notification-url": "https://packagist.org/downloads/",
387 "license": [
388 "MIT"
389 ],
390 "authors": [
391 {
392 "name": "CiviCRM",
393 "email": "info@civicrm.org"
394 }
395 ],
396 "description": "Small library of compilation helpers",
397 "support": {
398 "issues": "https://github.com/civicrm/composer-compile-lib/issues",
399 "source": "https://github.com/civicrm/composer-compile-lib/tree/v0.6"
400 },
401 "time": "2022-07-22T09:41:59+00:00"
402 },
403 {
404 "name": "civicrm/composer-compile-plugin",
405 "version": "v0.19",
406 "source": {
407 "type": "git",
408 "url": "https://github.com/civicrm/composer-compile-plugin.git",
409 "reference": "496d266d42fddb3d7cdec2d7c46bad3e9495801c"
410 },
411 "dist": {
412 "type": "zip",
413 "url": "https://api.github.com/repos/civicrm/composer-compile-plugin/zipball/496d266d42fddb3d7cdec2d7c46bad3e9495801c",
414 "reference": "496d266d42fddb3d7cdec2d7c46bad3e9495801c",
415 "shasum": ""
416 },
417 "require": {
418 "composer-plugin-api": "^1.1 || ^2.0",
419 "php": ">=7.2",
420 "totten/lurkerlite": "^1.3"
421 },
422 "require-dev": {
423 "composer/composer": "~1.0",
424 "totten/process-helper": "^1.0.1"
425 },
426 "type": "composer-plugin",
427 "extra": {
428 "class": "Civi\\CompilePlugin\\CompilePlugin"
429 },
430 "autoload": {
431 "psr-4": {
432 "Civi\\CompilePlugin\\": "src/"
433 }
434 },
435 "notification-url": "https://packagist.org/downloads/",
436 "license": [
437 "MIT"
438 ],
439 "authors": [
440 {
441 "name": "Tim Otten",
442 "email": "info@civicrm.org"
443 }
444 ],
445 "description": "Define a 'compile' event for all packages in the dependency-graph",
446 "support": {
447 "issues": "https://github.com/civicrm/composer-compile-plugin/issues",
448 "source": "https://github.com/civicrm/composer-compile-plugin/tree/v0.19"
449 },
450 "time": "2022-07-22T09:22:20+00:00"
451 },
452 {
453 "name": "civicrm/composer-downloads-plugin",
454 "version": "v3.0.1",
455 "source": {
456 "type": "git",
457 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
458 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877"
459 },
460 "dist": {
461 "type": "zip",
462 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/3aabb6d259a86158d01829fc2c62a2afb9618877",
463 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877",
464 "shasum": ""
465 },
466 "require": {
467 "composer-plugin-api": "^1.1 || ^2.0",
468 "php": ">=5.6",
469 "togos/gitignore": "~1.1.1"
470 },
471 "require-dev": {
472 "composer/composer": "~1.0 || ~2.0",
473 "friendsofphp/php-cs-fixer": "^2.3",
474 "phpunit/phpunit": "^5.7",
475 "totten/process-helper": "^1.0.1"
476 },
477 "type": "composer-plugin",
478 "extra": {
479 "class": "LastCall\\DownloadsPlugin\\Plugin"
480 },
481 "autoload": {
482 "psr-4": {
483 "LastCall\\DownloadsPlugin\\": "src/"
484 }
485 },
486 "notification-url": "https://packagist.org/downloads/",
487 "license": [
488 "MIT"
489 ],
490 "authors": [
491 {
492 "name": "Rob Bayliss",
493 "email": "rob@lastcallmedia.com"
494 },
495 {
496 "name": "Tim Otten",
497 "email": "totten@civicrm.org"
498 }
499 ],
500 "description": "Composer plugin for downloading additional files within any composer package.",
501 "support": {
502 "source": "https://github.com/civicrm/composer-downloads-plugin/tree/v3.0.1"
503 },
504 "time": "2020-11-02T05:26:23+00:00"
505 },
506 {
507 "name": "cweagans/composer-patches",
508 "version": "1.7.2",
509 "source": {
510 "type": "git",
511 "url": "https://github.com/cweagans/composer-patches.git",
512 "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871"
513 },
514 "dist": {
515 "type": "zip",
516 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e9969cfc0796e6dea9b4e52f77f18e1065212871",
517 "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871",
518 "shasum": ""
519 },
520 "require": {
521 "composer-plugin-api": "^1.0 || ^2.0",
522 "php": ">=5.3.0"
523 },
524 "require-dev": {
525 "composer/composer": "~1.0 || ~2.0",
526 "phpunit/phpunit": "~4.6"
527 },
528 "type": "composer-plugin",
529 "extra": {
530 "class": "cweagans\\Composer\\Patches"
531 },
532 "autoload": {
533 "psr-4": {
534 "cweagans\\Composer\\": "src"
535 }
536 },
537 "notification-url": "https://packagist.org/downloads/",
538 "license": [
539 "BSD-3-Clause"
540 ],
541 "authors": [
542 {
543 "name": "Cameron Eagans",
544 "email": "me@cweagans.net"
545 }
546 ],
547 "description": "Provides a way to patch Composer packages.",
548 "support": {
549 "issues": "https://github.com/cweagans/composer-patches/issues",
550 "source": "https://github.com/cweagans/composer-patches/tree/1.7.2"
551 },
552 "time": "2022-01-25T19:21:20+00:00"
553 },
554 {
555 "name": "dflydev/apache-mime-types",
556 "version": "v1.0.1",
557 "source": {
558 "type": "git",
559 "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
560 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
561 },
562 "dist": {
563 "type": "zip",
564 "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
565 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
566 "shasum": ""
567 },
568 "require": {
569 "php": ">=5.3"
570 },
571 "require-dev": {
572 "twig/twig": "1.*"
573 },
574 "type": "library",
575 "extra": {
576 "branch-alias": {
577 "dev-master": "1.0-dev"
578 }
579 },
580 "autoload": {
581 "psr-0": {
582 "Dflydev\\ApacheMimeTypes": "src"
583 }
584 },
585 "notification-url": "https://packagist.org/downloads/",
586 "license": [
587 "MIT"
588 ],
589 "authors": [
590 {
591 "name": "Dragonfly Development Inc.",
592 "email": "info@dflydev.com",
593 "homepage": "http://dflydev.com"
594 },
595 {
596 "name": "Beau Simensen",
597 "email": "beau@dflydev.com",
598 "homepage": "http://beausimensen.com"
599 }
600 ],
601 "description": "Apache MIME Types",
602 "keywords": [
603 "apache",
604 "mime",
605 "mimetypes"
606 ],
607 "support": {
608 "issues": "https://github.com/dflydev/dflydev-apache-mime-types/issues",
609 "source": "https://github.com/dflydev/dflydev-apache-mime-types/tree/v1.0.1"
610 },
611 "time": "2013-05-14T02:02:01+00:00"
612 },
613 {
614 "name": "dompdf/dompdf",
615 "version": "v2.0.0",
616 "source": {
617 "type": "git",
618 "url": "https://github.com/dompdf/dompdf.git",
619 "reference": "79573d8b8a141ec8a17312515de8740eed014fa9"
620 },
621 "dist": {
622 "type": "zip",
623 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/79573d8b8a141ec8a17312515de8740eed014fa9",
624 "reference": "79573d8b8a141ec8a17312515de8740eed014fa9",
625 "shasum": ""
626 },
627 "require": {
628 "ext-dom": "*",
629 "ext-mbstring": "*",
630 "masterminds/html5": "^2.0",
631 "phenx/php-font-lib": "^0.5.4",
632 "phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
633 "php": "^7.1 || ^8.0"
634 },
635 "require-dev": {
636 "ext-json": "*",
637 "ext-zip": "*",
638 "mockery/mockery": "^1.3",
639 "phpunit/phpunit": "^7.5 || ^8 || ^9",
640 "squizlabs/php_codesniffer": "^3.5"
641 },
642 "suggest": {
643 "ext-gd": "Needed to process images",
644 "ext-gmagick": "Improves image processing performance",
645 "ext-imagick": "Improves image processing performance",
646 "ext-zlib": "Needed for pdf stream compression"
647 },
648 "type": "library",
649 "autoload": {
650 "psr-4": {
651 "Dompdf\\": "src/"
652 },
653 "classmap": [
654 "lib/"
655 ]
656 },
657 "notification-url": "https://packagist.org/downloads/",
658 "license": [
659 "LGPL-2.1"
660 ],
661 "authors": [
662 {
663 "name": "Fabien Ménager",
664 "email": "fabien.menager@gmail.com"
665 },
666 {
667 "name": "Brian Sweeney",
668 "email": "eclecticgeek@gmail.com"
669 },
670 {
671 "name": "Gabriel Bull",
672 "email": "me@gabrielbull.com"
673 }
674 ],
675 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
676 "homepage": "https://github.com/dompdf/dompdf",
677 "support": {
678 "issues": "https://github.com/dompdf/dompdf/issues",
679 "source": "https://github.com/dompdf/dompdf/tree/v2.0.0"
680 },
681 "time": "2022-06-21T21:14:57+00:00"
682 },
683 {
684 "name": "ezyang/htmlpurifier",
685 "version": "v4.14.0",
686 "source": {
687 "type": "git",
688 "url": "https://github.com/ezyang/htmlpurifier.git",
689 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
690 },
691 "dist": {
692 "type": "zip",
693 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
694 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
695 "shasum": ""
696 },
697 "require": {
698 "php": ">=5.2"
699 },
700 "type": "library",
701 "autoload": {
702 "files": [
703 "library/HTMLPurifier.composer.php"
704 ],
705 "psr-0": {
706 "HTMLPurifier": "library/"
707 },
708 "exclude-from-classmap": [
709 "/library/HTMLPurifier/Language/"
710 ]
711 },
712 "notification-url": "https://packagist.org/downloads/",
713 "license": [
714 "LGPL-2.1-or-later"
715 ],
716 "authors": [
717 {
718 "name": "Edward Z. Yang",
719 "email": "admin@htmlpurifier.org",
720 "homepage": "http://ezyang.com"
721 }
722 ],
723 "description": "Standards compliant HTML filter written in PHP",
724 "homepage": "http://htmlpurifier.org/",
725 "keywords": [
726 "html"
727 ],
728 "support": {
729 "issues": "https://github.com/ezyang/htmlpurifier/issues",
730 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
731 },
732 "time": "2021-12-25T01:21:49+00:00"
733 },
734 {
735 "name": "firebase/php-jwt",
736 "version": "v5.2.1",
737 "source": {
738 "type": "git",
739 "url": "https://github.com/firebase/php-jwt.git",
740 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
741 },
742 "dist": {
743 "type": "zip",
744 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
745 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
746 "shasum": ""
747 },
748 "require": {
749 "php": ">=5.3.0"
750 },
751 "require-dev": {
752 "phpunit/phpunit": ">=4.8 <=9"
753 },
754 "type": "library",
755 "autoload": {
756 "psr-4": {
757 "Firebase\\JWT\\": "src"
758 }
759 },
760 "notification-url": "https://packagist.org/downloads/",
761 "license": [
762 "BSD-3-Clause"
763 ],
764 "authors": [
765 {
766 "name": "Neuman Vong",
767 "email": "neuman+pear@twilio.com",
768 "role": "Developer"
769 },
770 {
771 "name": "Anant Narayanan",
772 "email": "anant@php.net",
773 "role": "Developer"
774 }
775 ],
776 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
777 "homepage": "https://github.com/firebase/php-jwt",
778 "keywords": [
779 "jwt",
780 "php"
781 ],
782 "support": {
783 "issues": "https://github.com/firebase/php-jwt/issues",
784 "source": "https://github.com/firebase/php-jwt/tree/v5.2.1"
785 },
786 "time": "2021-02-12T00:02:00+00:00"
787 },
788 {
789 "name": "guzzlehttp/guzzle",
790 "version": "6.5.8",
791 "source": {
792 "type": "git",
793 "url": "https://github.com/guzzle/guzzle.git",
794 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
795 },
796 "dist": {
797 "type": "zip",
798 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
799 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
800 "shasum": ""
801 },
802 "require": {
803 "ext-json": "*",
804 "guzzlehttp/promises": "^1.0",
805 "guzzlehttp/psr7": "^1.9",
806 "php": ">=5.5",
807 "symfony/polyfill-intl-idn": "^1.17"
808 },
809 "require-dev": {
810 "ext-curl": "*",
811 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
812 "psr/log": "^1.1"
813 },
814 "suggest": {
815 "psr/log": "Required for using the Log middleware"
816 },
817 "type": "library",
818 "extra": {
819 "branch-alias": {
820 "dev-master": "6.5-dev"
821 }
822 },
823 "autoload": {
824 "files": [
825 "src/functions_include.php"
826 ],
827 "psr-4": {
828 "GuzzleHttp\\": "src/"
829 }
830 },
831 "notification-url": "https://packagist.org/downloads/",
832 "license": [
833 "MIT"
834 ],
835 "authors": [
836 {
837 "name": "Graham Campbell",
838 "email": "hello@gjcampbell.co.uk",
839 "homepage": "https://github.com/GrahamCampbell"
840 },
841 {
842 "name": "Michael Dowling",
843 "email": "mtdowling@gmail.com",
844 "homepage": "https://github.com/mtdowling"
845 },
846 {
847 "name": "Jeremy Lindblom",
848 "email": "jeremeamia@gmail.com",
849 "homepage": "https://github.com/jeremeamia"
850 },
851 {
852 "name": "George Mponos",
853 "email": "gmponos@gmail.com",
854 "homepage": "https://github.com/gmponos"
855 },
856 {
857 "name": "Tobias Nyholm",
858 "email": "tobias.nyholm@gmail.com",
859 "homepage": "https://github.com/Nyholm"
860 },
861 {
862 "name": "Márk Sági-Kazár",
863 "email": "mark.sagikazar@gmail.com",
864 "homepage": "https://github.com/sagikazarmark"
865 },
866 {
867 "name": "Tobias Schultze",
868 "email": "webmaster@tubo-world.de",
869 "homepage": "https://github.com/Tobion"
870 }
871 ],
872 "description": "Guzzle is a PHP HTTP client library",
873 "homepage": "http://guzzlephp.org/",
874 "keywords": [
875 "client",
876 "curl",
877 "framework",
878 "http",
879 "http client",
880 "rest",
881 "web service"
882 ],
883 "support": {
884 "issues": "https://github.com/guzzle/guzzle/issues",
885 "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
886 },
887 "funding": [
888 {
889 "url": "https://github.com/GrahamCampbell",
890 "type": "github"
891 },
892 {
893 "url": "https://github.com/Nyholm",
894 "type": "github"
895 },
896 {
897 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
898 "type": "tidelift"
899 }
900 ],
901 "time": "2022-06-20T22:16:07+00:00"
902 },
903 {
904 "name": "guzzlehttp/promises",
905 "version": "1.5.1",
906 "source": {
907 "type": "git",
908 "url": "https://github.com/guzzle/promises.git",
909 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
910 },
911 "dist": {
912 "type": "zip",
913 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
914 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
915 "shasum": ""
916 },
917 "require": {
918 "php": ">=5.5"
919 },
920 "require-dev": {
921 "symfony/phpunit-bridge": "^4.4 || ^5.1"
922 },
923 "type": "library",
924 "extra": {
925 "branch-alias": {
926 "dev-master": "1.5-dev"
927 }
928 },
929 "autoload": {
930 "files": [
931 "src/functions_include.php"
932 ],
933 "psr-4": {
934 "GuzzleHttp\\Promise\\": "src/"
935 }
936 },
937 "notification-url": "https://packagist.org/downloads/",
938 "license": [
939 "MIT"
940 ],
941 "authors": [
942 {
943 "name": "Graham Campbell",
944 "email": "hello@gjcampbell.co.uk",
945 "homepage": "https://github.com/GrahamCampbell"
946 },
947 {
948 "name": "Michael Dowling",
949 "email": "mtdowling@gmail.com",
950 "homepage": "https://github.com/mtdowling"
951 },
952 {
953 "name": "Tobias Nyholm",
954 "email": "tobias.nyholm@gmail.com",
955 "homepage": "https://github.com/Nyholm"
956 },
957 {
958 "name": "Tobias Schultze",
959 "email": "webmaster@tubo-world.de",
960 "homepage": "https://github.com/Tobion"
961 }
962 ],
963 "description": "Guzzle promises library",
964 "keywords": [
965 "promise"
966 ],
967 "support": {
968 "issues": "https://github.com/guzzle/promises/issues",
969 "source": "https://github.com/guzzle/promises/tree/1.5.1"
970 },
971 "funding": [
972 {
973 "url": "https://github.com/GrahamCampbell",
974 "type": "github"
975 },
976 {
977 "url": "https://github.com/Nyholm",
978 "type": "github"
979 },
980 {
981 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
982 "type": "tidelift"
983 }
984 ],
985 "time": "2021-10-22T20:56:57+00:00"
986 },
987 {
988 "name": "guzzlehttp/psr7",
989 "version": "1.9.0",
990 "source": {
991 "type": "git",
992 "url": "https://github.com/guzzle/psr7.git",
993 "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"
994 },
995 "dist": {
996 "type": "zip",
997 "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
998 "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
999 "shasum": ""
1000 },
1001 "require": {
1002 "php": ">=5.4.0",
1003 "psr/http-message": "~1.0",
1004 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1005 },
1006 "provide": {
1007 "psr/http-message-implementation": "1.0"
1008 },
1009 "require-dev": {
1010 "ext-zlib": "*",
1011 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
1012 },
1013 "suggest": {
1014 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1015 },
1016 "type": "library",
1017 "extra": {
1018 "branch-alias": {
1019 "dev-master": "1.9-dev"
1020 }
1021 },
1022 "autoload": {
1023 "files": [
1024 "src/functions_include.php"
1025 ],
1026 "psr-4": {
1027 "GuzzleHttp\\Psr7\\": "src/"
1028 }
1029 },
1030 "notification-url": "https://packagist.org/downloads/",
1031 "license": [
1032 "MIT"
1033 ],
1034 "authors": [
1035 {
1036 "name": "Graham Campbell",
1037 "email": "hello@gjcampbell.co.uk",
1038 "homepage": "https://github.com/GrahamCampbell"
1039 },
1040 {
1041 "name": "Michael Dowling",
1042 "email": "mtdowling@gmail.com",
1043 "homepage": "https://github.com/mtdowling"
1044 },
1045 {
1046 "name": "George Mponos",
1047 "email": "gmponos@gmail.com",
1048 "homepage": "https://github.com/gmponos"
1049 },
1050 {
1051 "name": "Tobias Nyholm",
1052 "email": "tobias.nyholm@gmail.com",
1053 "homepage": "https://github.com/Nyholm"
1054 },
1055 {
1056 "name": "Márk Sági-Kazár",
1057 "email": "mark.sagikazar@gmail.com",
1058 "homepage": "https://github.com/sagikazarmark"
1059 },
1060 {
1061 "name": "Tobias Schultze",
1062 "email": "webmaster@tubo-world.de",
1063 "homepage": "https://github.com/Tobion"
1064 }
1065 ],
1066 "description": "PSR-7 message implementation that also provides common utility methods",
1067 "keywords": [
1068 "http",
1069 "message",
1070 "psr-7",
1071 "request",
1072 "response",
1073 "stream",
1074 "uri",
1075 "url"
1076 ],
1077 "support": {
1078 "issues": "https://github.com/guzzle/psr7/issues",
1079 "source": "https://github.com/guzzle/psr7/tree/1.9.0"
1080 },
1081 "funding": [
1082 {
1083 "url": "https://github.com/GrahamCampbell",
1084 "type": "github"
1085 },
1086 {
1087 "url": "https://github.com/Nyholm",
1088 "type": "github"
1089 },
1090 {
1091 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1092 "type": "tidelift"
1093 }
1094 ],
1095 "time": "2022-06-20T21:43:03+00:00"
1096 },
1097 {
1098 "name": "html2text/html2text",
1099 "version": "4.3.1",
1100 "source": {
1101 "type": "git",
1102 "url": "https://github.com/mtibben/html2text.git",
1103 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
1104 },
1105 "dist": {
1106 "type": "zip",
1107 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
1108 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
1109 "shasum": ""
1110 },
1111 "require-dev": {
1112 "phpunit/phpunit": "~4"
1113 },
1114 "suggest": {
1115 "ext-mbstring": "For best performance",
1116 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
1117 },
1118 "type": "library",
1119 "autoload": {
1120 "psr-4": {
1121 "Html2Text\\": [
1122 "src/",
1123 "test/"
1124 ]
1125 }
1126 },
1127 "notification-url": "https://packagist.org/downloads/",
1128 "license": [
1129 "GPL-2.0-or-later"
1130 ],
1131 "description": "Converts HTML to formatted plain text",
1132 "support": {
1133 "issues": "https://github.com/mtibben/html2text/issues",
1134 "source": "https://github.com/mtibben/html2text/tree/4.3.1"
1135 },
1136 "time": "2020-04-16T23:44:31+00:00"
1137 },
1138 {
1139 "name": "laminas/laminas-escaper",
1140 "version": "2.6.1",
1141 "source": {
1142 "type": "git",
1143 "url": "https://github.com/laminas/laminas-escaper.git",
1144 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
1145 },
1146 "dist": {
1147 "type": "zip",
1148 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
1149 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
1150 "shasum": ""
1151 },
1152 "require": {
1153 "laminas/laminas-zendframework-bridge": "^1.0",
1154 "php": "^5.6 || ^7.0"
1155 },
1156 "replace": {
1157 "zendframework/zend-escaper": "self.version"
1158 },
1159 "require-dev": {
1160 "laminas/laminas-coding-standard": "~1.0.0",
1161 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
1162 },
1163 "type": "library",
1164 "extra": {
1165 "branch-alias": {
1166 "dev-master": "2.6.x-dev",
1167 "dev-develop": "2.7.x-dev"
1168 }
1169 },
1170 "autoload": {
1171 "psr-4": {
1172 "Laminas\\Escaper\\": "src/"
1173 }
1174 },
1175 "notification-url": "https://packagist.org/downloads/",
1176 "license": [
1177 "BSD-3-Clause"
1178 ],
1179 "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1180 "homepage": "https://laminas.dev",
1181 "keywords": [
1182 "escaper",
1183 "laminas"
1184 ],
1185 "support": {
1186 "chat": "https://laminas.dev/chat",
1187 "docs": "https://docs.laminas.dev/laminas-escaper/",
1188 "forum": "https://discourse.laminas.dev",
1189 "issues": "https://github.com/laminas/laminas-escaper/issues",
1190 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1191 "source": "https://github.com/laminas/laminas-escaper"
1192 },
1193 "time": "2019-12-31T16:43:30+00:00"
1194 },
1195 {
1196 "name": "laminas/laminas-zendframework-bridge",
1197 "version": "1.1.1",
1198 "source": {
1199 "type": "git",
1200 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
1201 "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
1202 },
1203 "dist": {
1204 "type": "zip",
1205 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
1206 "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
1207 "shasum": ""
1208 },
1209 "require": {
1210 "php": "^5.6 || ^7.0 || ^8.0"
1211 },
1212 "require-dev": {
1213 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
1214 "squizlabs/php_codesniffer": "^3.5"
1215 },
1216 "type": "library",
1217 "extra": {
1218 "laminas": {
1219 "module": "Laminas\\ZendFrameworkBridge"
1220 }
1221 },
1222 "autoload": {
1223 "files": [
1224 "src/autoload.php"
1225 ],
1226 "psr-4": {
1227 "Laminas\\ZendFrameworkBridge\\": "src//"
1228 }
1229 },
1230 "notification-url": "https://packagist.org/downloads/",
1231 "license": [
1232 "BSD-3-Clause"
1233 ],
1234 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
1235 "keywords": [
1236 "ZendFramework",
1237 "autoloading",
1238 "laminas",
1239 "zf"
1240 ],
1241 "support": {
1242 "forum": "https://discourse.laminas.dev/",
1243 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
1244 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
1245 "source": "https://github.com/laminas/laminas-zendframework-bridge"
1246 },
1247 "funding": [
1248 {
1249 "url": "https://funding.communitybridge.org/projects/laminas-project",
1250 "type": "community_bridge"
1251 }
1252 ],
1253 "time": "2020-09-14T14:23:00+00:00"
1254 },
1255 {
1256 "name": "league/csv",
1257 "version": "9.6.2",
1258 "source": {
1259 "type": "git",
1260 "url": "https://github.com/thephpleague/csv.git",
1261 "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e"
1262 },
1263 "dist": {
1264 "type": "zip",
1265 "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e",
1266 "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e",
1267 "shasum": ""
1268 },
1269 "require": {
1270 "ext-json": "*",
1271 "ext-mbstring": "*",
1272 "php": ">=7.2.5"
1273 },
1274 "require-dev": {
1275 "ext-curl": "*",
1276 "ext-dom": "*",
1277 "friendsofphp/php-cs-fixer": "^2.16",
1278 "phpstan/phpstan": "^0.12.0",
1279 "phpstan/phpstan-phpunit": "^0.12.0",
1280 "phpstan/phpstan-strict-rules": "^0.12.0",
1281 "phpunit/phpunit": "^8.5"
1282 },
1283 "suggest": {
1284 "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
1285 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
1286 },
1287 "type": "library",
1288 "extra": {
1289 "branch-alias": {
1290 "dev-master": "9.x-dev"
1291 }
1292 },
1293 "autoload": {
1294 "files": [
1295 "src/functions_include.php"
1296 ],
1297 "psr-4": {
1298 "League\\Csv\\": "src"
1299 }
1300 },
1301 "notification-url": "https://packagist.org/downloads/",
1302 "license": [
1303 "MIT"
1304 ],
1305 "authors": [
1306 {
1307 "name": "Ignace Nyamagana Butera",
1308 "email": "nyamsprod@gmail.com",
1309 "homepage": "https://github.com/nyamsprod/",
1310 "role": "Developer"
1311 }
1312 ],
1313 "description": "CSV data manipulation made easy in PHP",
1314 "homepage": "http://csv.thephpleague.com",
1315 "keywords": [
1316 "convert",
1317 "csv",
1318 "export",
1319 "filter",
1320 "import",
1321 "read",
1322 "transform",
1323 "write"
1324 ],
1325 "support": {
1326 "docs": "https://csv.thephpleague.com",
1327 "issues": "https://github.com/thephpleague/csv/issues",
1328 "rss": "https://github.com/thephpleague/csv/releases.atom",
1329 "source": "https://github.com/thephpleague/csv"
1330 },
1331 "funding": [
1332 {
1333 "url": "https://github.com/sponsors/nyamsprod",
1334 "type": "github"
1335 }
1336 ],
1337 "time": "2020-12-10T19:40:30+00:00"
1338 },
1339 {
1340 "name": "league/oauth2-client",
1341 "version": "2.6.1",
1342 "source": {
1343 "type": "git",
1344 "url": "https://github.com/thephpleague/oauth2-client.git",
1345 "reference": "2334c249907190c132364f5dae0287ab8666aa19"
1346 },
1347 "dist": {
1348 "type": "zip",
1349 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19",
1350 "reference": "2334c249907190c132364f5dae0287ab8666aa19",
1351 "shasum": ""
1352 },
1353 "require": {
1354 "guzzlehttp/guzzle": "^6.0 || ^7.0",
1355 "paragonie/random_compat": "^1 || ^2 || ^9.99",
1356 "php": "^5.6 || ^7.0 || ^8.0"
1357 },
1358 "require-dev": {
1359 "mockery/mockery": "^1.3.5",
1360 "php-parallel-lint/php-parallel-lint": "^1.3.1",
1361 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
1362 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
1363 },
1364 "type": "library",
1365 "extra": {
1366 "branch-alias": {
1367 "dev-2.x": "2.0.x-dev"
1368 }
1369 },
1370 "autoload": {
1371 "psr-4": {
1372 "League\\OAuth2\\Client\\": "src/"
1373 }
1374 },
1375 "notification-url": "https://packagist.org/downloads/",
1376 "license": [
1377 "MIT"
1378 ],
1379 "authors": [
1380 {
1381 "name": "Alex Bilbie",
1382 "email": "hello@alexbilbie.com",
1383 "homepage": "http://www.alexbilbie.com",
1384 "role": "Developer"
1385 },
1386 {
1387 "name": "Woody Gilk",
1388 "homepage": "https://github.com/shadowhand",
1389 "role": "Contributor"
1390 }
1391 ],
1392 "description": "OAuth 2.0 Client Library",
1393 "keywords": [
1394 "Authentication",
1395 "SSO",
1396 "authorization",
1397 "identity",
1398 "idp",
1399 "oauth",
1400 "oauth2",
1401 "single sign on"
1402 ],
1403 "support": {
1404 "issues": "https://github.com/thephpleague/oauth2-client/issues",
1405 "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1"
1406 },
1407 "time": "2021-12-22T16:42:49+00:00"
1408 },
1409 {
1410 "name": "league/oauth2-google",
1411 "version": "3.0.3",
1412 "source": {
1413 "type": "git",
1414 "url": "https://github.com/thephpleague/oauth2-google.git",
1415 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943"
1416 },
1417 "dist": {
1418 "type": "zip",
1419 "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/18d1889897a8b18d85ecadacf74c9274d678d943",
1420 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943",
1421 "shasum": ""
1422 },
1423 "require": {
1424 "league/oauth2-client": "^2.0"
1425 },
1426 "require-dev": {
1427 "eloquent/phony-phpunit": "^2.0",
1428 "php-coveralls/php-coveralls": "^2.1",
1429 "phpunit/phpunit": "^6.0",
1430 "squizlabs/php_codesniffer": "^2.0"
1431 },
1432 "type": "library",
1433 "autoload": {
1434 "psr-4": {
1435 "League\\OAuth2\\Client\\": "src/"
1436 }
1437 },
1438 "notification-url": "https://packagist.org/downloads/",
1439 "license": [
1440 "MIT"
1441 ],
1442 "authors": [
1443 {
1444 "name": "Woody Gilk",
1445 "email": "woody.gilk@gmail.com",
1446 "homepage": "http://shadowhand.me"
1447 }
1448 ],
1449 "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
1450 "keywords": [
1451 "Authentication",
1452 "authorization",
1453 "client",
1454 "google",
1455 "oauth",
1456 "oauth2"
1457 ],
1458 "support": {
1459 "issues": "https://github.com/thephpleague/oauth2-google/issues",
1460 "source": "https://github.com/thephpleague/oauth2-google/tree/3.0.3"
1461 },
1462 "time": "2020-07-24T15:16:12+00:00"
1463 },
1464 {
1465 "name": "maennchen/zipstream-php",
1466 "version": "2.1.0",
1467 "source": {
1468 "type": "git",
1469 "url": "https://github.com/maennchen/ZipStream-PHP.git",
1470 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
1471 },
1472 "dist": {
1473 "type": "zip",
1474 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
1475 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
1476 "shasum": ""
1477 },
1478 "require": {
1479 "myclabs/php-enum": "^1.5",
1480 "php": ">= 7.1",
1481 "psr/http-message": "^1.0",
1482 "symfony/polyfill-mbstring": "^1.0"
1483 },
1484 "require-dev": {
1485 "ext-zip": "*",
1486 "guzzlehttp/guzzle": ">= 6.3",
1487 "mikey179/vfsstream": "^1.6",
1488 "phpunit/phpunit": ">= 7.5"
1489 },
1490 "type": "library",
1491 "autoload": {
1492 "psr-4": {
1493 "ZipStream\\": "src/"
1494 }
1495 },
1496 "notification-url": "https://packagist.org/downloads/",
1497 "license": [
1498 "MIT"
1499 ],
1500 "authors": [
1501 {
1502 "name": "Paul Duncan",
1503 "email": "pabs@pablotron.org"
1504 },
1505 {
1506 "name": "Jonatan Männchen",
1507 "email": "jonatan@maennchen.ch"
1508 },
1509 {
1510 "name": "Jesse Donat",
1511 "email": "donatj@gmail.com"
1512 },
1513 {
1514 "name": "András Kolesár",
1515 "email": "kolesar@kolesar.hu"
1516 }
1517 ],
1518 "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
1519 "keywords": [
1520 "stream",
1521 "zip"
1522 ],
1523 "support": {
1524 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
1525 "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
1526 },
1527 "funding": [
1528 {
1529 "url": "https://opencollective.com/zipstream",
1530 "type": "open_collective"
1531 }
1532 ],
1533 "time": "2020-05-30T13:11:16+00:00"
1534 },
1535 {
1536 "name": "marcj/topsort",
1537 "version": "1.1.0",
1538 "source": {
1539 "type": "git",
1540 "url": "https://github.com/marcj/topsort.php.git",
1541 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
1542 },
1543 "dist": {
1544 "type": "zip",
1545 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1546 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1547 "shasum": ""
1548 },
1549 "require": {
1550 "php": ">=5.4"
1551 },
1552 "require-dev": {
1553 "codeclimate/php-test-reporter": "dev-master",
1554 "phpunit/phpunit": "~4.0",
1555 "symfony/console": "~2.5"
1556 },
1557 "type": "library",
1558 "autoload": {
1559 "psr-4": {
1560 "MJS\\TopSort\\": "src/",
1561 "MJS\\TopSort\\Tests\\": "tests/Tests/"
1562 }
1563 },
1564 "notification-url": "https://packagist.org/downloads/",
1565 "license": [
1566 "MIT"
1567 ],
1568 "authors": [
1569 {
1570 "name": "Marc J. Schmidt",
1571 "email": "marc@marcjschmidt.de"
1572 }
1573 ],
1574 "description": "High-Performance TopSort/Dependency resolving algorithm",
1575 "keywords": [
1576 "dependency resolving",
1577 "topological sort",
1578 "topsort"
1579 ],
1580 "support": {
1581 "issues": "https://github.com/marcj/topsort.php/issues",
1582 "source": "https://github.com/marcj/topsort.php/tree/1.1.0"
1583 },
1584 "time": "2016-11-19T14:58:11+00:00"
1585 },
1586 {
1587 "name": "markbaker/complex",
1588 "version": "2.0.3",
1589 "source": {
1590 "type": "git",
1591 "url": "https://github.com/MarkBaker/PHPComplex.git",
1592 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946"
1593 },
1594 "dist": {
1595 "type": "zip",
1596 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1597 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1598 "shasum": ""
1599 },
1600 "require": {
1601 "php": "^7.2 || ^8.0"
1602 },
1603 "require-dev": {
1604 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1605 "phpcompatibility/php-compatibility": "^9.0",
1606 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1607 "squizlabs/php_codesniffer": "^3.4"
1608 },
1609 "type": "library",
1610 "autoload": {
1611 "files": [
1612 "classes/src/functions/abs.php",
1613 "classes/src/functions/acos.php",
1614 "classes/src/functions/acosh.php",
1615 "classes/src/functions/acot.php",
1616 "classes/src/functions/acoth.php",
1617 "classes/src/functions/acsc.php",
1618 "classes/src/functions/acsch.php",
1619 "classes/src/functions/argument.php",
1620 "classes/src/functions/asec.php",
1621 "classes/src/functions/asech.php",
1622 "classes/src/functions/asin.php",
1623 "classes/src/functions/asinh.php",
1624 "classes/src/functions/atan.php",
1625 "classes/src/functions/atanh.php",
1626 "classes/src/functions/conjugate.php",
1627 "classes/src/functions/cos.php",
1628 "classes/src/functions/cosh.php",
1629 "classes/src/functions/cot.php",
1630 "classes/src/functions/coth.php",
1631 "classes/src/functions/csc.php",
1632 "classes/src/functions/csch.php",
1633 "classes/src/functions/exp.php",
1634 "classes/src/functions/inverse.php",
1635 "classes/src/functions/ln.php",
1636 "classes/src/functions/log2.php",
1637 "classes/src/functions/log10.php",
1638 "classes/src/functions/negative.php",
1639 "classes/src/functions/pow.php",
1640 "classes/src/functions/rho.php",
1641 "classes/src/functions/sec.php",
1642 "classes/src/functions/sech.php",
1643 "classes/src/functions/sin.php",
1644 "classes/src/functions/sinh.php",
1645 "classes/src/functions/sqrt.php",
1646 "classes/src/functions/tan.php",
1647 "classes/src/functions/tanh.php",
1648 "classes/src/functions/theta.php",
1649 "classes/src/operations/add.php",
1650 "classes/src/operations/subtract.php",
1651 "classes/src/operations/multiply.php",
1652 "classes/src/operations/divideby.php",
1653 "classes/src/operations/divideinto.php"
1654 ],
1655 "psr-4": {
1656 "Complex\\": "classes/src/"
1657 }
1658 },
1659 "notification-url": "https://packagist.org/downloads/",
1660 "license": [
1661 "MIT"
1662 ],
1663 "authors": [
1664 {
1665 "name": "Mark Baker",
1666 "email": "mark@lange.demon.co.uk"
1667 }
1668 ],
1669 "description": "PHP Class for working with complex numbers",
1670 "homepage": "https://github.com/MarkBaker/PHPComplex",
1671 "keywords": [
1672 "complex",
1673 "mathematics"
1674 ],
1675 "support": {
1676 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
1677 "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3"
1678 },
1679 "time": "2021-06-02T09:44:11+00:00"
1680 },
1681 {
1682 "name": "markbaker/matrix",
1683 "version": "2.1.3",
1684 "source": {
1685 "type": "git",
1686 "url": "https://github.com/MarkBaker/PHPMatrix.git",
1687 "reference": "174395a901b5ba0925f1d790fa91bab531074b61"
1688 },
1689 "dist": {
1690 "type": "zip",
1691 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61",
1692 "reference": "174395a901b5ba0925f1d790fa91bab531074b61",
1693 "shasum": ""
1694 },
1695 "require": {
1696 "php": "^7.1 || ^8.0"
1697 },
1698 "require-dev": {
1699 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1700 "phpcompatibility/php-compatibility": "^9.0",
1701 "phpdocumentor/phpdocumentor": "2.*",
1702 "phploc/phploc": "^4.0",
1703 "phpmd/phpmd": "2.*",
1704 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1705 "sebastian/phpcpd": "^4.0",
1706 "squizlabs/php_codesniffer": "^3.4"
1707 },
1708 "type": "library",
1709 "autoload": {
1710 "files": [
1711 "classes/src/Functions/adjoint.php",
1712 "classes/src/Functions/antidiagonal.php",
1713 "classes/src/Functions/cofactors.php",
1714 "classes/src/Functions/determinant.php",
1715 "classes/src/Functions/diagonal.php",
1716 "classes/src/Functions/identity.php",
1717 "classes/src/Functions/inverse.php",
1718 "classes/src/Functions/minors.php",
1719 "classes/src/Functions/trace.php",
1720 "classes/src/Functions/transpose.php",
1721 "classes/src/Operations/add.php",
1722 "classes/src/Operations/directsum.php",
1723 "classes/src/Operations/subtract.php",
1724 "classes/src/Operations/multiply.php",
1725 "classes/src/Operations/divideby.php",
1726 "classes/src/Operations/divideinto.php"
1727 ],
1728 "psr-4": {
1729 "Matrix\\": "classes/src/"
1730 }
1731 },
1732 "notification-url": "https://packagist.org/downloads/",
1733 "license": [
1734 "MIT"
1735 ],
1736 "authors": [
1737 {
1738 "name": "Mark Baker",
1739 "email": "mark@demon-angel.eu"
1740 }
1741 ],
1742 "description": "PHP Class for working with matrices",
1743 "homepage": "https://github.com/MarkBaker/PHPMatrix",
1744 "keywords": [
1745 "mathematics",
1746 "matrix",
1747 "vector"
1748 ],
1749 "support": {
1750 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
1751 "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3"
1752 },
1753 "time": "2021-05-25T15:42:17+00:00"
1754 },
1755 {
1756 "name": "masterminds/html5",
1757 "version": "2.7.5",
1758 "source": {
1759 "type": "git",
1760 "url": "https://github.com/Masterminds/html5-php.git",
1761 "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab"
1762 },
1763 "dist": {
1764 "type": "zip",
1765 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab",
1766 "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab",
1767 "shasum": ""
1768 },
1769 "require": {
1770 "ext-ctype": "*",
1771 "ext-dom": "*",
1772 "ext-libxml": "*",
1773 "php": ">=5.3.0"
1774 },
1775 "require-dev": {
1776 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
1777 },
1778 "type": "library",
1779 "extra": {
1780 "branch-alias": {
1781 "dev-master": "2.7-dev"
1782 }
1783 },
1784 "autoload": {
1785 "psr-4": {
1786 "Masterminds\\": "src"
1787 }
1788 },
1789 "notification-url": "https://packagist.org/downloads/",
1790 "license": [
1791 "MIT"
1792 ],
1793 "authors": [
1794 {
1795 "name": "Matt Butcher",
1796 "email": "technosophos@gmail.com"
1797 },
1798 {
1799 "name": "Matt Farina",
1800 "email": "matt@mattfarina.com"
1801 },
1802 {
1803 "name": "Asmir Mustafic",
1804 "email": "goetas@gmail.com"
1805 }
1806 ],
1807 "description": "An HTML5 parser and serializer.",
1808 "homepage": "http://masterminds.github.io/html5-php",
1809 "keywords": [
1810 "HTML5",
1811 "dom",
1812 "html",
1813 "parser",
1814 "querypath",
1815 "serializer",
1816 "xml"
1817 ],
1818 "support": {
1819 "issues": "https://github.com/Masterminds/html5-php/issues",
1820 "source": "https://github.com/Masterminds/html5-php/tree/2.7.5"
1821 },
1822 "time": "2021-07-01T14:25:37+00:00"
1823 },
1824 {
1825 "name": "myclabs/php-enum",
1826 "version": "1.7.7",
1827 "source": {
1828 "type": "git",
1829 "url": "https://github.com/myclabs/php-enum.git",
1830 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
1831 },
1832 "dist": {
1833 "type": "zip",
1834 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
1835 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
1836 "shasum": ""
1837 },
1838 "require": {
1839 "ext-json": "*",
1840 "php": ">=7.1"
1841 },
1842 "require-dev": {
1843 "phpunit/phpunit": "^7",
1844 "squizlabs/php_codesniffer": "1.*",
1845 "vimeo/psalm": "^3.8"
1846 },
1847 "type": "library",
1848 "autoload": {
1849 "psr-4": {
1850 "MyCLabs\\Enum\\": "src/"
1851 }
1852 },
1853 "notification-url": "https://packagist.org/downloads/",
1854 "license": [
1855 "MIT"
1856 ],
1857 "authors": [
1858 {
1859 "name": "PHP Enum contributors",
1860 "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
1861 }
1862 ],
1863 "description": "PHP Enum implementation",
1864 "homepage": "http://github.com/myclabs/php-enum",
1865 "keywords": [
1866 "enum"
1867 ],
1868 "support": {
1869 "issues": "https://github.com/myclabs/php-enum/issues",
1870 "source": "https://github.com/myclabs/php-enum/tree/1.7.7"
1871 },
1872 "funding": [
1873 {
1874 "url": "https://github.com/mnapoli",
1875 "type": "github"
1876 },
1877 {
1878 "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
1879 "type": "tidelift"
1880 }
1881 ],
1882 "time": "2020-11-14T18:14:52+00:00"
1883 },
1884 {
1885 "name": "padaliyajay/php-autoprefixer",
1886 "version": "1.3",
1887 "source": {
1888 "type": "git",
1889 "url": "https://github.com/padaliyajay/php-autoprefixer.git",
1890 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430"
1891 },
1892 "dist": {
1893 "type": "zip",
1894 "url": "https://api.github.com/repos/padaliyajay/php-autoprefixer/zipball/f05f374f0c1e463db62209613f52b38bf4b52430",
1895 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430",
1896 "shasum": ""
1897 },
1898 "require": {
1899 "sabberworm/php-css-parser": "*"
1900 },
1901 "type": "library",
1902 "autoload": {
1903 "psr-4": {
1904 "Padaliyajay\\PHPAutoprefixer\\": "src"
1905 }
1906 },
1907 "notification-url": "https://packagist.org/downloads/",
1908 "license": [
1909 "MIT"
1910 ],
1911 "authors": [
1912 {
1913 "name": "Jay padaliya"
1914 }
1915 ],
1916 "description": "CSS Autoprefixer written in pure PHP.",
1917 "support": {
1918 "issues": "https://github.com/padaliyajay/php-autoprefixer/issues",
1919 "source": "https://github.com/padaliyajay/php-autoprefixer/tree/1.3"
1920 },
1921 "time": "2019-11-26T09:55:37+00:00"
1922 },
1923 {
1924 "name": "paragonie/random_compat",
1925 "version": "v9.99.100",
1926 "source": {
1927 "type": "git",
1928 "url": "https://github.com/paragonie/random_compat.git",
1929 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1930 },
1931 "dist": {
1932 "type": "zip",
1933 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1934 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1935 "shasum": ""
1936 },
1937 "require": {
1938 "php": ">= 7"
1939 },
1940 "require-dev": {
1941 "phpunit/phpunit": "4.*|5.*",
1942 "vimeo/psalm": "^1"
1943 },
1944 "suggest": {
1945 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1946 },
1947 "type": "library",
1948 "notification-url": "https://packagist.org/downloads/",
1949 "license": [
1950 "MIT"
1951 ],
1952 "authors": [
1953 {
1954 "name": "Paragon Initiative Enterprises",
1955 "email": "security@paragonie.com",
1956 "homepage": "https://paragonie.com"
1957 }
1958 ],
1959 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1960 "keywords": [
1961 "csprng",
1962 "polyfill",
1963 "pseudorandom",
1964 "random"
1965 ],
1966 "support": {
1967 "email": "info@paragonie.com",
1968 "issues": "https://github.com/paragonie/random_compat/issues",
1969 "source": "https://github.com/paragonie/random_compat"
1970 },
1971 "time": "2020-10-15T08:29:30+00:00"
1972 },
1973 {
1974 "name": "pear/auth_sasl",
1975 "version": "v1.1.0",
1976 "source": {
1977 "type": "git",
1978 "url": "https://github.com/pear/Auth_SASL.git",
1979 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
1980 },
1981 "dist": {
1982 "type": "zip",
1983 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1984 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1985 "shasum": ""
1986 },
1987 "require": {
1988 "pear/pear_exception": "@stable"
1989 },
1990 "require-dev": {
1991 "phpunit/phpunit": "@stable"
1992 },
1993 "type": "library",
1994 "autoload": {
1995 "psr-0": {
1996 "Auth": "./"
1997 }
1998 },
1999 "notification-url": "https://packagist.org/downloads/",
2000 "include-path": [
2001 "./"
2002 ],
2003 "license": [
2004 "BSD"
2005 ],
2006 "authors": [
2007 {
2008 "name": "Anish Mistry",
2009 "email": "amistry@am-productions.biz",
2010 "role": "Lead"
2011 },
2012 {
2013 "name": "Richard Heyes",
2014 "email": "richard@php.net",
2015 "role": "Lead"
2016 },
2017 {
2018 "name": "Michael Bretterklieber",
2019 "email": "michael@bretterklieber.com",
2020 "role": "Lead"
2021 }
2022 ],
2023 "description": "Abstraction of various SASL mechanism responses",
2024 "support": {
2025 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Auth_SASL",
2026 "source": "https://github.com/pear/Auth_SASL"
2027 },
2028 "time": "2017-03-07T14:37:05+00:00"
2029 },
2030 {
2031 "name": "pear/console_getopt",
2032 "version": "v1.4.3",
2033 "source": {
2034 "type": "git",
2035 "url": "https://github.com/pear/Console_Getopt.git",
2036 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
2037 },
2038 "dist": {
2039 "type": "zip",
2040 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
2041 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
2042 "shasum": ""
2043 },
2044 "type": "library",
2045 "autoload": {
2046 "psr-0": {
2047 "Console": "./"
2048 }
2049 },
2050 "notification-url": "https://packagist.org/downloads/",
2051 "include-path": [
2052 "./"
2053 ],
2054 "license": [
2055 "BSD-2-Clause"
2056 ],
2057 "authors": [
2058 {
2059 "name": "Andrei Zmievski",
2060 "email": "andrei@php.net",
2061 "role": "Lead"
2062 },
2063 {
2064 "name": "Stig Bakken",
2065 "email": "stig@php.net",
2066 "role": "Developer"
2067 },
2068 {
2069 "name": "Greg Beaver",
2070 "email": "cellog@php.net",
2071 "role": "Helper"
2072 }
2073 ],
2074 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
2075 "support": {
2076 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
2077 "source": "https://github.com/pear/Console_Getopt"
2078 },
2079 "time": "2019-11-20T18:27:48+00:00"
2080 },
2081 {
2082 "name": "pear/db",
2083 "version": "v1.11.0",
2084 "source": {
2085 "type": "git",
2086 "url": "https://github.com/pear/DB.git",
2087 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21"
2088 },
2089 "dist": {
2090 "type": "zip",
2091 "url": "https://api.github.com/repos/pear/DB/zipball/7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
2092 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
2093 "shasum": ""
2094 },
2095 "require": {
2096 "pear/pear-core-minimal": "*"
2097 },
2098 "type": "library",
2099 "autoload": {
2100 "psr-0": {
2101 "DB": "./"
2102 }
2103 },
2104 "notification-url": "https://packagist.org/downloads/",
2105 "include-path": [
2106 "./"
2107 ],
2108 "license": [
2109 "PHP-3.01"
2110 ],
2111 "authors": [
2112 {
2113 "name": "Daniel Convissor",
2114 "email": "danielc@php.net",
2115 "role": "Lead"
2116 },
2117 {
2118 "name": "Adam Harvey",
2119 "email": "aharvey@php.net",
2120 "role": "Lead"
2121 },
2122 {
2123 "name": "Stig Bakken",
2124 "email": "stig@php.net",
2125 "role": "Developer"
2126 },
2127 {
2128 "name": "Tomas V.V.Cox",
2129 "email": "cox@idecnet.com",
2130 "role": "Developer"
2131 }
2132 ],
2133 "description": "More info available on: http://pear.php.net/package/DB",
2134 "support": {
2135 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=DB",
2136 "source": "https://github.com/pear/DB"
2137 },
2138 "time": "2021-08-11T00:24:34+00:00"
2139 },
2140 {
2141 "name": "pear/log",
2142 "version": "1.13.3",
2143 "source": {
2144 "type": "git",
2145 "url": "https://github.com/pear/Log.git",
2146 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3"
2147 },
2148 "dist": {
2149 "type": "zip",
2150 "url": "https://api.github.com/repos/pear/Log/zipball/21af0be11669194d72d88b5ee9d5f176dc75d9a3",
2151 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3",
2152 "shasum": ""
2153 },
2154 "require": {
2155 "pear/pear_exception": "1.0.1 || 1.0.2",
2156 "php": ">5.2"
2157 },
2158 "require-dev": {
2159 "phpunit/phpunit": "*"
2160 },
2161 "suggest": {
2162 "pear/db": "Install optionally via your project's composer.json"
2163 },
2164 "type": "library",
2165 "autoload": {
2166 "psr-0": {
2167 "Log": "./"
2168 },
2169 "exclude-from-classmap": [
2170 "/examples/"
2171 ]
2172 },
2173 "notification-url": "https://packagist.org/downloads/",
2174 "include-path": [
2175 ""
2176 ],
2177 "license": [
2178 "MIT"
2179 ],
2180 "authors": [
2181 {
2182 "name": "Jon Parise",
2183 "email": "jon@php.net",
2184 "homepage": "http://www.indelible.org",
2185 "role": "Developer"
2186 }
2187 ],
2188 "description": "PEAR Logging Framework",
2189 "homepage": "http://pear.github.io/Log/",
2190 "keywords": [
2191 "log",
2192 "logging"
2193 ],
2194 "support": {
2195 "issues": "https://github.com/pear/Log/issues",
2196 "source": "https://github.com/pear/Log"
2197 },
2198 "time": "2021-05-04T23:51:30+00:00"
2199 },
2200 {
2201 "name": "pear/mail",
2202 "version": "v1.4.1",
2203 "source": {
2204 "type": "git",
2205 "url": "https://github.com/pear/Mail.git",
2206 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
2207 },
2208 "dist": {
2209 "type": "zip",
2210 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
2211 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
2212 "shasum": ""
2213 },
2214 "require": {
2215 "pear/pear-core-minimal": "~1.9",
2216 "php": ">=5.2.1"
2217 },
2218 "require-dev": {
2219 "pear/pear": "*"
2220 },
2221 "suggest": {
2222 "pear/net_smtp": "Install optionally via your project's composer.json"
2223 },
2224 "type": "library",
2225 "autoload": {
2226 "psr-0": {
2227 "Mail": "./"
2228 }
2229 },
2230 "notification-url": "https://packagist.org/downloads/",
2231 "include-path": [
2232 "./"
2233 ],
2234 "license": [
2235 "BSD-2-Clause"
2236 ],
2237 "authors": [
2238 {
2239 "name": "Chuck Hagenbuch",
2240 "email": "chuck@horde.org",
2241 "role": "Lead"
2242 },
2243 {
2244 "name": "Richard Heyes",
2245 "email": "richard@phpguru.org",
2246 "role": "Developer"
2247 },
2248 {
2249 "name": "Aleksander Machniak",
2250 "email": "alec@alec.pl",
2251 "role": "Developer"
2252 }
2253 ],
2254 "description": "Class that provides multiple interfaces for sending emails.",
2255 "homepage": "http://pear.php.net/package/Mail",
2256 "support": {
2257 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail",
2258 "source": "https://github.com/pear/Mail"
2259 },
2260 "time": "2017-04-11T17:27:29+00:00"
2261 },
2262 {
2263 "name": "pear/mail_mime",
2264 "version": "1.10.11",
2265 "source": {
2266 "type": "git",
2267 "url": "https://github.com/pear/Mail_Mime.git",
2268 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14"
2269 },
2270 "dist": {
2271 "type": "zip",
2272 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/d4fb9ce61201593d0f8c6db629c45e29c3409c14",
2273 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14",
2274 "shasum": ""
2275 },
2276 "require": {
2277 "pear/pear-core-minimal": "*",
2278 "php": ">=5.2.0"
2279 },
2280 "type": "library",
2281 "autoload": {
2282 "psr-0": {
2283 "Mail": "./"
2284 }
2285 },
2286 "notification-url": "https://packagist.org/downloads/",
2287 "include-path": [
2288 "./"
2289 ],
2290 "license": [
2291 "BSD-3-Clause"
2292 ],
2293 "authors": [
2294 {
2295 "name": "Cipriano Groenendal",
2296 "email": "cipri@php.net",
2297 "role": "Lead"
2298 },
2299 {
2300 "name": "Aleksander Machniak",
2301 "email": "alec@php.net",
2302 "role": "Lead"
2303 }
2304 ],
2305 "description": "Mail_Mime provides classes to create MIME messages",
2306 "homepage": "http://pear.php.net/package/Mail_Mime",
2307 "support": {
2308 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
2309 "source": "https://github.com/pear/Mail_Mime"
2310 },
2311 "time": "2021-09-05T08:42:45+00:00"
2312 },
2313 {
2314 "name": "pear/net_smtp",
2315 "version": "1.10.0",
2316 "source": {
2317 "type": "git",
2318 "url": "https://github.com/pear/Net_SMTP.git",
2319 "reference": "51e5997b711fbd1e5a9a075634d4d682168537fa"
2320 },
2321 "dist": {
2322 "type": "zip",
2323 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/51e5997b711fbd1e5a9a075634d4d682168537fa",
2324 "reference": "51e5997b711fbd1e5a9a075634d4d682168537fa",
2325 "shasum": ""
2326 },
2327 "require": {
2328 "pear/net_socket": "@stable",
2329 "pear/pear-core-minimal": "@stable",
2330 "php": ">=5.4.0"
2331 },
2332 "require-dev": {
2333 "phpunit/phpunit": "*"
2334 },
2335 "suggest": {
2336 "pear/auth_sasl": "Install optionally via your project's composer.json"
2337 },
2338 "type": "library",
2339 "autoload": {
2340 "psr-0": {
2341 "Net": "./"
2342 }
2343 },
2344 "notification-url": "https://packagist.org/downloads/",
2345 "include-path": [
2346 "./"
2347 ],
2348 "license": [
2349 "BSD-2-Clause"
2350 ],
2351 "authors": [
2352 {
2353 "name": "Jon Parise",
2354 "email": "jon@php.net",
2355 "homepage": "https://www.indelible.org",
2356 "role": "Lead"
2357 },
2358 {
2359 "name": "Chuck Hagenbuch",
2360 "email": "chuck@horde.org",
2361 "role": "Lead"
2362 }
2363 ],
2364 "description": "An implementation of the SMTP protocol",
2365 "homepage": "https://pear.github.io/Net_SMTP/",
2366 "keywords": [
2367 "email",
2368 "mail",
2369 "smtp"
2370 ],
2371 "support": {
2372 "issues": "https://github.com/pear/Net_SMTP/issues",
2373 "source": "https://github.com/pear/Net_SMTP"
2374 },
2375 "time": "2021-03-19T18:39:42+00:00"
2376 },
2377 {
2378 "name": "pear/net_socket",
2379 "version": "1.0.14",
2380 "source": {
2381 "type": "git",
2382 "url": "https://github.com/pear/Net_Socket.git",
2383 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
2384 },
2385 "dist": {
2386 "type": "zip",
2387 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
2388 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
2389 "shasum": ""
2390 },
2391 "require": {
2392 "pear/pear_exception": "*"
2393 },
2394 "require-dev": {
2395 "phpunit/phpunit": "*"
2396 },
2397 "type": "library",
2398 "autoload": {
2399 "psr-0": {
2400 "Net": "./"
2401 }
2402 },
2403 "notification-url": "https://packagist.org/downloads/",
2404 "include-path": [
2405 "./"
2406 ],
2407 "license": [
2408 "PHP License"
2409 ],
2410 "authors": [
2411 {
2412 "name": "Chuck Hagenbuch",
2413 "email": "chuck@horde.org",
2414 "role": "Lead"
2415 },
2416 {
2417 "name": "Aleksander Machniak",
2418 "email": "alec@php.net",
2419 "role": "Lead"
2420 },
2421 {
2422 "name": "Stig Bakken",
2423 "email": "stig@php.net",
2424 "role": "Lead"
2425 }
2426 ],
2427 "description": "More info available on: http://pear.php.net/package/Net_Socket",
2428 "support": {
2429 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Socket",
2430 "source": "https://github.com/pear/Net_Socket"
2431 },
2432 "time": "2014-02-20T19:27:06+00:00"
2433 },
2434 {
2435 "name": "pear/pear-core-minimal",
2436 "version": "v1.10.11",
2437 "source": {
2438 "type": "git",
2439 "url": "https://github.com/pear/pear-core-minimal.git",
2440 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
2441 },
2442 "dist": {
2443 "type": "zip",
2444 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
2445 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
2446 "shasum": ""
2447 },
2448 "require": {
2449 "pear/console_getopt": "~1.4",
2450 "pear/pear_exception": "~1.0"
2451 },
2452 "replace": {
2453 "rsky/pear-core-min": "self.version"
2454 },
2455 "type": "library",
2456 "autoload": {
2457 "psr-0": {
2458 "": "src/"
2459 }
2460 },
2461 "notification-url": "https://packagist.org/downloads/",
2462 "include-path": [
2463 "src/"
2464 ],
2465 "license": [
2466 "BSD-3-Clause"
2467 ],
2468 "authors": [
2469 {
2470 "name": "Christian Weiske",
2471 "email": "cweiske@php.net",
2472 "role": "Lead"
2473 }
2474 ],
2475 "description": "Minimal set of PEAR core files to be used as composer dependency",
2476 "support": {
2477 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
2478 "source": "https://github.com/pear/pear-core-minimal"
2479 },
2480 "time": "2021-08-10T22:31:03+00:00"
2481 },
2482 {
2483 "name": "pear/pear_exception",
2484 "version": "v1.0.2",
2485 "source": {
2486 "type": "git",
2487 "url": "https://github.com/pear/PEAR_Exception.git",
2488 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
2489 },
2490 "dist": {
2491 "type": "zip",
2492 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
2493 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
2494 "shasum": ""
2495 },
2496 "require": {
2497 "php": ">=5.2.0"
2498 },
2499 "require-dev": {
2500 "phpunit/phpunit": "<9"
2501 },
2502 "type": "class",
2503 "extra": {
2504 "branch-alias": {
2505 "dev-master": "1.0.x-dev"
2506 }
2507 },
2508 "autoload": {
2509 "classmap": [
2510 "PEAR/"
2511 ]
2512 },
2513 "notification-url": "https://packagist.org/downloads/",
2514 "include-path": [
2515 "."
2516 ],
2517 "license": [
2518 "BSD-2-Clause"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Helgi Thormar",
2523 "email": "dufuz@php.net"
2524 },
2525 {
2526 "name": "Greg Beaver",
2527 "email": "cellog@php.net"
2528 }
2529 ],
2530 "description": "The PEAR Exception base class.",
2531 "homepage": "https://github.com/pear/PEAR_Exception",
2532 "keywords": [
2533 "exception"
2534 ],
2535 "support": {
2536 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
2537 "source": "https://github.com/pear/PEAR_Exception"
2538 },
2539 "time": "2021-03-21T15:43:46+00:00"
2540 },
2541 {
2542 "name": "pear/validate_finance_creditcard",
2543 "version": "0.7.0",
2544 "source": {
2545 "type": "git",
2546 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
2547 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9"
2548 },
2549 "dist": {
2550 "type": "zip",
2551 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/f138fb80b2305c1fe7ca33216b895b868396f1e9",
2552 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9",
2553 "shasum": ""
2554 },
2555 "require": {
2556 "pear/pear_exception": "*",
2557 "php": ">=5.2.1"
2558 },
2559 "require-dev": {
2560 "phpunit/phpunit": "*"
2561 },
2562 "type": "library",
2563 "autoload": {
2564 "psr-0": {
2565 "Validate": "./"
2566 }
2567 },
2568 "notification-url": "https://packagist.org/downloads/",
2569 "include-path": [
2570 "./"
2571 ],
2572 "license": [
2573 "New BSD"
2574 ],
2575 "authors": [
2576 {
2577 "name": "Philippe Jausions",
2578 "email": "Philippe.Jausions@11abacus.com",
2579 "role": "Lead"
2580 }
2581 ],
2582 "description": "Validation class for credit cards.",
2583 "support": {
2584 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_Finance_CreditCard",
2585 "source": "https://github.com/pear/Validate_Finance_CreditCard"
2586 },
2587 "time": "2021-05-19T22:03:15+00:00"
2588 },
2589 {
2590 "name": "phenx/php-font-lib",
2591 "version": "0.5.4",
2592 "source": {
2593 "type": "git",
2594 "url": "https://github.com/dompdf/php-font-lib.git",
2595 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
2596 },
2597 "dist": {
2598 "type": "zip",
2599 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
2600 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
2601 "shasum": ""
2602 },
2603 "require": {
2604 "ext-mbstring": "*"
2605 },
2606 "require-dev": {
2607 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
2608 },
2609 "type": "library",
2610 "autoload": {
2611 "psr-4": {
2612 "FontLib\\": "src/FontLib"
2613 }
2614 },
2615 "notification-url": "https://packagist.org/downloads/",
2616 "license": [
2617 "LGPL-3.0"
2618 ],
2619 "authors": [
2620 {
2621 "name": "Fabien Ménager",
2622 "email": "fabien.menager@gmail.com"
2623 }
2624 ],
2625 "description": "A library to read, parse, export and make subsets of different types of font files.",
2626 "homepage": "https://github.com/PhenX/php-font-lib",
2627 "support": {
2628 "issues": "https://github.com/dompdf/php-font-lib/issues",
2629 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
2630 },
2631 "time": "2021-12-17T19:44:54+00:00"
2632 },
2633 {
2634 "name": "phenx/php-svg-lib",
2635 "version": "0.4.1",
2636 "source": {
2637 "type": "git",
2638 "url": "https://github.com/dompdf/php-svg-lib.git",
2639 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
2640 },
2641 "dist": {
2642 "type": "zip",
2643 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
2644 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
2645 "shasum": ""
2646 },
2647 "require": {
2648 "ext-mbstring": "*",
2649 "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
2650 "sabberworm/php-css-parser": "^8.4"
2651 },
2652 "require-dev": {
2653 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
2654 },
2655 "type": "library",
2656 "autoload": {
2657 "psr-4": {
2658 "Svg\\": "src/Svg"
2659 }
2660 },
2661 "notification-url": "https://packagist.org/downloads/",
2662 "license": [
2663 "LGPL-3.0"
2664 ],
2665 "authors": [
2666 {
2667 "name": "Fabien Ménager",
2668 "email": "fabien.menager@gmail.com"
2669 }
2670 ],
2671 "description": "A library to read, parse and export to PDF SVG files.",
2672 "homepage": "https://github.com/PhenX/php-svg-lib",
2673 "support": {
2674 "issues": "https://github.com/dompdf/php-svg-lib/issues",
2675 "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
2676 },
2677 "time": "2022-03-07T12:52:04+00:00"
2678 },
2679 {
2680 "name": "phpoffice/phpspreadsheet",
2681 "version": "1.18.0",
2682 "source": {
2683 "type": "git",
2684 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2685 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
2686 },
2687 "dist": {
2688 "type": "zip",
2689 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2690 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2691 "shasum": ""
2692 },
2693 "require": {
2694 "ext-ctype": "*",
2695 "ext-dom": "*",
2696 "ext-fileinfo": "*",
2697 "ext-gd": "*",
2698 "ext-iconv": "*",
2699 "ext-libxml": "*",
2700 "ext-mbstring": "*",
2701 "ext-simplexml": "*",
2702 "ext-xml": "*",
2703 "ext-xmlreader": "*",
2704 "ext-xmlwriter": "*",
2705 "ext-zip": "*",
2706 "ext-zlib": "*",
2707 "ezyang/htmlpurifier": "^4.13",
2708 "maennchen/zipstream-php": "^2.1",
2709 "markbaker/complex": "^2.0",
2710 "markbaker/matrix": "^2.0",
2711 "php": "^7.2 || ^8.0",
2712 "psr/http-client": "^1.0",
2713 "psr/http-factory": "^1.0",
2714 "psr/simple-cache": "^1.0"
2715 },
2716 "require-dev": {
2717 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
2718 "dompdf/dompdf": "^1.0",
2719 "friendsofphp/php-cs-fixer": "^2.18",
2720 "jpgraph/jpgraph": "^4.0",
2721 "mpdf/mpdf": "^8.0",
2722 "phpcompatibility/php-compatibility": "^9.3",
2723 "phpstan/phpstan": "^0.12.82",
2724 "phpstan/phpstan-phpunit": "^0.12.18",
2725 "phpunit/phpunit": "^8.5",
2726 "squizlabs/php_codesniffer": "^3.5",
2727 "tecnickcom/tcpdf": "^6.3"
2728 },
2729 "suggest": {
2730 "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
2731 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
2732 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
2733 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
2734 },
2735 "type": "library",
2736 "autoload": {
2737 "psr-4": {
2738 "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
2739 }
2740 },
2741 "notification-url": "https://packagist.org/downloads/",
2742 "license": [
2743 "MIT"
2744 ],
2745 "authors": [
2746 {
2747 "name": "Maarten Balliauw",
2748 "homepage": "https://blog.maartenballiauw.be"
2749 },
2750 {
2751 "name": "Mark Baker",
2752 "homepage": "https://markbakeruk.net"
2753 },
2754 {
2755 "name": "Franck Lefevre",
2756 "homepage": "https://rootslabs.net"
2757 },
2758 {
2759 "name": "Erik Tilt"
2760 },
2761 {
2762 "name": "Adrien Crivelli"
2763 }
2764 ],
2765 "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
2766 "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
2767 "keywords": [
2768 "OpenXML",
2769 "excel",
2770 "gnumeric",
2771 "ods",
2772 "php",
2773 "spreadsheet",
2774 "xls",
2775 "xlsx"
2776 ],
2777 "support": {
2778 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
2779 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0"
2780 },
2781 "time": "2021-05-31T18:21:15+00:00"
2782 },
2783 {
2784 "name": "phpoffice/phpword",
2785 "version": "0.18.3",
2786 "source": {
2787 "type": "git",
2788 "url": "https://github.com/PHPOffice/PHPWord.git",
2789 "reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a"
2790 },
2791 "dist": {
2792 "type": "zip",
2793 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/be0190cd5d8f95b4be08d5853b107aa4e352759a",
2794 "reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a",
2795 "shasum": ""
2796 },
2797 "require": {
2798 "ext-xml": "*",
2799 "laminas/laminas-escaper": "^2.2",
2800 "php": "^5.3.3 || ^7.0 || ^8.0"
2801 },
2802 "require-dev": {
2803 "dompdf/dompdf": "0.8.* || 1.0.*",
2804 "ext-gd": "*",
2805 "ext-zip": "*",
2806 "friendsofphp/php-cs-fixer": "^2.2",
2807 "mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
2808 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
2809 "phploc/phploc": "2.* || 3.* || 4.* || 5.* || 6.* || 7.*",
2810 "phpmd/phpmd": "2.*",
2811 "phpunit/phpunit": "^4.8.36 || ^7.0",
2812 "squizlabs/php_codesniffer": "^2.9 || ^3.5",
2813 "tecnickcom/tcpdf": "6.*"
2814 },
2815 "suggest": {
2816 "dompdf/dompdf": "Allows writing PDF",
2817 "ext-gd2": "Allows adding images",
2818 "ext-xmlwriter": "Allows writing OOXML and ODF",
2819 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
2820 "ext-zip": "Allows writing OOXML and ODF"
2821 },
2822 "type": "library",
2823 "extra": {
2824 "branch-alias": {
2825 "dev-develop": "0.19-dev"
2826 }
2827 },
2828 "autoload": {
2829 "psr-4": {
2830 "PhpOffice\\PhpWord\\": "src/PhpWord"
2831 }
2832 },
2833 "notification-url": "https://packagist.org/downloads/",
2834 "license": [
2835 "LGPL-3.0"
2836 ],
2837 "authors": [
2838 {
2839 "name": "Mark Baker"
2840 },
2841 {
2842 "name": "Gabriel Bull",
2843 "email": "me@gabrielbull.com",
2844 "homepage": "http://gabrielbull.com/"
2845 },
2846 {
2847 "name": "Franck Lefevre",
2848 "homepage": "https://rootslabs.net/blog/"
2849 },
2850 {
2851 "name": "Ivan Lanin",
2852 "homepage": "http://ivan.lanin.org"
2853 },
2854 {
2855 "name": "Roman Syroeshko",
2856 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
2857 },
2858 {
2859 "name": "Antoine de Troostembergh"
2860 }
2861 ],
2862 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
2863 "homepage": "http://phpoffice.github.io",
2864 "keywords": [
2865 "ISO IEC 29500",
2866 "OOXML",
2867 "Office Open XML",
2868 "OpenDocument",
2869 "OpenXML",
2870 "PhpOffice",
2871 "PhpWord",
2872 "Rich Text Format",
2873 "WordprocessingML",
2874 "doc",
2875 "docx",
2876 "html",
2877 "odf",
2878 "odt",
2879 "office",
2880 "pdf",
2881 "php",
2882 "reader",
2883 "rtf",
2884 "template",
2885 "template processor",
2886 "word",
2887 "writer"
2888 ],
2889 "support": {
2890 "issues": "https://github.com/PHPOffice/PHPWord/issues",
2891 "source": "https://github.com/PHPOffice/PHPWord/tree/0.18.3"
2892 },
2893 "time": "2022-02-17T15:40:03+00:00"
2894 },
2895 {
2896 "name": "phpseclib/phpseclib",
2897 "version": "2.0.31",
2898 "source": {
2899 "type": "git",
2900 "url": "https://github.com/phpseclib/phpseclib.git",
2901 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
2902 },
2903 "dist": {
2904 "type": "zip",
2905 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
2906 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
2907 "shasum": ""
2908 },
2909 "require": {
2910 "php": ">=5.3.3"
2911 },
2912 "require-dev": {
2913 "phing/phing": "~2.7",
2914 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
2915 "squizlabs/php_codesniffer": "~2.0"
2916 },
2917 "suggest": {
2918 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2919 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2920 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2921 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2922 },
2923 "type": "library",
2924 "autoload": {
2925 "files": [
2926 "phpseclib/bootstrap.php"
2927 ],
2928 "psr-4": {
2929 "phpseclib\\": "phpseclib/"
2930 }
2931 },
2932 "notification-url": "https://packagist.org/downloads/",
2933 "license": [
2934 "MIT"
2935 ],
2936 "authors": [
2937 {
2938 "name": "Jim Wigginton",
2939 "email": "terrafrost@php.net",
2940 "role": "Lead Developer"
2941 },
2942 {
2943 "name": "Patrick Monnerat",
2944 "email": "pm@datasphere.ch",
2945 "role": "Developer"
2946 },
2947 {
2948 "name": "Andreas Fischer",
2949 "email": "bantu@phpbb.com",
2950 "role": "Developer"
2951 },
2952 {
2953 "name": "Hans-Jürgen Petrich",
2954 "email": "petrich@tronic-media.com",
2955 "role": "Developer"
2956 },
2957 {
2958 "name": "Graham Campbell",
2959 "email": "graham@alt-three.com",
2960 "role": "Developer"
2961 }
2962 ],
2963 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2964 "homepage": "http://phpseclib.sourceforge.net",
2965 "keywords": [
2966 "BigInteger",
2967 "aes",
2968 "asn.1",
2969 "asn1",
2970 "blowfish",
2971 "crypto",
2972 "cryptography",
2973 "encryption",
2974 "rsa",
2975 "security",
2976 "sftp",
2977 "signature",
2978 "signing",
2979 "ssh",
2980 "twofish",
2981 "x.509",
2982 "x509"
2983 ],
2984 "support": {
2985 "issues": "https://github.com/phpseclib/phpseclib/issues",
2986 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
2987 },
2988 "funding": [
2989 {
2990 "url": "https://github.com/terrafrost",
2991 "type": "github"
2992 },
2993 {
2994 "url": "https://www.patreon.com/phpseclib",
2995 "type": "patreon"
2996 },
2997 {
2998 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2999 "type": "tidelift"
3000 }
3001 ],
3002 "time": "2021-04-06T13:56:45+00:00"
3003 },
3004 {
3005 "name": "psr/cache",
3006 "version": "1.0.1",
3007 "source": {
3008 "type": "git",
3009 "url": "https://github.com/php-fig/cache.git",
3010 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3011 },
3012 "dist": {
3013 "type": "zip",
3014 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3015 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3016 "shasum": ""
3017 },
3018 "require": {
3019 "php": ">=5.3.0"
3020 },
3021 "type": "library",
3022 "extra": {
3023 "branch-alias": {
3024 "dev-master": "1.0.x-dev"
3025 }
3026 },
3027 "autoload": {
3028 "psr-4": {
3029 "Psr\\Cache\\": "src/"
3030 }
3031 },
3032 "notification-url": "https://packagist.org/downloads/",
3033 "license": [
3034 "MIT"
3035 ],
3036 "authors": [
3037 {
3038 "name": "PHP-FIG",
3039 "homepage": "http://www.php-fig.org/"
3040 }
3041 ],
3042 "description": "Common interface for caching libraries",
3043 "keywords": [
3044 "cache",
3045 "psr",
3046 "psr-6"
3047 ],
3048 "support": {
3049 "source": "https://github.com/php-fig/cache/tree/master"
3050 },
3051 "time": "2016-08-06T20:24:11+00:00"
3052 },
3053 {
3054 "name": "psr/container",
3055 "version": "1.1.1",
3056 "source": {
3057 "type": "git",
3058 "url": "https://github.com/php-fig/container.git",
3059 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
3060 },
3061 "dist": {
3062 "type": "zip",
3063 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
3064 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
3065 "shasum": ""
3066 },
3067 "require": {
3068 "php": ">=7.2.0"
3069 },
3070 "type": "library",
3071 "autoload": {
3072 "psr-4": {
3073 "Psr\\Container\\": "src/"
3074 }
3075 },
3076 "notification-url": "https://packagist.org/downloads/",
3077 "license": [
3078 "MIT"
3079 ],
3080 "authors": [
3081 {
3082 "name": "PHP-FIG",
3083 "homepage": "https://www.php-fig.org/"
3084 }
3085 ],
3086 "description": "Common Container Interface (PHP FIG PSR-11)",
3087 "homepage": "https://github.com/php-fig/container",
3088 "keywords": [
3089 "PSR-11",
3090 "container",
3091 "container-interface",
3092 "container-interop",
3093 "psr"
3094 ],
3095 "support": {
3096 "issues": "https://github.com/php-fig/container/issues",
3097 "source": "https://github.com/php-fig/container/tree/1.1.1"
3098 },
3099 "time": "2021-03-05T17:36:06+00:00"
3100 },
3101 {
3102 "name": "psr/http-client",
3103 "version": "1.0.1",
3104 "source": {
3105 "type": "git",
3106 "url": "https://github.com/php-fig/http-client.git",
3107 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3108 },
3109 "dist": {
3110 "type": "zip",
3111 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3112 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3113 "shasum": ""
3114 },
3115 "require": {
3116 "php": "^7.0 || ^8.0",
3117 "psr/http-message": "^1.0"
3118 },
3119 "type": "library",
3120 "extra": {
3121 "branch-alias": {
3122 "dev-master": "1.0.x-dev"
3123 }
3124 },
3125 "autoload": {
3126 "psr-4": {
3127 "Psr\\Http\\Client\\": "src/"
3128 }
3129 },
3130 "notification-url": "https://packagist.org/downloads/",
3131 "license": [
3132 "MIT"
3133 ],
3134 "authors": [
3135 {
3136 "name": "PHP-FIG",
3137 "homepage": "http://www.php-fig.org/"
3138 }
3139 ],
3140 "description": "Common interface for HTTP clients",
3141 "homepage": "https://github.com/php-fig/http-client",
3142 "keywords": [
3143 "http",
3144 "http-client",
3145 "psr",
3146 "psr-18"
3147 ],
3148 "support": {
3149 "source": "https://github.com/php-fig/http-client/tree/master"
3150 },
3151 "time": "2020-06-29T06:28:15+00:00"
3152 },
3153 {
3154 "name": "psr/http-factory",
3155 "version": "1.0.1",
3156 "source": {
3157 "type": "git",
3158 "url": "https://github.com/php-fig/http-factory.git",
3159 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3160 },
3161 "dist": {
3162 "type": "zip",
3163 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3164 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3165 "shasum": ""
3166 },
3167 "require": {
3168 "php": ">=7.0.0",
3169 "psr/http-message": "^1.0"
3170 },
3171 "type": "library",
3172 "extra": {
3173 "branch-alias": {
3174 "dev-master": "1.0.x-dev"
3175 }
3176 },
3177 "autoload": {
3178 "psr-4": {
3179 "Psr\\Http\\Message\\": "src/"
3180 }
3181 },
3182 "notification-url": "https://packagist.org/downloads/",
3183 "license": [
3184 "MIT"
3185 ],
3186 "authors": [
3187 {
3188 "name": "PHP-FIG",
3189 "homepage": "http://www.php-fig.org/"
3190 }
3191 ],
3192 "description": "Common interfaces for PSR-7 HTTP message factories",
3193 "keywords": [
3194 "factory",
3195 "http",
3196 "message",
3197 "psr",
3198 "psr-17",
3199 "psr-7",
3200 "request",
3201 "response"
3202 ],
3203 "support": {
3204 "source": "https://github.com/php-fig/http-factory/tree/master"
3205 },
3206 "time": "2019-04-30T12:38:16+00:00"
3207 },
3208 {
3209 "name": "psr/http-message",
3210 "version": "1.0.1",
3211 "source": {
3212 "type": "git",
3213 "url": "https://github.com/php-fig/http-message.git",
3214 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3215 },
3216 "dist": {
3217 "type": "zip",
3218 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3219 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3220 "shasum": ""
3221 },
3222 "require": {
3223 "php": ">=5.3.0"
3224 },
3225 "type": "library",
3226 "extra": {
3227 "branch-alias": {
3228 "dev-master": "1.0.x-dev"
3229 }
3230 },
3231 "autoload": {
3232 "psr-4": {
3233 "Psr\\Http\\Message\\": "src/"
3234 }
3235 },
3236 "notification-url": "https://packagist.org/downloads/",
3237 "license": [
3238 "MIT"
3239 ],
3240 "authors": [
3241 {
3242 "name": "PHP-FIG",
3243 "homepage": "http://www.php-fig.org/"
3244 }
3245 ],
3246 "description": "Common interface for HTTP messages",
3247 "homepage": "https://github.com/php-fig/http-message",
3248 "keywords": [
3249 "http",
3250 "http-message",
3251 "psr",
3252 "psr-7",
3253 "request",
3254 "response"
3255 ],
3256 "support": {
3257 "source": "https://github.com/php-fig/http-message/tree/master"
3258 },
3259 "time": "2016-08-06T14:39:51+00:00"
3260 },
3261 {
3262 "name": "psr/log",
3263 "version": "1.1.3",
3264 "source": {
3265 "type": "git",
3266 "url": "https://github.com/php-fig/log.git",
3267 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
3268 },
3269 "dist": {
3270 "type": "zip",
3271 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
3272 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
3273 "shasum": ""
3274 },
3275 "require": {
3276 "php": ">=5.3.0"
3277 },
3278 "type": "library",
3279 "extra": {
3280 "branch-alias": {
3281 "dev-master": "1.1.x-dev"
3282 }
3283 },
3284 "autoload": {
3285 "psr-4": {
3286 "Psr\\Log\\": "Psr/Log/"
3287 }
3288 },
3289 "notification-url": "https://packagist.org/downloads/",
3290 "license": [
3291 "MIT"
3292 ],
3293 "authors": [
3294 {
3295 "name": "PHP-FIG",
3296 "homepage": "http://www.php-fig.org/"
3297 }
3298 ],
3299 "description": "Common interface for logging libraries",
3300 "homepage": "https://github.com/php-fig/log",
3301 "keywords": [
3302 "log",
3303 "psr",
3304 "psr-3"
3305 ],
3306 "support": {
3307 "source": "https://github.com/php-fig/log/tree/1.1.3"
3308 },
3309 "time": "2020-03-23T09:12:05+00:00"
3310 },
3311 {
3312 "name": "psr/simple-cache",
3313 "version": "1.0.1",
3314 "source": {
3315 "type": "git",
3316 "url": "https://github.com/php-fig/simple-cache.git",
3317 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3318 },
3319 "dist": {
3320 "type": "zip",
3321 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3322 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3323 "shasum": ""
3324 },
3325 "require": {
3326 "php": ">=5.3.0"
3327 },
3328 "type": "library",
3329 "extra": {
3330 "branch-alias": {
3331 "dev-master": "1.0.x-dev"
3332 }
3333 },
3334 "autoload": {
3335 "psr-4": {
3336 "Psr\\SimpleCache\\": "src/"
3337 }
3338 },
3339 "notification-url": "https://packagist.org/downloads/",
3340 "license": [
3341 "MIT"
3342 ],
3343 "authors": [
3344 {
3345 "name": "PHP-FIG",
3346 "homepage": "http://www.php-fig.org/"
3347 }
3348 ],
3349 "description": "Common interfaces for simple caching",
3350 "keywords": [
3351 "cache",
3352 "caching",
3353 "psr",
3354 "psr-16",
3355 "simple-cache"
3356 ],
3357 "support": {
3358 "source": "https://github.com/php-fig/simple-cache/tree/master"
3359 },
3360 "time": "2017-10-23T01:57:42+00:00"
3361 },
3362 {
3363 "name": "ralouphie/getallheaders",
3364 "version": "3.0.3",
3365 "source": {
3366 "type": "git",
3367 "url": "https://github.com/ralouphie/getallheaders.git",
3368 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3369 },
3370 "dist": {
3371 "type": "zip",
3372 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3373 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3374 "shasum": ""
3375 },
3376 "require": {
3377 "php": ">=5.6"
3378 },
3379 "require-dev": {
3380 "php-coveralls/php-coveralls": "^2.1",
3381 "phpunit/phpunit": "^5 || ^6.5"
3382 },
3383 "type": "library",
3384 "autoload": {
3385 "files": [
3386 "src/getallheaders.php"
3387 ]
3388 },
3389 "notification-url": "https://packagist.org/downloads/",
3390 "license": [
3391 "MIT"
3392 ],
3393 "authors": [
3394 {
3395 "name": "Ralph Khattar",
3396 "email": "ralph.khattar@gmail.com"
3397 }
3398 ],
3399 "description": "A polyfill for getallheaders.",
3400 "support": {
3401 "issues": "https://github.com/ralouphie/getallheaders/issues",
3402 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3403 },
3404 "time": "2019-03-08T08:55:37+00:00"
3405 },
3406 {
3407 "name": "rubobaquero/phpquery",
3408 "version": "0.9.15",
3409 "source": {
3410 "type": "git",
3411 "url": "https://github.com/rubobaquero/phpquery.git",
3412 "reference": "d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe"
3413 },
3414 "dist": {
3415 "type": "zip",
3416 "url": "https://api.github.com/repos/rubobaquero/phpquery/zipball/d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe",
3417 "reference": "d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe",
3418 "shasum": ""
3419 },
3420 "require": {
3421 "php": ">=5.3.0"
3422 },
3423 "type": "library",
3424 "autoload": {
3425 "classmap": [
3426 "phpQuery/"
3427 ]
3428 },
3429 "notification-url": "https://packagist.org/downloads/",
3430 "license": [
3431 "MIT"
3432 ],
3433 "authors": [
3434 {
3435 "name": "didier Belot",
3436 "homepage": "https://github.com/electrolinux/phpquery",
3437 "role": "Packager, maintainer"
3438 },
3439 {
3440 "name": "Tobiasz Cudnik",
3441 "email": "tobiasz.cudnik@gmail.com",
3442 "homepage": "https://github.com/TobiaszCudnik",
3443 "role": "Developer"
3444 }
3445 ],
3446 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
3447 "homepage": "http://code.google.com/p/phpquery/",
3448 "support": {
3449 "source": "https://github.com/rubobaquero/phpquery/tree/0.9.15"
3450 },
3451 "time": "2022-05-03T12:31:11+00:00"
3452 },
3453 {
3454 "name": "sabberworm/php-css-parser",
3455 "version": "8.4.0",
3456 "source": {
3457 "type": "git",
3458 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
3459 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
3460 },
3461 "dist": {
3462 "type": "zip",
3463 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
3464 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
3465 "shasum": ""
3466 },
3467 "require": {
3468 "ext-iconv": "*",
3469 "php": ">=5.6.20"
3470 },
3471 "require-dev": {
3472 "codacy/coverage": "^1.4",
3473 "phpunit/phpunit": "^4.8.36"
3474 },
3475 "suggest": {
3476 "ext-mbstring": "for parsing UTF-8 CSS"
3477 },
3478 "type": "library",
3479 "autoload": {
3480 "psr-4": {
3481 "Sabberworm\\CSS\\": "src/"
3482 }
3483 },
3484 "notification-url": "https://packagist.org/downloads/",
3485 "license": [
3486 "MIT"
3487 ],
3488 "authors": [
3489 {
3490 "name": "Raphael Schweikert"
3491 }
3492 ],
3493 "description": "Parser for CSS Files written in PHP",
3494 "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
3495 "keywords": [
3496 "css",
3497 "parser",
3498 "stylesheet"
3499 ],
3500 "support": {
3501 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
3502 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
3503 },
3504 "time": "2021-12-11T13:40:54+00:00"
3505 },
3506 {
3507 "name": "scssphp/scssphp",
3508 "version": "v1.10.3",
3509 "source": {
3510 "type": "git",
3511 "url": "https://github.com/scssphp/scssphp.git",
3512 "reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713"
3513 },
3514 "dist": {
3515 "type": "zip",
3516 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/0f1e1516ed2412ad43e42a6a319e77624ba1f713",
3517 "reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713",
3518 "shasum": ""
3519 },
3520 "require": {
3521 "ext-ctype": "*",
3522 "ext-json": "*",
3523 "php": ">=5.6.0"
3524 },
3525 "require-dev": {
3526 "bamarni/composer-bin-plugin": "^1.4",
3527 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
3528 "sass/sass-spec": "*",
3529 "squizlabs/php_codesniffer": "~3.5",
3530 "symfony/phpunit-bridge": "^5.1",
3531 "thoughtbot/bourbon": "^7.0",
3532 "twbs/bootstrap": "~5.0",
3533 "twbs/bootstrap4": "4.6.1",
3534 "zurb/foundation": "~6.5"
3535 },
3536 "suggest": {
3537 "ext-iconv": "Can be used as fallback when ext-mbstring is not available",
3538 "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
3539 },
3540 "bin": [
3541 "bin/pscss"
3542 ],
3543 "type": "library",
3544 "autoload": {
3545 "psr-4": {
3546 "ScssPhp\\ScssPhp\\": "src/"
3547 }
3548 },
3549 "notification-url": "https://packagist.org/downloads/",
3550 "license": [
3551 "MIT"
3552 ],
3553 "authors": [
3554 {
3555 "name": "Anthon Pang",
3556 "email": "apang@softwaredevelopment.ca",
3557 "homepage": "https://github.com/robocoder"
3558 },
3559 {
3560 "name": "Cédric Morin",
3561 "email": "cedric@yterium.com",
3562 "homepage": "https://github.com/Cerdic"
3563 }
3564 ],
3565 "description": "scssphp is a compiler for SCSS written in PHP.",
3566 "homepage": "http://scssphp.github.io/scssphp/",
3567 "keywords": [
3568 "css",
3569 "less",
3570 "sass",
3571 "scss",
3572 "stylesheet"
3573 ],
3574 "support": {
3575 "issues": "https://github.com/scssphp/scssphp/issues",
3576 "source": "https://github.com/scssphp/scssphp/tree/v1.10.3"
3577 },
3578 "time": "2022-05-16T07:22:18+00:00"
3579 },
3580 {
3581 "name": "symfony/config",
3582 "version": "v4.4.42",
3583 "source": {
3584 "type": "git",
3585 "url": "https://github.com/symfony/config.git",
3586 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81"
3587 },
3588 "dist": {
3589 "type": "zip",
3590 "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81",
3591 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81",
3592 "shasum": ""
3593 },
3594 "require": {
3595 "php": ">=7.1.3",
3596 "symfony/filesystem": "^3.4|^4.0|^5.0",
3597 "symfony/polyfill-ctype": "~1.8",
3598 "symfony/polyfill-php80": "^1.16",
3599 "symfony/polyfill-php81": "^1.22"
3600 },
3601 "conflict": {
3602 "symfony/finder": "<3.4"
3603 },
3604 "require-dev": {
3605 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
3606 "symfony/finder": "^3.4|^4.0|^5.0",
3607 "symfony/messenger": "^4.1|^5.0",
3608 "symfony/service-contracts": "^1.1|^2",
3609 "symfony/yaml": "^3.4|^4.0|^5.0"
3610 },
3611 "suggest": {
3612 "symfony/yaml": "To use the yaml reference dumper"
3613 },
3614 "type": "library",
3615 "autoload": {
3616 "psr-4": {
3617 "Symfony\\Component\\Config\\": ""
3618 },
3619 "exclude-from-classmap": [
3620 "/Tests/"
3621 ]
3622 },
3623 "notification-url": "https://packagist.org/downloads/",
3624 "license": [
3625 "MIT"
3626 ],
3627 "authors": [
3628 {
3629 "name": "Fabien Potencier",
3630 "email": "fabien@symfony.com"
3631 },
3632 {
3633 "name": "Symfony Community",
3634 "homepage": "https://symfony.com/contributors"
3635 }
3636 ],
3637 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
3638 "homepage": "https://symfony.com",
3639 "support": {
3640 "source": "https://github.com/symfony/config/tree/v4.4.42"
3641 },
3642 "funding": [
3643 {
3644 "url": "https://symfony.com/sponsor",
3645 "type": "custom"
3646 },
3647 {
3648 "url": "https://github.com/fabpot",
3649 "type": "github"
3650 },
3651 {
3652 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3653 "type": "tidelift"
3654 }
3655 ],
3656 "time": "2022-05-17T07:10:14+00:00"
3657 },
3658 {
3659 "name": "symfony/dependency-injection",
3660 "version": "v4.4.43",
3661 "source": {
3662 "type": "git",
3663 "url": "https://github.com/symfony/dependency-injection.git",
3664 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd"
3665 },
3666 "dist": {
3667 "type": "zip",
3668 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
3669 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
3670 "shasum": ""
3671 },
3672 "require": {
3673 "php": ">=7.1.3",
3674 "psr/container": "^1.0",
3675 "symfony/polyfill-php80": "^1.16",
3676 "symfony/service-contracts": "^1.1.6|^2"
3677 },
3678 "conflict": {
3679 "symfony/config": "<4.3|>=5.0",
3680 "symfony/finder": "<3.4",
3681 "symfony/proxy-manager-bridge": "<3.4",
3682 "symfony/yaml": "<4.4.26"
3683 },
3684 "provide": {
3685 "psr/container-implementation": "1.0",
3686 "symfony/service-implementation": "1.0|2.0"
3687 },
3688 "require-dev": {
3689 "symfony/config": "^4.3",
3690 "symfony/expression-language": "^3.4|^4.0|^5.0",
3691 "symfony/yaml": "^4.4.26|^5.0"
3692 },
3693 "suggest": {
3694 "symfony/config": "",
3695 "symfony/expression-language": "For using expressions in service container configuration",
3696 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
3697 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3698 "symfony/yaml": ""
3699 },
3700 "type": "library",
3701 "autoload": {
3702 "psr-4": {
3703 "Symfony\\Component\\DependencyInjection\\": ""
3704 },
3705 "exclude-from-classmap": [
3706 "/Tests/"
3707 ]
3708 },
3709 "notification-url": "https://packagist.org/downloads/",
3710 "license": [
3711 "MIT"
3712 ],
3713 "authors": [
3714 {
3715 "name": "Fabien Potencier",
3716 "email": "fabien@symfony.com"
3717 },
3718 {
3719 "name": "Symfony Community",
3720 "homepage": "https://symfony.com/contributors"
3721 }
3722 ],
3723 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
3724 "homepage": "https://symfony.com",
3725 "support": {
3726 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.43"
3727 },
3728 "funding": [
3729 {
3730 "url": "https://symfony.com/sponsor",
3731 "type": "custom"
3732 },
3733 {
3734 "url": "https://github.com/fabpot",
3735 "type": "github"
3736 },
3737 {
3738 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3739 "type": "tidelift"
3740 }
3741 ],
3742 "time": "2022-06-22T15:01:38+00:00"
3743 },
3744 {
3745 "name": "symfony/deprecation-contracts",
3746 "version": "v2.5.2",
3747 "source": {
3748 "type": "git",
3749 "url": "https://github.com/symfony/deprecation-contracts.git",
3750 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
3751 },
3752 "dist": {
3753 "type": "zip",
3754 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
3755 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
3756 "shasum": ""
3757 },
3758 "require": {
3759 "php": ">=7.1"
3760 },
3761 "type": "library",
3762 "extra": {
3763 "branch-alias": {
3764 "dev-main": "2.5-dev"
3765 },
3766 "thanks": {
3767 "name": "symfony/contracts",
3768 "url": "https://github.com/symfony/contracts"
3769 }
3770 },
3771 "autoload": {
3772 "files": [
3773 "function.php"
3774 ]
3775 },
3776 "notification-url": "https://packagist.org/downloads/",
3777 "license": [
3778 "MIT"
3779 ],
3780 "authors": [
3781 {
3782 "name": "Nicolas Grekas",
3783 "email": "p@tchwork.com"
3784 },
3785 {
3786 "name": "Symfony Community",
3787 "homepage": "https://symfony.com/contributors"
3788 }
3789 ],
3790 "description": "A generic function and convention to trigger deprecation notices",
3791 "homepage": "https://symfony.com",
3792 "support": {
3793 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
3794 },
3795 "funding": [
3796 {
3797 "url": "https://symfony.com/sponsor",
3798 "type": "custom"
3799 },
3800 {
3801 "url": "https://github.com/fabpot",
3802 "type": "github"
3803 },
3804 {
3805 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3806 "type": "tidelift"
3807 }
3808 ],
3809 "time": "2022-01-02T09:53:40+00:00"
3810 },
3811 {
3812 "name": "symfony/event-dispatcher",
3813 "version": "v4.4.42",
3814 "source": {
3815 "type": "git",
3816 "url": "https://github.com/symfony/event-dispatcher.git",
3817 "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
3818 },
3819 "dist": {
3820 "type": "zip",
3821 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
3822 "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
3823 "shasum": ""
3824 },
3825 "require": {
3826 "php": ">=7.1.3",
3827 "symfony/event-dispatcher-contracts": "^1.1",
3828 "symfony/polyfill-php80": "^1.16"
3829 },
3830 "conflict": {
3831 "symfony/dependency-injection": "<3.4"
3832 },
3833 "provide": {
3834 "psr/event-dispatcher-implementation": "1.0",
3835 "symfony/event-dispatcher-implementation": "1.1"
3836 },
3837 "require-dev": {
3838 "psr/log": "^1|^2|^3",
3839 "symfony/config": "^3.4|^4.0|^5.0",
3840 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3841 "symfony/error-handler": "~3.4|~4.4",
3842 "symfony/expression-language": "^3.4|^4.0|^5.0",
3843 "symfony/http-foundation": "^3.4|^4.0|^5.0",
3844 "symfony/service-contracts": "^1.1|^2",
3845 "symfony/stopwatch": "^3.4|^4.0|^5.0"
3846 },
3847 "suggest": {
3848 "symfony/dependency-injection": "",
3849 "symfony/http-kernel": ""
3850 },
3851 "type": "library",
3852 "autoload": {
3853 "psr-4": {
3854 "Symfony\\Component\\EventDispatcher\\": ""
3855 },
3856 "exclude-from-classmap": [
3857 "/Tests/"
3858 ]
3859 },
3860 "notification-url": "https://packagist.org/downloads/",
3861 "license": [
3862 "MIT"
3863 ],
3864 "authors": [
3865 {
3866 "name": "Fabien Potencier",
3867 "email": "fabien@symfony.com"
3868 },
3869 {
3870 "name": "Symfony Community",
3871 "homepage": "https://symfony.com/contributors"
3872 }
3873 ],
3874 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3875 "homepage": "https://symfony.com",
3876 "support": {
3877 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
3878 },
3879 "funding": [
3880 {
3881 "url": "https://symfony.com/sponsor",
3882 "type": "custom"
3883 },
3884 {
3885 "url": "https://github.com/fabpot",
3886 "type": "github"
3887 },
3888 {
3889 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3890 "type": "tidelift"
3891 }
3892 ],
3893 "time": "2022-05-05T15:33:49+00:00"
3894 },
3895 {
3896 "name": "symfony/event-dispatcher-contracts",
3897 "version": "v1.1.13",
3898 "source": {
3899 "type": "git",
3900 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3901 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
3902 },
3903 "dist": {
3904 "type": "zip",
3905 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
3906 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
3907 "shasum": ""
3908 },
3909 "require": {
3910 "php": ">=7.1.3"
3911 },
3912 "suggest": {
3913 "psr/event-dispatcher": "",
3914 "symfony/event-dispatcher-implementation": ""
3915 },
3916 "type": "library",
3917 "extra": {
3918 "branch-alias": {
3919 "dev-main": "1.1-dev"
3920 },
3921 "thanks": {
3922 "name": "symfony/contracts",
3923 "url": "https://github.com/symfony/contracts"
3924 }
3925 },
3926 "autoload": {
3927 "psr-4": {
3928 "Symfony\\Contracts\\EventDispatcher\\": ""
3929 }
3930 },
3931 "notification-url": "https://packagist.org/downloads/",
3932 "license": [
3933 "MIT"
3934 ],
3935 "authors": [
3936 {
3937 "name": "Nicolas Grekas",
3938 "email": "p@tchwork.com"
3939 },
3940 {
3941 "name": "Symfony Community",
3942 "homepage": "https://symfony.com/contributors"
3943 }
3944 ],
3945 "description": "Generic abstractions related to dispatching event",
3946 "homepage": "https://symfony.com",
3947 "keywords": [
3948 "abstractions",
3949 "contracts",
3950 "decoupling",
3951 "interfaces",
3952 "interoperability",
3953 "standards"
3954 ],
3955 "support": {
3956 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
3957 },
3958 "funding": [
3959 {
3960 "url": "https://symfony.com/sponsor",
3961 "type": "custom"
3962 },
3963 {
3964 "url": "https://github.com/fabpot",
3965 "type": "github"
3966 },
3967 {
3968 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3969 "type": "tidelift"
3970 }
3971 ],
3972 "time": "2022-01-02T09:41:36+00:00"
3973 },
3974 {
3975 "name": "symfony/filesystem",
3976 "version": "v4.4.42",
3977 "source": {
3978 "type": "git",
3979 "url": "https://github.com/symfony/filesystem.git",
3980 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
3981 },
3982 "dist": {
3983 "type": "zip",
3984 "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
3985 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
3986 "shasum": ""
3987 },
3988 "require": {
3989 "php": ">=7.1.3",
3990 "symfony/polyfill-ctype": "~1.8",
3991 "symfony/polyfill-php80": "^1.16"
3992 },
3993 "type": "library",
3994 "autoload": {
3995 "psr-4": {
3996 "Symfony\\Component\\Filesystem\\": ""
3997 },
3998 "exclude-from-classmap": [
3999 "/Tests/"
4000 ]
4001 },
4002 "notification-url": "https://packagist.org/downloads/",
4003 "license": [
4004 "MIT"
4005 ],
4006 "authors": [
4007 {
4008 "name": "Fabien Potencier",
4009 "email": "fabien@symfony.com"
4010 },
4011 {
4012 "name": "Symfony Community",
4013 "homepage": "https://symfony.com/contributors"
4014 }
4015 ],
4016 "description": "Provides basic utilities for the filesystem",
4017 "homepage": "https://symfony.com",
4018 "support": {
4019 "source": "https://github.com/symfony/filesystem/tree/v4.4.42"
4020 },
4021 "funding": [
4022 {
4023 "url": "https://symfony.com/sponsor",
4024 "type": "custom"
4025 },
4026 {
4027 "url": "https://github.com/fabpot",
4028 "type": "github"
4029 },
4030 {
4031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4032 "type": "tidelift"
4033 }
4034 ],
4035 "time": "2022-05-20T08:49:14+00:00"
4036 },
4037 {
4038 "name": "symfony/finder",
4039 "version": "v4.4.41",
4040 "source": {
4041 "type": "git",
4042 "url": "https://github.com/symfony/finder.git",
4043 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a"
4044 },
4045 "dist": {
4046 "type": "zip",
4047 "url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a",
4048 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a",
4049 "shasum": ""
4050 },
4051 "require": {
4052 "php": ">=7.1.3",
4053 "symfony/polyfill-php80": "^1.16"
4054 },
4055 "type": "library",
4056 "autoload": {
4057 "psr-4": {
4058 "Symfony\\Component\\Finder\\": ""
4059 },
4060 "exclude-from-classmap": [
4061 "/Tests/"
4062 ]
4063 },
4064 "notification-url": "https://packagist.org/downloads/",
4065 "license": [
4066 "MIT"
4067 ],
4068 "authors": [
4069 {
4070 "name": "Fabien Potencier",
4071 "email": "fabien@symfony.com"
4072 },
4073 {
4074 "name": "Symfony Community",
4075 "homepage": "https://symfony.com/contributors"
4076 }
4077 ],
4078 "description": "Finds files and directories via an intuitive fluent interface",
4079 "homepage": "https://symfony.com",
4080 "support": {
4081 "source": "https://github.com/symfony/finder/tree/v4.4.41"
4082 },
4083 "funding": [
4084 {
4085 "url": "https://symfony.com/sponsor",
4086 "type": "custom"
4087 },
4088 {
4089 "url": "https://github.com/fabpot",
4090 "type": "github"
4091 },
4092 {
4093 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4094 "type": "tidelift"
4095 }
4096 ],
4097 "time": "2022-04-14T15:36:10+00:00"
4098 },
4099 {
4100 "name": "symfony/polyfill-ctype",
4101 "version": "v1.26.0",
4102 "source": {
4103 "type": "git",
4104 "url": "https://github.com/symfony/polyfill-ctype.git",
4105 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
4106 },
4107 "dist": {
4108 "type": "zip",
4109 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
4110 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
4111 "shasum": ""
4112 },
4113 "require": {
4114 "php": ">=7.1"
4115 },
4116 "provide": {
4117 "ext-ctype": "*"
4118 },
4119 "suggest": {
4120 "ext-ctype": "For best performance"
4121 },
4122 "type": "library",
4123 "extra": {
4124 "branch-alias": {
4125 "dev-main": "1.26-dev"
4126 },
4127 "thanks": {
4128 "name": "symfony/polyfill",
4129 "url": "https://github.com/symfony/polyfill"
4130 }
4131 },
4132 "autoload": {
4133 "files": [
4134 "bootstrap.php"
4135 ],
4136 "psr-4": {
4137 "Symfony\\Polyfill\\Ctype\\": ""
4138 }
4139 },
4140 "notification-url": "https://packagist.org/downloads/",
4141 "license": [
4142 "MIT"
4143 ],
4144 "authors": [
4145 {
4146 "name": "Gert de Pagter",
4147 "email": "BackEndTea@gmail.com"
4148 },
4149 {
4150 "name": "Symfony Community",
4151 "homepage": "https://symfony.com/contributors"
4152 }
4153 ],
4154 "description": "Symfony polyfill for ctype functions",
4155 "homepage": "https://symfony.com",
4156 "keywords": [
4157 "compatibility",
4158 "ctype",
4159 "polyfill",
4160 "portable"
4161 ],
4162 "support": {
4163 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
4164 },
4165 "funding": [
4166 {
4167 "url": "https://symfony.com/sponsor",
4168 "type": "custom"
4169 },
4170 {
4171 "url": "https://github.com/fabpot",
4172 "type": "github"
4173 },
4174 {
4175 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4176 "type": "tidelift"
4177 }
4178 ],
4179 "time": "2022-05-24T11:49:31+00:00"
4180 },
4181 {
4182 "name": "symfony/polyfill-iconv",
4183 "version": "v1.17.0",
4184 "source": {
4185 "type": "git",
4186 "url": "https://github.com/symfony/polyfill-iconv.git",
4187 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
4188 },
4189 "dist": {
4190 "type": "zip",
4191 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
4192 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
4193 "shasum": ""
4194 },
4195 "require": {
4196 "php": ">=5.3.3"
4197 },
4198 "suggest": {
4199 "ext-iconv": "For best performance"
4200 },
4201 "type": "library",
4202 "extra": {
4203 "branch-alias": {
4204 "dev-master": "1.17-dev"
4205 }
4206 },
4207 "autoload": {
4208 "files": [
4209 "bootstrap.php"
4210 ],
4211 "psr-4": {
4212 "Symfony\\Polyfill\\Iconv\\": ""
4213 }
4214 },
4215 "notification-url": "https://packagist.org/downloads/",
4216 "license": [
4217 "MIT"
4218 ],
4219 "authors": [
4220 {
4221 "name": "Nicolas Grekas",
4222 "email": "p@tchwork.com"
4223 },
4224 {
4225 "name": "Symfony Community",
4226 "homepage": "https://symfony.com/contributors"
4227 }
4228 ],
4229 "description": "Symfony polyfill for the Iconv extension",
4230 "homepage": "https://symfony.com",
4231 "keywords": [
4232 "compatibility",
4233 "iconv",
4234 "polyfill",
4235 "portable",
4236 "shim"
4237 ],
4238 "support": {
4239 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.17.0"
4240 },
4241 "funding": [
4242 {
4243 "url": "https://symfony.com/sponsor",
4244 "type": "custom"
4245 },
4246 {
4247 "url": "https://github.com/fabpot",
4248 "type": "github"
4249 },
4250 {
4251 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4252 "type": "tidelift"
4253 }
4254 ],
4255 "time": "2020-05-12T16:47:27+00:00"
4256 },
4257 {
4258 "name": "symfony/polyfill-intl-idn",
4259 "version": "v1.26.0",
4260 "source": {
4261 "type": "git",
4262 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4263 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
4264 },
4265 "dist": {
4266 "type": "zip",
4267 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4268 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4269 "shasum": ""
4270 },
4271 "require": {
4272 "php": ">=7.1",
4273 "symfony/polyfill-intl-normalizer": "^1.10",
4274 "symfony/polyfill-php72": "^1.10"
4275 },
4276 "suggest": {
4277 "ext-intl": "For best performance"
4278 },
4279 "type": "library",
4280 "extra": {
4281 "branch-alias": {
4282 "dev-main": "1.26-dev"
4283 },
4284 "thanks": {
4285 "name": "symfony/polyfill",
4286 "url": "https://github.com/symfony/polyfill"
4287 }
4288 },
4289 "autoload": {
4290 "files": [
4291 "bootstrap.php"
4292 ],
4293 "psr-4": {
4294 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4295 }
4296 },
4297 "notification-url": "https://packagist.org/downloads/",
4298 "license": [
4299 "MIT"
4300 ],
4301 "authors": [
4302 {
4303 "name": "Laurent Bassin",
4304 "email": "laurent@bassin.info"
4305 },
4306 {
4307 "name": "Trevor Rowbotham",
4308 "email": "trevor.rowbotham@pm.me"
4309 },
4310 {
4311 "name": "Symfony Community",
4312 "homepage": "https://symfony.com/contributors"
4313 }
4314 ],
4315 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4316 "homepage": "https://symfony.com",
4317 "keywords": [
4318 "compatibility",
4319 "idn",
4320 "intl",
4321 "polyfill",
4322 "portable",
4323 "shim"
4324 ],
4325 "support": {
4326 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
4327 },
4328 "funding": [
4329 {
4330 "url": "https://symfony.com/sponsor",
4331 "type": "custom"
4332 },
4333 {
4334 "url": "https://github.com/fabpot",
4335 "type": "github"
4336 },
4337 {
4338 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4339 "type": "tidelift"
4340 }
4341 ],
4342 "time": "2022-05-24T11:49:31+00:00"
4343 },
4344 {
4345 "name": "symfony/polyfill-intl-normalizer",
4346 "version": "v1.26.0",
4347 "source": {
4348 "type": "git",
4349 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4350 "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
4351 },
4352 "dist": {
4353 "type": "zip",
4354 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
4355 "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
4356 "shasum": ""
4357 },
4358 "require": {
4359 "php": ">=7.1"
4360 },
4361 "suggest": {
4362 "ext-intl": "For best performance"
4363 },
4364 "type": "library",
4365 "extra": {
4366 "branch-alias": {
4367 "dev-main": "1.26-dev"
4368 },
4369 "thanks": {
4370 "name": "symfony/polyfill",
4371 "url": "https://github.com/symfony/polyfill"
4372 }
4373 },
4374 "autoload": {
4375 "files": [
4376 "bootstrap.php"
4377 ],
4378 "psr-4": {
4379 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4380 },
4381 "classmap": [
4382 "Resources/stubs"
4383 ]
4384 },
4385 "notification-url": "https://packagist.org/downloads/",
4386 "license": [
4387 "MIT"
4388 ],
4389 "authors": [
4390 {
4391 "name": "Nicolas Grekas",
4392 "email": "p@tchwork.com"
4393 },
4394 {
4395 "name": "Symfony Community",
4396 "homepage": "https://symfony.com/contributors"
4397 }
4398 ],
4399 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4400 "homepage": "https://symfony.com",
4401 "keywords": [
4402 "compatibility",
4403 "intl",
4404 "normalizer",
4405 "polyfill",
4406 "portable",
4407 "shim"
4408 ],
4409 "support": {
4410 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
4411 },
4412 "funding": [
4413 {
4414 "url": "https://symfony.com/sponsor",
4415 "type": "custom"
4416 },
4417 {
4418 "url": "https://github.com/fabpot",
4419 "type": "github"
4420 },
4421 {
4422 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4423 "type": "tidelift"
4424 }
4425 ],
4426 "time": "2022-05-24T11:49:31+00:00"
4427 },
4428 {
4429 "name": "symfony/polyfill-mbstring",
4430 "version": "v1.26.0",
4431 "source": {
4432 "type": "git",
4433 "url": "https://github.com/symfony/polyfill-mbstring.git",
4434 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
4435 },
4436 "dist": {
4437 "type": "zip",
4438 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
4439 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
4440 "shasum": ""
4441 },
4442 "require": {
4443 "php": ">=7.1"
4444 },
4445 "provide": {
4446 "ext-mbstring": "*"
4447 },
4448 "suggest": {
4449 "ext-mbstring": "For best performance"
4450 },
4451 "type": "library",
4452 "extra": {
4453 "branch-alias": {
4454 "dev-main": "1.26-dev"
4455 },
4456 "thanks": {
4457 "name": "symfony/polyfill",
4458 "url": "https://github.com/symfony/polyfill"
4459 }
4460 },
4461 "autoload": {
4462 "files": [
4463 "bootstrap.php"
4464 ],
4465 "psr-4": {
4466 "Symfony\\Polyfill\\Mbstring\\": ""
4467 }
4468 },
4469 "notification-url": "https://packagist.org/downloads/",
4470 "license": [
4471 "MIT"
4472 ],
4473 "authors": [
4474 {
4475 "name": "Nicolas Grekas",
4476 "email": "p@tchwork.com"
4477 },
4478 {
4479 "name": "Symfony Community",
4480 "homepage": "https://symfony.com/contributors"
4481 }
4482 ],
4483 "description": "Symfony polyfill for the Mbstring extension",
4484 "homepage": "https://symfony.com",
4485 "keywords": [
4486 "compatibility",
4487 "mbstring",
4488 "polyfill",
4489 "portable",
4490 "shim"
4491 ],
4492 "support": {
4493 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
4494 },
4495 "funding": [
4496 {
4497 "url": "https://symfony.com/sponsor",
4498 "type": "custom"
4499 },
4500 {
4501 "url": "https://github.com/fabpot",
4502 "type": "github"
4503 },
4504 {
4505 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4506 "type": "tidelift"
4507 }
4508 ],
4509 "time": "2022-05-24T11:49:31+00:00"
4510 },
4511 {
4512 "name": "symfony/polyfill-php72",
4513 "version": "v1.26.0",
4514 "source": {
4515 "type": "git",
4516 "url": "https://github.com/symfony/polyfill-php72.git",
4517 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
4518 },
4519 "dist": {
4520 "type": "zip",
4521 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
4522 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
4523 "shasum": ""
4524 },
4525 "require": {
4526 "php": ">=7.1"
4527 },
4528 "type": "library",
4529 "extra": {
4530 "branch-alias": {
4531 "dev-main": "1.26-dev"
4532 },
4533 "thanks": {
4534 "name": "symfony/polyfill",
4535 "url": "https://github.com/symfony/polyfill"
4536 }
4537 },
4538 "autoload": {
4539 "files": [
4540 "bootstrap.php"
4541 ],
4542 "psr-4": {
4543 "Symfony\\Polyfill\\Php72\\": ""
4544 }
4545 },
4546 "notification-url": "https://packagist.org/downloads/",
4547 "license": [
4548 "MIT"
4549 ],
4550 "authors": [
4551 {
4552 "name": "Nicolas Grekas",
4553 "email": "p@tchwork.com"
4554 },
4555 {
4556 "name": "Symfony Community",
4557 "homepage": "https://symfony.com/contributors"
4558 }
4559 ],
4560 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4561 "homepage": "https://symfony.com",
4562 "keywords": [
4563 "compatibility",
4564 "polyfill",
4565 "portable",
4566 "shim"
4567 ],
4568 "support": {
4569 "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
4570 },
4571 "funding": [
4572 {
4573 "url": "https://symfony.com/sponsor",
4574 "type": "custom"
4575 },
4576 {
4577 "url": "https://github.com/fabpot",
4578 "type": "github"
4579 },
4580 {
4581 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4582 "type": "tidelift"
4583 }
4584 ],
4585 "time": "2022-05-24T11:49:31+00:00"
4586 },
4587 {
4588 "name": "symfony/polyfill-php73",
4589 "version": "v1.25.0",
4590 "source": {
4591 "type": "git",
4592 "url": "https://github.com/symfony/polyfill-php73.git",
4593 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
4594 },
4595 "dist": {
4596 "type": "zip",
4597 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
4598 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
4599 "shasum": ""
4600 },
4601 "require": {
4602 "php": ">=7.1"
4603 },
4604 "type": "library",
4605 "extra": {
4606 "branch-alias": {
4607 "dev-main": "1.23-dev"
4608 },
4609 "thanks": {
4610 "name": "symfony/polyfill",
4611 "url": "https://github.com/symfony/polyfill"
4612 }
4613 },
4614 "autoload": {
4615 "files": [
4616 "bootstrap.php"
4617 ],
4618 "psr-4": {
4619 "Symfony\\Polyfill\\Php73\\": ""
4620 },
4621 "classmap": [
4622 "Resources/stubs"
4623 ]
4624 },
4625 "notification-url": "https://packagist.org/downloads/",
4626 "license": [
4627 "MIT"
4628 ],
4629 "authors": [
4630 {
4631 "name": "Nicolas Grekas",
4632 "email": "p@tchwork.com"
4633 },
4634 {
4635 "name": "Symfony Community",
4636 "homepage": "https://symfony.com/contributors"
4637 }
4638 ],
4639 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4640 "homepage": "https://symfony.com",
4641 "keywords": [
4642 "compatibility",
4643 "polyfill",
4644 "portable",
4645 "shim"
4646 ],
4647 "support": {
4648 "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
4649 },
4650 "funding": [
4651 {
4652 "url": "https://symfony.com/sponsor",
4653 "type": "custom"
4654 },
4655 {
4656 "url": "https://github.com/fabpot",
4657 "type": "github"
4658 },
4659 {
4660 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4661 "type": "tidelift"
4662 }
4663 ],
4664 "time": "2021-06-05T21:20:04+00:00"
4665 },
4666 {
4667 "name": "symfony/polyfill-php74",
4668 "version": "v1.26.0",
4669 "source": {
4670 "type": "git",
4671 "url": "https://github.com/symfony/polyfill-php74.git",
4672 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033"
4673 },
4674 "dist": {
4675 "type": "zip",
4676 "url": "https://api.github.com/repos/symfony/polyfill-php74/zipball/ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4677 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4678 "shasum": ""
4679 },
4680 "require": {
4681 "php": ">=7.1"
4682 },
4683 "type": "library",
4684 "extra": {
4685 "branch-alias": {
4686 "dev-main": "1.26-dev"
4687 },
4688 "thanks": {
4689 "name": "symfony/polyfill",
4690 "url": "https://github.com/symfony/polyfill"
4691 }
4692 },
4693 "autoload": {
4694 "files": [
4695 "bootstrap.php"
4696 ],
4697 "psr-4": {
4698 "Symfony\\Polyfill\\Php74\\": ""
4699 }
4700 },
4701 "notification-url": "https://packagist.org/downloads/",
4702 "license": [
4703 "MIT"
4704 ],
4705 "authors": [
4706 {
4707 "name": "Ion Bazan",
4708 "email": "ion.bazan@gmail.com"
4709 },
4710 {
4711 "name": "Nicolas Grekas",
4712 "email": "p@tchwork.com"
4713 },
4714 {
4715 "name": "Symfony Community",
4716 "homepage": "https://symfony.com/contributors"
4717 }
4718 ],
4719 "description": "Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions",
4720 "homepage": "https://symfony.com",
4721 "keywords": [
4722 "compatibility",
4723 "polyfill",
4724 "portable",
4725 "shim"
4726 ],
4727 "support": {
4728 "source": "https://github.com/symfony/polyfill-php74/tree/v1.26.0"
4729 },
4730 "funding": [
4731 {
4732 "url": "https://symfony.com/sponsor",
4733 "type": "custom"
4734 },
4735 {
4736 "url": "https://github.com/fabpot",
4737 "type": "github"
4738 },
4739 {
4740 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4741 "type": "tidelift"
4742 }
4743 ],
4744 "time": "2022-05-24T11:49:31+00:00"
4745 },
4746 {
4747 "name": "symfony/polyfill-php80",
4748 "version": "v1.26.0",
4749 "source": {
4750 "type": "git",
4751 "url": "https://github.com/symfony/polyfill-php80.git",
4752 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
4753 },
4754 "dist": {
4755 "type": "zip",
4756 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4757 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4758 "shasum": ""
4759 },
4760 "require": {
4761 "php": ">=7.1"
4762 },
4763 "type": "library",
4764 "extra": {
4765 "branch-alias": {
4766 "dev-main": "1.26-dev"
4767 },
4768 "thanks": {
4769 "name": "symfony/polyfill",
4770 "url": "https://github.com/symfony/polyfill"
4771 }
4772 },
4773 "autoload": {
4774 "files": [
4775 "bootstrap.php"
4776 ],
4777 "psr-4": {
4778 "Symfony\\Polyfill\\Php80\\": ""
4779 },
4780 "classmap": [
4781 "Resources/stubs"
4782 ]
4783 },
4784 "notification-url": "https://packagist.org/downloads/",
4785 "license": [
4786 "MIT"
4787 ],
4788 "authors": [
4789 {
4790 "name": "Ion Bazan",
4791 "email": "ion.bazan@gmail.com"
4792 },
4793 {
4794 "name": "Nicolas Grekas",
4795 "email": "p@tchwork.com"
4796 },
4797 {
4798 "name": "Symfony Community",
4799 "homepage": "https://symfony.com/contributors"
4800 }
4801 ],
4802 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4803 "homepage": "https://symfony.com",
4804 "keywords": [
4805 "compatibility",
4806 "polyfill",
4807 "portable",
4808 "shim"
4809 ],
4810 "support": {
4811 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
4812 },
4813 "funding": [
4814 {
4815 "url": "https://symfony.com/sponsor",
4816 "type": "custom"
4817 },
4818 {
4819 "url": "https://github.com/fabpot",
4820 "type": "github"
4821 },
4822 {
4823 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4824 "type": "tidelift"
4825 }
4826 ],
4827 "time": "2022-05-10T07:21:04+00:00"
4828 },
4829 {
4830 "name": "symfony/polyfill-php81",
4831 "version": "v1.26.0",
4832 "source": {
4833 "type": "git",
4834 "url": "https://github.com/symfony/polyfill-php81.git",
4835 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
4836 },
4837 "dist": {
4838 "type": "zip",
4839 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4840 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4841 "shasum": ""
4842 },
4843 "require": {
4844 "php": ">=7.1"
4845 },
4846 "type": "library",
4847 "extra": {
4848 "branch-alias": {
4849 "dev-main": "1.26-dev"
4850 },
4851 "thanks": {
4852 "name": "symfony/polyfill",
4853 "url": "https://github.com/symfony/polyfill"
4854 }
4855 },
4856 "autoload": {
4857 "files": [
4858 "bootstrap.php"
4859 ],
4860 "psr-4": {
4861 "Symfony\\Polyfill\\Php81\\": ""
4862 },
4863 "classmap": [
4864 "Resources/stubs"
4865 ]
4866 },
4867 "notification-url": "https://packagist.org/downloads/",
4868 "license": [
4869 "MIT"
4870 ],
4871 "authors": [
4872 {
4873 "name": "Nicolas Grekas",
4874 "email": "p@tchwork.com"
4875 },
4876 {
4877 "name": "Symfony Community",
4878 "homepage": "https://symfony.com/contributors"
4879 }
4880 ],
4881 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
4882 "homepage": "https://symfony.com",
4883 "keywords": [
4884 "compatibility",
4885 "polyfill",
4886 "portable",
4887 "shim"
4888 ],
4889 "support": {
4890 "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
4891 },
4892 "funding": [
4893 {
4894 "url": "https://symfony.com/sponsor",
4895 "type": "custom"
4896 },
4897 {
4898 "url": "https://github.com/fabpot",
4899 "type": "github"
4900 },
4901 {
4902 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4903 "type": "tidelift"
4904 }
4905 ],
4906 "time": "2022-05-24T11:49:31+00:00"
4907 },
4908 {
4909 "name": "symfony/polyfill-php82",
4910 "version": "v1.26.0",
4911 "source": {
4912 "type": "git",
4913 "url": "https://github.com/symfony/polyfill-php82.git",
4914 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7"
4915 },
4916 "dist": {
4917 "type": "zip",
4918 "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/a88014fcea4120c9f77b4fefd48942ce38e412e7",
4919 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7",
4920 "shasum": ""
4921 },
4922 "require": {
4923 "php": ">=7.1"
4924 },
4925 "type": "library",
4926 "extra": {
4927 "branch-alias": {
4928 "dev-main": "1.26-dev"
4929 },
4930 "thanks": {
4931 "name": "symfony/polyfill",
4932 "url": "https://github.com/symfony/polyfill"
4933 }
4934 },
4935 "autoload": {
4936 "files": [
4937 "bootstrap.php"
4938 ],
4939 "psr-4": {
4940 "Symfony\\Polyfill\\Php82\\": ""
4941 },
4942 "classmap": [
4943 "Resources/stubs"
4944 ]
4945 },
4946 "notification-url": "https://packagist.org/downloads/",
4947 "license": [
4948 "MIT"
4949 ],
4950 "authors": [
4951 {
4952 "name": "Nicolas Grekas",
4953 "email": "p@tchwork.com"
4954 },
4955 {
4956 "name": "Symfony Community",
4957 "homepage": "https://symfony.com/contributors"
4958 }
4959 ],
4960 "description": "Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions",
4961 "homepage": "https://symfony.com",
4962 "keywords": [
4963 "compatibility",
4964 "polyfill",
4965 "portable",
4966 "shim"
4967 ],
4968 "support": {
4969 "source": "https://github.com/symfony/polyfill-php82/tree/v1.26.0"
4970 },
4971 "funding": [
4972 {
4973 "url": "https://symfony.com/sponsor",
4974 "type": "custom"
4975 },
4976 {
4977 "url": "https://github.com/fabpot",
4978 "type": "github"
4979 },
4980 {
4981 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4982 "type": "tidelift"
4983 }
4984 ],
4985 "time": "2022-05-24T09:13:51+00:00"
4986 },
4987 {
4988 "name": "symfony/process",
4989 "version": "v4.4.41",
4990 "source": {
4991 "type": "git",
4992 "url": "https://github.com/symfony/process.git",
4993 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce"
4994 },
4995 "dist": {
4996 "type": "zip",
4997 "url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce",
4998 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce",
4999 "shasum": ""
5000 },
5001 "require": {
5002 "php": ">=7.1.3",
5003 "symfony/polyfill-php80": "^1.16"
5004 },
5005 "type": "library",
5006 "autoload": {
5007 "psr-4": {
5008 "Symfony\\Component\\Process\\": ""
5009 },
5010 "exclude-from-classmap": [
5011 "/Tests/"
5012 ]
5013 },
5014 "notification-url": "https://packagist.org/downloads/",
5015 "license": [
5016 "MIT"
5017 ],
5018 "authors": [
5019 {
5020 "name": "Fabien Potencier",
5021 "email": "fabien@symfony.com"
5022 },
5023 {
5024 "name": "Symfony Community",
5025 "homepage": "https://symfony.com/contributors"
5026 }
5027 ],
5028 "description": "Executes commands in sub-processes",
5029 "homepage": "https://symfony.com",
5030 "support": {
5031 "source": "https://github.com/symfony/process/tree/v4.4.41"
5032 },
5033 "funding": [
5034 {
5035 "url": "https://symfony.com/sponsor",
5036 "type": "custom"
5037 },
5038 {
5039 "url": "https://github.com/fabpot",
5040 "type": "github"
5041 },
5042 {
5043 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5044 "type": "tidelift"
5045 }
5046 ],
5047 "time": "2022-04-04T10:19:07+00:00"
5048 },
5049 {
5050 "name": "symfony/service-contracts",
5051 "version": "v2.5.2",
5052 "source": {
5053 "type": "git",
5054 "url": "https://github.com/symfony/service-contracts.git",
5055 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
5056 },
5057 "dist": {
5058 "type": "zip",
5059 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5060 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5061 "shasum": ""
5062 },
5063 "require": {
5064 "php": ">=7.2.5",
5065 "psr/container": "^1.1",
5066 "symfony/deprecation-contracts": "^2.1|^3"
5067 },
5068 "conflict": {
5069 "ext-psr": "<1.1|>=2"
5070 },
5071 "suggest": {
5072 "symfony/service-implementation": ""
5073 },
5074 "type": "library",
5075 "extra": {
5076 "branch-alias": {
5077 "dev-main": "2.5-dev"
5078 },
5079 "thanks": {
5080 "name": "symfony/contracts",
5081 "url": "https://github.com/symfony/contracts"
5082 }
5083 },
5084 "autoload": {
5085 "psr-4": {
5086 "Symfony\\Contracts\\Service\\": ""
5087 }
5088 },
5089 "notification-url": "https://packagist.org/downloads/",
5090 "license": [
5091 "MIT"
5092 ],
5093 "authors": [
5094 {
5095 "name": "Nicolas Grekas",
5096 "email": "p@tchwork.com"
5097 },
5098 {
5099 "name": "Symfony Community",
5100 "homepage": "https://symfony.com/contributors"
5101 }
5102 ],
5103 "description": "Generic abstractions related to writing services",
5104 "homepage": "https://symfony.com",
5105 "keywords": [
5106 "abstractions",
5107 "contracts",
5108 "decoupling",
5109 "interfaces",
5110 "interoperability",
5111 "standards"
5112 ],
5113 "support": {
5114 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
5115 },
5116 "funding": [
5117 {
5118 "url": "https://symfony.com/sponsor",
5119 "type": "custom"
5120 },
5121 {
5122 "url": "https://github.com/fabpot",
5123 "type": "github"
5124 },
5125 {
5126 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5127 "type": "tidelift"
5128 }
5129 ],
5130 "time": "2022-05-30T19:17:29+00:00"
5131 },
5132 {
5133 "name": "symfony/var-dumper",
5134 "version": "v3.4.47",
5135 "source": {
5136 "type": "git",
5137 "url": "https://github.com/symfony/var-dumper.git",
5138 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
5139 },
5140 "dist": {
5141 "type": "zip",
5142 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
5143 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
5144 "shasum": ""
5145 },
5146 "require": {
5147 "php": "^5.5.9|>=7.0.8",
5148 "symfony/polyfill-mbstring": "~1.0"
5149 },
5150 "conflict": {
5151 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5152 },
5153 "require-dev": {
5154 "ext-iconv": "*",
5155 "twig/twig": "~1.34|~2.4"
5156 },
5157 "suggest": {
5158 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5159 "ext-intl": "To show region name in time zone dump",
5160 "ext-symfony_debug": ""
5161 },
5162 "type": "library",
5163 "autoload": {
5164 "files": [
5165 "Resources/functions/dump.php"
5166 ],
5167 "psr-4": {
5168 "Symfony\\Component\\VarDumper\\": ""
5169 },
5170 "exclude-from-classmap": [
5171 "/Tests/"
5172 ]
5173 },
5174 "notification-url": "https://packagist.org/downloads/",
5175 "license": [
5176 "MIT"
5177 ],
5178 "authors": [
5179 {
5180 "name": "Nicolas Grekas",
5181 "email": "p@tchwork.com"
5182 },
5183 {
5184 "name": "Symfony Community",
5185 "homepage": "https://symfony.com/contributors"
5186 }
5187 ],
5188 "description": "Symfony mechanism for exploring and dumping PHP variables",
5189 "homepage": "https://symfony.com",
5190 "keywords": [
5191 "debug",
5192 "dump"
5193 ],
5194 "support": {
5195 "source": "https://github.com/symfony/var-dumper/tree/v3.4.47"
5196 },
5197 "funding": [
5198 {
5199 "url": "https://symfony.com/sponsor",
5200 "type": "custom"
5201 },
5202 {
5203 "url": "https://github.com/fabpot",
5204 "type": "github"
5205 },
5206 {
5207 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5208 "type": "tidelift"
5209 }
5210 ],
5211 "time": "2020-10-24T10:57:07+00:00"
5212 },
5213 {
5214 "name": "tecnickcom/tcpdf",
5215 "version": "6.4.4",
5216 "source": {
5217 "type": "git",
5218 "url": "https://github.com/tecnickcom/TCPDF.git",
5219 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
5220 },
5221 "dist": {
5222 "type": "zip",
5223 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
5224 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
5225 "shasum": ""
5226 },
5227 "require": {
5228 "php": ">=5.3.0"
5229 },
5230 "type": "library",
5231 "autoload": {
5232 "classmap": [
5233 "config",
5234 "include",
5235 "tcpdf.php",
5236 "tcpdf_parser.php",
5237 "tcpdf_import.php",
5238 "tcpdf_barcodes_1d.php",
5239 "tcpdf_barcodes_2d.php",
5240 "include/tcpdf_colors.php",
5241 "include/tcpdf_filters.php",
5242 "include/tcpdf_font_data.php",
5243 "include/tcpdf_fonts.php",
5244 "include/tcpdf_images.php",
5245 "include/tcpdf_static.php",
5246 "include/barcodes/datamatrix.php",
5247 "include/barcodes/pdf417.php",
5248 "include/barcodes/qrcode.php"
5249 ]
5250 },
5251 "notification-url": "https://packagist.org/downloads/",
5252 "license": [
5253 "LGPL-3.0-only"
5254 ],
5255 "authors": [
5256 {
5257 "name": "Nicola Asuni",
5258 "email": "info@tecnick.com",
5259 "role": "lead"
5260 }
5261 ],
5262 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5263 "homepage": "http://www.tcpdf.org/",
5264 "keywords": [
5265 "PDFD32000-2008",
5266 "TCPDF",
5267 "barcodes",
5268 "datamatrix",
5269 "pdf",
5270 "pdf417",
5271 "qrcode"
5272 ],
5273 "support": {
5274 "issues": "https://github.com/tecnickcom/TCPDF/issues",
5275 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
5276 },
5277 "funding": [
5278 {
5279 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5280 "type": "custom"
5281 }
5282 ],
5283 "time": "2021-12-31T08:39:24+00:00"
5284 },
5285 {
5286 "name": "togos/gitignore",
5287 "version": "1.1.1",
5288 "source": {
5289 "type": "git",
5290 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
5291 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
5292 },
5293 "dist": {
5294 "type": "zip",
5295 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5296 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5297 "shasum": ""
5298 },
5299 "require": {
5300 "php": ">=5.2"
5301 },
5302 "require-dev": {
5303 "togos/simpler-test": "1.1.1"
5304 },
5305 "type": "library",
5306 "autoload": {
5307 "psr-0": {
5308 "TOGoS_GitIgnore_": "src/main/php/"
5309 }
5310 },
5311 "notification-url": "https://packagist.org/downloads/",
5312 "license": [
5313 "MIT"
5314 ],
5315 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
5316 "support": {
5317 "issues": "https://github.com/TOGoS/PHPGitIgnore/issues",
5318 "source": "https://github.com/TOGoS/PHPGitIgnore/tree/master"
5319 },
5320 "time": "2019-04-19T19:16:58+00:00"
5321 },
5322 {
5323 "name": "totten/ca-config",
5324 "version": "v22.05.0",
5325 "source": {
5326 "type": "git",
5327 "url": "https://github.com/totten/ca_config.git",
5328 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db"
5329 },
5330 "dist": {
5331 "type": "zip",
5332 "url": "https://api.github.com/repos/totten/ca_config/zipball/5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
5333 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
5334 "shasum": ""
5335 },
5336 "require": {
5337 "php": ">=5.2"
5338 },
5339 "type": "library",
5340 "autoload": {
5341 "psr-0": {
5342 "CA_Config": "src/"
5343 }
5344 },
5345 "notification-url": "https://packagist.org/downloads/",
5346 "license": [
5347 "BSD-2-Clause"
5348 ],
5349 "authors": [
5350 {
5351 "name": "Tim Otten",
5352 "email": "to-git@think.hm"
5353 }
5354 ],
5355 "description": "Default configuration for certificate authorities",
5356 "homepage": "https://github.com/totten/ca_config",
5357 "support": {
5358 "issues": "https://github.com/totten/ca_config/issues",
5359 "source": "https://github.com/totten/ca_config/tree/v22.05.0"
5360 },
5361 "time": "2022-05-05T05:35:59+00:00"
5362 },
5363 {
5364 "name": "totten/lurkerlite",
5365 "version": "1.3.0",
5366 "source": {
5367 "type": "git",
5368 "url": "https://github.com/totten/Lurker.git",
5369 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
5370 },
5371 "dist": {
5372 "type": "zip",
5373 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
5374 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
5375 "shasum": ""
5376 },
5377 "require": {
5378 "php": ">=5.3.3"
5379 },
5380 "replace": {
5381 "henrikbjorn/lurker": "*"
5382 },
5383 "suggest": {
5384 "ext-inotify": ">=0.1.6"
5385 },
5386 "type": "library",
5387 "extra": {
5388 "branch-alias": {
5389 "dev-master": "1.3.x-dev"
5390 }
5391 },
5392 "autoload": {
5393 "psr-0": {
5394 "Lurker": "src"
5395 }
5396 },
5397 "notification-url": "https://packagist.org/downloads/",
5398 "license": [
5399 "MIT"
5400 ],
5401 "authors": [
5402 {
5403 "name": "Konstantin Kudryashov",
5404 "email": "ever.zet@gmail.com"
5405 },
5406 {
5407 "name": "Yaroslav Kiliba",
5408 "email": "om.dattaya@gmail.com"
5409 },
5410 {
5411 "name": "Henrik Bjrnskov",
5412 "email": "henrik@bjrnskov.dk"
5413 }
5414 ],
5415 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
5416 "keywords": [
5417 "filesystem",
5418 "resource",
5419 "watching"
5420 ],
5421 "support": {
5422 "source": "https://github.com/totten/Lurker/tree/1.3.0"
5423 },
5424 "time": "2020-09-01T10:01:01+00:00"
5425 },
5426 {
5427 "name": "tplaner/when",
5428 "version": "3.0.0+php53",
5429 "dist": {
5430 "type": "zip",
5431 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
5432 },
5433 "require": {
5434 "php": ">=5.3.0"
5435 },
5436 "require-dev": {
5437 "phpunit/phpunit": "~4.0"
5438 },
5439 "type": "library",
5440 "autoload": {
5441 "psr-4": {
5442 "When\\": "src/"
5443 }
5444 },
5445 "license": [
5446 "MIT"
5447 ],
5448 "authors": [
5449 {
5450 "name": "Tom Planer",
5451 "email": "tplaner@gmail.com"
5452 }
5453 ],
5454 "description": "Date/Calendar recursion library.",
5455 "homepage": "https://github.com/tplaner/When",
5456 "keywords": [
5457 "DateTime",
5458 "date",
5459 "recurrence",
5460 "time"
5461 ]
5462 },
5463 {
5464 "name": "tubalmartin/cssmin",
5465 "version": "v4.1.1",
5466 "source": {
5467 "type": "git",
5468 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
5469 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
5470 },
5471 "dist": {
5472 "type": "zip",
5473 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5474 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5475 "shasum": ""
5476 },
5477 "require": {
5478 "ext-pcre": "*",
5479 "php": ">=5.3.2"
5480 },
5481 "require-dev": {
5482 "cogpowered/finediff": "0.3.*",
5483 "phpunit/phpunit": "4.8.*"
5484 },
5485 "bin": [
5486 "cssmin"
5487 ],
5488 "type": "library",
5489 "autoload": {
5490 "psr-4": {
5491 "tubalmartin\\CssMin\\": "src"
5492 }
5493 },
5494 "notification-url": "https://packagist.org/downloads/",
5495 "license": [
5496 "BSD-3-Clause"
5497 ],
5498 "authors": [
5499 {
5500 "name": "Túbal Martín",
5501 "homepage": "http://tubalmartin.me/"
5502 }
5503 ],
5504 "description": "A PHP port of the YUI CSS compressor",
5505 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
5506 "keywords": [
5507 "compress",
5508 "compressor",
5509 "css",
5510 "cssmin",
5511 "minify",
5512 "yui"
5513 ],
5514 "support": {
5515 "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
5516 "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
5517 },
5518 "time": "2018-01-15T15:26:51+00:00"
5519 },
5520 {
5521 "name": "typo3/phar-stream-wrapper",
5522 "version": "v3.1.4",
5523 "source": {
5524 "type": "git",
5525 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
5526 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
5527 },
5528 "dist": {
5529 "type": "zip",
5530 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5531 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5532 "shasum": ""
5533 },
5534 "require": {
5535 "ext-json": "*",
5536 "php": "^7.0"
5537 },
5538 "require-dev": {
5539 "ext-xdebug": "*",
5540 "phpunit/phpunit": "^6.5"
5541 },
5542 "suggest": {
5543 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
5544 },
5545 "type": "library",
5546 "extra": {
5547 "branch-alias": {
5548 "dev-master": "v3.x-dev"
5549 }
5550 },
5551 "autoload": {
5552 "psr-4": {
5553 "TYPO3\\PharStreamWrapper\\": "src/"
5554 }
5555 },
5556 "notification-url": "https://packagist.org/downloads/",
5557 "license": [
5558 "MIT"
5559 ],
5560 "description": "Interceptors for PHP's native phar:// stream handling",
5561 "homepage": "https://typo3.org/",
5562 "keywords": [
5563 "phar",
5564 "php",
5565 "security",
5566 "stream-wrapper"
5567 ],
5568 "support": {
5569 "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
5570 "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master"
5571 },
5572 "time": "2019-12-10T11:53:27+00:00"
5573 },
5574 {
5575 "name": "xkerman/restricted-unserialize",
5576 "version": "1.1.12",
5577 "source": {
5578 "type": "git",
5579 "url": "https://github.com/xKerman/restricted-unserialize.git",
5580 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
5581 },
5582 "dist": {
5583 "type": "zip",
5584 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
5585 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
5586 "shasum": ""
5587 },
5588 "require": {
5589 "php": ">=5.2"
5590 },
5591 "require-dev": {
5592 "nikic/php-parser": "^1.4|^3.0|^4.2",
5593 "phpmd/phpmd": "^2.6",
5594 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
5595 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
5596 "squizlabs/php_codesniffer": "^2.9|^3.4"
5597 },
5598 "type": "library",
5599 "autoload": {
5600 "files": [
5601 "src/function.php"
5602 ],
5603 "psr-4": {
5604 "xKerman\\Restricted\\": "src"
5605 }
5606 },
5607 "notification-url": "https://packagist.org/downloads/",
5608 "license": [
5609 "MIT"
5610 ],
5611 "authors": [
5612 {
5613 "name": "xKerman",
5614 "email": "xKhorasan@gmail.com"
5615 }
5616 ],
5617 "description": "provide PHP Object Injection safe unserialize function",
5618 "keywords": [
5619 "PHP Object Injection",
5620 "deserialize",
5621 "unserialize"
5622 ],
5623 "support": {
5624 "issues": "https://github.com/xKerman/restricted-unserialize/issues",
5625 "source": "https://github.com/xKerman/restricted-unserialize/tree/1.1.12"
5626 },
5627 "time": "2019-08-11T00:04:39+00:00"
5628 },
5629 {
5630 "name": "zetacomponents/base",
5631 "version": "1.9.3",
5632 "source": {
5633 "type": "git",
5634 "url": "https://github.com/zetacomponents/Base.git",
5635 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8"
5636 },
5637 "dist": {
5638 "type": "zip",
5639 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
5640 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
5641 "shasum": ""
5642 },
5643 "require-dev": {
5644 "phpunit/phpunit": "~8.0",
5645 "zetacomponents/unit-test": "*"
5646 },
5647 "type": "library",
5648 "autoload": {
5649 "classmap": [
5650 "src"
5651 ]
5652 },
5653 "notification-url": "https://packagist.org/downloads/",
5654 "license": [
5655 "Apache-2.0"
5656 ],
5657 "authors": [
5658 {
5659 "name": "Sergey Alexeev"
5660 },
5661 {
5662 "name": "Sebastian Bergmann"
5663 },
5664 {
5665 "name": "Jan Borsodi"
5666 },
5667 {
5668 "name": "Raymond Bosman"
5669 },
5670 {
5671 "name": "Frederik Holljen"
5672 },
5673 {
5674 "name": "Kore Nordmann"
5675 },
5676 {
5677 "name": "Derick Rethans"
5678 },
5679 {
5680 "name": "Vadym Savchuk"
5681 },
5682 {
5683 "name": "Tobias Schlitt"
5684 },
5685 {
5686 "name": "Alexandru Stanoi"
5687 }
5688 ],
5689 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
5690 "homepage": "https://github.com/zetacomponents",
5691 "support": {
5692 "issues": "https://github.com/zetacomponents/Base/issues",
5693 "source": "https://github.com/zetacomponents/Base/tree/1.9.3"
5694 },
5695 "time": "2021-07-25T15:46:08+00:00"
5696 },
5697 {
5698 "name": "zetacomponents/mail",
5699 "version": "1.9.2",
5700 "source": {
5701 "type": "git",
5702 "url": "https://github.com/zetacomponents/Mail.git",
5703 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
5704 },
5705 "dist": {
5706 "type": "zip",
5707 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
5708 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
5709 "shasum": ""
5710 },
5711 "require": {
5712 "zetacomponents/base": "~1.8"
5713 },
5714 "require-dev": {
5715 "phpunit/phpunit": "~7.5",
5716 "zetacomponents/unit-test": "*"
5717 },
5718 "type": "library",
5719 "autoload": {
5720 "classmap": [
5721 "src"
5722 ]
5723 },
5724 "notification-url": "https://packagist.org/downloads/",
5725 "license": [
5726 "Apache-2.0"
5727 ],
5728 "authors": [
5729 {
5730 "name": "Sergey Alexeev"
5731 },
5732 {
5733 "name": "Sebastian Bergmann"
5734 },
5735 {
5736 "name": "Jan Borsodi"
5737 },
5738 {
5739 "name": "Raymond Bosman"
5740 },
5741 {
5742 "name": "Frederik Holljen"
5743 },
5744 {
5745 "name": "Kore Nordmann"
5746 },
5747 {
5748 "name": "Derick Rethans"
5749 },
5750 {
5751 "name": "Vadym Savchuk"
5752 },
5753 {
5754 "name": "Tobias Schlitt"
5755 },
5756 {
5757 "name": "Alexandru Stanoi"
5758 },
5759 {
5760 "name": "Sinisa Dukaric"
5761 },
5762 {
5763 "name": "Mikko Koppanen"
5764 },
5765 {
5766 "name": "Christian Michel"
5767 }
5768 ],
5769 "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.",
5770 "homepage": "https://github.com/zetacomponents",
5771 "support": {
5772 "issues": "https://github.com/zetacomponents/Mail/issues",
5773 "source": "https://github.com/zetacomponents/Mail/tree/1.9.2"
5774 },
5775 "time": "2020-06-13T12:38:26+00:00"
5776 }
5777 ],
5778 "packages-dev": [],
5779 "aliases": [],
5780 "minimum-stability": "stable",
5781 "stability-flags": [],
5782 "prefer-stable": false,
5783 "prefer-lowest": false,
5784 "platform": {
5785 "php": "~7.2.5 || ~7.3 || ~8",
5786 "ext-intl": "*",
5787 "ext-json": "*"
5788 },
5789 "platform-dev": [],
5790 "platform-overrides": {
5791 "php": "7.2.5"
5792 },
5793 "plugin-api-version": "2.3.0"
5794 }