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