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