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