Update civicrm-cxn-rpc psr/log
[civicrm-core.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "f547e4d1ac65fa8044d302f46a7e7267",
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 "autoload": {
28 "psr-4": {
29 "MimeTyper\\": "src/"
30 }
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "MIT"
35 ],
36 "authors": [
37 {
38 "name": "Hussard",
39 "email": "adrien.ricartnoblet@gmail.com"
40 }
41 ],
42 "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
43 "time": "2018-09-27T09:45:05+00:00"
44 },
45 {
46 "name": "cache/integration-tests",
47 "version": "0.16.0",
48 "source": {
49 "type": "git",
50 "url": "https://github.com/php-cache/integration-tests.git",
51 "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee"
52 },
53 "dist": {
54 "type": "zip",
55 "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee",
56 "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee",
57 "shasum": ""
58 },
59 "require": {
60 "cache/tag-interop": "^1.0",
61 "php": "^5.4|^7",
62 "psr/cache": "~1.0"
63 },
64 "require-dev": {
65 "cache/cache": "dev-master",
66 "illuminate/cache": "^5.0",
67 "madewithlove/illuminate-psr-cache-bridge": "^1.0",
68 "phpunit/phpunit": "^4.0|^5.0",
69 "symfony/cache": "^3.1",
70 "tedivm/stash": "dev-master"
71 },
72 "type": "library",
73 "extra": {
74 "patches_applied": {
75 "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch",
76 "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch",
77 "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch"
78 }
79 },
80 "autoload": {
81 "psr-4": {
82 "Cache\\IntegrationTests\\": "src/"
83 }
84 },
85 "notification-url": "https://packagist.org/downloads/",
86 "license": [
87 "MIT"
88 ],
89 "authors": [
90 {
91 "name": "Aaron Scherer",
92 "email": "aequasi@gmail.com",
93 "homepage": "https://github.com/aequasi"
94 },
95 {
96 "name": "Tobias Nyholm",
97 "email": "tobias.nyholm@gmail.com",
98 "homepage": "https://github.com/Nyholm"
99 }
100 ],
101 "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
102 "homepage": "https://github.com/php-cache/integration-tests",
103 "keywords": [
104 "cache",
105 "psr16",
106 "psr6",
107 "test"
108 ],
109 "time": "2017-02-02T14:29:50+00:00"
110 },
111 {
112 "name": "cache/tag-interop",
113 "version": "1.0.0",
114 "source": {
115 "type": "git",
116 "url": "https://github.com/php-cache/tag-interop.git",
117 "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
118 },
119 "dist": {
120 "type": "zip",
121 "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
122 "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
123 "shasum": ""
124 },
125 "require": {
126 "php": "^5.5 || ^7.0",
127 "psr/cache": "^1.0"
128 },
129 "type": "library",
130 "extra": {
131 "branch-alias": {
132 "dev-master": "2.0-dev"
133 }
134 },
135 "autoload": {
136 "psr-4": {
137 "Cache\\TagInterop\\": ""
138 }
139 },
140 "notification-url": "https://packagist.org/downloads/",
141 "license": [
142 "MIT"
143 ],
144 "authors": [
145 {
146 "name": "Tobias Nyholm",
147 "email": "tobias.nyholm@gmail.com",
148 "homepage": "https://github.com/Nyholm"
149 },
150 {
151 "name": "Nicolas Grekas",
152 "email": "p@tchwork.com",
153 "homepage": "https://github.com/nicolas-grekas"
154 }
155 ],
156 "description": "Framework interoperable interfaces for tags",
157 "homepage": "http://www.php-cache.com/en/latest/",
158 "keywords": [
159 "cache",
160 "psr",
161 "psr6",
162 "tag"
163 ],
164 "time": "2017-03-13T09:14:27+00:00"
165 },
166 {
167 "name": "civicrm/civicrm-cxn-rpc",
168 "version": "v0.19.01.09",
169 "source": {
170 "type": "git",
171 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
172 "reference": "3ea668bc651adb4d61e96276f55e76ae22baea7a"
173 },
174 "dist": {
175 "type": "zip",
176 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/3ea668bc651adb4d61e96276f55e76ae22baea7a",
177 "reference": "3ea668bc651adb4d61e96276f55e76ae22baea7a",
178 "shasum": ""
179 },
180 "require": {
181 "phpseclib/phpseclib": "1.0.*",
182 "psr/log": "~1.0"
183 },
184 "type": "library",
185 "autoload": {
186 "psr-4": {
187 "Civi\\Cxn\\Rpc\\": "src/"
188 }
189 },
190 "notification-url": "https://packagist.org/downloads/",
191 "license": [
192 "MIT"
193 ],
194 "authors": [
195 {
196 "name": "Tim Otten",
197 "email": "totten@civicrm.org"
198 }
199 ],
200 "description": "RPC library for CiviConnect",
201 "time": "2020-02-05T03:24:26+00:00"
202 },
203 {
204 "name": "civicrm/composer-downloads-plugin",
205 "version": "v2.1.1",
206 "source": {
207 "type": "git",
208 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
209 "reference": "8722bc7d547315be39397a3078bb51ee053ca269"
210 },
211 "dist": {
212 "type": "zip",
213 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/8722bc7d547315be39397a3078bb51ee053ca269",
214 "reference": "8722bc7d547315be39397a3078bb51ee053ca269",
215 "shasum": ""
216 },
217 "require": {
218 "composer-plugin-api": "^1.1",
219 "php": ">=5.6",
220 "togos/gitignore": "~1.1.1"
221 },
222 "require-dev": {
223 "composer/composer": "~1.0",
224 "friendsofphp/php-cs-fixer": "^2.3",
225 "phpunit/phpunit": "^5.7",
226 "totten/process-helper": "^1.0.1"
227 },
228 "type": "composer-plugin",
229 "extra": {
230 "class": "LastCall\\DownloadsPlugin\\Plugin"
231 },
232 "autoload": {
233 "psr-4": {
234 "LastCall\\DownloadsPlugin\\": "src/"
235 }
236 },
237 "notification-url": "https://packagist.org/downloads/",
238 "license": [
239 "MIT"
240 ],
241 "authors": [
242 {
243 "name": "Rob Bayliss",
244 "email": "rob@lastcallmedia.com"
245 },
246 {
247 "name": "Tim Otten",
248 "email": "totten@civicrm.org"
249 }
250 ],
251 "description": "Composer plugin for downloading additional files within any composer package.",
252 "time": "2019-08-28T00:33:51+00:00"
253 },
254 {
255 "name": "cweagans/composer-patches",
256 "version": "1.6.5",
257 "source": {
258 "type": "git",
259 "url": "https://github.com/cweagans/composer-patches.git",
260 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
261 },
262 "dist": {
263 "type": "zip",
264 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
265 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
266 "shasum": ""
267 },
268 "require": {
269 "composer-plugin-api": "^1.0",
270 "php": ">=5.3.0"
271 },
272 "require-dev": {
273 "composer/composer": "~1.0",
274 "phpunit/phpunit": "~4.6"
275 },
276 "type": "composer-plugin",
277 "extra": {
278 "class": "cweagans\\Composer\\Patches"
279 },
280 "autoload": {
281 "psr-4": {
282 "cweagans\\Composer\\": "src"
283 }
284 },
285 "notification-url": "https://packagist.org/downloads/",
286 "license": [
287 "BSD-3-Clause"
288 ],
289 "authors": [
290 {
291 "name": "Cameron Eagans",
292 "email": "me@cweagans.net"
293 }
294 ],
295 "description": "Provides a way to patch Composer packages.",
296 "time": "2018-05-11T18:00:16+00:00"
297 },
298 {
299 "name": "dflydev/apache-mime-types",
300 "version": "v1.0.1",
301 "source": {
302 "type": "git",
303 "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
304 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
305 },
306 "dist": {
307 "type": "zip",
308 "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
309 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
310 "shasum": ""
311 },
312 "require": {
313 "php": ">=5.3"
314 },
315 "require-dev": {
316 "twig/twig": "1.*"
317 },
318 "type": "library",
319 "extra": {
320 "branch-alias": {
321 "dev-master": "1.0-dev"
322 }
323 },
324 "autoload": {
325 "psr-0": {
326 "Dflydev\\ApacheMimeTypes": "src"
327 }
328 },
329 "notification-url": "https://packagist.org/downloads/",
330 "license": [
331 "MIT"
332 ],
333 "authors": [
334 {
335 "name": "Dragonfly Development Inc.",
336 "email": "info@dflydev.com",
337 "homepage": "http://dflydev.com"
338 },
339 {
340 "name": "Beau Simensen",
341 "email": "beau@dflydev.com",
342 "homepage": "http://beausimensen.com"
343 }
344 ],
345 "description": "Apache MIME Types",
346 "keywords": [
347 "apache",
348 "mime",
349 "mimetypes"
350 ],
351 "time": "2013-05-14T02:02:01+00:00"
352 },
353 {
354 "name": "dompdf/dompdf",
355 "version": "v0.8.3",
356 "source": {
357 "type": "git",
358 "url": "https://github.com/dompdf/dompdf.git",
359 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
360 },
361 "dist": {
362 "type": "zip",
363 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
364 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
365 "shasum": ""
366 },
367 "require": {
368 "ext-dom": "*",
369 "ext-mbstring": "*",
370 "phenx/php-font-lib": "0.5.*",
371 "phenx/php-svg-lib": "0.3.*",
372 "php": ">=5.4.0"
373 },
374 "require-dev": {
375 "phpunit/phpunit": "^4.8|^5.5|^6.5",
376 "squizlabs/php_codesniffer": "2.*"
377 },
378 "suggest": {
379 "ext-gd": "Needed to process images",
380 "ext-gmagick": "Improves image processing performance",
381 "ext-imagick": "Improves image processing performance"
382 },
383 "type": "library",
384 "extra": {
385 "branch-alias": {
386 "dev-develop": "0.7-dev"
387 }
388 },
389 "autoload": {
390 "psr-4": {
391 "Dompdf\\": "src/"
392 },
393 "classmap": [
394 "lib/"
395 ]
396 },
397 "notification-url": "https://packagist.org/downloads/",
398 "license": [
399 "LGPL-2.1"
400 ],
401 "authors": [
402 {
403 "name": "Fabien Ménager",
404 "email": "fabien.menager@gmail.com"
405 },
406 {
407 "name": "Brian Sweeney",
408 "email": "eclecticgeek@gmail.com"
409 },
410 {
411 "name": "Gabriel Bull",
412 "email": "me@gabrielbull.com"
413 }
414 ],
415 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
416 "homepage": "https://github.com/dompdf/dompdf",
417 "time": "2018-12-14T02:40:31+00:00"
418 },
419 {
420 "name": "electrolinux/phpquery",
421 "version": "0.9.6",
422 "source": {
423 "type": "git",
424 "url": "https://github.com/electrolinux/phpquery.git",
425 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
426 },
427 "dist": {
428 "type": "zip",
429 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
430 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
431 "shasum": ""
432 },
433 "type": "library",
434 "autoload": {
435 "classmap": [
436 "phpQuery/"
437 ]
438 },
439 "notification-url": "https://packagist.org/downloads/",
440 "license": [
441 "MIT"
442 ],
443 "authors": [
444 {
445 "name": "Tobiasz Cudnik",
446 "email": "tobiasz.cudnik@gmail.com",
447 "homepage": "https://github.com/TobiaszCudnik",
448 "role": "Developer"
449 },
450 {
451 "name": "didier Belot",
452 "role": "Packager"
453 }
454 ],
455 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
456 "homepage": "http://code.google.com/p/phpquery/",
457 "time": "2013-03-21T12:39:33+00:00"
458 },
459 {
460 "name": "guzzlehttp/guzzle",
461 "version": "6.3.0",
462 "source": {
463 "type": "git",
464 "url": "https://github.com/guzzle/guzzle.git",
465 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
466 },
467 "dist": {
468 "type": "zip",
469 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
470 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
471 "shasum": ""
472 },
473 "require": {
474 "guzzlehttp/promises": "^1.0",
475 "guzzlehttp/psr7": "^1.4",
476 "php": ">=5.5"
477 },
478 "require-dev": {
479 "ext-curl": "*",
480 "phpunit/phpunit": "^4.0 || ^5.0",
481 "psr/log": "^1.0"
482 },
483 "suggest": {
484 "psr/log": "Required for using the Log middleware"
485 },
486 "type": "library",
487 "extra": {
488 "branch-alias": {
489 "dev-master": "6.2-dev"
490 }
491 },
492 "autoload": {
493 "files": [
494 "src/functions_include.php"
495 ],
496 "psr-4": {
497 "GuzzleHttp\\": "src/"
498 }
499 },
500 "notification-url": "https://packagist.org/downloads/",
501 "license": [
502 "MIT"
503 ],
504 "authors": [
505 {
506 "name": "Michael Dowling",
507 "email": "mtdowling@gmail.com",
508 "homepage": "https://github.com/mtdowling"
509 }
510 ],
511 "description": "Guzzle is a PHP HTTP client library",
512 "homepage": "http://guzzlephp.org/",
513 "keywords": [
514 "client",
515 "curl",
516 "framework",
517 "http",
518 "http client",
519 "rest",
520 "web service"
521 ],
522 "time": "2017-06-22T18:50:49+00:00"
523 },
524 {
525 "name": "guzzlehttp/promises",
526 "version": "v1.3.1",
527 "source": {
528 "type": "git",
529 "url": "https://github.com/guzzle/promises.git",
530 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
531 },
532 "dist": {
533 "type": "zip",
534 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
535 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
536 "shasum": ""
537 },
538 "require": {
539 "php": ">=5.5.0"
540 },
541 "require-dev": {
542 "phpunit/phpunit": "^4.0"
543 },
544 "type": "library",
545 "extra": {
546 "branch-alias": {
547 "dev-master": "1.4-dev"
548 }
549 },
550 "autoload": {
551 "psr-4": {
552 "GuzzleHttp\\Promise\\": "src/"
553 },
554 "files": [
555 "src/functions_include.php"
556 ]
557 },
558 "notification-url": "https://packagist.org/downloads/",
559 "license": [
560 "MIT"
561 ],
562 "authors": [
563 {
564 "name": "Michael Dowling",
565 "email": "mtdowling@gmail.com",
566 "homepage": "https://github.com/mtdowling"
567 }
568 ],
569 "description": "Guzzle promises library",
570 "keywords": [
571 "promise"
572 ],
573 "time": "2016-12-20T10:07:11+00:00"
574 },
575 {
576 "name": "guzzlehttp/psr7",
577 "version": "1.4.2",
578 "source": {
579 "type": "git",
580 "url": "https://github.com/guzzle/psr7.git",
581 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
582 },
583 "dist": {
584 "type": "zip",
585 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
586 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
587 "shasum": ""
588 },
589 "require": {
590 "php": ">=5.4.0",
591 "psr/http-message": "~1.0"
592 },
593 "provide": {
594 "psr/http-message-implementation": "1.0"
595 },
596 "require-dev": {
597 "phpunit/phpunit": "~4.0"
598 },
599 "type": "library",
600 "extra": {
601 "branch-alias": {
602 "dev-master": "1.4-dev"
603 }
604 },
605 "autoload": {
606 "psr-4": {
607 "GuzzleHttp\\Psr7\\": "src/"
608 },
609 "files": [
610 "src/functions_include.php"
611 ]
612 },
613 "notification-url": "https://packagist.org/downloads/",
614 "license": [
615 "MIT"
616 ],
617 "authors": [
618 {
619 "name": "Michael Dowling",
620 "email": "mtdowling@gmail.com",
621 "homepage": "https://github.com/mtdowling"
622 },
623 {
624 "name": "Tobias Schultze",
625 "homepage": "https://github.com/Tobion"
626 }
627 ],
628 "description": "PSR-7 message implementation that also provides common utility methods",
629 "keywords": [
630 "http",
631 "message",
632 "request",
633 "response",
634 "stream",
635 "uri",
636 "url"
637 ],
638 "time": "2017-03-20T17:10:46+00:00"
639 },
640 {
641 "name": "league/csv",
642 "version": "9.2.1",
643 "source": {
644 "type": "git",
645 "url": "https://github.com/thephpleague/csv.git",
646 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9"
647 },
648 "dist": {
649 "type": "zip",
650 "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
651 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
652 "shasum": ""
653 },
654 "require": {
655 "ext-mbstring": "*",
656 "php": ">=7.0.10"
657 },
658 "require-dev": {
659 "ext-curl": "*",
660 "friendsofphp/php-cs-fixer": "^2.12",
661 "phpstan/phpstan": "^0.9.2",
662 "phpstan/phpstan-phpunit": "^0.9.4",
663 "phpstan/phpstan-strict-rules": "^0.9.0",
664 "phpunit/phpunit": "^6.0"
665 },
666 "suggest": {
667 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
668 },
669 "type": "library",
670 "extra": {
671 "branch-alias": {
672 "dev-master": "9.x-dev"
673 }
674 },
675 "autoload": {
676 "psr-4": {
677 "League\\Csv\\": "src"
678 },
679 "files": [
680 "src/functions_include.php"
681 ]
682 },
683 "notification-url": "https://packagist.org/downloads/",
684 "license": [
685 "MIT"
686 ],
687 "authors": [
688 {
689 "name": "Ignace Nyamagana Butera",
690 "email": "nyamsprod@gmail.com",
691 "homepage": "https://github.com/nyamsprod/",
692 "role": "Developer"
693 }
694 ],
695 "description": "Csv data manipulation made easy in PHP",
696 "homepage": "http://csv.thephpleague.com",
697 "keywords": [
698 "csv",
699 "export",
700 "filter",
701 "import",
702 "read",
703 "write"
704 ],
705 "time": "2019-06-07T06:24:33+00:00"
706 },
707 {
708 "name": "marcj/topsort",
709 "version": "1.1.0",
710 "source": {
711 "type": "git",
712 "url": "https://github.com/marcj/topsort.php.git",
713 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
714 },
715 "dist": {
716 "type": "zip",
717 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
718 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
719 "shasum": ""
720 },
721 "require": {
722 "php": ">=5.4"
723 },
724 "require-dev": {
725 "codeclimate/php-test-reporter": "dev-master",
726 "phpunit/phpunit": "~4.0",
727 "symfony/console": "~2.5"
728 },
729 "type": "library",
730 "autoload": {
731 "psr-4": {
732 "MJS\\TopSort\\": "src/",
733 "MJS\\TopSort\\Tests\\": "tests/Tests/"
734 }
735 },
736 "notification-url": "https://packagist.org/downloads/",
737 "license": [
738 "MIT"
739 ],
740 "authors": [
741 {
742 "name": "Marc J. Schmidt",
743 "email": "marc@marcjschmidt.de"
744 }
745 ],
746 "description": "High-Performance TopSort/Dependency resolving algorithm",
747 "keywords": [
748 "dependency resolving",
749 "topological sort",
750 "topsort"
751 ],
752 "time": "2016-11-19T14:58:11+00:00"
753 },
754 {
755 "name": "pclzip/pclzip",
756 "version": "2.8.2",
757 "source": {
758 "type": "git",
759 "url": "https://github.com/ivanlanin/pclzip.git",
760 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
761 },
762 "dist": {
763 "type": "zip",
764 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
765 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
766 "shasum": ""
767 },
768 "type": "library",
769 "autoload": {
770 "classmap": [
771 "pclzip.lib.php"
772 ]
773 },
774 "notification-url": "https://packagist.org/downloads/",
775 "license": [
776 "LGPL-2.1"
777 ],
778 "authors": [
779 {
780 "name": "Vincent Blavet"
781 }
782 ],
783 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
784 "homepage": "http://www.phpconcept.net/pclzip",
785 "keywords": [
786 "php",
787 "zip"
788 ],
789 "time": "2014-06-05T11:42:24+00:00"
790 },
791 {
792 "name": "pear/auth_sasl",
793 "version": "v1.1.0",
794 "source": {
795 "type": "git",
796 "url": "https://github.com/pear/Auth_SASL.git",
797 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
798 },
799 "dist": {
800 "type": "zip",
801 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
802 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
803 "shasum": ""
804 },
805 "require": {
806 "pear/pear_exception": "@stable"
807 },
808 "require-dev": {
809 "phpunit/phpunit": "@stable"
810 },
811 "type": "library",
812 "autoload": {
813 "psr-0": {
814 "Auth": "./"
815 }
816 },
817 "notification-url": "https://packagist.org/downloads/",
818 "include-path": [
819 "./"
820 ],
821 "license": [
822 "BSD"
823 ],
824 "authors": [
825 {
826 "name": "Anish Mistry",
827 "email": "amistry@am-productions.biz",
828 "role": "Lead"
829 },
830 {
831 "name": "Richard Heyes",
832 "email": "richard@php.net",
833 "role": "Lead"
834 },
835 {
836 "name": "Michael Bretterklieber",
837 "email": "michael@bretterklieber.com",
838 "role": "Lead"
839 }
840 ],
841 "description": "Abstraction of various SASL mechanism responses",
842 "time": "2017-03-07T14:37:05+00:00"
843 },
844 {
845 "name": "pear/console_getopt",
846 "version": "v1.4.1",
847 "source": {
848 "type": "git",
849 "url": "https://github.com/pear/Console_Getopt.git",
850 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
851 },
852 "dist": {
853 "type": "zip",
854 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
855 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
856 "shasum": ""
857 },
858 "type": "library",
859 "autoload": {
860 "psr-0": {
861 "Console": "./"
862 }
863 },
864 "notification-url": "https://packagist.org/downloads/",
865 "include-path": [
866 "./"
867 ],
868 "license": [
869 "BSD-2-Clause"
870 ],
871 "authors": [
872 {
873 "name": "Greg Beaver",
874 "email": "cellog@php.net",
875 "role": "Helper"
876 },
877 {
878 "name": "Andrei Zmievski",
879 "email": "andrei@php.net",
880 "role": "Lead"
881 },
882 {
883 "name": "Stig Bakken",
884 "email": "stig@php.net",
885 "role": "Developer"
886 }
887 ],
888 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
889 "time": "2015-07-20T20:28:12+00:00"
890 },
891 {
892 "name": "pear/log",
893 "version": "1.13.2",
894 "source": {
895 "type": "git",
896 "url": "https://github.com/pear/Log.git",
897 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3"
898 },
899 "dist": {
900 "type": "zip",
901 "url": "https://api.github.com/repos/pear/Log/zipball/d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
902 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
903 "shasum": ""
904 },
905 "require": {
906 "pear/pear_exception": "1.0.1",
907 "php": ">5.2"
908 },
909 "require-dev": {
910 "phpunit/phpunit": "*"
911 },
912 "suggest": {
913 "pear/db": "Install optionally via your project's composer.json"
914 },
915 "type": "library",
916 "autoload": {
917 "psr-0": {
918 "Log": "./"
919 }
920 },
921 "notification-url": "https://packagist.org/downloads/",
922 "include-path": [
923 ""
924 ],
925 "license": [
926 "MIT"
927 ],
928 "authors": [
929 {
930 "name": "Jon Parise",
931 "email": "jon@php.net",
932 "homepage": "http://www.indelible.org",
933 "role": "Developer"
934 }
935 ],
936 "description": "PEAR Logging Framework",
937 "homepage": "http://pear.github.io/Log/",
938 "keywords": [
939 "log",
940 "logging"
941 ],
942 "time": "2020-06-02T00:04:03+00:00"
943 },
944 {
945 "name": "pear/mail",
946 "version": "v1.4.1",
947 "source": {
948 "type": "git",
949 "url": "https://github.com/pear/Mail.git",
950 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
951 },
952 "dist": {
953 "type": "zip",
954 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
955 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
956 "shasum": ""
957 },
958 "require": {
959 "pear/pear-core-minimal": "~1.9",
960 "php": ">=5.2.1"
961 },
962 "require-dev": {
963 "pear/pear": "*"
964 },
965 "suggest": {
966 "pear/net_smtp": "Install optionally via your project's composer.json"
967 },
968 "type": "library",
969 "extra": {
970 "patches_applied": {
971 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
972 }
973 },
974 "autoload": {
975 "psr-0": {
976 "Mail": "./"
977 }
978 },
979 "notification-url": "https://packagist.org/downloads/",
980 "include-path": [
981 "./"
982 ],
983 "license": [
984 "BSD-2-Clause"
985 ],
986 "authors": [
987 {
988 "name": "Chuck Hagenbuch",
989 "email": "chuck@horde.org",
990 "role": "Lead"
991 },
992 {
993 "name": "Richard Heyes",
994 "email": "richard@phpguru.org",
995 "role": "Developer"
996 },
997 {
998 "name": "Aleksander Machniak",
999 "email": "alec@alec.pl",
1000 "role": "Developer"
1001 }
1002 ],
1003 "description": "Class that provides multiple interfaces for sending emails.",
1004 "homepage": "http://pear.php.net/package/Mail",
1005 "time": "2017-04-11T17:27:29+00:00"
1006 },
1007 {
1008 "name": "pear/net_smtp",
1009 "version": "1.9.0",
1010 "source": {
1011 "type": "git",
1012 "url": "https://github.com/pear/Net_SMTP.git",
1013 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
1014 },
1015 "dist": {
1016 "type": "zip",
1017 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1018 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1019 "shasum": ""
1020 },
1021 "require": {
1022 "pear/net_socket": "@stable",
1023 "pear/pear-core-minimal": "@stable",
1024 "php": ">=5.4.0"
1025 },
1026 "require-dev": {
1027 "phpunit/phpunit": "*"
1028 },
1029 "suggest": {
1030 "pear/auth_sasl": "Install optionally via your project's composer.json"
1031 },
1032 "type": "library",
1033 "extra": {
1034 "patches_applied": {
1035 "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"
1036 }
1037 },
1038 "autoload": {
1039 "psr-0": {
1040 "Net": "./"
1041 }
1042 },
1043 "notification-url": "https://packagist.org/downloads/",
1044 "include-path": [
1045 "./"
1046 ],
1047 "license": [
1048 "BSD-2-Clause"
1049 ],
1050 "authors": [
1051 {
1052 "name": "Jon Parise",
1053 "email": "jon@php.net",
1054 "homepage": "https://www.indelible.org",
1055 "role": "Lead"
1056 },
1057 {
1058 "name": "Chuck Hagenbuch",
1059 "email": "chuck@horde.org",
1060 "role": "Lead"
1061 }
1062 ],
1063 "description": "An implementation of the SMTP protocol",
1064 "homepage": "https://pear.github.io/Net_SMTP/",
1065 "keywords": [
1066 "email",
1067 "mail",
1068 "smtp"
1069 ],
1070 "time": "2019-11-30T23:40:31+00:00"
1071 },
1072 {
1073 "name": "pear/net_socket",
1074 "version": "1.0.14",
1075 "source": {
1076 "type": "git",
1077 "url": "https://github.com/pear/Net_Socket.git",
1078 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
1079 },
1080 "dist": {
1081 "type": "zip",
1082 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
1083 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
1084 "shasum": ""
1085 },
1086 "require": {
1087 "pear/pear_exception": "*"
1088 },
1089 "require-dev": {
1090 "phpunit/phpunit": "*"
1091 },
1092 "type": "library",
1093 "autoload": {
1094 "psr-0": {
1095 "Net": "./"
1096 }
1097 },
1098 "notification-url": "https://packagist.org/downloads/",
1099 "include-path": [
1100 "./"
1101 ],
1102 "license": [
1103 "PHP License"
1104 ],
1105 "authors": [
1106 {
1107 "name": "Chuck Hagenbuch",
1108 "email": "chuck@horde.org",
1109 "role": "Lead"
1110 },
1111 {
1112 "name": "Aleksander Machniak",
1113 "email": "alec@php.net",
1114 "role": "Lead"
1115 },
1116 {
1117 "name": "Stig Bakken",
1118 "email": "stig@php.net",
1119 "role": "Lead"
1120 }
1121 ],
1122 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1123 "time": "2014-02-20T19:27:06+00:00"
1124 },
1125 {
1126 "name": "pear/pear-core-minimal",
1127 "version": "v1.10.7",
1128 "source": {
1129 "type": "git",
1130 "url": "https://github.com/pear/pear-core-minimal.git",
1131 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
1132 },
1133 "dist": {
1134 "type": "zip",
1135 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
1136 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
1137 "shasum": ""
1138 },
1139 "require": {
1140 "pear/console_getopt": "~1.4",
1141 "pear/pear_exception": "~1.0"
1142 },
1143 "replace": {
1144 "rsky/pear-core-min": "self.version"
1145 },
1146 "type": "library",
1147 "autoload": {
1148 "psr-0": {
1149 "": "src/"
1150 }
1151 },
1152 "notification-url": "https://packagist.org/downloads/",
1153 "include-path": [
1154 "src/"
1155 ],
1156 "license": [
1157 "BSD-3-Clause"
1158 ],
1159 "authors": [
1160 {
1161 "name": "Christian Weiske",
1162 "email": "cweiske@php.net",
1163 "role": "Lead"
1164 }
1165 ],
1166 "description": "Minimal set of PEAR core files to be used as composer dependency",
1167 "time": "2018-12-05T20:03:52+00:00"
1168 },
1169 {
1170 "name": "pear/pear_exception",
1171 "version": "v1.0.1",
1172 "source": {
1173 "type": "git",
1174 "url": "https://github.com/pear/PEAR_Exception.git",
1175 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
1176 },
1177 "dist": {
1178 "type": "zip",
1179 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1180 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1181 "shasum": ""
1182 },
1183 "require": {
1184 "php": ">=4.4.0"
1185 },
1186 "require-dev": {
1187 "phpunit/phpunit": "*"
1188 },
1189 "type": "class",
1190 "extra": {
1191 "branch-alias": {
1192 "dev-master": "1.0.x-dev"
1193 }
1194 },
1195 "autoload": {
1196 "classmap": [
1197 "PEAR/"
1198 ]
1199 },
1200 "notification-url": "https://packagist.org/downloads/",
1201 "include-path": [
1202 "."
1203 ],
1204 "license": [
1205 "BSD-2-Clause"
1206 ],
1207 "authors": [
1208 {
1209 "name": "Helgi Thormar",
1210 "email": "dufuz@php.net"
1211 },
1212 {
1213 "name": "Greg Beaver",
1214 "email": "cellog@php.net"
1215 }
1216 ],
1217 "description": "The PEAR Exception base class.",
1218 "homepage": "https://github.com/pear/PEAR_Exception",
1219 "keywords": [
1220 "exception"
1221 ],
1222 "time": "2019-12-10T10:24:42+00:00"
1223 },
1224 {
1225 "name": "pear/validate_finance_creditcard",
1226 "version": "dev-master",
1227 "source": {
1228 "type": "git",
1229 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
1230 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
1231 },
1232 "dist": {
1233 "type": "zip",
1234 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1235 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
1236 "shasum": ""
1237 },
1238 "require": {
1239 "pear/pear_exception": "*",
1240 "php": ">=5.2.1"
1241 },
1242 "require-dev": {
1243 "phpunit/phpunit": "*"
1244 },
1245 "type": "library",
1246 "autoload": {
1247 "psr-0": {
1248 "Validate": "./"
1249 }
1250 },
1251 "notification-url": "https://packagist.org/downloads/",
1252 "include-path": [
1253 "./"
1254 ],
1255 "license": [
1256 "New BSD"
1257 ],
1258 "authors": [
1259 {
1260 "name": "Philippe Jausions",
1261 "email": "Philippe.Jausions@11abacus.com",
1262 "role": "Lead"
1263 }
1264 ],
1265 "description": "Validation class for credit cards.",
1266 "time": "2016-09-12T08:01:21+00:00"
1267 },
1268 {
1269 "name": "phenx/php-font-lib",
1270 "version": "0.5",
1271 "source": {
1272 "type": "git",
1273 "url": "https://github.com/PhenX/php-font-lib.git",
1274 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
1275 },
1276 "dist": {
1277 "type": "zip",
1278 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
1279 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
1280 "shasum": ""
1281 },
1282 "require-dev": {
1283 "phpunit/phpunit": "^4.8"
1284 },
1285 "type": "library",
1286 "autoload": {
1287 "psr-4": {
1288 "FontLib\\": "src/FontLib"
1289 }
1290 },
1291 "notification-url": "https://packagist.org/downloads/",
1292 "license": [
1293 "LGPL-3.0"
1294 ],
1295 "authors": [
1296 {
1297 "name": "Fabien Ménager",
1298 "email": "fabien.menager@gmail.com"
1299 }
1300 ],
1301 "description": "A library to read, parse, export and make subsets of different types of font files.",
1302 "homepage": "https://github.com/PhenX/php-font-lib",
1303 "time": "2017-02-11T10:58:43+00:00"
1304 },
1305 {
1306 "name": "phenx/php-svg-lib",
1307 "version": "v0.3.3",
1308 "source": {
1309 "type": "git",
1310 "url": "https://github.com/PhenX/php-svg-lib.git",
1311 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
1312 },
1313 "dist": {
1314 "type": "zip",
1315 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1316 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1317 "shasum": ""
1318 },
1319 "require": {
1320 "sabberworm/php-css-parser": "^8.3"
1321 },
1322 "require-dev": {
1323 "phpunit/phpunit": "^5.5|^6.5"
1324 },
1325 "type": "library",
1326 "autoload": {
1327 "psr-4": {
1328 "Svg\\": "src/Svg"
1329 }
1330 },
1331 "notification-url": "https://packagist.org/downloads/",
1332 "license": [
1333 "LGPL-3.0"
1334 ],
1335 "authors": [
1336 {
1337 "name": "Fabien Ménager",
1338 "email": "fabien.menager@gmail.com"
1339 }
1340 ],
1341 "description": "A library to read, parse and export to PDF SVG files.",
1342 "homepage": "https://github.com/PhenX/php-svg-lib",
1343 "time": "2019-09-11T20:02:13+00:00"
1344 },
1345 {
1346 "name": "phpoffice/common",
1347 "version": "0.2.9",
1348 "source": {
1349 "type": "git",
1350 "url": "https://github.com/PHPOffice/Common.git",
1351 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
1352 },
1353 "dist": {
1354 "type": "zip",
1355 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1356 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1357 "shasum": ""
1358 },
1359 "require": {
1360 "pclzip/pclzip": "^2.8",
1361 "php": ">=5.3.0"
1362 },
1363 "require-dev": {
1364 "phpdocumentor/phpdocumentor": "2.*",
1365 "phploc/phploc": "2.*",
1366 "phpmd/phpmd": "2.*",
1367 "phpunit/phpunit": "^4.8.36 || ^7.0",
1368 "sebastian/phpcpd": "2.*",
1369 "squizlabs/php_codesniffer": "2.*"
1370 },
1371 "type": "library",
1372 "extra": {
1373 "patches_applied": {
1374 "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"
1375 }
1376 },
1377 "autoload": {
1378 "psr-4": {
1379 "PhpOffice\\Common\\": "src/Common/"
1380 }
1381 },
1382 "notification-url": "https://packagist.org/downloads/",
1383 "license": [
1384 "LGPL"
1385 ],
1386 "authors": [
1387 {
1388 "name": "Mark Baker"
1389 },
1390 {
1391 "name": "Franck Lefevre",
1392 "homepage": "http://rootslabs.net"
1393 }
1394 ],
1395 "description": "PHPOffice Common",
1396 "homepage": "http://phpoffice.github.io",
1397 "keywords": [
1398 "common",
1399 "component",
1400 "office",
1401 "php"
1402 ],
1403 "time": "2018-07-13T14:12:34+00:00"
1404 },
1405 {
1406 "name": "phpoffice/phpword",
1407 "version": "0.15.0",
1408 "source": {
1409 "type": "git",
1410 "url": "https://github.com/PHPOffice/PHPWord.git",
1411 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
1412 },
1413 "dist": {
1414 "type": "zip",
1415 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1416 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1417 "shasum": ""
1418 },
1419 "require": {
1420 "ext-xml": "*",
1421 "php": "^5.3.3 || ^7.0",
1422 "phpoffice/common": "^0.2.9",
1423 "zendframework/zend-escaper": "^2.2"
1424 },
1425 "require-dev": {
1426 "dompdf/dompdf": "0.8.*",
1427 "ext-gd": "*",
1428 "ext-zip": "*",
1429 "friendsofphp/php-cs-fixer": "^2.2",
1430 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
1431 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
1432 "phploc/phploc": "2.* || 3.* || 4.*",
1433 "phpmd/phpmd": "2.*",
1434 "phpunit/phpunit": "^4.8.36 || ^7.0",
1435 "squizlabs/php_codesniffer": "^2.9",
1436 "tecnickcom/tcpdf": "6.*"
1437 },
1438 "suggest": {
1439 "dompdf/dompdf": "Allows writing PDF",
1440 "ext-gd2": "Allows adding images",
1441 "ext-xmlwriter": "Allows writing OOXML and ODF",
1442 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
1443 "ext-zip": "Allows writing OOXML and ODF"
1444 },
1445 "type": "library",
1446 "extra": {
1447 "branch-alias": {
1448 "dev-develop": "0.16-dev"
1449 },
1450 "patches_applied": {
1451 "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"
1452 }
1453 },
1454 "autoload": {
1455 "psr-4": {
1456 "PhpOffice\\PhpWord\\": "src/PhpWord"
1457 }
1458 },
1459 "notification-url": "https://packagist.org/downloads/",
1460 "license": [
1461 "LGPL-3.0"
1462 ],
1463 "authors": [
1464 {
1465 "name": "Mark Baker"
1466 },
1467 {
1468 "name": "Gabriel Bull",
1469 "email": "me@gabrielbull.com",
1470 "homepage": "http://gabrielbull.com/"
1471 },
1472 {
1473 "name": "Ivan Lanin",
1474 "homepage": "http://ivan.lanin.org"
1475 },
1476 {
1477 "name": "Roman Syroeshko",
1478 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
1479 },
1480 {
1481 "name": "Franck Lefevre",
1482 "homepage": "https://rootslabs.net/blog/"
1483 },
1484 {
1485 "name": "Antoine de Troostembergh"
1486 }
1487 ],
1488 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
1489 "homepage": "http://phpoffice.github.io",
1490 "keywords": [
1491 "ISO IEC 29500",
1492 "OOXML",
1493 "Office Open XML",
1494 "OpenDocument",
1495 "OpenXML",
1496 "PhpOffice",
1497 "PhpWord",
1498 "Rich Text Format",
1499 "WordprocessingML",
1500 "doc",
1501 "docx",
1502 "html",
1503 "odf",
1504 "odt",
1505 "office",
1506 "pdf",
1507 "php",
1508 "reader",
1509 "rtf",
1510 "template",
1511 "template processor",
1512 "word",
1513 "writer"
1514 ],
1515 "time": "2018-07-14T16:59:43+00:00"
1516 },
1517 {
1518 "name": "phpseclib/phpseclib",
1519 "version": "1.0.7",
1520 "source": {
1521 "type": "git",
1522 "url": "https://github.com/phpseclib/phpseclib.git",
1523 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
1524 },
1525 "dist": {
1526 "type": "zip",
1527 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
1528 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
1529 "shasum": ""
1530 },
1531 "require": {
1532 "php": ">=5.0.0"
1533 },
1534 "require-dev": {
1535 "phing/phing": "~2.7",
1536 "phpunit/phpunit": "~4.0",
1537 "sami/sami": "~2.0",
1538 "squizlabs/php_codesniffer": "~2.0"
1539 },
1540 "suggest": {
1541 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1542 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
1543 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
1544 },
1545 "type": "library",
1546 "autoload": {
1547 "psr-0": {
1548 "Crypt": "phpseclib/",
1549 "File": "phpseclib/",
1550 "Math": "phpseclib/",
1551 "Net": "phpseclib/",
1552 "System": "phpseclib/"
1553 },
1554 "files": [
1555 "phpseclib/bootstrap.php",
1556 "phpseclib/Crypt/Random.php"
1557 ]
1558 },
1559 "notification-url": "https://packagist.org/downloads/",
1560 "include-path": [
1561 "phpseclib/"
1562 ],
1563 "license": [
1564 "MIT"
1565 ],
1566 "authors": [
1567 {
1568 "name": "Jim Wigginton",
1569 "email": "terrafrost@php.net",
1570 "role": "Lead Developer"
1571 },
1572 {
1573 "name": "Patrick Monnerat",
1574 "email": "pm@datasphere.ch",
1575 "role": "Developer"
1576 },
1577 {
1578 "name": "Andreas Fischer",
1579 "email": "bantu@phpbb.com",
1580 "role": "Developer"
1581 },
1582 {
1583 "name": "Hans-Jürgen Petrich",
1584 "email": "petrich@tronic-media.com",
1585 "role": "Developer"
1586 },
1587 {
1588 "name": "Graham Campbell",
1589 "email": "graham@alt-three.com",
1590 "role": "Developer"
1591 }
1592 ],
1593 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1594 "homepage": "http://phpseclib.sourceforge.net",
1595 "keywords": [
1596 "BigInteger",
1597 "aes",
1598 "asn.1",
1599 "asn1",
1600 "blowfish",
1601 "crypto",
1602 "cryptography",
1603 "encryption",
1604 "rsa",
1605 "security",
1606 "sftp",
1607 "signature",
1608 "signing",
1609 "ssh",
1610 "twofish",
1611 "x.509",
1612 "x509"
1613 ],
1614 "time": "2017-06-05T06:30:30+00:00"
1615 },
1616 {
1617 "name": "psr/cache",
1618 "version": "1.0.1",
1619 "source": {
1620 "type": "git",
1621 "url": "https://github.com/php-fig/cache.git",
1622 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1623 },
1624 "dist": {
1625 "type": "zip",
1626 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1627 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1628 "shasum": ""
1629 },
1630 "require": {
1631 "php": ">=5.3.0"
1632 },
1633 "type": "library",
1634 "extra": {
1635 "branch-alias": {
1636 "dev-master": "1.0.x-dev"
1637 }
1638 },
1639 "autoload": {
1640 "psr-4": {
1641 "Psr\\Cache\\": "src/"
1642 }
1643 },
1644 "notification-url": "https://packagist.org/downloads/",
1645 "license": [
1646 "MIT"
1647 ],
1648 "authors": [
1649 {
1650 "name": "PHP-FIG",
1651 "homepage": "http://www.php-fig.org/"
1652 }
1653 ],
1654 "description": "Common interface for caching libraries",
1655 "keywords": [
1656 "cache",
1657 "psr",
1658 "psr-6"
1659 ],
1660 "time": "2016-08-06T20:24:11+00:00"
1661 },
1662 {
1663 "name": "psr/container",
1664 "version": "1.0.0",
1665 "source": {
1666 "type": "git",
1667 "url": "https://github.com/php-fig/container.git",
1668 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1669 },
1670 "dist": {
1671 "type": "zip",
1672 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1673 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1674 "shasum": ""
1675 },
1676 "require": {
1677 "php": ">=5.3.0"
1678 },
1679 "type": "library",
1680 "extra": {
1681 "branch-alias": {
1682 "dev-master": "1.0.x-dev"
1683 }
1684 },
1685 "autoload": {
1686 "psr-4": {
1687 "Psr\\Container\\": "src/"
1688 }
1689 },
1690 "notification-url": "https://packagist.org/downloads/",
1691 "license": [
1692 "MIT"
1693 ],
1694 "authors": [
1695 {
1696 "name": "PHP-FIG",
1697 "homepage": "http://www.php-fig.org/"
1698 }
1699 ],
1700 "description": "Common Container Interface (PHP FIG PSR-11)",
1701 "homepage": "https://github.com/php-fig/container",
1702 "keywords": [
1703 "PSR-11",
1704 "container",
1705 "container-interface",
1706 "container-interop",
1707 "psr"
1708 ],
1709 "time": "2017-02-14T16:28:37+00:00"
1710 },
1711 {
1712 "name": "psr/http-message",
1713 "version": "1.0.1",
1714 "source": {
1715 "type": "git",
1716 "url": "https://github.com/php-fig/http-message.git",
1717 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1718 },
1719 "dist": {
1720 "type": "zip",
1721 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1722 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1723 "shasum": ""
1724 },
1725 "require": {
1726 "php": ">=5.3.0"
1727 },
1728 "type": "library",
1729 "extra": {
1730 "branch-alias": {
1731 "dev-master": "1.0.x-dev"
1732 }
1733 },
1734 "autoload": {
1735 "psr-4": {
1736 "Psr\\Http\\Message\\": "src/"
1737 }
1738 },
1739 "notification-url": "https://packagist.org/downloads/",
1740 "license": [
1741 "MIT"
1742 ],
1743 "authors": [
1744 {
1745 "name": "PHP-FIG",
1746 "homepage": "http://www.php-fig.org/"
1747 }
1748 ],
1749 "description": "Common interface for HTTP messages",
1750 "homepage": "https://github.com/php-fig/http-message",
1751 "keywords": [
1752 "http",
1753 "http-message",
1754 "psr",
1755 "psr-7",
1756 "request",
1757 "response"
1758 ],
1759 "time": "2016-08-06T14:39:51+00:00"
1760 },
1761 {
1762 "name": "psr/log",
1763 "version": "1.1.3",
1764 "source": {
1765 "type": "git",
1766 "url": "https://github.com/php-fig/log.git",
1767 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1768 },
1769 "dist": {
1770 "type": "zip",
1771 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1772 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1773 "shasum": ""
1774 },
1775 "require": {
1776 "php": ">=5.3.0"
1777 },
1778 "type": "library",
1779 "extra": {
1780 "branch-alias": {
1781 "dev-master": "1.1.x-dev"
1782 }
1783 },
1784 "autoload": {
1785 "psr-4": {
1786 "Psr\\Log\\": "Psr/Log/"
1787 }
1788 },
1789 "notification-url": "https://packagist.org/downloads/",
1790 "license": [
1791 "MIT"
1792 ],
1793 "authors": [
1794 {
1795 "name": "PHP-FIG",
1796 "homepage": "http://www.php-fig.org/"
1797 }
1798 ],
1799 "description": "Common interface for logging libraries",
1800 "homepage": "https://github.com/php-fig/log",
1801 "keywords": [
1802 "log",
1803 "psr",
1804 "psr-3"
1805 ],
1806 "time": "2020-03-23T09:12:05+00:00"
1807 },
1808 {
1809 "name": "psr/simple-cache",
1810 "version": "1.0.1",
1811 "source": {
1812 "type": "git",
1813 "url": "https://github.com/php-fig/simple-cache.git",
1814 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1815 },
1816 "dist": {
1817 "type": "zip",
1818 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1819 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1820 "shasum": ""
1821 },
1822 "require": {
1823 "php": ">=5.3.0"
1824 },
1825 "type": "library",
1826 "extra": {
1827 "branch-alias": {
1828 "dev-master": "1.0.x-dev"
1829 }
1830 },
1831 "autoload": {
1832 "psr-4": {
1833 "Psr\\SimpleCache\\": "src/"
1834 }
1835 },
1836 "notification-url": "https://packagist.org/downloads/",
1837 "license": [
1838 "MIT"
1839 ],
1840 "authors": [
1841 {
1842 "name": "PHP-FIG",
1843 "homepage": "http://www.php-fig.org/"
1844 }
1845 ],
1846 "description": "Common interfaces for simple caching",
1847 "keywords": [
1848 "cache",
1849 "caching",
1850 "psr",
1851 "psr-16",
1852 "simple-cache"
1853 ],
1854 "time": "2017-10-23T01:57:42+00:00"
1855 },
1856 {
1857 "name": "sabberworm/php-css-parser",
1858 "version": "8.3.0",
1859 "source": {
1860 "type": "git",
1861 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
1862 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
1863 },
1864 "dist": {
1865 "type": "zip",
1866 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1867 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1868 "shasum": ""
1869 },
1870 "require": {
1871 "php": ">=5.3.2"
1872 },
1873 "require-dev": {
1874 "codacy/coverage": "^1.4",
1875 "phpunit/phpunit": "~4.8"
1876 },
1877 "type": "library",
1878 "autoload": {
1879 "psr-0": {
1880 "Sabberworm\\CSS": "lib/"
1881 }
1882 },
1883 "notification-url": "https://packagist.org/downloads/",
1884 "license": [
1885 "MIT"
1886 ],
1887 "authors": [
1888 {
1889 "name": "Raphael Schweikert"
1890 }
1891 ],
1892 "description": "Parser for CSS Files written in PHP",
1893 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1894 "keywords": [
1895 "css",
1896 "parser",
1897 "stylesheet"
1898 ],
1899 "time": "2019-02-22T07:42:52+00:00"
1900 },
1901 {
1902 "name": "symfony/config",
1903 "version": "v3.4.40",
1904 "source": {
1905 "type": "git",
1906 "url": "https://github.com/symfony/config.git",
1907 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
1908 },
1909 "dist": {
1910 "type": "zip",
1911 "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
1912 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
1913 "shasum": ""
1914 },
1915 "require": {
1916 "php": "^5.5.9|>=7.0.8",
1917 "symfony/filesystem": "~2.8|~3.0|~4.0",
1918 "symfony/polyfill-ctype": "~1.8"
1919 },
1920 "conflict": {
1921 "symfony/dependency-injection": "<3.3",
1922 "symfony/finder": "<3.3"
1923 },
1924 "require-dev": {
1925 "symfony/dependency-injection": "~3.3|~4.0",
1926 "symfony/event-dispatcher": "~3.3|~4.0",
1927 "symfony/finder": "~3.3|~4.0",
1928 "symfony/yaml": "~3.0|~4.0"
1929 },
1930 "suggest": {
1931 "symfony/yaml": "To use the yaml reference dumper"
1932 },
1933 "type": "library",
1934 "extra": {
1935 "branch-alias": {
1936 "dev-master": "3.4-dev"
1937 }
1938 },
1939 "autoload": {
1940 "psr-4": {
1941 "Symfony\\Component\\Config\\": ""
1942 },
1943 "exclude-from-classmap": [
1944 "/Tests/"
1945 ]
1946 },
1947 "notification-url": "https://packagist.org/downloads/",
1948 "license": [
1949 "MIT"
1950 ],
1951 "authors": [
1952 {
1953 "name": "Fabien Potencier",
1954 "email": "fabien@symfony.com"
1955 },
1956 {
1957 "name": "Symfony Community",
1958 "homepage": "https://symfony.com/contributors"
1959 }
1960 ],
1961 "description": "Symfony Config Component",
1962 "homepage": "https://symfony.com",
1963 "time": "2020-04-12T14:33:46+00:00"
1964 },
1965 {
1966 "name": "symfony/dependency-injection",
1967 "version": "v3.4.40",
1968 "source": {
1969 "type": "git",
1970 "url": "https://github.com/symfony/dependency-injection.git",
1971 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
1972 },
1973 "dist": {
1974 "type": "zip",
1975 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
1976 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
1977 "shasum": ""
1978 },
1979 "require": {
1980 "php": "^5.5.9|>=7.0.8",
1981 "psr/container": "^1.0"
1982 },
1983 "conflict": {
1984 "symfony/config": "<3.3.7",
1985 "symfony/finder": "<3.3",
1986 "symfony/proxy-manager-bridge": "<3.4",
1987 "symfony/yaml": "<3.4"
1988 },
1989 "provide": {
1990 "psr/container-implementation": "1.0"
1991 },
1992 "require-dev": {
1993 "symfony/config": "~3.3|~4.0",
1994 "symfony/expression-language": "~2.8|~3.0|~4.0",
1995 "symfony/yaml": "~3.4|~4.0"
1996 },
1997 "suggest": {
1998 "symfony/config": "",
1999 "symfony/expression-language": "For using expressions in service container configuration",
2000 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2001 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2002 "symfony/yaml": ""
2003 },
2004 "type": "library",
2005 "extra": {
2006 "branch-alias": {
2007 "dev-master": "3.4-dev"
2008 }
2009 },
2010 "autoload": {
2011 "psr-4": {
2012 "Symfony\\Component\\DependencyInjection\\": ""
2013 },
2014 "exclude-from-classmap": [
2015 "/Tests/"
2016 ]
2017 },
2018 "notification-url": "https://packagist.org/downloads/",
2019 "license": [
2020 "MIT"
2021 ],
2022 "authors": [
2023 {
2024 "name": "Fabien Potencier",
2025 "email": "fabien@symfony.com"
2026 },
2027 {
2028 "name": "Symfony Community",
2029 "homepage": "https://symfony.com/contributors"
2030 }
2031 ],
2032 "description": "Symfony DependencyInjection Component",
2033 "homepage": "https://symfony.com",
2034 "time": "2020-04-13T09:33:40+00:00"
2035 },
2036 {
2037 "name": "symfony/event-dispatcher",
2038 "version": "v3.4.40",
2039 "source": {
2040 "type": "git",
2041 "url": "https://github.com/symfony/event-dispatcher.git",
2042 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
2043 },
2044 "dist": {
2045 "type": "zip",
2046 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2047 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2048 "shasum": ""
2049 },
2050 "require": {
2051 "php": "^5.5.9|>=7.0.8"
2052 },
2053 "conflict": {
2054 "symfony/dependency-injection": "<3.3"
2055 },
2056 "require-dev": {
2057 "psr/log": "~1.0",
2058 "symfony/config": "~2.8|~3.0|~4.0",
2059 "symfony/dependency-injection": "~3.3|~4.0",
2060 "symfony/expression-language": "~2.8|~3.0|~4.0",
2061 "symfony/stopwatch": "~2.8|~3.0|~4.0"
2062 },
2063 "suggest": {
2064 "symfony/dependency-injection": "",
2065 "symfony/http-kernel": ""
2066 },
2067 "type": "library",
2068 "extra": {
2069 "branch-alias": {
2070 "dev-master": "3.4-dev"
2071 }
2072 },
2073 "autoload": {
2074 "psr-4": {
2075 "Symfony\\Component\\EventDispatcher\\": ""
2076 },
2077 "exclude-from-classmap": [
2078 "/Tests/"
2079 ]
2080 },
2081 "notification-url": "https://packagist.org/downloads/",
2082 "license": [
2083 "MIT"
2084 ],
2085 "authors": [
2086 {
2087 "name": "Fabien Potencier",
2088 "email": "fabien@symfony.com"
2089 },
2090 {
2091 "name": "Symfony Community",
2092 "homepage": "https://symfony.com/contributors"
2093 }
2094 ],
2095 "description": "Symfony EventDispatcher Component",
2096 "homepage": "https://symfony.com",
2097 "time": "2020-03-15T09:38:08+00:00"
2098 },
2099 {
2100 "name": "symfony/filesystem",
2101 "version": "v3.4.40",
2102 "source": {
2103 "type": "git",
2104 "url": "https://github.com/symfony/filesystem.git",
2105 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
2106 },
2107 "dist": {
2108 "type": "zip",
2109 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2110 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2111 "shasum": ""
2112 },
2113 "require": {
2114 "php": "^5.5.9|>=7.0.8",
2115 "symfony/polyfill-ctype": "~1.8"
2116 },
2117 "type": "library",
2118 "extra": {
2119 "branch-alias": {
2120 "dev-master": "3.4-dev"
2121 }
2122 },
2123 "autoload": {
2124 "psr-4": {
2125 "Symfony\\Component\\Filesystem\\": ""
2126 },
2127 "exclude-from-classmap": [
2128 "/Tests/"
2129 ]
2130 },
2131 "notification-url": "https://packagist.org/downloads/",
2132 "license": [
2133 "MIT"
2134 ],
2135 "authors": [
2136 {
2137 "name": "Fabien Potencier",
2138 "email": "fabien@symfony.com"
2139 },
2140 {
2141 "name": "Symfony Community",
2142 "homepage": "https://symfony.com/contributors"
2143 }
2144 ],
2145 "description": "Symfony Filesystem Component",
2146 "homepage": "https://symfony.com",
2147 "time": "2020-04-12T16:54:01+00:00"
2148 },
2149 {
2150 "name": "symfony/finder",
2151 "version": "v3.4.40",
2152 "source": {
2153 "type": "git",
2154 "url": "https://github.com/symfony/finder.git",
2155 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
2156 },
2157 "dist": {
2158 "type": "zip",
2159 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2160 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
2161 "shasum": ""
2162 },
2163 "require": {
2164 "php": "^5.5.9|>=7.0.8"
2165 },
2166 "type": "library",
2167 "extra": {
2168 "branch-alias": {
2169 "dev-master": "3.4-dev"
2170 }
2171 },
2172 "autoload": {
2173 "psr-4": {
2174 "Symfony\\Component\\Finder\\": ""
2175 },
2176 "exclude-from-classmap": [
2177 "/Tests/"
2178 ]
2179 },
2180 "notification-url": "https://packagist.org/downloads/",
2181 "license": [
2182 "MIT"
2183 ],
2184 "authors": [
2185 {
2186 "name": "Fabien Potencier",
2187 "email": "fabien@symfony.com"
2188 },
2189 {
2190 "name": "Symfony Community",
2191 "homepage": "https://symfony.com/contributors"
2192 }
2193 ],
2194 "description": "Symfony Finder Component",
2195 "homepage": "https://symfony.com",
2196 "time": "2020-02-14T07:34:21+00:00"
2197 },
2198 {
2199 "name": "symfony/polyfill-ctype",
2200 "version": "v1.17.0",
2201 "source": {
2202 "type": "git",
2203 "url": "https://github.com/symfony/polyfill-ctype.git",
2204 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
2205 },
2206 "dist": {
2207 "type": "zip",
2208 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2209 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2210 "shasum": ""
2211 },
2212 "require": {
2213 "php": ">=5.3.3"
2214 },
2215 "suggest": {
2216 "ext-ctype": "For best performance"
2217 },
2218 "type": "library",
2219 "extra": {
2220 "branch-alias": {
2221 "dev-master": "1.17-dev"
2222 }
2223 },
2224 "autoload": {
2225 "psr-4": {
2226 "Symfony\\Polyfill\\Ctype\\": ""
2227 },
2228 "files": [
2229 "bootstrap.php"
2230 ]
2231 },
2232 "notification-url": "https://packagist.org/downloads/",
2233 "license": [
2234 "MIT"
2235 ],
2236 "authors": [
2237 {
2238 "name": "Gert de Pagter",
2239 "email": "BackEndTea@gmail.com"
2240 },
2241 {
2242 "name": "Symfony Community",
2243 "homepage": "https://symfony.com/contributors"
2244 }
2245 ],
2246 "description": "Symfony polyfill for ctype functions",
2247 "homepage": "https://symfony.com",
2248 "keywords": [
2249 "compatibility",
2250 "ctype",
2251 "polyfill",
2252 "portable"
2253 ],
2254 "time": "2020-05-12T16:14:59+00:00"
2255 },
2256 {
2257 "name": "symfony/polyfill-iconv",
2258 "version": "v1.17.0",
2259 "source": {
2260 "type": "git",
2261 "url": "https://github.com/symfony/polyfill-iconv.git",
2262 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
2263 },
2264 "dist": {
2265 "type": "zip",
2266 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
2267 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
2268 "shasum": ""
2269 },
2270 "require": {
2271 "php": ">=5.3.3"
2272 },
2273 "suggest": {
2274 "ext-iconv": "For best performance"
2275 },
2276 "type": "library",
2277 "extra": {
2278 "branch-alias": {
2279 "dev-master": "1.17-dev"
2280 }
2281 },
2282 "autoload": {
2283 "psr-4": {
2284 "Symfony\\Polyfill\\Iconv\\": ""
2285 },
2286 "files": [
2287 "bootstrap.php"
2288 ]
2289 },
2290 "notification-url": "https://packagist.org/downloads/",
2291 "license": [
2292 "MIT"
2293 ],
2294 "authors": [
2295 {
2296 "name": "Nicolas Grekas",
2297 "email": "p@tchwork.com"
2298 },
2299 {
2300 "name": "Symfony Community",
2301 "homepage": "https://symfony.com/contributors"
2302 }
2303 ],
2304 "description": "Symfony polyfill for the Iconv extension",
2305 "homepage": "https://symfony.com",
2306 "keywords": [
2307 "compatibility",
2308 "iconv",
2309 "polyfill",
2310 "portable",
2311 "shim"
2312 ],
2313 "time": "2020-05-12T16:47:27+00:00"
2314 },
2315 {
2316 "name": "symfony/process",
2317 "version": "v3.4.40",
2318 "source": {
2319 "type": "git",
2320 "url": "https://github.com/symfony/process.git",
2321 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
2322 },
2323 "dist": {
2324 "type": "zip",
2325 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
2326 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
2327 "shasum": ""
2328 },
2329 "require": {
2330 "php": "^5.5.9|>=7.0.8"
2331 },
2332 "type": "library",
2333 "extra": {
2334 "branch-alias": {
2335 "dev-master": "3.4-dev"
2336 }
2337 },
2338 "autoload": {
2339 "psr-4": {
2340 "Symfony\\Component\\Process\\": ""
2341 },
2342 "exclude-from-classmap": [
2343 "/Tests/"
2344 ]
2345 },
2346 "notification-url": "https://packagist.org/downloads/",
2347 "license": [
2348 "MIT"
2349 ],
2350 "authors": [
2351 {
2352 "name": "Fabien Potencier",
2353 "email": "fabien@symfony.com"
2354 },
2355 {
2356 "name": "Symfony Community",
2357 "homepage": "https://symfony.com/contributors"
2358 }
2359 ],
2360 "description": "Symfony Process Component",
2361 "homepage": "https://symfony.com",
2362 "time": "2020-04-12T14:33:46+00:00"
2363 },
2364 {
2365 "name": "tecnickcom/tcpdf",
2366 "version": "6.2.26",
2367 "source": {
2368 "type": "git",
2369 "url": "https://github.com/tecnickcom/TCPDF.git",
2370 "reference": "367241059ca166e3a76490f4448c284e0a161f15"
2371 },
2372 "dist": {
2373 "type": "zip",
2374 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2375 "reference": "367241059ca166e3a76490f4448c284e0a161f15",
2376 "shasum": ""
2377 },
2378 "require": {
2379 "php": ">=5.3.0"
2380 },
2381 "type": "library",
2382 "autoload": {
2383 "classmap": [
2384 "config",
2385 "include",
2386 "tcpdf.php",
2387 "tcpdf_parser.php",
2388 "tcpdf_import.php",
2389 "tcpdf_barcodes_1d.php",
2390 "tcpdf_barcodes_2d.php",
2391 "include/tcpdf_colors.php",
2392 "include/tcpdf_filters.php",
2393 "include/tcpdf_font_data.php",
2394 "include/tcpdf_fonts.php",
2395 "include/tcpdf_images.php",
2396 "include/tcpdf_static.php",
2397 "include/barcodes/datamatrix.php",
2398 "include/barcodes/pdf417.php",
2399 "include/barcodes/qrcode.php"
2400 ]
2401 },
2402 "notification-url": "https://packagist.org/downloads/",
2403 "license": [
2404 "LGPL-3.0"
2405 ],
2406 "authors": [
2407 {
2408 "name": "Nicola Asuni",
2409 "email": "info@tecnick.com",
2410 "role": "lead"
2411 }
2412 ],
2413 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2414 "homepage": "http://www.tcpdf.org/",
2415 "keywords": [
2416 "PDFD32000-2008",
2417 "TCPDF",
2418 "barcodes",
2419 "datamatrix",
2420 "pdf",
2421 "pdf417",
2422 "qrcode"
2423 ],
2424 "time": "2018-10-16T17:24:05+00:00"
2425 },
2426 {
2427 "name": "togos/gitignore",
2428 "version": "1.1.1",
2429 "source": {
2430 "type": "git",
2431 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
2432 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
2433 },
2434 "dist": {
2435 "type": "zip",
2436 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2437 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2438 "shasum": ""
2439 },
2440 "require": {
2441 "php": ">=5.2"
2442 },
2443 "require-dev": {
2444 "togos/simpler-test": "1.1.1"
2445 },
2446 "type": "library",
2447 "autoload": {
2448 "psr-0": {
2449 "TOGoS_GitIgnore_": "src/main/php/"
2450 }
2451 },
2452 "notification-url": "https://packagist.org/downloads/",
2453 "license": [
2454 "MIT"
2455 ],
2456 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
2457 "time": "2019-04-19T19:16:58+00:00"
2458 },
2459 {
2460 "name": "totten/ca-config",
2461 "version": "v17.05.0",
2462 "source": {
2463 "type": "git",
2464 "url": "https://github.com/totten/ca_config.git",
2465 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
2466 },
2467 "dist": {
2468 "type": "zip",
2469 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
2470 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
2471 "shasum": ""
2472 },
2473 "require": {
2474 "php": ">=5.2"
2475 },
2476 "type": "library",
2477 "autoload": {
2478 "psr-0": {
2479 "CA_Config": "src/"
2480 }
2481 },
2482 "notification-url": "https://packagist.org/downloads/",
2483 "license": [
2484 "BSD-2-Clause"
2485 ],
2486 "authors": [
2487 {
2488 "name": "Tim Otten",
2489 "email": "to-git@think.hm"
2490 }
2491 ],
2492 "description": "Default configuration for certificate authorities",
2493 "homepage": "https://github.com/totten/ca_config",
2494 "time": "2017-05-10T20:08:17+00:00"
2495 },
2496 {
2497 "name": "tplaner/when",
2498 "version": "3.0.0+php53",
2499 "dist": {
2500 "type": "zip",
2501 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
2502 },
2503 "require": {
2504 "php": ">=5.3.0"
2505 },
2506 "require-dev": {
2507 "phpunit/phpunit": "~4.0"
2508 },
2509 "type": "library",
2510 "autoload": {
2511 "psr-4": {
2512 "When\\": "src/"
2513 }
2514 },
2515 "license": [
2516 "MIT"
2517 ],
2518 "authors": [
2519 {
2520 "name": "Tom Planer",
2521 "email": "tplaner@gmail.com"
2522 }
2523 ],
2524 "description": "Date/Calendar recursion library.",
2525 "homepage": "https://github.com/tplaner/When",
2526 "keywords": [
2527 "DateTime",
2528 "date",
2529 "recurrence",
2530 "time"
2531 ]
2532 },
2533 {
2534 "name": "typo3/phar-stream-wrapper",
2535 "version": "v3.1.4",
2536 "source": {
2537 "type": "git",
2538 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
2539 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
2540 },
2541 "dist": {
2542 "type": "zip",
2543 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2544 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2545 "shasum": ""
2546 },
2547 "require": {
2548 "ext-json": "*",
2549 "php": "^7.0"
2550 },
2551 "require-dev": {
2552 "ext-xdebug": "*",
2553 "phpunit/phpunit": "^6.5"
2554 },
2555 "suggest": {
2556 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
2557 },
2558 "type": "library",
2559 "extra": {
2560 "branch-alias": {
2561 "dev-master": "v3.x-dev"
2562 }
2563 },
2564 "autoload": {
2565 "psr-4": {
2566 "TYPO3\\PharStreamWrapper\\": "src/"
2567 }
2568 },
2569 "notification-url": "https://packagist.org/downloads/",
2570 "license": [
2571 "MIT"
2572 ],
2573 "description": "Interceptors for PHP's native phar:// stream handling",
2574 "homepage": "https://typo3.org/",
2575 "keywords": [
2576 "phar",
2577 "php",
2578 "security",
2579 "stream-wrapper"
2580 ],
2581 "time": "2019-12-10T11:53:27+00:00"
2582 },
2583 {
2584 "name": "xkerman/restricted-unserialize",
2585 "version": "1.1.12",
2586 "source": {
2587 "type": "git",
2588 "url": "https://github.com/xKerman/restricted-unserialize.git",
2589 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
2590 },
2591 "dist": {
2592 "type": "zip",
2593 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
2594 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
2595 "shasum": ""
2596 },
2597 "require": {
2598 "php": ">=5.2"
2599 },
2600 "require-dev": {
2601 "nikic/php-parser": "^1.4|^3.0|^4.2",
2602 "phpmd/phpmd": "^2.6",
2603 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
2604 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
2605 "squizlabs/php_codesniffer": "^2.9|^3.4"
2606 },
2607 "type": "library",
2608 "autoload": {
2609 "files": [
2610 "src/function.php"
2611 ],
2612 "psr-4": {
2613 "xKerman\\Restricted\\": "src"
2614 }
2615 },
2616 "notification-url": "https://packagist.org/downloads/",
2617 "license": [
2618 "MIT"
2619 ],
2620 "authors": [
2621 {
2622 "name": "xKerman",
2623 "email": "xKhorasan@gmail.com"
2624 }
2625 ],
2626 "description": "provide PHP Object Injection safe unserialize function",
2627 "keywords": [
2628 "PHP Object Injection",
2629 "deserialize",
2630 "unserialize"
2631 ],
2632 "time": "2019-08-11T00:04:39+00:00"
2633 },
2634 {
2635 "name": "zendframework/zend-escaper",
2636 "version": "2.4.13",
2637 "source": {
2638 "type": "git",
2639 "url": "https://github.com/zendframework/zend-escaper.git",
2640 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
2641 },
2642 "dist": {
2643 "type": "zip",
2644 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
2645 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
2646 "shasum": ""
2647 },
2648 "require": {
2649 "php": ">=5.3.23"
2650 },
2651 "require-dev": {
2652 "fabpot/php-cs-fixer": "1.7.*",
2653 "phpunit/phpunit": "~4.0",
2654 "satooshi/php-coveralls": "dev-master"
2655 },
2656 "type": "library",
2657 "extra": {
2658 "branch-alias": {
2659 "dev-master": "2.4-dev",
2660 "dev-develop": "2.5-dev"
2661 }
2662 },
2663 "autoload": {
2664 "psr-4": {
2665 "Zend\\Escaper\\": "src/"
2666 }
2667 },
2668 "notification-url": "https://packagist.org/downloads/",
2669 "license": [
2670 "BSD-3-Clause"
2671 ],
2672 "homepage": "https://github.com/zendframework/zend-escaper",
2673 "keywords": [
2674 "escaper",
2675 "zf2"
2676 ],
2677 "abandoned": "laminas/laminas-escaper",
2678 "time": "2015-05-07T14:55:31+00:00"
2679 },
2680 {
2681 "name": "zetacomponents/base",
2682 "version": "1.9.1",
2683 "source": {
2684 "type": "git",
2685 "url": "https://github.com/zetacomponents/Base.git",
2686 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
2687 },
2688 "dist": {
2689 "type": "zip",
2690 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
2691 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
2692 "shasum": ""
2693 },
2694 "require-dev": {
2695 "phpunit/phpunit": "~5.7",
2696 "zetacomponents/unit-test": "*"
2697 },
2698 "type": "library",
2699 "autoload": {
2700 "classmap": [
2701 "src"
2702 ]
2703 },
2704 "notification-url": "https://packagist.org/downloads/",
2705 "license": [
2706 "Apache-2.0"
2707 ],
2708 "authors": [
2709 {
2710 "name": "Sergey Alexeev"
2711 },
2712 {
2713 "name": "Sebastian Bergmann"
2714 },
2715 {
2716 "name": "Jan Borsodi"
2717 },
2718 {
2719 "name": "Raymond Bosman"
2720 },
2721 {
2722 "name": "Frederik Holljen"
2723 },
2724 {
2725 "name": "Kore Nordmann"
2726 },
2727 {
2728 "name": "Derick Rethans"
2729 },
2730 {
2731 "name": "Vadym Savchuk"
2732 },
2733 {
2734 "name": "Tobias Schlitt"
2735 },
2736 {
2737 "name": "Alexandru Stanoi"
2738 }
2739 ],
2740 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2741 "homepage": "https://github.com/zetacomponents",
2742 "time": "2017-11-28T11:30:00+00:00"
2743 },
2744 {
2745 "name": "zetacomponents/mail",
2746 "version": "1.9.1",
2747 "source": {
2748 "type": "git",
2749 "url": "https://github.com/zetacomponents/Mail.git",
2750 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d"
2751 },
2752 "dist": {
2753 "type": "zip",
2754 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
2755 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
2756 "shasum": ""
2757 },
2758 "require": {
2759 "zetacomponents/base": "~1.8"
2760 },
2761 "require-dev": {
2762 "zetacomponents/unit-test": "*"
2763 },
2764 "type": "library",
2765 "extra": {
2766 "patches_applied": {
2767 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
2768 }
2769 },
2770 "autoload": {
2771 "classmap": [
2772 "src"
2773 ]
2774 },
2775 "notification-url": "https://packagist.org/downloads/",
2776 "license": [
2777 "Apache-2.0"
2778 ],
2779 "authors": [
2780 {
2781 "name": "Sergey Alexeev"
2782 },
2783 {
2784 "name": "Sebastian Bergmann"
2785 },
2786 {
2787 "name": "Jan Borsodi"
2788 },
2789 {
2790 "name": "Raymond Bosman"
2791 },
2792 {
2793 "name": "Frederik Holljen"
2794 },
2795 {
2796 "name": "Kore Nordmann"
2797 },
2798 {
2799 "name": "Derick Rethans"
2800 },
2801 {
2802 "name": "Vadym Savchuk"
2803 },
2804 {
2805 "name": "Tobias Schlitt"
2806 },
2807 {
2808 "name": "Alexandru Stanoi"
2809 },
2810 {
2811 "name": "Sinisa Dukaric"
2812 },
2813 {
2814 "name": "Mikko Koppanen"
2815 },
2816 {
2817 "name": "Christian Michel"
2818 }
2819 ],
2820 "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.",
2821 "homepage": "https://github.com/zetacomponents",
2822 "time": "2020-01-17T11:18:01+00:00"
2823 }
2824 ],
2825 "packages-dev": [],
2826 "aliases": [],
2827 "minimum-stability": "stable",
2828 "stability-flags": {
2829 "pear/validate_finance_creditcard": 20
2830 },
2831 "prefer-stable": false,
2832 "prefer-lowest": false,
2833 "platform": {
2834 "php": "~7.1"
2835 },
2836 "platform-dev": [],
2837 "platform-overrides": {
2838 "php": "7.1"
2839 }
2840 }