Merge pull request #17545 from seamuslee001/dev_core_560_fin
[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 ],
6086c345 7 "content-hash": "f547e4d1ac65fa8044d302f46a7e7267",
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",
6086c345 893 "version": "1.13.2",
2f0db034
SL
894 "source": {
895 "type": "git",
896 "url": "https://github.com/pear/Log.git",
6086c345 897 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3"
2f0db034
SL
898 },
899 "dist": {
900 "type": "zip",
6086c345
SL
901 "url": "https://api.github.com/repos/pear/Log/zipball/d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
902 "reference": "d8cde3dba893a36ec561bf6188fdc39f4221c4d3",
2f0db034
SL
903 "shasum": ""
904 },
905 "require": {
6086c345 906 "pear/pear_exception": "1.0.1",
2f0db034
SL
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 ],
6086c345 942 "time": "2020-06-02T00:04:03+00:00"
2f0db034 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",
6086c345 1171 "version": "v1.0.1",
2d0eaf7e
SL
1172 "source": {
1173 "type": "git",
1174 "url": "https://github.com/pear/PEAR_Exception.git",
6086c345 1175 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
2d0eaf7e
SL
1176 },
1177 "dist": {
1178 "type": "zip",
6086c345
SL
1179 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
1180 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2d0eaf7e
SL
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": {
6086c345
SL
1196 "classmap": [
1197 "PEAR/"
1198 ]
2d0eaf7e
SL
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 ],
6086c345 1222 "time": "2019-12-10T10:24:42+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 },
c2b44ba2
SL
1662 {
1663 "name": "psr/container",
1664 "version": "1.0.0",
1665 "source": {
1666 "type": "git",
1667 "url": "https://github.com/php-fig/container.git",
1668 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1669 },
1670 "dist": {
1671 "type": "zip",
1672 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1673 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1674 "shasum": ""
1675 },
1676 "require": {
1677 "php": ">=5.3.0"
1678 },
1679 "type": "library",
1680 "extra": {
1681 "branch-alias": {
1682 "dev-master": "1.0.x-dev"
1683 }
1684 },
1685 "autoload": {
1686 "psr-4": {
1687 "Psr\\Container\\": "src/"
1688 }
1689 },
1690 "notification-url": "https://packagist.org/downloads/",
1691 "license": [
1692 "MIT"
1693 ],
1694 "authors": [
1695 {
1696 "name": "PHP-FIG",
1697 "homepage": "http://www.php-fig.org/"
1698 }
1699 ],
1700 "description": "Common Container Interface (PHP FIG PSR-11)",
1701 "homepage": "https://github.com/php-fig/container",
1702 "keywords": [
1703 "PSR-11",
1704 "container",
1705 "container-interface",
1706 "container-interop",
1707 "psr"
1708 ],
1709 "time": "2017-02-14T16:28:37+00:00"
1710 },
f9bdf062 1711 {
1712 "name": "psr/http-message",
1713 "version": "1.0.1",
1714 "source": {
1715 "type": "git",
1716 "url": "https://github.com/php-fig/http-message.git",
1717 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1718 },
1719 "dist": {
1720 "type": "zip",
1721 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1722 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1723 "shasum": ""
1724 },
1725 "require": {
1726 "php": ">=5.3.0"
1727 },
1728 "type": "library",
1729 "extra": {
1730 "branch-alias": {
1731 "dev-master": "1.0.x-dev"
1732 }
1733 },
1734 "autoload": {
1735 "psr-4": {
1736 "Psr\\Http\\Message\\": "src/"
1737 }
1738 },
1739 "notification-url": "https://packagist.org/downloads/",
1740 "license": [
1741 "MIT"
1742 ],
1743 "authors": [
1744 {
1745 "name": "PHP-FIG",
1746 "homepage": "http://www.php-fig.org/"
1747 }
1748 ],
1749 "description": "Common interface for HTTP messages",
1750 "homepage": "https://github.com/php-fig/http-message",
1751 "keywords": [
1752 "http",
1753 "http-message",
1754 "psr",
1755 "psr-7",
1756 "request",
1757 "response"
1758 ],
1759 "time": "2016-08-06T14:39:51+00:00"
1760 },
fd6605f0
JK
1761 {
1762 "name": "psr/log",
0a5cc337 1763 "version": "1.1.2",
0a4cb750
TO
1764 "source": {
1765 "type": "git",
1766 "url": "https://github.com/php-fig/log.git",
0a5cc337 1767 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
0a4cb750
TO
1768 },
1769 "dist": {
1770 "type": "zip",
0a5cc337
TO
1771 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
1772 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
0a4cb750
TO
1773 "shasum": ""
1774 },
2ac97b20
SL
1775 "require": {
1776 "php": ">=5.3.0"
1777 },
0a4cb750 1778 "type": "library",
2ac97b20
SL
1779 "extra": {
1780 "branch-alias": {
0a5cc337 1781 "dev-master": "1.1.x-dev"
2ac97b20
SL
1782 }
1783 },
0a4cb750 1784 "autoload": {
2ac97b20
SL
1785 "psr-4": {
1786 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
1787 }
1788 },
1789 "notification-url": "https://packagist.org/downloads/",
1790 "license": [
1791 "MIT"
1792 ],
1793 "authors": [
1794 {
1795 "name": "PHP-FIG",
1796 "homepage": "http://www.php-fig.org/"
1797 }
1798 ],
1799 "description": "Common interface for logging libraries",
2ac97b20 1800 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
1801 "keywords": [
1802 "log",
1803 "psr",
1804 "psr-3"
1805 ],
0a5cc337 1806 "time": "2019-11-01T11:05:21+00:00"
0a4cb750 1807 },
6c1c4ffc
TO
1808 {
1809 "name": "psr/simple-cache",
1810 "version": "1.0.1",
1811 "source": {
1812 "type": "git",
1813 "url": "https://github.com/php-fig/simple-cache.git",
1814 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1815 },
1816 "dist": {
1817 "type": "zip",
1818 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1819 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1820 "shasum": ""
1821 },
1822 "require": {
1823 "php": ">=5.3.0"
1824 },
1825 "type": "library",
1826 "extra": {
1827 "branch-alias": {
1828 "dev-master": "1.0.x-dev"
1829 }
1830 },
1831 "autoload": {
1832 "psr-4": {
1833 "Psr\\SimpleCache\\": "src/"
1834 }
1835 },
1836 "notification-url": "https://packagist.org/downloads/",
1837 "license": [
1838 "MIT"
1839 ],
1840 "authors": [
1841 {
1842 "name": "PHP-FIG",
1843 "homepage": "http://www.php-fig.org/"
1844 }
1845 ],
1846 "description": "Common interfaces for simple caching",
1847 "keywords": [
1848 "cache",
1849 "caching",
1850 "psr",
1851 "psr-16",
1852 "simple-cache"
1853 ],
1854 "time": "2017-10-23T01:57:42+00:00"
1855 },
bd48ca3f
SL
1856 {
1857 "name": "sabberworm/php-css-parser",
b85181d1 1858 "version": "8.3.0",
bd48ca3f
SL
1859 "source": {
1860 "type": "git",
1861 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
b85181d1 1862 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
bd48ca3f
SL
1863 },
1864 "dist": {
1865 "type": "zip",
b85181d1 1866 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1867 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
bd48ca3f
SL
1868 "shasum": ""
1869 },
1870 "require": {
1871 "php": ">=5.3.2"
1872 },
b85181d1 1873 "require-dev": {
1874 "codacy/coverage": "^1.4",
1875 "phpunit/phpunit": "~4.8"
1876 },
bd48ca3f
SL
1877 "type": "library",
1878 "autoload": {
1879 "psr-0": {
1880 "Sabberworm\\CSS": "lib/"
1881 }
1882 },
1883 "notification-url": "https://packagist.org/downloads/",
1884 "license": [
1885 "MIT"
1886 ],
1887 "authors": [
1888 {
1889 "name": "Raphael Schweikert"
1890 }
1891 ],
1892 "description": "Parser for CSS Files written in PHP",
1893 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1894 "keywords": [
1895 "css",
1896 "parser",
1897 "stylesheet"
1898 ],
b85181d1 1899 "time": "2019-02-22T07:42:52+00:00"
bd48ca3f 1900 },
40787e18
TO
1901 {
1902 "name": "symfony/config",
c2b44ba2 1903 "version": "v3.4.40",
40787e18
TO
1904 "source": {
1905 "type": "git",
a84cc605 1906 "url": "https://github.com/symfony/config.git",
c2b44ba2 1907 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877"
40787e18
TO
1908 },
1909 "dist": {
1910 "type": "zip",
c2b44ba2
SL
1911 "url": "https://api.github.com/repos/symfony/config/zipball/3634991bea549e73c45a964c38f30ceeae6ed877",
1912 "reference": "3634991bea549e73c45a964c38f30ceeae6ed877",
40787e18
TO
1913 "shasum": ""
1914 },
1915 "require": {
c2b44ba2
SL
1916 "php": "^5.5.9|>=7.0.8",
1917 "symfony/filesystem": "~2.8|~3.0|~4.0",
c837b233 1918 "symfony/polyfill-ctype": "~1.8"
40787e18 1919 },
c2b44ba2
SL
1920 "conflict": {
1921 "symfony/dependency-injection": "<3.3",
1922 "symfony/finder": "<3.3"
1923 },
a892989e 1924 "require-dev": {
c2b44ba2
SL
1925 "symfony/dependency-injection": "~3.3|~4.0",
1926 "symfony/event-dispatcher": "~3.3|~4.0",
1927 "symfony/finder": "~3.3|~4.0",
1928 "symfony/yaml": "~3.0|~4.0"
c837b233
SL
1929 },
1930 "suggest": {
1931 "symfony/yaml": "To use the yaml reference dumper"
a892989e 1932 },
40787e18
TO
1933 "type": "library",
1934 "extra": {
1935 "branch-alias": {
c2b44ba2 1936 "dev-master": "3.4-dev"
40787e18
TO
1937 }
1938 },
1939 "autoload": {
c837b233 1940 "psr-4": {
40787e18 1941 "Symfony\\Component\\Config\\": ""
c837b233
SL
1942 },
1943 "exclude-from-classmap": [
1944 "/Tests/"
1945 ]
40787e18
TO
1946 },
1947 "notification-url": "https://packagist.org/downloads/",
1948 "license": [
1949 "MIT"
1950 ],
1951 "authors": [
40787e18
TO
1952 {
1953 "name": "Fabien Potencier",
1954 "email": "fabien@symfony.com"
a892989e
DS
1955 },
1956 {
1957 "name": "Symfony Community",
1958 "homepage": "https://symfony.com/contributors"
40787e18
TO
1959 }
1960 ],
1961 "description": "Symfony Config Component",
a892989e 1962 "homepage": "https://symfony.com",
c2b44ba2 1963 "time": "2020-04-12T14:33:46+00:00"
40787e18 1964 },
0a4cb750
TO
1965 {
1966 "name": "symfony/dependency-injection",
c2b44ba2 1967 "version": "v3.4.40",
0a4cb750
TO
1968 "source": {
1969 "type": "git",
a84cc605 1970 "url": "https://github.com/symfony/dependency-injection.git",
c2b44ba2 1971 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd"
0a4cb750
TO
1972 },
1973 "dist": {
1974 "type": "zip",
c2b44ba2
SL
1975 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d10ff5503b0b27711087eef4ac7835a752fe42fd",
1976 "reference": "d10ff5503b0b27711087eef4ac7835a752fe42fd",
0a4cb750
TO
1977 "shasum": ""
1978 },
1979 "require": {
c2b44ba2
SL
1980 "php": "^5.5.9|>=7.0.8",
1981 "psr/container": "^1.0"
0a4cb750 1982 },
a892989e 1983 "conflict": {
c2b44ba2
SL
1984 "symfony/config": "<3.3.7",
1985 "symfony/finder": "<3.3",
1986 "symfony/proxy-manager-bridge": "<3.4",
1987 "symfony/yaml": "<3.4"
1988 },
1989 "provide": {
1990 "psr/container-implementation": "1.0"
a892989e 1991 },
0a4cb750 1992 "require-dev": {
c2b44ba2
SL
1993 "symfony/config": "~3.3|~4.0",
1994 "symfony/expression-language": "~2.8|~3.0|~4.0",
1995 "symfony/yaml": "~3.4|~4.0"
0a4cb750
TO
1996 },
1997 "suggest": {
1998 "symfony/config": "",
c837b233 1999 "symfony/expression-language": "For using expressions in service container configuration",
c2b44ba2 2000 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
0a4cb750
TO
2001 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2002 "symfony/yaml": ""
2003 },
2004 "type": "library",
2005 "extra": {
2006 "branch-alias": {
c2b44ba2 2007 "dev-master": "3.4-dev"
0a4cb750
TO
2008 }
2009 },
2010 "autoload": {
c837b233 2011 "psr-4": {
0a4cb750 2012 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
2013 },
2014 "exclude-from-classmap": [
2015 "/Tests/"
2016 ]
0a4cb750
TO
2017 },
2018 "notification-url": "https://packagist.org/downloads/",
2019 "license": [
2020 "MIT"
2021 ],
2022 "authors": [
0a4cb750
TO
2023 {
2024 "name": "Fabien Potencier",
2025 "email": "fabien@symfony.com"
a892989e
DS
2026 },
2027 {
2028 "name": "Symfony Community",
2029 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2030 }
2031 ],
2032 "description": "Symfony DependencyInjection Component",
a892989e 2033 "homepage": "https://symfony.com",
c2b44ba2 2034 "time": "2020-04-13T09:33:40+00:00"
0a4cb750
TO
2035 },
2036 {
2037 "name": "symfony/event-dispatcher",
c2b44ba2 2038 "version": "v3.4.40",
0a4cb750
TO
2039 "source": {
2040 "type": "git",
a84cc605 2041 "url": "https://github.com/symfony/event-dispatcher.git",
c2b44ba2 2042 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48"
0a4cb750
TO
2043 },
2044 "dist": {
2045 "type": "zip",
c2b44ba2
SL
2046 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
2047 "reference": "9d4e22943b73acc1ba50595b7de1a01fe9dbad48",
0a4cb750
TO
2048 "shasum": ""
2049 },
2050 "require": {
c2b44ba2
SL
2051 "php": "^5.5.9|>=7.0.8"
2052 },
2053 "conflict": {
2054 "symfony/dependency-injection": "<3.3"
0a4cb750
TO
2055 },
2056 "require-dev": {
40787e18 2057 "psr/log": "~1.0",
c2b44ba2
SL
2058 "symfony/config": "~2.8|~3.0|~4.0",
2059 "symfony/dependency-injection": "~3.3|~4.0",
2060 "symfony/expression-language": "~2.8|~3.0|~4.0",
2061 "symfony/stopwatch": "~2.8|~3.0|~4.0"
0a4cb750
TO
2062 },
2063 "suggest": {
2064 "symfony/dependency-injection": "",
2065 "symfony/http-kernel": ""
2066 },
2067 "type": "library",
2068 "extra": {
2069 "branch-alias": {
c2b44ba2 2070 "dev-master": "3.4-dev"
0a4cb750
TO
2071 }
2072 },
2073 "autoload": {
c837b233 2074 "psr-4": {
0a4cb750 2075 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
2076 },
2077 "exclude-from-classmap": [
2078 "/Tests/"
2079 ]
0a4cb750
TO
2080 },
2081 "notification-url": "https://packagist.org/downloads/",
2082 "license": [
2083 "MIT"
2084 ],
2085 "authors": [
0a4cb750
TO
2086 {
2087 "name": "Fabien Potencier",
2088 "email": "fabien@symfony.com"
a892989e
DS
2089 },
2090 {
2091 "name": "Symfony Community",
2092 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2093 }
2094 ],
2095 "description": "Symfony EventDispatcher Component",
a892989e 2096 "homepage": "https://symfony.com",
c2b44ba2 2097 "time": "2020-03-15T09:38:08+00:00"
40787e18
TO
2098 },
2099 {
2100 "name": "symfony/filesystem",
c2b44ba2 2101 "version": "v3.4.40",
40787e18
TO
2102 "source": {
2103 "type": "git",
a84cc605 2104 "url": "https://github.com/symfony/filesystem.git",
c2b44ba2 2105 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515"
40787e18
TO
2106 },
2107 "dist": {
2108 "type": "zip",
c2b44ba2
SL
2109 "url": "https://api.github.com/repos/symfony/filesystem/zipball/78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
2110 "reference": "78a93e5606a19d0fb490afc3c4a9b7ecd86e1515",
40787e18
TO
2111 "shasum": ""
2112 },
2113 "require": {
c2b44ba2 2114 "php": "^5.5.9|>=7.0.8",
c837b233 2115 "symfony/polyfill-ctype": "~1.8"
a892989e 2116 },
40787e18
TO
2117 "type": "library",
2118 "extra": {
2119 "branch-alias": {
c2b44ba2 2120 "dev-master": "3.4-dev"
40787e18
TO
2121 }
2122 },
2123 "autoload": {
c837b233 2124 "psr-4": {
40787e18 2125 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
2126 },
2127 "exclude-from-classmap": [
2128 "/Tests/"
2129 ]
40787e18
TO
2130 },
2131 "notification-url": "https://packagist.org/downloads/",
2132 "license": [
2133 "MIT"
2134 ],
2135 "authors": [
40787e18 2136 {
d892b317
TO
2137 "name": "Fabien Potencier",
2138 "email": "fabien@symfony.com"
a892989e
DS
2139 },
2140 {
2141 "name": "Symfony Community",
2142 "homepage": "https://symfony.com/contributors"
40787e18
TO
2143 }
2144 ],
2145 "description": "Symfony Filesystem Component",
a892989e 2146 "homepage": "https://symfony.com",
c2b44ba2 2147 "time": "2020-04-12T16:54:01+00:00"
0a4cb750
TO
2148 },
2149 {
2150 "name": "symfony/finder",
c2b44ba2 2151 "version": "v3.4.40",
0a4cb750
TO
2152 "source": {
2153 "type": "git",
a892989e 2154 "url": "https://github.com/symfony/finder.git",
c2b44ba2 2155 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
0a4cb750
TO
2156 },
2157 "dist": {
2158 "type": "zip",
c2b44ba2
SL
2159 "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
2160 "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
0a4cb750
TO
2161 "shasum": ""
2162 },
2163 "require": {
c2b44ba2 2164 "php": "^5.5.9|>=7.0.8"
a892989e 2165 },
0a4cb750
TO
2166 "type": "library",
2167 "extra": {
2168 "branch-alias": {
c2b44ba2 2169 "dev-master": "3.4-dev"
0a4cb750
TO
2170 }
2171 },
2172 "autoload": {
c837b233 2173 "psr-4": {
0a4cb750 2174 "Symfony\\Component\\Finder\\": ""
c837b233
SL
2175 },
2176 "exclude-from-classmap": [
2177 "/Tests/"
2178 ]
0a4cb750
TO
2179 },
2180 "notification-url": "https://packagist.org/downloads/",
2181 "license": [
2182 "MIT"
2183 ],
2184 "authors": [
0a4cb750
TO
2185 {
2186 "name": "Fabien Potencier",
2187 "email": "fabien@symfony.com"
a892989e
DS
2188 },
2189 {
2190 "name": "Symfony Community",
2191 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
2192 }
2193 ],
2194 "description": "Symfony Finder Component",
a892989e 2195 "homepage": "https://symfony.com",
c2b44ba2 2196 "time": "2020-02-14T07:34:21+00:00"
0a4cb750 2197 },
0e24103e 2198 {
c837b233 2199 "name": "symfony/polyfill-ctype",
c2b44ba2 2200 "version": "v1.17.0",
0e24103e
TO
2201 "source": {
2202 "type": "git",
c837b233 2203 "url": "https://github.com/symfony/polyfill-ctype.git",
c2b44ba2 2204 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
0e24103e
TO
2205 },
2206 "dist": {
2207 "type": "zip",
c2b44ba2
SL
2208 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
2209 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
0e24103e
TO
2210 "shasum": ""
2211 },
2212 "require": {
664e998e
SL
2213 "php": ">=5.3.3"
2214 },
b01b546f
TO
2215 "suggest": {
2216 "ext-ctype": "For best performance"
2217 },
c837b233
SL
2218 "type": "library",
2219 "extra": {
2220 "branch-alias": {
c2b44ba2 2221 "dev-master": "1.17-dev"
c837b233
SL
2222 }
2223 },
2224 "autoload": {
2225 "psr-4": {
2226 "Symfony\\Polyfill\\Ctype\\": ""
2227 },
2228 "files": [
2229 "bootstrap.php"
2230 ]
2231 },
2232 "notification-url": "https://packagist.org/downloads/",
2233 "license": [
2234 "MIT"
2235 ],
2236 "authors": [
c837b233
SL
2237 {
2238 "name": "Gert de Pagter",
2239 "email": "BackEndTea@gmail.com"
2517d365
SL
2240 },
2241 {
2242 "name": "Symfony Community",
2243 "homepage": "https://symfony.com/contributors"
c837b233
SL
2244 }
2245 ],
2246 "description": "Symfony polyfill for ctype functions",
2247 "homepage": "https://symfony.com",
2248 "keywords": [
2249 "compatibility",
2250 "ctype",
2251 "polyfill",
2252 "portable"
2253 ],
c2b44ba2 2254 "time": "2020-05-12T16:14:59+00:00"
c837b233 2255 },
5ff57db4
SL
2256 {
2257 "name": "symfony/polyfill-iconv",
c2b44ba2 2258 "version": "v1.17.0",
5ff57db4
SL
2259 "source": {
2260 "type": "git",
2261 "url": "https://github.com/symfony/polyfill-iconv.git",
c2b44ba2 2262 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
5ff57db4
SL
2263 },
2264 "dist": {
2265 "type": "zip",
c2b44ba2
SL
2266 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
2267 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
5ff57db4
SL
2268 "shasum": ""
2269 },
2270 "require": {
2271 "php": ">=5.3.3"
2272 },
2273 "suggest": {
2274 "ext-iconv": "For best performance"
2275 },
2276 "type": "library",
2277 "extra": {
2278 "branch-alias": {
c2b44ba2 2279 "dev-master": "1.17-dev"
5ff57db4
SL
2280 }
2281 },
2282 "autoload": {
2283 "psr-4": {
2284 "Symfony\\Polyfill\\Iconv\\": ""
2285 },
2286 "files": [
2287 "bootstrap.php"
2288 ]
2289 },
2290 "notification-url": "https://packagist.org/downloads/",
2291 "license": [
2292 "MIT"
2293 ],
2294 "authors": [
2295 {
2296 "name": "Nicolas Grekas",
2297 "email": "p@tchwork.com"
2298 },
2299 {
2300 "name": "Symfony Community",
2301 "homepage": "https://symfony.com/contributors"
2302 }
2303 ],
2304 "description": "Symfony polyfill for the Iconv extension",
2305 "homepage": "https://symfony.com",
2306 "keywords": [
2307 "compatibility",
2308 "iconv",
2309 "polyfill",
2310 "portable",
2311 "shim"
2312 ],
c2b44ba2 2313 "time": "2020-05-12T16:47:27+00:00"
5ff57db4 2314 },
c837b233
SL
2315 {
2316 "name": "symfony/process",
c2b44ba2 2317 "version": "v3.4.40",
c837b233
SL
2318 "source": {
2319 "type": "git",
2320 "url": "https://github.com/symfony/process.git",
c2b44ba2 2321 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271"
c837b233
SL
2322 },
2323 "dist": {
2324 "type": "zip",
c2b44ba2
SL
2325 "url": "https://api.github.com/repos/symfony/process/zipball/f5104c9dcbc2cfad45d01d5150c1da9836967271",
2326 "reference": "f5104c9dcbc2cfad45d01d5150c1da9836967271",
c837b233
SL
2327 "shasum": ""
2328 },
2329 "require": {
c2b44ba2 2330 "php": "^5.5.9|>=7.0.8"
a892989e 2331 },
0e24103e
TO
2332 "type": "library",
2333 "extra": {
2334 "branch-alias": {
c2b44ba2 2335 "dev-master": "3.4-dev"
0e24103e
TO
2336 }
2337 },
2338 "autoload": {
c837b233 2339 "psr-4": {
0e24103e 2340 "Symfony\\Component\\Process\\": ""
c837b233
SL
2341 },
2342 "exclude-from-classmap": [
2343 "/Tests/"
2344 ]
0e24103e
TO
2345 },
2346 "notification-url": "https://packagist.org/downloads/",
2347 "license": [
2348 "MIT"
2349 ],
2350 "authors": [
0e24103e 2351 {
40787e18
TO
2352 "name": "Fabien Potencier",
2353 "email": "fabien@symfony.com"
a892989e
DS
2354 },
2355 {
2356 "name": "Symfony Community",
2357 "homepage": "https://symfony.com/contributors"
0e24103e
TO
2358 }
2359 ],
2360 "description": "Symfony Process Component",
a892989e 2361 "homepage": "https://symfony.com",
c2b44ba2 2362 "time": "2020-04-12T14:33:46+00:00"
0e24103e 2363 },
f6c3a87a
CB
2364 {
2365 "name": "tecnickcom/tcpdf",
679b306e 2366 "version": "6.2.26",
f6c3a87a
CB
2367 "source": {
2368 "type": "git",
2369 "url": "https://github.com/tecnickcom/TCPDF.git",
679b306e 2370 "reference": "367241059ca166e3a76490f4448c284e0a161f15"
f6c3a87a
CB
2371 },
2372 "dist": {
2373 "type": "zip",
679b306e
SL
2374 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2375 "reference": "367241059ca166e3a76490f4448c284e0a161f15",
f6c3a87a
CB
2376 "shasum": ""
2377 },
2378 "require": {
2379 "php": ">=5.3.0"
2380 },
2381 "type": "library",
2382 "autoload": {
2383 "classmap": [
f6c3a87a
CB
2384 "config",
2385 "include",
2386 "tcpdf.php",
2387 "tcpdf_parser.php",
2388 "tcpdf_import.php",
2389 "tcpdf_barcodes_1d.php",
2390 "tcpdf_barcodes_2d.php",
2391 "include/tcpdf_colors.php",
2392 "include/tcpdf_filters.php",
2393 "include/tcpdf_font_data.php",
2394 "include/tcpdf_fonts.php",
2395 "include/tcpdf_images.php",
2396 "include/tcpdf_static.php",
2397 "include/barcodes/datamatrix.php",
2398 "include/barcodes/pdf417.php",
2399 "include/barcodes/qrcode.php"
2400 ]
2401 },
2402 "notification-url": "https://packagist.org/downloads/",
2403 "license": [
679b306e 2404 "LGPL-3.0"
f6c3a87a
CB
2405 ],
2406 "authors": [
2407 {
2408 "name": "Nicola Asuni",
2409 "email": "info@tecnick.com",
679b306e 2410 "role": "lead"
f6c3a87a
CB
2411 }
2412 ],
2413 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2414 "homepage": "http://www.tcpdf.org/",
2415 "keywords": [
2416 "PDFD32000-2008",
2417 "TCPDF",
2418 "barcodes",
2419 "datamatrix",
2420 "pdf",
2421 "pdf417",
2422 "qrcode"
2423 ],
679b306e 2424 "time": "2018-10-16T17:24:05+00:00"
f6c3a87a 2425 },
79e677dd
TO
2426 {
2427 "name": "togos/gitignore",
2428 "version": "1.1.1",
2429 "source": {
2430 "type": "git",
2431 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
2432 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
2433 },
2434 "dist": {
2435 "type": "zip",
2436 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2437 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2438 "shasum": ""
2439 },
2440 "require": {
2441 "php": ">=5.2"
2442 },
2443 "require-dev": {
2444 "togos/simpler-test": "1.1.1"
2445 },
2446 "type": "library",
2447 "autoload": {
2448 "psr-0": {
2449 "TOGoS_GitIgnore_": "src/main/php/"
2450 }
2451 },
2452 "notification-url": "https://packagist.org/downloads/",
2453 "license": [
2454 "MIT"
2455 ],
2456 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
2457 "time": "2019-04-19T19:16:58+00:00"
2458 },
0a4cb750
TO
2459 {
2460 "name": "totten/ca-config",
26c57e2d 2461 "version": "v17.05.0",
0a4cb750
TO
2462 "source": {
2463 "type": "git",
2464 "url": "https://github.com/totten/ca_config.git",
26c57e2d 2465 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
2466 },
2467 "dist": {
2468 "type": "zip",
26c57e2d
TO
2469 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
2470 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
2471 "shasum": ""
2472 },
2473 "require": {
2474 "php": ">=5.2"
2475 },
2476 "type": "library",
2477 "autoload": {
2478 "psr-0": {
2479 "CA_Config": "src/"
2480 }
2481 },
2482 "notification-url": "https://packagist.org/downloads/",
2483 "license": [
2484 "BSD-2-Clause"
2485 ],
2486 "authors": [
2487 {
2488 "name": "Tim Otten",
2489 "email": "to-git@think.hm"
2490 }
2491 ],
2492 "description": "Default configuration for certificate authorities",
2493 "homepage": "https://github.com/totten/ca_config",
26c57e2d 2494 "time": "2017-05-10T20:08:17+00:00"
16b60c30 2495 },
c5abc6ae
SL
2496 {
2497 "name": "tplaner/when",
ab242d96 2498 "version": "3.0.0+php53",
c5abc6ae
SL
2499 "dist": {
2500 "type": "zip",
6086c345 2501 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
2502 },
2503 "require": {
2504 "php": ">=5.3.0"
2505 },
2506 "require-dev": {
ab242d96 2507 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
2508 },
2509 "type": "library",
2510 "autoload": {
2511 "psr-4": {
2512 "When\\": "src/"
2513 }
2514 },
c5abc6ae
SL
2515 "license": [
2516 "MIT"
2517 ],
2518 "authors": [
2519 {
2520 "name": "Tom Planer",
2521 "email": "tplaner@gmail.com"
2522 }
2523 ],
2524 "description": "Date/Calendar recursion library.",
2525 "homepage": "https://github.com/tplaner/When",
2526 "keywords": [
ab242d96 2527 "DateTime",
c5abc6ae 2528 "date",
c5abc6ae 2529 "recurrence",
c5abc6ae 2530 "time"
ab242d96 2531 ]
c5abc6ae 2532 },
2d38c687
PF
2533 {
2534 "name": "typo3/phar-stream-wrapper",
2535 "version": "v3.1.4",
2536 "source": {
2537 "type": "git",
2538 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
2539 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
2540 },
2541 "dist": {
2542 "type": "zip",
2543 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2544 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
2545 "shasum": ""
2546 },
2547 "require": {
2548 "ext-json": "*",
2549 "php": "^7.0"
2550 },
2551 "require-dev": {
2552 "ext-xdebug": "*",
2553 "phpunit/phpunit": "^6.5"
2554 },
2555 "suggest": {
2556 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
2557 },
2558 "type": "library",
2559 "extra": {
2560 "branch-alias": {
2561 "dev-master": "v3.x-dev"
2562 }
2563 },
2564 "autoload": {
2565 "psr-4": {
2566 "TYPO3\\PharStreamWrapper\\": "src/"
2567 }
2568 },
2569 "notification-url": "https://packagist.org/downloads/",
2570 "license": [
2571 "MIT"
2572 ],
2573 "description": "Interceptors for PHP's native phar:// stream handling",
2574 "homepage": "https://typo3.org/",
2575 "keywords": [
2576 "phar",
2577 "php",
2578 "security",
2579 "stream-wrapper"
2580 ],
2581 "time": "2019-12-10T11:53:27+00:00"
2582 },
4c6c3076
SL
2583 {
2584 "name": "xkerman/restricted-unserialize",
2585 "version": "1.1.12",
2586 "source": {
2587 "type": "git",
2588 "url": "https://github.com/xKerman/restricted-unserialize.git",
2589 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
2590 },
2591 "dist": {
2592 "type": "zip",
2593 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
2594 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
2595 "shasum": ""
2596 },
2597 "require": {
2598 "php": ">=5.2"
2599 },
2600 "require-dev": {
2601 "nikic/php-parser": "^1.4|^3.0|^4.2",
2602 "phpmd/phpmd": "^2.6",
2603 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
2604 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
2605 "squizlabs/php_codesniffer": "^2.9|^3.4"
2606 },
2607 "type": "library",
2608 "autoload": {
2609 "files": [
2610 "src/function.php"
2611 ],
2612 "psr-4": {
2613 "xKerman\\Restricted\\": "src"
2614 }
2615 },
2616 "notification-url": "https://packagist.org/downloads/",
2617 "license": [
2618 "MIT"
2619 ],
2620 "authors": [
2621 {
2622 "name": "xKerman",
2623 "email": "xKhorasan@gmail.com"
2624 }
2625 ],
2626 "description": "provide PHP Object Injection safe unserialize function",
2627 "keywords": [
2628 "PHP Object Injection",
2629 "deserialize",
2630 "unserialize"
2631 ],
2632 "time": "2019-08-11T00:04:39+00:00"
2633 },
61a197f8
SL
2634 {
2635 "name": "zendframework/zend-escaper",
bd48ca3f 2636 "version": "2.4.13",
61a197f8
SL
2637 "source": {
2638 "type": "git",
2639 "url": "https://github.com/zendframework/zend-escaper.git",
2640 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
2641 },
2642 "dist": {
2643 "type": "zip",
2644 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
2645 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
2646 "shasum": ""
2647 },
2648 "require": {
2649 "php": ">=5.3.23"
2650 },
2651 "require-dev": {
2652 "fabpot/php-cs-fixer": "1.7.*",
2653 "phpunit/phpunit": "~4.0",
2654 "satooshi/php-coveralls": "dev-master"
2655 },
2656 "type": "library",
2657 "extra": {
2658 "branch-alias": {
2659 "dev-master": "2.4-dev",
2660 "dev-develop": "2.5-dev"
2661 }
2662 },
2663 "autoload": {
2664 "psr-4": {
2665 "Zend\\Escaper\\": "src/"
2666 }
2667 },
2668 "notification-url": "https://packagist.org/downloads/",
2669 "license": [
2670 "BSD-3-Clause"
2671 ],
2672 "homepage": "https://github.com/zendframework/zend-escaper",
2673 "keywords": [
2674 "escaper",
2675 "zf2"
2676 ],
ec88fefe 2677 "abandoned": "laminas/laminas-escaper",
8450657b 2678 "time": "2015-05-07T14:55:31+00:00"
61a197f8 2679 },
16b60c30
TO
2680 {
2681 "name": "zetacomponents/base",
16924c84 2682 "version": "1.9.1",
16b60c30
TO
2683 "source": {
2684 "type": "git",
2685 "url": "https://github.com/zetacomponents/Base.git",
16924c84 2686 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
16b60c30
TO
2687 },
2688 "dist": {
2689 "type": "zip",
16924c84 2690 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
2691 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
16b60c30
TO
2692 "shasum": ""
2693 },
16924c84 2694 "require-dev": {
2695 "phpunit/phpunit": "~5.7",
2696 "zetacomponents/unit-test": "*"
2697 },
16b60c30
TO
2698 "type": "library",
2699 "autoload": {
2700 "classmap": [
2701 "src"
2702 ]
2703 },
2704 "notification-url": "https://packagist.org/downloads/",
2705 "license": [
16924c84 2706 "Apache-2.0"
16b60c30
TO
2707 ],
2708 "authors": [
2709 {
2710 "name": "Sergey Alexeev"
2711 },
2712 {
2713 "name": "Sebastian Bergmann"
2714 },
2715 {
2716 "name": "Jan Borsodi"
2717 },
2718 {
2719 "name": "Raymond Bosman"
2720 },
2721 {
2722 "name": "Frederik Holljen"
2723 },
2724 {
2725 "name": "Kore Nordmann"
2726 },
2727 {
2728 "name": "Derick Rethans"
2729 },
2730 {
2731 "name": "Vadym Savchuk"
2732 },
2733 {
2734 "name": "Tobias Schlitt"
2735 },
2736 {
2737 "name": "Alexandru Stanoi"
2738 }
2739 ],
2740 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2741 "homepage": "https://github.com/zetacomponents",
16924c84 2742 "time": "2017-11-28T11:30:00+00:00"
16b60c30
TO
2743 },
2744 {
2745 "name": "zetacomponents/mail",
01a9c9d7 2746 "version": "1.9.1",
16b60c30
TO
2747 "source": {
2748 "type": "git",
8a1794a9 2749 "url": "https://github.com/zetacomponents/Mail.git",
01a9c9d7 2750 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d"
8a1794a9
SL
2751 },
2752 "dist": {
2753 "type": "zip",
01a9c9d7
SL
2754 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
2755 "reference": "4dc71ccbcc8b67951a2efe47d3fcc2aeaa7f530d",
8a1794a9 2756 "shasum": ""
16924c84 2757 },
2758 "require": {
2759 "zetacomponents/base": "~1.8"
2760 },
2761 "require-dev": {
2762 "zetacomponents/unit-test": "*"
16b60c30
TO
2763 },
2764 "type": "library",
8a1794a9
SL
2765 "extra": {
2766 "patches_applied": {
b4998943 2767 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
8a1794a9
SL
2768 }
2769 },
16b60c30
TO
2770 "autoload": {
2771 "classmap": [
2772 "src"
2773 ]
2774 },
8a1794a9 2775 "notification-url": "https://packagist.org/downloads/",
16b60c30 2776 "license": [
16924c84 2777 "Apache-2.0"
16b60c30
TO
2778 ],
2779 "authors": [
2780 {
2781 "name": "Sergey Alexeev"
2782 },
2783 {
2784 "name": "Sebastian Bergmann"
2785 },
2786 {
2787 "name": "Jan Borsodi"
2788 },
2789 {
2790 "name": "Raymond Bosman"
2791 },
2792 {
2793 "name": "Frederik Holljen"
2794 },
2795 {
2796 "name": "Kore Nordmann"
2797 },
2798 {
2799 "name": "Derick Rethans"
2800 },
2801 {
2802 "name": "Vadym Savchuk"
2803 },
2804 {
2805 "name": "Tobias Schlitt"
2806 },
2807 {
2808 "name": "Alexandru Stanoi"
2809 },
16b60c30 2810 {
8a1794a9 2811 "name": "Sinisa Dukaric"
16b60c30
TO
2812 },
2813 {
8a1794a9 2814 "name": "Mikko Koppanen"
bd63411f 2815 },
2816 {
2817 "name": "Christian Michel"
16b60c30
TO
2818 }
2819 ],
2820 "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.",
2821 "homepage": "https://github.com/zetacomponents",
01a9c9d7 2822 "time": "2020-01-17T11:18:01+00:00"
0a4cb750
TO
2823 }
2824 ],
b4998943 2825 "packages-dev": [],
0a4cb750
TO
2826 "aliases": [],
2827 "minimum-stability": "stable",
16b60c30 2828 "stability-flags": {
b4998943 2829 "pear/validate_finance_creditcard": 20
16b60c30 2830 },
0a4cb750
TO
2831 "prefer-stable": false,
2832 "prefer-lowest": false,
133dc2c2 2833 "platform": {
a1400a8e 2834 "php": "~7.1"
133dc2c2 2835 },
dc3ace93
TO
2836 "platform-dev": [],
2837 "platform-overrides": {
a1400a8e 2838 "php": "7.1"
6086c345
SL
2839 },
2840 "plugin-api-version": "1.1.0"
0a4cb750 2841}