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