Merge pull request #24011 from demeritcowboy/composerlock
[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": "85fe2247e48442ca8427938514785be8",
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.3",
339 "source": {
340 "type": "git",
341 "url": "https://github.com/civicrm/composer-compile-lib.git",
342 "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244"
343 },
344 "dist": {
345 "type": "zip",
346 "url": "https://api.github.com/repos/civicrm/composer-compile-lib/zipball/980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
347 "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
348 "shasum": ""
349 },
350 "require": {
351 "civicrm/composer-compile-plugin": "~0.9 || ~1.0",
352 "padaliyajay/php-autoprefixer": "~1.2",
353 "scssphp/scssphp": "~1.2",
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.3"
400 },
401 "time": "2020-10-03T00:11:18+00:00"
402 },
403 {
404 "name": "civicrm/composer-compile-plugin",
405 "version": "v0.18",
406 "source": {
407 "type": "git",
408 "url": "https://github.com/civicrm/composer-compile-plugin.git",
409 "reference": "158be6061320c2f481e1aa8f821be5c7e0eea220"
410 },
411 "dist": {
412 "type": "zip",
413 "url": "https://api.github.com/repos/civicrm/composer-compile-plugin/zipball/158be6061320c2f481e1aa8f821be5c7e0eea220",
414 "reference": "158be6061320c2f481e1aa8f821be5c7e0eea220",
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.18"
449 },
450 "time": "2022-04-01T08:01:29+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.0",
509 "source": {
510 "type": "git",
511 "url": "https://github.com/cweagans/composer-patches.git",
512 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
513 },
514 "dist": {
515 "type": "zip",
516 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
517 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
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.0"
551 },
552 "time": "2020-09-30T17:56: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.1",
2786 "source": {
2787 "type": "git",
2788 "url": "https://github.com/PHPOffice/PHPWord.git",
2789 "reference": "06b90e39a36872c6ee73534e1a073f4b3132fc6a"
2790 },
2791 "dist": {
2792 "type": "zip",
2793 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/06b90e39a36872c6ee73534e1a073f4b3132fc6a",
2794 "reference": "06b90e39a36872c6ee73534e1a073f4b3132fc6a",
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.18-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.1"
2892 },
2893 "time": "2021-03-08T01:06:35+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": "1.2.1",
3509 "source": {
3510 "type": "git",
3511 "url": "https://github.com/scssphp/scssphp.git",
3512 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1"
3513 },
3514 "dist": {
3515 "type": "zip",
3516 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
3517 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
3518 "shasum": ""
3519 },
3520 "require": {
3521 "ext-ctype": "*",
3522 "ext-json": "*",
3523 "php": ">=5.6.0"
3524 },
3525 "require-dev": {
3526 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
3527 "sass/sass-spec": "2020.08.10",
3528 "squizlabs/php_codesniffer": "~3.5",
3529 "twbs/bootstrap": "~4.3",
3530 "zurb/foundation": "~6.5"
3531 },
3532 "bin": [
3533 "bin/pscss"
3534 ],
3535 "type": "library",
3536 "autoload": {
3537 "psr-4": {
3538 "ScssPhp\\ScssPhp\\": "src/"
3539 }
3540 },
3541 "notification-url": "https://packagist.org/downloads/",
3542 "license": [
3543 "MIT"
3544 ],
3545 "authors": [
3546 {
3547 "name": "Anthon Pang",
3548 "email": "apang@softwaredevelopment.ca",
3549 "homepage": "https://github.com/robocoder"
3550 },
3551 {
3552 "name": "Cédric Morin",
3553 "email": "cedric@yterium.com",
3554 "homepage": "https://github.com/Cerdic"
3555 }
3556 ],
3557 "description": "scssphp is a compiler for SCSS written in PHP.",
3558 "homepage": "http://scssphp.github.io/scssphp/",
3559 "keywords": [
3560 "css",
3561 "less",
3562 "sass",
3563 "scss",
3564 "stylesheet"
3565 ],
3566 "support": {
3567 "issues": "https://github.com/scssphp/scssphp/issues",
3568 "source": "https://github.com/scssphp/scssphp/tree/1.2.1"
3569 },
3570 "time": "2020-09-07T21:15:42+00:00"
3571 },
3572 {
3573 "name": "symfony/config",
3574 "version": "v4.4.42",
3575 "source": {
3576 "type": "git",
3577 "url": "https://github.com/symfony/config.git",
3578 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81"
3579 },
3580 "dist": {
3581 "type": "zip",
3582 "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81",
3583 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81",
3584 "shasum": ""
3585 },
3586 "require": {
3587 "php": ">=7.1.3",
3588 "symfony/filesystem": "^3.4|^4.0|^5.0",
3589 "symfony/polyfill-ctype": "~1.8",
3590 "symfony/polyfill-php80": "^1.16",
3591 "symfony/polyfill-php81": "^1.22"
3592 },
3593 "conflict": {
3594 "symfony/finder": "<3.4"
3595 },
3596 "require-dev": {
3597 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
3598 "symfony/finder": "^3.4|^4.0|^5.0",
3599 "symfony/messenger": "^4.1|^5.0",
3600 "symfony/service-contracts": "^1.1|^2",
3601 "symfony/yaml": "^3.4|^4.0|^5.0"
3602 },
3603 "suggest": {
3604 "symfony/yaml": "To use the yaml reference dumper"
3605 },
3606 "type": "library",
3607 "autoload": {
3608 "psr-4": {
3609 "Symfony\\Component\\Config\\": ""
3610 },
3611 "exclude-from-classmap": [
3612 "/Tests/"
3613 ]
3614 },
3615 "notification-url": "https://packagist.org/downloads/",
3616 "license": [
3617 "MIT"
3618 ],
3619 "authors": [
3620 {
3621 "name": "Fabien Potencier",
3622 "email": "fabien@symfony.com"
3623 },
3624 {
3625 "name": "Symfony Community",
3626 "homepage": "https://symfony.com/contributors"
3627 }
3628 ],
3629 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
3630 "homepage": "https://symfony.com",
3631 "support": {
3632 "source": "https://github.com/symfony/config/tree/v4.4.42"
3633 },
3634 "funding": [
3635 {
3636 "url": "https://symfony.com/sponsor",
3637 "type": "custom"
3638 },
3639 {
3640 "url": "https://github.com/fabpot",
3641 "type": "github"
3642 },
3643 {
3644 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3645 "type": "tidelift"
3646 }
3647 ],
3648 "time": "2022-05-17T07:10:14+00:00"
3649 },
3650 {
3651 "name": "symfony/dependency-injection",
3652 "version": "v4.4.43",
3653 "source": {
3654 "type": "git",
3655 "url": "https://github.com/symfony/dependency-injection.git",
3656 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd"
3657 },
3658 "dist": {
3659 "type": "zip",
3660 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
3661 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
3662 "shasum": ""
3663 },
3664 "require": {
3665 "php": ">=7.1.3",
3666 "psr/container": "^1.0",
3667 "symfony/polyfill-php80": "^1.16",
3668 "symfony/service-contracts": "^1.1.6|^2"
3669 },
3670 "conflict": {
3671 "symfony/config": "<4.3|>=5.0",
3672 "symfony/finder": "<3.4",
3673 "symfony/proxy-manager-bridge": "<3.4",
3674 "symfony/yaml": "<4.4.26"
3675 },
3676 "provide": {
3677 "psr/container-implementation": "1.0",
3678 "symfony/service-implementation": "1.0|2.0"
3679 },
3680 "require-dev": {
3681 "symfony/config": "^4.3",
3682 "symfony/expression-language": "^3.4|^4.0|^5.0",
3683 "symfony/yaml": "^4.4.26|^5.0"
3684 },
3685 "suggest": {
3686 "symfony/config": "",
3687 "symfony/expression-language": "For using expressions in service container configuration",
3688 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
3689 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3690 "symfony/yaml": ""
3691 },
3692 "type": "library",
3693 "autoload": {
3694 "psr-4": {
3695 "Symfony\\Component\\DependencyInjection\\": ""
3696 },
3697 "exclude-from-classmap": [
3698 "/Tests/"
3699 ]
3700 },
3701 "notification-url": "https://packagist.org/downloads/",
3702 "license": [
3703 "MIT"
3704 ],
3705 "authors": [
3706 {
3707 "name": "Fabien Potencier",
3708 "email": "fabien@symfony.com"
3709 },
3710 {
3711 "name": "Symfony Community",
3712 "homepage": "https://symfony.com/contributors"
3713 }
3714 ],
3715 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
3716 "homepage": "https://symfony.com",
3717 "support": {
3718 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.43"
3719 },
3720 "funding": [
3721 {
3722 "url": "https://symfony.com/sponsor",
3723 "type": "custom"
3724 },
3725 {
3726 "url": "https://github.com/fabpot",
3727 "type": "github"
3728 },
3729 {
3730 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3731 "type": "tidelift"
3732 }
3733 ],
3734 "time": "2022-06-22T15:01:38+00:00"
3735 },
3736 {
3737 "name": "symfony/deprecation-contracts",
3738 "version": "v2.5.2",
3739 "source": {
3740 "type": "git",
3741 "url": "https://github.com/symfony/deprecation-contracts.git",
3742 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
3743 },
3744 "dist": {
3745 "type": "zip",
3746 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
3747 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
3748 "shasum": ""
3749 },
3750 "require": {
3751 "php": ">=7.1"
3752 },
3753 "type": "library",
3754 "extra": {
3755 "branch-alias": {
3756 "dev-main": "2.5-dev"
3757 },
3758 "thanks": {
3759 "name": "symfony/contracts",
3760 "url": "https://github.com/symfony/contracts"
3761 }
3762 },
3763 "autoload": {
3764 "files": [
3765 "function.php"
3766 ]
3767 },
3768 "notification-url": "https://packagist.org/downloads/",
3769 "license": [
3770 "MIT"
3771 ],
3772 "authors": [
3773 {
3774 "name": "Nicolas Grekas",
3775 "email": "p@tchwork.com"
3776 },
3777 {
3778 "name": "Symfony Community",
3779 "homepage": "https://symfony.com/contributors"
3780 }
3781 ],
3782 "description": "A generic function and convention to trigger deprecation notices",
3783 "homepage": "https://symfony.com",
3784 "support": {
3785 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
3786 },
3787 "funding": [
3788 {
3789 "url": "https://symfony.com/sponsor",
3790 "type": "custom"
3791 },
3792 {
3793 "url": "https://github.com/fabpot",
3794 "type": "github"
3795 },
3796 {
3797 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3798 "type": "tidelift"
3799 }
3800 ],
3801 "time": "2022-01-02T09:53:40+00:00"
3802 },
3803 {
3804 "name": "symfony/event-dispatcher",
3805 "version": "v4.4.42",
3806 "source": {
3807 "type": "git",
3808 "url": "https://github.com/symfony/event-dispatcher.git",
3809 "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
3810 },
3811 "dist": {
3812 "type": "zip",
3813 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
3814 "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
3815 "shasum": ""
3816 },
3817 "require": {
3818 "php": ">=7.1.3",
3819 "symfony/event-dispatcher-contracts": "^1.1",
3820 "symfony/polyfill-php80": "^1.16"
3821 },
3822 "conflict": {
3823 "symfony/dependency-injection": "<3.4"
3824 },
3825 "provide": {
3826 "psr/event-dispatcher-implementation": "1.0",
3827 "symfony/event-dispatcher-implementation": "1.1"
3828 },
3829 "require-dev": {
3830 "psr/log": "^1|^2|^3",
3831 "symfony/config": "^3.4|^4.0|^5.0",
3832 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3833 "symfony/error-handler": "~3.4|~4.4",
3834 "symfony/expression-language": "^3.4|^4.0|^5.0",
3835 "symfony/http-foundation": "^3.4|^4.0|^5.0",
3836 "symfony/service-contracts": "^1.1|^2",
3837 "symfony/stopwatch": "^3.4|^4.0|^5.0"
3838 },
3839 "suggest": {
3840 "symfony/dependency-injection": "",
3841 "symfony/http-kernel": ""
3842 },
3843 "type": "library",
3844 "autoload": {
3845 "psr-4": {
3846 "Symfony\\Component\\EventDispatcher\\": ""
3847 },
3848 "exclude-from-classmap": [
3849 "/Tests/"
3850 ]
3851 },
3852 "notification-url": "https://packagist.org/downloads/",
3853 "license": [
3854 "MIT"
3855 ],
3856 "authors": [
3857 {
3858 "name": "Fabien Potencier",
3859 "email": "fabien@symfony.com"
3860 },
3861 {
3862 "name": "Symfony Community",
3863 "homepage": "https://symfony.com/contributors"
3864 }
3865 ],
3866 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3867 "homepage": "https://symfony.com",
3868 "support": {
3869 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
3870 },
3871 "funding": [
3872 {
3873 "url": "https://symfony.com/sponsor",
3874 "type": "custom"
3875 },
3876 {
3877 "url": "https://github.com/fabpot",
3878 "type": "github"
3879 },
3880 {
3881 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3882 "type": "tidelift"
3883 }
3884 ],
3885 "time": "2022-05-05T15:33:49+00:00"
3886 },
3887 {
3888 "name": "symfony/event-dispatcher-contracts",
3889 "version": "v1.1.13",
3890 "source": {
3891 "type": "git",
3892 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3893 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
3894 },
3895 "dist": {
3896 "type": "zip",
3897 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
3898 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
3899 "shasum": ""
3900 },
3901 "require": {
3902 "php": ">=7.1.3"
3903 },
3904 "suggest": {
3905 "psr/event-dispatcher": "",
3906 "symfony/event-dispatcher-implementation": ""
3907 },
3908 "type": "library",
3909 "extra": {
3910 "branch-alias": {
3911 "dev-main": "1.1-dev"
3912 },
3913 "thanks": {
3914 "name": "symfony/contracts",
3915 "url": "https://github.com/symfony/contracts"
3916 }
3917 },
3918 "autoload": {
3919 "psr-4": {
3920 "Symfony\\Contracts\\EventDispatcher\\": ""
3921 }
3922 },
3923 "notification-url": "https://packagist.org/downloads/",
3924 "license": [
3925 "MIT"
3926 ],
3927 "authors": [
3928 {
3929 "name": "Nicolas Grekas",
3930 "email": "p@tchwork.com"
3931 },
3932 {
3933 "name": "Symfony Community",
3934 "homepage": "https://symfony.com/contributors"
3935 }
3936 ],
3937 "description": "Generic abstractions related to dispatching event",
3938 "homepage": "https://symfony.com",
3939 "keywords": [
3940 "abstractions",
3941 "contracts",
3942 "decoupling",
3943 "interfaces",
3944 "interoperability",
3945 "standards"
3946 ],
3947 "support": {
3948 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
3949 },
3950 "funding": [
3951 {
3952 "url": "https://symfony.com/sponsor",
3953 "type": "custom"
3954 },
3955 {
3956 "url": "https://github.com/fabpot",
3957 "type": "github"
3958 },
3959 {
3960 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3961 "type": "tidelift"
3962 }
3963 ],
3964 "time": "2022-01-02T09:41:36+00:00"
3965 },
3966 {
3967 "name": "symfony/filesystem",
3968 "version": "v4.4.42",
3969 "source": {
3970 "type": "git",
3971 "url": "https://github.com/symfony/filesystem.git",
3972 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
3973 },
3974 "dist": {
3975 "type": "zip",
3976 "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
3977 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
3978 "shasum": ""
3979 },
3980 "require": {
3981 "php": ">=7.1.3",
3982 "symfony/polyfill-ctype": "~1.8",
3983 "symfony/polyfill-php80": "^1.16"
3984 },
3985 "type": "library",
3986 "autoload": {
3987 "psr-4": {
3988 "Symfony\\Component\\Filesystem\\": ""
3989 },
3990 "exclude-from-classmap": [
3991 "/Tests/"
3992 ]
3993 },
3994 "notification-url": "https://packagist.org/downloads/",
3995 "license": [
3996 "MIT"
3997 ],
3998 "authors": [
3999 {
4000 "name": "Fabien Potencier",
4001 "email": "fabien@symfony.com"
4002 },
4003 {
4004 "name": "Symfony Community",
4005 "homepage": "https://symfony.com/contributors"
4006 }
4007 ],
4008 "description": "Provides basic utilities for the filesystem",
4009 "homepage": "https://symfony.com",
4010 "support": {
4011 "source": "https://github.com/symfony/filesystem/tree/v4.4.42"
4012 },
4013 "funding": [
4014 {
4015 "url": "https://symfony.com/sponsor",
4016 "type": "custom"
4017 },
4018 {
4019 "url": "https://github.com/fabpot",
4020 "type": "github"
4021 },
4022 {
4023 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4024 "type": "tidelift"
4025 }
4026 ],
4027 "time": "2022-05-20T08:49:14+00:00"
4028 },
4029 {
4030 "name": "symfony/finder",
4031 "version": "v4.4.41",
4032 "source": {
4033 "type": "git",
4034 "url": "https://github.com/symfony/finder.git",
4035 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a"
4036 },
4037 "dist": {
4038 "type": "zip",
4039 "url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a",
4040 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a",
4041 "shasum": ""
4042 },
4043 "require": {
4044 "php": ">=7.1.3",
4045 "symfony/polyfill-php80": "^1.16"
4046 },
4047 "type": "library",
4048 "autoload": {
4049 "psr-4": {
4050 "Symfony\\Component\\Finder\\": ""
4051 },
4052 "exclude-from-classmap": [
4053 "/Tests/"
4054 ]
4055 },
4056 "notification-url": "https://packagist.org/downloads/",
4057 "license": [
4058 "MIT"
4059 ],
4060 "authors": [
4061 {
4062 "name": "Fabien Potencier",
4063 "email": "fabien@symfony.com"
4064 },
4065 {
4066 "name": "Symfony Community",
4067 "homepage": "https://symfony.com/contributors"
4068 }
4069 ],
4070 "description": "Finds files and directories via an intuitive fluent interface",
4071 "homepage": "https://symfony.com",
4072 "support": {
4073 "source": "https://github.com/symfony/finder/tree/v4.4.41"
4074 },
4075 "funding": [
4076 {
4077 "url": "https://symfony.com/sponsor",
4078 "type": "custom"
4079 },
4080 {
4081 "url": "https://github.com/fabpot",
4082 "type": "github"
4083 },
4084 {
4085 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4086 "type": "tidelift"
4087 }
4088 ],
4089 "time": "2022-04-14T15:36:10+00:00"
4090 },
4091 {
4092 "name": "symfony/polyfill-ctype",
4093 "version": "v1.26.0",
4094 "source": {
4095 "type": "git",
4096 "url": "https://github.com/symfony/polyfill-ctype.git",
4097 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
4098 },
4099 "dist": {
4100 "type": "zip",
4101 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
4102 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
4103 "shasum": ""
4104 },
4105 "require": {
4106 "php": ">=7.1"
4107 },
4108 "provide": {
4109 "ext-ctype": "*"
4110 },
4111 "suggest": {
4112 "ext-ctype": "For best performance"
4113 },
4114 "type": "library",
4115 "extra": {
4116 "branch-alias": {
4117 "dev-main": "1.26-dev"
4118 },
4119 "thanks": {
4120 "name": "symfony/polyfill",
4121 "url": "https://github.com/symfony/polyfill"
4122 }
4123 },
4124 "autoload": {
4125 "files": [
4126 "bootstrap.php"
4127 ],
4128 "psr-4": {
4129 "Symfony\\Polyfill\\Ctype\\": ""
4130 }
4131 },
4132 "notification-url": "https://packagist.org/downloads/",
4133 "license": [
4134 "MIT"
4135 ],
4136 "authors": [
4137 {
4138 "name": "Gert de Pagter",
4139 "email": "BackEndTea@gmail.com"
4140 },
4141 {
4142 "name": "Symfony Community",
4143 "homepage": "https://symfony.com/contributors"
4144 }
4145 ],
4146 "description": "Symfony polyfill for ctype functions",
4147 "homepage": "https://symfony.com",
4148 "keywords": [
4149 "compatibility",
4150 "ctype",
4151 "polyfill",
4152 "portable"
4153 ],
4154 "support": {
4155 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
4156 },
4157 "funding": [
4158 {
4159 "url": "https://symfony.com/sponsor",
4160 "type": "custom"
4161 },
4162 {
4163 "url": "https://github.com/fabpot",
4164 "type": "github"
4165 },
4166 {
4167 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4168 "type": "tidelift"
4169 }
4170 ],
4171 "time": "2022-05-24T11:49:31+00:00"
4172 },
4173 {
4174 "name": "symfony/polyfill-iconv",
4175 "version": "v1.17.0",
4176 "source": {
4177 "type": "git",
4178 "url": "https://github.com/symfony/polyfill-iconv.git",
4179 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
4180 },
4181 "dist": {
4182 "type": "zip",
4183 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
4184 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
4185 "shasum": ""
4186 },
4187 "require": {
4188 "php": ">=5.3.3"
4189 },
4190 "suggest": {
4191 "ext-iconv": "For best performance"
4192 },
4193 "type": "library",
4194 "extra": {
4195 "branch-alias": {
4196 "dev-master": "1.17-dev"
4197 }
4198 },
4199 "autoload": {
4200 "files": [
4201 "bootstrap.php"
4202 ],
4203 "psr-4": {
4204 "Symfony\\Polyfill\\Iconv\\": ""
4205 }
4206 },
4207 "notification-url": "https://packagist.org/downloads/",
4208 "license": [
4209 "MIT"
4210 ],
4211 "authors": [
4212 {
4213 "name": "Nicolas Grekas",
4214 "email": "p@tchwork.com"
4215 },
4216 {
4217 "name": "Symfony Community",
4218 "homepage": "https://symfony.com/contributors"
4219 }
4220 ],
4221 "description": "Symfony polyfill for the Iconv extension",
4222 "homepage": "https://symfony.com",
4223 "keywords": [
4224 "compatibility",
4225 "iconv",
4226 "polyfill",
4227 "portable",
4228 "shim"
4229 ],
4230 "support": {
4231 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.17.0"
4232 },
4233 "funding": [
4234 {
4235 "url": "https://symfony.com/sponsor",
4236 "type": "custom"
4237 },
4238 {
4239 "url": "https://github.com/fabpot",
4240 "type": "github"
4241 },
4242 {
4243 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4244 "type": "tidelift"
4245 }
4246 ],
4247 "time": "2020-05-12T16:47:27+00:00"
4248 },
4249 {
4250 "name": "symfony/polyfill-intl-idn",
4251 "version": "v1.26.0",
4252 "source": {
4253 "type": "git",
4254 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4255 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
4256 },
4257 "dist": {
4258 "type": "zip",
4259 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4260 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4261 "shasum": ""
4262 },
4263 "require": {
4264 "php": ">=7.1",
4265 "symfony/polyfill-intl-normalizer": "^1.10",
4266 "symfony/polyfill-php72": "^1.10"
4267 },
4268 "suggest": {
4269 "ext-intl": "For best performance"
4270 },
4271 "type": "library",
4272 "extra": {
4273 "branch-alias": {
4274 "dev-main": "1.26-dev"
4275 },
4276 "thanks": {
4277 "name": "symfony/polyfill",
4278 "url": "https://github.com/symfony/polyfill"
4279 }
4280 },
4281 "autoload": {
4282 "files": [
4283 "bootstrap.php"
4284 ],
4285 "psr-4": {
4286 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4287 }
4288 },
4289 "notification-url": "https://packagist.org/downloads/",
4290 "license": [
4291 "MIT"
4292 ],
4293 "authors": [
4294 {
4295 "name": "Laurent Bassin",
4296 "email": "laurent@bassin.info"
4297 },
4298 {
4299 "name": "Trevor Rowbotham",
4300 "email": "trevor.rowbotham@pm.me"
4301 },
4302 {
4303 "name": "Symfony Community",
4304 "homepage": "https://symfony.com/contributors"
4305 }
4306 ],
4307 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4308 "homepage": "https://symfony.com",
4309 "keywords": [
4310 "compatibility",
4311 "idn",
4312 "intl",
4313 "polyfill",
4314 "portable",
4315 "shim"
4316 ],
4317 "support": {
4318 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
4319 },
4320 "funding": [
4321 {
4322 "url": "https://symfony.com/sponsor",
4323 "type": "custom"
4324 },
4325 {
4326 "url": "https://github.com/fabpot",
4327 "type": "github"
4328 },
4329 {
4330 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4331 "type": "tidelift"
4332 }
4333 ],
4334 "time": "2022-05-24T11:49:31+00:00"
4335 },
4336 {
4337 "name": "symfony/polyfill-intl-normalizer",
4338 "version": "v1.26.0",
4339 "source": {
4340 "type": "git",
4341 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4342 "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
4343 },
4344 "dist": {
4345 "type": "zip",
4346 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
4347 "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
4348 "shasum": ""
4349 },
4350 "require": {
4351 "php": ">=7.1"
4352 },
4353 "suggest": {
4354 "ext-intl": "For best performance"
4355 },
4356 "type": "library",
4357 "extra": {
4358 "branch-alias": {
4359 "dev-main": "1.26-dev"
4360 },
4361 "thanks": {
4362 "name": "symfony/polyfill",
4363 "url": "https://github.com/symfony/polyfill"
4364 }
4365 },
4366 "autoload": {
4367 "files": [
4368 "bootstrap.php"
4369 ],
4370 "psr-4": {
4371 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4372 },
4373 "classmap": [
4374 "Resources/stubs"
4375 ]
4376 },
4377 "notification-url": "https://packagist.org/downloads/",
4378 "license": [
4379 "MIT"
4380 ],
4381 "authors": [
4382 {
4383 "name": "Nicolas Grekas",
4384 "email": "p@tchwork.com"
4385 },
4386 {
4387 "name": "Symfony Community",
4388 "homepage": "https://symfony.com/contributors"
4389 }
4390 ],
4391 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4392 "homepage": "https://symfony.com",
4393 "keywords": [
4394 "compatibility",
4395 "intl",
4396 "normalizer",
4397 "polyfill",
4398 "portable",
4399 "shim"
4400 ],
4401 "support": {
4402 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
4403 },
4404 "funding": [
4405 {
4406 "url": "https://symfony.com/sponsor",
4407 "type": "custom"
4408 },
4409 {
4410 "url": "https://github.com/fabpot",
4411 "type": "github"
4412 },
4413 {
4414 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4415 "type": "tidelift"
4416 }
4417 ],
4418 "time": "2022-05-24T11:49:31+00:00"
4419 },
4420 {
4421 "name": "symfony/polyfill-mbstring",
4422 "version": "v1.26.0",
4423 "source": {
4424 "type": "git",
4425 "url": "https://github.com/symfony/polyfill-mbstring.git",
4426 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
4427 },
4428 "dist": {
4429 "type": "zip",
4430 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
4431 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
4432 "shasum": ""
4433 },
4434 "require": {
4435 "php": ">=7.1"
4436 },
4437 "provide": {
4438 "ext-mbstring": "*"
4439 },
4440 "suggest": {
4441 "ext-mbstring": "For best performance"
4442 },
4443 "type": "library",
4444 "extra": {
4445 "branch-alias": {
4446 "dev-main": "1.26-dev"
4447 },
4448 "thanks": {
4449 "name": "symfony/polyfill",
4450 "url": "https://github.com/symfony/polyfill"
4451 }
4452 },
4453 "autoload": {
4454 "files": [
4455 "bootstrap.php"
4456 ],
4457 "psr-4": {
4458 "Symfony\\Polyfill\\Mbstring\\": ""
4459 }
4460 },
4461 "notification-url": "https://packagist.org/downloads/",
4462 "license": [
4463 "MIT"
4464 ],
4465 "authors": [
4466 {
4467 "name": "Nicolas Grekas",
4468 "email": "p@tchwork.com"
4469 },
4470 {
4471 "name": "Symfony Community",
4472 "homepage": "https://symfony.com/contributors"
4473 }
4474 ],
4475 "description": "Symfony polyfill for the Mbstring extension",
4476 "homepage": "https://symfony.com",
4477 "keywords": [
4478 "compatibility",
4479 "mbstring",
4480 "polyfill",
4481 "portable",
4482 "shim"
4483 ],
4484 "support": {
4485 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
4486 },
4487 "funding": [
4488 {
4489 "url": "https://symfony.com/sponsor",
4490 "type": "custom"
4491 },
4492 {
4493 "url": "https://github.com/fabpot",
4494 "type": "github"
4495 },
4496 {
4497 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4498 "type": "tidelift"
4499 }
4500 ],
4501 "time": "2022-05-24T11:49:31+00:00"
4502 },
4503 {
4504 "name": "symfony/polyfill-php72",
4505 "version": "v1.26.0",
4506 "source": {
4507 "type": "git",
4508 "url": "https://github.com/symfony/polyfill-php72.git",
4509 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
4510 },
4511 "dist": {
4512 "type": "zip",
4513 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
4514 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
4515 "shasum": ""
4516 },
4517 "require": {
4518 "php": ">=7.1"
4519 },
4520 "type": "library",
4521 "extra": {
4522 "branch-alias": {
4523 "dev-main": "1.26-dev"
4524 },
4525 "thanks": {
4526 "name": "symfony/polyfill",
4527 "url": "https://github.com/symfony/polyfill"
4528 }
4529 },
4530 "autoload": {
4531 "files": [
4532 "bootstrap.php"
4533 ],
4534 "psr-4": {
4535 "Symfony\\Polyfill\\Php72\\": ""
4536 }
4537 },
4538 "notification-url": "https://packagist.org/downloads/",
4539 "license": [
4540 "MIT"
4541 ],
4542 "authors": [
4543 {
4544 "name": "Nicolas Grekas",
4545 "email": "p@tchwork.com"
4546 },
4547 {
4548 "name": "Symfony Community",
4549 "homepage": "https://symfony.com/contributors"
4550 }
4551 ],
4552 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4553 "homepage": "https://symfony.com",
4554 "keywords": [
4555 "compatibility",
4556 "polyfill",
4557 "portable",
4558 "shim"
4559 ],
4560 "support": {
4561 "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
4562 },
4563 "funding": [
4564 {
4565 "url": "https://symfony.com/sponsor",
4566 "type": "custom"
4567 },
4568 {
4569 "url": "https://github.com/fabpot",
4570 "type": "github"
4571 },
4572 {
4573 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4574 "type": "tidelift"
4575 }
4576 ],
4577 "time": "2022-05-24T11:49:31+00:00"
4578 },
4579 {
4580 "name": "symfony/polyfill-php73",
4581 "version": "v1.25.0",
4582 "source": {
4583 "type": "git",
4584 "url": "https://github.com/symfony/polyfill-php73.git",
4585 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
4586 },
4587 "dist": {
4588 "type": "zip",
4589 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
4590 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
4591 "shasum": ""
4592 },
4593 "require": {
4594 "php": ">=7.1"
4595 },
4596 "type": "library",
4597 "extra": {
4598 "branch-alias": {
4599 "dev-main": "1.23-dev"
4600 },
4601 "thanks": {
4602 "name": "symfony/polyfill",
4603 "url": "https://github.com/symfony/polyfill"
4604 }
4605 },
4606 "autoload": {
4607 "files": [
4608 "bootstrap.php"
4609 ],
4610 "psr-4": {
4611 "Symfony\\Polyfill\\Php73\\": ""
4612 },
4613 "classmap": [
4614 "Resources/stubs"
4615 ]
4616 },
4617 "notification-url": "https://packagist.org/downloads/",
4618 "license": [
4619 "MIT"
4620 ],
4621 "authors": [
4622 {
4623 "name": "Nicolas Grekas",
4624 "email": "p@tchwork.com"
4625 },
4626 {
4627 "name": "Symfony Community",
4628 "homepage": "https://symfony.com/contributors"
4629 }
4630 ],
4631 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4632 "homepage": "https://symfony.com",
4633 "keywords": [
4634 "compatibility",
4635 "polyfill",
4636 "portable",
4637 "shim"
4638 ],
4639 "support": {
4640 "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
4641 },
4642 "funding": [
4643 {
4644 "url": "https://symfony.com/sponsor",
4645 "type": "custom"
4646 },
4647 {
4648 "url": "https://github.com/fabpot",
4649 "type": "github"
4650 },
4651 {
4652 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4653 "type": "tidelift"
4654 }
4655 ],
4656 "time": "2021-06-05T21:20:04+00:00"
4657 },
4658 {
4659 "name": "symfony/polyfill-php74",
4660 "version": "v1.26.0",
4661 "source": {
4662 "type": "git",
4663 "url": "https://github.com/symfony/polyfill-php74.git",
4664 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033"
4665 },
4666 "dist": {
4667 "type": "zip",
4668 "url": "https://api.github.com/repos/symfony/polyfill-php74/zipball/ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4669 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4670 "shasum": ""
4671 },
4672 "require": {
4673 "php": ">=7.1"
4674 },
4675 "type": "library",
4676 "extra": {
4677 "branch-alias": {
4678 "dev-main": "1.26-dev"
4679 },
4680 "thanks": {
4681 "name": "symfony/polyfill",
4682 "url": "https://github.com/symfony/polyfill"
4683 }
4684 },
4685 "autoload": {
4686 "files": [
4687 "bootstrap.php"
4688 ],
4689 "psr-4": {
4690 "Symfony\\Polyfill\\Php74\\": ""
4691 }
4692 },
4693 "notification-url": "https://packagist.org/downloads/",
4694 "license": [
4695 "MIT"
4696 ],
4697 "authors": [
4698 {
4699 "name": "Ion Bazan",
4700 "email": "ion.bazan@gmail.com"
4701 },
4702 {
4703 "name": "Nicolas Grekas",
4704 "email": "p@tchwork.com"
4705 },
4706 {
4707 "name": "Symfony Community",
4708 "homepage": "https://symfony.com/contributors"
4709 }
4710 ],
4711 "description": "Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions",
4712 "homepage": "https://symfony.com",
4713 "keywords": [
4714 "compatibility",
4715 "polyfill",
4716 "portable",
4717 "shim"
4718 ],
4719 "support": {
4720 "source": "https://github.com/symfony/polyfill-php74/tree/v1.26.0"
4721 },
4722 "funding": [
4723 {
4724 "url": "https://symfony.com/sponsor",
4725 "type": "custom"
4726 },
4727 {
4728 "url": "https://github.com/fabpot",
4729 "type": "github"
4730 },
4731 {
4732 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4733 "type": "tidelift"
4734 }
4735 ],
4736 "time": "2022-05-24T11:49:31+00:00"
4737 },
4738 {
4739 "name": "symfony/polyfill-php80",
4740 "version": "v1.26.0",
4741 "source": {
4742 "type": "git",
4743 "url": "https://github.com/symfony/polyfill-php80.git",
4744 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
4745 },
4746 "dist": {
4747 "type": "zip",
4748 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4749 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4750 "shasum": ""
4751 },
4752 "require": {
4753 "php": ">=7.1"
4754 },
4755 "type": "library",
4756 "extra": {
4757 "branch-alias": {
4758 "dev-main": "1.26-dev"
4759 },
4760 "thanks": {
4761 "name": "symfony/polyfill",
4762 "url": "https://github.com/symfony/polyfill"
4763 }
4764 },
4765 "autoload": {
4766 "files": [
4767 "bootstrap.php"
4768 ],
4769 "psr-4": {
4770 "Symfony\\Polyfill\\Php80\\": ""
4771 },
4772 "classmap": [
4773 "Resources/stubs"
4774 ]
4775 },
4776 "notification-url": "https://packagist.org/downloads/",
4777 "license": [
4778 "MIT"
4779 ],
4780 "authors": [
4781 {
4782 "name": "Ion Bazan",
4783 "email": "ion.bazan@gmail.com"
4784 },
4785 {
4786 "name": "Nicolas Grekas",
4787 "email": "p@tchwork.com"
4788 },
4789 {
4790 "name": "Symfony Community",
4791 "homepage": "https://symfony.com/contributors"
4792 }
4793 ],
4794 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4795 "homepage": "https://symfony.com",
4796 "keywords": [
4797 "compatibility",
4798 "polyfill",
4799 "portable",
4800 "shim"
4801 ],
4802 "support": {
4803 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
4804 },
4805 "funding": [
4806 {
4807 "url": "https://symfony.com/sponsor",
4808 "type": "custom"
4809 },
4810 {
4811 "url": "https://github.com/fabpot",
4812 "type": "github"
4813 },
4814 {
4815 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4816 "type": "tidelift"
4817 }
4818 ],
4819 "time": "2022-05-10T07:21:04+00:00"
4820 },
4821 {
4822 "name": "symfony/polyfill-php81",
4823 "version": "v1.26.0",
4824 "source": {
4825 "type": "git",
4826 "url": "https://github.com/symfony/polyfill-php81.git",
4827 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
4828 },
4829 "dist": {
4830 "type": "zip",
4831 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4832 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4833 "shasum": ""
4834 },
4835 "require": {
4836 "php": ">=7.1"
4837 },
4838 "type": "library",
4839 "extra": {
4840 "branch-alias": {
4841 "dev-main": "1.26-dev"
4842 },
4843 "thanks": {
4844 "name": "symfony/polyfill",
4845 "url": "https://github.com/symfony/polyfill"
4846 }
4847 },
4848 "autoload": {
4849 "files": [
4850 "bootstrap.php"
4851 ],
4852 "psr-4": {
4853 "Symfony\\Polyfill\\Php81\\": ""
4854 },
4855 "classmap": [
4856 "Resources/stubs"
4857 ]
4858 },
4859 "notification-url": "https://packagist.org/downloads/",
4860 "license": [
4861 "MIT"
4862 ],
4863 "authors": [
4864 {
4865 "name": "Nicolas Grekas",
4866 "email": "p@tchwork.com"
4867 },
4868 {
4869 "name": "Symfony Community",
4870 "homepage": "https://symfony.com/contributors"
4871 }
4872 ],
4873 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
4874 "homepage": "https://symfony.com",
4875 "keywords": [
4876 "compatibility",
4877 "polyfill",
4878 "portable",
4879 "shim"
4880 ],
4881 "support": {
4882 "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
4883 },
4884 "funding": [
4885 {
4886 "url": "https://symfony.com/sponsor",
4887 "type": "custom"
4888 },
4889 {
4890 "url": "https://github.com/fabpot",
4891 "type": "github"
4892 },
4893 {
4894 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4895 "type": "tidelift"
4896 }
4897 ],
4898 "time": "2022-05-24T11:49:31+00:00"
4899 },
4900 {
4901 "name": "symfony/polyfill-php82",
4902 "version": "v1.26.0",
4903 "source": {
4904 "type": "git",
4905 "url": "https://github.com/symfony/polyfill-php82.git",
4906 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7"
4907 },
4908 "dist": {
4909 "type": "zip",
4910 "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/a88014fcea4120c9f77b4fefd48942ce38e412e7",
4911 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7",
4912 "shasum": ""
4913 },
4914 "require": {
4915 "php": ">=7.1"
4916 },
4917 "type": "library",
4918 "extra": {
4919 "branch-alias": {
4920 "dev-main": "1.26-dev"
4921 },
4922 "thanks": {
4923 "name": "symfony/polyfill",
4924 "url": "https://github.com/symfony/polyfill"
4925 }
4926 },
4927 "autoload": {
4928 "files": [
4929 "bootstrap.php"
4930 ],
4931 "psr-4": {
4932 "Symfony\\Polyfill\\Php82\\": ""
4933 },
4934 "classmap": [
4935 "Resources/stubs"
4936 ]
4937 },
4938 "notification-url": "https://packagist.org/downloads/",
4939 "license": [
4940 "MIT"
4941 ],
4942 "authors": [
4943 {
4944 "name": "Nicolas Grekas",
4945 "email": "p@tchwork.com"
4946 },
4947 {
4948 "name": "Symfony Community",
4949 "homepage": "https://symfony.com/contributors"
4950 }
4951 ],
4952 "description": "Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions",
4953 "homepage": "https://symfony.com",
4954 "keywords": [
4955 "compatibility",
4956 "polyfill",
4957 "portable",
4958 "shim"
4959 ],
4960 "support": {
4961 "source": "https://github.com/symfony/polyfill-php82/tree/v1.26.0"
4962 },
4963 "funding": [
4964 {
4965 "url": "https://symfony.com/sponsor",
4966 "type": "custom"
4967 },
4968 {
4969 "url": "https://github.com/fabpot",
4970 "type": "github"
4971 },
4972 {
4973 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4974 "type": "tidelift"
4975 }
4976 ],
4977 "time": "2022-05-24T09:13:51+00:00"
4978 },
4979 {
4980 "name": "symfony/process",
4981 "version": "v4.4.41",
4982 "source": {
4983 "type": "git",
4984 "url": "https://github.com/symfony/process.git",
4985 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce"
4986 },
4987 "dist": {
4988 "type": "zip",
4989 "url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce",
4990 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce",
4991 "shasum": ""
4992 },
4993 "require": {
4994 "php": ">=7.1.3",
4995 "symfony/polyfill-php80": "^1.16"
4996 },
4997 "type": "library",
4998 "autoload": {
4999 "psr-4": {
5000 "Symfony\\Component\\Process\\": ""
5001 },
5002 "exclude-from-classmap": [
5003 "/Tests/"
5004 ]
5005 },
5006 "notification-url": "https://packagist.org/downloads/",
5007 "license": [
5008 "MIT"
5009 ],
5010 "authors": [
5011 {
5012 "name": "Fabien Potencier",
5013 "email": "fabien@symfony.com"
5014 },
5015 {
5016 "name": "Symfony Community",
5017 "homepage": "https://symfony.com/contributors"
5018 }
5019 ],
5020 "description": "Executes commands in sub-processes",
5021 "homepage": "https://symfony.com",
5022 "support": {
5023 "source": "https://github.com/symfony/process/tree/v4.4.41"
5024 },
5025 "funding": [
5026 {
5027 "url": "https://symfony.com/sponsor",
5028 "type": "custom"
5029 },
5030 {
5031 "url": "https://github.com/fabpot",
5032 "type": "github"
5033 },
5034 {
5035 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5036 "type": "tidelift"
5037 }
5038 ],
5039 "time": "2022-04-04T10:19:07+00:00"
5040 },
5041 {
5042 "name": "symfony/service-contracts",
5043 "version": "v2.5.2",
5044 "source": {
5045 "type": "git",
5046 "url": "https://github.com/symfony/service-contracts.git",
5047 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
5048 },
5049 "dist": {
5050 "type": "zip",
5051 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5052 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5053 "shasum": ""
5054 },
5055 "require": {
5056 "php": ">=7.2.5",
5057 "psr/container": "^1.1",
5058 "symfony/deprecation-contracts": "^2.1|^3"
5059 },
5060 "conflict": {
5061 "ext-psr": "<1.1|>=2"
5062 },
5063 "suggest": {
5064 "symfony/service-implementation": ""
5065 },
5066 "type": "library",
5067 "extra": {
5068 "branch-alias": {
5069 "dev-main": "2.5-dev"
5070 },
5071 "thanks": {
5072 "name": "symfony/contracts",
5073 "url": "https://github.com/symfony/contracts"
5074 }
5075 },
5076 "autoload": {
5077 "psr-4": {
5078 "Symfony\\Contracts\\Service\\": ""
5079 }
5080 },
5081 "notification-url": "https://packagist.org/downloads/",
5082 "license": [
5083 "MIT"
5084 ],
5085 "authors": [
5086 {
5087 "name": "Nicolas Grekas",
5088 "email": "p@tchwork.com"
5089 },
5090 {
5091 "name": "Symfony Community",
5092 "homepage": "https://symfony.com/contributors"
5093 }
5094 ],
5095 "description": "Generic abstractions related to writing services",
5096 "homepage": "https://symfony.com",
5097 "keywords": [
5098 "abstractions",
5099 "contracts",
5100 "decoupling",
5101 "interfaces",
5102 "interoperability",
5103 "standards"
5104 ],
5105 "support": {
5106 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
5107 },
5108 "funding": [
5109 {
5110 "url": "https://symfony.com/sponsor",
5111 "type": "custom"
5112 },
5113 {
5114 "url": "https://github.com/fabpot",
5115 "type": "github"
5116 },
5117 {
5118 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5119 "type": "tidelift"
5120 }
5121 ],
5122 "time": "2022-05-30T19:17:29+00:00"
5123 },
5124 {
5125 "name": "symfony/var-dumper",
5126 "version": "v3.4.47",
5127 "source": {
5128 "type": "git",
5129 "url": "https://github.com/symfony/var-dumper.git",
5130 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
5131 },
5132 "dist": {
5133 "type": "zip",
5134 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
5135 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
5136 "shasum": ""
5137 },
5138 "require": {
5139 "php": "^5.5.9|>=7.0.8",
5140 "symfony/polyfill-mbstring": "~1.0"
5141 },
5142 "conflict": {
5143 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5144 },
5145 "require-dev": {
5146 "ext-iconv": "*",
5147 "twig/twig": "~1.34|~2.4"
5148 },
5149 "suggest": {
5150 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5151 "ext-intl": "To show region name in time zone dump",
5152 "ext-symfony_debug": ""
5153 },
5154 "type": "library",
5155 "autoload": {
5156 "files": [
5157 "Resources/functions/dump.php"
5158 ],
5159 "psr-4": {
5160 "Symfony\\Component\\VarDumper\\": ""
5161 },
5162 "exclude-from-classmap": [
5163 "/Tests/"
5164 ]
5165 },
5166 "notification-url": "https://packagist.org/downloads/",
5167 "license": [
5168 "MIT"
5169 ],
5170 "authors": [
5171 {
5172 "name": "Nicolas Grekas",
5173 "email": "p@tchwork.com"
5174 },
5175 {
5176 "name": "Symfony Community",
5177 "homepage": "https://symfony.com/contributors"
5178 }
5179 ],
5180 "description": "Symfony mechanism for exploring and dumping PHP variables",
5181 "homepage": "https://symfony.com",
5182 "keywords": [
5183 "debug",
5184 "dump"
5185 ],
5186 "support": {
5187 "source": "https://github.com/symfony/var-dumper/tree/v3.4.47"
5188 },
5189 "funding": [
5190 {
5191 "url": "https://symfony.com/sponsor",
5192 "type": "custom"
5193 },
5194 {
5195 "url": "https://github.com/fabpot",
5196 "type": "github"
5197 },
5198 {
5199 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5200 "type": "tidelift"
5201 }
5202 ],
5203 "time": "2020-10-24T10:57:07+00:00"
5204 },
5205 {
5206 "name": "tecnickcom/tcpdf",
5207 "version": "6.4.1",
5208 "source": {
5209 "type": "git",
5210 "url": "https://github.com/tecnickcom/TCPDF.git",
5211 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329"
5212 },
5213 "dist": {
5214 "type": "zip",
5215 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5ba838befdb37ef06a16d9f716f35eb03cb1b329",
5216 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329",
5217 "shasum": ""
5218 },
5219 "require": {
5220 "php": ">=5.3.0"
5221 },
5222 "type": "library",
5223 "autoload": {
5224 "classmap": [
5225 "config",
5226 "include",
5227 "tcpdf.php",
5228 "tcpdf_parser.php",
5229 "tcpdf_import.php",
5230 "tcpdf_barcodes_1d.php",
5231 "tcpdf_barcodes_2d.php",
5232 "include/tcpdf_colors.php",
5233 "include/tcpdf_filters.php",
5234 "include/tcpdf_font_data.php",
5235 "include/tcpdf_fonts.php",
5236 "include/tcpdf_images.php",
5237 "include/tcpdf_static.php",
5238 "include/barcodes/datamatrix.php",
5239 "include/barcodes/pdf417.php",
5240 "include/barcodes/qrcode.php"
5241 ]
5242 },
5243 "notification-url": "https://packagist.org/downloads/",
5244 "license": [
5245 "LGPL-3.0-only"
5246 ],
5247 "authors": [
5248 {
5249 "name": "Nicola Asuni",
5250 "email": "info@tecnick.com",
5251 "role": "lead"
5252 }
5253 ],
5254 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5255 "homepage": "http://www.tcpdf.org/",
5256 "keywords": [
5257 "PDFD32000-2008",
5258 "TCPDF",
5259 "barcodes",
5260 "datamatrix",
5261 "pdf",
5262 "pdf417",
5263 "qrcode"
5264 ],
5265 "support": {
5266 "issues": "https://github.com/tecnickcom/TCPDF/issues",
5267 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.1"
5268 },
5269 "funding": [
5270 {
5271 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5272 "type": "custom"
5273 }
5274 ],
5275 "time": "2021-03-27T16:00:33+00:00"
5276 },
5277 {
5278 "name": "togos/gitignore",
5279 "version": "1.1.1",
5280 "source": {
5281 "type": "git",
5282 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
5283 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
5284 },
5285 "dist": {
5286 "type": "zip",
5287 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5288 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5289 "shasum": ""
5290 },
5291 "require": {
5292 "php": ">=5.2"
5293 },
5294 "require-dev": {
5295 "togos/simpler-test": "1.1.1"
5296 },
5297 "type": "library",
5298 "autoload": {
5299 "psr-0": {
5300 "TOGoS_GitIgnore_": "src/main/php/"
5301 }
5302 },
5303 "notification-url": "https://packagist.org/downloads/",
5304 "license": [
5305 "MIT"
5306 ],
5307 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
5308 "support": {
5309 "issues": "https://github.com/TOGoS/PHPGitIgnore/issues",
5310 "source": "https://github.com/TOGoS/PHPGitIgnore/tree/master"
5311 },
5312 "time": "2019-04-19T19:16:58+00:00"
5313 },
5314 {
5315 "name": "totten/ca-config",
5316 "version": "v22.05.0",
5317 "source": {
5318 "type": "git",
5319 "url": "https://github.com/totten/ca_config.git",
5320 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db"
5321 },
5322 "dist": {
5323 "type": "zip",
5324 "url": "https://api.github.com/repos/totten/ca_config/zipball/5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
5325 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
5326 "shasum": ""
5327 },
5328 "require": {
5329 "php": ">=5.2"
5330 },
5331 "type": "library",
5332 "autoload": {
5333 "psr-0": {
5334 "CA_Config": "src/"
5335 }
5336 },
5337 "notification-url": "https://packagist.org/downloads/",
5338 "license": [
5339 "BSD-2-Clause"
5340 ],
5341 "authors": [
5342 {
5343 "name": "Tim Otten",
5344 "email": "to-git@think.hm"
5345 }
5346 ],
5347 "description": "Default configuration for certificate authorities",
5348 "homepage": "https://github.com/totten/ca_config",
5349 "support": {
5350 "issues": "https://github.com/totten/ca_config/issues",
5351 "source": "https://github.com/totten/ca_config/tree/v22.05.0"
5352 },
5353 "time": "2022-05-05T05:35:59+00:00"
5354 },
5355 {
5356 "name": "totten/lurkerlite",
5357 "version": "1.3.0",
5358 "source": {
5359 "type": "git",
5360 "url": "https://github.com/totten/Lurker.git",
5361 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
5362 },
5363 "dist": {
5364 "type": "zip",
5365 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
5366 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
5367 "shasum": ""
5368 },
5369 "require": {
5370 "php": ">=5.3.3"
5371 },
5372 "replace": {
5373 "henrikbjorn/lurker": "*"
5374 },
5375 "suggest": {
5376 "ext-inotify": ">=0.1.6"
5377 },
5378 "type": "library",
5379 "extra": {
5380 "branch-alias": {
5381 "dev-master": "1.3.x-dev"
5382 }
5383 },
5384 "autoload": {
5385 "psr-0": {
5386 "Lurker": "src"
5387 }
5388 },
5389 "notification-url": "https://packagist.org/downloads/",
5390 "license": [
5391 "MIT"
5392 ],
5393 "authors": [
5394 {
5395 "name": "Konstantin Kudryashov",
5396 "email": "ever.zet@gmail.com"
5397 },
5398 {
5399 "name": "Yaroslav Kiliba",
5400 "email": "om.dattaya@gmail.com"
5401 },
5402 {
5403 "name": "Henrik Bjrnskov",
5404 "email": "henrik@bjrnskov.dk"
5405 }
5406 ],
5407 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
5408 "keywords": [
5409 "filesystem",
5410 "resource",
5411 "watching"
5412 ],
5413 "support": {
5414 "source": "https://github.com/totten/Lurker/tree/1.3.0"
5415 },
5416 "time": "2020-09-01T10:01:01+00:00"
5417 },
5418 {
5419 "name": "tplaner/when",
5420 "version": "3.0.0+php53",
5421 "dist": {
5422 "type": "zip",
5423 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
5424 },
5425 "require": {
5426 "php": ">=5.3.0"
5427 },
5428 "require-dev": {
5429 "phpunit/phpunit": "~4.0"
5430 },
5431 "type": "library",
5432 "autoload": {
5433 "psr-4": {
5434 "When\\": "src/"
5435 }
5436 },
5437 "license": [
5438 "MIT"
5439 ],
5440 "authors": [
5441 {
5442 "name": "Tom Planer",
5443 "email": "tplaner@gmail.com"
5444 }
5445 ],
5446 "description": "Date/Calendar recursion library.",
5447 "homepage": "https://github.com/tplaner/When",
5448 "keywords": [
5449 "DateTime",
5450 "date",
5451 "recurrence",
5452 "time"
5453 ]
5454 },
5455 {
5456 "name": "tubalmartin/cssmin",
5457 "version": "v4.1.1",
5458 "source": {
5459 "type": "git",
5460 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
5461 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
5462 },
5463 "dist": {
5464 "type": "zip",
5465 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5466 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5467 "shasum": ""
5468 },
5469 "require": {
5470 "ext-pcre": "*",
5471 "php": ">=5.3.2"
5472 },
5473 "require-dev": {
5474 "cogpowered/finediff": "0.3.*",
5475 "phpunit/phpunit": "4.8.*"
5476 },
5477 "bin": [
5478 "cssmin"
5479 ],
5480 "type": "library",
5481 "autoload": {
5482 "psr-4": {
5483 "tubalmartin\\CssMin\\": "src"
5484 }
5485 },
5486 "notification-url": "https://packagist.org/downloads/",
5487 "license": [
5488 "BSD-3-Clause"
5489 ],
5490 "authors": [
5491 {
5492 "name": "Túbal Martín",
5493 "homepage": "http://tubalmartin.me/"
5494 }
5495 ],
5496 "description": "A PHP port of the YUI CSS compressor",
5497 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
5498 "keywords": [
5499 "compress",
5500 "compressor",
5501 "css",
5502 "cssmin",
5503 "minify",
5504 "yui"
5505 ],
5506 "support": {
5507 "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
5508 "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
5509 },
5510 "time": "2018-01-15T15:26:51+00:00"
5511 },
5512 {
5513 "name": "typo3/phar-stream-wrapper",
5514 "version": "v3.1.4",
5515 "source": {
5516 "type": "git",
5517 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
5518 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
5519 },
5520 "dist": {
5521 "type": "zip",
5522 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5523 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5524 "shasum": ""
5525 },
5526 "require": {
5527 "ext-json": "*",
5528 "php": "^7.0"
5529 },
5530 "require-dev": {
5531 "ext-xdebug": "*",
5532 "phpunit/phpunit": "^6.5"
5533 },
5534 "suggest": {
5535 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
5536 },
5537 "type": "library",
5538 "extra": {
5539 "branch-alias": {
5540 "dev-master": "v3.x-dev"
5541 }
5542 },
5543 "autoload": {
5544 "psr-4": {
5545 "TYPO3\\PharStreamWrapper\\": "src/"
5546 }
5547 },
5548 "notification-url": "https://packagist.org/downloads/",
5549 "license": [
5550 "MIT"
5551 ],
5552 "description": "Interceptors for PHP's native phar:// stream handling",
5553 "homepage": "https://typo3.org/",
5554 "keywords": [
5555 "phar",
5556 "php",
5557 "security",
5558 "stream-wrapper"
5559 ],
5560 "support": {
5561 "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
5562 "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master"
5563 },
5564 "time": "2019-12-10T11:53:27+00:00"
5565 },
5566 {
5567 "name": "xkerman/restricted-unserialize",
5568 "version": "1.1.12",
5569 "source": {
5570 "type": "git",
5571 "url": "https://github.com/xKerman/restricted-unserialize.git",
5572 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
5573 },
5574 "dist": {
5575 "type": "zip",
5576 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
5577 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
5578 "shasum": ""
5579 },
5580 "require": {
5581 "php": ">=5.2"
5582 },
5583 "require-dev": {
5584 "nikic/php-parser": "^1.4|^3.0|^4.2",
5585 "phpmd/phpmd": "^2.6",
5586 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
5587 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
5588 "squizlabs/php_codesniffer": "^2.9|^3.4"
5589 },
5590 "type": "library",
5591 "autoload": {
5592 "files": [
5593 "src/function.php"
5594 ],
5595 "psr-4": {
5596 "xKerman\\Restricted\\": "src"
5597 }
5598 },
5599 "notification-url": "https://packagist.org/downloads/",
5600 "license": [
5601 "MIT"
5602 ],
5603 "authors": [
5604 {
5605 "name": "xKerman",
5606 "email": "xKhorasan@gmail.com"
5607 }
5608 ],
5609 "description": "provide PHP Object Injection safe unserialize function",
5610 "keywords": [
5611 "PHP Object Injection",
5612 "deserialize",
5613 "unserialize"
5614 ],
5615 "support": {
5616 "issues": "https://github.com/xKerman/restricted-unserialize/issues",
5617 "source": "https://github.com/xKerman/restricted-unserialize/tree/1.1.12"
5618 },
5619 "time": "2019-08-11T00:04:39+00:00"
5620 },
5621 {
5622 "name": "zetacomponents/base",
5623 "version": "1.9.3",
5624 "source": {
5625 "type": "git",
5626 "url": "https://github.com/zetacomponents/Base.git",
5627 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8"
5628 },
5629 "dist": {
5630 "type": "zip",
5631 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
5632 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
5633 "shasum": ""
5634 },
5635 "require-dev": {
5636 "phpunit/phpunit": "~8.0",
5637 "zetacomponents/unit-test": "*"
5638 },
5639 "type": "library",
5640 "autoload": {
5641 "classmap": [
5642 "src"
5643 ]
5644 },
5645 "notification-url": "https://packagist.org/downloads/",
5646 "license": [
5647 "Apache-2.0"
5648 ],
5649 "authors": [
5650 {
5651 "name": "Sergey Alexeev"
5652 },
5653 {
5654 "name": "Sebastian Bergmann"
5655 },
5656 {
5657 "name": "Jan Borsodi"
5658 },
5659 {
5660 "name": "Raymond Bosman"
5661 },
5662 {
5663 "name": "Frederik Holljen"
5664 },
5665 {
5666 "name": "Kore Nordmann"
5667 },
5668 {
5669 "name": "Derick Rethans"
5670 },
5671 {
5672 "name": "Vadym Savchuk"
5673 },
5674 {
5675 "name": "Tobias Schlitt"
5676 },
5677 {
5678 "name": "Alexandru Stanoi"
5679 }
5680 ],
5681 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
5682 "homepage": "https://github.com/zetacomponents",
5683 "support": {
5684 "issues": "https://github.com/zetacomponents/Base/issues",
5685 "source": "https://github.com/zetacomponents/Base/tree/1.9.3"
5686 },
5687 "time": "2021-07-25T15:46:08+00:00"
5688 },
5689 {
5690 "name": "zetacomponents/mail",
5691 "version": "1.9.2",
5692 "source": {
5693 "type": "git",
5694 "url": "https://github.com/zetacomponents/Mail.git",
5695 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
5696 },
5697 "dist": {
5698 "type": "zip",
5699 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
5700 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
5701 "shasum": ""
5702 },
5703 "require": {
5704 "zetacomponents/base": "~1.8"
5705 },
5706 "require-dev": {
5707 "phpunit/phpunit": "~7.5",
5708 "zetacomponents/unit-test": "*"
5709 },
5710 "type": "library",
5711 "autoload": {
5712 "classmap": [
5713 "src"
5714 ]
5715 },
5716 "notification-url": "https://packagist.org/downloads/",
5717 "license": [
5718 "Apache-2.0"
5719 ],
5720 "authors": [
5721 {
5722 "name": "Sergey Alexeev"
5723 },
5724 {
5725 "name": "Sebastian Bergmann"
5726 },
5727 {
5728 "name": "Jan Borsodi"
5729 },
5730 {
5731 "name": "Raymond Bosman"
5732 },
5733 {
5734 "name": "Frederik Holljen"
5735 },
5736 {
5737 "name": "Kore Nordmann"
5738 },
5739 {
5740 "name": "Derick Rethans"
5741 },
5742 {
5743 "name": "Vadym Savchuk"
5744 },
5745 {
5746 "name": "Tobias Schlitt"
5747 },
5748 {
5749 "name": "Alexandru Stanoi"
5750 },
5751 {
5752 "name": "Sinisa Dukaric"
5753 },
5754 {
5755 "name": "Mikko Koppanen"
5756 },
5757 {
5758 "name": "Christian Michel"
5759 }
5760 ],
5761 "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.",
5762 "homepage": "https://github.com/zetacomponents",
5763 "support": {
5764 "issues": "https://github.com/zetacomponents/Mail/issues",
5765 "source": "https://github.com/zetacomponents/Mail/tree/1.9.2"
5766 },
5767 "time": "2020-06-13T12:38:26+00:00"
5768 }
5769 ],
5770 "packages-dev": [],
5771 "aliases": [],
5772 "minimum-stability": "stable",
5773 "stability-flags": [],
5774 "prefer-stable": false,
5775 "prefer-lowest": false,
5776 "platform": {
5777 "php": "~7.2.5 || ~7.3 || ~8",
5778 "ext-intl": "*",
5779 "ext-json": "*"
5780 },
5781 "platform-dev": [],
5782 "platform-overrides": {
5783 "php": "7.2.5"
5784 },
5785 "plugin-api-version": "2.3.0"
5786 }