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