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