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