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