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