Fix CustomDataView.tpl plain empty memo field.
[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": "790ef555de5c4f1ce33035b02aadcbcc",
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.08",
169 "source": {
170 "type": "git",
171 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
172 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22"
173 },
174 "dist": {
175 "type": "zip",
176 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/5a142bc4d24b7f8c830f59768b405ec74d582f22",
177 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22",
178 "shasum": ""
179 },
180 "require": {
181 "phpseclib/phpseclib": "1.0.*",
182 "psr/log": "~1.1"
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": "2019-01-08T19:20:09+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.1",
894 "source": {
895 "type": "git",
896 "url": "https://github.com/pear/Log.git",
897 "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803"
898 },
899 "dist": {
900 "type": "zip",
901 "url": "https://api.github.com/repos/pear/Log/zipball/c4be9ded2353c7c231d4c35cc3da75b209453803",
902 "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803",
903 "shasum": ""
904 },
905 "require": {
906 "pear/pear_exception": "1.0.0",
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": "2016-04-16T00:49:33+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 "autoload": {
970 "psr-0": {
971 "Mail": "./"
972 }
973 },
974 "notification-url": "https://packagist.org/downloads/",
975 "include-path": [
976 "./"
977 ],
978 "license": [
979 "BSD-2-Clause"
980 ],
981 "authors": [
982 {
983 "name": "Chuck Hagenbuch",
984 "email": "chuck@horde.org",
985 "role": "Lead"
986 },
987 {
988 "name": "Richard Heyes",
989 "email": "richard@phpguru.org",
990 "role": "Developer"
991 },
992 {
993 "name": "Aleksander Machniak",
994 "email": "alec@alec.pl",
995 "role": "Developer"
996 }
997 ],
998 "description": "Class that provides multiple interfaces for sending emails.",
999 "homepage": "http://pear.php.net/package/Mail",
1000 "time": "2017-04-11T17:27:29+00:00"
1001 },
1002 {
1003 "name": "pear/net_smtp",
1004 "version": "1.9.0",
1005 "source": {
1006 "type": "git",
1007 "url": "https://github.com/pear/Net_SMTP.git",
1008 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
1009 },
1010 "dist": {
1011 "type": "zip",
1012 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1013 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
1014 "shasum": ""
1015 },
1016 "require": {
1017 "pear/net_socket": "@stable",
1018 "pear/pear-core-minimal": "@stable",
1019 "php": ">=5.4.0"
1020 },
1021 "require-dev": {
1022 "phpunit/phpunit": "*"
1023 },
1024 "suggest": {
1025 "pear/auth_sasl": "Install optionally via your project's composer.json"
1026 },
1027 "type": "library",
1028 "extra": {
1029 "patches_applied": {
1030 "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"
1031 }
1032 },
1033 "autoload": {
1034 "psr-0": {
1035 "Net": "./"
1036 }
1037 },
1038 "notification-url": "https://packagist.org/downloads/",
1039 "include-path": [
1040 "./"
1041 ],
1042 "license": [
1043 "BSD-2-Clause"
1044 ],
1045 "authors": [
1046 {
1047 "name": "Jon Parise",
1048 "email": "jon@php.net",
1049 "homepage": "https://www.indelible.org",
1050 "role": "Lead"
1051 },
1052 {
1053 "name": "Chuck Hagenbuch",
1054 "email": "chuck@horde.org",
1055 "role": "Lead"
1056 }
1057 ],
1058 "description": "An implementation of the SMTP protocol",
1059 "homepage": "https://pear.github.io/Net_SMTP/",
1060 "keywords": [
1061 "email",
1062 "mail",
1063 "smtp"
1064 ],
1065 "time": "2019-11-30T23:40:31+00:00"
1066 },
1067 {
1068 "name": "pear/net_socket",
1069 "version": "1.0.14",
1070 "source": {
1071 "type": "git",
1072 "url": "https://github.com/pear/Net_Socket.git",
1073 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
1074 },
1075 "dist": {
1076 "type": "zip",
1077 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
1078 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
1079 "shasum": ""
1080 },
1081 "require": {
1082 "pear/pear_exception": "*"
1083 },
1084 "require-dev": {
1085 "phpunit/phpunit": "*"
1086 },
1087 "type": "library",
1088 "autoload": {
1089 "psr-0": {
1090 "Net": "./"
1091 }
1092 },
1093 "notification-url": "https://packagist.org/downloads/",
1094 "include-path": [
1095 "./"
1096 ],
1097 "license": [
1098 "PHP License"
1099 ],
1100 "authors": [
1101 {
1102 "name": "Chuck Hagenbuch",
1103 "email": "chuck@horde.org",
1104 "role": "Lead"
1105 },
1106 {
1107 "name": "Aleksander Machniak",
1108 "email": "alec@php.net",
1109 "role": "Lead"
1110 },
1111 {
1112 "name": "Stig Bakken",
1113 "email": "stig@php.net",
1114 "role": "Lead"
1115 }
1116 ],
1117 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1118 "time": "2014-02-20T19:27:06+00:00"
1119 },
1120 {
1121 "name": "pear/pear-core-minimal",
1122 "version": "v1.10.7",
1123 "source": {
1124 "type": "git",
1125 "url": "https://github.com/pear/pear-core-minimal.git",
1126 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
1127 },
1128 "dist": {
1129 "type": "zip",
1130 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
1131 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
1132 "shasum": ""
1133 },
1134 "require": {
1135 "pear/console_getopt": "~1.4",
1136 "pear/pear_exception": "~1.0"
1137 },
1138 "replace": {
1139 "rsky/pear-core-min": "self.version"
1140 },
1141 "type": "library",
1142 "autoload": {
1143 "psr-0": {
1144 "": "src/"
1145 }
1146 },
1147 "notification-url": "https://packagist.org/downloads/",
1148 "include-path": [
1149 "src/"
1150 ],
1151 "license": [
1152 "BSD-3-Clause"
1153 ],
1154 "authors": [
1155 {
1156 "name": "Christian Weiske",
1157 "email": "cweiske@php.net",
1158 "role": "Lead"
1159 }
1160 ],
1161 "description": "Minimal set of PEAR core files to be used as composer dependency",
1162 "time": "2018-12-05T20:03:52+00:00"
1163 },
1164 {
1165 "name": "pear/pear_exception",
1166 "version": "v1.0.0",
1167 "source": {
1168 "type": "git",
1169 "url": "https://github.com/pear/PEAR_Exception.git",
1170 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
1171 },
1172 "dist": {
1173 "type": "zip",
1174 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
1175 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
1176 "shasum": ""
1177 },
1178 "require": {
1179 "php": ">=4.4.0"
1180 },
1181 "require-dev": {
1182 "phpunit/phpunit": "*"
1183 },
1184 "type": "class",
1185 "extra": {
1186 "branch-alias": {
1187 "dev-master": "1.0.x-dev"
1188 }
1189 },
1190 "autoload": {
1191 "psr-0": {
1192 "PEAR": ""
1193 }
1194 },
1195 "notification-url": "https://packagist.org/downloads/",
1196 "include-path": [
1197 "."
1198 ],
1199 "license": [
1200 "BSD-2-Clause"
1201 ],
1202 "authors": [
1203 {
1204 "name": "Helgi Thormar",
1205 "email": "dufuz@php.net"
1206 },
1207 {
1208 "name": "Greg Beaver",
1209 "email": "cellog@php.net"
1210 }
1211 ],
1212 "description": "The PEAR Exception base class.",
1213 "homepage": "https://github.com/pear/PEAR_Exception",
1214 "keywords": [
1215 "exception"
1216 ],
1217 "time": "2015-02-10T20:07:52+00:00"
1218 },
1219 {
1220 "name": "pear/validate_finance_creditcard",
1221 "version": "dev-master",
1222 "source": {
1223 "type": "git",
1224 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
1225 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
1226 },
1227 "dist": {
1228 "type": "zip",
1229 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1230 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
1231 "shasum": ""
1232 },
1233 "require": {
1234 "pear/pear_exception": "*",
1235 "php": ">=5.2.1"
1236 },
1237 "require-dev": {
1238 "phpunit/phpunit": "*"
1239 },
1240 "type": "library",
1241 "autoload": {
1242 "psr-0": {
1243 "Validate": "./"
1244 }
1245 },
1246 "notification-url": "https://packagist.org/downloads/",
1247 "include-path": [
1248 "./"
1249 ],
1250 "license": [
1251 "New BSD"
1252 ],
1253 "authors": [
1254 {
1255 "name": "Philippe Jausions",
1256 "email": "Philippe.Jausions@11abacus.com",
1257 "role": "Lead"
1258 }
1259 ],
1260 "description": "Validation class for credit cards.",
1261 "time": "2016-09-12T08:01:21+00:00"
1262 },
1263 {
1264 "name": "phenx/php-font-lib",
1265 "version": "0.5",
1266 "source": {
1267 "type": "git",
1268 "url": "https://github.com/PhenX/php-font-lib.git",
1269 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
1270 },
1271 "dist": {
1272 "type": "zip",
1273 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
1274 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
1275 "shasum": ""
1276 },
1277 "require-dev": {
1278 "phpunit/phpunit": "^4.8"
1279 },
1280 "type": "library",
1281 "autoload": {
1282 "psr-4": {
1283 "FontLib\\": "src/FontLib"
1284 }
1285 },
1286 "notification-url": "https://packagist.org/downloads/",
1287 "license": [
1288 "LGPL-3.0"
1289 ],
1290 "authors": [
1291 {
1292 "name": "Fabien Ménager",
1293 "email": "fabien.menager@gmail.com"
1294 }
1295 ],
1296 "description": "A library to read, parse, export and make subsets of different types of font files.",
1297 "homepage": "https://github.com/PhenX/php-font-lib",
1298 "time": "2017-02-11T10:58:43+00:00"
1299 },
1300 {
1301 "name": "phenx/php-svg-lib",
1302 "version": "v0.3.3",
1303 "source": {
1304 "type": "git",
1305 "url": "https://github.com/PhenX/php-svg-lib.git",
1306 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
1307 },
1308 "dist": {
1309 "type": "zip",
1310 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1311 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1312 "shasum": ""
1313 },
1314 "require": {
1315 "sabberworm/php-css-parser": "^8.3"
1316 },
1317 "require-dev": {
1318 "phpunit/phpunit": "^5.5|^6.5"
1319 },
1320 "type": "library",
1321 "autoload": {
1322 "psr-4": {
1323 "Svg\\": "src/Svg"
1324 }
1325 },
1326 "notification-url": "https://packagist.org/downloads/",
1327 "license": [
1328 "LGPL-3.0"
1329 ],
1330 "authors": [
1331 {
1332 "name": "Fabien Ménager",
1333 "email": "fabien.menager@gmail.com"
1334 }
1335 ],
1336 "description": "A library to read, parse and export to PDF SVG files.",
1337 "homepage": "https://github.com/PhenX/php-svg-lib",
1338 "time": "2019-09-11T20:02:13+00:00"
1339 },
1340 {
1341 "name": "phpoffice/common",
1342 "version": "0.2.9",
1343 "source": {
1344 "type": "git",
1345 "url": "https://github.com/PHPOffice/Common.git",
1346 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
1347 },
1348 "dist": {
1349 "type": "zip",
1350 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1351 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1352 "shasum": ""
1353 },
1354 "require": {
1355 "pclzip/pclzip": "^2.8",
1356 "php": ">=5.3.0"
1357 },
1358 "require-dev": {
1359 "phpdocumentor/phpdocumentor": "2.*",
1360 "phploc/phploc": "2.*",
1361 "phpmd/phpmd": "2.*",
1362 "phpunit/phpunit": "^4.8.36 || ^7.0",
1363 "sebastian/phpcpd": "2.*",
1364 "squizlabs/php_codesniffer": "2.*"
1365 },
1366 "type": "library",
1367 "extra": {
1368 "patches_applied": {
1369 "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"
1370 }
1371 },
1372 "autoload": {
1373 "psr-4": {
1374 "PhpOffice\\Common\\": "src/Common/"
1375 }
1376 },
1377 "notification-url": "https://packagist.org/downloads/",
1378 "license": [
1379 "LGPL"
1380 ],
1381 "authors": [
1382 {
1383 "name": "Mark Baker"
1384 },
1385 {
1386 "name": "Franck Lefevre",
1387 "homepage": "http://rootslabs.net"
1388 }
1389 ],
1390 "description": "PHPOffice Common",
1391 "homepage": "http://phpoffice.github.io",
1392 "keywords": [
1393 "common",
1394 "component",
1395 "office",
1396 "php"
1397 ],
1398 "time": "2018-07-13T14:12:34+00:00"
1399 },
1400 {
1401 "name": "phpoffice/phpword",
1402 "version": "0.15.0",
1403 "source": {
1404 "type": "git",
1405 "url": "https://github.com/PHPOffice/PHPWord.git",
1406 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
1407 },
1408 "dist": {
1409 "type": "zip",
1410 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1411 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1412 "shasum": ""
1413 },
1414 "require": {
1415 "ext-xml": "*",
1416 "php": "^5.3.3 || ^7.0",
1417 "phpoffice/common": "^0.2.9",
1418 "zendframework/zend-escaper": "^2.2"
1419 },
1420 "require-dev": {
1421 "dompdf/dompdf": "0.8.*",
1422 "ext-gd": "*",
1423 "ext-zip": "*",
1424 "friendsofphp/php-cs-fixer": "^2.2",
1425 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
1426 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
1427 "phploc/phploc": "2.* || 3.* || 4.*",
1428 "phpmd/phpmd": "2.*",
1429 "phpunit/phpunit": "^4.8.36 || ^7.0",
1430 "squizlabs/php_codesniffer": "^2.9",
1431 "tecnickcom/tcpdf": "6.*"
1432 },
1433 "suggest": {
1434 "dompdf/dompdf": "Allows writing PDF",
1435 "ext-gd2": "Allows adding images",
1436 "ext-xmlwriter": "Allows writing OOXML and ODF",
1437 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
1438 "ext-zip": "Allows writing OOXML and ODF"
1439 },
1440 "type": "library",
1441 "extra": {
1442 "branch-alias": {
1443 "dev-develop": "0.16-dev"
1444 },
1445 "patches_applied": {
1446 "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"
1447 }
1448 },
1449 "autoload": {
1450 "psr-4": {
1451 "PhpOffice\\PhpWord\\": "src/PhpWord"
1452 }
1453 },
1454 "notification-url": "https://packagist.org/downloads/",
1455 "license": [
1456 "LGPL-3.0"
1457 ],
1458 "authors": [
1459 {
1460 "name": "Mark Baker"
1461 },
1462 {
1463 "name": "Gabriel Bull",
1464 "email": "me@gabrielbull.com",
1465 "homepage": "http://gabrielbull.com/"
1466 },
1467 {
1468 "name": "Ivan Lanin",
1469 "homepage": "http://ivan.lanin.org"
1470 },
1471 {
1472 "name": "Roman Syroeshko",
1473 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
1474 },
1475 {
1476 "name": "Franck Lefevre",
1477 "homepage": "https://rootslabs.net/blog/"
1478 },
1479 {
1480 "name": "Antoine de Troostembergh"
1481 }
1482 ],
1483 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
1484 "homepage": "http://phpoffice.github.io",
1485 "keywords": [
1486 "ISO IEC 29500",
1487 "OOXML",
1488 "Office Open XML",
1489 "OpenDocument",
1490 "OpenXML",
1491 "PhpOffice",
1492 "PhpWord",
1493 "Rich Text Format",
1494 "WordprocessingML",
1495 "doc",
1496 "docx",
1497 "html",
1498 "odf",
1499 "odt",
1500 "office",
1501 "pdf",
1502 "php",
1503 "reader",
1504 "rtf",
1505 "template",
1506 "template processor",
1507 "word",
1508 "writer"
1509 ],
1510 "time": "2018-07-14T16:59:43+00:00"
1511 },
1512 {
1513 "name": "phpseclib/phpseclib",
1514 "version": "1.0.7",
1515 "source": {
1516 "type": "git",
1517 "url": "https://github.com/phpseclib/phpseclib.git",
1518 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
1519 },
1520 "dist": {
1521 "type": "zip",
1522 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
1523 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
1524 "shasum": ""
1525 },
1526 "require": {
1527 "php": ">=5.0.0"
1528 },
1529 "require-dev": {
1530 "phing/phing": "~2.7",
1531 "phpunit/phpunit": "~4.0",
1532 "sami/sami": "~2.0",
1533 "squizlabs/php_codesniffer": "~2.0"
1534 },
1535 "suggest": {
1536 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1537 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
1538 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
1539 },
1540 "type": "library",
1541 "autoload": {
1542 "psr-0": {
1543 "Crypt": "phpseclib/",
1544 "File": "phpseclib/",
1545 "Math": "phpseclib/",
1546 "Net": "phpseclib/",
1547 "System": "phpseclib/"
1548 },
1549 "files": [
1550 "phpseclib/bootstrap.php",
1551 "phpseclib/Crypt/Random.php"
1552 ]
1553 },
1554 "notification-url": "https://packagist.org/downloads/",
1555 "include-path": [
1556 "phpseclib/"
1557 ],
1558 "license": [
1559 "MIT"
1560 ],
1561 "authors": [
1562 {
1563 "name": "Jim Wigginton",
1564 "email": "terrafrost@php.net",
1565 "role": "Lead Developer"
1566 },
1567 {
1568 "name": "Patrick Monnerat",
1569 "email": "pm@datasphere.ch",
1570 "role": "Developer"
1571 },
1572 {
1573 "name": "Andreas Fischer",
1574 "email": "bantu@phpbb.com",
1575 "role": "Developer"
1576 },
1577 {
1578 "name": "Hans-Jürgen Petrich",
1579 "email": "petrich@tronic-media.com",
1580 "role": "Developer"
1581 },
1582 {
1583 "name": "Graham Campbell",
1584 "email": "graham@alt-three.com",
1585 "role": "Developer"
1586 }
1587 ],
1588 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1589 "homepage": "http://phpseclib.sourceforge.net",
1590 "keywords": [
1591 "BigInteger",
1592 "aes",
1593 "asn.1",
1594 "asn1",
1595 "blowfish",
1596 "crypto",
1597 "cryptography",
1598 "encryption",
1599 "rsa",
1600 "security",
1601 "sftp",
1602 "signature",
1603 "signing",
1604 "ssh",
1605 "twofish",
1606 "x.509",
1607 "x509"
1608 ],
1609 "time": "2017-06-05T06:30:30+00:00"
1610 },
1611 {
1612 "name": "psr/cache",
1613 "version": "1.0.1",
1614 "source": {
1615 "type": "git",
1616 "url": "https://github.com/php-fig/cache.git",
1617 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1618 },
1619 "dist": {
1620 "type": "zip",
1621 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1622 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1623 "shasum": ""
1624 },
1625 "require": {
1626 "php": ">=5.3.0"
1627 },
1628 "type": "library",
1629 "extra": {
1630 "branch-alias": {
1631 "dev-master": "1.0.x-dev"
1632 }
1633 },
1634 "autoload": {
1635 "psr-4": {
1636 "Psr\\Cache\\": "src/"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "MIT"
1642 ],
1643 "authors": [
1644 {
1645 "name": "PHP-FIG",
1646 "homepage": "http://www.php-fig.org/"
1647 }
1648 ],
1649 "description": "Common interface for caching libraries",
1650 "keywords": [
1651 "cache",
1652 "psr",
1653 "psr-6"
1654 ],
1655 "time": "2016-08-06T20:24:11+00:00"
1656 },
1657 {
1658 "name": "psr/http-message",
1659 "version": "1.0.1",
1660 "source": {
1661 "type": "git",
1662 "url": "https://github.com/php-fig/http-message.git",
1663 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1664 },
1665 "dist": {
1666 "type": "zip",
1667 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1668 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1669 "shasum": ""
1670 },
1671 "require": {
1672 "php": ">=5.3.0"
1673 },
1674 "type": "library",
1675 "extra": {
1676 "branch-alias": {
1677 "dev-master": "1.0.x-dev"
1678 }
1679 },
1680 "autoload": {
1681 "psr-4": {
1682 "Psr\\Http\\Message\\": "src/"
1683 }
1684 },
1685 "notification-url": "https://packagist.org/downloads/",
1686 "license": [
1687 "MIT"
1688 ],
1689 "authors": [
1690 {
1691 "name": "PHP-FIG",
1692 "homepage": "http://www.php-fig.org/"
1693 }
1694 ],
1695 "description": "Common interface for HTTP messages",
1696 "homepage": "https://github.com/php-fig/http-message",
1697 "keywords": [
1698 "http",
1699 "http-message",
1700 "psr",
1701 "psr-7",
1702 "request",
1703 "response"
1704 ],
1705 "time": "2016-08-06T14:39:51+00:00"
1706 },
1707 {
1708 "name": "psr/log",
1709 "version": "1.1.2",
1710 "source": {
1711 "type": "git",
1712 "url": "https://github.com/php-fig/log.git",
1713 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
1714 },
1715 "dist": {
1716 "type": "zip",
1717 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1718 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
1719 "shasum": ""
1720 },
1721 "require": {
1722 "php": ">=5.3.0"
1723 },
1724 "type": "library",
1725 "extra": {
1726 "branch-alias": {
1727 "dev-master": "1.1.x-dev"
1728 }
1729 },
1730 "autoload": {
1731 "psr-4": {
1732 "Psr\\Log\\": "Psr/Log/"
1733 }
1734 },
1735 "notification-url": "https://packagist.org/downloads/",
1736 "license": [
1737 "MIT"
1738 ],
1739 "authors": [
1740 {
1741 "name": "PHP-FIG",
1742 "homepage": "http://www.php-fig.org/"
1743 }
1744 ],
1745 "description": "Common interface for logging libraries",
1746 "homepage": "https://github.com/php-fig/log",
1747 "keywords": [
1748 "log",
1749 "psr",
1750 "psr-3"
1751 ],
1752 "time": "2019-11-01T11:05:21+00:00"
1753 },
1754 {
1755 "name": "psr/simple-cache",
1756 "version": "1.0.1",
1757 "source": {
1758 "type": "git",
1759 "url": "https://github.com/php-fig/simple-cache.git",
1760 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1761 },
1762 "dist": {
1763 "type": "zip",
1764 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1765 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1766 "shasum": ""
1767 },
1768 "require": {
1769 "php": ">=5.3.0"
1770 },
1771 "type": "library",
1772 "extra": {
1773 "branch-alias": {
1774 "dev-master": "1.0.x-dev"
1775 }
1776 },
1777 "autoload": {
1778 "psr-4": {
1779 "Psr\\SimpleCache\\": "src/"
1780 }
1781 },
1782 "notification-url": "https://packagist.org/downloads/",
1783 "license": [
1784 "MIT"
1785 ],
1786 "authors": [
1787 {
1788 "name": "PHP-FIG",
1789 "homepage": "http://www.php-fig.org/"
1790 }
1791 ],
1792 "description": "Common interfaces for simple caching",
1793 "keywords": [
1794 "cache",
1795 "caching",
1796 "psr",
1797 "psr-16",
1798 "simple-cache"
1799 ],
1800 "time": "2017-10-23T01:57:42+00:00"
1801 },
1802 {
1803 "name": "sabberworm/php-css-parser",
1804 "version": "8.3.0",
1805 "source": {
1806 "type": "git",
1807 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
1808 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
1809 },
1810 "dist": {
1811 "type": "zip",
1812 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1813 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1814 "shasum": ""
1815 },
1816 "require": {
1817 "php": ">=5.3.2"
1818 },
1819 "require-dev": {
1820 "codacy/coverage": "^1.4",
1821 "phpunit/phpunit": "~4.8"
1822 },
1823 "type": "library",
1824 "autoload": {
1825 "psr-0": {
1826 "Sabberworm\\CSS": "lib/"
1827 }
1828 },
1829 "notification-url": "https://packagist.org/downloads/",
1830 "license": [
1831 "MIT"
1832 ],
1833 "authors": [
1834 {
1835 "name": "Raphael Schweikert"
1836 }
1837 ],
1838 "description": "Parser for CSS Files written in PHP",
1839 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1840 "keywords": [
1841 "css",
1842 "parser",
1843 "stylesheet"
1844 ],
1845 "time": "2019-02-22T07:42:52+00:00"
1846 },
1847 {
1848 "name": "symfony/config",
1849 "version": "v2.8.50",
1850 "source": {
1851 "type": "git",
1852 "url": "https://github.com/symfony/config.git",
1853 "reference": "7dd5f5040dc04c118d057fb5886563963eb70011"
1854 },
1855 "dist": {
1856 "type": "zip",
1857 "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011",
1858 "reference": "7dd5f5040dc04c118d057fb5886563963eb70011",
1859 "shasum": ""
1860 },
1861 "require": {
1862 "php": ">=5.3.9",
1863 "symfony/filesystem": "~2.3|~3.0.0",
1864 "symfony/polyfill-ctype": "~1.8"
1865 },
1866 "require-dev": {
1867 "symfony/yaml": "~2.7|~3.0.0"
1868 },
1869 "suggest": {
1870 "symfony/yaml": "To use the yaml reference dumper"
1871 },
1872 "type": "library",
1873 "extra": {
1874 "branch-alias": {
1875 "dev-master": "2.8-dev"
1876 }
1877 },
1878 "autoload": {
1879 "psr-4": {
1880 "Symfony\\Component\\Config\\": ""
1881 },
1882 "exclude-from-classmap": [
1883 "/Tests/"
1884 ]
1885 },
1886 "notification-url": "https://packagist.org/downloads/",
1887 "license": [
1888 "MIT"
1889 ],
1890 "authors": [
1891 {
1892 "name": "Fabien Potencier",
1893 "email": "fabien@symfony.com"
1894 },
1895 {
1896 "name": "Symfony Community",
1897 "homepage": "https://symfony.com/contributors"
1898 }
1899 ],
1900 "description": "Symfony Config Component",
1901 "homepage": "https://symfony.com",
1902 "time": "2018-11-26T09:38:12+00:00"
1903 },
1904 {
1905 "name": "symfony/dependency-injection",
1906 "version": "v2.8.50",
1907 "source": {
1908 "type": "git",
1909 "url": "https://github.com/symfony/dependency-injection.git",
1910 "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8"
1911 },
1912 "dist": {
1913 "type": "zip",
1914 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c306198fee8f872a8f5f031e6e4f6f83086992d8",
1915 "reference": "c306198fee8f872a8f5f031e6e4f6f83086992d8",
1916 "shasum": ""
1917 },
1918 "require": {
1919 "php": ">=5.3.9"
1920 },
1921 "conflict": {
1922 "symfony/expression-language": "<2.6"
1923 },
1924 "require-dev": {
1925 "symfony/config": "~2.2|~3.0.0",
1926 "symfony/expression-language": "~2.6|~3.0.0",
1927 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
1928 },
1929 "suggest": {
1930 "symfony/config": "",
1931 "symfony/expression-language": "For using expressions in service container configuration",
1932 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1933 "symfony/yaml": ""
1934 },
1935 "type": "library",
1936 "extra": {
1937 "branch-alias": {
1938 "dev-master": "2.8-dev"
1939 }
1940 },
1941 "autoload": {
1942 "psr-4": {
1943 "Symfony\\Component\\DependencyInjection\\": ""
1944 },
1945 "exclude-from-classmap": [
1946 "/Tests/"
1947 ]
1948 },
1949 "notification-url": "https://packagist.org/downloads/",
1950 "license": [
1951 "MIT"
1952 ],
1953 "authors": [
1954 {
1955 "name": "Fabien Potencier",
1956 "email": "fabien@symfony.com"
1957 },
1958 {
1959 "name": "Symfony Community",
1960 "homepage": "https://symfony.com/contributors"
1961 }
1962 ],
1963 "description": "Symfony DependencyInjection Component",
1964 "homepage": "https://symfony.com",
1965 "time": "2019-04-16T11:33:46+00:00"
1966 },
1967 {
1968 "name": "symfony/event-dispatcher",
1969 "version": "v2.8.50",
1970 "source": {
1971 "type": "git",
1972 "url": "https://github.com/symfony/event-dispatcher.git",
1973 "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0"
1974 },
1975 "dist": {
1976 "type": "zip",
1977 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0",
1978 "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0",
1979 "shasum": ""
1980 },
1981 "require": {
1982 "php": ">=5.3.9"
1983 },
1984 "require-dev": {
1985 "psr/log": "~1.0",
1986 "symfony/config": "^2.0.5|~3.0.0",
1987 "symfony/dependency-injection": "~2.6|~3.0.0",
1988 "symfony/expression-language": "~2.6|~3.0.0",
1989 "symfony/stopwatch": "~2.3|~3.0.0"
1990 },
1991 "suggest": {
1992 "symfony/dependency-injection": "",
1993 "symfony/http-kernel": ""
1994 },
1995 "type": "library",
1996 "extra": {
1997 "branch-alias": {
1998 "dev-master": "2.8-dev"
1999 }
2000 },
2001 "autoload": {
2002 "psr-4": {
2003 "Symfony\\Component\\EventDispatcher\\": ""
2004 },
2005 "exclude-from-classmap": [
2006 "/Tests/"
2007 ]
2008 },
2009 "notification-url": "https://packagist.org/downloads/",
2010 "license": [
2011 "MIT"
2012 ],
2013 "authors": [
2014 {
2015 "name": "Fabien Potencier",
2016 "email": "fabien@symfony.com"
2017 },
2018 {
2019 "name": "Symfony Community",
2020 "homepage": "https://symfony.com/contributors"
2021 }
2022 ],
2023 "description": "Symfony EventDispatcher Component",
2024 "homepage": "https://symfony.com",
2025 "time": "2018-11-21T14:20:20+00:00"
2026 },
2027 {
2028 "name": "symfony/filesystem",
2029 "version": "v2.8.50",
2030 "source": {
2031 "type": "git",
2032 "url": "https://github.com/symfony/filesystem.git",
2033 "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
2034 },
2035 "dist": {
2036 "type": "zip",
2037 "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
2038 "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
2039 "shasum": ""
2040 },
2041 "require": {
2042 "php": ">=5.3.9",
2043 "symfony/polyfill-ctype": "~1.8"
2044 },
2045 "type": "library",
2046 "extra": {
2047 "branch-alias": {
2048 "dev-master": "2.8-dev"
2049 }
2050 },
2051 "autoload": {
2052 "psr-4": {
2053 "Symfony\\Component\\Filesystem\\": ""
2054 },
2055 "exclude-from-classmap": [
2056 "/Tests/"
2057 ]
2058 },
2059 "notification-url": "https://packagist.org/downloads/",
2060 "license": [
2061 "MIT"
2062 ],
2063 "authors": [
2064 {
2065 "name": "Fabien Potencier",
2066 "email": "fabien@symfony.com"
2067 },
2068 {
2069 "name": "Symfony Community",
2070 "homepage": "https://symfony.com/contributors"
2071 }
2072 ],
2073 "description": "Symfony Filesystem Component",
2074 "homepage": "https://symfony.com",
2075 "time": "2018-11-11T11:18:13+00:00"
2076 },
2077 {
2078 "name": "symfony/finder",
2079 "version": "v2.8.50",
2080 "source": {
2081 "type": "git",
2082 "url": "https://github.com/symfony/finder.git",
2083 "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
2084 },
2085 "dist": {
2086 "type": "zip",
2087 "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
2088 "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
2089 "shasum": ""
2090 },
2091 "require": {
2092 "php": ">=5.3.9"
2093 },
2094 "type": "library",
2095 "extra": {
2096 "branch-alias": {
2097 "dev-master": "2.8-dev"
2098 }
2099 },
2100 "autoload": {
2101 "psr-4": {
2102 "Symfony\\Component\\Finder\\": ""
2103 },
2104 "exclude-from-classmap": [
2105 "/Tests/"
2106 ]
2107 },
2108 "notification-url": "https://packagist.org/downloads/",
2109 "license": [
2110 "MIT"
2111 ],
2112 "authors": [
2113 {
2114 "name": "Fabien Potencier",
2115 "email": "fabien@symfony.com"
2116 },
2117 {
2118 "name": "Symfony Community",
2119 "homepage": "https://symfony.com/contributors"
2120 }
2121 ],
2122 "description": "Symfony Finder Component",
2123 "homepage": "https://symfony.com",
2124 "time": "2018-11-11T11:18:13+00:00"
2125 },
2126 {
2127 "name": "symfony/polyfill-ctype",
2128 "version": "v1.12.0",
2129 "source": {
2130 "type": "git",
2131 "url": "https://github.com/symfony/polyfill-ctype.git",
2132 "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
2133 },
2134 "dist": {
2135 "type": "zip",
2136 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
2137 "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
2138 "shasum": ""
2139 },
2140 "require": {
2141 "php": ">=5.3.3"
2142 },
2143 "suggest": {
2144 "ext-ctype": "For best performance"
2145 },
2146 "type": "library",
2147 "extra": {
2148 "branch-alias": {
2149 "dev-master": "1.12-dev"
2150 }
2151 },
2152 "autoload": {
2153 "psr-4": {
2154 "Symfony\\Polyfill\\Ctype\\": ""
2155 },
2156 "files": [
2157 "bootstrap.php"
2158 ]
2159 },
2160 "notification-url": "https://packagist.org/downloads/",
2161 "license": [
2162 "MIT"
2163 ],
2164 "authors": [
2165 {
2166 "name": "Gert de Pagter",
2167 "email": "BackEndTea@gmail.com"
2168 },
2169 {
2170 "name": "Symfony Community",
2171 "homepage": "https://symfony.com/contributors"
2172 }
2173 ],
2174 "description": "Symfony polyfill for ctype functions",
2175 "homepage": "https://symfony.com",
2176 "keywords": [
2177 "compatibility",
2178 "ctype",
2179 "polyfill",
2180 "portable"
2181 ],
2182 "time": "2019-08-06T08:03:45+00:00"
2183 },
2184 {
2185 "name": "symfony/polyfill-iconv",
2186 "version": "v1.12.0",
2187 "source": {
2188 "type": "git",
2189 "url": "https://github.com/symfony/polyfill-iconv.git",
2190 "reference": "685968b11e61a347c18bf25db32effa478be610f"
2191 },
2192 "dist": {
2193 "type": "zip",
2194 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
2195 "reference": "685968b11e61a347c18bf25db32effa478be610f",
2196 "shasum": ""
2197 },
2198 "require": {
2199 "php": ">=5.3.3"
2200 },
2201 "suggest": {
2202 "ext-iconv": "For best performance"
2203 },
2204 "type": "library",
2205 "extra": {
2206 "branch-alias": {
2207 "dev-master": "1.12-dev"
2208 }
2209 },
2210 "autoload": {
2211 "psr-4": {
2212 "Symfony\\Polyfill\\Iconv\\": ""
2213 },
2214 "files": [
2215 "bootstrap.php"
2216 ]
2217 },
2218 "notification-url": "https://packagist.org/downloads/",
2219 "license": [
2220 "MIT"
2221 ],
2222 "authors": [
2223 {
2224 "name": "Nicolas Grekas",
2225 "email": "p@tchwork.com"
2226 },
2227 {
2228 "name": "Symfony Community",
2229 "homepage": "https://symfony.com/contributors"
2230 }
2231 ],
2232 "description": "Symfony polyfill for the Iconv extension",
2233 "homepage": "https://symfony.com",
2234 "keywords": [
2235 "compatibility",
2236 "iconv",
2237 "polyfill",
2238 "portable",
2239 "shim"
2240 ],
2241 "time": "2019-08-06T08:03:45+00:00"
2242 },
2243 {
2244 "name": "symfony/process",
2245 "version": "v2.8.50",
2246 "source": {
2247 "type": "git",
2248 "url": "https://github.com/symfony/process.git",
2249 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
2250 },
2251 "dist": {
2252 "type": "zip",
2253 "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
2254 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
2255 "shasum": ""
2256 },
2257 "require": {
2258 "php": ">=5.3.9"
2259 },
2260 "type": "library",
2261 "extra": {
2262 "branch-alias": {
2263 "dev-master": "2.8-dev"
2264 }
2265 },
2266 "autoload": {
2267 "psr-4": {
2268 "Symfony\\Component\\Process\\": ""
2269 },
2270 "exclude-from-classmap": [
2271 "/Tests/"
2272 ]
2273 },
2274 "notification-url": "https://packagist.org/downloads/",
2275 "license": [
2276 "MIT"
2277 ],
2278 "authors": [
2279 {
2280 "name": "Fabien Potencier",
2281 "email": "fabien@symfony.com"
2282 },
2283 {
2284 "name": "Symfony Community",
2285 "homepage": "https://symfony.com/contributors"
2286 }
2287 ],
2288 "description": "Symfony Process Component",
2289 "homepage": "https://symfony.com",
2290 "time": "2018-11-11T11:18:13+00:00"
2291 },
2292 {
2293 "name": "tecnickcom/tcpdf",
2294 "version": "6.2.26",
2295 "source": {
2296 "type": "git",
2297 "url": "https://github.com/tecnickcom/TCPDF.git",
2298 "reference": "367241059ca166e3a76490f4448c284e0a161f15"
2299 },
2300 "dist": {
2301 "type": "zip",
2302 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2303 "reference": "367241059ca166e3a76490f4448c284e0a161f15",
2304 "shasum": ""
2305 },
2306 "require": {
2307 "php": ">=5.3.0"
2308 },
2309 "type": "library",
2310 "autoload": {
2311 "classmap": [
2312 "config",
2313 "include",
2314 "tcpdf.php",
2315 "tcpdf_parser.php",
2316 "tcpdf_import.php",
2317 "tcpdf_barcodes_1d.php",
2318 "tcpdf_barcodes_2d.php",
2319 "include/tcpdf_colors.php",
2320 "include/tcpdf_filters.php",
2321 "include/tcpdf_font_data.php",
2322 "include/tcpdf_fonts.php",
2323 "include/tcpdf_images.php",
2324 "include/tcpdf_static.php",
2325 "include/barcodes/datamatrix.php",
2326 "include/barcodes/pdf417.php",
2327 "include/barcodes/qrcode.php"
2328 ]
2329 },
2330 "notification-url": "https://packagist.org/downloads/",
2331 "license": [
2332 "LGPL-3.0"
2333 ],
2334 "authors": [
2335 {
2336 "name": "Nicola Asuni",
2337 "email": "info@tecnick.com",
2338 "role": "lead"
2339 }
2340 ],
2341 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2342 "homepage": "http://www.tcpdf.org/",
2343 "keywords": [
2344 "PDFD32000-2008",
2345 "TCPDF",
2346 "barcodes",
2347 "datamatrix",
2348 "pdf",
2349 "pdf417",
2350 "qrcode"
2351 ],
2352 "time": "2018-10-16T17:24:05+00:00"
2353 },
2354 {
2355 "name": "togos/gitignore",
2356 "version": "1.1.1",
2357 "source": {
2358 "type": "git",
2359 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
2360 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
2361 },
2362 "dist": {
2363 "type": "zip",
2364 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2365 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2366 "shasum": ""
2367 },
2368 "require": {
2369 "php": ">=5.2"
2370 },
2371 "require-dev": {
2372 "togos/simpler-test": "1.1.1"
2373 },
2374 "type": "library",
2375 "autoload": {
2376 "psr-0": {
2377 "TOGoS_GitIgnore_": "src/main/php/"
2378 }
2379 },
2380 "notification-url": "https://packagist.org/downloads/",
2381 "license": [
2382 "MIT"
2383 ],
2384 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
2385 "time": "2019-04-19T19:16:58+00:00"
2386 },
2387 {
2388 "name": "totten/ca-config",
2389 "version": "v17.05.0",
2390 "source": {
2391 "type": "git",
2392 "url": "https://github.com/totten/ca_config.git",
2393 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
2394 },
2395 "dist": {
2396 "type": "zip",
2397 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
2398 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
2399 "shasum": ""
2400 },
2401 "require": {
2402 "php": ">=5.2"
2403 },
2404 "type": "library",
2405 "autoload": {
2406 "psr-0": {
2407 "CA_Config": "src/"
2408 }
2409 },
2410 "notification-url": "https://packagist.org/downloads/",
2411 "license": [
2412 "BSD-2-Clause"
2413 ],
2414 "authors": [
2415 {
2416 "name": "Tim Otten",
2417 "email": "to-git@think.hm"
2418 }
2419 ],
2420 "description": "Default configuration for certificate authorities",
2421 "homepage": "https://github.com/totten/ca_config",
2422 "time": "2017-05-10T20:08:17+00:00"
2423 },
2424 {
2425 "name": "tplaner/when",
2426 "version": "3.0.0+php53",
2427 "dist": {
2428 "type": "zip",
2429 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip",
2430 "reference": null,
2431 "shasum": null
2432 },
2433 "require": {
2434 "php": ">=5.3.0"
2435 },
2436 "require-dev": {
2437 "phpunit/phpunit": "~4.0"
2438 },
2439 "type": "library",
2440 "autoload": {
2441 "psr-4": {
2442 "When\\": "src/"
2443 }
2444 },
2445 "license": [
2446 "MIT"
2447 ],
2448 "authors": [
2449 {
2450 "name": "Tom Planer",
2451 "email": "tplaner@gmail.com"
2452 }
2453 ],
2454 "description": "Date/Calendar recursion library.",
2455 "homepage": "https://github.com/tplaner/When",
2456 "keywords": [
2457 "DateTime",
2458 "date",
2459 "recurrence",
2460 "time"
2461 ]
2462 },
2463 {
2464 "name": "xkerman/restricted-unserialize",
2465 "version": "1.1.12",
2466 "source": {
2467 "type": "git",
2468 "url": "https://github.com/xKerman/restricted-unserialize.git",
2469 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
2470 },
2471 "dist": {
2472 "type": "zip",
2473 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
2474 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
2475 "shasum": ""
2476 },
2477 "require": {
2478 "php": ">=5.2"
2479 },
2480 "require-dev": {
2481 "nikic/php-parser": "^1.4|^3.0|^4.2",
2482 "phpmd/phpmd": "^2.6",
2483 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
2484 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
2485 "squizlabs/php_codesniffer": "^2.9|^3.4"
2486 },
2487 "type": "library",
2488 "autoload": {
2489 "files": [
2490 "src/function.php"
2491 ],
2492 "psr-4": {
2493 "xKerman\\Restricted\\": "src"
2494 }
2495 },
2496 "notification-url": "https://packagist.org/downloads/",
2497 "license": [
2498 "MIT"
2499 ],
2500 "authors": [
2501 {
2502 "name": "xKerman",
2503 "email": "xKhorasan@gmail.com"
2504 }
2505 ],
2506 "description": "provide PHP Object Injection safe unserialize function",
2507 "keywords": [
2508 "PHP Object Injection",
2509 "deserialize",
2510 "unserialize"
2511 ],
2512 "time": "2019-08-11T00:04:39+00:00"
2513 },
2514 {
2515 "name": "zendframework/zend-escaper",
2516 "version": "2.4.13",
2517 "source": {
2518 "type": "git",
2519 "url": "https://github.com/zendframework/zend-escaper.git",
2520 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
2521 },
2522 "dist": {
2523 "type": "zip",
2524 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
2525 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
2526 "shasum": ""
2527 },
2528 "require": {
2529 "php": ">=5.3.23"
2530 },
2531 "require-dev": {
2532 "fabpot/php-cs-fixer": "1.7.*",
2533 "phpunit/phpunit": "~4.0",
2534 "satooshi/php-coveralls": "dev-master"
2535 },
2536 "type": "library",
2537 "extra": {
2538 "branch-alias": {
2539 "dev-master": "2.4-dev",
2540 "dev-develop": "2.5-dev"
2541 }
2542 },
2543 "autoload": {
2544 "psr-4": {
2545 "Zend\\Escaper\\": "src/"
2546 }
2547 },
2548 "notification-url": "https://packagist.org/downloads/",
2549 "license": [
2550 "BSD-3-Clause"
2551 ],
2552 "homepage": "https://github.com/zendframework/zend-escaper",
2553 "keywords": [
2554 "escaper",
2555 "zf2"
2556 ],
2557 "abandoned": "laminas/laminas-escaper",
2558 "time": "2015-05-07T14:55:31+00:00"
2559 },
2560 {
2561 "name": "zetacomponents/base",
2562 "version": "1.9.1",
2563 "source": {
2564 "type": "git",
2565 "url": "https://github.com/zetacomponents/Base.git",
2566 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
2567 },
2568 "dist": {
2569 "type": "zip",
2570 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
2571 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
2572 "shasum": ""
2573 },
2574 "require-dev": {
2575 "phpunit/phpunit": "~5.7",
2576 "zetacomponents/unit-test": "*"
2577 },
2578 "type": "library",
2579 "autoload": {
2580 "classmap": [
2581 "src"
2582 ]
2583 },
2584 "notification-url": "https://packagist.org/downloads/",
2585 "license": [
2586 "Apache-2.0"
2587 ],
2588 "authors": [
2589 {
2590 "name": "Sergey Alexeev"
2591 },
2592 {
2593 "name": "Sebastian Bergmann"
2594 },
2595 {
2596 "name": "Jan Borsodi"
2597 },
2598 {
2599 "name": "Raymond Bosman"
2600 },
2601 {
2602 "name": "Frederik Holljen"
2603 },
2604 {
2605 "name": "Kore Nordmann"
2606 },
2607 {
2608 "name": "Derick Rethans"
2609 },
2610 {
2611 "name": "Vadym Savchuk"
2612 },
2613 {
2614 "name": "Tobias Schlitt"
2615 },
2616 {
2617 "name": "Alexandru Stanoi"
2618 }
2619 ],
2620 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2621 "homepage": "https://github.com/zetacomponents",
2622 "time": "2017-11-28T11:30:00+00:00"
2623 },
2624 {
2625 "name": "zetacomponents/mail",
2626 "version": "1.9.1",
2627 "source": {
2628 "type": "git",
2629 "url": "https://github.com/zetacomponents/Mail.git",
2630 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d"
2631 },
2632 "dist": {
2633 "type": "zip",
2634 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
2635 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
2636 "shasum": ""
2637 },
2638 "require": {
2639 "zetacomponents/base": "~1.8"
2640 },
2641 "require-dev": {
2642 "zetacomponents/unit-test": "*"
2643 },
2644 "type": "library",
2645 "extra": {
2646 "patches_applied": {
2647 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
2648 }
2649 },
2650 "autoload": {
2651 "classmap": [
2652 "src"
2653 ]
2654 },
2655 "notification-url": "https://packagist.org/downloads/",
2656 "license": [
2657 "Apache-2.0"
2658 ],
2659 "authors": [
2660 {
2661 "name": "Sergey Alexeev"
2662 },
2663 {
2664 "name": "Sebastian Bergmann"
2665 },
2666 {
2667 "name": "Jan Borsodi"
2668 },
2669 {
2670 "name": "Raymond Bosman"
2671 },
2672 {
2673 "name": "Frederik Holljen"
2674 },
2675 {
2676 "name": "Kore Nordmann"
2677 },
2678 {
2679 "name": "Derick Rethans"
2680 },
2681 {
2682 "name": "Vadym Savchuk"
2683 },
2684 {
2685 "name": "Tobias Schlitt"
2686 },
2687 {
2688 "name": "Alexandru Stanoi"
2689 },
2690 {
2691 "name": "Sinisa Dukaric"
2692 },
2693 {
2694 "name": "Mikko Koppanen"
2695 },
2696 {
2697 "name": "Christian Michel"
2698 }
2699 ],
2700 "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.",
2701 "homepage": "https://github.com/zetacomponents",
2702 "time": "2020-01-17T11:18:01+00:00"
2703 }
2704 ],
2705 "packages-dev": [],
2706 "aliases": [],
2707 "minimum-stability": "stable",
2708 "stability-flags": {
2709 "pear/validate_finance_creditcard": 20
2710 },
2711 "prefer-stable": false,
2712 "prefer-lowest": false,
2713 "platform": {
2714 "php": "~7.1"
2715 },
2716 "platform-dev": [],
2717 "platform-overrides": {
2718 "php": "7.1"
2719 }
2720 }