Merge pull request #16552 from eileenmcnaughton/part_form
[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": "f545c6e46af52039ade0c29ca8fe41e5",
8 "packages": [
9 {
10 "name": "cache/integration-tests",
11 "version": "0.16.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/php-cache/integration-tests.git",
15 "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee",
20 "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee",
21 "shasum": ""
22 },
23 "require": {
24 "cache/tag-interop": "^1.0",
25 "php": "^5.4|^7",
26 "psr/cache": "~1.0"
27 },
28 "require-dev": {
29 "cache/cache": "dev-master",
30 "illuminate/cache": "^5.0",
31 "madewithlove/illuminate-psr-cache-bridge": "^1.0",
32 "phpunit/phpunit": "^4.0|^5.0",
33 "symfony/cache": "^3.1",
34 "tedivm/stash": "dev-master"
35 },
36 "type": "library",
37 "autoload": {
38 "psr-4": {
39 "Cache\\IntegrationTests\\": "src/"
40 }
41 },
42 "notification-url": "https://packagist.org/downloads/",
43 "license": [
44 "MIT"
45 ],
46 "authors": [
47 {
48 "name": "Aaron Scherer",
49 "email": "aequasi@gmail.com",
50 "homepage": "https://github.com/aequasi"
51 },
52 {
53 "name": "Tobias Nyholm",
54 "email": "tobias.nyholm@gmail.com",
55 "homepage": "https://github.com/Nyholm"
56 }
57 ],
58 "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
59 "homepage": "https://github.com/php-cache/integration-tests",
60 "keywords": [
61 "cache",
62 "psr16",
63 "psr6",
64 "test"
65 ],
66 "time": "2017-02-02T14:29:50+00:00"
67 },
68 {
69 "name": "cache/tag-interop",
70 "version": "1.0.0",
71 "source": {
72 "type": "git",
73 "url": "https://github.com/php-cache/tag-interop.git",
74 "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
75 },
76 "dist": {
77 "type": "zip",
78 "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
79 "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
80 "shasum": ""
81 },
82 "require": {
83 "php": "^5.5 || ^7.0",
84 "psr/cache": "^1.0"
85 },
86 "type": "library",
87 "extra": {
88 "branch-alias": {
89 "dev-master": "2.0-dev"
90 }
91 },
92 "autoload": {
93 "psr-4": {
94 "Cache\\TagInterop\\": ""
95 }
96 },
97 "notification-url": "https://packagist.org/downloads/",
98 "license": [
99 "MIT"
100 ],
101 "authors": [
102 {
103 "name": "Tobias Nyholm",
104 "email": "tobias.nyholm@gmail.com",
105 "homepage": "https://github.com/Nyholm"
106 },
107 {
108 "name": "Nicolas Grekas",
109 "email": "p@tchwork.com",
110 "homepage": "https://github.com/nicolas-grekas"
111 }
112 ],
113 "description": "Framework interoperable interfaces for tags",
114 "homepage": "http://www.php-cache.com/en/latest/",
115 "keywords": [
116 "cache",
117 "psr",
118 "psr6",
119 "tag"
120 ],
121 "time": "2017-03-13T09:14:27+00:00"
122 },
123 {
124 "name": "civicrm/civicrm-cxn-rpc",
125 "version": "v0.19.01.08",
126 "source": {
127 "type": "git",
128 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
129 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22"
130 },
131 "dist": {
132 "type": "zip",
133 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/5a142bc4d24b7f8c830f59768b405ec74d582f22",
134 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22",
135 "shasum": ""
136 },
137 "require": {
138 "phpseclib/phpseclib": "1.0.*",
139 "psr/log": "~1.1"
140 },
141 "type": "library",
142 "autoload": {
143 "psr-4": {
144 "Civi\\Cxn\\Rpc\\": "src/"
145 }
146 },
147 "notification-url": "https://packagist.org/downloads/",
148 "license": [
149 "MIT"
150 ],
151 "authors": [
152 {
153 "name": "Tim Otten",
154 "email": "totten@civicrm.org"
155 }
156 ],
157 "description": "RPC library for CiviConnect",
158 "time": "2019-01-08T19:20:09+00:00"
159 },
160 {
161 "name": "civicrm/civicrm-setup",
162 "version": "v0.4.0",
163 "source": {
164 "type": "git",
165 "url": "https://github.com/civicrm/civicrm-setup.git",
166 "reference": "8417d0c62b6e725ef7a49a75935995d0269cbbe8"
167 },
168 "dist": {
169 "type": "zip",
170 "url": "https://api.github.com/repos/civicrm/civicrm-setup/zipball/8417d0c62b6e725ef7a49a75935995d0269cbbe8",
171 "reference": "8417d0c62b6e725ef7a49a75935995d0269cbbe8",
172 "shasum": ""
173 },
174 "require": {
175 "psr/log": "~1.0",
176 "symfony/event-dispatcher": "^2.6.13 || ~3.0"
177 },
178 "type": "library",
179 "autoload": {
180 "files": [
181 "civicrm-setup-autoload.php"
182 ]
183 },
184 "notification-url": "https://packagist.org/downloads/",
185 "license": [
186 "MIT"
187 ],
188 "authors": [
189 {
190 "name": "CiviCRM LLC",
191 "email": "info@civicrm.org"
192 }
193 ],
194 "description": "CiviCRM installation library",
195 "time": "2020-01-18T03:46:43+00:00"
196 },
197 {
198 "name": "civicrm/composer-downloads-plugin",
199 "version": "v2.0.0",
200 "source": {
201 "type": "git",
202 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
203 "reference": "869b7a12f57b2d912f0ea77d5c33c1518b8de27d"
204 },
205 "dist": {
206 "type": "zip",
207 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/869b7a12f57b2d912f0ea77d5c33c1518b8de27d",
208 "reference": "869b7a12f57b2d912f0ea77d5c33c1518b8de27d",
209 "shasum": ""
210 },
211 "require": {
212 "composer-plugin-api": "^1.1",
213 "php": ">=5.6",
214 "togos/gitignore": "~1.1.1"
215 },
216 "require-dev": {
217 "composer/composer": "~1.0",
218 "friendsofphp/php-cs-fixer": "^2.3",
219 "phpunit/phpunit": "^5.7",
220 "totten/process-helper": "^1.0.1"
221 },
222 "type": "composer-plugin",
223 "extra": {
224 "class": "LastCall\\DownloadsPlugin\\Plugin"
225 },
226 "autoload": {
227 "psr-4": {
228 "LastCall\\DownloadsPlugin\\": "src/"
229 }
230 },
231 "notification-url": "https://packagist.org/downloads/",
232 "license": [
233 "MIT"
234 ],
235 "authors": [
236 {
237 "name": "Rob Bayliss",
238 "email": "rob@lastcallmedia.com"
239 },
240 {
241 "name": "Tim Otten",
242 "email": "totten@civicrm.org"
243 }
244 ],
245 "description": "Composer plugin for downloading additional files within any composer package.",
246 "time": "2019-08-22T10:56:51+00:00"
247 },
248 {
249 "name": "cweagans/composer-patches",
250 "version": "1.6.5",
251 "source": {
252 "type": "git",
253 "url": "https://github.com/cweagans/composer-patches.git",
254 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
255 },
256 "dist": {
257 "type": "zip",
258 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
259 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
260 "shasum": ""
261 },
262 "require": {
263 "composer-plugin-api": "^1.0",
264 "php": ">=5.3.0"
265 },
266 "require-dev": {
267 "composer/composer": "~1.0",
268 "phpunit/phpunit": "~4.6"
269 },
270 "type": "composer-plugin",
271 "extra": {
272 "class": "cweagans\\Composer\\Patches"
273 },
274 "autoload": {
275 "psr-4": {
276 "cweagans\\Composer\\": "src"
277 }
278 },
279 "notification-url": "https://packagist.org/downloads/",
280 "license": [
281 "BSD-3-Clause"
282 ],
283 "authors": [
284 {
285 "name": "Cameron Eagans",
286 "email": "me@cweagans.net"
287 }
288 ],
289 "description": "Provides a way to patch Composer packages.",
290 "time": "2018-05-11T18:00:16+00:00"
291 },
292 {
293 "name": "dompdf/dompdf",
294 "version": "v0.8.3",
295 "source": {
296 "type": "git",
297 "url": "https://github.com/dompdf/dompdf.git",
298 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
299 },
300 "dist": {
301 "type": "zip",
302 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
303 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
304 "shasum": ""
305 },
306 "require": {
307 "ext-dom": "*",
308 "ext-mbstring": "*",
309 "phenx/php-font-lib": "0.5.*",
310 "phenx/php-svg-lib": "0.3.*",
311 "php": ">=5.4.0"
312 },
313 "require-dev": {
314 "phpunit/phpunit": "^4.8|^5.5|^6.5",
315 "squizlabs/php_codesniffer": "2.*"
316 },
317 "suggest": {
318 "ext-gd": "Needed to process images",
319 "ext-gmagick": "Improves image processing performance",
320 "ext-imagick": "Improves image processing performance"
321 },
322 "type": "library",
323 "extra": {
324 "branch-alias": {
325 "dev-develop": "0.7-dev"
326 }
327 },
328 "autoload": {
329 "psr-4": {
330 "Dompdf\\": "src/"
331 },
332 "classmap": [
333 "lib/"
334 ]
335 },
336 "notification-url": "https://packagist.org/downloads/",
337 "license": [
338 "LGPL-2.1"
339 ],
340 "authors": [
341 {
342 "name": "Fabien Ménager",
343 "email": "fabien.menager@gmail.com"
344 },
345 {
346 "name": "Brian Sweeney",
347 "email": "eclecticgeek@gmail.com"
348 },
349 {
350 "name": "Gabriel Bull",
351 "email": "me@gabrielbull.com"
352 }
353 ],
354 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
355 "homepage": "https://github.com/dompdf/dompdf",
356 "time": "2018-12-14T02:40:31+00:00"
357 },
358 {
359 "name": "electrolinux/phpquery",
360 "version": "0.9.6",
361 "source": {
362 "type": "git",
363 "url": "https://github.com/electrolinux/phpquery.git",
364 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
365 },
366 "dist": {
367 "type": "zip",
368 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
369 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
370 "shasum": ""
371 },
372 "type": "library",
373 "autoload": {
374 "classmap": [
375 "phpQuery/"
376 ]
377 },
378 "notification-url": "https://packagist.org/downloads/",
379 "license": [
380 "MIT"
381 ],
382 "authors": [
383 {
384 "name": "Tobiasz Cudnik",
385 "email": "tobiasz.cudnik@gmail.com",
386 "homepage": "https://github.com/TobiaszCudnik",
387 "role": "Developer"
388 },
389 {
390 "name": "didier Belot",
391 "role": "Packager"
392 }
393 ],
394 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
395 "homepage": "http://code.google.com/p/phpquery/",
396 "time": "2013-03-21T12:39:33+00:00"
397 },
398 {
399 "name": "guzzlehttp/guzzle",
400 "version": "6.3.0",
401 "source": {
402 "type": "git",
403 "url": "https://github.com/guzzle/guzzle.git",
404 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
405 },
406 "dist": {
407 "type": "zip",
408 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
409 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
410 "shasum": ""
411 },
412 "require": {
413 "guzzlehttp/promises": "^1.0",
414 "guzzlehttp/psr7": "^1.4",
415 "php": ">=5.5"
416 },
417 "require-dev": {
418 "ext-curl": "*",
419 "phpunit/phpunit": "^4.0 || ^5.0",
420 "psr/log": "^1.0"
421 },
422 "suggest": {
423 "psr/log": "Required for using the Log middleware"
424 },
425 "type": "library",
426 "extra": {
427 "branch-alias": {
428 "dev-master": "6.2-dev"
429 }
430 },
431 "autoload": {
432 "files": [
433 "src/functions_include.php"
434 ],
435 "psr-4": {
436 "GuzzleHttp\\": "src/"
437 }
438 },
439 "notification-url": "https://packagist.org/downloads/",
440 "license": [
441 "MIT"
442 ],
443 "authors": [
444 {
445 "name": "Michael Dowling",
446 "email": "mtdowling@gmail.com",
447 "homepage": "https://github.com/mtdowling"
448 }
449 ],
450 "description": "Guzzle is a PHP HTTP client library",
451 "homepage": "http://guzzlephp.org/",
452 "keywords": [
453 "client",
454 "curl",
455 "framework",
456 "http",
457 "http client",
458 "rest",
459 "web service"
460 ],
461 "time": "2017-06-22T18:50:49+00:00"
462 },
463 {
464 "name": "guzzlehttp/promises",
465 "version": "v1.3.1",
466 "source": {
467 "type": "git",
468 "url": "https://github.com/guzzle/promises.git",
469 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
470 },
471 "dist": {
472 "type": "zip",
473 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
474 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
475 "shasum": ""
476 },
477 "require": {
478 "php": ">=5.5.0"
479 },
480 "require-dev": {
481 "phpunit/phpunit": "^4.0"
482 },
483 "type": "library",
484 "extra": {
485 "branch-alias": {
486 "dev-master": "1.4-dev"
487 }
488 },
489 "autoload": {
490 "psr-4": {
491 "GuzzleHttp\\Promise\\": "src/"
492 },
493 "files": [
494 "src/functions_include.php"
495 ]
496 },
497 "notification-url": "https://packagist.org/downloads/",
498 "license": [
499 "MIT"
500 ],
501 "authors": [
502 {
503 "name": "Michael Dowling",
504 "email": "mtdowling@gmail.com",
505 "homepage": "https://github.com/mtdowling"
506 }
507 ],
508 "description": "Guzzle promises library",
509 "keywords": [
510 "promise"
511 ],
512 "time": "2016-12-20T10:07:11+00:00"
513 },
514 {
515 "name": "guzzlehttp/psr7",
516 "version": "1.4.2",
517 "source": {
518 "type": "git",
519 "url": "https://github.com/guzzle/psr7.git",
520 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
521 },
522 "dist": {
523 "type": "zip",
524 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
525 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
526 "shasum": ""
527 },
528 "require": {
529 "php": ">=5.4.0",
530 "psr/http-message": "~1.0"
531 },
532 "provide": {
533 "psr/http-message-implementation": "1.0"
534 },
535 "require-dev": {
536 "phpunit/phpunit": "~4.0"
537 },
538 "type": "library",
539 "extra": {
540 "branch-alias": {
541 "dev-master": "1.4-dev"
542 }
543 },
544 "autoload": {
545 "psr-4": {
546 "GuzzleHttp\\Psr7\\": "src/"
547 },
548 "files": [
549 "src/functions_include.php"
550 ]
551 },
552 "notification-url": "https://packagist.org/downloads/",
553 "license": [
554 "MIT"
555 ],
556 "authors": [
557 {
558 "name": "Michael Dowling",
559 "email": "mtdowling@gmail.com",
560 "homepage": "https://github.com/mtdowling"
561 },
562 {
563 "name": "Tobias Schultze",
564 "homepage": "https://github.com/Tobion"
565 }
566 ],
567 "description": "PSR-7 message implementation that also provides common utility methods",
568 "keywords": [
569 "http",
570 "message",
571 "request",
572 "response",
573 "stream",
574 "uri",
575 "url"
576 ],
577 "time": "2017-03-20T17:10:46+00:00"
578 },
579 {
580 "name": "katzien/php-mime-type",
581 "version": "2.1.0",
582 "source": {
583 "type": "git",
584 "url": "https://github.com/katzien/PhpMimeType.git",
585 "reference": "159dfbdcd5906442f3dad89951127f0b9dfa3b78"
586 },
587 "dist": {
588 "type": "zip",
589 "url": "https://api.github.com/repos/katzien/PhpMimeType/zipball/159dfbdcd5906442f3dad89951127f0b9dfa3b78",
590 "reference": "159dfbdcd5906442f3dad89951127f0b9dfa3b78",
591 "shasum": ""
592 },
593 "require": {
594 "php": ">=5.6"
595 },
596 "require-dev": {
597 "phpunit/phpunit": "5.*",
598 "satooshi/php-coveralls": "1.*"
599 },
600 "type": "library",
601 "autoload": {
602 "psr-4": {
603 "MimeType\\": "src/"
604 }
605 },
606 "notification-url": "https://packagist.org/downloads/",
607 "license": [
608 "MIT"
609 ],
610 "authors": [
611 {
612 "name": "Kat Zien"
613 }
614 ],
615 "description": "A PHP library to detect the mime type of files.",
616 "homepage": "https://github.com/katzien/PhpMimeType",
617 "keywords": [
618 "mimetype",
619 "php"
620 ],
621 "abandoned": true,
622 "time": "2017-03-23T02:05:33+00:00"
623 },
624 {
625 "name": "league/csv",
626 "version": "9.2.1",
627 "source": {
628 "type": "git",
629 "url": "https://github.com/thephpleague/csv.git",
630 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9"
631 },
632 "dist": {
633 "type": "zip",
634 "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
635 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
636 "shasum": ""
637 },
638 "require": {
639 "ext-mbstring": "*",
640 "php": ">=7.0.10"
641 },
642 "require-dev": {
643 "ext-curl": "*",
644 "friendsofphp/php-cs-fixer": "^2.12",
645 "phpstan/phpstan": "^0.9.2",
646 "phpstan/phpstan-phpunit": "^0.9.4",
647 "phpstan/phpstan-strict-rules": "^0.9.0",
648 "phpunit/phpunit": "^6.0"
649 },
650 "suggest": {
651 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
652 },
653 "type": "library",
654 "extra": {
655 "branch-alias": {
656 "dev-master": "9.x-dev"
657 }
658 },
659 "autoload": {
660 "psr-4": {
661 "League\\Csv\\": "src"
662 },
663 "files": [
664 "src/functions_include.php"
665 ]
666 },
667 "notification-url": "https://packagist.org/downloads/",
668 "license": [
669 "MIT"
670 ],
671 "authors": [
672 {
673 "name": "Ignace Nyamagana Butera",
674 "email": "nyamsprod@gmail.com",
675 "homepage": "https://github.com/nyamsprod/",
676 "role": "Developer"
677 }
678 ],
679 "description": "Csv data manipulation made easy in PHP",
680 "homepage": "http://csv.thephpleague.com",
681 "keywords": [
682 "csv",
683 "export",
684 "filter",
685 "import",
686 "read",
687 "write"
688 ],
689 "time": "2019-06-07T06:24:33+00:00"
690 },
691 {
692 "name": "marcj/topsort",
693 "version": "1.1.0",
694 "source": {
695 "type": "git",
696 "url": "https://github.com/marcj/topsort.php.git",
697 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
698 },
699 "dist": {
700 "type": "zip",
701 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
702 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
703 "shasum": ""
704 },
705 "require": {
706 "php": ">=5.4"
707 },
708 "require-dev": {
709 "codeclimate/php-test-reporter": "dev-master",
710 "phpunit/phpunit": "~4.0",
711 "symfony/console": "~2.5"
712 },
713 "type": "library",
714 "autoload": {
715 "psr-4": {
716 "MJS\\TopSort\\": "src/",
717 "MJS\\TopSort\\Tests\\": "tests/Tests/"
718 }
719 },
720 "notification-url": "https://packagist.org/downloads/",
721 "license": [
722 "MIT"
723 ],
724 "authors": [
725 {
726 "name": "Marc J. Schmidt",
727 "email": "marc@marcjschmidt.de"
728 }
729 ],
730 "description": "High-Performance TopSort/Dependency resolving algorithm",
731 "keywords": [
732 "dependency resolving",
733 "topological sort",
734 "topsort"
735 ],
736 "time": "2016-11-19T14:58:11+00:00"
737 },
738 {
739 "name": "pclzip/pclzip",
740 "version": "2.8.2",
741 "source": {
742 "type": "git",
743 "url": "https://github.com/ivanlanin/pclzip.git",
744 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
745 },
746 "dist": {
747 "type": "zip",
748 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
749 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
750 "shasum": ""
751 },
752 "type": "library",
753 "autoload": {
754 "classmap": [
755 "pclzip.lib.php"
756 ]
757 },
758 "notification-url": "https://packagist.org/downloads/",
759 "license": [
760 "LGPL-2.1"
761 ],
762 "authors": [
763 {
764 "name": "Vincent Blavet"
765 }
766 ],
767 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
768 "homepage": "http://www.phpconcept.net/pclzip",
769 "keywords": [
770 "php",
771 "zip"
772 ],
773 "time": "2014-06-05T11:42:24+00:00"
774 },
775 {
776 "name": "pear/auth_sasl",
777 "version": "v1.1.0",
778 "source": {
779 "type": "git",
780 "url": "https://github.com/pear/Auth_SASL.git",
781 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
782 },
783 "dist": {
784 "type": "zip",
785 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
786 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
787 "shasum": ""
788 },
789 "require": {
790 "pear/pear_exception": "@stable"
791 },
792 "require-dev": {
793 "phpunit/phpunit": "@stable"
794 },
795 "type": "library",
796 "autoload": {
797 "psr-0": {
798 "Auth": "./"
799 }
800 },
801 "notification-url": "https://packagist.org/downloads/",
802 "include-path": [
803 "./"
804 ],
805 "license": [
806 "BSD"
807 ],
808 "authors": [
809 {
810 "name": "Anish Mistry",
811 "email": "amistry@am-productions.biz",
812 "role": "Lead"
813 },
814 {
815 "name": "Richard Heyes",
816 "email": "richard@php.net",
817 "role": "Lead"
818 },
819 {
820 "name": "Michael Bretterklieber",
821 "email": "michael@bretterklieber.com",
822 "role": "Lead"
823 }
824 ],
825 "description": "Abstraction of various SASL mechanism responses",
826 "time": "2017-03-07T14:37:05+00:00"
827 },
828 {
829 "name": "pear/console_getopt",
830 "version": "v1.4.1",
831 "source": {
832 "type": "git",
833 "url": "https://github.com/pear/Console_Getopt.git",
834 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
835 },
836 "dist": {
837 "type": "zip",
838 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
839 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
840 "shasum": ""
841 },
842 "type": "library",
843 "autoload": {
844 "psr-0": {
845 "Console": "./"
846 }
847 },
848 "notification-url": "https://packagist.org/downloads/",
849 "include-path": [
850 "./"
851 ],
852 "license": [
853 "BSD-2-Clause"
854 ],
855 "authors": [
856 {
857 "name": "Greg Beaver",
858 "email": "cellog@php.net",
859 "role": "Helper"
860 },
861 {
862 "name": "Andrei Zmievski",
863 "email": "andrei@php.net",
864 "role": "Lead"
865 },
866 {
867 "name": "Stig Bakken",
868 "email": "stig@php.net",
869 "role": "Developer"
870 }
871 ],
872 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
873 "time": "2015-07-20T20:28:12+00:00"
874 },
875 {
876 "name": "pear/log",
877 "version": "1.13.1",
878 "source": {
879 "type": "git",
880 "url": "https://github.com/pear/Log.git",
881 "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803"
882 },
883 "dist": {
884 "type": "zip",
885 "url": "https://api.github.com/repos/pear/Log/zipball/c4be9ded2353c7c231d4c35cc3da75b209453803",
886 "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803",
887 "shasum": ""
888 },
889 "require": {
890 "pear/pear_exception": "1.0.0",
891 "php": ">5.2"
892 },
893 "require-dev": {
894 "phpunit/phpunit": "*"
895 },
896 "suggest": {
897 "pear/db": "Install optionally via your project's composer.json"
898 },
899 "type": "library",
900 "autoload": {
901 "psr-0": {
902 "Log": "./"
903 }
904 },
905 "notification-url": "https://packagist.org/downloads/",
906 "include-path": [
907 ""
908 ],
909 "license": [
910 "MIT"
911 ],
912 "authors": [
913 {
914 "name": "Jon Parise",
915 "email": "jon@php.net",
916 "homepage": "http://www.indelible.org",
917 "role": "Developer"
918 }
919 ],
920 "description": "PEAR Logging Framework",
921 "homepage": "http://pear.github.io/Log/",
922 "keywords": [
923 "log",
924 "logging"
925 ],
926 "time": "2016-04-16T00:49:33+00:00"
927 },
928 {
929 "name": "pear/mail",
930 "version": "v1.4.1",
931 "source": {
932 "type": "git",
933 "url": "https://github.com/pear/Mail.git",
934 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
935 },
936 "dist": {
937 "type": "zip",
938 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
939 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
940 "shasum": ""
941 },
942 "require": {
943 "pear/pear-core-minimal": "~1.9",
944 "php": ">=5.2.1"
945 },
946 "require-dev": {
947 "pear/pear": "*"
948 },
949 "suggest": {
950 "pear/net_smtp": "Install optionally via your project's composer.json"
951 },
952 "type": "library",
953 "autoload": {
954 "psr-0": {
955 "Mail": "./"
956 }
957 },
958 "notification-url": "https://packagist.org/downloads/",
959 "include-path": [
960 "./"
961 ],
962 "license": [
963 "BSD-2-Clause"
964 ],
965 "authors": [
966 {
967 "name": "Chuck Hagenbuch",
968 "email": "chuck@horde.org",
969 "role": "Lead"
970 },
971 {
972 "name": "Richard Heyes",
973 "email": "richard@phpguru.org",
974 "role": "Developer"
975 },
976 {
977 "name": "Aleksander Machniak",
978 "email": "alec@alec.pl",
979 "role": "Developer"
980 }
981 ],
982 "description": "Class that provides multiple interfaces for sending emails.",
983 "homepage": "http://pear.php.net/package/Mail",
984 "time": "2017-04-11T17:27:29+00:00"
985 },
986 {
987 "name": "pear/net_smtp",
988 "version": "1.6.3",
989 "source": {
990 "type": "git",
991 "url": "https://github.com/pear/Net_SMTP.git",
992 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c"
993 },
994 "dist": {
995 "type": "zip",
996 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/7b6240761adf6ee245098e238a25d5c35650d82c",
997 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c",
998 "shasum": ""
999 },
1000 "require": {
1001 "pear/net_socket": "*",
1002 "pear/pear_exception": "*",
1003 "php": ">=4.0.5"
1004 },
1005 "require-dev": {
1006 "phpunit/phpunit": "*"
1007 },
1008 "suggest": {
1009 "pear/auth_sasl": "Install optionally via your project's composer.json"
1010 },
1011 "type": "library",
1012 "autoload": {
1013 "psr-0": {
1014 "Net": "./"
1015 }
1016 },
1017 "notification-url": "https://packagist.org/downloads/",
1018 "include-path": [
1019 "./"
1020 ],
1021 "license": [
1022 "PHP License"
1023 ],
1024 "authors": [
1025 {
1026 "name": "Jon Parise",
1027 "email": "jon@php.net",
1028 "homepage": "http://www.indelible.org",
1029 "role": "Lead"
1030 },
1031 {
1032 "name": "Chuck Hagenbuch",
1033 "email": "chuck@horde.org",
1034 "role": "Lead"
1035 }
1036 ],
1037 "description": "An implementation of the SMTP protocol",
1038 "homepage": "http://pear.github.io/Net_SMTP/",
1039 "keywords": [
1040 "email",
1041 "mail",
1042 "smtp"
1043 ],
1044 "time": "2015-08-02T17:20:17+00:00"
1045 },
1046 {
1047 "name": "pear/net_socket",
1048 "version": "1.0.14",
1049 "source": {
1050 "type": "git",
1051 "url": "https://github.com/pear/Net_Socket.git",
1052 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
1053 },
1054 "dist": {
1055 "type": "zip",
1056 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
1057 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
1058 "shasum": ""
1059 },
1060 "require": {
1061 "pear/pear_exception": "*"
1062 },
1063 "require-dev": {
1064 "phpunit/phpunit": "*"
1065 },
1066 "type": "library",
1067 "autoload": {
1068 "psr-0": {
1069 "Net": "./"
1070 }
1071 },
1072 "notification-url": "https://packagist.org/downloads/",
1073 "include-path": [
1074 "./"
1075 ],
1076 "license": [
1077 "PHP License"
1078 ],
1079 "authors": [
1080 {
1081 "name": "Chuck Hagenbuch",
1082 "email": "chuck@horde.org",
1083 "role": "Lead"
1084 },
1085 {
1086 "name": "Aleksander Machniak",
1087 "email": "alec@php.net",
1088 "role": "Lead"
1089 },
1090 {
1091 "name": "Stig Bakken",
1092 "email": "stig@php.net",
1093 "role": "Lead"
1094 }
1095 ],
1096 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1097 "time": "2014-02-20T19:27:06+00:00"
1098 },
1099 {
1100 "name": "pear/pear-core-minimal",
1101 "version": "v1.10.7",
1102 "source": {
1103 "type": "git",
1104 "url": "https://github.com/pear/pear-core-minimal.git",
1105 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
1106 },
1107 "dist": {
1108 "type": "zip",
1109 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
1110 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
1111 "shasum": ""
1112 },
1113 "require": {
1114 "pear/console_getopt": "~1.4",
1115 "pear/pear_exception": "~1.0"
1116 },
1117 "replace": {
1118 "rsky/pear-core-min": "self.version"
1119 },
1120 "type": "library",
1121 "autoload": {
1122 "psr-0": {
1123 "": "src/"
1124 }
1125 },
1126 "notification-url": "https://packagist.org/downloads/",
1127 "include-path": [
1128 "src/"
1129 ],
1130 "license": [
1131 "BSD-3-Clause"
1132 ],
1133 "authors": [
1134 {
1135 "name": "Christian Weiske",
1136 "email": "cweiske@php.net",
1137 "role": "Lead"
1138 }
1139 ],
1140 "description": "Minimal set of PEAR core files to be used as composer dependency",
1141 "time": "2018-12-05T20:03:52+00:00"
1142 },
1143 {
1144 "name": "pear/pear_exception",
1145 "version": "v1.0.0",
1146 "source": {
1147 "type": "git",
1148 "url": "https://github.com/pear/PEAR_Exception.git",
1149 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
1150 },
1151 "dist": {
1152 "type": "zip",
1153 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
1154 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
1155 "shasum": ""
1156 },
1157 "require": {
1158 "php": ">=4.4.0"
1159 },
1160 "require-dev": {
1161 "phpunit/phpunit": "*"
1162 },
1163 "type": "class",
1164 "extra": {
1165 "branch-alias": {
1166 "dev-master": "1.0.x-dev"
1167 }
1168 },
1169 "autoload": {
1170 "psr-0": {
1171 "PEAR": ""
1172 }
1173 },
1174 "notification-url": "https://packagist.org/downloads/",
1175 "include-path": [
1176 "."
1177 ],
1178 "license": [
1179 "BSD-2-Clause"
1180 ],
1181 "authors": [
1182 {
1183 "name": "Helgi Thormar",
1184 "email": "dufuz@php.net"
1185 },
1186 {
1187 "name": "Greg Beaver",
1188 "email": "cellog@php.net"
1189 }
1190 ],
1191 "description": "The PEAR Exception base class.",
1192 "homepage": "https://github.com/pear/PEAR_Exception",
1193 "keywords": [
1194 "exception"
1195 ],
1196 "time": "2015-02-10T20:07:52+00:00"
1197 },
1198 {
1199 "name": "pear/validate_finance_creditcard",
1200 "version": "dev-master",
1201 "source": {
1202 "type": "git",
1203 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
1204 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
1205 },
1206 "dist": {
1207 "type": "zip",
1208 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1209 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
1210 "shasum": ""
1211 },
1212 "require": {
1213 "pear/pear_exception": "*",
1214 "php": ">=5.2.1"
1215 },
1216 "require-dev": {
1217 "phpunit/phpunit": "*"
1218 },
1219 "type": "library",
1220 "autoload": {
1221 "psr-0": {
1222 "Validate": "./"
1223 }
1224 },
1225 "notification-url": "https://packagist.org/downloads/",
1226 "include-path": [
1227 "./"
1228 ],
1229 "license": [
1230 "New BSD"
1231 ],
1232 "authors": [
1233 {
1234 "name": "Philippe Jausions",
1235 "email": "Philippe.Jausions@11abacus.com",
1236 "role": "Lead"
1237 }
1238 ],
1239 "description": "Validation class for credit cards.",
1240 "time": "2016-09-12T08:01:21+00:00"
1241 },
1242 {
1243 "name": "phenx/php-font-lib",
1244 "version": "0.5",
1245 "source": {
1246 "type": "git",
1247 "url": "https://github.com/PhenX/php-font-lib.git",
1248 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
1249 },
1250 "dist": {
1251 "type": "zip",
1252 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
1253 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
1254 "shasum": ""
1255 },
1256 "require-dev": {
1257 "phpunit/phpunit": "^4.8"
1258 },
1259 "type": "library",
1260 "autoload": {
1261 "psr-4": {
1262 "FontLib\\": "src/FontLib"
1263 }
1264 },
1265 "notification-url": "https://packagist.org/downloads/",
1266 "license": [
1267 "LGPL-3.0"
1268 ],
1269 "authors": [
1270 {
1271 "name": "Fabien Ménager",
1272 "email": "fabien.menager@gmail.com"
1273 }
1274 ],
1275 "description": "A library to read, parse, export and make subsets of different types of font files.",
1276 "homepage": "https://github.com/PhenX/php-font-lib",
1277 "time": "2017-02-11T10:58:43+00:00"
1278 },
1279 {
1280 "name": "phenx/php-svg-lib",
1281 "version": "v0.3.3",
1282 "source": {
1283 "type": "git",
1284 "url": "https://github.com/PhenX/php-svg-lib.git",
1285 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
1286 },
1287 "dist": {
1288 "type": "zip",
1289 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1290 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1291 "shasum": ""
1292 },
1293 "require": {
1294 "sabberworm/php-css-parser": "^8.3"
1295 },
1296 "require-dev": {
1297 "phpunit/phpunit": "^5.5|^6.5"
1298 },
1299 "type": "library",
1300 "autoload": {
1301 "psr-4": {
1302 "Svg\\": "src/Svg"
1303 }
1304 },
1305 "notification-url": "https://packagist.org/downloads/",
1306 "license": [
1307 "LGPL-3.0"
1308 ],
1309 "authors": [
1310 {
1311 "name": "Fabien Ménager",
1312 "email": "fabien.menager@gmail.com"
1313 }
1314 ],
1315 "description": "A library to read, parse and export to PDF SVG files.",
1316 "homepage": "https://github.com/PhenX/php-svg-lib",
1317 "time": "2019-09-11T20:02:13+00:00"
1318 },
1319 {
1320 "name": "phpoffice/common",
1321 "version": "0.2.9",
1322 "source": {
1323 "type": "git",
1324 "url": "https://github.com/PHPOffice/Common.git",
1325 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
1326 },
1327 "dist": {
1328 "type": "zip",
1329 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1330 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1331 "shasum": ""
1332 },
1333 "require": {
1334 "pclzip/pclzip": "^2.8",
1335 "php": ">=5.3.0"
1336 },
1337 "require-dev": {
1338 "phpdocumentor/phpdocumentor": "2.*",
1339 "phploc/phploc": "2.*",
1340 "phpmd/phpmd": "2.*",
1341 "phpunit/phpunit": "^4.8.36 || ^7.0",
1342 "sebastian/phpcpd": "2.*",
1343 "squizlabs/php_codesniffer": "2.*"
1344 },
1345 "type": "library",
1346 "extra": {
1347 "patches_applied": {
1348 "Fix handling of libxml_disable_entity_loader": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch"
1349 }
1350 },
1351 "autoload": {
1352 "psr-4": {
1353 "PhpOffice\\Common\\": "src/Common/"
1354 }
1355 },
1356 "notification-url": "https://packagist.org/downloads/",
1357 "license": [
1358 "LGPL"
1359 ],
1360 "authors": [
1361 {
1362 "name": "Mark Baker"
1363 },
1364 {
1365 "name": "Franck Lefevre",
1366 "homepage": "http://rootslabs.net"
1367 }
1368 ],
1369 "description": "PHPOffice Common",
1370 "homepage": "http://phpoffice.github.io",
1371 "keywords": [
1372 "common",
1373 "component",
1374 "office",
1375 "php"
1376 ],
1377 "time": "2018-07-13T14:12:34+00:00"
1378 },
1379 {
1380 "name": "phpoffice/phpword",
1381 "version": "0.15.0",
1382 "source": {
1383 "type": "git",
1384 "url": "https://github.com/PHPOffice/PHPWord.git",
1385 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
1386 },
1387 "dist": {
1388 "type": "zip",
1389 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1390 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1391 "shasum": ""
1392 },
1393 "require": {
1394 "ext-xml": "*",
1395 "php": "^5.3.3 || ^7.0",
1396 "phpoffice/common": "^0.2.9",
1397 "zendframework/zend-escaper": "^2.2"
1398 },
1399 "require-dev": {
1400 "dompdf/dompdf": "0.8.*",
1401 "ext-gd": "*",
1402 "ext-zip": "*",
1403 "friendsofphp/php-cs-fixer": "^2.2",
1404 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
1405 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
1406 "phploc/phploc": "2.* || 3.* || 4.*",
1407 "phpmd/phpmd": "2.*",
1408 "phpunit/phpunit": "^4.8.36 || ^7.0",
1409 "squizlabs/php_codesniffer": "^2.9",
1410 "tecnickcom/tcpdf": "6.*"
1411 },
1412 "suggest": {
1413 "dompdf/dompdf": "Allows writing PDF",
1414 "ext-gd2": "Allows adding images",
1415 "ext-xmlwriter": "Allows writing OOXML and ODF",
1416 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
1417 "ext-zip": "Allows writing OOXML and ODF"
1418 },
1419 "type": "library",
1420 "extra": {
1421 "branch-alias": {
1422 "dev-develop": "0.16-dev"
1423 },
1424 "patches_applied": {
1425 "Fix handling of libxml_disable_entity_loader": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/phpword-libxml-fix-global-handling.patch"
1426 }
1427 },
1428 "autoload": {
1429 "psr-4": {
1430 "PhpOffice\\PhpWord\\": "src/PhpWord"
1431 }
1432 },
1433 "notification-url": "https://packagist.org/downloads/",
1434 "license": [
1435 "LGPL-3.0"
1436 ],
1437 "authors": [
1438 {
1439 "name": "Mark Baker"
1440 },
1441 {
1442 "name": "Gabriel Bull",
1443 "email": "me@gabrielbull.com",
1444 "homepage": "http://gabrielbull.com/"
1445 },
1446 {
1447 "name": "Ivan Lanin",
1448 "homepage": "http://ivan.lanin.org"
1449 },
1450 {
1451 "name": "Roman Syroeshko",
1452 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
1453 },
1454 {
1455 "name": "Franck Lefevre",
1456 "homepage": "https://rootslabs.net/blog/"
1457 },
1458 {
1459 "name": "Antoine de Troostembergh"
1460 }
1461 ],
1462 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
1463 "homepage": "http://phpoffice.github.io",
1464 "keywords": [
1465 "ISO IEC 29500",
1466 "OOXML",
1467 "Office Open XML",
1468 "OpenDocument",
1469 "OpenXML",
1470 "PhpOffice",
1471 "PhpWord",
1472 "Rich Text Format",
1473 "WordprocessingML",
1474 "doc",
1475 "docx",
1476 "html",
1477 "odf",
1478 "odt",
1479 "office",
1480 "pdf",
1481 "php",
1482 "reader",
1483 "rtf",
1484 "template",
1485 "template processor",
1486 "word",
1487 "writer"
1488 ],
1489 "time": "2018-07-14T16:59:43+00:00"
1490 },
1491 {
1492 "name": "phpseclib/phpseclib",
1493 "version": "1.0.7",
1494 "source": {
1495 "type": "git",
1496 "url": "https://github.com/phpseclib/phpseclib.git",
1497 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
1498 },
1499 "dist": {
1500 "type": "zip",
1501 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
1502 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
1503 "shasum": ""
1504 },
1505 "require": {
1506 "php": ">=5.0.0"
1507 },
1508 "require-dev": {
1509 "phing/phing": "~2.7",
1510 "phpunit/phpunit": "~4.0",
1511 "sami/sami": "~2.0",
1512 "squizlabs/php_codesniffer": "~2.0"
1513 },
1514 "suggest": {
1515 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1516 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
1517 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
1518 },
1519 "type": "library",
1520 "autoload": {
1521 "psr-0": {
1522 "Crypt": "phpseclib/",
1523 "File": "phpseclib/",
1524 "Math": "phpseclib/",
1525 "Net": "phpseclib/",
1526 "System": "phpseclib/"
1527 },
1528 "files": [
1529 "phpseclib/bootstrap.php",
1530 "phpseclib/Crypt/Random.php"
1531 ]
1532 },
1533 "notification-url": "https://packagist.org/downloads/",
1534 "include-path": [
1535 "phpseclib/"
1536 ],
1537 "license": [
1538 "MIT"
1539 ],
1540 "authors": [
1541 {
1542 "name": "Jim Wigginton",
1543 "email": "terrafrost@php.net",
1544 "role": "Lead Developer"
1545 },
1546 {
1547 "name": "Patrick Monnerat",
1548 "email": "pm@datasphere.ch",
1549 "role": "Developer"
1550 },
1551 {
1552 "name": "Andreas Fischer",
1553 "email": "bantu@phpbb.com",
1554 "role": "Developer"
1555 },
1556 {
1557 "name": "Hans-Jürgen Petrich",
1558 "email": "petrich@tronic-media.com",
1559 "role": "Developer"
1560 },
1561 {
1562 "name": "Graham Campbell",
1563 "email": "graham@alt-three.com",
1564 "role": "Developer"
1565 }
1566 ],
1567 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1568 "homepage": "http://phpseclib.sourceforge.net",
1569 "keywords": [
1570 "BigInteger",
1571 "aes",
1572 "asn.1",
1573 "asn1",
1574 "blowfish",
1575 "crypto",
1576 "cryptography",
1577 "encryption",
1578 "rsa",
1579 "security",
1580 "sftp",
1581 "signature",
1582 "signing",
1583 "ssh",
1584 "twofish",
1585 "x.509",
1586 "x509"
1587 ],
1588 "time": "2017-06-05T06:30:30+00:00"
1589 },
1590 {
1591 "name": "psr/cache",
1592 "version": "1.0.1",
1593 "source": {
1594 "type": "git",
1595 "url": "https://github.com/php-fig/cache.git",
1596 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1597 },
1598 "dist": {
1599 "type": "zip",
1600 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1601 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1602 "shasum": ""
1603 },
1604 "require": {
1605 "php": ">=5.3.0"
1606 },
1607 "type": "library",
1608 "extra": {
1609 "branch-alias": {
1610 "dev-master": "1.0.x-dev"
1611 }
1612 },
1613 "autoload": {
1614 "psr-4": {
1615 "Psr\\Cache\\": "src/"
1616 }
1617 },
1618 "notification-url": "https://packagist.org/downloads/",
1619 "license": [
1620 "MIT"
1621 ],
1622 "authors": [
1623 {
1624 "name": "PHP-FIG",
1625 "homepage": "http://www.php-fig.org/"
1626 }
1627 ],
1628 "description": "Common interface for caching libraries",
1629 "keywords": [
1630 "cache",
1631 "psr",
1632 "psr-6"
1633 ],
1634 "time": "2016-08-06T20:24:11+00:00"
1635 },
1636 {
1637 "name": "psr/http-message",
1638 "version": "1.0.1",
1639 "source": {
1640 "type": "git",
1641 "url": "https://github.com/php-fig/http-message.git",
1642 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1643 },
1644 "dist": {
1645 "type": "zip",
1646 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1647 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1648 "shasum": ""
1649 },
1650 "require": {
1651 "php": ">=5.3.0"
1652 },
1653 "type": "library",
1654 "extra": {
1655 "branch-alias": {
1656 "dev-master": "1.0.x-dev"
1657 }
1658 },
1659 "autoload": {
1660 "psr-4": {
1661 "Psr\\Http\\Message\\": "src/"
1662 }
1663 },
1664 "notification-url": "https://packagist.org/downloads/",
1665 "license": [
1666 "MIT"
1667 ],
1668 "authors": [
1669 {
1670 "name": "PHP-FIG",
1671 "homepage": "http://www.php-fig.org/"
1672 }
1673 ],
1674 "description": "Common interface for HTTP messages",
1675 "homepage": "https://github.com/php-fig/http-message",
1676 "keywords": [
1677 "http",
1678 "http-message",
1679 "psr",
1680 "psr-7",
1681 "request",
1682 "response"
1683 ],
1684 "time": "2016-08-06T14:39:51+00:00"
1685 },
1686 {
1687 "name": "psr/log",
1688 "version": "1.1.2",
1689 "source": {
1690 "type": "git",
1691 "url": "https://github.com/php-fig/log.git",
1692 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1693 },
1694 "dist": {
1695 "type": "zip",
1696 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1697 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1698 "shasum": ""
1699 },
1700 "require": {
1701 "php": ">=5.3.0"
1702 },
1703 "type": "library",
1704 "extra": {
1705 "branch-alias": {
1706 "dev-master": "1.1.x-dev"
1707 }
1708 },
1709 "autoload": {
1710 "psr-4": {
1711 "Psr\\Log\\": "Psr/Log/"
1712 }
1713 },
1714 "notification-url": "https://packagist.org/downloads/",
1715 "license": [
1716 "MIT"
1717 ],
1718 "authors": [
1719 {
1720 "name": "PHP-FIG",
1721 "homepage": "http://www.php-fig.org/"
1722 }
1723 ],
1724 "description": "Common interface for logging libraries",
1725 "homepage": "https://github.com/php-fig/log",
1726 "keywords": [
1727 "log",
1728 "psr",
1729 "psr-3"
1730 ],
1731 "time": "2019-11-01T11:05:21+00:00"
1732 },
1733 {
1734 "name": "psr/simple-cache",
1735 "version": "1.0.1",
1736 "source": {
1737 "type": "git",
1738 "url": "https://github.com/php-fig/simple-cache.git",
1739 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1740 },
1741 "dist": {
1742 "type": "zip",
1743 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1744 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1745 "shasum": ""
1746 },
1747 "require": {
1748 "php": ">=5.3.0"
1749 },
1750 "type": "library",
1751 "extra": {
1752 "branch-alias": {
1753 "dev-master": "1.0.x-dev"
1754 }
1755 },
1756 "autoload": {
1757 "psr-4": {
1758 "Psr\\SimpleCache\\": "src/"
1759 }
1760 },
1761 "notification-url": "https://packagist.org/downloads/",
1762 "license": [
1763 "MIT"
1764 ],
1765 "authors": [
1766 {
1767 "name": "PHP-FIG",
1768 "homepage": "http://www.php-fig.org/"
1769 }
1770 ],
1771 "description": "Common interfaces for simple caching",
1772 "keywords": [
1773 "cache",
1774 "caching",
1775 "psr",
1776 "psr-16",
1777 "simple-cache"
1778 ],
1779 "time": "2017-10-23T01:57:42+00:00"
1780 },
1781 {
1782 "name": "sabberworm/php-css-parser",
1783 "version": "8.3.0",
1784 "source": {
1785 "type": "git",
1786 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
1787 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
1788 },
1789 "dist": {
1790 "type": "zip",
1791 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1792 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1793 "shasum": ""
1794 },
1795 "require": {
1796 "php": ">=5.3.2"
1797 },
1798 "require-dev": {
1799 "codacy/coverage": "^1.4",
1800 "phpunit/phpunit": "~4.8"
1801 },
1802 "type": "library",
1803 "autoload": {
1804 "psr-0": {
1805 "Sabberworm\\CSS": "lib/"
1806 }
1807 },
1808 "notification-url": "https://packagist.org/downloads/",
1809 "license": [
1810 "MIT"
1811 ],
1812 "authors": [
1813 {
1814 "name": "Raphael Schweikert"
1815 }
1816 ],
1817 "description": "Parser for CSS Files written in PHP",
1818 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1819 "keywords": [
1820 "css",
1821 "parser",
1822 "stylesheet"
1823 ],
1824 "time": "2019-02-22T07:42:52+00:00"
1825 },
1826 {
1827 "name": "symfony/config",
1828 "version": "v2.8.50",
1829 "source": {
1830 "type": "git",
1831 "url": "https://github.com/symfony/config.git",
1832 "reference": "7dd5f5040dc04c118d057fb5886563963eb70011"
1833 },
1834 "dist": {
1835 "type": "zip",
1836 "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011",
1837 "reference": "7dd5f5040dc04c118d057fb5886563963eb70011",
1838 "shasum": ""
1839 },
1840 "require": {
1841 "php": ">=5.3.9",
1842 "symfony/filesystem": "~2.3|~3.0.0",
1843 "symfony/polyfill-ctype": "~1.8"
1844 },
1845 "require-dev": {
1846 "symfony/yaml": "~2.7|~3.0.0"
1847 },
1848 "suggest": {
1849 "symfony/yaml": "To use the yaml reference dumper"
1850 },
1851 "type": "library",
1852 "extra": {
1853 "branch-alias": {
1854 "dev-master": "2.8-dev"
1855 }
1856 },
1857 "autoload": {
1858 "psr-4": {
1859 "Symfony\\Component\\Config\\": ""
1860 },
1861 "exclude-from-classmap": [
1862 "/Tests/"
1863 ]
1864 },
1865 "notification-url": "https://packagist.org/downloads/",
1866 "license": [
1867 "MIT"
1868 ],
1869 "authors": [
1870 {
1871 "name": "Fabien Potencier",
1872 "email": "fabien@symfony.com"
1873 },
1874 {
1875 "name": "Symfony Community",
1876 "homepage": "https://symfony.com/contributors"
1877 }
1878 ],
1879 "description": "Symfony Config Component",
1880 "homepage": "https://symfony.com",
1881 "time": "2018-11-26T09:38:12+00:00"
1882 },
1883 {
1884 "name": "symfony/dependency-injection",
1885 "version": "v2.8.50",
1886 "source": {
1887 "type": "git",
1888 "url": "https://github.com/symfony/dependency-injection.git",
1889 "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8"
1890 },
1891 "dist": {
1892 "type": "zip",
1893 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c306198fee8f872a8f5f031e6e4f6f83086992d8",
1894 "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8",
1895 "shasum": ""
1896 },
1897 "require": {
1898 "php": ">=5.3.9"
1899 },
1900 "conflict": {
1901 "symfony/expression-language": "<2.6"
1902 },
1903 "require-dev": {
1904 "symfony/config": "~2.2|~3.0.0",
1905 "symfony/expression-language": "~2.6|~3.0.0",
1906 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
1907 },
1908 "suggest": {
1909 "symfony/config": "",
1910 "symfony/expression-language": "For using expressions in service container configuration",
1911 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1912 "symfony/yaml": ""
1913 },
1914 "type": "library",
1915 "extra": {
1916 "branch-alias": {
1917 "dev-master": "2.8-dev"
1918 }
1919 },
1920 "autoload": {
1921 "psr-4": {
1922 "Symfony\\Component\\DependencyInjection\\": ""
1923 },
1924 "exclude-from-classmap": [
1925 "/Tests/"
1926 ]
1927 },
1928 "notification-url": "https://packagist.org/downloads/",
1929 "license": [
1930 "MIT"
1931 ],
1932 "authors": [
1933 {
1934 "name": "Fabien Potencier",
1935 "email": "fabien@symfony.com"
1936 },
1937 {
1938 "name": "Symfony Community",
1939 "homepage": "https://symfony.com/contributors"
1940 }
1941 ],
1942 "description": "Symfony DependencyInjection Component",
1943 "homepage": "https://symfony.com",
1944 "time": "2019-04-16T11:33:46+00:00"
1945 },
1946 {
1947 "name": "symfony/event-dispatcher",
1948 "version": "v2.8.50",
1949 "source": {
1950 "type": "git",
1951 "url": "https://github.com/symfony/event-dispatcher.git",
1952 "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
1953 },
1954 "dist": {
1955 "type": "zip",
1956 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
1957 "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
1958 "shasum": ""
1959 },
1960 "require": {
1961 "php": ">=5.3.9"
1962 },
1963 "require-dev": {
1964 "psr/log": "~1.0",
1965 "symfony/config": "^2.0.5|~3.0.0",
1966 "symfony/dependency-injection": "~2.6|~3.0.0",
1967 "symfony/expression-language": "~2.6|~3.0.0",
1968 "symfony/stopwatch": "~2.3|~3.0.0"
1969 },
1970 "suggest": {
1971 "symfony/dependency-injection": "",
1972 "symfony/http-kernel": ""
1973 },
1974 "type": "library",
1975 "extra": {
1976 "branch-alias": {
1977 "dev-master": "2.8-dev"
1978 }
1979 },
1980 "autoload": {
1981 "psr-4": {
1982 "Symfony\\Component\\EventDispatcher\\": ""
1983 },
1984 "exclude-from-classmap": [
1985 "/Tests/"
1986 ]
1987 },
1988 "notification-url": "https://packagist.org/downloads/",
1989 "license": [
1990 "MIT"
1991 ],
1992 "authors": [
1993 {
1994 "name": "Fabien Potencier",
1995 "email": "fabien@symfony.com"
1996 },
1997 {
1998 "name": "Symfony Community",
1999 "homepage": "https://symfony.com/contributors"
2000 }
2001 ],
2002 "description": "Symfony EventDispatcher Component",
2003 "homepage": "https://symfony.com",
2004 "time": "2018-11-21T14:20:20+00:00"
2005 },
2006 {
2007 "name": "symfony/filesystem",
2008 "version": "v2.8.50",
2009 "source": {
2010 "type": "git",
2011 "url": "https://github.com/symfony/filesystem.git",
2012 "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
2013 },
2014 "dist": {
2015 "type": "zip",
2016 "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
2017 "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
2018 "shasum": ""
2019 },
2020 "require": {
2021 "php": ">=5.3.9",
2022 "symfony/polyfill-ctype": "~1.8"
2023 },
2024 "type": "library",
2025 "extra": {
2026 "branch-alias": {
2027 "dev-master": "2.8-dev"
2028 }
2029 },
2030 "autoload": {
2031 "psr-4": {
2032 "Symfony\\Component\\Filesystem\\": ""
2033 },
2034 "exclude-from-classmap": [
2035 "/Tests/"
2036 ]
2037 },
2038 "notification-url": "https://packagist.org/downloads/",
2039 "license": [
2040 "MIT"
2041 ],
2042 "authors": [
2043 {
2044 "name": "Fabien Potencier",
2045 "email": "fabien@symfony.com"
2046 },
2047 {
2048 "name": "Symfony Community",
2049 "homepage": "https://symfony.com/contributors"
2050 }
2051 ],
2052 "description": "Symfony Filesystem Component",
2053 "homepage": "https://symfony.com",
2054 "time": "2018-11-11T11:18:13+00:00"
2055 },
2056 {
2057 "name": "symfony/finder",
2058 "version": "v2.8.50",
2059 "source": {
2060 "type": "git",
2061 "url": "https://github.com/symfony/finder.git",
2062 "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
2063 },
2064 "dist": {
2065 "type": "zip",
2066 "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
2067 "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
2068 "shasum": ""
2069 },
2070 "require": {
2071 "php": ">=5.3.9"
2072 },
2073 "type": "library",
2074 "extra": {
2075 "branch-alias": {
2076 "dev-master": "2.8-dev"
2077 }
2078 },
2079 "autoload": {
2080 "psr-4": {
2081 "Symfony\\Component\\Finder\\": ""
2082 },
2083 "exclude-from-classmap": [
2084 "/Tests/"
2085 ]
2086 },
2087 "notification-url": "https://packagist.org/downloads/",
2088 "license": [
2089 "MIT"
2090 ],
2091 "authors": [
2092 {
2093 "name": "Fabien Potencier",
2094 "email": "fabien@symfony.com"
2095 },
2096 {
2097 "name": "Symfony Community",
2098 "homepage": "https://symfony.com/contributors"
2099 }
2100 ],
2101 "description": "Symfony Finder Component",
2102 "homepage": "https://symfony.com",
2103 "time": "2018-11-11T11:18:13+00:00"
2104 },
2105 {
2106 "name": "symfony/polyfill-ctype",
2107 "version": "v1.12.0",
2108 "source": {
2109 "type": "git",
2110 "url": "https://github.com/symfony/polyfill-ctype.git",
2111 "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
2112 },
2113 "dist": {
2114 "type": "zip",
2115 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
2116 "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
2117 "shasum": ""
2118 },
2119 "require": {
2120 "php": ">=5.3.3"
2121 },
2122 "suggest": {
2123 "ext-ctype": "For best performance"
2124 },
2125 "type": "library",
2126 "extra": {
2127 "branch-alias": {
2128 "dev-master": "1.12-dev"
2129 }
2130 },
2131 "autoload": {
2132 "psr-4": {
2133 "Symfony\\Polyfill\\Ctype\\": ""
2134 },
2135 "files": [
2136 "bootstrap.php"
2137 ]
2138 },
2139 "notification-url": "https://packagist.org/downloads/",
2140 "license": [
2141 "MIT"
2142 ],
2143 "authors": [
2144 {
2145 "name": "Gert de Pagter",
2146 "email": "BackEndTea@gmail.com"
2147 },
2148 {
2149 "name": "Symfony Community",
2150 "homepage": "https://symfony.com/contributors"
2151 }
2152 ],
2153 "description": "Symfony polyfill for ctype functions",
2154 "homepage": "https://symfony.com",
2155 "keywords": [
2156 "compatibility",
2157 "ctype",
2158 "polyfill",
2159 "portable"
2160 ],
2161 "time": "2019-08-06T08:03:45+00:00"
2162 },
2163 {
2164 "name": "symfony/polyfill-iconv",
2165 "version": "v1.12.0",
2166 "source": {
2167 "type": "git",
2168 "url": "https://github.com/symfony/polyfill-iconv.git",
2169 "reference": "685968b11e61a347c18bf25db32effa478be610f"
2170 },
2171 "dist": {
2172 "type": "zip",
2173 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
2174 "reference": "685968b11e61a347c18bf25db32effa478be610f",
2175 "shasum": ""
2176 },
2177 "require": {
2178 "php": ">=5.3.3"
2179 },
2180 "suggest": {
2181 "ext-iconv": "For best performance"
2182 },
2183 "type": "library",
2184 "extra": {
2185 "branch-alias": {
2186 "dev-master": "1.12-dev"
2187 }
2188 },
2189 "autoload": {
2190 "psr-4": {
2191 "Symfony\\Polyfill\\Iconv\\": ""
2192 },
2193 "files": [
2194 "bootstrap.php"
2195 ]
2196 },
2197 "notification-url": "https://packagist.org/downloads/",
2198 "license": [
2199 "MIT"
2200 ],
2201 "authors": [
2202 {
2203 "name": "Nicolas Grekas",
2204 "email": "p@tchwork.com"
2205 },
2206 {
2207 "name": "Symfony Community",
2208 "homepage": "https://symfony.com/contributors"
2209 }
2210 ],
2211 "description": "Symfony polyfill for the Iconv extension",
2212 "homepage": "https://symfony.com",
2213 "keywords": [
2214 "compatibility",
2215 "iconv",
2216 "polyfill",
2217 "portable",
2218 "shim"
2219 ],
2220 "time": "2019-08-06T08:03:45+00:00"
2221 },
2222 {
2223 "name": "symfony/process",
2224 "version": "v2.8.50",
2225 "source": {
2226 "type": "git",
2227 "url": "https://github.com/symfony/process.git",
2228 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
2229 },
2230 "dist": {
2231 "type": "zip",
2232 "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
2233 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
2234 "shasum": ""
2235 },
2236 "require": {
2237 "php": ">=5.3.9"
2238 },
2239 "type": "library",
2240 "extra": {
2241 "branch-alias": {
2242 "dev-master": "2.8-dev"
2243 }
2244 },
2245 "autoload": {
2246 "psr-4": {
2247 "Symfony\\Component\\Process\\": ""
2248 },
2249 "exclude-from-classmap": [
2250 "/Tests/"
2251 ]
2252 },
2253 "notification-url": "https://packagist.org/downloads/",
2254 "license": [
2255 "MIT"
2256 ],
2257 "authors": [
2258 {
2259 "name": "Fabien Potencier",
2260 "email": "fabien@symfony.com"
2261 },
2262 {
2263 "name": "Symfony Community",
2264 "homepage": "https://symfony.com/contributors"
2265 }
2266 ],
2267 "description": "Symfony Process Component",
2268 "homepage": "https://symfony.com",
2269 "time": "2018-11-11T11:18:13+00:00"
2270 },
2271 {
2272 "name": "tecnickcom/tcpdf",
2273 "version": "6.2.26",
2274 "source": {
2275 "type": "git",
2276 "url": "https://github.com/tecnickcom/TCPDF.git",
2277 "reference": "367241059ca166e3a76490f4448c284e0a161f15"
2278 },
2279 "dist": {
2280 "type": "zip",
2281 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2282 "reference": "367241059ca166e3a76490f4448c284e0a161f15",
2283 "shasum": ""
2284 },
2285 "require": {
2286 "php": ">=5.3.0"
2287 },
2288 "type": "library",
2289 "autoload": {
2290 "classmap": [
2291 "config",
2292 "include",
2293 "tcpdf.php",
2294 "tcpdf_parser.php",
2295 "tcpdf_import.php",
2296 "tcpdf_barcodes_1d.php",
2297 "tcpdf_barcodes_2d.php",
2298 "include/tcpdf_colors.php",
2299 "include/tcpdf_filters.php",
2300 "include/tcpdf_font_data.php",
2301 "include/tcpdf_fonts.php",
2302 "include/tcpdf_images.php",
2303 "include/tcpdf_static.php",
2304 "include/barcodes/datamatrix.php",
2305 "include/barcodes/pdf417.php",
2306 "include/barcodes/qrcode.php"
2307 ]
2308 },
2309 "notification-url": "https://packagist.org/downloads/",
2310 "license": [
2311 "LGPL-3.0"
2312 ],
2313 "authors": [
2314 {
2315 "name": "Nicola Asuni",
2316 "email": "info@tecnick.com",
2317 "role": "lead"
2318 }
2319 ],
2320 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2321 "homepage": "http://www.tcpdf.org/",
2322 "keywords": [
2323 "PDFD32000-2008",
2324 "TCPDF",
2325 "barcodes",
2326 "datamatrix",
2327 "pdf",
2328 "pdf417",
2329 "qrcode"
2330 ],
2331 "time": "2018-10-16T17:24:05+00:00"
2332 },
2333 {
2334 "name": "togos/gitignore",
2335 "version": "1.1.1",
2336 "source": {
2337 "type": "git",
2338 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
2339 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
2340 },
2341 "dist": {
2342 "type": "zip",
2343 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2344 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2345 "shasum": ""
2346 },
2347 "require": {
2348 "php": ">=5.2"
2349 },
2350 "require-dev": {
2351 "togos/simpler-test": "1.1.1"
2352 },
2353 "type": "library",
2354 "autoload": {
2355 "psr-0": {
2356 "TOGoS_GitIgnore_": "src/main/php/"
2357 }
2358 },
2359 "notification-url": "https://packagist.org/downloads/",
2360 "license": [
2361 "MIT"
2362 ],
2363 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
2364 "time": "2019-04-19T19:16:58+00:00"
2365 },
2366 {
2367 "name": "totten/ca-config",
2368 "version": "v17.05.0",
2369 "source": {
2370 "type": "git",
2371 "url": "https://github.com/totten/ca_config.git",
2372 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
2373 },
2374 "dist": {
2375 "type": "zip",
2376 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
2377 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
2378 "shasum": ""
2379 },
2380 "require": {
2381 "php": ">=5.2"
2382 },
2383 "type": "library",
2384 "autoload": {
2385 "psr-0": {
2386 "CA_Config": "src/"
2387 }
2388 },
2389 "notification-url": "https://packagist.org/downloads/",
2390 "license": [
2391 "BSD-2-Clause"
2392 ],
2393 "authors": [
2394 {
2395 "name": "Tim Otten",
2396 "email": "to-git@think.hm"
2397 }
2398 ],
2399 "description": "Default configuration for certificate authorities",
2400 "homepage": "https://github.com/totten/ca_config",
2401 "time": "2017-05-10T20:08:17+00:00"
2402 },
2403 {
2404 "name": "tplaner/when",
2405 "version": "3.0.0+php53",
2406 "dist": {
2407 "type": "zip",
2408 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
2409 },
2410 "require": {
2411 "php": ">=5.3.0"
2412 },
2413 "require-dev": {
2414 "phpunit/phpunit": "~4.0"
2415 },
2416 "type": "library",
2417 "autoload": {
2418 "psr-4": {
2419 "When\\": "src/"
2420 }
2421 },
2422 "license": [
2423 "MIT"
2424 ],
2425 "authors": [
2426 {
2427 "name": "Tom Planer",
2428 "email": "tplaner@gmail.com"
2429 }
2430 ],
2431 "description": "Date/Calendar recursion library.",
2432 "homepage": "https://github.com/tplaner/When",
2433 "keywords": [
2434 "DateTime",
2435 "date",
2436 "recurrence",
2437 "time"
2438 ]
2439 },
2440 {
2441 "name": "xkerman/restricted-unserialize",
2442 "version": "1.1.12",
2443 "source": {
2444 "type": "git",
2445 "url": "https://github.com/xKerman/restricted-unserialize.git",
2446 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
2447 },
2448 "dist": {
2449 "type": "zip",
2450 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
2451 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
2452 "shasum": ""
2453 },
2454 "require": {
2455 "php": ">=5.2"
2456 },
2457 "require-dev": {
2458 "nikic/php-parser": "^1.4|^3.0|^4.2",
2459 "phpmd/phpmd": "^2.6",
2460 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
2461 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
2462 "squizlabs/php_codesniffer": "^2.9|^3.4"
2463 },
2464 "type": "library",
2465 "autoload": {
2466 "files": [
2467 "src/function.php"
2468 ],
2469 "psr-4": {
2470 "xKerman\\Restricted\\": "src"
2471 }
2472 },
2473 "notification-url": "https://packagist.org/downloads/",
2474 "license": [
2475 "MIT"
2476 ],
2477 "authors": [
2478 {
2479 "name": "xKerman",
2480 "email": "xKhorasan@gmail.com"
2481 }
2482 ],
2483 "description": "provide PHP Object Injection safe unserialize function",
2484 "keywords": [
2485 "PHP Object Injection",
2486 "deserialize",
2487 "unserialize"
2488 ],
2489 "time": "2019-08-11T00:04:39+00:00"
2490 },
2491 {
2492 "name": "zendframework/zend-escaper",
2493 "version": "2.4.13",
2494 "source": {
2495 "type": "git",
2496 "url": "https://github.com/zendframework/zend-escaper.git",
2497 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
2498 },
2499 "dist": {
2500 "type": "zip",
2501 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
2502 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
2503 "shasum": ""
2504 },
2505 "require": {
2506 "php": ">=5.3.23"
2507 },
2508 "require-dev": {
2509 "fabpot/php-cs-fixer": "1.7.*",
2510 "phpunit/phpunit": "~4.0",
2511 "satooshi/php-coveralls": "dev-master"
2512 },
2513 "type": "library",
2514 "extra": {
2515 "branch-alias": {
2516 "dev-master": "2.4-dev",
2517 "dev-develop": "2.5-dev"
2518 }
2519 },
2520 "autoload": {
2521 "psr-4": {
2522 "Zend\\Escaper\\": "src/"
2523 }
2524 },
2525 "notification-url": "https://packagist.org/downloads/",
2526 "license": [
2527 "BSD-3-Clause"
2528 ],
2529 "homepage": "https://github.com/zendframework/zend-escaper",
2530 "keywords": [
2531 "escaper",
2532 "zf2"
2533 ],
2534 "abandoned": "laminas/laminas-escaper",
2535 "time": "2015-05-07T14:55:31+00:00"
2536 },
2537 {
2538 "name": "zetacomponents/base",
2539 "version": "1.9.1",
2540 "source": {
2541 "type": "git",
2542 "url": "https://github.com/zetacomponents/Base.git",
2543 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
2544 },
2545 "dist": {
2546 "type": "zip",
2547 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
2548 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
2549 "shasum": ""
2550 },
2551 "require-dev": {
2552 "phpunit/phpunit": "~5.7",
2553 "zetacomponents/unit-test": "*"
2554 },
2555 "type": "library",
2556 "autoload": {
2557 "classmap": [
2558 "src"
2559 ]
2560 },
2561 "notification-url": "https://packagist.org/downloads/",
2562 "license": [
2563 "Apache-2.0"
2564 ],
2565 "authors": [
2566 {
2567 "name": "Sergey Alexeev"
2568 },
2569 {
2570 "name": "Sebastian Bergmann"
2571 },
2572 {
2573 "name": "Jan Borsodi"
2574 },
2575 {
2576 "name": "Raymond Bosman"
2577 },
2578 {
2579 "name": "Frederik Holljen"
2580 },
2581 {
2582 "name": "Kore Nordmann"
2583 },
2584 {
2585 "name": "Derick Rethans"
2586 },
2587 {
2588 "name": "Vadym Savchuk"
2589 },
2590 {
2591 "name": "Tobias Schlitt"
2592 },
2593 {
2594 "name": "Alexandru Stanoi"
2595 }
2596 ],
2597 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2598 "homepage": "https://github.com/zetacomponents",
2599 "time": "2017-11-28T11:30:00+00:00"
2600 },
2601 {
2602 "name": "zetacomponents/mail",
2603 "version": "1.9.1",
2604 "source": {
2605 "type": "git",
2606 "url": "https://github.com/zetacomponents/Mail.git",
2607 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d"
2608 },
2609 "dist": {
2610 "type": "zip",
2611 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
2612 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
2613 "shasum": ""
2614 },
2615 "require": {
2616 "zetacomponents/base": "~1.8"
2617 },
2618 "require-dev": {
2619 "zetacomponents/unit-test": "*"
2620 },
2621 "type": "library",
2622 "extra": {
2623 "patches_applied": {
2624 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
2625 }
2626 },
2627 "autoload": {
2628 "classmap": [
2629 "src"
2630 ]
2631 },
2632 "notification-url": "https://packagist.org/downloads/",
2633 "license": [
2634 "Apache-2.0"
2635 ],
2636 "authors": [
2637 {
2638 "name": "Sergey Alexeev"
2639 },
2640 {
2641 "name": "Sebastian Bergmann"
2642 },
2643 {
2644 "name": "Jan Borsodi"
2645 },
2646 {
2647 "name": "Raymond Bosman"
2648 },
2649 {
2650 "name": "Frederik Holljen"
2651 },
2652 {
2653 "name": "Kore Nordmann"
2654 },
2655 {
2656 "name": "Derick Rethans"
2657 },
2658 {
2659 "name": "Vadym Savchuk"
2660 },
2661 {
2662 "name": "Tobias Schlitt"
2663 },
2664 {
2665 "name": "Alexandru Stanoi"
2666 },
2667 {
2668 "name": "Sinisa Dukaric"
2669 },
2670 {
2671 "name": "Mikko Koppanen"
2672 },
2673 {
2674 "name": "Christian Michel"
2675 }
2676 ],
2677 "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.",
2678 "homepage": "https://github.com/zetacomponents",
2679 "time": "2020-01-17T11:18:01+00:00"
2680 }
2681 ],
2682 "packages-dev": [],
2683 "aliases": [],
2684 "minimum-stability": "stable",
2685 "stability-flags": {
2686 "pear/validate_finance_creditcard": 20
2687 },
2688 "prefer-stable": false,
2689 "prefer-lowest": false,
2690 "platform": {
2691 "php": "~7.0"
2692 },
2693 "platform-dev": [],
2694 "platform-overrides": {
2695 "php": "7.0.10"
2696 }
2697 }