Merge pull request #18748 from eileenmcnaughton/log
[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": "7e6ef8d4248bce0f976048cabc185289",
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": "v3.0.1",
411 "source": {
412 "type": "git",
413 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
414 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877"
415 },
416 "dist": {
417 "type": "zip",
418 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/3aabb6d259a86158d01829fc2c62a2afb9618877",
419 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877",
420 "shasum": ""
421 },
422 "require": {
423 "composer-plugin-api": "^1.1 || ^2.0",
424 "php": ">=5.6",
425 "togos/gitignore": "~1.1.1"
426 },
427 "require-dev": {
428 "composer/composer": "~1.0 || ~2.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": "2020-11-02T04:00:42+00:00"
458 },
459 {
460 "name": "cweagans/composer-patches",
461 "version": "1.7.0",
462 "source": {
463 "type": "git",
464 "url": "https://github.com/cweagans/composer-patches.git",
465 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
466 },
467 "dist": {
468 "type": "zip",
469 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
470 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
471 "shasum": ""
472 },
473 "require": {
474 "composer-plugin-api": "^1.0 || ^2.0",
475 "php": ">=5.3.0"
476 },
477 "require-dev": {
478 "composer/composer": "~1.0 || ~2.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": "2020-09-30T17:56:20+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": "league/oauth2-client",
929 "version": "2.6.0",
930 "source": {
931 "type": "git",
932 "url": "https://github.com/thephpleague/oauth2-client.git",
933 "reference": "badb01e62383430706433191b82506b6df24ad98"
934 },
935 "dist": {
936 "type": "zip",
937 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
938 "reference": "badb01e62383430706433191b82506b6df24ad98",
939 "shasum": ""
940 },
941 "require": {
942 "guzzlehttp/guzzle": "^6.0 || ^7.0",
943 "paragonie/random_compat": "^1 || ^2 || ^9.99",
944 "php": "^5.6 || ^7.0 || ^8.0"
945 },
946 "require-dev": {
947 "mockery/mockery": "^1.3",
948 "php-parallel-lint/php-parallel-lint": "^1.2",
949 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
950 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
951 },
952 "type": "library",
953 "extra": {
954 "branch-alias": {
955 "dev-2.x": "2.0.x-dev"
956 }
957 },
958 "autoload": {
959 "psr-4": {
960 "League\\OAuth2\\Client\\": "src/"
961 }
962 },
963 "notification-url": "https://packagist.org/downloads/",
964 "license": [
965 "MIT"
966 ],
967 "authors": [
968 {
969 "name": "Alex Bilbie",
970 "email": "hello@alexbilbie.com",
971 "homepage": "http://www.alexbilbie.com",
972 "role": "Developer"
973 },
974 {
975 "name": "Woody Gilk",
976 "homepage": "https://github.com/shadowhand",
977 "role": "Contributor"
978 }
979 ],
980 "description": "OAuth 2.0 Client Library",
981 "keywords": [
982 "Authentication",
983 "SSO",
984 "authorization",
985 "identity",
986 "idp",
987 "oauth",
988 "oauth2",
989 "single sign on"
990 ],
991 "time": "2020-10-28T02:03:40+00:00"
992 },
993 {
994 "name": "league/oauth2-google",
995 "version": "3.0.3",
996 "source": {
997 "type": "git",
998 "url": "https://github.com/thephpleague/oauth2-google.git",
999 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943"
1000 },
1001 "dist": {
1002 "type": "zip",
1003 "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/18d1889897a8b18d85ecadacf74c9274d678d943",
1004 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943",
1005 "shasum": ""
1006 },
1007 "require": {
1008 "league/oauth2-client": "^2.0"
1009 },
1010 "require-dev": {
1011 "eloquent/phony-phpunit": "^2.0",
1012 "php-coveralls/php-coveralls": "^2.1",
1013 "phpunit/phpunit": "^6.0",
1014 "squizlabs/php_codesniffer": "^2.0"
1015 },
1016 "type": "library",
1017 "autoload": {
1018 "psr-4": {
1019 "League\\OAuth2\\Client\\": "src/"
1020 }
1021 },
1022 "notification-url": "https://packagist.org/downloads/",
1023 "license": [
1024 "MIT"
1025 ],
1026 "authors": [
1027 {
1028 "name": "Woody Gilk",
1029 "email": "woody.gilk@gmail.com",
1030 "homepage": "http://shadowhand.me"
1031 }
1032 ],
1033 "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
1034 "keywords": [
1035 "Authentication",
1036 "authorization",
1037 "client",
1038 "google",
1039 "oauth",
1040 "oauth2"
1041 ],
1042 "time": "2020-07-24T15:16:12+00:00"
1043 },
1044 {
1045 "name": "marcj/topsort",
1046 "version": "1.1.0",
1047 "source": {
1048 "type": "git",
1049 "url": "https://github.com/marcj/topsort.php.git",
1050 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
1051 },
1052 "dist": {
1053 "type": "zip",
1054 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1055 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1056 "shasum": ""
1057 },
1058 "require": {
1059 "php": ">=5.4"
1060 },
1061 "require-dev": {
1062 "codeclimate/php-test-reporter": "dev-master",
1063 "phpunit/phpunit": "~4.0",
1064 "symfony/console": "~2.5"
1065 },
1066 "type": "library",
1067 "autoload": {
1068 "psr-4": {
1069 "MJS\\TopSort\\": "src/",
1070 "MJS\\TopSort\\Tests\\": "tests/Tests/"
1071 }
1072 },
1073 "notification-url": "https://packagist.org/downloads/",
1074 "license": [
1075 "MIT"
1076 ],
1077 "authors": [
1078 {
1079 "name": "Marc J. Schmidt",
1080 "email": "marc@marcjschmidt.de"
1081 }
1082 ],
1083 "description": "High-Performance TopSort/Dependency resolving algorithm",
1084 "keywords": [
1085 "dependency resolving",
1086 "topological sort",
1087 "topsort"
1088 ],
1089 "time": "2016-11-19T14:58:11+00:00"
1090 },
1091 {
1092 "name": "padaliyajay/php-autoprefixer",
1093 "version": "1.3",
1094 "source": {
1095 "type": "git",
1096 "url": "https://github.com/padaliyajay/php-autoprefixer.git",
1097 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430"
1098 },
1099 "dist": {
1100 "type": "zip",
1101 "url": "https://api.github.com/repos/padaliyajay/php-autoprefixer/zipball/f05f374f0c1e463db62209613f52b38bf4b52430",
1102 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430",
1103 "shasum": ""
1104 },
1105 "require": {
1106 "sabberworm/php-css-parser": "*"
1107 },
1108 "type": "library",
1109 "autoload": {
1110 "psr-4": {
1111 "Padaliyajay\\PHPAutoprefixer\\": "src"
1112 }
1113 },
1114 "notification-url": "https://packagist.org/downloads/",
1115 "license": [
1116 "MIT"
1117 ],
1118 "authors": [
1119 {
1120 "name": "Jay padaliya"
1121 }
1122 ],
1123 "description": "CSS Autoprefixer written in pure PHP.",
1124 "time": "2019-11-26T09:55:37+00:00"
1125 },
1126 {
1127 "name": "paragonie/random_compat",
1128 "version": "v9.99.100",
1129 "source": {
1130 "type": "git",
1131 "url": "https://github.com/paragonie/random_compat.git",
1132 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1133 },
1134 "dist": {
1135 "type": "zip",
1136 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1137 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1138 "shasum": ""
1139 },
1140 "require": {
1141 "php": ">= 7"
1142 },
1143 "require-dev": {
1144 "phpunit/phpunit": "4.*|5.*",
1145 "vimeo/psalm": "^1"
1146 },
1147 "suggest": {
1148 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1149 },
1150 "type": "library",
1151 "notification-url": "https://packagist.org/downloads/",
1152 "license": [
1153 "MIT"
1154 ],
1155 "authors": [
1156 {
1157 "name": "Paragon Initiative Enterprises",
1158 "email": "security@paragonie.com",
1159 "homepage": "https://paragonie.com"
1160 }
1161 ],
1162 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1163 "keywords": [
1164 "csprng",
1165 "polyfill",
1166 "pseudorandom",
1167 "random"
1168 ],
1169 "time": "2020-10-15T08:29:30+00:00"
1170 },
1171 {
1172 "name": "pclzip/pclzip",
1173 "version": "2.8.2",
1174 "source": {
1175 "type": "git",
1176 "url": "https://github.com/ivanlanin/pclzip.git",
1177 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
1178 },
1179 "dist": {
1180 "type": "zip",
1181 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
1182 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
1183 "shasum": ""
1184 },
1185 "type": "library",
1186 "autoload": {
1187 "classmap": [
1188 "pclzip.lib.php"
1189 ]
1190 },
1191 "notification-url": "https://packagist.org/downloads/",
1192 "license": [
1193 "LGPL-2.1"
1194 ],
1195 "authors": [
1196 {
1197 "name": "Vincent Blavet"
1198 }
1199 ],
1200 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
1201 "homepage": "http://www.phpconcept.net/pclzip",
1202 "keywords": [
1203 "php",
1204 "zip"
1205 ],
1206 "time": "2014-06-05T11:42:24+00:00"
1207 },
1208 {
1209 "name": "pear/auth_sasl",
1210 "version": "v1.1.0",
1211 "source": {
1212 "type": "git",
1213 "url": "https://github.com/pear/Auth_SASL.git",
1214 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
1215 },
1216 "dist": {
1217 "type": "zip",
1218 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1219 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1220 "shasum": ""
1221 },
1222 "require": {
1223 "pear/pear_exception": "@stable"
1224 },
1225 "require-dev": {
1226 "phpunit/phpunit": "@stable"
1227 },
1228 "type": "library",
1229 "autoload": {
1230 "psr-0": {
1231 "Auth": "./"
1232 }
1233 },
1234 "notification-url": "https://packagist.org/downloads/",
1235 "include-path": [
1236 "./"
1237 ],
1238 "license": [
1239 "BSD"
1240 ],
1241 "authors": [
1242 {
1243 "name": "Anish Mistry",
1244 "email": "amistry@am-productions.biz",
1245 "role": "Lead"
1246 },
1247 {
1248 "name": "Richard Heyes",
1249 "email": "richard@php.net",
1250 "role": "Lead"
1251 },
1252 {
1253 "name": "Michael Bretterklieber",
1254 "email": "michael@bretterklieber.com",
1255 "role": "Lead"
1256 }
1257 ],
1258 "description": "Abstraction of various SASL mechanism responses",
1259 "time": "2017-03-07T14:37:05+00:00"
1260 },
1261 {
1262 "name": "pear/console_getopt",
1263 "version": "v1.4.1",
1264 "source": {
1265 "type": "git",
1266 "url": "https://github.com/pear/Console_Getopt.git",
1267 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
1268 },
1269 "dist": {
1270 "type": "zip",
1271 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1272 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1273 "shasum": ""
1274 },
1275 "type": "library",
1276 "autoload": {
1277 "psr-0": {
1278 "Console": "./"
1279 }
1280 },
1281 "notification-url": "https://packagist.org/downloads/",
1282 "include-path": [
1283 "./"
1284 ],
1285 "license": [
1286 "BSD-2-Clause"
1287 ],
1288 "authors": [
1289 {
1290 "name": "Greg Beaver",
1291 "email": "cellog@php.net",
1292 "role": "Helper"
1293 },
1294 {
1295 "name": "Andrei Zmievski",
1296 "email": "andrei@php.net",
1297 "role": "Lead"
1298 },
1299 {
1300 "name": "Stig Bakken",
1301 "email": "stig@php.net",
1302 "role": "Developer"
1303 }
1304 ],
1305 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
1306 "time": "2015-07-20T20:28:12+00:00"
1307 },
1308 {
1309 "name": "pear/db",
1310 "version": "v1.10.0",
1311 "source": {
1312 "type": "git",
1313 "url": "https://github.com/pear/DB.git",
1314 "reference": "e158c3a48246b67cd8c95856ffbb93de4ef380fe"
1315 },
1316 "dist": {
1317 "type": "zip",
1318 "url": "https://api.github.com/repos/pear/DB/zipball/e158c3a48246b67cd8c95856ffbb93de4ef380fe",
1319 "reference": "e158c3a48246b67cd8c95856ffbb93de4ef380fe",
1320 "shasum": ""
1321 },
1322 "require": {
1323 "pear/pear-core-minimal": "*"
1324 },
1325 "type": "library",
1326 "extra": {
1327 "patches_applied": {
1328 "Apply CiviCRM Customisations for the pear:db package": "https://raw.githubusercontent.com/civicrm/civicrm-core/a48a43c2b5f6d694fff1cfb99d522c5d9e2459a0/tools/scripts/composer/pear_db_civicrm_changes.patch"
1329 }
1330 },
1331 "autoload": {
1332 "psr-0": {
1333 "DB": "./"
1334 }
1335 },
1336 "notification-url": "https://packagist.org/downloads/",
1337 "include-path": [
1338 "./"
1339 ],
1340 "license": [
1341 "PHP License v3.01"
1342 ],
1343 "authors": [
1344 {
1345 "name": "Daniel Convissor",
1346 "email": "danielc@php.net",
1347 "role": "Lead"
1348 },
1349 {
1350 "name": "Adam Harvey",
1351 "email": "aharvey@php.net",
1352 "role": "Lead"
1353 },
1354 {
1355 "name": "Stig Bakken",
1356 "email": "stig@php.net",
1357 "role": "Developer"
1358 },
1359 {
1360 "name": "Tomas V.V.Cox",
1361 "email": "cox@idecnet.com",
1362 "role": "Developer"
1363 }
1364 ],
1365 "description": "More info available on: http://pear.php.net/package/DB",
1366 "time": "2020-04-19T19:45:59+00:00"
1367 },
1368 {
1369 "name": "pear/log",
1370 "version": "1.13.2",
1371 "source": {
1372 "type": "git",
1373 "url": "https://github.com/pear/Log.git",
1374 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3"
1375 },
1376 "dist": {
1377 "type": "zip",
1378 "url": "https://api.github.com/repos/pear/Log/zipball/d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
1379 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
1380 "shasum": ""
1381 },
1382 "require": {
1383 "pear/pear_exception": "1.0.1",
1384 "php": ">5.2"
1385 },
1386 "require-dev": {
1387 "phpunit/phpunit": "*"
1388 },
1389 "suggest": {
1390 "pear/db": "Install optionally via your project's composer.json"
1391 },
1392 "type": "library",
1393 "autoload": {
1394 "psr-0": {
1395 "Log": "./"
1396 }
1397 },
1398 "notification-url": "https://packagist.org/downloads/",
1399 "include-path": [
1400 ""
1401 ],
1402 "license": [
1403 "MIT"
1404 ],
1405 "authors": [
1406 {
1407 "name": "Jon Parise",
1408 "email": "jon@php.net",
1409 "homepage": "http://www.indelible.org",
1410 "role": "Developer"
1411 }
1412 ],
1413 "description": "PEAR Logging Framework",
1414 "homepage": "http://pear.github.io/Log/",
1415 "keywords": [
1416 "log",
1417 "logging"
1418 ],
1419 "time": "2020-06-02T00:04:03+00:00"
1420 },
1421 {
1422 "name": "pear/mail",
1423 "version": "v1.4.1",
1424 "source": {
1425 "type": "git",
1426 "url": "https://github.com/pear/Mail.git",
1427 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
1428 },
1429 "dist": {
1430 "type": "zip",
1431 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1432 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1433 "shasum": ""
1434 },
1435 "require": {
1436 "pear/pear-core-minimal": "~1.9",
1437 "php": ">=5.2.1"
1438 },
1439 "require-dev": {
1440 "pear/pear": "*"
1441 },
1442 "suggest": {
1443 "pear/net_smtp": "Install optionally via your project's composer.json"
1444 },
1445 "type": "library",
1446 "extra": {
1447 "patches_applied": {
1448 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
1449 }
1450 },
1451 "autoload": {
1452 "psr-0": {
1453 "Mail": "./"
1454 }
1455 },
1456 "notification-url": "https://packagist.org/downloads/",
1457 "include-path": [
1458 "./"
1459 ],
1460 "license": [
1461 "BSD-2-Clause"
1462 ],
1463 "authors": [
1464 {
1465 "name": "Chuck Hagenbuch",
1466 "email": "chuck@horde.org",
1467 "role": "Lead"
1468 },
1469 {
1470 "name": "Richard Heyes",
1471 "email": "richard@phpguru.org",
1472 "role": "Developer"
1473 },
1474 {
1475 "name": "Aleksander Machniak",
1476 "email": "alec@alec.pl",
1477 "role": "Developer"
1478 }
1479 ],
1480 "description": "Class that provides multiple interfaces for sending emails.",
1481 "homepage": "http://pear.php.net/package/Mail",
1482 "time": "2017-04-11T17:27:29+00:00"
1483 },
1484 {
1485 "name": "pear/mail_mime",
1486 "version": "1.10.9",
1487 "source": {
1488 "type": "git",
1489 "url": "https://github.com/pear/Mail_Mime.git",
1490 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d"
1491 },
1492 "dist": {
1493 "type": "zip",
1494 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/1e7ae4e5258b6c0d385a8e76add567934245d38d",
1495 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d",
1496 "shasum": ""
1497 },
1498 "require": {
1499 "pear/pear-core-minimal": "*"
1500 },
1501 "type": "library",
1502 "extra": {
1503 "patches_applied": {
1504 "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"
1505 }
1506 },
1507 "autoload": {
1508 "psr-0": {
1509 "Mail": "./"
1510 }
1511 },
1512 "notification-url": "https://packagist.org/downloads/",
1513 "include-path": [
1514 "./"
1515 ],
1516 "license": [
1517 "BSD-3-clause"
1518 ],
1519 "authors": [
1520 {
1521 "name": "Cipriano Groenendal",
1522 "email": "cipri@php.net",
1523 "role": "Lead"
1524 },
1525 {
1526 "name": "Aleksander Machniak",
1527 "email": "alec@php.net",
1528 "role": "Lead"
1529 }
1530 ],
1531 "description": "Mail_Mime provides classes to create MIME messages",
1532 "homepage": "http://pear.php.net/package/Mail_Mime",
1533 "time": "2020-06-27T08:35:27+00:00"
1534 },
1535 {
1536 "name": "pear/net_smtp",
1537 "version": "1.9.0",
1538 "source": {
1539 "type": "git",
1540 "url": "https://github.com/pear/Net_SMTP.git",
1541 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
1542 },
1543 "dist": {
1544 "type": "zip",
1545 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1546 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1547 "shasum": ""
1548 },
1549 "require": {
1550 "pear/net_socket": "@stable",
1551 "pear/pear-core-minimal": "@stable",
1552 "php": ">=5.4.0"
1553 },
1554 "require-dev": {
1555 "phpunit/phpunit": "*"
1556 },
1557 "suggest": {
1558 "pear/auth_sasl": "Install optionally via your project's composer.json"
1559 },
1560 "type": "library",
1561 "extra": {
1562 "patches_applied": {
1563 "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"
1564 }
1565 },
1566 "autoload": {
1567 "psr-0": {
1568 "Net": "./"
1569 }
1570 },
1571 "notification-url": "https://packagist.org/downloads/",
1572 "include-path": [
1573 "./"
1574 ],
1575 "license": [
1576 "BSD-2-Clause"
1577 ],
1578 "authors": [
1579 {
1580 "name": "Jon Parise",
1581 "email": "jon@php.net",
1582 "homepage": "https://www.indelible.org",
1583 "role": "Lead"
1584 },
1585 {
1586 "name": "Chuck Hagenbuch",
1587 "email": "chuck@horde.org",
1588 "role": "Lead"
1589 }
1590 ],
1591 "description": "An implementation of the SMTP protocol",
1592 "homepage": "https://pear.github.io/Net_SMTP/",
1593 "keywords": [
1594 "email",
1595 "mail",
1596 "smtp"
1597 ],
1598 "time": "2019-11-30T23:40:31+00:00"
1599 },
1600 {
1601 "name": "pear/net_socket",
1602 "version": "1.0.14",
1603 "source": {
1604 "type": "git",
1605 "url": "https://github.com/pear/Net_Socket.git",
1606 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
1607 },
1608 "dist": {
1609 "type": "zip",
1610 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
1611 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
1612 "shasum": ""
1613 },
1614 "require": {
1615 "pear/pear_exception": "*"
1616 },
1617 "require-dev": {
1618 "phpunit/phpunit": "*"
1619 },
1620 "type": "library",
1621 "autoload": {
1622 "psr-0": {
1623 "Net": "./"
1624 }
1625 },
1626 "notification-url": "https://packagist.org/downloads/",
1627 "include-path": [
1628 "./"
1629 ],
1630 "license": [
1631 "PHP License"
1632 ],
1633 "authors": [
1634 {
1635 "name": "Chuck Hagenbuch",
1636 "email": "chuck@horde.org",
1637 "role": "Lead"
1638 },
1639 {
1640 "name": "Aleksander Machniak",
1641 "email": "alec@php.net",
1642 "role": "Lead"
1643 },
1644 {
1645 "name": "Stig Bakken",
1646 "email": "stig@php.net",
1647 "role": "Lead"
1648 }
1649 ],
1650 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1651 "time": "2014-02-20T19:27:06+00:00"
1652 },
1653 {
1654 "name": "pear/pear-core-minimal",
1655 "version": "v1.10.7",
1656 "source": {
1657 "type": "git",
1658 "url": "https://github.com/pear/pear-core-minimal.git",
1659 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
1660 },
1661 "dist": {
1662 "type": "zip",
1663 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
1664 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
1665 "shasum": ""
1666 },
1667 "require": {
1668 "pear/console_getopt": "~1.4",
1669 "pear/pear_exception": "~1.0"
1670 },
1671 "replace": {
1672 "rsky/pear-core-min": "self.version"
1673 },
1674 "type": "library",
1675 "autoload": {
1676 "psr-0": {
1677 "": "src/"
1678 }
1679 },
1680 "notification-url": "https://packagist.org/downloads/",
1681 "include-path": [
1682 "src/"
1683 ],
1684 "license": [
1685 "BSD-3-Clause"
1686 ],
1687 "authors": [
1688 {
1689 "name": "Christian Weiske",
1690 "email": "cweiske@php.net",
1691 "role": "Lead"
1692 }
1693 ],
1694 "description": "Minimal set of PEAR core files to be used as composer dependency",
1695 "time": "2018-12-05T20:03:52+00:00"
1696 },
1697 {
1698 "name": "pear/pear_exception",
1699 "version": "v1.0.1",
1700 "source": {
1701 "type": "git",
1702 "url": "https://github.com/pear/PEAR_Exception.git",
1703 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
1704 },
1705 "dist": {
1706 "type": "zip",
1707 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1708 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1709 "shasum": ""
1710 },
1711 "require": {
1712 "php": ">=4.4.0"
1713 },
1714 "require-dev": {
1715 "phpunit/phpunit": "*"
1716 },
1717 "type": "class",
1718 "extra": {
1719 "branch-alias": {
1720 "dev-master": "1.0.x-dev"
1721 }
1722 },
1723 "autoload": {
1724 "classmap": [
1725 "PEAR/"
1726 ]
1727 },
1728 "notification-url": "https://packagist.org/downloads/",
1729 "include-path": [
1730 "."
1731 ],
1732 "license": [
1733 "BSD-2-Clause"
1734 ],
1735 "authors": [
1736 {
1737 "name": "Helgi Thormar",
1738 "email": "dufuz@php.net"
1739 },
1740 {
1741 "name": "Greg Beaver",
1742 "email": "cellog@php.net"
1743 }
1744 ],
1745 "description": "The PEAR Exception base class.",
1746 "homepage": "https://github.com/pear/PEAR_Exception",
1747 "keywords": [
1748 "exception"
1749 ],
1750 "time": "2019-12-10T10:24:42+00:00"
1751 },
1752 {
1753 "name": "pear/validate_finance_creditcard",
1754 "version": "dev-master",
1755 "source": {
1756 "type": "git",
1757 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
1758 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
1759 },
1760 "dist": {
1761 "type": "zip",
1762 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1763 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
1764 "shasum": ""
1765 },
1766 "require": {
1767 "pear/pear_exception": "*",
1768 "php": ">=5.2.1"
1769 },
1770 "require-dev": {
1771 "phpunit/phpunit": "*"
1772 },
1773 "type": "library",
1774 "autoload": {
1775 "psr-0": {
1776 "Validate": "./"
1777 }
1778 },
1779 "notification-url": "https://packagist.org/downloads/",
1780 "include-path": [
1781 "./"
1782 ],
1783 "license": [
1784 "New BSD"
1785 ],
1786 "authors": [
1787 {
1788 "name": "Philippe Jausions",
1789 "email": "Philippe.Jausions@11abacus.com",
1790 "role": "Lead"
1791 }
1792 ],
1793 "description": "Validation class for credit cards.",
1794 "time": "2016-09-12T08:01:21+00:00"
1795 },
1796 {
1797 "name": "phenx/php-font-lib",
1798 "version": "0.5.2",
1799 "source": {
1800 "type": "git",
1801 "url": "https://github.com/PhenX/php-font-lib.git",
1802 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
1803 },
1804 "dist": {
1805 "type": "zip",
1806 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
1807 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
1808 "shasum": ""
1809 },
1810 "require-dev": {
1811 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
1812 },
1813 "type": "library",
1814 "autoload": {
1815 "psr-4": {
1816 "FontLib\\": "src/FontLib"
1817 }
1818 },
1819 "notification-url": "https://packagist.org/downloads/",
1820 "license": [
1821 "LGPL-3.0"
1822 ],
1823 "authors": [
1824 {
1825 "name": "Fabien Ménager",
1826 "email": "fabien.menager@gmail.com"
1827 }
1828 ],
1829 "description": "A library to read, parse, export and make subsets of different types of font files.",
1830 "homepage": "https://github.com/PhenX/php-font-lib",
1831 "time": "2020-03-08T15:31:32+00:00"
1832 },
1833 {
1834 "name": "phenx/php-svg-lib",
1835 "version": "v0.3.3",
1836 "source": {
1837 "type": "git",
1838 "url": "https://github.com/PhenX/php-svg-lib.git",
1839 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
1840 },
1841 "dist": {
1842 "type": "zip",
1843 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1844 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1845 "shasum": ""
1846 },
1847 "require": {
1848 "sabberworm/php-css-parser": "^8.3"
1849 },
1850 "require-dev": {
1851 "phpunit/phpunit": "^5.5|^6.5"
1852 },
1853 "type": "library",
1854 "autoload": {
1855 "psr-4": {
1856 "Svg\\": "src/Svg"
1857 }
1858 },
1859 "notification-url": "https://packagist.org/downloads/",
1860 "license": [
1861 "LGPL-3.0"
1862 ],
1863 "authors": [
1864 {
1865 "name": "Fabien Ménager",
1866 "email": "fabien.menager@gmail.com"
1867 }
1868 ],
1869 "description": "A library to read, parse and export to PDF SVG files.",
1870 "homepage": "https://github.com/PhenX/php-svg-lib",
1871 "time": "2019-09-11T20:02:13+00:00"
1872 },
1873 {
1874 "name": "phpoffice/common",
1875 "version": "0.2.9",
1876 "source": {
1877 "type": "git",
1878 "url": "https://github.com/PHPOffice/Common.git",
1879 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
1880 },
1881 "dist": {
1882 "type": "zip",
1883 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1884 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1885 "shasum": ""
1886 },
1887 "require": {
1888 "pclzip/pclzip": "^2.8",
1889 "php": ">=5.3.0"
1890 },
1891 "require-dev": {
1892 "phpdocumentor/phpdocumentor": "2.*",
1893 "phploc/phploc": "2.*",
1894 "phpmd/phpmd": "2.*",
1895 "phpunit/phpunit": "^4.8.36 || ^7.0",
1896 "sebastian/phpcpd": "2.*",
1897 "squizlabs/php_codesniffer": "2.*"
1898 },
1899 "type": "library",
1900 "extra": {
1901 "patches_applied": {
1902 "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"
1903 }
1904 },
1905 "autoload": {
1906 "psr-4": {
1907 "PhpOffice\\Common\\": "src/Common/"
1908 }
1909 },
1910 "notification-url": "https://packagist.org/downloads/",
1911 "license": [
1912 "LGPL"
1913 ],
1914 "authors": [
1915 {
1916 "name": "Mark Baker"
1917 },
1918 {
1919 "name": "Franck Lefevre",
1920 "homepage": "http://rootslabs.net"
1921 }
1922 ],
1923 "description": "PHPOffice Common",
1924 "homepage": "http://phpoffice.github.io",
1925 "keywords": [
1926 "common",
1927 "component",
1928 "office",
1929 "php"
1930 ],
1931 "time": "2018-07-13T14:12:34+00:00"
1932 },
1933 {
1934 "name": "phpoffice/phpword",
1935 "version": "0.15.0",
1936 "source": {
1937 "type": "git",
1938 "url": "https://github.com/PHPOffice/PHPWord.git",
1939 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
1940 },
1941 "dist": {
1942 "type": "zip",
1943 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1944 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1945 "shasum": ""
1946 },
1947 "require": {
1948 "ext-xml": "*",
1949 "php": "^5.3.3 || ^7.0",
1950 "phpoffice/common": "^0.2.9",
1951 "zendframework/zend-escaper": "^2.2"
1952 },
1953 "require-dev": {
1954 "dompdf/dompdf": "0.8.*",
1955 "ext-gd": "*",
1956 "ext-zip": "*",
1957 "friendsofphp/php-cs-fixer": "^2.2",
1958 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
1959 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
1960 "phploc/phploc": "2.* || 3.* || 4.*",
1961 "phpmd/phpmd": "2.*",
1962 "phpunit/phpunit": "^4.8.36 || ^7.0",
1963 "squizlabs/php_codesniffer": "^2.9",
1964 "tecnickcom/tcpdf": "6.*"
1965 },
1966 "suggest": {
1967 "dompdf/dompdf": "Allows writing PDF",
1968 "ext-gd2": "Allows adding images",
1969 "ext-xmlwriter": "Allows writing OOXML and ODF",
1970 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
1971 "ext-zip": "Allows writing OOXML and ODF"
1972 },
1973 "type": "library",
1974 "extra": {
1975 "branch-alias": {
1976 "dev-develop": "0.16-dev"
1977 },
1978 "patches_applied": {
1979 "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"
1980 }
1981 },
1982 "autoload": {
1983 "psr-4": {
1984 "PhpOffice\\PhpWord\\": "src/PhpWord"
1985 }
1986 },
1987 "notification-url": "https://packagist.org/downloads/",
1988 "license": [
1989 "LGPL-3.0"
1990 ],
1991 "authors": [
1992 {
1993 "name": "Mark Baker"
1994 },
1995 {
1996 "name": "Gabriel Bull",
1997 "email": "me@gabrielbull.com",
1998 "homepage": "http://gabrielbull.com/"
1999 },
2000 {
2001 "name": "Ivan Lanin",
2002 "homepage": "http://ivan.lanin.org"
2003 },
2004 {
2005 "name": "Roman Syroeshko",
2006 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
2007 },
2008 {
2009 "name": "Franck Lefevre",
2010 "homepage": "https://rootslabs.net/blog/"
2011 },
2012 {
2013 "name": "Antoine de Troostembergh"
2014 }
2015 ],
2016 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
2017 "homepage": "http://phpoffice.github.io",
2018 "keywords": [
2019 "ISO IEC 29500",
2020 "OOXML",
2021 "Office Open XML",
2022 "OpenDocument",
2023 "OpenXML",
2024 "PhpOffice",
2025 "PhpWord",
2026 "Rich Text Format",
2027 "WordprocessingML",
2028 "doc",
2029 "docx",
2030 "html",
2031 "odf",
2032 "odt",
2033 "office",
2034 "pdf",
2035 "php",
2036 "reader",
2037 "rtf",
2038 "template",
2039 "template processor",
2040 "word",
2041 "writer"
2042 ],
2043 "time": "2018-07-14T16:59:43+00:00"
2044 },
2045 {
2046 "name": "phpseclib/phpseclib",
2047 "version": "1.0.7",
2048 "source": {
2049 "type": "git",
2050 "url": "https://github.com/phpseclib/phpseclib.git",
2051 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
2052 },
2053 "dist": {
2054 "type": "zip",
2055 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
2056 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
2057 "shasum": ""
2058 },
2059 "require": {
2060 "php": ">=5.0.0"
2061 },
2062 "require-dev": {
2063 "phing/phing": "~2.7",
2064 "phpunit/phpunit": "~4.0",
2065 "sami/sami": "~2.0",
2066 "squizlabs/php_codesniffer": "~2.0"
2067 },
2068 "suggest": {
2069 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2070 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
2071 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
2072 },
2073 "type": "library",
2074 "autoload": {
2075 "psr-0": {
2076 "Crypt": "phpseclib/",
2077 "File": "phpseclib/",
2078 "Math": "phpseclib/",
2079 "Net": "phpseclib/",
2080 "System": "phpseclib/"
2081 },
2082 "files": [
2083 "phpseclib/bootstrap.php",
2084 "phpseclib/Crypt/Random.php"
2085 ]
2086 },
2087 "notification-url": "https://packagist.org/downloads/",
2088 "include-path": [
2089 "phpseclib/"
2090 ],
2091 "license": [
2092 "MIT"
2093 ],
2094 "authors": [
2095 {
2096 "name": "Jim Wigginton",
2097 "email": "terrafrost@php.net",
2098 "role": "Lead Developer"
2099 },
2100 {
2101 "name": "Patrick Monnerat",
2102 "email": "pm@datasphere.ch",
2103 "role": "Developer"
2104 },
2105 {
2106 "name": "Andreas Fischer",
2107 "email": "bantu@phpbb.com",
2108 "role": "Developer"
2109 },
2110 {
2111 "name": "Hans-Jürgen Petrich",
2112 "email": "petrich@tronic-media.com",
2113 "role": "Developer"
2114 },
2115 {
2116 "name": "Graham Campbell",
2117 "email": "graham@alt-three.com",
2118 "role": "Developer"
2119 }
2120 ],
2121 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2122 "homepage": "http://phpseclib.sourceforge.net",
2123 "keywords": [
2124 "BigInteger",
2125 "aes",
2126 "asn.1",
2127 "asn1",
2128 "blowfish",
2129 "crypto",
2130 "cryptography",
2131 "encryption",
2132 "rsa",
2133 "security",
2134 "sftp",
2135 "signature",
2136 "signing",
2137 "ssh",
2138 "twofish",
2139 "x.509",
2140 "x509"
2141 ],
2142 "time": "2017-06-05T06:30:30+00:00"
2143 },
2144 {
2145 "name": "psr/cache",
2146 "version": "1.0.1",
2147 "source": {
2148 "type": "git",
2149 "url": "https://github.com/php-fig/cache.git",
2150 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2151 },
2152 "dist": {
2153 "type": "zip",
2154 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2155 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2156 "shasum": ""
2157 },
2158 "require": {
2159 "php": ">=5.3.0"
2160 },
2161 "type": "library",
2162 "extra": {
2163 "branch-alias": {
2164 "dev-master": "1.0.x-dev"
2165 }
2166 },
2167 "autoload": {
2168 "psr-4": {
2169 "Psr\\Cache\\": "src/"
2170 }
2171 },
2172 "notification-url": "https://packagist.org/downloads/",
2173 "license": [
2174 "MIT"
2175 ],
2176 "authors": [
2177 {
2178 "name": "PHP-FIG",
2179 "homepage": "http://www.php-fig.org/"
2180 }
2181 ],
2182 "description": "Common interface for caching libraries",
2183 "keywords": [
2184 "cache",
2185 "psr",
2186 "psr-6"
2187 ],
2188 "time": "2016-08-06T20:24:11+00:00"
2189 },
2190 {
2191 "name": "psr/container",
2192 "version": "1.0.0",
2193 "source": {
2194 "type": "git",
2195 "url": "https://github.com/php-fig/container.git",
2196 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2197 },
2198 "dist": {
2199 "type": "zip",
2200 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2201 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2202 "shasum": ""
2203 },
2204 "require": {
2205 "php": ">=5.3.0"
2206 },
2207 "type": "library",
2208 "extra": {
2209 "branch-alias": {
2210 "dev-master": "1.0.x-dev"
2211 }
2212 },
2213 "autoload": {
2214 "psr-4": {
2215 "Psr\\Container\\": "src/"
2216 }
2217 },
2218 "notification-url": "https://packagist.org/downloads/",
2219 "license": [
2220 "MIT"
2221 ],
2222 "authors": [
2223 {
2224 "name": "PHP-FIG",
2225 "homepage": "http://www.php-fig.org/"
2226 }
2227 ],
2228 "description": "Common Container Interface (PHP FIG PSR-11)",
2229 "homepage": "https://github.com/php-fig/container",
2230 "keywords": [
2231 "PSR-11",
2232 "container",
2233 "container-interface",
2234 "container-interop",
2235 "psr"
2236 ],
2237 "time": "2017-02-14T16:28:37+00:00"
2238 },
2239 {
2240 "name": "psr/http-message",
2241 "version": "1.0.1",
2242 "source": {
2243 "type": "git",
2244 "url": "https://github.com/php-fig/http-message.git",
2245 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2246 },
2247 "dist": {
2248 "type": "zip",
2249 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2250 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2251 "shasum": ""
2252 },
2253 "require": {
2254 "php": ">=5.3.0"
2255 },
2256 "type": "library",
2257 "extra": {
2258 "branch-alias": {
2259 "dev-master": "1.0.x-dev"
2260 }
2261 },
2262 "autoload": {
2263 "psr-4": {
2264 "Psr\\Http\\Message\\": "src/"
2265 }
2266 },
2267 "notification-url": "https://packagist.org/downloads/",
2268 "license": [
2269 "MIT"
2270 ],
2271 "authors": [
2272 {
2273 "name": "PHP-FIG",
2274 "homepage": "http://www.php-fig.org/"
2275 }
2276 ],
2277 "description": "Common interface for HTTP messages",
2278 "homepage": "https://github.com/php-fig/http-message",
2279 "keywords": [
2280 "http",
2281 "http-message",
2282 "psr",
2283 "psr-7",
2284 "request",
2285 "response"
2286 ],
2287 "time": "2016-08-06T14:39:51+00:00"
2288 },
2289 {
2290 "name": "psr/log",
2291 "version": "1.1.3",
2292 "source": {
2293 "type": "git",
2294 "url": "https://github.com/php-fig/log.git",
2295 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2296 },
2297 "dist": {
2298 "type": "zip",
2299 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2300 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2301 "shasum": ""
2302 },
2303 "require": {
2304 "php": ">=5.3.0"
2305 },
2306 "type": "library",
2307 "extra": {
2308 "branch-alias": {
2309 "dev-master": "1.1.x-dev"
2310 }
2311 },
2312 "autoload": {
2313 "psr-4": {
2314 "Psr\\Log\\": "Psr/Log/"
2315 }
2316 },
2317 "notification-url": "https://packagist.org/downloads/",
2318 "license": [
2319 "MIT"
2320 ],
2321 "authors": [
2322 {
2323 "name": "PHP-FIG",
2324 "homepage": "http://www.php-fig.org/"
2325 }
2326 ],
2327 "description": "Common interface for logging libraries",
2328 "homepage": "https://github.com/php-fig/log",
2329 "keywords": [
2330 "log",
2331 "psr",
2332 "psr-3"
2333 ],
2334 "time": "2020-03-23T09:12:05+00:00"
2335 },
2336 {
2337 "name": "psr/simple-cache",
2338 "version": "1.0.1",
2339 "source": {
2340 "type": "git",
2341 "url": "https://github.com/php-fig/simple-cache.git",
2342 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2343 },
2344 "dist": {
2345 "type": "zip",
2346 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2347 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2348 "shasum": ""
2349 },
2350 "require": {
2351 "php": ">=5.3.0"
2352 },
2353 "type": "library",
2354 "extra": {
2355 "branch-alias": {
2356 "dev-master": "1.0.x-dev"
2357 }
2358 },
2359 "autoload": {
2360 "psr-4": {
2361 "Psr\\SimpleCache\\": "src/"
2362 }
2363 },
2364 "notification-url": "https://packagist.org/downloads/",
2365 "license": [
2366 "MIT"
2367 ],
2368 "authors": [
2369 {
2370 "name": "PHP-FIG",
2371 "homepage": "http://www.php-fig.org/"
2372 }
2373 ],
2374 "description": "Common interfaces for simple caching",
2375 "keywords": [
2376 "cache",
2377 "caching",
2378 "psr",
2379 "psr-16",
2380 "simple-cache"
2381 ],
2382 "time": "2017-10-23T01:57:42+00:00"
2383 },
2384 {
2385 "name": "ralouphie/getallheaders",
2386 "version": "3.0.3",
2387 "source": {
2388 "type": "git",
2389 "url": "https://github.com/ralouphie/getallheaders.git",
2390 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2391 },
2392 "dist": {
2393 "type": "zip",
2394 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2395 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2396 "shasum": ""
2397 },
2398 "require": {
2399 "php": ">=5.6"
2400 },
2401 "require-dev": {
2402 "php-coveralls/php-coveralls": "^2.1",
2403 "phpunit/phpunit": "^5 || ^6.5"
2404 },
2405 "type": "library",
2406 "autoload": {
2407 "files": [
2408 "src/getallheaders.php"
2409 ]
2410 },
2411 "notification-url": "https://packagist.org/downloads/",
2412 "license": [
2413 "MIT"
2414 ],
2415 "authors": [
2416 {
2417 "name": "Ralph Khattar",
2418 "email": "ralph.khattar@gmail.com"
2419 }
2420 ],
2421 "description": "A polyfill for getallheaders.",
2422 "time": "2019-03-08T08:55:37+00:00"
2423 },
2424 {
2425 "name": "sabberworm/php-css-parser",
2426 "version": "8.3.1",
2427 "source": {
2428 "type": "git",
2429 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2430 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
2431 },
2432 "dist": {
2433 "type": "zip",
2434 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
2435 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
2436 "shasum": ""
2437 },
2438 "require": {
2439 "php": ">=5.3.2"
2440 },
2441 "require-dev": {
2442 "codacy/coverage": "^1.4",
2443 "phpunit/phpunit": "~4.8"
2444 },
2445 "type": "library",
2446 "autoload": {
2447 "psr-0": {
2448 "Sabberworm\\CSS": "lib/"
2449 }
2450 },
2451 "notification-url": "https://packagist.org/downloads/",
2452 "license": [
2453 "MIT"
2454 ],
2455 "authors": [
2456 {
2457 "name": "Raphael Schweikert"
2458 }
2459 ],
2460 "description": "Parser for CSS Files written in PHP",
2461 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2462 "keywords": [
2463 "css",
2464 "parser",
2465 "stylesheet"
2466 ],
2467 "time": "2020-06-01T09:10:00+00:00"
2468 },
2469 {
2470 "name": "scssphp/scssphp",
2471 "version": "1.2.1",
2472 "source": {
2473 "type": "git",
2474 "url": "https://github.com/scssphp/scssphp.git",
2475 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1"
2476 },
2477 "dist": {
2478 "type": "zip",
2479 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2480 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2481 "shasum": ""
2482 },
2483 "require": {
2484 "ext-ctype": "*",
2485 "ext-json": "*",
2486 "php": ">=5.6.0"
2487 },
2488 "require-dev": {
2489 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
2490 "sass/sass-spec": "2020.08.10",
2491 "squizlabs/php_codesniffer": "~3.5",
2492 "twbs/bootstrap": "~4.3",
2493 "zurb/foundation": "~6.5"
2494 },
2495 "bin": [
2496 "bin/pscss"
2497 ],
2498 "type": "library",
2499 "autoload": {
2500 "psr-4": {
2501 "ScssPhp\\ScssPhp\\": "src/"
2502 }
2503 },
2504 "notification-url": "https://packagist.org/downloads/",
2505 "license": [
2506 "MIT"
2507 ],
2508 "authors": [
2509 {
2510 "name": "Anthon Pang",
2511 "email": "apang@softwaredevelopment.ca",
2512 "homepage": "https://github.com/robocoder"
2513 },
2514 {
2515 "name": "Cédric Morin",
2516 "email": "cedric@yterium.com",
2517 "homepage": "https://github.com/Cerdic"
2518 }
2519 ],
2520 "description": "scssphp is a compiler for SCSS written in PHP.",
2521 "homepage": "http://scssphp.github.io/scssphp/",
2522 "keywords": [
2523 "css",
2524 "less",
2525 "sass",
2526 "scss",
2527 "stylesheet"
2528 ],
2529 "time": "2020-09-07T21:15:42+00:00"
2530 },
2531 {
2532 "name": "symfony/config",
2533 "version": "v3.4.40",
2534 "source": {
2535 "type": "git",
2536 "url": "https://github.com/symfony/config.git",
2537 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
2538 },
2539 "dist": {
2540 "type": "zip",
2541 "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
2542 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
2543 "shasum": ""
2544 },
2545 "require": {
2546 "php": "^5.5.9|>=7.0.8",
2547 "symfony/filesystem": "~2.8|~3.0|~4.0",
2548 "symfony/polyfill-ctype": "~1.8"
2549 },
2550 "conflict": {
2551 "symfony/dependency-injection": "<3.3",
2552 "symfony/finder": "<3.3"
2553 },
2554 "require-dev": {
2555 "symfony/dependency-injection": "~3.3|~4.0",
2556 "symfony/event-dispatcher": "~3.3|~4.0",
2557 "symfony/finder": "~3.3|~4.0",
2558 "symfony/yaml": "~3.0|~4.0"
2559 },
2560 "suggest": {
2561 "symfony/yaml": "To use the yaml reference dumper"
2562 },
2563 "type": "library",
2564 "extra": {
2565 "branch-alias": {
2566 "dev-master": "3.4-dev"
2567 }
2568 },
2569 "autoload": {
2570 "psr-4": {
2571 "Symfony\\Component\\Config\\": ""
2572 },
2573 "exclude-from-classmap": [
2574 "/Tests/"
2575 ]
2576 },
2577 "notification-url": "https://packagist.org/downloads/",
2578 "license": [
2579 "MIT"
2580 ],
2581 "authors": [
2582 {
2583 "name": "Fabien Potencier",
2584 "email": "fabien@symfony.com"
2585 },
2586 {
2587 "name": "Symfony Community",
2588 "homepage": "https://symfony.com/contributors"
2589 }
2590 ],
2591 "description": "Symfony Config Component",
2592 "homepage": "https://symfony.com",
2593 "time": "2020-04-12T14:33:46+00:00"
2594 },
2595 {
2596 "name": "symfony/dependency-injection",
2597 "version": "v3.4.40",
2598 "source": {
2599 "type": "git",
2600 "url": "https://github.com/symfony/dependency-injection.git",
2601 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
2602 },
2603 "dist": {
2604 "type": "zip",
2605 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
2606 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
2607 "shasum": ""
2608 },
2609 "require": {
2610 "php": "^5.5.9|>=7.0.8",
2611 "psr/container": "^1.0"
2612 },
2613 "conflict": {
2614 "symfony/config": "<3.3.7",
2615 "symfony/finder": "<3.3",
2616 "symfony/proxy-manager-bridge": "<3.4",
2617 "symfony/yaml": "<3.4"
2618 },
2619 "provide": {
2620 "psr/container-implementation": "1.0"
2621 },
2622 "require-dev": {
2623 "symfony/config": "~3.3|~4.0",
2624 "symfony/expression-language": "~2.8|~3.0|~4.0",
2625 "symfony/yaml": "~3.4|~4.0"
2626 },
2627 "suggest": {
2628 "symfony/config": "",
2629 "symfony/expression-language": "For using expressions in service container configuration",
2630 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2631 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2632 "symfony/yaml": ""
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\\DependencyInjection\\": ""
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 DependencyInjection Component",
2663 "homepage": "https://symfony.com",
2664 "time": "2020-04-13T09:33:40+00:00"
2665 },
2666 {
2667 "name": "symfony/event-dispatcher",
2668 "version": "v3.4.40",
2669 "source": {
2670 "type": "git",
2671 "url": "https://github.com/symfony/event-dispatcher.git",
2672 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
2673 },
2674 "dist": {
2675 "type": "zip",
2676 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2677 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2678 "shasum": ""
2679 },
2680 "require": {
2681 "php": "^5.5.9|>=7.0.8"
2682 },
2683 "conflict": {
2684 "symfony/dependency-injection": "<3.3"
2685 },
2686 "require-dev": {
2687 "psr/log": "~1.0",
2688 "symfony/config": "~2.8|~3.0|~4.0",
2689 "symfony/dependency-injection": "~3.3|~4.0",
2690 "symfony/expression-language": "~2.8|~3.0|~4.0",
2691 "symfony/stopwatch": "~2.8|~3.0|~4.0"
2692 },
2693 "suggest": {
2694 "symfony/dependency-injection": "",
2695 "symfony/http-kernel": ""
2696 },
2697 "type": "library",
2698 "extra": {
2699 "branch-alias": {
2700 "dev-master": "3.4-dev"
2701 }
2702 },
2703 "autoload": {
2704 "psr-4": {
2705 "Symfony\\Component\\EventDispatcher\\": ""
2706 },
2707 "exclude-from-classmap": [
2708 "/Tests/"
2709 ]
2710 },
2711 "notification-url": "https://packagist.org/downloads/",
2712 "license": [
2713 "MIT"
2714 ],
2715 "authors": [
2716 {
2717 "name": "Fabien Potencier",
2718 "email": "fabien@symfony.com"
2719 },
2720 {
2721 "name": "Symfony Community",
2722 "homepage": "https://symfony.com/contributors"
2723 }
2724 ],
2725 "description": "Symfony EventDispatcher Component",
2726 "homepage": "https://symfony.com",
2727 "time": "2020-03-15T09:38:08+00:00"
2728 },
2729 {
2730 "name": "symfony/filesystem",
2731 "version": "v3.4.40",
2732 "source": {
2733 "type": "git",
2734 "url": "https://github.com/symfony/filesystem.git",
2735 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
2736 },
2737 "dist": {
2738 "type": "zip",
2739 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2740 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2741 "shasum": ""
2742 },
2743 "require": {
2744 "php": "^5.5.9|>=7.0.8",
2745 "symfony/polyfill-ctype": "~1.8"
2746 },
2747 "type": "library",
2748 "extra": {
2749 "branch-alias": {
2750 "dev-master": "3.4-dev"
2751 }
2752 },
2753 "autoload": {
2754 "psr-4": {
2755 "Symfony\\Component\\Filesystem\\": ""
2756 },
2757 "exclude-from-classmap": [
2758 "/Tests/"
2759 ]
2760 },
2761 "notification-url": "https://packagist.org/downloads/",
2762 "license": [
2763 "MIT"
2764 ],
2765 "authors": [
2766 {
2767 "name": "Fabien Potencier",
2768 "email": "fabien@symfony.com"
2769 },
2770 {
2771 "name": "Symfony Community",
2772 "homepage": "https://symfony.com/contributors"
2773 }
2774 ],
2775 "description": "Symfony Filesystem Component",
2776 "homepage": "https://symfony.com",
2777 "time": "2020-04-12T16:54:01+00:00"
2778 },
2779 {
2780 "name": "symfony/finder",
2781 "version": "v3.4.40",
2782 "source": {
2783 "type": "git",
2784 "url": "https://github.com/symfony/finder.git",
2785 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
2786 },
2787 "dist": {
2788 "type": "zip",
2789 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2790 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
2791 "shasum": ""
2792 },
2793 "require": {
2794 "php": "^5.5.9|>=7.0.8"
2795 },
2796 "type": "library",
2797 "extra": {
2798 "branch-alias": {
2799 "dev-master": "3.4-dev"
2800 }
2801 },
2802 "autoload": {
2803 "psr-4": {
2804 "Symfony\\Component\\Finder\\": ""
2805 },
2806 "exclude-from-classmap": [
2807 "/Tests/"
2808 ]
2809 },
2810 "notification-url": "https://packagist.org/downloads/",
2811 "license": [
2812 "MIT"
2813 ],
2814 "authors": [
2815 {
2816 "name": "Fabien Potencier",
2817 "email": "fabien@symfony.com"
2818 },
2819 {
2820 "name": "Symfony Community",
2821 "homepage": "https://symfony.com/contributors"
2822 }
2823 ],
2824 "description": "Symfony Finder Component",
2825 "homepage": "https://symfony.com",
2826 "time": "2020-02-14T07:34:21+00:00"
2827 },
2828 {
2829 "name": "symfony/polyfill-ctype",
2830 "version": "v1.17.0",
2831 "source": {
2832 "type": "git",
2833 "url": "https://github.com/symfony/polyfill-ctype.git",
2834 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
2835 },
2836 "dist": {
2837 "type": "zip",
2838 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2839 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2840 "shasum": ""
2841 },
2842 "require": {
2843 "php": ">=5.3.3"
2844 },
2845 "suggest": {
2846 "ext-ctype": "For best performance"
2847 },
2848 "type": "library",
2849 "extra": {
2850 "branch-alias": {
2851 "dev-master": "1.17-dev"
2852 }
2853 },
2854 "autoload": {
2855 "psr-4": {
2856 "Symfony\\Polyfill\\Ctype\\": ""
2857 },
2858 "files": [
2859 "bootstrap.php"
2860 ]
2861 },
2862 "notification-url": "https://packagist.org/downloads/",
2863 "license": [
2864 "MIT"
2865 ],
2866 "authors": [
2867 {
2868 "name": "Gert de Pagter",
2869 "email": "BackEndTea@gmail.com"
2870 },
2871 {
2872 "name": "Symfony Community",
2873 "homepage": "https://symfony.com/contributors"
2874 }
2875 ],
2876 "description": "Symfony polyfill for ctype functions",
2877 "homepage": "https://symfony.com",
2878 "keywords": [
2879 "compatibility",
2880 "ctype",
2881 "polyfill",
2882 "portable"
2883 ],
2884 "time": "2020-05-12T16:14:59+00:00"
2885 },
2886 {
2887 "name": "symfony/polyfill-iconv",
2888 "version": "v1.17.0",
2889 "source": {
2890 "type": "git",
2891 "url": "https://github.com/symfony/polyfill-iconv.git",
2892 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
2893 },
2894 "dist": {
2895 "type": "zip",
2896 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
2897 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
2898 "shasum": ""
2899 },
2900 "require": {
2901 "php": ">=5.3.3"
2902 },
2903 "suggest": {
2904 "ext-iconv": "For best performance"
2905 },
2906 "type": "library",
2907 "extra": {
2908 "branch-alias": {
2909 "dev-master": "1.17-dev"
2910 }
2911 },
2912 "autoload": {
2913 "psr-4": {
2914 "Symfony\\Polyfill\\Iconv\\": ""
2915 },
2916 "files": [
2917 "bootstrap.php"
2918 ]
2919 },
2920 "notification-url": "https://packagist.org/downloads/",
2921 "license": [
2922 "MIT"
2923 ],
2924 "authors": [
2925 {
2926 "name": "Nicolas Grekas",
2927 "email": "p@tchwork.com"
2928 },
2929 {
2930 "name": "Symfony Community",
2931 "homepage": "https://symfony.com/contributors"
2932 }
2933 ],
2934 "description": "Symfony polyfill for the Iconv extension",
2935 "homepage": "https://symfony.com",
2936 "keywords": [
2937 "compatibility",
2938 "iconv",
2939 "polyfill",
2940 "portable",
2941 "shim"
2942 ],
2943 "time": "2020-05-12T16:47:27+00:00"
2944 },
2945 {
2946 "name": "symfony/polyfill-intl-idn",
2947 "version": "v1.17.0",
2948 "source": {
2949 "type": "git",
2950 "url": "https://github.com/symfony/polyfill-intl-idn.git",
2951 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
2952 },
2953 "dist": {
2954 "type": "zip",
2955 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2956 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2957 "shasum": ""
2958 },
2959 "require": {
2960 "php": ">=5.3.3",
2961 "symfony/polyfill-mbstring": "^1.3",
2962 "symfony/polyfill-php72": "^1.10"
2963 },
2964 "suggest": {
2965 "ext-intl": "For best performance"
2966 },
2967 "type": "library",
2968 "extra": {
2969 "branch-alias": {
2970 "dev-master": "1.17-dev"
2971 }
2972 },
2973 "autoload": {
2974 "psr-4": {
2975 "Symfony\\Polyfill\\Intl\\Idn\\": ""
2976 },
2977 "files": [
2978 "bootstrap.php"
2979 ]
2980 },
2981 "notification-url": "https://packagist.org/downloads/",
2982 "license": [
2983 "MIT"
2984 ],
2985 "authors": [
2986 {
2987 "name": "Laurent Bassin",
2988 "email": "laurent@bassin.info"
2989 },
2990 {
2991 "name": "Symfony Community",
2992 "homepage": "https://symfony.com/contributors"
2993 }
2994 ],
2995 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2996 "homepage": "https://symfony.com",
2997 "keywords": [
2998 "compatibility",
2999 "idn",
3000 "intl",
3001 "polyfill",
3002 "portable",
3003 "shim"
3004 ],
3005 "time": "2020-05-12T16:47:27+00:00"
3006 },
3007 {
3008 "name": "symfony/polyfill-mbstring",
3009 "version": "v1.17.0",
3010 "source": {
3011 "type": "git",
3012 "url": "https://github.com/symfony/polyfill-mbstring.git",
3013 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
3014 },
3015 "dist": {
3016 "type": "zip",
3017 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
3018 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
3019 "shasum": ""
3020 },
3021 "require": {
3022 "php": ">=5.3.3"
3023 },
3024 "suggest": {
3025 "ext-mbstring": "For best performance"
3026 },
3027 "type": "library",
3028 "extra": {
3029 "branch-alias": {
3030 "dev-master": "1.17-dev"
3031 }
3032 },
3033 "autoload": {
3034 "psr-4": {
3035 "Symfony\\Polyfill\\Mbstring\\": ""
3036 },
3037 "files": [
3038 "bootstrap.php"
3039 ]
3040 },
3041 "notification-url": "https://packagist.org/downloads/",
3042 "license": [
3043 "MIT"
3044 ],
3045 "authors": [
3046 {
3047 "name": "Nicolas Grekas",
3048 "email": "p@tchwork.com"
3049 },
3050 {
3051 "name": "Symfony Community",
3052 "homepage": "https://symfony.com/contributors"
3053 }
3054 ],
3055 "description": "Symfony polyfill for the Mbstring extension",
3056 "homepage": "https://symfony.com",
3057 "keywords": [
3058 "compatibility",
3059 "mbstring",
3060 "polyfill",
3061 "portable",
3062 "shim"
3063 ],
3064 "funding": [
3065 {
3066 "url": "https://symfony.com/sponsor",
3067 "type": "custom"
3068 },
3069 {
3070 "url": "https://github.com/fabpot",
3071 "type": "github"
3072 },
3073 {
3074 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3075 "type": "tidelift"
3076 }
3077 ],
3078 "time": "2020-05-12T16:47:27+00:00"
3079 },
3080 {
3081 "name": "symfony/polyfill-php72",
3082 "version": "v1.17.0",
3083 "source": {
3084 "type": "git",
3085 "url": "https://github.com/symfony/polyfill-php72.git",
3086 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3087 },
3088 "dist": {
3089 "type": "zip",
3090 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3091 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3092 "shasum": ""
3093 },
3094 "require": {
3095 "php": ">=5.3.3"
3096 },
3097 "type": "library",
3098 "extra": {
3099 "branch-alias": {
3100 "dev-master": "1.17-dev"
3101 }
3102 },
3103 "autoload": {
3104 "psr-4": {
3105 "Symfony\\Polyfill\\Php72\\": ""
3106 },
3107 "files": [
3108 "bootstrap.php"
3109 ]
3110 },
3111 "notification-url": "https://packagist.org/downloads/",
3112 "license": [
3113 "MIT"
3114 ],
3115 "authors": [
3116 {
3117 "name": "Nicolas Grekas",
3118 "email": "p@tchwork.com"
3119 },
3120 {
3121 "name": "Symfony Community",
3122 "homepage": "https://symfony.com/contributors"
3123 }
3124 ],
3125 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3126 "homepage": "https://symfony.com",
3127 "keywords": [
3128 "compatibility",
3129 "polyfill",
3130 "portable",
3131 "shim"
3132 ],
3133 "time": "2020-05-12T16:47:27+00:00"
3134 },
3135 {
3136 "name": "symfony/process",
3137 "version": "v3.4.40",
3138 "source": {
3139 "type": "git",
3140 "url": "https://github.com/symfony/process.git",
3141 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
3142 },
3143 "dist": {
3144 "type": "zip",
3145 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
3146 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
3147 "shasum": ""
3148 },
3149 "require": {
3150 "php": "^5.5.9|>=7.0.8"
3151 },
3152 "type": "library",
3153 "extra": {
3154 "branch-alias": {
3155 "dev-master": "3.4-dev"
3156 }
3157 },
3158 "autoload": {
3159 "psr-4": {
3160 "Symfony\\Component\\Process\\": ""
3161 },
3162 "exclude-from-classmap": [
3163 "/Tests/"
3164 ]
3165 },
3166 "notification-url": "https://packagist.org/downloads/",
3167 "license": [
3168 "MIT"
3169 ],
3170 "authors": [
3171 {
3172 "name": "Fabien Potencier",
3173 "email": "fabien@symfony.com"
3174 },
3175 {
3176 "name": "Symfony Community",
3177 "homepage": "https://symfony.com/contributors"
3178 }
3179 ],
3180 "description": "Symfony Process Component",
3181 "homepage": "https://symfony.com",
3182 "time": "2020-04-12T14:33:46+00:00"
3183 },
3184 {
3185 "name": "symfony/var-dumper",
3186 "version": "v3.4.44",
3187 "source": {
3188 "type": "git",
3189 "url": "https://github.com/symfony/var-dumper.git",
3190 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484"
3191 },
3192 "dist": {
3193 "type": "zip",
3194 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3e31b82077039b1ea3b5a203ec1e3016606f4484",
3195 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484",
3196 "shasum": ""
3197 },
3198 "require": {
3199 "php": "^5.5.9|>=7.0.8",
3200 "symfony/polyfill-mbstring": "~1.0"
3201 },
3202 "conflict": {
3203 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3204 },
3205 "require-dev": {
3206 "ext-iconv": "*",
3207 "twig/twig": "~1.34|~2.4"
3208 },
3209 "suggest": {
3210 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3211 "ext-intl": "To show region name in time zone dump",
3212 "ext-symfony_debug": ""
3213 },
3214 "type": "library",
3215 "extra": {
3216 "branch-alias": {
3217 "dev-master": "3.4-dev"
3218 }
3219 },
3220 "autoload": {
3221 "files": [
3222 "Resources/functions/dump.php"
3223 ],
3224 "psr-4": {
3225 "Symfony\\Component\\VarDumper\\": ""
3226 },
3227 "exclude-from-classmap": [
3228 "/Tests/"
3229 ]
3230 },
3231 "notification-url": "https://packagist.org/downloads/",
3232 "license": [
3233 "MIT"
3234 ],
3235 "authors": [
3236 {
3237 "name": "Nicolas Grekas",
3238 "email": "p@tchwork.com"
3239 },
3240 {
3241 "name": "Symfony Community",
3242 "homepage": "https://symfony.com/contributors"
3243 }
3244 ],
3245 "description": "Symfony mechanism for exploring and dumping PHP variables",
3246 "homepage": "https://symfony.com",
3247 "keywords": [
3248 "debug",
3249 "dump"
3250 ],
3251 "funding": [
3252 {
3253 "url": "https://symfony.com/sponsor",
3254 "type": "custom"
3255 },
3256 {
3257 "url": "https://github.com/fabpot",
3258 "type": "github"
3259 },
3260 {
3261 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3262 "type": "tidelift"
3263 }
3264 ],
3265 "time": "2020-08-17T07:27:37+00:00"
3266 },
3267 {
3268 "name": "tecnickcom/tcpdf",
3269 "version": "6.3.5",
3270 "source": {
3271 "type": "git",
3272 "url": "https://github.com/tecnickcom/TCPDF.git",
3273 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
3274 },
3275 "dist": {
3276 "type": "zip",
3277 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3278 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3279 "shasum": ""
3280 },
3281 "require": {
3282 "php": ">=5.3.0"
3283 },
3284 "type": "library",
3285 "autoload": {
3286 "classmap": [
3287 "config",
3288 "include",
3289 "tcpdf.php",
3290 "tcpdf_parser.php",
3291 "tcpdf_import.php",
3292 "tcpdf_barcodes_1d.php",
3293 "tcpdf_barcodes_2d.php",
3294 "include/tcpdf_colors.php",
3295 "include/tcpdf_filters.php",
3296 "include/tcpdf_font_data.php",
3297 "include/tcpdf_fonts.php",
3298 "include/tcpdf_images.php",
3299 "include/tcpdf_static.php",
3300 "include/barcodes/datamatrix.php",
3301 "include/barcodes/pdf417.php",
3302 "include/barcodes/qrcode.php"
3303 ]
3304 },
3305 "notification-url": "https://packagist.org/downloads/",
3306 "license": [
3307 "LGPL-3.0-only"
3308 ],
3309 "authors": [
3310 {
3311 "name": "Nicola Asuni",
3312 "email": "info@tecnick.com",
3313 "role": "lead"
3314 }
3315 ],
3316 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3317 "homepage": "http://www.tcpdf.org/",
3318 "keywords": [
3319 "PDFD32000-2008",
3320 "TCPDF",
3321 "barcodes",
3322 "datamatrix",
3323 "pdf",
3324 "pdf417",
3325 "qrcode"
3326 ],
3327 "time": "2020-02-14T14:20:12+00:00"
3328 },
3329 {
3330 "name": "togos/gitignore",
3331 "version": "1.1.1",
3332 "source": {
3333 "type": "git",
3334 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
3335 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
3336 },
3337 "dist": {
3338 "type": "zip",
3339 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3340 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3341 "shasum": ""
3342 },
3343 "require": {
3344 "php": ">=5.2"
3345 },
3346 "require-dev": {
3347 "togos/simpler-test": "1.1.1"
3348 },
3349 "type": "library",
3350 "autoload": {
3351 "psr-0": {
3352 "TOGoS_GitIgnore_": "src/main/php/"
3353 }
3354 },
3355 "notification-url": "https://packagist.org/downloads/",
3356 "license": [
3357 "MIT"
3358 ],
3359 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
3360 "time": "2019-04-19T19:16:58+00:00"
3361 },
3362 {
3363 "name": "totten/ca-config",
3364 "version": "v17.05.0",
3365 "source": {
3366 "type": "git",
3367 "url": "https://github.com/totten/ca_config.git",
3368 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
3369 },
3370 "dist": {
3371 "type": "zip",
3372 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
3373 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
3374 "shasum": ""
3375 },
3376 "require": {
3377 "php": ">=5.2"
3378 },
3379 "type": "library",
3380 "autoload": {
3381 "psr-0": {
3382 "CA_Config": "src/"
3383 }
3384 },
3385 "notification-url": "https://packagist.org/downloads/",
3386 "license": [
3387 "BSD-2-Clause"
3388 ],
3389 "authors": [
3390 {
3391 "name": "Tim Otten",
3392 "email": "to-git@think.hm"
3393 }
3394 ],
3395 "description": "Default configuration for certificate authorities",
3396 "homepage": "https://github.com/totten/ca_config",
3397 "time": "2017-05-10T20:08:17+00:00"
3398 },
3399 {
3400 "name": "totten/lurkerlite",
3401 "version": "1.3.0",
3402 "source": {
3403 "type": "git",
3404 "url": "https://github.com/totten/Lurker.git",
3405 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
3406 },
3407 "dist": {
3408 "type": "zip",
3409 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
3410 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
3411 "shasum": ""
3412 },
3413 "require": {
3414 "php": ">=5.3.3"
3415 },
3416 "replace": {
3417 "henrikbjorn/lurker": "*"
3418 },
3419 "suggest": {
3420 "ext-inotify": ">=0.1.6"
3421 },
3422 "type": "library",
3423 "extra": {
3424 "branch-alias": {
3425 "dev-master": "1.3.x-dev"
3426 }
3427 },
3428 "autoload": {
3429 "psr-0": {
3430 "Lurker": "src"
3431 }
3432 },
3433 "notification-url": "https://packagist.org/downloads/",
3434 "license": [
3435 "MIT"
3436 ],
3437 "authors": [
3438 {
3439 "name": "Konstantin Kudryashov",
3440 "email": "ever.zet@gmail.com"
3441 },
3442 {
3443 "name": "Yaroslav Kiliba",
3444 "email": "om.dattaya@gmail.com"
3445 },
3446 {
3447 "name": "Henrik Bjrnskov",
3448 "email": "henrik@bjrnskov.dk"
3449 }
3450 ],
3451 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
3452 "keywords": [
3453 "filesystem",
3454 "resource",
3455 "watching"
3456 ],
3457 "time": "2020-09-01T10:01:01+00:00"
3458 },
3459 {
3460 "name": "tplaner/when",
3461 "version": "3.0.0+php53",
3462 "dist": {
3463 "type": "zip",
3464 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
3465 },
3466 "require": {
3467 "php": ">=5.3.0"
3468 },
3469 "require-dev": {
3470 "phpunit/phpunit": "~4.0"
3471 },
3472 "type": "library",
3473 "autoload": {
3474 "psr-4": {
3475 "When\\": "src/"
3476 }
3477 },
3478 "license": [
3479 "MIT"
3480 ],
3481 "authors": [
3482 {
3483 "name": "Tom Planer",
3484 "email": "tplaner@gmail.com"
3485 }
3486 ],
3487 "description": "Date/Calendar recursion library.",
3488 "homepage": "https://github.com/tplaner/When",
3489 "keywords": [
3490 "DateTime",
3491 "date",
3492 "recurrence",
3493 "time"
3494 ]
3495 },
3496 {
3497 "name": "tubalmartin/cssmin",
3498 "version": "v4.1.1",
3499 "source": {
3500 "type": "git",
3501 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
3502 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
3503 },
3504 "dist": {
3505 "type": "zip",
3506 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3507 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3508 "shasum": ""
3509 },
3510 "require": {
3511 "ext-pcre": "*",
3512 "php": ">=5.3.2"
3513 },
3514 "require-dev": {
3515 "cogpowered/finediff": "0.3.*",
3516 "phpunit/phpunit": "4.8.*"
3517 },
3518 "bin": [
3519 "cssmin"
3520 ],
3521 "type": "library",
3522 "autoload": {
3523 "psr-4": {
3524 "tubalmartin\\CssMin\\": "src"
3525 }
3526 },
3527 "notification-url": "https://packagist.org/downloads/",
3528 "license": [
3529 "BSD-3-Clause"
3530 ],
3531 "authors": [
3532 {
3533 "name": "Túbal Martín",
3534 "homepage": "http://tubalmartin.me/"
3535 }
3536 ],
3537 "description": "A PHP port of the YUI CSS compressor",
3538 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
3539 "keywords": [
3540 "compress",
3541 "compressor",
3542 "css",
3543 "cssmin",
3544 "minify",
3545 "yui"
3546 ],
3547 "time": "2018-01-15T15:26:51+00:00"
3548 },
3549 {
3550 "name": "typo3/phar-stream-wrapper",
3551 "version": "v3.1.4",
3552 "source": {
3553 "type": "git",
3554 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
3555 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
3556 },
3557 "dist": {
3558 "type": "zip",
3559 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3560 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3561 "shasum": ""
3562 },
3563 "require": {
3564 "ext-json": "*",
3565 "php": "^7.0"
3566 },
3567 "require-dev": {
3568 "ext-xdebug": "*",
3569 "phpunit/phpunit": "^6.5"
3570 },
3571 "suggest": {
3572 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
3573 },
3574 "type": "library",
3575 "extra": {
3576 "branch-alias": {
3577 "dev-master": "v3.x-dev"
3578 }
3579 },
3580 "autoload": {
3581 "psr-4": {
3582 "TYPO3\\PharStreamWrapper\\": "src/"
3583 }
3584 },
3585 "notification-url": "https://packagist.org/downloads/",
3586 "license": [
3587 "MIT"
3588 ],
3589 "description": "Interceptors for PHP's native phar:// stream handling",
3590 "homepage": "https://typo3.org/",
3591 "keywords": [
3592 "phar",
3593 "php",
3594 "security",
3595 "stream-wrapper"
3596 ],
3597 "time": "2019-12-10T11:53:27+00:00"
3598 },
3599 {
3600 "name": "xkerman/restricted-unserialize",
3601 "version": "1.1.12",
3602 "source": {
3603 "type": "git",
3604 "url": "https://github.com/xKerman/restricted-unserialize.git",
3605 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
3606 },
3607 "dist": {
3608 "type": "zip",
3609 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
3610 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
3611 "shasum": ""
3612 },
3613 "require": {
3614 "php": ">=5.2"
3615 },
3616 "require-dev": {
3617 "nikic/php-parser": "^1.4|^3.0|^4.2",
3618 "phpmd/phpmd": "^2.6",
3619 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
3620 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
3621 "squizlabs/php_codesniffer": "^2.9|^3.4"
3622 },
3623 "type": "library",
3624 "autoload": {
3625 "files": [
3626 "src/function.php"
3627 ],
3628 "psr-4": {
3629 "xKerman\\Restricted\\": "src"
3630 }
3631 },
3632 "notification-url": "https://packagist.org/downloads/",
3633 "license": [
3634 "MIT"
3635 ],
3636 "authors": [
3637 {
3638 "name": "xKerman",
3639 "email": "xKhorasan@gmail.com"
3640 }
3641 ],
3642 "description": "provide PHP Object Injection safe unserialize function",
3643 "keywords": [
3644 "PHP Object Injection",
3645 "deserialize",
3646 "unserialize"
3647 ],
3648 "time": "2019-08-11T00:04:39+00:00"
3649 },
3650 {
3651 "name": "zendframework/zend-escaper",
3652 "version": "2.4.13",
3653 "source": {
3654 "type": "git",
3655 "url": "https://github.com/zendframework/zend-escaper.git",
3656 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
3657 },
3658 "dist": {
3659 "type": "zip",
3660 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
3661 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
3662 "shasum": ""
3663 },
3664 "require": {
3665 "php": ">=5.3.23"
3666 },
3667 "require-dev": {
3668 "fabpot/php-cs-fixer": "1.7.*",
3669 "phpunit/phpunit": "~4.0",
3670 "satooshi/php-coveralls": "dev-master"
3671 },
3672 "type": "library",
3673 "extra": {
3674 "branch-alias": {
3675 "dev-master": "2.4-dev",
3676 "dev-develop": "2.5-dev"
3677 }
3678 },
3679 "autoload": {
3680 "psr-4": {
3681 "Zend\\Escaper\\": "src/"
3682 }
3683 },
3684 "notification-url": "https://packagist.org/downloads/",
3685 "license": [
3686 "BSD-3-Clause"
3687 ],
3688 "homepage": "https://github.com/zendframework/zend-escaper",
3689 "keywords": [
3690 "escaper",
3691 "zf2"
3692 ],
3693 "abandoned": "laminas/laminas-escaper",
3694 "time": "2015-05-07T14:55:31+00:00"
3695 },
3696 {
3697 "name": "zetacomponents/base",
3698 "version": "1.9.1",
3699 "source": {
3700 "type": "git",
3701 "url": "https://github.com/zetacomponents/Base.git",
3702 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
3703 },
3704 "dist": {
3705 "type": "zip",
3706 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
3707 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
3708 "shasum": ""
3709 },
3710 "require-dev": {
3711 "phpunit/phpunit": "~5.7",
3712 "zetacomponents/unit-test": "*"
3713 },
3714 "type": "library",
3715 "autoload": {
3716 "classmap": [
3717 "src"
3718 ]
3719 },
3720 "notification-url": "https://packagist.org/downloads/",
3721 "license": [
3722 "Apache-2.0"
3723 ],
3724 "authors": [
3725 {
3726 "name": "Sergey Alexeev"
3727 },
3728 {
3729 "name": "Sebastian Bergmann"
3730 },
3731 {
3732 "name": "Jan Borsodi"
3733 },
3734 {
3735 "name": "Raymond Bosman"
3736 },
3737 {
3738 "name": "Frederik Holljen"
3739 },
3740 {
3741 "name": "Kore Nordmann"
3742 },
3743 {
3744 "name": "Derick Rethans"
3745 },
3746 {
3747 "name": "Vadym Savchuk"
3748 },
3749 {
3750 "name": "Tobias Schlitt"
3751 },
3752 {
3753 "name": "Alexandru Stanoi"
3754 }
3755 ],
3756 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
3757 "homepage": "https://github.com/zetacomponents",
3758 "time": "2017-11-28T11:30:00+00:00"
3759 },
3760 {
3761 "name": "zetacomponents/mail",
3762 "version": "1.9.2",
3763 "source": {
3764 "type": "git",
3765 "url": "https://github.com/zetacomponents/Mail.git",
3766 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
3767 },
3768 "dist": {
3769 "type": "zip",
3770 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
3771 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
3772 "shasum": ""
3773 },
3774 "require": {
3775 "zetacomponents/base": "~1.8"
3776 },
3777 "require-dev": {
3778 "phpunit/phpunit": "~7.5",
3779 "zetacomponents/unit-test": "*"
3780 },
3781 "type": "library",
3782 "extra": {
3783 "patches_applied": {
3784 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
3785 }
3786 },
3787 "autoload": {
3788 "classmap": [
3789 "src"
3790 ]
3791 },
3792 "notification-url": "https://packagist.org/downloads/",
3793 "license": [
3794 "Apache-2.0"
3795 ],
3796 "authors": [
3797 {
3798 "name": "Sergey Alexeev"
3799 },
3800 {
3801 "name": "Sebastian Bergmann"
3802 },
3803 {
3804 "name": "Jan Borsodi"
3805 },
3806 {
3807 "name": "Raymond Bosman"
3808 },
3809 {
3810 "name": "Frederik Holljen"
3811 },
3812 {
3813 "name": "Kore Nordmann"
3814 },
3815 {
3816 "name": "Derick Rethans"
3817 },
3818 {
3819 "name": "Vadym Savchuk"
3820 },
3821 {
3822 "name": "Tobias Schlitt"
3823 },
3824 {
3825 "name": "Alexandru Stanoi"
3826 },
3827 {
3828 "name": "Sinisa Dukaric"
3829 },
3830 {
3831 "name": "Mikko Koppanen"
3832 },
3833 {
3834 "name": "Christian Michel"
3835 }
3836 ],
3837 "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.",
3838 "homepage": "https://github.com/zetacomponents",
3839 "time": "2020-06-13T12:38:26+00:00"
3840 }
3841 ],
3842 "packages-dev": [],
3843 "aliases": [],
3844 "minimum-stability": "stable",
3845 "stability-flags": {
3846 "pear/validate_finance_creditcard": 20
3847 },
3848 "prefer-stable": false,
3849 "prefer-lowest": false,
3850 "platform": {
3851 "php": "~7.1",
3852 "ext-intl": "*"
3853 },
3854 "platform-dev": [],
3855 "platform-overrides": {
3856 "php": "7.1"
3857 },
3858 "plugin-api-version": "1.1.0"
3859 }