Merge pull request #19228 from eileenmcnaughton/inv_assign
[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": "3877832b2ea8b061992a614b7a73a456",
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.20.12.01",
262 "source": {
263 "type": "git",
264 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
265 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f"
266 },
267 "dist": {
268 "type": "zip",
269 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/b097258a642dc3e0dd9c264cb75b72d5274cac2f",
270 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f",
271 "shasum": ""
272 },
273 "require": {
274 "phpseclib/phpseclib": "~2.0",
275 "psr/log": "~1.1"
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-12-16T02:35:45+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": "2.0.29",
2044 "source": {
2045 "type": "git",
2046 "url": "https://github.com/phpseclib/phpseclib.git",
2047 "reference": "497856a8d997f640b4a516062f84228a772a48a8"
2048 },
2049 "dist": {
2050 "type": "zip",
2051 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8",
2052 "reference": "497856a8d997f640b4a516062f84228a772a48a8",
2053 "shasum": ""
2054 },
2055 "require": {
2056 "php": ">=5.3.3"
2057 },
2058 "require-dev": {
2059 "phing/phing": "~2.7",
2060 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
2061 "squizlabs/php_codesniffer": "~2.0"
2062 },
2063 "suggest": {
2064 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2065 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2066 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2067 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2068 },
2069 "type": "library",
2070 "autoload": {
2071 "files": [
2072 "phpseclib/bootstrap.php"
2073 ],
2074 "psr-4": {
2075 "phpseclib\\": "phpseclib/"
2076 }
2077 },
2078 "notification-url": "https://packagist.org/downloads/",
2079 "license": [
2080 "MIT"
2081 ],
2082 "authors": [
2083 {
2084 "name": "Jim Wigginton",
2085 "email": "terrafrost@php.net",
2086 "role": "Lead Developer"
2087 },
2088 {
2089 "name": "Patrick Monnerat",
2090 "email": "pm@datasphere.ch",
2091 "role": "Developer"
2092 },
2093 {
2094 "name": "Andreas Fischer",
2095 "email": "bantu@phpbb.com",
2096 "role": "Developer"
2097 },
2098 {
2099 "name": "Hans-Jürgen Petrich",
2100 "email": "petrich@tronic-media.com",
2101 "role": "Developer"
2102 },
2103 {
2104 "name": "Graham Campbell",
2105 "email": "graham@alt-three.com",
2106 "role": "Developer"
2107 }
2108 ],
2109 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2110 "homepage": "http://phpseclib.sourceforge.net",
2111 "keywords": [
2112 "BigInteger",
2113 "aes",
2114 "asn.1",
2115 "asn1",
2116 "blowfish",
2117 "crypto",
2118 "cryptography",
2119 "encryption",
2120 "rsa",
2121 "security",
2122 "sftp",
2123 "signature",
2124 "signing",
2125 "ssh",
2126 "twofish",
2127 "x.509",
2128 "x509"
2129 ],
2130 "funding": [
2131 {
2132 "url": "https://github.com/terrafrost",
2133 "type": "github"
2134 },
2135 {
2136 "url": "https://www.patreon.com/phpseclib",
2137 "type": "patreon"
2138 },
2139 {
2140 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2141 "type": "tidelift"
2142 }
2143 ],
2144 "time": "2020-09-08T04:24:43+00:00"
2145 },
2146 {
2147 "name": "psr/cache",
2148 "version": "1.0.1",
2149 "source": {
2150 "type": "git",
2151 "url": "https://github.com/php-fig/cache.git",
2152 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2153 },
2154 "dist": {
2155 "type": "zip",
2156 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2157 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2158 "shasum": ""
2159 },
2160 "require": {
2161 "php": ">=5.3.0"
2162 },
2163 "type": "library",
2164 "extra": {
2165 "branch-alias": {
2166 "dev-master": "1.0.x-dev"
2167 }
2168 },
2169 "autoload": {
2170 "psr-4": {
2171 "Psr\\Cache\\": "src/"
2172 }
2173 },
2174 "notification-url": "https://packagist.org/downloads/",
2175 "license": [
2176 "MIT"
2177 ],
2178 "authors": [
2179 {
2180 "name": "PHP-FIG",
2181 "homepage": "http://www.php-fig.org/"
2182 }
2183 ],
2184 "description": "Common interface for caching libraries",
2185 "keywords": [
2186 "cache",
2187 "psr",
2188 "psr-6"
2189 ],
2190 "time": "2016-08-06T20:24:11+00:00"
2191 },
2192 {
2193 "name": "psr/container",
2194 "version": "1.0.0",
2195 "source": {
2196 "type": "git",
2197 "url": "https://github.com/php-fig/container.git",
2198 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2199 },
2200 "dist": {
2201 "type": "zip",
2202 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2203 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2204 "shasum": ""
2205 },
2206 "require": {
2207 "php": ">=5.3.0"
2208 },
2209 "type": "library",
2210 "extra": {
2211 "branch-alias": {
2212 "dev-master": "1.0.x-dev"
2213 }
2214 },
2215 "autoload": {
2216 "psr-4": {
2217 "Psr\\Container\\": "src/"
2218 }
2219 },
2220 "notification-url": "https://packagist.org/downloads/",
2221 "license": [
2222 "MIT"
2223 ],
2224 "authors": [
2225 {
2226 "name": "PHP-FIG",
2227 "homepage": "http://www.php-fig.org/"
2228 }
2229 ],
2230 "description": "Common Container Interface (PHP FIG PSR-11)",
2231 "homepage": "https://github.com/php-fig/container",
2232 "keywords": [
2233 "PSR-11",
2234 "container",
2235 "container-interface",
2236 "container-interop",
2237 "psr"
2238 ],
2239 "time": "2017-02-14T16:28:37+00:00"
2240 },
2241 {
2242 "name": "psr/http-message",
2243 "version": "1.0.1",
2244 "source": {
2245 "type": "git",
2246 "url": "https://github.com/php-fig/http-message.git",
2247 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2248 },
2249 "dist": {
2250 "type": "zip",
2251 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2252 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2253 "shasum": ""
2254 },
2255 "require": {
2256 "php": ">=5.3.0"
2257 },
2258 "type": "library",
2259 "extra": {
2260 "branch-alias": {
2261 "dev-master": "1.0.x-dev"
2262 }
2263 },
2264 "autoload": {
2265 "psr-4": {
2266 "Psr\\Http\\Message\\": "src/"
2267 }
2268 },
2269 "notification-url": "https://packagist.org/downloads/",
2270 "license": [
2271 "MIT"
2272 ],
2273 "authors": [
2274 {
2275 "name": "PHP-FIG",
2276 "homepage": "http://www.php-fig.org/"
2277 }
2278 ],
2279 "description": "Common interface for HTTP messages",
2280 "homepage": "https://github.com/php-fig/http-message",
2281 "keywords": [
2282 "http",
2283 "http-message",
2284 "psr",
2285 "psr-7",
2286 "request",
2287 "response"
2288 ],
2289 "time": "2016-08-06T14:39:51+00:00"
2290 },
2291 {
2292 "name": "psr/log",
2293 "version": "1.1.3",
2294 "source": {
2295 "type": "git",
2296 "url": "https://github.com/php-fig/log.git",
2297 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2298 },
2299 "dist": {
2300 "type": "zip",
2301 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2302 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2303 "shasum": ""
2304 },
2305 "require": {
2306 "php": ">=5.3.0"
2307 },
2308 "type": "library",
2309 "extra": {
2310 "branch-alias": {
2311 "dev-master": "1.1.x-dev"
2312 }
2313 },
2314 "autoload": {
2315 "psr-4": {
2316 "Psr\\Log\\": "Psr/Log/"
2317 }
2318 },
2319 "notification-url": "https://packagist.org/downloads/",
2320 "license": [
2321 "MIT"
2322 ],
2323 "authors": [
2324 {
2325 "name": "PHP-FIG",
2326 "homepage": "http://www.php-fig.org/"
2327 }
2328 ],
2329 "description": "Common interface for logging libraries",
2330 "homepage": "https://github.com/php-fig/log",
2331 "keywords": [
2332 "log",
2333 "psr",
2334 "psr-3"
2335 ],
2336 "time": "2020-03-23T09:12:05+00:00"
2337 },
2338 {
2339 "name": "psr/simple-cache",
2340 "version": "1.0.1",
2341 "source": {
2342 "type": "git",
2343 "url": "https://github.com/php-fig/simple-cache.git",
2344 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2345 },
2346 "dist": {
2347 "type": "zip",
2348 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2349 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2350 "shasum": ""
2351 },
2352 "require": {
2353 "php": ">=5.3.0"
2354 },
2355 "type": "library",
2356 "extra": {
2357 "branch-alias": {
2358 "dev-master": "1.0.x-dev"
2359 }
2360 },
2361 "autoload": {
2362 "psr-4": {
2363 "Psr\\SimpleCache\\": "src/"
2364 }
2365 },
2366 "notification-url": "https://packagist.org/downloads/",
2367 "license": [
2368 "MIT"
2369 ],
2370 "authors": [
2371 {
2372 "name": "PHP-FIG",
2373 "homepage": "http://www.php-fig.org/"
2374 }
2375 ],
2376 "description": "Common interfaces for simple caching",
2377 "keywords": [
2378 "cache",
2379 "caching",
2380 "psr",
2381 "psr-16",
2382 "simple-cache"
2383 ],
2384 "time": "2017-10-23T01:57:42+00:00"
2385 },
2386 {
2387 "name": "ralouphie/getallheaders",
2388 "version": "3.0.3",
2389 "source": {
2390 "type": "git",
2391 "url": "https://github.com/ralouphie/getallheaders.git",
2392 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2393 },
2394 "dist": {
2395 "type": "zip",
2396 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2397 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2398 "shasum": ""
2399 },
2400 "require": {
2401 "php": ">=5.6"
2402 },
2403 "require-dev": {
2404 "php-coveralls/php-coveralls": "^2.1",
2405 "phpunit/phpunit": "^5 || ^6.5"
2406 },
2407 "type": "library",
2408 "autoload": {
2409 "files": [
2410 "src/getallheaders.php"
2411 ]
2412 },
2413 "notification-url": "https://packagist.org/downloads/",
2414 "license": [
2415 "MIT"
2416 ],
2417 "authors": [
2418 {
2419 "name": "Ralph Khattar",
2420 "email": "ralph.khattar@gmail.com"
2421 }
2422 ],
2423 "description": "A polyfill for getallheaders.",
2424 "time": "2019-03-08T08:55:37+00:00"
2425 },
2426 {
2427 "name": "sabberworm/php-css-parser",
2428 "version": "8.3.1",
2429 "source": {
2430 "type": "git",
2431 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2432 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
2433 },
2434 "dist": {
2435 "type": "zip",
2436 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
2437 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
2438 "shasum": ""
2439 },
2440 "require": {
2441 "php": ">=5.3.2"
2442 },
2443 "require-dev": {
2444 "codacy/coverage": "^1.4",
2445 "phpunit/phpunit": "~4.8"
2446 },
2447 "type": "library",
2448 "autoload": {
2449 "psr-0": {
2450 "Sabberworm\\CSS": "lib/"
2451 }
2452 },
2453 "notification-url": "https://packagist.org/downloads/",
2454 "license": [
2455 "MIT"
2456 ],
2457 "authors": [
2458 {
2459 "name": "Raphael Schweikert"
2460 }
2461 ],
2462 "description": "Parser for CSS Files written in PHP",
2463 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2464 "keywords": [
2465 "css",
2466 "parser",
2467 "stylesheet"
2468 ],
2469 "time": "2020-06-01T09:10:00+00:00"
2470 },
2471 {
2472 "name": "scssphp/scssphp",
2473 "version": "1.2.1",
2474 "source": {
2475 "type": "git",
2476 "url": "https://github.com/scssphp/scssphp.git",
2477 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1"
2478 },
2479 "dist": {
2480 "type": "zip",
2481 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2482 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
2483 "shasum": ""
2484 },
2485 "require": {
2486 "ext-ctype": "*",
2487 "ext-json": "*",
2488 "php": ">=5.6.0"
2489 },
2490 "require-dev": {
2491 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
2492 "sass/sass-spec": "2020.08.10",
2493 "squizlabs/php_codesniffer": "~3.5",
2494 "twbs/bootstrap": "~4.3",
2495 "zurb/foundation": "~6.5"
2496 },
2497 "bin": [
2498 "bin/pscss"
2499 ],
2500 "type": "library",
2501 "autoload": {
2502 "psr-4": {
2503 "ScssPhp\\ScssPhp\\": "src/"
2504 }
2505 },
2506 "notification-url": "https://packagist.org/downloads/",
2507 "license": [
2508 "MIT"
2509 ],
2510 "authors": [
2511 {
2512 "name": "Anthon Pang",
2513 "email": "apang@softwaredevelopment.ca",
2514 "homepage": "https://github.com/robocoder"
2515 },
2516 {
2517 "name": "Cédric Morin",
2518 "email": "cedric@yterium.com",
2519 "homepage": "https://github.com/Cerdic"
2520 }
2521 ],
2522 "description": "scssphp is a compiler for SCSS written in PHP.",
2523 "homepage": "http://scssphp.github.io/scssphp/",
2524 "keywords": [
2525 "css",
2526 "less",
2527 "sass",
2528 "scss",
2529 "stylesheet"
2530 ],
2531 "time": "2020-09-07T21:15:42+00:00"
2532 },
2533 {
2534 "name": "symfony/config",
2535 "version": "v3.4.40",
2536 "source": {
2537 "type": "git",
2538 "url": "https://github.com/symfony/config.git",
2539 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
2540 },
2541 "dist": {
2542 "type": "zip",
2543 "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
2544 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
2545 "shasum": ""
2546 },
2547 "require": {
2548 "php": "^5.5.9|>=7.0.8",
2549 "symfony/filesystem": "~2.8|~3.0|~4.0",
2550 "symfony/polyfill-ctype": "~1.8"
2551 },
2552 "conflict": {
2553 "symfony/dependency-injection": "<3.3",
2554 "symfony/finder": "<3.3"
2555 },
2556 "require-dev": {
2557 "symfony/dependency-injection": "~3.3|~4.0",
2558 "symfony/event-dispatcher": "~3.3|~4.0",
2559 "symfony/finder": "~3.3|~4.0",
2560 "symfony/yaml": "~3.0|~4.0"
2561 },
2562 "suggest": {
2563 "symfony/yaml": "To use the yaml reference dumper"
2564 },
2565 "type": "library",
2566 "extra": {
2567 "branch-alias": {
2568 "dev-master": "3.4-dev"
2569 }
2570 },
2571 "autoload": {
2572 "psr-4": {
2573 "Symfony\\Component\\Config\\": ""
2574 },
2575 "exclude-from-classmap": [
2576 "/Tests/"
2577 ]
2578 },
2579 "notification-url": "https://packagist.org/downloads/",
2580 "license": [
2581 "MIT"
2582 ],
2583 "authors": [
2584 {
2585 "name": "Fabien Potencier",
2586 "email": "fabien@symfony.com"
2587 },
2588 {
2589 "name": "Symfony Community",
2590 "homepage": "https://symfony.com/contributors"
2591 }
2592 ],
2593 "description": "Symfony Config Component",
2594 "homepage": "https://symfony.com",
2595 "time": "2020-04-12T14:33:46+00:00"
2596 },
2597 {
2598 "name": "symfony/dependency-injection",
2599 "version": "v3.4.40",
2600 "source": {
2601 "type": "git",
2602 "url": "https://github.com/symfony/dependency-injection.git",
2603 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
2604 },
2605 "dist": {
2606 "type": "zip",
2607 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
2608 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
2609 "shasum": ""
2610 },
2611 "require": {
2612 "php": "^5.5.9|>=7.0.8",
2613 "psr/container": "^1.0"
2614 },
2615 "conflict": {
2616 "symfony/config": "<3.3.7",
2617 "symfony/finder": "<3.3",
2618 "symfony/proxy-manager-bridge": "<3.4",
2619 "symfony/yaml": "<3.4"
2620 },
2621 "provide": {
2622 "psr/container-implementation": "1.0"
2623 },
2624 "require-dev": {
2625 "symfony/config": "~3.3|~4.0",
2626 "symfony/expression-language": "~2.8|~3.0|~4.0",
2627 "symfony/yaml": "~3.4|~4.0"
2628 },
2629 "suggest": {
2630 "symfony/config": "",
2631 "symfony/expression-language": "For using expressions in service container configuration",
2632 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2633 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2634 "symfony/yaml": ""
2635 },
2636 "type": "library",
2637 "extra": {
2638 "branch-alias": {
2639 "dev-master": "3.4-dev"
2640 }
2641 },
2642 "autoload": {
2643 "psr-4": {
2644 "Symfony\\Component\\DependencyInjection\\": ""
2645 },
2646 "exclude-from-classmap": [
2647 "/Tests/"
2648 ]
2649 },
2650 "notification-url": "https://packagist.org/downloads/",
2651 "license": [
2652 "MIT"
2653 ],
2654 "authors": [
2655 {
2656 "name": "Fabien Potencier",
2657 "email": "fabien@symfony.com"
2658 },
2659 {
2660 "name": "Symfony Community",
2661 "homepage": "https://symfony.com/contributors"
2662 }
2663 ],
2664 "description": "Symfony DependencyInjection Component",
2665 "homepage": "https://symfony.com",
2666 "time": "2020-04-13T09:33:40+00:00"
2667 },
2668 {
2669 "name": "symfony/event-dispatcher",
2670 "version": "v3.4.40",
2671 "source": {
2672 "type": "git",
2673 "url": "https://github.com/symfony/event-dispatcher.git",
2674 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
2675 },
2676 "dist": {
2677 "type": "zip",
2678 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2679 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2680 "shasum": ""
2681 },
2682 "require": {
2683 "php": "^5.5.9|>=7.0.8"
2684 },
2685 "conflict": {
2686 "symfony/dependency-injection": "<3.3"
2687 },
2688 "require-dev": {
2689 "psr/log": "~1.0",
2690 "symfony/config": "~2.8|~3.0|~4.0",
2691 "symfony/dependency-injection": "~3.3|~4.0",
2692 "symfony/expression-language": "~2.8|~3.0|~4.0",
2693 "symfony/stopwatch": "~2.8|~3.0|~4.0"
2694 },
2695 "suggest": {
2696 "symfony/dependency-injection": "",
2697 "symfony/http-kernel": ""
2698 },
2699 "type": "library",
2700 "extra": {
2701 "branch-alias": {
2702 "dev-master": "3.4-dev"
2703 }
2704 },
2705 "autoload": {
2706 "psr-4": {
2707 "Symfony\\Component\\EventDispatcher\\": ""
2708 },
2709 "exclude-from-classmap": [
2710 "/Tests/"
2711 ]
2712 },
2713 "notification-url": "https://packagist.org/downloads/",
2714 "license": [
2715 "MIT"
2716 ],
2717 "authors": [
2718 {
2719 "name": "Fabien Potencier",
2720 "email": "fabien@symfony.com"
2721 },
2722 {
2723 "name": "Symfony Community",
2724 "homepage": "https://symfony.com/contributors"
2725 }
2726 ],
2727 "description": "Symfony EventDispatcher Component",
2728 "homepage": "https://symfony.com",
2729 "time": "2020-03-15T09:38:08+00:00"
2730 },
2731 {
2732 "name": "symfony/filesystem",
2733 "version": "v3.4.40",
2734 "source": {
2735 "type": "git",
2736 "url": "https://github.com/symfony/filesystem.git",
2737 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
2738 },
2739 "dist": {
2740 "type": "zip",
2741 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2742 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2743 "shasum": ""
2744 },
2745 "require": {
2746 "php": "^5.5.9|>=7.0.8",
2747 "symfony/polyfill-ctype": "~1.8"
2748 },
2749 "type": "library",
2750 "extra": {
2751 "branch-alias": {
2752 "dev-master": "3.4-dev"
2753 }
2754 },
2755 "autoload": {
2756 "psr-4": {
2757 "Symfony\\Component\\Filesystem\\": ""
2758 },
2759 "exclude-from-classmap": [
2760 "/Tests/"
2761 ]
2762 },
2763 "notification-url": "https://packagist.org/downloads/",
2764 "license": [
2765 "MIT"
2766 ],
2767 "authors": [
2768 {
2769 "name": "Fabien Potencier",
2770 "email": "fabien@symfony.com"
2771 },
2772 {
2773 "name": "Symfony Community",
2774 "homepage": "https://symfony.com/contributors"
2775 }
2776 ],
2777 "description": "Symfony Filesystem Component",
2778 "homepage": "https://symfony.com",
2779 "time": "2020-04-12T16:54:01+00:00"
2780 },
2781 {
2782 "name": "symfony/finder",
2783 "version": "v3.4.40",
2784 "source": {
2785 "type": "git",
2786 "url": "https://github.com/symfony/finder.git",
2787 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
2788 },
2789 "dist": {
2790 "type": "zip",
2791 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2792 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
2793 "shasum": ""
2794 },
2795 "require": {
2796 "php": "^5.5.9|>=7.0.8"
2797 },
2798 "type": "library",
2799 "extra": {
2800 "branch-alias": {
2801 "dev-master": "3.4-dev"
2802 }
2803 },
2804 "autoload": {
2805 "psr-4": {
2806 "Symfony\\Component\\Finder\\": ""
2807 },
2808 "exclude-from-classmap": [
2809 "/Tests/"
2810 ]
2811 },
2812 "notification-url": "https://packagist.org/downloads/",
2813 "license": [
2814 "MIT"
2815 ],
2816 "authors": [
2817 {
2818 "name": "Fabien Potencier",
2819 "email": "fabien@symfony.com"
2820 },
2821 {
2822 "name": "Symfony Community",
2823 "homepage": "https://symfony.com/contributors"
2824 }
2825 ],
2826 "description": "Symfony Finder Component",
2827 "homepage": "https://symfony.com",
2828 "time": "2020-02-14T07:34:21+00:00"
2829 },
2830 {
2831 "name": "symfony/polyfill-ctype",
2832 "version": "v1.17.0",
2833 "source": {
2834 "type": "git",
2835 "url": "https://github.com/symfony/polyfill-ctype.git",
2836 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
2837 },
2838 "dist": {
2839 "type": "zip",
2840 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2841 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2842 "shasum": ""
2843 },
2844 "require": {
2845 "php": ">=5.3.3"
2846 },
2847 "suggest": {
2848 "ext-ctype": "For best performance"
2849 },
2850 "type": "library",
2851 "extra": {
2852 "branch-alias": {
2853 "dev-master": "1.17-dev"
2854 }
2855 },
2856 "autoload": {
2857 "psr-4": {
2858 "Symfony\\Polyfill\\Ctype\\": ""
2859 },
2860 "files": [
2861 "bootstrap.php"
2862 ]
2863 },
2864 "notification-url": "https://packagist.org/downloads/",
2865 "license": [
2866 "MIT"
2867 ],
2868 "authors": [
2869 {
2870 "name": "Gert de Pagter",
2871 "email": "BackEndTea@gmail.com"
2872 },
2873 {
2874 "name": "Symfony Community",
2875 "homepage": "https://symfony.com/contributors"
2876 }
2877 ],
2878 "description": "Symfony polyfill for ctype functions",
2879 "homepage": "https://symfony.com",
2880 "keywords": [
2881 "compatibility",
2882 "ctype",
2883 "polyfill",
2884 "portable"
2885 ],
2886 "time": "2020-05-12T16:14:59+00:00"
2887 },
2888 {
2889 "name": "symfony/polyfill-iconv",
2890 "version": "v1.17.0",
2891 "source": {
2892 "type": "git",
2893 "url": "https://github.com/symfony/polyfill-iconv.git",
2894 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
2895 },
2896 "dist": {
2897 "type": "zip",
2898 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
2899 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
2900 "shasum": ""
2901 },
2902 "require": {
2903 "php": ">=5.3.3"
2904 },
2905 "suggest": {
2906 "ext-iconv": "For best performance"
2907 },
2908 "type": "library",
2909 "extra": {
2910 "branch-alias": {
2911 "dev-master": "1.17-dev"
2912 }
2913 },
2914 "autoload": {
2915 "psr-4": {
2916 "Symfony\\Polyfill\\Iconv\\": ""
2917 },
2918 "files": [
2919 "bootstrap.php"
2920 ]
2921 },
2922 "notification-url": "https://packagist.org/downloads/",
2923 "license": [
2924 "MIT"
2925 ],
2926 "authors": [
2927 {
2928 "name": "Nicolas Grekas",
2929 "email": "p@tchwork.com"
2930 },
2931 {
2932 "name": "Symfony Community",
2933 "homepage": "https://symfony.com/contributors"
2934 }
2935 ],
2936 "description": "Symfony polyfill for the Iconv extension",
2937 "homepage": "https://symfony.com",
2938 "keywords": [
2939 "compatibility",
2940 "iconv",
2941 "polyfill",
2942 "portable",
2943 "shim"
2944 ],
2945 "time": "2020-05-12T16:47:27+00:00"
2946 },
2947 {
2948 "name": "symfony/polyfill-intl-idn",
2949 "version": "v1.17.0",
2950 "source": {
2951 "type": "git",
2952 "url": "https://github.com/symfony/polyfill-intl-idn.git",
2953 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
2954 },
2955 "dist": {
2956 "type": "zip",
2957 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2958 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
2959 "shasum": ""
2960 },
2961 "require": {
2962 "php": ">=5.3.3",
2963 "symfony/polyfill-mbstring": "^1.3",
2964 "symfony/polyfill-php72": "^1.10"
2965 },
2966 "suggest": {
2967 "ext-intl": "For best performance"
2968 },
2969 "type": "library",
2970 "extra": {
2971 "branch-alias": {
2972 "dev-master": "1.17-dev"
2973 }
2974 },
2975 "autoload": {
2976 "psr-4": {
2977 "Symfony\\Polyfill\\Intl\\Idn\\": ""
2978 },
2979 "files": [
2980 "bootstrap.php"
2981 ]
2982 },
2983 "notification-url": "https://packagist.org/downloads/",
2984 "license": [
2985 "MIT"
2986 ],
2987 "authors": [
2988 {
2989 "name": "Laurent Bassin",
2990 "email": "laurent@bassin.info"
2991 },
2992 {
2993 "name": "Symfony Community",
2994 "homepage": "https://symfony.com/contributors"
2995 }
2996 ],
2997 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2998 "homepage": "https://symfony.com",
2999 "keywords": [
3000 "compatibility",
3001 "idn",
3002 "intl",
3003 "polyfill",
3004 "portable",
3005 "shim"
3006 ],
3007 "time": "2020-05-12T16:47:27+00:00"
3008 },
3009 {
3010 "name": "symfony/polyfill-mbstring",
3011 "version": "v1.17.0",
3012 "source": {
3013 "type": "git",
3014 "url": "https://github.com/symfony/polyfill-mbstring.git",
3015 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
3016 },
3017 "dist": {
3018 "type": "zip",
3019 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
3020 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
3021 "shasum": ""
3022 },
3023 "require": {
3024 "php": ">=5.3.3"
3025 },
3026 "suggest": {
3027 "ext-mbstring": "For best performance"
3028 },
3029 "type": "library",
3030 "extra": {
3031 "branch-alias": {
3032 "dev-master": "1.17-dev"
3033 }
3034 },
3035 "autoload": {
3036 "psr-4": {
3037 "Symfony\\Polyfill\\Mbstring\\": ""
3038 },
3039 "files": [
3040 "bootstrap.php"
3041 ]
3042 },
3043 "notification-url": "https://packagist.org/downloads/",
3044 "license": [
3045 "MIT"
3046 ],
3047 "authors": [
3048 {
3049 "name": "Nicolas Grekas",
3050 "email": "p@tchwork.com"
3051 },
3052 {
3053 "name": "Symfony Community",
3054 "homepage": "https://symfony.com/contributors"
3055 }
3056 ],
3057 "description": "Symfony polyfill for the Mbstring extension",
3058 "homepage": "https://symfony.com",
3059 "keywords": [
3060 "compatibility",
3061 "mbstring",
3062 "polyfill",
3063 "portable",
3064 "shim"
3065 ],
3066 "funding": [
3067 {
3068 "url": "https://symfony.com/sponsor",
3069 "type": "custom"
3070 },
3071 {
3072 "url": "https://github.com/fabpot",
3073 "type": "github"
3074 },
3075 {
3076 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3077 "type": "tidelift"
3078 }
3079 ],
3080 "time": "2020-05-12T16:47:27+00:00"
3081 },
3082 {
3083 "name": "symfony/polyfill-php72",
3084 "version": "v1.17.0",
3085 "source": {
3086 "type": "git",
3087 "url": "https://github.com/symfony/polyfill-php72.git",
3088 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3089 },
3090 "dist": {
3091 "type": "zip",
3092 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3093 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3094 "shasum": ""
3095 },
3096 "require": {
3097 "php": ">=5.3.3"
3098 },
3099 "type": "library",
3100 "extra": {
3101 "branch-alias": {
3102 "dev-master": "1.17-dev"
3103 }
3104 },
3105 "autoload": {
3106 "psr-4": {
3107 "Symfony\\Polyfill\\Php72\\": ""
3108 },
3109 "files": [
3110 "bootstrap.php"
3111 ]
3112 },
3113 "notification-url": "https://packagist.org/downloads/",
3114 "license": [
3115 "MIT"
3116 ],
3117 "authors": [
3118 {
3119 "name": "Nicolas Grekas",
3120 "email": "p@tchwork.com"
3121 },
3122 {
3123 "name": "Symfony Community",
3124 "homepage": "https://symfony.com/contributors"
3125 }
3126 ],
3127 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3128 "homepage": "https://symfony.com",
3129 "keywords": [
3130 "compatibility",
3131 "polyfill",
3132 "portable",
3133 "shim"
3134 ],
3135 "time": "2020-05-12T16:47:27+00:00"
3136 },
3137 {
3138 "name": "symfony/process",
3139 "version": "v3.4.40",
3140 "source": {
3141 "type": "git",
3142 "url": "https://github.com/symfony/process.git",
3143 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
3144 },
3145 "dist": {
3146 "type": "zip",
3147 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
3148 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
3149 "shasum": ""
3150 },
3151 "require": {
3152 "php": "^5.5.9|>=7.0.8"
3153 },
3154 "type": "library",
3155 "extra": {
3156 "branch-alias": {
3157 "dev-master": "3.4-dev"
3158 }
3159 },
3160 "autoload": {
3161 "psr-4": {
3162 "Symfony\\Component\\Process\\": ""
3163 },
3164 "exclude-from-classmap": [
3165 "/Tests/"
3166 ]
3167 },
3168 "notification-url": "https://packagist.org/downloads/",
3169 "license": [
3170 "MIT"
3171 ],
3172 "authors": [
3173 {
3174 "name": "Fabien Potencier",
3175 "email": "fabien@symfony.com"
3176 },
3177 {
3178 "name": "Symfony Community",
3179 "homepage": "https://symfony.com/contributors"
3180 }
3181 ],
3182 "description": "Symfony Process Component",
3183 "homepage": "https://symfony.com",
3184 "time": "2020-04-12T14:33:46+00:00"
3185 },
3186 {
3187 "name": "symfony/var-dumper",
3188 "version": "v3.4.44",
3189 "source": {
3190 "type": "git",
3191 "url": "https://github.com/symfony/var-dumper.git",
3192 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484"
3193 },
3194 "dist": {
3195 "type": "zip",
3196 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3e31b82077039b1ea3b5a203ec1e3016606f4484",
3197 "reference": "3e31b82077039b1ea3b5a203ec1e3016606f4484",
3198 "shasum": ""
3199 },
3200 "require": {
3201 "php": "^5.5.9|>=7.0.8",
3202 "symfony/polyfill-mbstring": "~1.0"
3203 },
3204 "conflict": {
3205 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3206 },
3207 "require-dev": {
3208 "ext-iconv": "*",
3209 "twig/twig": "~1.34|~2.4"
3210 },
3211 "suggest": {
3212 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3213 "ext-intl": "To show region name in time zone dump",
3214 "ext-symfony_debug": ""
3215 },
3216 "type": "library",
3217 "extra": {
3218 "branch-alias": {
3219 "dev-master": "3.4-dev"
3220 }
3221 },
3222 "autoload": {
3223 "files": [
3224 "Resources/functions/dump.php"
3225 ],
3226 "psr-4": {
3227 "Symfony\\Component\\VarDumper\\": ""
3228 },
3229 "exclude-from-classmap": [
3230 "/Tests/"
3231 ]
3232 },
3233 "notification-url": "https://packagist.org/downloads/",
3234 "license": [
3235 "MIT"
3236 ],
3237 "authors": [
3238 {
3239 "name": "Nicolas Grekas",
3240 "email": "p@tchwork.com"
3241 },
3242 {
3243 "name": "Symfony Community",
3244 "homepage": "https://symfony.com/contributors"
3245 }
3246 ],
3247 "description": "Symfony mechanism for exploring and dumping PHP variables",
3248 "homepage": "https://symfony.com",
3249 "keywords": [
3250 "debug",
3251 "dump"
3252 ],
3253 "funding": [
3254 {
3255 "url": "https://symfony.com/sponsor",
3256 "type": "custom"
3257 },
3258 {
3259 "url": "https://github.com/fabpot",
3260 "type": "github"
3261 },
3262 {
3263 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3264 "type": "tidelift"
3265 }
3266 ],
3267 "time": "2020-08-17T07:27:37+00:00"
3268 },
3269 {
3270 "name": "tecnickcom/tcpdf",
3271 "version": "6.3.5",
3272 "source": {
3273 "type": "git",
3274 "url": "https://github.com/tecnickcom/TCPDF.git",
3275 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
3276 },
3277 "dist": {
3278 "type": "zip",
3279 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3280 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
3281 "shasum": ""
3282 },
3283 "require": {
3284 "php": ">=5.3.0"
3285 },
3286 "type": "library",
3287 "autoload": {
3288 "classmap": [
3289 "config",
3290 "include",
3291 "tcpdf.php",
3292 "tcpdf_parser.php",
3293 "tcpdf_import.php",
3294 "tcpdf_barcodes_1d.php",
3295 "tcpdf_barcodes_2d.php",
3296 "include/tcpdf_colors.php",
3297 "include/tcpdf_filters.php",
3298 "include/tcpdf_font_data.php",
3299 "include/tcpdf_fonts.php",
3300 "include/tcpdf_images.php",
3301 "include/tcpdf_static.php",
3302 "include/barcodes/datamatrix.php",
3303 "include/barcodes/pdf417.php",
3304 "include/barcodes/qrcode.php"
3305 ]
3306 },
3307 "notification-url": "https://packagist.org/downloads/",
3308 "license": [
3309 "LGPL-3.0-only"
3310 ],
3311 "authors": [
3312 {
3313 "name": "Nicola Asuni",
3314 "email": "info@tecnick.com",
3315 "role": "lead"
3316 }
3317 ],
3318 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3319 "homepage": "http://www.tcpdf.org/",
3320 "keywords": [
3321 "PDFD32000-2008",
3322 "TCPDF",
3323 "barcodes",
3324 "datamatrix",
3325 "pdf",
3326 "pdf417",
3327 "qrcode"
3328 ],
3329 "time": "2020-02-14T14:20:12+00:00"
3330 },
3331 {
3332 "name": "togos/gitignore",
3333 "version": "1.1.1",
3334 "source": {
3335 "type": "git",
3336 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
3337 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
3338 },
3339 "dist": {
3340 "type": "zip",
3341 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3342 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
3343 "shasum": ""
3344 },
3345 "require": {
3346 "php": ">=5.2"
3347 },
3348 "require-dev": {
3349 "togos/simpler-test": "1.1.1"
3350 },
3351 "type": "library",
3352 "autoload": {
3353 "psr-0": {
3354 "TOGoS_GitIgnore_": "src/main/php/"
3355 }
3356 },
3357 "notification-url": "https://packagist.org/downloads/",
3358 "license": [
3359 "MIT"
3360 ],
3361 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
3362 "time": "2019-04-19T19:16:58+00:00"
3363 },
3364 {
3365 "name": "totten/ca-config",
3366 "version": "v17.05.0",
3367 "source": {
3368 "type": "git",
3369 "url": "https://github.com/totten/ca_config.git",
3370 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
3371 },
3372 "dist": {
3373 "type": "zip",
3374 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
3375 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
3376 "shasum": ""
3377 },
3378 "require": {
3379 "php": ">=5.2"
3380 },
3381 "type": "library",
3382 "autoload": {
3383 "psr-0": {
3384 "CA_Config": "src/"
3385 }
3386 },
3387 "notification-url": "https://packagist.org/downloads/",
3388 "license": [
3389 "BSD-2-Clause"
3390 ],
3391 "authors": [
3392 {
3393 "name": "Tim Otten",
3394 "email": "to-git@think.hm"
3395 }
3396 ],
3397 "description": "Default configuration for certificate authorities",
3398 "homepage": "https://github.com/totten/ca_config",
3399 "time": "2017-05-10T20:08:17+00:00"
3400 },
3401 {
3402 "name": "totten/lurkerlite",
3403 "version": "1.3.0",
3404 "source": {
3405 "type": "git",
3406 "url": "https://github.com/totten/Lurker.git",
3407 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
3408 },
3409 "dist": {
3410 "type": "zip",
3411 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
3412 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
3413 "shasum": ""
3414 },
3415 "require": {
3416 "php": ">=5.3.3"
3417 },
3418 "replace": {
3419 "henrikbjorn/lurker": "*"
3420 },
3421 "suggest": {
3422 "ext-inotify": ">=0.1.6"
3423 },
3424 "type": "library",
3425 "extra": {
3426 "branch-alias": {
3427 "dev-master": "1.3.x-dev"
3428 }
3429 },
3430 "autoload": {
3431 "psr-0": {
3432 "Lurker": "src"
3433 }
3434 },
3435 "notification-url": "https://packagist.org/downloads/",
3436 "license": [
3437 "MIT"
3438 ],
3439 "authors": [
3440 {
3441 "name": "Konstantin Kudryashov",
3442 "email": "ever.zet@gmail.com"
3443 },
3444 {
3445 "name": "Yaroslav Kiliba",
3446 "email": "om.dattaya@gmail.com"
3447 },
3448 {
3449 "name": "Henrik Bjrnskov",
3450 "email": "henrik@bjrnskov.dk"
3451 }
3452 ],
3453 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
3454 "keywords": [
3455 "filesystem",
3456 "resource",
3457 "watching"
3458 ],
3459 "time": "2020-09-01T10:01:01+00:00"
3460 },
3461 {
3462 "name": "tplaner/when",
3463 "version": "3.0.0+php53",
3464 "dist": {
3465 "type": "zip",
3466 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
3467 },
3468 "require": {
3469 "php": ">=5.3.0"
3470 },
3471 "require-dev": {
3472 "phpunit/phpunit": "~4.0"
3473 },
3474 "type": "library",
3475 "autoload": {
3476 "psr-4": {
3477 "When\\": "src/"
3478 }
3479 },
3480 "license": [
3481 "MIT"
3482 ],
3483 "authors": [
3484 {
3485 "name": "Tom Planer",
3486 "email": "tplaner@gmail.com"
3487 }
3488 ],
3489 "description": "Date/Calendar recursion library.",
3490 "homepage": "https://github.com/tplaner/When",
3491 "keywords": [
3492 "DateTime",
3493 "date",
3494 "recurrence",
3495 "time"
3496 ]
3497 },
3498 {
3499 "name": "tubalmartin/cssmin",
3500 "version": "v4.1.1",
3501 "source": {
3502 "type": "git",
3503 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
3504 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
3505 },
3506 "dist": {
3507 "type": "zip",
3508 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3509 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
3510 "shasum": ""
3511 },
3512 "require": {
3513 "ext-pcre": "*",
3514 "php": ">=5.3.2"
3515 },
3516 "require-dev": {
3517 "cogpowered/finediff": "0.3.*",
3518 "phpunit/phpunit": "4.8.*"
3519 },
3520 "bin": [
3521 "cssmin"
3522 ],
3523 "type": "library",
3524 "autoload": {
3525 "psr-4": {
3526 "tubalmartin\\CssMin\\": "src"
3527 }
3528 },
3529 "notification-url": "https://packagist.org/downloads/",
3530 "license": [
3531 "BSD-3-Clause"
3532 ],
3533 "authors": [
3534 {
3535 "name": "Túbal Martín",
3536 "homepage": "http://tubalmartin.me/"
3537 }
3538 ],
3539 "description": "A PHP port of the YUI CSS compressor",
3540 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
3541 "keywords": [
3542 "compress",
3543 "compressor",
3544 "css",
3545 "cssmin",
3546 "minify",
3547 "yui"
3548 ],
3549 "time": "2018-01-15T15:26:51+00:00"
3550 },
3551 {
3552 "name": "typo3/phar-stream-wrapper",
3553 "version": "v3.1.4",
3554 "source": {
3555 "type": "git",
3556 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
3557 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
3558 },
3559 "dist": {
3560 "type": "zip",
3561 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3562 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
3563 "shasum": ""
3564 },
3565 "require": {
3566 "ext-json": "*",
3567 "php": "^7.0"
3568 },
3569 "require-dev": {
3570 "ext-xdebug": "*",
3571 "phpunit/phpunit": "^6.5"
3572 },
3573 "suggest": {
3574 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
3575 },
3576 "type": "library",
3577 "extra": {
3578 "branch-alias": {
3579 "dev-master": "v3.x-dev"
3580 }
3581 },
3582 "autoload": {
3583 "psr-4": {
3584 "TYPO3\\PharStreamWrapper\\": "src/"
3585 }
3586 },
3587 "notification-url": "https://packagist.org/downloads/",
3588 "license": [
3589 "MIT"
3590 ],
3591 "description": "Interceptors for PHP's native phar:// stream handling",
3592 "homepage": "https://typo3.org/",
3593 "keywords": [
3594 "phar",
3595 "php",
3596 "security",
3597 "stream-wrapper"
3598 ],
3599 "time": "2019-12-10T11:53:27+00:00"
3600 },
3601 {
3602 "name": "xkerman/restricted-unserialize",
3603 "version": "1.1.12",
3604 "source": {
3605 "type": "git",
3606 "url": "https://github.com/xKerman/restricted-unserialize.git",
3607 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
3608 },
3609 "dist": {
3610 "type": "zip",
3611 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
3612 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
3613 "shasum": ""
3614 },
3615 "require": {
3616 "php": ">=5.2"
3617 },
3618 "require-dev": {
3619 "nikic/php-parser": "^1.4|^3.0|^4.2",
3620 "phpmd/phpmd": "^2.6",
3621 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
3622 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
3623 "squizlabs/php_codesniffer": "^2.9|^3.4"
3624 },
3625 "type": "library",
3626 "autoload": {
3627 "files": [
3628 "src/function.php"
3629 ],
3630 "psr-4": {
3631 "xKerman\\Restricted\\": "src"
3632 }
3633 },
3634 "notification-url": "https://packagist.org/downloads/",
3635 "license": [
3636 "MIT"
3637 ],
3638 "authors": [
3639 {
3640 "name": "xKerman",
3641 "email": "xKhorasan@gmail.com"
3642 }
3643 ],
3644 "description": "provide PHP Object Injection safe unserialize function",
3645 "keywords": [
3646 "PHP Object Injection",
3647 "deserialize",
3648 "unserialize"
3649 ],
3650 "time": "2019-08-11T00:04:39+00:00"
3651 },
3652 {
3653 "name": "zendframework/zend-escaper",
3654 "version": "2.4.13",
3655 "source": {
3656 "type": "git",
3657 "url": "https://github.com/zendframework/zend-escaper.git",
3658 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
3659 },
3660 "dist": {
3661 "type": "zip",
3662 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
3663 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
3664 "shasum": ""
3665 },
3666 "require": {
3667 "php": ">=5.3.23"
3668 },
3669 "require-dev": {
3670 "fabpot/php-cs-fixer": "1.7.*",
3671 "phpunit/phpunit": "~4.0",
3672 "satooshi/php-coveralls": "dev-master"
3673 },
3674 "type": "library",
3675 "extra": {
3676 "branch-alias": {
3677 "dev-master": "2.4-dev",
3678 "dev-develop": "2.5-dev"
3679 }
3680 },
3681 "autoload": {
3682 "psr-4": {
3683 "Zend\\Escaper\\": "src/"
3684 }
3685 },
3686 "notification-url": "https://packagist.org/downloads/",
3687 "license": [
3688 "BSD-3-Clause"
3689 ],
3690 "homepage": "https://github.com/zendframework/zend-escaper",
3691 "keywords": [
3692 "escaper",
3693 "zf2"
3694 ],
3695 "abandoned": "laminas/laminas-escaper",
3696 "time": "2015-05-07T14:55:31+00:00"
3697 },
3698 {
3699 "name": "zetacomponents/base",
3700 "version": "1.9.1",
3701 "source": {
3702 "type": "git",
3703 "url": "https://github.com/zetacomponents/Base.git",
3704 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
3705 },
3706 "dist": {
3707 "type": "zip",
3708 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
3709 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
3710 "shasum": ""
3711 },
3712 "require-dev": {
3713 "phpunit/phpunit": "~5.7",
3714 "zetacomponents/unit-test": "*"
3715 },
3716 "type": "library",
3717 "autoload": {
3718 "classmap": [
3719 "src"
3720 ]
3721 },
3722 "notification-url": "https://packagist.org/downloads/",
3723 "license": [
3724 "Apache-2.0"
3725 ],
3726 "authors": [
3727 {
3728 "name": "Sergey Alexeev"
3729 },
3730 {
3731 "name": "Sebastian Bergmann"
3732 },
3733 {
3734 "name": "Jan Borsodi"
3735 },
3736 {
3737 "name": "Raymond Bosman"
3738 },
3739 {
3740 "name": "Frederik Holljen"
3741 },
3742 {
3743 "name": "Kore Nordmann"
3744 },
3745 {
3746 "name": "Derick Rethans"
3747 },
3748 {
3749 "name": "Vadym Savchuk"
3750 },
3751 {
3752 "name": "Tobias Schlitt"
3753 },
3754 {
3755 "name": "Alexandru Stanoi"
3756 }
3757 ],
3758 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
3759 "homepage": "https://github.com/zetacomponents",
3760 "time": "2017-11-28T11:30:00+00:00"
3761 },
3762 {
3763 "name": "zetacomponents/mail",
3764 "version": "1.9.2",
3765 "source": {
3766 "type": "git",
3767 "url": "https://github.com/zetacomponents/Mail.git",
3768 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
3769 },
3770 "dist": {
3771 "type": "zip",
3772 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
3773 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
3774 "shasum": ""
3775 },
3776 "require": {
3777 "zetacomponents/base": "~1.8"
3778 },
3779 "require-dev": {
3780 "phpunit/phpunit": "~7.5",
3781 "zetacomponents/unit-test": "*"
3782 },
3783 "type": "library",
3784 "extra": {
3785 "patches_applied": {
3786 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
3787 }
3788 },
3789 "autoload": {
3790 "classmap": [
3791 "src"
3792 ]
3793 },
3794 "notification-url": "https://packagist.org/downloads/",
3795 "license": [
3796 "Apache-2.0"
3797 ],
3798 "authors": [
3799 {
3800 "name": "Sergey Alexeev"
3801 },
3802 {
3803 "name": "Sebastian Bergmann"
3804 },
3805 {
3806 "name": "Jan Borsodi"
3807 },
3808 {
3809 "name": "Raymond Bosman"
3810 },
3811 {
3812 "name": "Frederik Holljen"
3813 },
3814 {
3815 "name": "Kore Nordmann"
3816 },
3817 {
3818 "name": "Derick Rethans"
3819 },
3820 {
3821 "name": "Vadym Savchuk"
3822 },
3823 {
3824 "name": "Tobias Schlitt"
3825 },
3826 {
3827 "name": "Alexandru Stanoi"
3828 },
3829 {
3830 "name": "Sinisa Dukaric"
3831 },
3832 {
3833 "name": "Mikko Koppanen"
3834 },
3835 {
3836 "name": "Christian Michel"
3837 }
3838 ],
3839 "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.",
3840 "homepage": "https://github.com/zetacomponents",
3841 "time": "2020-06-13T12:38:26+00:00"
3842 }
3843 ],
3844 "packages-dev": [],
3845 "aliases": [],
3846 "minimum-stability": "stable",
3847 "stability-flags": {
3848 "pear/validate_finance_creditcard": 20
3849 },
3850 "prefer-stable": false,
3851 "prefer-lowest": false,
3852 "platform": {
3853 "php": "~7.1",
3854 "ext-intl": "*"
3855 },
3856 "platform-dev": [],
3857 "platform-overrides": {
3858 "php": "7.1"
3859 },
3860 "plugin-api-version": "1.1.0"
3861 }