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