Merge pull request #17526 from mattwire/frontendrequiredpaymentfrequency
[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": "76eb92be0bda933e6913e5cffd3ad672",
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.3",
453 "source": {
454 "type": "git",
455 "url": "https://github.com/dompdf/dompdf.git",
456 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
457 },
458 "dist": {
459 "type": "zip",
460 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
461 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
462 "shasum": ""
463 },
464 "require": {
465 "ext-dom": "*",
466 "ext-mbstring": "*",
467 "phenx/php-font-lib": "0.5.*",
468 "phenx/php-svg-lib": "0.3.*",
469 "php": ">=5.4.0"
470 },
471 "require-dev": {
472 "phpunit/phpunit": "^4.8|^5.5|^6.5",
473 "squizlabs/php_codesniffer": "2.*"
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": "2018-12-14T02:40:31+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",
1381 "source": {
1382 "type": "git",
1383 "url": "https://github.com/PhenX/php-font-lib.git",
1384 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
1385 },
1386 "dist": {
1387 "type": "zip",
1388 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
1389 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
1390 "shasum": ""
1391 },
1392 "require-dev": {
1393 "phpunit/phpunit": "^4.8"
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": "2017-02-11T10:58:43+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.0",
2009 "source": {
2010 "type": "git",
2011 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2012 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
2013 },
2014 "dist": {
2015 "type": "zip",
2016 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
2017 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
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": "2019-02-22T07:42:52+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 "funding": [
2298 {
2299 "url": "https://symfony.com/sponsor",
2300 "type": "custom"
2301 },
2302 {
2303 "url": "https://github.com/fabpot",
2304 "type": "github"
2305 },
2306 {
2307 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2308 "type": "tidelift"
2309 }
2310 ],
2311 "time": "2020-04-12T16:54:01+00:00"
2312 },
2313 {
2314 "name": "symfony/finder",
2315 "version": "v3.4.40",
2316 "source": {
2317 "type": "git",
2318 "url": "https://github.com/symfony/finder.git",
2319 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
2320 },
2321 "dist": {
2322 "type": "zip",
2323 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2324 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
2325 "shasum": ""
2326 },
2327 "require": {
2328 "php": "^5.5.9|>=7.0.8"
2329 },
2330 "type": "library",
2331 "extra": {
2332 "branch-alias": {
2333 "dev-master": "3.4-dev"
2334 }
2335 },
2336 "autoload": {
2337 "psr-4": {
2338 "Symfony\\Component\\Finder\\": ""
2339 },
2340 "exclude-from-classmap": [
2341 "/Tests/"
2342 ]
2343 },
2344 "notification-url": "https://packagist.org/downloads/",
2345 "license": [
2346 "MIT"
2347 ],
2348 "authors": [
2349 {
2350 "name": "Fabien Potencier",
2351 "email": "fabien@symfony.com"
2352 },
2353 {
2354 "name": "Symfony Community",
2355 "homepage": "https://symfony.com/contributors"
2356 }
2357 ],
2358 "description": "Symfony Finder Component",
2359 "homepage": "https://symfony.com",
2360 "time": "2020-02-14T07:34:21+00:00"
2361 },
2362 {
2363 "name": "symfony/polyfill-ctype",
2364 "version": "v1.17.0",
2365 "source": {
2366 "type": "git",
2367 "url": "https://github.com/symfony/polyfill-ctype.git",
2368 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
2369 },
2370 "dist": {
2371 "type": "zip",
2372 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2373 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2374 "shasum": ""
2375 },
2376 "require": {
2377 "php": ">=5.3.3"
2378 },
2379 "suggest": {
2380 "ext-ctype": "For best performance"
2381 },
2382 "type": "library",
2383 "extra": {
2384 "branch-alias": {
2385 "dev-master": "1.17-dev"
2386 }
2387 },
2388 "autoload": {
2389 "psr-4": {
2390 "Symfony\\Polyfill\\Ctype\\": ""
2391 },
2392 "files": [
2393 "bootstrap.php"
2394 ]
2395 },
2396 "notification-url": "https://packagist.org/downloads/",
2397 "license": [
2398 "MIT"
2399 ],
2400 "authors": [
2401 {
2402 "name": "Gert de Pagter",
2403 "email": "BackEndTea@gmail.com"
2404 },
2405 {
2406 "name": "Symfony Community",
2407 "homepage": "https://symfony.com/contributors"
2408 }
2409 ],
2410 "description": "Symfony polyfill for ctype functions",
2411 "homepage": "https://symfony.com",
2412 "keywords": [
2413 "compatibility",
2414 "ctype",
2415 "polyfill",
2416 "portable"
2417 ],
2418 "funding": [
2419 {
2420 "url": "https://symfony.com/sponsor",
2421 "type": "custom"
2422 },
2423 {
2424 "url": "https://github.com/fabpot",
2425 "type": "github"
2426 },
2427 {
2428 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2429 "type": "tidelift"
2430 }
2431 ],
2432 "time": "2020-05-12T16:14:59+00:00"
2433 },
2434 {
2435 "name": "symfony/polyfill-iconv",
2436 "version": "v1.17.0",
2437 "source": {
2438 "type": "git",
2439 "url": "https://github.com/symfony/polyfill-iconv.git",
2440 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
2441 },
2442 "dist": {
2443 "type": "zip",
2444 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
2445 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
2446 "shasum": ""
2447 },
2448 "require": {
2449 "php": ">=5.3.3"
2450 },
2451 "suggest": {
2452 "ext-iconv": "For best performance"
2453 },
2454 "type": "library",
2455 "extra": {
2456 "branch-alias": {
2457 "dev-master": "1.17-dev"
2458 }
2459 },
2460 "autoload": {
2461 "psr-4": {
2462 "Symfony\\Polyfill\\Iconv\\": ""
2463 },
2464 "files": [
2465 "bootstrap.php"
2466 ]
2467 },
2468 "notification-url": "https://packagist.org/downloads/",
2469 "license": [
2470 "MIT"
2471 ],
2472 "authors": [
2473 {
2474 "name": "Nicolas Grekas",
2475 "email": "p@tchwork.com"
2476 },
2477 {
2478 "name": "Symfony Community",
2479 "homepage": "https://symfony.com/contributors"
2480 }
2481 ],
2482 "description": "Symfony polyfill for the Iconv extension",
2483 "homepage": "https://symfony.com",
2484 "keywords": [
2485 "compatibility",
2486 "iconv",
2487 "polyfill",
2488 "portable",
2489 "shim"
2490 ],
2491 "time": "2020-05-12T16:47:27+00:00"
2492 },
2493 {
2494 "name": "symfony/polyfill-intl-idn",
2495 "version": "v1.17.0",
2496 "source": {
2497 "type": "git",
2498 "url": "https://github.com/symfony/polyfill-intl-idn.git",
2499 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
2500 },
2501 "dist": {
2502 "type": "zip",
2503 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2504 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2505 "shasum": ""
2506 },
2507 "require": {
2508 "php": ">=5.3.3",
2509 "symfony/polyfill-mbstring": "^1.3",
2510 "symfony/polyfill-php72": "^1.10"
2511 },
2512 "suggest": {
2513 "ext-intl": "For best performance"
2514 },
2515 "type": "library",
2516 "extra": {
2517 "branch-alias": {
2518 "dev-master": "1.17-dev"
2519 }
2520 },
2521 "autoload": {
2522 "psr-4": {
2523 "Symfony\\Polyfill\\Intl\\Idn\\": ""
2524 },
2525 "files": [
2526 "bootstrap.php"
2527 ]
2528 },
2529 "notification-url": "https://packagist.org/downloads/",
2530 "license": [
2531 "MIT"
2532 ],
2533 "authors": [
2534 {
2535 "name": "Laurent Bassin",
2536 "email": "laurent@bassin.info"
2537 },
2538 {
2539 "name": "Symfony Community",
2540 "homepage": "https://symfony.com/contributors"
2541 }
2542 ],
2543 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2544 "homepage": "https://symfony.com",
2545 "keywords": [
2546 "compatibility",
2547 "idn",
2548 "intl",
2549 "polyfill",
2550 "portable",
2551 "shim"
2552 ],
2553 "time": "2020-05-12T16:47:27+00:00"
2554 },
2555 {
2556 "name": "symfony/polyfill-mbstring",
2557 "version": "v1.17.0",
2558 "source": {
2559 "type": "git",
2560 "url": "https://github.com/symfony/polyfill-mbstring.git",
2561 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
2562 },
2563 "dist": {
2564 "type": "zip",
2565 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
2566 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
2567 "shasum": ""
2568 },
2569 "require": {
2570 "php": ">=5.3.3"
2571 },
2572 "suggest": {
2573 "ext-mbstring": "For best performance"
2574 },
2575 "type": "library",
2576 "extra": {
2577 "branch-alias": {
2578 "dev-master": "1.17-dev"
2579 }
2580 },
2581 "autoload": {
2582 "psr-4": {
2583 "Symfony\\Polyfill\\Mbstring\\": ""
2584 },
2585 "files": [
2586 "bootstrap.php"
2587 ]
2588 },
2589 "notification-url": "https://packagist.org/downloads/",
2590 "license": [
2591 "MIT"
2592 ],
2593 "authors": [
2594 {
2595 "name": "Nicolas Grekas",
2596 "email": "p@tchwork.com"
2597 },
2598 {
2599 "name": "Symfony Community",
2600 "homepage": "https://symfony.com/contributors"
2601 }
2602 ],
2603 "description": "Symfony polyfill for the Mbstring extension",
2604 "homepage": "https://symfony.com",
2605 "keywords": [
2606 "compatibility",
2607 "mbstring",
2608 "polyfill",
2609 "portable",
2610 "shim"
2611 ],
2612 "funding": [
2613 {
2614 "url": "https://symfony.com/sponsor",
2615 "type": "custom"
2616 },
2617 {
2618 "url": "https://github.com/fabpot",
2619 "type": "github"
2620 },
2621 {
2622 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2623 "type": "tidelift"
2624 }
2625 ],
2626 "time": "2020-05-12T16:47:27+00:00"
2627 },
2628 {
2629 "name": "symfony/polyfill-php72",
2630 "version": "v1.17.0",
2631 "source": {
2632 "type": "git",
2633 "url": "https://github.com/symfony/polyfill-php72.git",
2634 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
2635 },
2636 "dist": {
2637 "type": "zip",
2638 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
2639 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
2640 "shasum": ""
2641 },
2642 "require": {
2643 "php": ">=5.3.3"
2644 },
2645 "type": "library",
2646 "extra": {
2647 "branch-alias": {
2648 "dev-master": "1.17-dev"
2649 }
2650 },
2651 "autoload": {
2652 "psr-4": {
2653 "Symfony\\Polyfill\\Php72\\": ""
2654 },
2655 "files": [
2656 "bootstrap.php"
2657 ]
2658 },
2659 "notification-url": "https://packagist.org/downloads/",
2660 "license": [
2661 "MIT"
2662 ],
2663 "authors": [
2664 {
2665 "name": "Nicolas Grekas",
2666 "email": "p@tchwork.com"
2667 },
2668 {
2669 "name": "Symfony Community",
2670 "homepage": "https://symfony.com/contributors"
2671 }
2672 ],
2673 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2674 "homepage": "https://symfony.com",
2675 "keywords": [
2676 "compatibility",
2677 "polyfill",
2678 "portable",
2679 "shim"
2680 ],
2681 "time": "2020-05-12T16:47:27+00:00"
2682 },
2683 {
2684 "name": "symfony/process",
2685 "version": "v3.4.40",
2686 "source": {
2687 "type": "git",
2688 "url": "https://github.com/symfony/process.git",
2689 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
2690 },
2691 "dist": {
2692 "type": "zip",
2693 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
2694 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
2695 "shasum": ""
2696 },
2697 "require": {
2698 "php": "^5.5.9|>=7.0.8"
2699 },
2700 "type": "library",
2701 "extra": {
2702 "branch-alias": {
2703 "dev-master": "3.4-dev"
2704 }
2705 },
2706 "autoload": {
2707 "psr-4": {
2708 "Symfony\\Component\\Process\\": ""
2709 },
2710 "exclude-from-classmap": [
2711 "/Tests/"
2712 ]
2713 },
2714 "notification-url": "https://packagist.org/downloads/",
2715 "license": [
2716 "MIT"
2717 ],
2718 "authors": [
2719 {
2720 "name": "Fabien Potencier",
2721 "email": "fabien@symfony.com"
2722 },
2723 {
2724 "name": "Symfony Community",
2725 "homepage": "https://symfony.com/contributors"
2726 }
2727 ],
2728 "description": "Symfony Process Component",
2729 "homepage": "https://symfony.com",
2730 "time": "2020-04-12T14:33:46+00:00"
2731 },
2732 {
2733 "name": "tecnickcom/tcpdf",
2734 "version": "6.3.5",
2735 "source": {
2736 "type": "git",
2737 "url": "https://github.com/tecnickcom/TCPDF.git",
2738 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
2739 },
2740 "dist": {
2741 "type": "zip",
2742 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
2743 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
2744 "shasum": ""
2745 },
2746 "require": {
2747 "php": ">=5.3.0"
2748 },
2749 "type": "library",
2750 "autoload": {
2751 "classmap": [
2752 "config",
2753 "include",
2754 "tcpdf.php",
2755 "tcpdf_parser.php",
2756 "tcpdf_import.php",
2757 "tcpdf_barcodes_1d.php",
2758 "tcpdf_barcodes_2d.php",
2759 "include/tcpdf_colors.php",
2760 "include/tcpdf_filters.php",
2761 "include/tcpdf_font_data.php",
2762 "include/tcpdf_fonts.php",
2763 "include/tcpdf_images.php",
2764 "include/tcpdf_static.php",
2765 "include/barcodes/datamatrix.php",
2766 "include/barcodes/pdf417.php",
2767 "include/barcodes/qrcode.php"
2768 ]
2769 },
2770 "notification-url": "https://packagist.org/downloads/",
2771 "license": [
2772 "LGPL-3.0-only"
2773 ],
2774 "authors": [
2775 {
2776 "name": "Nicola Asuni",
2777 "email": "info@tecnick.com",
2778 "role": "lead"
2779 }
2780 ],
2781 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2782 "homepage": "http://www.tcpdf.org/",
2783 "keywords": [
2784 "PDFD32000-2008",
2785 "TCPDF",
2786 "barcodes",
2787 "datamatrix",
2788 "pdf",
2789 "pdf417",
2790 "qrcode"
2791 ],
2792 "time": "2020-02-14T14:20:12+00:00"
2793 },
2794 {
2795 "name": "togos/gitignore",
2796 "version": "1.1.1",
2797 "source": {
2798 "type": "git",
2799 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
2800 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
2801 },
2802 "dist": {
2803 "type": "zip",
2804 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2805 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2806 "shasum": ""
2807 },
2808 "require": {
2809 "php": ">=5.2"
2810 },
2811 "require-dev": {
2812 "togos/simpler-test": "1.1.1"
2813 },
2814 "type": "library",
2815 "autoload": {
2816 "psr-0": {
2817 "TOGoS_GitIgnore_": "src/main/php/"
2818 }
2819 },
2820 "notification-url": "https://packagist.org/downloads/",
2821 "license": [
2822 "MIT"
2823 ],
2824 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
2825 "time": "2019-04-19T19:16:58+00:00"
2826 },
2827 {
2828 "name": "totten/ca-config",
2829 "version": "v17.05.0",
2830 "source": {
2831 "type": "git",
2832 "url": "https://github.com/totten/ca_config.git",
2833 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
2834 },
2835 "dist": {
2836 "type": "zip",
2837 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
2838 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
2839 "shasum": ""
2840 },
2841 "require": {
2842 "php": ">=5.2"
2843 },
2844 "type": "library",
2845 "autoload": {
2846 "psr-0": {
2847 "CA_Config": "src/"
2848 }
2849 },
2850 "notification-url": "https://packagist.org/downloads/",
2851 "license": [
2852 "BSD-2-Clause"
2853 ],
2854 "authors": [
2855 {
2856 "name": "Tim Otten",
2857 "email": "to-git@think.hm"
2858 }
2859 ],
2860 "description": "Default configuration for certificate authorities",
2861 "homepage": "https://github.com/totten/ca_config",
2862 "time": "2017-05-10T20:08:17+00:00"
2863 },
2864 {
2865 "name": "tplaner/when",
2866 "version": "3.0.0+php53",
2867 "dist": {
2868 "type": "zip",
2869 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
2870 },
2871 "require": {
2872 "php": ">=5.3.0"
2873 },
2874 "require-dev": {
2875 "phpunit/phpunit": "~4.0"
2876 },
2877 "type": "library",
2878 "autoload": {
2879 "psr-4": {
2880 "When\\": "src/"
2881 }
2882 },
2883 "license": [
2884 "MIT"
2885 ],
2886 "authors": [
2887 {
2888 "name": "Tom Planer",
2889 "email": "tplaner@gmail.com"
2890 }
2891 ],
2892 "description": "Date/Calendar recursion library.",
2893 "homepage": "https://github.com/tplaner/When",
2894 "keywords": [
2895 "DateTime",
2896 "date",
2897 "recurrence",
2898 "time"
2899 ]
2900 },
2901 {
2902 "name": "typo3/phar-stream-wrapper",
2903 "version": "v3.1.4",
2904 "source": {
2905 "type": "git",
2906 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
2907 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
2908 },
2909 "dist": {
2910 "type": "zip",
2911 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2912 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2913 "shasum": ""
2914 },
2915 "require": {
2916 "ext-json": "*",
2917 "php": "^7.0"
2918 },
2919 "require-dev": {
2920 "ext-xdebug": "*",
2921 "phpunit/phpunit": "^6.5"
2922 },
2923 "suggest": {
2924 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
2925 },
2926 "type": "library",
2927 "extra": {
2928 "branch-alias": {
2929 "dev-master": "v3.x-dev"
2930 }
2931 },
2932 "autoload": {
2933 "psr-4": {
2934 "TYPO3\\PharStreamWrapper\\": "src/"
2935 }
2936 },
2937 "notification-url": "https://packagist.org/downloads/",
2938 "license": [
2939 "MIT"
2940 ],
2941 "description": "Interceptors for PHP's native phar:// stream handling",
2942 "homepage": "https://typo3.org/",
2943 "keywords": [
2944 "phar",
2945 "php",
2946 "security",
2947 "stream-wrapper"
2948 ],
2949 "time": "2019-12-10T11:53:27+00:00"
2950 },
2951 {
2952 "name": "xkerman/restricted-unserialize",
2953 "version": "1.1.12",
2954 "source": {
2955 "type": "git",
2956 "url": "https://github.com/xKerman/restricted-unserialize.git",
2957 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
2958 },
2959 "dist": {
2960 "type": "zip",
2961 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
2962 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
2963 "shasum": ""
2964 },
2965 "require": {
2966 "php": ">=5.2"
2967 },
2968 "require-dev": {
2969 "nikic/php-parser": "^1.4|^3.0|^4.2",
2970 "phpmd/phpmd": "^2.6",
2971 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
2972 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
2973 "squizlabs/php_codesniffer": "^2.9|^3.4"
2974 },
2975 "type": "library",
2976 "autoload": {
2977 "files": [
2978 "src/function.php"
2979 ],
2980 "psr-4": {
2981 "xKerman\\Restricted\\": "src"
2982 }
2983 },
2984 "notification-url": "https://packagist.org/downloads/",
2985 "license": [
2986 "MIT"
2987 ],
2988 "authors": [
2989 {
2990 "name": "xKerman",
2991 "email": "xKhorasan@gmail.com"
2992 }
2993 ],
2994 "description": "provide PHP Object Injection safe unserialize function",
2995 "keywords": [
2996 "PHP Object Injection",
2997 "deserialize",
2998 "unserialize"
2999 ],
3000 "time": "2019-08-11T00:04:39+00:00"
3001 },
3002 {
3003 "name": "zendframework/zend-escaper",
3004 "version": "2.4.13",
3005 "source": {
3006 "type": "git",
3007 "url": "https://github.com/zendframework/zend-escaper.git",
3008 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
3009 },
3010 "dist": {
3011 "type": "zip",
3012 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
3013 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
3014 "shasum": ""
3015 },
3016 "require": {
3017 "php": ">=5.3.23"
3018 },
3019 "require-dev": {
3020 "fabpot/php-cs-fixer": "1.7.*",
3021 "phpunit/phpunit": "~4.0",
3022 "satooshi/php-coveralls": "dev-master"
3023 },
3024 "type": "library",
3025 "extra": {
3026 "branch-alias": {
3027 "dev-master": "2.4-dev",
3028 "dev-develop": "2.5-dev"
3029 }
3030 },
3031 "autoload": {
3032 "psr-4": {
3033 "Zend\\Escaper\\": "src/"
3034 }
3035 },
3036 "notification-url": "https://packagist.org/downloads/",
3037 "license": [
3038 "BSD-3-Clause"
3039 ],
3040 "homepage": "https://github.com/zendframework/zend-escaper",
3041 "keywords": [
3042 "escaper",
3043 "zf2"
3044 ],
3045 "abandoned": "laminas/laminas-escaper",
3046 "time": "2015-05-07T14:55:31+00:00"
3047 },
3048 {
3049 "name": "zetacomponents/base",
3050 "version": "1.9.1",
3051 "source": {
3052 "type": "git",
3053 "url": "https://github.com/zetacomponents/Base.git",
3054 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
3055 },
3056 "dist": {
3057 "type": "zip",
3058 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
3059 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
3060 "shasum": ""
3061 },
3062 "require-dev": {
3063 "phpunit/phpunit": "~5.7",
3064 "zetacomponents/unit-test": "*"
3065 },
3066 "type": "library",
3067 "autoload": {
3068 "classmap": [
3069 "src"
3070 ]
3071 },
3072 "notification-url": "https://packagist.org/downloads/",
3073 "license": [
3074 "Apache-2.0"
3075 ],
3076 "authors": [
3077 {
3078 "name": "Sergey Alexeev"
3079 },
3080 {
3081 "name": "Sebastian Bergmann"
3082 },
3083 {
3084 "name": "Jan Borsodi"
3085 },
3086 {
3087 "name": "Raymond Bosman"
3088 },
3089 {
3090 "name": "Frederik Holljen"
3091 },
3092 {
3093 "name": "Kore Nordmann"
3094 },
3095 {
3096 "name": "Derick Rethans"
3097 },
3098 {
3099 "name": "Vadym Savchuk"
3100 },
3101 {
3102 "name": "Tobias Schlitt"
3103 },
3104 {
3105 "name": "Alexandru Stanoi"
3106 }
3107 ],
3108 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
3109 "homepage": "https://github.com/zetacomponents",
3110 "time": "2017-11-28T11:30:00+00:00"
3111 },
3112 {
3113 "name": "zetacomponents/mail",
3114 "version": "1.9.2",
3115 "source": {
3116 "type": "git",
3117 "url": "https://github.com/zetacomponents/Mail.git",
3118 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
3119 },
3120 "dist": {
3121 "type": "zip",
3122 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
3123 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
3124 "shasum": ""
3125 },
3126 "require": {
3127 "zetacomponents/base": "~1.8"
3128 },
3129 "require-dev": {
3130 "phpunit/phpunit": "~7.5",
3131 "zetacomponents/unit-test": "*"
3132 },
3133 "type": "library",
3134 "extra": {
3135 "patches_applied": {
3136 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
3137 }
3138 },
3139 "autoload": {
3140 "classmap": [
3141 "src"
3142 ]
3143 },
3144 "notification-url": "https://packagist.org/downloads/",
3145 "license": [
3146 "Apache-2.0"
3147 ],
3148 "authors": [
3149 {
3150 "name": "Sergey Alexeev"
3151 },
3152 {
3153 "name": "Sebastian Bergmann"
3154 },
3155 {
3156 "name": "Jan Borsodi"
3157 },
3158 {
3159 "name": "Raymond Bosman"
3160 },
3161 {
3162 "name": "Frederik Holljen"
3163 },
3164 {
3165 "name": "Kore Nordmann"
3166 },
3167 {
3168 "name": "Derick Rethans"
3169 },
3170 {
3171 "name": "Vadym Savchuk"
3172 },
3173 {
3174 "name": "Tobias Schlitt"
3175 },
3176 {
3177 "name": "Alexandru Stanoi"
3178 },
3179 {
3180 "name": "Sinisa Dukaric"
3181 },
3182 {
3183 "name": "Mikko Koppanen"
3184 },
3185 {
3186 "name": "Christian Michel"
3187 }
3188 ],
3189 "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.",
3190 "homepage": "https://github.com/zetacomponents",
3191 "time": "2020-06-13T12:38:26+00:00"
3192 }
3193 ],
3194 "packages-dev": [],
3195 "aliases": [],
3196 "minimum-stability": "stable",
3197 "stability-flags": {
3198 "pear/validate_finance_creditcard": 20
3199 },
3200 "prefer-stable": false,
3201 "prefer-lowest": false,
3202 "platform": {
3203 "php": "~7.1",
3204 "ext-intl": "*"
3205 },
3206 "platform-dev": [],
3207 "platform-overrides": {
3208 "php": "7.1"
3209 },
3210 "plugin-api-version": "1.1.0"
3211 }