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