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