Merge pull request #18084 from civicrm/5.28
[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": "1ff9c045fb03756148c0c66562aa61fd",
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/mail_mime",
1119 "version": "1.10.9",
1120 "source": {
1121 "type": "git",
1122 "url": "https://github.com/pear/Mail_Mime.git",
1123 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d"
1124 },
1125 "dist": {
1126 "type": "zip",
1127 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/1e7ae4e5258b6c0d385a8e76add567934245d38d",
1128 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d",
1129 "shasum": ""
1130 },
1131 "require": {
1132 "pear/pear-core-minimal": "*"
1133 },
1134 "type": "library",
1135 "extra": {
1136 "patches_applied": {
1137 "Apply patch for CRM-3133 wordwrap body to be 750 characters to apply with RFC 2821": "https://raw.githubusercontent.com/civicrm/civicrm-core/74e25f27bb3be32519657539afe8a285c6c99a08/tools/scripts/composer/patches/mail_mime_crm_3133.patch"
1138 }
1139 },
1140 "autoload": {
1141 "psr-0": {
1142 "Mail": "./"
1143 }
1144 },
1145 "notification-url": "https://packagist.org/downloads/",
1146 "include-path": [
1147 "./"
1148 ],
1149 "license": [
1150 "BSD-3-clause"
1151 ],
1152 "authors": [
1153 {
1154 "name": "Cipriano Groenendal",
1155 "email": "cipri@php.net",
1156 "role": "Lead"
1157 },
1158 {
1159 "name": "Aleksander Machniak",
1160 "email": "alec@php.net",
1161 "role": "Lead"
1162 }
1163 ],
1164 "description": "Mail_Mime provides classes to create MIME messages",
1165 "homepage": "http://pear.php.net/package/Mail_Mime",
1166 "time": "2020-06-27T08:35:27+00:00"
1167 },
1168 {
1169 "name": "pear/net_smtp",
1170 "version": "1.9.0",
1171 "source": {
1172 "type": "git",
1173 "url": "https://github.com/pear/Net_SMTP.git",
1174 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
1175 },
1176 "dist": {
1177 "type": "zip",
1178 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1179 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1180 "shasum": ""
1181 },
1182 "require": {
1183 "pear/net_socket": "@stable",
1184 "pear/pear-core-minimal": "@stable",
1185 "php": ">=5.4.0"
1186 },
1187 "require-dev": {
1188 "phpunit/phpunit": "*"
1189 },
1190 "suggest": {
1191 "pear/auth_sasl": "Install optionally via your project's composer.json"
1192 },
1193 "type": "library",
1194 "extra": {
1195 "patches_applied": {
1196 "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"
1197 }
1198 },
1199 "autoload": {
1200 "psr-0": {
1201 "Net": "./"
1202 }
1203 },
1204 "notification-url": "https://packagist.org/downloads/",
1205 "include-path": [
1206 "./"
1207 ],
1208 "license": [
1209 "BSD-2-Clause"
1210 ],
1211 "authors": [
1212 {
1213 "name": "Jon Parise",
1214 "email": "jon@php.net",
1215 "homepage": "https://www.indelible.org",
1216 "role": "Lead"
1217 },
1218 {
1219 "name": "Chuck Hagenbuch",
1220 "email": "chuck@horde.org",
1221 "role": "Lead"
1222 }
1223 ],
1224 "description": "An implementation of the SMTP protocol",
1225 "homepage": "https://pear.github.io/Net_SMTP/",
1226 "keywords": [
1227 "email",
1228 "mail",
1229 "smtp"
1230 ],
1231 "time": "2019-11-30T23:40:31+00:00"
1232 },
1233 {
1234 "name": "pear/net_socket",
1235 "version": "1.0.14",
1236 "source": {
1237 "type": "git",
1238 "url": "https://github.com/pear/Net_Socket.git",
1239 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
1240 },
1241 "dist": {
1242 "type": "zip",
1243 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
1244 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
1245 "shasum": ""
1246 },
1247 "require": {
1248 "pear/pear_exception": "*"
1249 },
1250 "require-dev": {
1251 "phpunit/phpunit": "*"
1252 },
1253 "type": "library",
1254 "autoload": {
1255 "psr-0": {
1256 "Net": "./"
1257 }
1258 },
1259 "notification-url": "https://packagist.org/downloads/",
1260 "include-path": [
1261 "./"
1262 ],
1263 "license": [
1264 "PHP License"
1265 ],
1266 "authors": [
1267 {
1268 "name": "Chuck Hagenbuch",
1269 "email": "chuck@horde.org",
1270 "role": "Lead"
1271 },
1272 {
1273 "name": "Aleksander Machniak",
1274 "email": "alec@php.net",
1275 "role": "Lead"
1276 },
1277 {
1278 "name": "Stig Bakken",
1279 "email": "stig@php.net",
1280 "role": "Lead"
1281 }
1282 ],
1283 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1284 "time": "2014-02-20T19:27:06+00:00"
1285 },
1286 {
1287 "name": "pear/pear-core-minimal",
1288 "version": "v1.10.7",
1289 "source": {
1290 "type": "git",
1291 "url": "https://github.com/pear/pear-core-minimal.git",
1292 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
1293 },
1294 "dist": {
1295 "type": "zip",
1296 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
1297 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
1298 "shasum": ""
1299 },
1300 "require": {
1301 "pear/console_getopt": "~1.4",
1302 "pear/pear_exception": "~1.0"
1303 },
1304 "replace": {
1305 "rsky/pear-core-min": "self.version"
1306 },
1307 "type": "library",
1308 "autoload": {
1309 "psr-0": {
1310 "": "src/"
1311 }
1312 },
1313 "notification-url": "https://packagist.org/downloads/",
1314 "include-path": [
1315 "src/"
1316 ],
1317 "license": [
1318 "BSD-3-Clause"
1319 ],
1320 "authors": [
1321 {
1322 "name": "Christian Weiske",
1323 "email": "cweiske@php.net",
1324 "role": "Lead"
1325 }
1326 ],
1327 "description": "Minimal set of PEAR core files to be used as composer dependency",
1328 "time": "2018-12-05T20:03:52+00:00"
1329 },
1330 {
1331 "name": "pear/pear_exception",
1332 "version": "v1.0.1",
1333 "source": {
1334 "type": "git",
1335 "url": "https://github.com/pear/PEAR_Exception.git",
1336 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
1337 },
1338 "dist": {
1339 "type": "zip",
1340 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1341 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1342 "shasum": ""
1343 },
1344 "require": {
1345 "php": ">=4.4.0"
1346 },
1347 "require-dev": {
1348 "phpunit/phpunit": "*"
1349 },
1350 "type": "class",
1351 "extra": {
1352 "branch-alias": {
1353 "dev-master": "1.0.x-dev"
1354 }
1355 },
1356 "autoload": {
1357 "classmap": [
1358 "PEAR/"
1359 ]
1360 },
1361 "notification-url": "https://packagist.org/downloads/",
1362 "include-path": [
1363 "."
1364 ],
1365 "license": [
1366 "BSD-2-Clause"
1367 ],
1368 "authors": [
1369 {
1370 "name": "Helgi Thormar",
1371 "email": "dufuz@php.net"
1372 },
1373 {
1374 "name": "Greg Beaver",
1375 "email": "cellog@php.net"
1376 }
1377 ],
1378 "description": "The PEAR Exception base class.",
1379 "homepage": "https://github.com/pear/PEAR_Exception",
1380 "keywords": [
1381 "exception"
1382 ],
1383 "time": "2019-12-10T10:24:42+00:00"
1384 },
1385 {
1386 "name": "pear/validate_finance_creditcard",
1387 "version": "dev-master",
1388 "source": {
1389 "type": "git",
1390 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
1391 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
1392 },
1393 "dist": {
1394 "type": "zip",
1395 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1396 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
1397 "shasum": ""
1398 },
1399 "require": {
1400 "pear/pear_exception": "*",
1401 "php": ">=5.2.1"
1402 },
1403 "require-dev": {
1404 "phpunit/phpunit": "*"
1405 },
1406 "type": "library",
1407 "autoload": {
1408 "psr-0": {
1409 "Validate": "./"
1410 }
1411 },
1412 "notification-url": "https://packagist.org/downloads/",
1413 "include-path": [
1414 "./"
1415 ],
1416 "license": [
1417 "New BSD"
1418 ],
1419 "authors": [
1420 {
1421 "name": "Philippe Jausions",
1422 "email": "Philippe.Jausions@11abacus.com",
1423 "role": "Lead"
1424 }
1425 ],
1426 "description": "Validation class for credit cards.",
1427 "time": "2016-09-12T08:01:21+00:00"
1428 },
1429 {
1430 "name": "phenx/php-font-lib",
1431 "version": "0.5.2",
1432 "source": {
1433 "type": "git",
1434 "url": "https://github.com/PhenX/php-font-lib.git",
1435 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
1436 },
1437 "dist": {
1438 "type": "zip",
1439 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
1440 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
1441 "shasum": ""
1442 },
1443 "require-dev": {
1444 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
1445 },
1446 "type": "library",
1447 "autoload": {
1448 "psr-4": {
1449 "FontLib\\": "src/FontLib"
1450 }
1451 },
1452 "notification-url": "https://packagist.org/downloads/",
1453 "license": [
1454 "LGPL-3.0"
1455 ],
1456 "authors": [
1457 {
1458 "name": "Fabien Ménager",
1459 "email": "fabien.menager@gmail.com"
1460 }
1461 ],
1462 "description": "A library to read, parse, export and make subsets of different types of font files.",
1463 "homepage": "https://github.com/PhenX/php-font-lib",
1464 "time": "2020-03-08T15:31:32+00:00"
1465 },
1466 {
1467 "name": "phenx/php-svg-lib",
1468 "version": "v0.3.3",
1469 "source": {
1470 "type": "git",
1471 "url": "https://github.com/PhenX/php-svg-lib.git",
1472 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
1473 },
1474 "dist": {
1475 "type": "zip",
1476 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1477 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1478 "shasum": ""
1479 },
1480 "require": {
1481 "sabberworm/php-css-parser": "^8.3"
1482 },
1483 "require-dev": {
1484 "phpunit/phpunit": "^5.5|^6.5"
1485 },
1486 "type": "library",
1487 "autoload": {
1488 "psr-4": {
1489 "Svg\\": "src/Svg"
1490 }
1491 },
1492 "notification-url": "https://packagist.org/downloads/",
1493 "license": [
1494 "LGPL-3.0"
1495 ],
1496 "authors": [
1497 {
1498 "name": "Fabien Ménager",
1499 "email": "fabien.menager@gmail.com"
1500 }
1501 ],
1502 "description": "A library to read, parse and export to PDF SVG files.",
1503 "homepage": "https://github.com/PhenX/php-svg-lib",
1504 "time": "2019-09-11T20:02:13+00:00"
1505 },
1506 {
1507 "name": "phpoffice/common",
1508 "version": "0.2.9",
1509 "source": {
1510 "type": "git",
1511 "url": "https://github.com/PHPOffice/Common.git",
1512 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
1513 },
1514 "dist": {
1515 "type": "zip",
1516 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1517 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1518 "shasum": ""
1519 },
1520 "require": {
1521 "pclzip/pclzip": "^2.8",
1522 "php": ">=5.3.0"
1523 },
1524 "require-dev": {
1525 "phpdocumentor/phpdocumentor": "2.*",
1526 "phploc/phploc": "2.*",
1527 "phpmd/phpmd": "2.*",
1528 "phpunit/phpunit": "^4.8.36 || ^7.0",
1529 "sebastian/phpcpd": "2.*",
1530 "squizlabs/php_codesniffer": "2.*"
1531 },
1532 "type": "library",
1533 "extra": {
1534 "patches_applied": {
1535 "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"
1536 }
1537 },
1538 "autoload": {
1539 "psr-4": {
1540 "PhpOffice\\Common\\": "src/Common/"
1541 }
1542 },
1543 "notification-url": "https://packagist.org/downloads/",
1544 "license": [
1545 "LGPL"
1546 ],
1547 "authors": [
1548 {
1549 "name": "Mark Baker"
1550 },
1551 {
1552 "name": "Franck Lefevre",
1553 "homepage": "http://rootslabs.net"
1554 }
1555 ],
1556 "description": "PHPOffice Common",
1557 "homepage": "http://phpoffice.github.io",
1558 "keywords": [
1559 "common",
1560 "component",
1561 "office",
1562 "php"
1563 ],
1564 "time": "2018-07-13T14:12:34+00:00"
1565 },
1566 {
1567 "name": "phpoffice/phpword",
1568 "version": "0.15.0",
1569 "source": {
1570 "type": "git",
1571 "url": "https://github.com/PHPOffice/PHPWord.git",
1572 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
1573 },
1574 "dist": {
1575 "type": "zip",
1576 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1577 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1578 "shasum": ""
1579 },
1580 "require": {
1581 "ext-xml": "*",
1582 "php": "^5.3.3 || ^7.0",
1583 "phpoffice/common": "^0.2.9",
1584 "zendframework/zend-escaper": "^2.2"
1585 },
1586 "require-dev": {
1587 "dompdf/dompdf": "0.8.*",
1588 "ext-gd": "*",
1589 "ext-zip": "*",
1590 "friendsofphp/php-cs-fixer": "^2.2",
1591 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
1592 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
1593 "phploc/phploc": "2.* || 3.* || 4.*",
1594 "phpmd/phpmd": "2.*",
1595 "phpunit/phpunit": "^4.8.36 || ^7.0",
1596 "squizlabs/php_codesniffer": "^2.9",
1597 "tecnickcom/tcpdf": "6.*"
1598 },
1599 "suggest": {
1600 "dompdf/dompdf": "Allows writing PDF",
1601 "ext-gd2": "Allows adding images",
1602 "ext-xmlwriter": "Allows writing OOXML and ODF",
1603 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
1604 "ext-zip": "Allows writing OOXML and ODF"
1605 },
1606 "type": "library",
1607 "extra": {
1608 "branch-alias": {
1609 "dev-develop": "0.16-dev"
1610 },
1611 "patches_applied": {
1612 "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"
1613 }
1614 },
1615 "autoload": {
1616 "psr-4": {
1617 "PhpOffice\\PhpWord\\": "src/PhpWord"
1618 }
1619 },
1620 "notification-url": "https://packagist.org/downloads/",
1621 "license": [
1622 "LGPL-3.0"
1623 ],
1624 "authors": [
1625 {
1626 "name": "Mark Baker"
1627 },
1628 {
1629 "name": "Gabriel Bull",
1630 "email": "me@gabrielbull.com",
1631 "homepage": "http://gabrielbull.com/"
1632 },
1633 {
1634 "name": "Ivan Lanin",
1635 "homepage": "http://ivan.lanin.org"
1636 },
1637 {
1638 "name": "Roman Syroeshko",
1639 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
1640 },
1641 {
1642 "name": "Franck Lefevre",
1643 "homepage": "https://rootslabs.net/blog/"
1644 },
1645 {
1646 "name": "Antoine de Troostembergh"
1647 }
1648 ],
1649 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
1650 "homepage": "http://phpoffice.github.io",
1651 "keywords": [
1652 "ISO IEC 29500",
1653 "OOXML",
1654 "Office Open XML",
1655 "OpenDocument",
1656 "OpenXML",
1657 "PhpOffice",
1658 "PhpWord",
1659 "Rich Text Format",
1660 "WordprocessingML",
1661 "doc",
1662 "docx",
1663 "html",
1664 "odf",
1665 "odt",
1666 "office",
1667 "pdf",
1668 "php",
1669 "reader",
1670 "rtf",
1671 "template",
1672 "template processor",
1673 "word",
1674 "writer"
1675 ],
1676 "time": "2018-07-14T16:59:43+00:00"
1677 },
1678 {
1679 "name": "phpseclib/phpseclib",
1680 "version": "1.0.7",
1681 "source": {
1682 "type": "git",
1683 "url": "https://github.com/phpseclib/phpseclib.git",
1684 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
1685 },
1686 "dist": {
1687 "type": "zip",
1688 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
1689 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
1690 "shasum": ""
1691 },
1692 "require": {
1693 "php": ">=5.0.0"
1694 },
1695 "require-dev": {
1696 "phing/phing": "~2.7",
1697 "phpunit/phpunit": "~4.0",
1698 "sami/sami": "~2.0",
1699 "squizlabs/php_codesniffer": "~2.0"
1700 },
1701 "suggest": {
1702 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1703 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
1704 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
1705 },
1706 "type": "library",
1707 "autoload": {
1708 "psr-0": {
1709 "Crypt": "phpseclib/",
1710 "File": "phpseclib/",
1711 "Math": "phpseclib/",
1712 "Net": "phpseclib/",
1713 "System": "phpseclib/"
1714 },
1715 "files": [
1716 "phpseclib/bootstrap.php",
1717 "phpseclib/Crypt/Random.php"
1718 ]
1719 },
1720 "notification-url": "https://packagist.org/downloads/",
1721 "include-path": [
1722 "phpseclib/"
1723 ],
1724 "license": [
1725 "MIT"
1726 ],
1727 "authors": [
1728 {
1729 "name": "Jim Wigginton",
1730 "email": "terrafrost@php.net",
1731 "role": "Lead Developer"
1732 },
1733 {
1734 "name": "Patrick Monnerat",
1735 "email": "pm@datasphere.ch",
1736 "role": "Developer"
1737 },
1738 {
1739 "name": "Andreas Fischer",
1740 "email": "bantu@phpbb.com",
1741 "role": "Developer"
1742 },
1743 {
1744 "name": "Hans-Jürgen Petrich",
1745 "email": "petrich@tronic-media.com",
1746 "role": "Developer"
1747 },
1748 {
1749 "name": "Graham Campbell",
1750 "email": "graham@alt-three.com",
1751 "role": "Developer"
1752 }
1753 ],
1754 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1755 "homepage": "http://phpseclib.sourceforge.net",
1756 "keywords": [
1757 "BigInteger",
1758 "aes",
1759 "asn.1",
1760 "asn1",
1761 "blowfish",
1762 "crypto",
1763 "cryptography",
1764 "encryption",
1765 "rsa",
1766 "security",
1767 "sftp",
1768 "signature",
1769 "signing",
1770 "ssh",
1771 "twofish",
1772 "x.509",
1773 "x509"
1774 ],
1775 "time": "2017-06-05T06:30:30+00:00"
1776 },
1777 {
1778 "name": "psr/cache",
1779 "version": "1.0.1",
1780 "source": {
1781 "type": "git",
1782 "url": "https://github.com/php-fig/cache.git",
1783 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1784 },
1785 "dist": {
1786 "type": "zip",
1787 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1788 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1789 "shasum": ""
1790 },
1791 "require": {
1792 "php": ">=5.3.0"
1793 },
1794 "type": "library",
1795 "extra": {
1796 "branch-alias": {
1797 "dev-master": "1.0.x-dev"
1798 }
1799 },
1800 "autoload": {
1801 "psr-4": {
1802 "Psr\\Cache\\": "src/"
1803 }
1804 },
1805 "notification-url": "https://packagist.org/downloads/",
1806 "license": [
1807 "MIT"
1808 ],
1809 "authors": [
1810 {
1811 "name": "PHP-FIG",
1812 "homepage": "http://www.php-fig.org/"
1813 }
1814 ],
1815 "description": "Common interface for caching libraries",
1816 "keywords": [
1817 "cache",
1818 "psr",
1819 "psr-6"
1820 ],
1821 "time": "2016-08-06T20:24:11+00:00"
1822 },
1823 {
1824 "name": "psr/container",
1825 "version": "1.0.0",
1826 "source": {
1827 "type": "git",
1828 "url": "https://github.com/php-fig/container.git",
1829 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1830 },
1831 "dist": {
1832 "type": "zip",
1833 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1834 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1835 "shasum": ""
1836 },
1837 "require": {
1838 "php": ">=5.3.0"
1839 },
1840 "type": "library",
1841 "extra": {
1842 "branch-alias": {
1843 "dev-master": "1.0.x-dev"
1844 }
1845 },
1846 "autoload": {
1847 "psr-4": {
1848 "Psr\\Container\\": "src/"
1849 }
1850 },
1851 "notification-url": "https://packagist.org/downloads/",
1852 "license": [
1853 "MIT"
1854 ],
1855 "authors": [
1856 {
1857 "name": "PHP-FIG",
1858 "homepage": "http://www.php-fig.org/"
1859 }
1860 ],
1861 "description": "Common Container Interface (PHP FIG PSR-11)",
1862 "homepage": "https://github.com/php-fig/container",
1863 "keywords": [
1864 "PSR-11",
1865 "container",
1866 "container-interface",
1867 "container-interop",
1868 "psr"
1869 ],
1870 "time": "2017-02-14T16:28:37+00:00"
1871 },
1872 {
1873 "name": "psr/http-message",
1874 "version": "1.0.1",
1875 "source": {
1876 "type": "git",
1877 "url": "https://github.com/php-fig/http-message.git",
1878 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1879 },
1880 "dist": {
1881 "type": "zip",
1882 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1883 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1884 "shasum": ""
1885 },
1886 "require": {
1887 "php": ">=5.3.0"
1888 },
1889 "type": "library",
1890 "extra": {
1891 "branch-alias": {
1892 "dev-master": "1.0.x-dev"
1893 }
1894 },
1895 "autoload": {
1896 "psr-4": {
1897 "Psr\\Http\\Message\\": "src/"
1898 }
1899 },
1900 "notification-url": "https://packagist.org/downloads/",
1901 "license": [
1902 "MIT"
1903 ],
1904 "authors": [
1905 {
1906 "name": "PHP-FIG",
1907 "homepage": "http://www.php-fig.org/"
1908 }
1909 ],
1910 "description": "Common interface for HTTP messages",
1911 "homepage": "https://github.com/php-fig/http-message",
1912 "keywords": [
1913 "http",
1914 "http-message",
1915 "psr",
1916 "psr-7",
1917 "request",
1918 "response"
1919 ],
1920 "time": "2016-08-06T14:39:51+00:00"
1921 },
1922 {
1923 "name": "psr/log",
1924 "version": "1.1.3",
1925 "source": {
1926 "type": "git",
1927 "url": "https://github.com/php-fig/log.git",
1928 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1929 },
1930 "dist": {
1931 "type": "zip",
1932 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1933 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1934 "shasum": ""
1935 },
1936 "require": {
1937 "php": ">=5.3.0"
1938 },
1939 "type": "library",
1940 "extra": {
1941 "branch-alias": {
1942 "dev-master": "1.1.x-dev"
1943 }
1944 },
1945 "autoload": {
1946 "psr-4": {
1947 "Psr\\Log\\": "Psr/Log/"
1948 }
1949 },
1950 "notification-url": "https://packagist.org/downloads/",
1951 "license": [
1952 "MIT"
1953 ],
1954 "authors": [
1955 {
1956 "name": "PHP-FIG",
1957 "homepage": "http://www.php-fig.org/"
1958 }
1959 ],
1960 "description": "Common interface for logging libraries",
1961 "homepage": "https://github.com/php-fig/log",
1962 "keywords": [
1963 "log",
1964 "psr",
1965 "psr-3"
1966 ],
1967 "time": "2020-03-23T09:12:05+00:00"
1968 },
1969 {
1970 "name": "psr/simple-cache",
1971 "version": "1.0.1",
1972 "source": {
1973 "type": "git",
1974 "url": "https://github.com/php-fig/simple-cache.git",
1975 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1976 },
1977 "dist": {
1978 "type": "zip",
1979 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1980 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1981 "shasum": ""
1982 },
1983 "require": {
1984 "php": ">=5.3.0"
1985 },
1986 "type": "library",
1987 "extra": {
1988 "branch-alias": {
1989 "dev-master": "1.0.x-dev"
1990 }
1991 },
1992 "autoload": {
1993 "psr-4": {
1994 "Psr\\SimpleCache\\": "src/"
1995 }
1996 },
1997 "notification-url": "https://packagist.org/downloads/",
1998 "license": [
1999 "MIT"
2000 ],
2001 "authors": [
2002 {
2003 "name": "PHP-FIG",
2004 "homepage": "http://www.php-fig.org/"
2005 }
2006 ],
2007 "description": "Common interfaces for simple caching",
2008 "keywords": [
2009 "cache",
2010 "caching",
2011 "psr",
2012 "psr-16",
2013 "simple-cache"
2014 ],
2015 "time": "2017-10-23T01:57:42+00:00"
2016 },
2017 {
2018 "name": "ralouphie/getallheaders",
2019 "version": "3.0.3",
2020 "source": {
2021 "type": "git",
2022 "url": "https://github.com/ralouphie/getallheaders.git",
2023 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2024 },
2025 "dist": {
2026 "type": "zip",
2027 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2028 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2029 "shasum": ""
2030 },
2031 "require": {
2032 "php": ">=5.6"
2033 },
2034 "require-dev": {
2035 "php-coveralls/php-coveralls": "^2.1",
2036 "phpunit/phpunit": "^5 || ^6.5"
2037 },
2038 "type": "library",
2039 "autoload": {
2040 "files": [
2041 "src/getallheaders.php"
2042 ]
2043 },
2044 "notification-url": "https://packagist.org/downloads/",
2045 "license": [
2046 "MIT"
2047 ],
2048 "authors": [
2049 {
2050 "name": "Ralph Khattar",
2051 "email": "ralph.khattar@gmail.com"
2052 }
2053 ],
2054 "description": "A polyfill for getallheaders.",
2055 "time": "2019-03-08T08:55:37+00:00"
2056 },
2057 {
2058 "name": "sabberworm/php-css-parser",
2059 "version": "8.3.1",
2060 "source": {
2061 "type": "git",
2062 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2063 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
2064 },
2065 "dist": {
2066 "type": "zip",
2067 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
2068 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
2069 "shasum": ""
2070 },
2071 "require": {
2072 "php": ">=5.3.2"
2073 },
2074 "require-dev": {
2075 "codacy/coverage": "^1.4",
2076 "phpunit/phpunit": "~4.8"
2077 },
2078 "type": "library",
2079 "autoload": {
2080 "psr-0": {
2081 "Sabberworm\\CSS": "lib/"
2082 }
2083 },
2084 "notification-url": "https://packagist.org/downloads/",
2085 "license": [
2086 "MIT"
2087 ],
2088 "authors": [
2089 {
2090 "name": "Raphael Schweikert"
2091 }
2092 ],
2093 "description": "Parser for CSS Files written in PHP",
2094 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2095 "keywords": [
2096 "css",
2097 "parser",
2098 "stylesheet"
2099 ],
2100 "time": "2020-06-01T09:10:00+00:00"
2101 },
2102 {
2103 "name": "symfony/config",
2104 "version": "v3.4.40",
2105 "source": {
2106 "type": "git",
2107 "url": "https://github.com/symfony/config.git",
2108 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
2109 },
2110 "dist": {
2111 "type": "zip",
2112 "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
2113 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
2114 "shasum": ""
2115 },
2116 "require": {
2117 "php": "^5.5.9|>=7.0.8",
2118 "symfony/filesystem": "~2.8|~3.0|~4.0",
2119 "symfony/polyfill-ctype": "~1.8"
2120 },
2121 "conflict": {
2122 "symfony/dependency-injection": "<3.3",
2123 "symfony/finder": "<3.3"
2124 },
2125 "require-dev": {
2126 "symfony/dependency-injection": "~3.3|~4.0",
2127 "symfony/event-dispatcher": "~3.3|~4.0",
2128 "symfony/finder": "~3.3|~4.0",
2129 "symfony/yaml": "~3.0|~4.0"
2130 },
2131 "suggest": {
2132 "symfony/yaml": "To use the yaml reference dumper"
2133 },
2134 "type": "library",
2135 "extra": {
2136 "branch-alias": {
2137 "dev-master": "3.4-dev"
2138 }
2139 },
2140 "autoload": {
2141 "psr-4": {
2142 "Symfony\\Component\\Config\\": ""
2143 },
2144 "exclude-from-classmap": [
2145 "/Tests/"
2146 ]
2147 },
2148 "notification-url": "https://packagist.org/downloads/",
2149 "license": [
2150 "MIT"
2151 ],
2152 "authors": [
2153 {
2154 "name": "Fabien Potencier",
2155 "email": "fabien@symfony.com"
2156 },
2157 {
2158 "name": "Symfony Community",
2159 "homepage": "https://symfony.com/contributors"
2160 }
2161 ],
2162 "description": "Symfony Config Component",
2163 "homepage": "https://symfony.com",
2164 "time": "2020-04-12T14:33:46+00:00"
2165 },
2166 {
2167 "name": "symfony/dependency-injection",
2168 "version": "v3.4.40",
2169 "source": {
2170 "type": "git",
2171 "url": "https://github.com/symfony/dependency-injection.git",
2172 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
2173 },
2174 "dist": {
2175 "type": "zip",
2176 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
2177 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
2178 "shasum": ""
2179 },
2180 "require": {
2181 "php": "^5.5.9|>=7.0.8",
2182 "psr/container": "^1.0"
2183 },
2184 "conflict": {
2185 "symfony/config": "<3.3.7",
2186 "symfony/finder": "<3.3",
2187 "symfony/proxy-manager-bridge": "<3.4",
2188 "symfony/yaml": "<3.4"
2189 },
2190 "provide": {
2191 "psr/container-implementation": "1.0"
2192 },
2193 "require-dev": {
2194 "symfony/config": "~3.3|~4.0",
2195 "symfony/expression-language": "~2.8|~3.0|~4.0",
2196 "symfony/yaml": "~3.4|~4.0"
2197 },
2198 "suggest": {
2199 "symfony/config": "",
2200 "symfony/expression-language": "For using expressions in service container configuration",
2201 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2202 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2203 "symfony/yaml": ""
2204 },
2205 "type": "library",
2206 "extra": {
2207 "branch-alias": {
2208 "dev-master": "3.4-dev"
2209 }
2210 },
2211 "autoload": {
2212 "psr-4": {
2213 "Symfony\\Component\\DependencyInjection\\": ""
2214 },
2215 "exclude-from-classmap": [
2216 "/Tests/"
2217 ]
2218 },
2219 "notification-url": "https://packagist.org/downloads/",
2220 "license": [
2221 "MIT"
2222 ],
2223 "authors": [
2224 {
2225 "name": "Fabien Potencier",
2226 "email": "fabien@symfony.com"
2227 },
2228 {
2229 "name": "Symfony Community",
2230 "homepage": "https://symfony.com/contributors"
2231 }
2232 ],
2233 "description": "Symfony DependencyInjection Component",
2234 "homepage": "https://symfony.com",
2235 "time": "2020-04-13T09:33:40+00:00"
2236 },
2237 {
2238 "name": "symfony/event-dispatcher",
2239 "version": "v3.4.40",
2240 "source": {
2241 "type": "git",
2242 "url": "https://github.com/symfony/event-dispatcher.git",
2243 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
2244 },
2245 "dist": {
2246 "type": "zip",
2247 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2248 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2249 "shasum": ""
2250 },
2251 "require": {
2252 "php": "^5.5.9|>=7.0.8"
2253 },
2254 "conflict": {
2255 "symfony/dependency-injection": "<3.3"
2256 },
2257 "require-dev": {
2258 "psr/log": "~1.0",
2259 "symfony/config": "~2.8|~3.0|~4.0",
2260 "symfony/dependency-injection": "~3.3|~4.0",
2261 "symfony/expression-language": "~2.8|~3.0|~4.0",
2262 "symfony/stopwatch": "~2.8|~3.0|~4.0"
2263 },
2264 "suggest": {
2265 "symfony/dependency-injection": "",
2266 "symfony/http-kernel": ""
2267 },
2268 "type": "library",
2269 "extra": {
2270 "branch-alias": {
2271 "dev-master": "3.4-dev"
2272 }
2273 },
2274 "autoload": {
2275 "psr-4": {
2276 "Symfony\\Component\\EventDispatcher\\": ""
2277 },
2278 "exclude-from-classmap": [
2279 "/Tests/"
2280 ]
2281 },
2282 "notification-url": "https://packagist.org/downloads/",
2283 "license": [
2284 "MIT"
2285 ],
2286 "authors": [
2287 {
2288 "name": "Fabien Potencier",
2289 "email": "fabien@symfony.com"
2290 },
2291 {
2292 "name": "Symfony Community",
2293 "homepage": "https://symfony.com/contributors"
2294 }
2295 ],
2296 "description": "Symfony EventDispatcher Component",
2297 "homepage": "https://symfony.com",
2298 "time": "2020-03-15T09:38:08+00:00"
2299 },
2300 {
2301 "name": "symfony/filesystem",
2302 "version": "v3.4.40",
2303 "source": {
2304 "type": "git",
2305 "url": "https://github.com/symfony/filesystem.git",
2306 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
2307 },
2308 "dist": {
2309 "type": "zip",
2310 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2311 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2312 "shasum": ""
2313 },
2314 "require": {
2315 "php": "^5.5.9|>=7.0.8",
2316 "symfony/polyfill-ctype": "~1.8"
2317 },
2318 "type": "library",
2319 "extra": {
2320 "branch-alias": {
2321 "dev-master": "3.4-dev"
2322 }
2323 },
2324 "autoload": {
2325 "psr-4": {
2326 "Symfony\\Component\\Filesystem\\": ""
2327 },
2328 "exclude-from-classmap": [
2329 "/Tests/"
2330 ]
2331 },
2332 "notification-url": "https://packagist.org/downloads/",
2333 "license": [
2334 "MIT"
2335 ],
2336 "authors": [
2337 {
2338 "name": "Fabien Potencier",
2339 "email": "fabien@symfony.com"
2340 },
2341 {
2342 "name": "Symfony Community",
2343 "homepage": "https://symfony.com/contributors"
2344 }
2345 ],
2346 "description": "Symfony Filesystem Component",
2347 "homepage": "https://symfony.com",
2348 "time": "2020-04-12T16:54:01+00:00"
2349 },
2350 {
2351 "name": "symfony/finder",
2352 "version": "v3.4.40",
2353 "source": {
2354 "type": "git",
2355 "url": "https://github.com/symfony/finder.git",
2356 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
2357 },
2358 "dist": {
2359 "type": "zip",
2360 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2361 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
2362 "shasum": ""
2363 },
2364 "require": {
2365 "php": "^5.5.9|>=7.0.8"
2366 },
2367 "type": "library",
2368 "extra": {
2369 "branch-alias": {
2370 "dev-master": "3.4-dev"
2371 }
2372 },
2373 "autoload": {
2374 "psr-4": {
2375 "Symfony\\Component\\Finder\\": ""
2376 },
2377 "exclude-from-classmap": [
2378 "/Tests/"
2379 ]
2380 },
2381 "notification-url": "https://packagist.org/downloads/",
2382 "license": [
2383 "MIT"
2384 ],
2385 "authors": [
2386 {
2387 "name": "Fabien Potencier",
2388 "email": "fabien@symfony.com"
2389 },
2390 {
2391 "name": "Symfony Community",
2392 "homepage": "https://symfony.com/contributors"
2393 }
2394 ],
2395 "description": "Symfony Finder Component",
2396 "homepage": "https://symfony.com",
2397 "time": "2020-02-14T07:34:21+00:00"
2398 },
2399 {
2400 "name": "symfony/polyfill-ctype",
2401 "version": "v1.17.0",
2402 "source": {
2403 "type": "git",
2404 "url": "https://github.com/symfony/polyfill-ctype.git",
2405 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
2406 },
2407 "dist": {
2408 "type": "zip",
2409 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2410 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2411 "shasum": ""
2412 },
2413 "require": {
2414 "php": ">=5.3.3"
2415 },
2416 "suggest": {
2417 "ext-ctype": "For best performance"
2418 },
2419 "type": "library",
2420 "extra": {
2421 "branch-alias": {
2422 "dev-master": "1.17-dev"
2423 }
2424 },
2425 "autoload": {
2426 "psr-4": {
2427 "Symfony\\Polyfill\\Ctype\\": ""
2428 },
2429 "files": [
2430 "bootstrap.php"
2431 ]
2432 },
2433 "notification-url": "https://packagist.org/downloads/",
2434 "license": [
2435 "MIT"
2436 ],
2437 "authors": [
2438 {
2439 "name": "Gert de Pagter",
2440 "email": "BackEndTea@gmail.com"
2441 },
2442 {
2443 "name": "Symfony Community",
2444 "homepage": "https://symfony.com/contributors"
2445 }
2446 ],
2447 "description": "Symfony polyfill for ctype functions",
2448 "homepage": "https://symfony.com",
2449 "keywords": [
2450 "compatibility",
2451 "ctype",
2452 "polyfill",
2453 "portable"
2454 ],
2455 "time": "2020-05-12T16:14:59+00:00"
2456 },
2457 {
2458 "name": "symfony/polyfill-iconv",
2459 "version": "v1.17.0",
2460 "source": {
2461 "type": "git",
2462 "url": "https://github.com/symfony/polyfill-iconv.git",
2463 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
2464 },
2465 "dist": {
2466 "type": "zip",
2467 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
2468 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
2469 "shasum": ""
2470 },
2471 "require": {
2472 "php": ">=5.3.3"
2473 },
2474 "suggest": {
2475 "ext-iconv": "For best performance"
2476 },
2477 "type": "library",
2478 "extra": {
2479 "branch-alias": {
2480 "dev-master": "1.17-dev"
2481 }
2482 },
2483 "autoload": {
2484 "psr-4": {
2485 "Symfony\\Polyfill\\Iconv\\": ""
2486 },
2487 "files": [
2488 "bootstrap.php"
2489 ]
2490 },
2491 "notification-url": "https://packagist.org/downloads/",
2492 "license": [
2493 "MIT"
2494 ],
2495 "authors": [
2496 {
2497 "name": "Nicolas Grekas",
2498 "email": "p@tchwork.com"
2499 },
2500 {
2501 "name": "Symfony Community",
2502 "homepage": "https://symfony.com/contributors"
2503 }
2504 ],
2505 "description": "Symfony polyfill for the Iconv extension",
2506 "homepage": "https://symfony.com",
2507 "keywords": [
2508 "compatibility",
2509 "iconv",
2510 "polyfill",
2511 "portable",
2512 "shim"
2513 ],
2514 "time": "2020-05-12T16:47:27+00:00"
2515 },
2516 {
2517 "name": "symfony/polyfill-intl-idn",
2518 "version": "v1.17.0",
2519 "source": {
2520 "type": "git",
2521 "url": "https://github.com/symfony/polyfill-intl-idn.git",
2522 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
2523 },
2524 "dist": {
2525 "type": "zip",
2526 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2527 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2528 "shasum": ""
2529 },
2530 "require": {
2531 "php": ">=5.3.3",
2532 "symfony/polyfill-mbstring": "^1.3",
2533 "symfony/polyfill-php72": "^1.10"
2534 },
2535 "suggest": {
2536 "ext-intl": "For best performance"
2537 },
2538 "type": "library",
2539 "extra": {
2540 "branch-alias": {
2541 "dev-master": "1.17-dev"
2542 }
2543 },
2544 "autoload": {
2545 "psr-4": {
2546 "Symfony\\Polyfill\\Intl\\Idn\\": ""
2547 },
2548 "files": [
2549 "bootstrap.php"
2550 ]
2551 },
2552 "notification-url": "https://packagist.org/downloads/",
2553 "license": [
2554 "MIT"
2555 ],
2556 "authors": [
2557 {
2558 "name": "Laurent Bassin",
2559 "email": "laurent@bassin.info"
2560 },
2561 {
2562 "name": "Symfony Community",
2563 "homepage": "https://symfony.com/contributors"
2564 }
2565 ],
2566 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2567 "homepage": "https://symfony.com",
2568 "keywords": [
2569 "compatibility",
2570 "idn",
2571 "intl",
2572 "polyfill",
2573 "portable",
2574 "shim"
2575 ],
2576 "time": "2020-05-12T16:47:27+00:00"
2577 },
2578 {
2579 "name": "symfony/polyfill-mbstring",
2580 "version": "v1.17.0",
2581 "source": {
2582 "type": "git",
2583 "url": "https://github.com/symfony/polyfill-mbstring.git",
2584 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
2585 },
2586 "dist": {
2587 "type": "zip",
2588 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
2589 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
2590 "shasum": ""
2591 },
2592 "require": {
2593 "php": ">=5.3.3"
2594 },
2595 "suggest": {
2596 "ext-mbstring": "For best performance"
2597 },
2598 "type": "library",
2599 "extra": {
2600 "branch-alias": {
2601 "dev-master": "1.17-dev"
2602 }
2603 },
2604 "autoload": {
2605 "psr-4": {
2606 "Symfony\\Polyfill\\Mbstring\\": ""
2607 },
2608 "files": [
2609 "bootstrap.php"
2610 ]
2611 },
2612 "notification-url": "https://packagist.org/downloads/",
2613 "license": [
2614 "MIT"
2615 ],
2616 "authors": [
2617 {
2618 "name": "Nicolas Grekas",
2619 "email": "p@tchwork.com"
2620 },
2621 {
2622 "name": "Symfony Community",
2623 "homepage": "https://symfony.com/contributors"
2624 }
2625 ],
2626 "description": "Symfony polyfill for the Mbstring extension",
2627 "homepage": "https://symfony.com",
2628 "keywords": [
2629 "compatibility",
2630 "mbstring",
2631 "polyfill",
2632 "portable",
2633 "shim"
2634 ],
2635 "funding": [
2636 {
2637 "url": "https://symfony.com/sponsor",
2638 "type": "custom"
2639 },
2640 {
2641 "url": "https://github.com/fabpot",
2642 "type": "github"
2643 },
2644 {
2645 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2646 "type": "tidelift"
2647 }
2648 ],
2649 "time": "2020-05-12T16:47:27+00:00"
2650 },
2651 {
2652 "name": "symfony/polyfill-php72",
2653 "version": "v1.17.0",
2654 "source": {
2655 "type": "git",
2656 "url": "https://github.com/symfony/polyfill-php72.git",
2657 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
2658 },
2659 "dist": {
2660 "type": "zip",
2661 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
2662 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
2663 "shasum": ""
2664 },
2665 "require": {
2666 "php": ">=5.3.3"
2667 },
2668 "type": "library",
2669 "extra": {
2670 "branch-alias": {
2671 "dev-master": "1.17-dev"
2672 }
2673 },
2674 "autoload": {
2675 "psr-4": {
2676 "Symfony\\Polyfill\\Php72\\": ""
2677 },
2678 "files": [
2679 "bootstrap.php"
2680 ]
2681 },
2682 "notification-url": "https://packagist.org/downloads/",
2683 "license": [
2684 "MIT"
2685 ],
2686 "authors": [
2687 {
2688 "name": "Nicolas Grekas",
2689 "email": "p@tchwork.com"
2690 },
2691 {
2692 "name": "Symfony Community",
2693 "homepage": "https://symfony.com/contributors"
2694 }
2695 ],
2696 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2697 "homepage": "https://symfony.com",
2698 "keywords": [
2699 "compatibility",
2700 "polyfill",
2701 "portable",
2702 "shim"
2703 ],
2704 "time": "2020-05-12T16:47:27+00:00"
2705 },
2706 {
2707 "name": "symfony/process",
2708 "version": "v3.4.40",
2709 "source": {
2710 "type": "git",
2711 "url": "https://github.com/symfony/process.git",
2712 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
2713 },
2714 "dist": {
2715 "type": "zip",
2716 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
2717 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
2718 "shasum": ""
2719 },
2720 "require": {
2721 "php": "^5.5.9|>=7.0.8"
2722 },
2723 "type": "library",
2724 "extra": {
2725 "branch-alias": {
2726 "dev-master": "3.4-dev"
2727 }
2728 },
2729 "autoload": {
2730 "psr-4": {
2731 "Symfony\\Component\\Process\\": ""
2732 },
2733 "exclude-from-classmap": [
2734 "/Tests/"
2735 ]
2736 },
2737 "notification-url": "https://packagist.org/downloads/",
2738 "license": [
2739 "MIT"
2740 ],
2741 "authors": [
2742 {
2743 "name": "Fabien Potencier",
2744 "email": "fabien@symfony.com"
2745 },
2746 {
2747 "name": "Symfony Community",
2748 "homepage": "https://symfony.com/contributors"
2749 }
2750 ],
2751 "description": "Symfony Process Component",
2752 "homepage": "https://symfony.com",
2753 "time": "2020-04-12T14:33:46+00:00"
2754 },
2755 {
2756 "name": "tecnickcom/tcpdf",
2757 "version": "6.3.5",
2758 "source": {
2759 "type": "git",
2760 "url": "https://github.com/tecnickcom/TCPDF.git",
2761 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
2762 },
2763 "dist": {
2764 "type": "zip",
2765 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
2766 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
2767 "shasum": ""
2768 },
2769 "require": {
2770 "php": ">=5.3.0"
2771 },
2772 "type": "library",
2773 "autoload": {
2774 "classmap": [
2775 "config",
2776 "include",
2777 "tcpdf.php",
2778 "tcpdf_parser.php",
2779 "tcpdf_import.php",
2780 "tcpdf_barcodes_1d.php",
2781 "tcpdf_barcodes_2d.php",
2782 "include/tcpdf_colors.php",
2783 "include/tcpdf_filters.php",
2784 "include/tcpdf_font_data.php",
2785 "include/tcpdf_fonts.php",
2786 "include/tcpdf_images.php",
2787 "include/tcpdf_static.php",
2788 "include/barcodes/datamatrix.php",
2789 "include/barcodes/pdf417.php",
2790 "include/barcodes/qrcode.php"
2791 ]
2792 },
2793 "notification-url": "https://packagist.org/downloads/",
2794 "license": [
2795 "LGPL-3.0-only"
2796 ],
2797 "authors": [
2798 {
2799 "name": "Nicola Asuni",
2800 "email": "info@tecnick.com",
2801 "role": "lead"
2802 }
2803 ],
2804 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2805 "homepage": "http://www.tcpdf.org/",
2806 "keywords": [
2807 "PDFD32000-2008",
2808 "TCPDF",
2809 "barcodes",
2810 "datamatrix",
2811 "pdf",
2812 "pdf417",
2813 "qrcode"
2814 ],
2815 "time": "2020-02-14T14:20:12+00:00"
2816 },
2817 {
2818 "name": "togos/gitignore",
2819 "version": "1.1.1",
2820 "source": {
2821 "type": "git",
2822 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
2823 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
2824 },
2825 "dist": {
2826 "type": "zip",
2827 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2828 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2829 "shasum": ""
2830 },
2831 "require": {
2832 "php": ">=5.2"
2833 },
2834 "require-dev": {
2835 "togos/simpler-test": "1.1.1"
2836 },
2837 "type": "library",
2838 "autoload": {
2839 "psr-0": {
2840 "TOGoS_GitIgnore_": "src/main/php/"
2841 }
2842 },
2843 "notification-url": "https://packagist.org/downloads/",
2844 "license": [
2845 "MIT"
2846 ],
2847 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
2848 "time": "2019-04-19T19:16:58+00:00"
2849 },
2850 {
2851 "name": "totten/ca-config",
2852 "version": "v17.05.0",
2853 "source": {
2854 "type": "git",
2855 "url": "https://github.com/totten/ca_config.git",
2856 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
2857 },
2858 "dist": {
2859 "type": "zip",
2860 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
2861 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
2862 "shasum": ""
2863 },
2864 "require": {
2865 "php": ">=5.2"
2866 },
2867 "type": "library",
2868 "autoload": {
2869 "psr-0": {
2870 "CA_Config": "src/"
2871 }
2872 },
2873 "notification-url": "https://packagist.org/downloads/",
2874 "license": [
2875 "BSD-2-Clause"
2876 ],
2877 "authors": [
2878 {
2879 "name": "Tim Otten",
2880 "email": "to-git@think.hm"
2881 }
2882 ],
2883 "description": "Default configuration for certificate authorities",
2884 "homepage": "https://github.com/totten/ca_config",
2885 "time": "2017-05-10T20:08:17+00:00"
2886 },
2887 {
2888 "name": "tplaner/when",
2889 "version": "3.0.0+php53",
2890 "dist": {
2891 "type": "zip",
2892 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
2893 },
2894 "require": {
2895 "php": ">=5.3.0"
2896 },
2897 "require-dev": {
2898 "phpunit/phpunit": "~4.0"
2899 },
2900 "type": "library",
2901 "autoload": {
2902 "psr-4": {
2903 "When\\": "src/"
2904 }
2905 },
2906 "license": [
2907 "MIT"
2908 ],
2909 "authors": [
2910 {
2911 "name": "Tom Planer",
2912 "email": "tplaner@gmail.com"
2913 }
2914 ],
2915 "description": "Date/Calendar recursion library.",
2916 "homepage": "https://github.com/tplaner/When",
2917 "keywords": [
2918 "DateTime",
2919 "date",
2920 "recurrence",
2921 "time"
2922 ]
2923 },
2924 {
2925 "name": "typo3/phar-stream-wrapper",
2926 "version": "v3.1.4",
2927 "source": {
2928 "type": "git",
2929 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
2930 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
2931 },
2932 "dist": {
2933 "type": "zip",
2934 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2935 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2936 "shasum": ""
2937 },
2938 "require": {
2939 "ext-json": "*",
2940 "php": "^7.0"
2941 },
2942 "require-dev": {
2943 "ext-xdebug": "*",
2944 "phpunit/phpunit": "^6.5"
2945 },
2946 "suggest": {
2947 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
2948 },
2949 "type": "library",
2950 "extra": {
2951 "branch-alias": {
2952 "dev-master": "v3.x-dev"
2953 }
2954 },
2955 "autoload": {
2956 "psr-4": {
2957 "TYPO3\\PharStreamWrapper\\": "src/"
2958 }
2959 },
2960 "notification-url": "https://packagist.org/downloads/",
2961 "license": [
2962 "MIT"
2963 ],
2964 "description": "Interceptors for PHP's native phar:// stream handling",
2965 "homepage": "https://typo3.org/",
2966 "keywords": [
2967 "phar",
2968 "php",
2969 "security",
2970 "stream-wrapper"
2971 ],
2972 "time": "2019-12-10T11:53:27+00:00"
2973 },
2974 {
2975 "name": "xkerman/restricted-unserialize",
2976 "version": "1.1.12",
2977 "source": {
2978 "type": "git",
2979 "url": "https://github.com/xKerman/restricted-unserialize.git",
2980 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
2981 },
2982 "dist": {
2983 "type": "zip",
2984 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
2985 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
2986 "shasum": ""
2987 },
2988 "require": {
2989 "php": ">=5.2"
2990 },
2991 "require-dev": {
2992 "nikic/php-parser": "^1.4|^3.0|^4.2",
2993 "phpmd/phpmd": "^2.6",
2994 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
2995 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
2996 "squizlabs/php_codesniffer": "^2.9|^3.4"
2997 },
2998 "type": "library",
2999 "autoload": {
3000 "files": [
3001 "src/function.php"
3002 ],
3003 "psr-4": {
3004 "xKerman\\Restricted\\": "src"
3005 }
3006 },
3007 "notification-url": "https://packagist.org/downloads/",
3008 "license": [
3009 "MIT"
3010 ],
3011 "authors": [
3012 {
3013 "name": "xKerman",
3014 "email": "xKhorasan@gmail.com"
3015 }
3016 ],
3017 "description": "provide PHP Object Injection safe unserialize function",
3018 "keywords": [
3019 "PHP Object Injection",
3020 "deserialize",
3021 "unserialize"
3022 ],
3023 "time": "2019-08-11T00:04:39+00:00"
3024 },
3025 {
3026 "name": "zendframework/zend-escaper",
3027 "version": "2.4.13",
3028 "source": {
3029 "type": "git",
3030 "url": "https://github.com/zendframework/zend-escaper.git",
3031 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
3032 },
3033 "dist": {
3034 "type": "zip",
3035 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
3036 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
3037 "shasum": ""
3038 },
3039 "require": {
3040 "php": ">=5.3.23"
3041 },
3042 "require-dev": {
3043 "fabpot/php-cs-fixer": "1.7.*",
3044 "phpunit/phpunit": "~4.0",
3045 "satooshi/php-coveralls": "dev-master"
3046 },
3047 "type": "library",
3048 "extra": {
3049 "branch-alias": {
3050 "dev-master": "2.4-dev",
3051 "dev-develop": "2.5-dev"
3052 }
3053 },
3054 "autoload": {
3055 "psr-4": {
3056 "Zend\\Escaper\\": "src/"
3057 }
3058 },
3059 "notification-url": "https://packagist.org/downloads/",
3060 "license": [
3061 "BSD-3-Clause"
3062 ],
3063 "homepage": "https://github.com/zendframework/zend-escaper",
3064 "keywords": [
3065 "escaper",
3066 "zf2"
3067 ],
3068 "abandoned": "laminas/laminas-escaper",
3069 "time": "2015-05-07T14:55:31+00:00"
3070 },
3071 {
3072 "name": "zetacomponents/base",
3073 "version": "1.9.1",
3074 "source": {
3075 "type": "git",
3076 "url": "https://github.com/zetacomponents/Base.git",
3077 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
3078 },
3079 "dist": {
3080 "type": "zip",
3081 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
3082 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
3083 "shasum": ""
3084 },
3085 "require-dev": {
3086 "phpunit/phpunit": "~5.7",
3087 "zetacomponents/unit-test": "*"
3088 },
3089 "type": "library",
3090 "autoload": {
3091 "classmap": [
3092 "src"
3093 ]
3094 },
3095 "notification-url": "https://packagist.org/downloads/",
3096 "license": [
3097 "Apache-2.0"
3098 ],
3099 "authors": [
3100 {
3101 "name": "Sergey Alexeev"
3102 },
3103 {
3104 "name": "Sebastian Bergmann"
3105 },
3106 {
3107 "name": "Jan Borsodi"
3108 },
3109 {
3110 "name": "Raymond Bosman"
3111 },
3112 {
3113 "name": "Frederik Holljen"
3114 },
3115 {
3116 "name": "Kore Nordmann"
3117 },
3118 {
3119 "name": "Derick Rethans"
3120 },
3121 {
3122 "name": "Vadym Savchuk"
3123 },
3124 {
3125 "name": "Tobias Schlitt"
3126 },
3127 {
3128 "name": "Alexandru Stanoi"
3129 }
3130 ],
3131 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
3132 "homepage": "https://github.com/zetacomponents",
3133 "time": "2017-11-28T11:30:00+00:00"
3134 },
3135 {
3136 "name": "zetacomponents/mail",
3137 "version": "1.9.2",
3138 "source": {
3139 "type": "git",
3140 "url": "https://github.com/zetacomponents/Mail.git",
3141 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
3142 },
3143 "dist": {
3144 "type": "zip",
3145 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
3146 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
3147 "shasum": ""
3148 },
3149 "require": {
3150 "zetacomponents/base": "~1.8"
3151 },
3152 "require-dev": {
3153 "phpunit/phpunit": "~7.5",
3154 "zetacomponents/unit-test": "*"
3155 },
3156 "type": "library",
3157 "extra": {
3158 "patches_applied": {
3159 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
3160 }
3161 },
3162 "autoload": {
3163 "classmap": [
3164 "src"
3165 ]
3166 },
3167 "notification-url": "https://packagist.org/downloads/",
3168 "license": [
3169 "Apache-2.0"
3170 ],
3171 "authors": [
3172 {
3173 "name": "Sergey Alexeev"
3174 },
3175 {
3176 "name": "Sebastian Bergmann"
3177 },
3178 {
3179 "name": "Jan Borsodi"
3180 },
3181 {
3182 "name": "Raymond Bosman"
3183 },
3184 {
3185 "name": "Frederik Holljen"
3186 },
3187 {
3188 "name": "Kore Nordmann"
3189 },
3190 {
3191 "name": "Derick Rethans"
3192 },
3193 {
3194 "name": "Vadym Savchuk"
3195 },
3196 {
3197 "name": "Tobias Schlitt"
3198 },
3199 {
3200 "name": "Alexandru Stanoi"
3201 },
3202 {
3203 "name": "Sinisa Dukaric"
3204 },
3205 {
3206 "name": "Mikko Koppanen"
3207 },
3208 {
3209 "name": "Christian Michel"
3210 }
3211 ],
3212 "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.",
3213 "homepage": "https://github.com/zetacomponents",
3214 "time": "2020-06-13T12:38:26+00:00"
3215 }
3216 ],
3217 "packages-dev": [],
3218 "aliases": [],
3219 "minimum-stability": "stable",
3220 "stability-flags": {
3221 "pear/validate_finance_creditcard": 20
3222 },
3223 "prefer-stable": false,
3224 "prefer-lowest": false,
3225 "platform": {
3226 "php": "~7.1",
3227 "ext-intl": "*"
3228 },
3229 "platform-dev": [],
3230 "platform-overrides": {
3231 "php": "7.1"
3232 },
3233 "plugin-api-version": "1.1.0"
3234 }