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