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