Merge pull request #13501 from civicrm/5.10
[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 ],
2ac97b20 7 "content-hash": "3a5a920dad6f16458645ee4b5944716a",
0a4cb750 8 "packages": [
94ddb538
TO
9 {
10 "name": "civicrm/civicrm-cxn-rpc",
2ac97b20 11 "version": "v0.19.01.08",
94ddb538
TO
12 "source": {
13 "type": "git",
978d4742 14 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
2ac97b20 15 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22"
978d4742
TO
16 },
17 "dist": {
18 "type": "zip",
2ac97b20
SL
19 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/5a142bc4d24b7f8c830f59768b405ec74d582f22",
20 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22",
978d4742 21 "shasum": ""
94ddb538
TO
22 },
23 "require": {
fcfd7b4d 24 "phpseclib/phpseclib": "1.0.*",
2ac97b20 25 "psr/log": "~1.1"
94ddb538
TO
26 },
27 "type": "library",
28 "autoload": {
29 "psr-4": {
30 "Civi\\Cxn\\Rpc\\": "src/"
31 }
32 },
978d4742 33 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
34 "license": [
35 "MIT"
36 ],
37 "authors": [
38 {
39 "name": "Tim Otten",
40 "email": "totten@civicrm.org"
41 }
42 ],
978d4742 43 "description": "RPC library for CiviConnect",
2ac97b20 44 "time": "2019-01-08T19:20:09+00:00"
94ddb538 45 },
b4f67195
TO
46 {
47 "name": "civicrm/civicrm-setup",
48 "version": "v0.2.0",
49 "source": {
50 "type": "git",
51 "url": "https://github.com/civicrm/civicrm-setup.git",
52 "reference": "e7991aff516c3fff952bed8f90832804a134358a"
53 },
54 "dist": {
55 "type": "zip",
56 "url": "https://api.github.com/repos/civicrm/civicrm-setup/zipball/e7991aff516c3fff952bed8f90832804a134358a",
57 "reference": "e7991aff516c3fff952bed8f90832804a134358a",
58 "shasum": ""
59 },
60 "require": {
61 "psr/log": "~1.0",
62 "symfony/event-dispatcher": "^2.6.13 || ~3.0"
63 },
64 "type": "library",
65 "autoload": {
66 "files": [
67 "civicrm-setup-autoload.php"
68 ]
69 },
70 "notification-url": "https://packagist.org/downloads/",
71 "license": [
72 "MIT"
73 ],
74 "authors": [
75 {
76 "name": "CiviCRM LLC",
77 "email": "info@civicrm.org"
78 }
79 ],
80 "description": "CiviCRM installation library",
81 "time": "2018-01-23T06:26:55+00:00"
82 },
0a4cb750
TO
83 {
84 "name": "dompdf/dompdf",
664e998e 85 "version": "v0.8.0",
0a4cb750
TO
86 "source": {
87 "type": "git",
88 "url": "https://github.com/dompdf/dompdf.git",
664e998e 89 "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c"
0a4cb750
TO
90 },
91 "dist": {
92 "type": "zip",
664e998e
SL
93 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
94 "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
0a4cb750
TO
95 "shasum": ""
96 },
97 "require": {
e91585d7
SL
98 "ext-dom": "*",
99 "ext-gd": "*",
100 "ext-mbstring": "*",
bd48ca3f 101 "phenx/php-font-lib": "0.5.*",
664e998e 102 "phenx/php-svg-lib": "0.2.*",
e91585d7
SL
103 "php": ">=5.3.0"
104 },
105 "require-dev": {
bd48ca3f
SL
106 "phpunit/phpunit": "4.8.*",
107 "squizlabs/php_codesniffer": "2.*"
0a4cb750
TO
108 },
109 "type": "library",
e91585d7
SL
110 "extra": {
111 "branch-alias": {
112 "dev-develop": "0.7-dev"
c837b233
SL
113 },
114 "patches_applied": {
115 "Fix Fatal error: Uncaught Dompdf Exception: No block-level parent found.": "tools/scripts/composer/patches/dompdf_no_block_level_parent_fix.patch"
e91585d7
SL
116 }
117 },
0a4cb750 118 "autoload": {
e91585d7
SL
119 "psr-4": {
120 "Dompdf\\": "src/"
121 },
0a4cb750 122 "classmap": [
e91585d7 123 "lib/"
0a4cb750
TO
124 ]
125 },
126 "notification-url": "https://packagist.org/downloads/",
127 "license": [
e91585d7 128 "LGPL-2.1"
0a4cb750
TO
129 ],
130 "authors": [
131 {
132 "name": "Fabien Ménager",
133 "email": "fabien.menager@gmail.com"
134 },
135 {
136 "name": "Brian Sweeney",
137 "email": "eclecticgeek@gmail.com"
e91585d7
SL
138 },
139 {
140 "name": "Gabriel Bull",
141 "email": "me@gabrielbull.com"
0a4cb750
TO
142 }
143 ],
144 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
145 "homepage": "https://github.com/dompdf/dompdf",
664e998e 146 "time": "2017-02-16T02:40:40+00:00"
0a4cb750 147 },
209ef5bf
TO
148 {
149 "name": "electrolinux/phpquery",
150 "version": "0.9.6",
151 "source": {
152 "type": "git",
153 "url": "https://github.com/electrolinux/phpquery.git",
154 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
155 },
156 "dist": {
157 "type": "zip",
158 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
159 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
160 "shasum": ""
161 },
162 "type": "library",
163 "autoload": {
164 "classmap": [
165 "phpQuery/"
166 ]
167 },
168 "notification-url": "https://packagist.org/downloads/",
169 "license": [
170 "MIT"
171 ],
172 "authors": [
173 {
174 "name": "Tobiasz Cudnik",
175 "email": "tobiasz.cudnik@gmail.com",
176 "homepage": "https://github.com/TobiaszCudnik",
177 "role": "Developer"
178 },
179 {
180 "name": "didier Belot",
181 "role": "Packager"
182 }
183 ],
184 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
185 "homepage": "http://code.google.com/p/phpquery/",
186 "time": "2013-03-21T12:39:33+00:00"
187 },
f9bdf062 188 {
189 "name": "guzzlehttp/guzzle",
190 "version": "6.3.0",
191 "source": {
192 "type": "git",
193 "url": "https://github.com/guzzle/guzzle.git",
194 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
195 },
196 "dist": {
197 "type": "zip",
198 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
199 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
200 "shasum": ""
201 },
202 "require": {
203 "guzzlehttp/promises": "^1.0",
204 "guzzlehttp/psr7": "^1.4",
205 "php": ">=5.5"
206 },
207 "require-dev": {
208 "ext-curl": "*",
209 "phpunit/phpunit": "^4.0 || ^5.0",
210 "psr/log": "^1.0"
211 },
212 "suggest": {
213 "psr/log": "Required for using the Log middleware"
214 },
215 "type": "library",
216 "extra": {
217 "branch-alias": {
218 "dev-master": "6.2-dev"
219 }
220 },
221 "autoload": {
222 "files": [
223 "src/functions_include.php"
224 ],
225 "psr-4": {
226 "GuzzleHttp\\": "src/"
227 }
228 },
229 "notification-url": "https://packagist.org/downloads/",
230 "license": [
231 "MIT"
232 ],
233 "authors": [
234 {
235 "name": "Michael Dowling",
236 "email": "mtdowling@gmail.com",
237 "homepage": "https://github.com/mtdowling"
238 }
239 ],
240 "description": "Guzzle is a PHP HTTP client library",
241 "homepage": "http://guzzlephp.org/",
242 "keywords": [
243 "client",
244 "curl",
245 "framework",
246 "http",
247 "http client",
248 "rest",
249 "web service"
250 ],
251 "time": "2017-06-22T18:50:49+00:00"
252 },
253 {
254 "name": "guzzlehttp/promises",
255 "version": "v1.3.1",
256 "source": {
257 "type": "git",
258 "url": "https://github.com/guzzle/promises.git",
259 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
260 },
261 "dist": {
262 "type": "zip",
263 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
264 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
265 "shasum": ""
266 },
267 "require": {
268 "php": ">=5.5.0"
269 },
270 "require-dev": {
271 "phpunit/phpunit": "^4.0"
272 },
273 "type": "library",
274 "extra": {
275 "branch-alias": {
276 "dev-master": "1.4-dev"
277 }
278 },
279 "autoload": {
280 "psr-4": {
281 "GuzzleHttp\\Promise\\": "src/"
282 },
283 "files": [
284 "src/functions_include.php"
285 ]
286 },
287 "notification-url": "https://packagist.org/downloads/",
288 "license": [
289 "MIT"
290 ],
291 "authors": [
292 {
293 "name": "Michael Dowling",
294 "email": "mtdowling@gmail.com",
295 "homepage": "https://github.com/mtdowling"
296 }
297 ],
298 "description": "Guzzle promises library",
299 "keywords": [
300 "promise"
301 ],
302 "time": "2016-12-20T10:07:11+00:00"
303 },
304 {
305 "name": "guzzlehttp/psr7",
306 "version": "1.4.2",
307 "source": {
308 "type": "git",
309 "url": "https://github.com/guzzle/psr7.git",
310 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
311 },
312 "dist": {
313 "type": "zip",
314 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
315 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
316 "shasum": ""
317 },
318 "require": {
319 "php": ">=5.4.0",
320 "psr/http-message": "~1.0"
321 },
322 "provide": {
323 "psr/http-message-implementation": "1.0"
324 },
325 "require-dev": {
326 "phpunit/phpunit": "~4.0"
327 },
328 "type": "library",
329 "extra": {
330 "branch-alias": {
331 "dev-master": "1.4-dev"
332 }
333 },
334 "autoload": {
335 "psr-4": {
336 "GuzzleHttp\\Psr7\\": "src/"
337 },
338 "files": [
339 "src/functions_include.php"
340 ]
341 },
342 "notification-url": "https://packagist.org/downloads/",
343 "license": [
344 "MIT"
345 ],
346 "authors": [
347 {
348 "name": "Michael Dowling",
349 "email": "mtdowling@gmail.com",
350 "homepage": "https://github.com/mtdowling"
351 },
352 {
353 "name": "Tobias Schultze",
354 "homepage": "https://github.com/Tobion"
355 }
356 ],
357 "description": "PSR-7 message implementation that also provides common utility methods",
358 "keywords": [
359 "http",
360 "message",
361 "request",
362 "response",
363 "stream",
364 "uri",
365 "url"
366 ],
367 "time": "2017-03-20T17:10:46+00:00"
368 },
fd6605f0
JK
369 {
370 "name": "marcj/topsort",
77c89e7a 371 "version": "1.1.0",
fd6605f0
JK
372 "source": {
373 "type": "git",
77c89e7a
TO
374 "url": "https://github.com/marcj/topsort.php.git",
375 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
376 },
377 "dist": {
378 "type": "zip",
379 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
380 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
381 "shasum": ""
fd6605f0
JK
382 },
383 "require": {
77c89e7a 384 "php": ">=5.4"
fd6605f0
JK
385 },
386 "require-dev": {
387 "codeclimate/php-test-reporter": "dev-master",
388 "phpunit/phpunit": "~4.0",
389 "symfony/console": "~2.5"
390 },
391 "type": "library",
392 "autoload": {
393 "psr-4": {
394 "MJS\\TopSort\\": "src/",
395 "MJS\\TopSort\\Tests\\": "tests/Tests/"
396 }
397 },
77c89e7a 398 "notification-url": "https://packagist.org/downloads/",
fd6605f0
JK
399 "license": [
400 "MIT"
401 ],
402 "authors": [
403 {
404 "name": "Marc J. Schmidt",
405 "email": "marc@marcjschmidt.de"
406 }
407 ],
408 "description": "High-Performance TopSort/Dependency resolving algorithm",
409 "keywords": [
410 "dependency resolving",
411 "topological sort",
412 "topsort"
413 ],
77c89e7a 414 "time": "2016-11-19T14:58:11+00:00"
fd6605f0 415 },
61a197f8
SL
416 {
417 "name": "pclzip/pclzip",
418 "version": "2.8.2",
419 "source": {
420 "type": "git",
421 "url": "https://github.com/ivanlanin/pclzip.git",
422 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
423 },
424 "dist": {
425 "type": "zip",
426 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
427 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
428 "shasum": ""
429 },
430 "type": "library",
431 "autoload": {
432 "classmap": [
433 "pclzip.lib.php"
434 ]
435 },
436 "notification-url": "https://packagist.org/downloads/",
437 "license": [
438 "LGPL-2.1"
439 ],
440 "authors": [
441 {
442 "name": "Vincent Blavet"
443 }
444 ],
445 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
446 "homepage": "http://www.phpconcept.net/pclzip",
447 "keywords": [
448 "php",
449 "zip"
450 ],
8450657b 451 "time": "2014-06-05T11:42:24+00:00"
61a197f8 452 },
41f34647
SL
453 {
454 "name": "pear/auth_sasl",
455 "version": "v1.1.0",
456 "source": {
457 "type": "git",
458 "url": "https://github.com/pear/Auth_SASL.git",
459 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
460 },
461 "dist": {
462 "type": "zip",
463 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
464 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
465 "shasum": ""
466 },
467 "require": {
468 "pear/pear_exception": "@stable"
469 },
470 "require-dev": {
471 "phpunit/phpunit": "@stable"
472 },
473 "type": "library",
474 "autoload": {
475 "psr-0": {
476 "Auth": "./"
477 }
478 },
479 "notification-url": "https://packagist.org/downloads/",
480 "include-path": [
481 "./"
482 ],
483 "license": [
484 "BSD"
485 ],
486 "authors": [
487 {
488 "name": "Anish Mistry",
489 "email": "amistry@am-productions.biz",
490 "role": "Lead"
491 },
492 {
493 "name": "Richard Heyes",
494 "email": "richard@php.net",
495 "role": "Lead"
496 },
497 {
498 "name": "Michael Bretterklieber",
499 "email": "michael@bretterklieber.com",
500 "role": "Lead"
501 }
502 ],
503 "description": "Abstraction of various SASL mechanism responses",
504 "time": "2017-03-07T14:37:05+00:00"
505 },
0ccbacae
SL
506 {
507 "name": "pear/net_smtp",
508 "version": "1.6.3",
509 "source": {
510 "type": "git",
511 "url": "https://github.com/pear/Net_SMTP.git",
512 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c"
513 },
514 "dist": {
515 "type": "zip",
516 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/7b6240761adf6ee245098e238a25d5c35650d82c",
517 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c",
518 "shasum": ""
519 },
520 "require": {
521 "pear/net_socket": "*",
522 "pear/pear_exception": "*",
523 "php": ">=4.0.5"
524 },
525 "require-dev": {
526 "phpunit/phpunit": "*"
527 },
528 "suggest": {
529 "pear/auth_sasl": "Install optionally via your project's composer.json"
530 },
531 "type": "library",
c837b233
SL
532 "extra": {
533 "patches_applied": {
534 "CRM-8744 Display CiviCRM Specific error message": "tools/scripts/composer/patches/net-smtp-patch.patch",
535 "Fix PHP7 Compliance": "tools/scripts/composer/patches/net-smtp-php7-patch.patch",
536 "Fix Pass by reference issues": "tools/scripts/composer/patches/net-smtp-ref-patch.patch",
537 "Fix TLS support issue in PHP5.6": "tools/scripts/composer/patches/net-smtp-tls-patch.patch"
538 }
539 },
0ccbacae
SL
540 "autoload": {
541 "psr-0": {
542 "Net": "./"
543 }
544 },
545 "notification-url": "https://packagist.org/downloads/",
546 "include-path": [
547 "./"
548 ],
549 "license": [
550 "PHP License"
551 ],
552 "authors": [
553 {
554 "name": "Jon Parise",
555 "email": "jon@php.net",
556 "homepage": "http://www.indelible.org",
557 "role": "Lead"
558 },
559 {
560 "name": "Chuck Hagenbuch",
561 "email": "chuck@horde.org",
562 "role": "Lead"
563 }
564 ],
565 "description": "An implementation of the SMTP protocol",
566 "homepage": "http://pear.github.io/Net_SMTP/",
567 "keywords": [
568 "email",
569 "mail",
570 "smtp"
571 ],
572 "time": "2015-08-02T17:20:17+00:00"
573 },
574 {
575 "name": "pear/net_socket",
576 "version": "1.0.14",
577 "source": {
578 "type": "git",
579 "url": "https://github.com/pear/Net_Socket.git",
580 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
581 },
582 "dist": {
583 "type": "zip",
584 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
585 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
586 "shasum": ""
587 },
588 "require": {
589 "pear/pear_exception": "*"
590 },
591 "require-dev": {
592 "phpunit/phpunit": "*"
593 },
594 "type": "library",
595 "autoload": {
596 "psr-0": {
597 "Net": "./"
598 }
599 },
600 "notification-url": "https://packagist.org/downloads/",
601 "include-path": [
602 "./"
603 ],
604 "license": [
605 "PHP License"
606 ],
607 "authors": [
608 {
609 "name": "Chuck Hagenbuch",
610 "email": "chuck@horde.org",
611 "role": "Lead"
612 },
613 {
614 "name": "Aleksander Machniak",
615 "email": "alec@php.net",
616 "role": "Lead"
617 },
618 {
619 "name": "Stig Bakken",
620 "email": "stig@php.net",
621 "role": "Lead"
622 }
623 ],
624 "description": "More info available on: http://pear.php.net/package/Net_Socket",
625 "time": "2014-02-20T19:27:06+00:00"
626 },
2d0eaf7e
SL
627 {
628 "name": "pear/pear_exception",
629 "version": "v1.0.0",
630 "source": {
631 "type": "git",
632 "url": "https://github.com/pear/PEAR_Exception.git",
633 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
634 },
635 "dist": {
636 "type": "zip",
637 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
638 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
639 "shasum": ""
640 },
641 "require": {
642 "php": ">=4.4.0"
643 },
644 "require-dev": {
645 "phpunit/phpunit": "*"
646 },
647 "type": "class",
648 "extra": {
649 "branch-alias": {
650 "dev-master": "1.0.x-dev"
651 }
652 },
653 "autoload": {
654 "psr-0": {
655 "PEAR": ""
656 }
657 },
658 "notification-url": "https://packagist.org/downloads/",
659 "include-path": [
660 "."
661 ],
662 "license": [
663 "BSD-2-Clause"
664 ],
665 "authors": [
666 {
667 "name": "Helgi Thormar",
668 "email": "dufuz@php.net"
669 },
670 {
671 "name": "Greg Beaver",
672 "email": "cellog@php.net"
673 }
674 ],
675 "description": "The PEAR Exception base class.",
676 "homepage": "https://github.com/pear/PEAR_Exception",
677 "keywords": [
678 "exception"
679 ],
8450657b 680 "time": "2015-02-10T20:07:52+00:00"
2d0eaf7e
SL
681 },
682 {
683 "name": "pear/validate_finance_creditcard",
0df41a8e 684 "version": "dev-master",
2d0eaf7e
SL
685 "source": {
686 "type": "git",
687 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
989532f6 688 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
2d0eaf7e
SL
689 },
690 "dist": {
691 "type": "zip",
989532f6
SL
692 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
693 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
2d0eaf7e
SL
694 "shasum": ""
695 },
696 "require": {
697 "pear/pear_exception": "*",
698 "php": ">=5.2.1"
699 },
700 "require-dev": {
701 "phpunit/phpunit": "*"
702 },
703 "type": "library",
704 "autoload": {
705 "psr-0": {
706 "Validate": "./"
707 }
708 },
709 "notification-url": "https://packagist.org/downloads/",
710 "include-path": [
711 "./"
712 ],
713 "license": [
714 "New BSD"
715 ],
716 "authors": [
717 {
718 "name": "Philippe Jausions",
719 "email": "Philippe.Jausions@11abacus.com",
720 "role": "Lead"
721 }
722 ],
723 "description": "Validation class for credit cards.",
77c89e7a 724 "time": "2016-09-12T08:01:21+00:00"
2d0eaf7e 725 },
0a4cb750
TO
726 {
727 "name": "phenx/php-font-lib",
664e998e 728 "version": "0.5",
0a4cb750
TO
729 "source": {
730 "type": "git",
731 "url": "https://github.com/PhenX/php-font-lib.git",
664e998e 732 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
0a4cb750
TO
733 },
734 "dist": {
735 "type": "zip",
664e998e
SL
736 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
737 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
0a4cb750
TO
738 "shasum": ""
739 },
bd48ca3f
SL
740 "require-dev": {
741 "phpunit/phpunit": "^4.8"
742 },
0a4cb750
TO
743 "type": "library",
744 "autoload": {
bd48ca3f
SL
745 "psr-4": {
746 "FontLib\\": "src/FontLib"
e91585d7 747 }
0a4cb750
TO
748 },
749 "notification-url": "https://packagist.org/downloads/",
750 "license": [
e91585d7 751 "LGPL-3.0"
0a4cb750
TO
752 ],
753 "authors": [
754 {
755 "name": "Fabien Ménager",
756 "email": "fabien.menager@gmail.com"
757 }
758 ],
759 "description": "A library to read, parse, export and make subsets of different types of font files.",
760 "homepage": "https://github.com/PhenX/php-font-lib",
664e998e 761 "time": "2017-02-11T10:58:43+00:00"
e91585d7
SL
762 },
763 {
764 "name": "phenx/php-svg-lib",
664e998e 765 "version": "v0.2",
e91585d7
SL
766 "source": {
767 "type": "git",
768 "url": "https://github.com/PhenX/php-svg-lib.git",
664e998e 769 "reference": "de291bec8449b89acfe85691b5c71434797959dc"
e91585d7
SL
770 },
771 "dist": {
772 "type": "zip",
664e998e
SL
773 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc",
774 "reference": "de291bec8449b89acfe85691b5c71434797959dc",
e91585d7
SL
775 "shasum": ""
776 },
bd48ca3f 777 "require": {
664e998e 778 "sabberworm/php-css-parser": "6.0.*"
bd48ca3f 779 },
e91585d7
SL
780 "type": "library",
781 "autoload": {
782 "psr-0": {
783 "Svg\\": "src/"
784 }
785 },
786 "notification-url": "https://packagist.org/downloads/",
787 "license": [
788 "LGPL-3.0"
789 ],
790 "authors": [
791 {
792 "name": "Fabien Ménager",
793 "email": "fabien.menager@gmail.com"
794 }
795 ],
796 "description": "A library to read, parse and export to PDF SVG files.",
797 "homepage": "https://github.com/PhenX/php-svg-lib",
664e998e 798 "time": "2016-12-13T20:25:45+00:00"
0a4cb750 799 },
61a197f8
SL
800 {
801 "name": "phpoffice/common",
802 "version": "v0.2.6",
803 "source": {
804 "type": "git",
805 "url": "https://github.com/PHPOffice/Common.git",
806 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd"
807 },
808 "dist": {
809 "type": "zip",
810 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/c9be70c80637c28c728be78e66aad4878a34f8dd",
811 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd",
812 "shasum": ""
813 },
814 "require": {
815 "pclzip/pclzip": "^2.8",
816 "php": ">=5.3.0"
817 },
818 "require-dev": {
819 "phpdocumentor/phpdocumentor": "2.*",
820 "phploc/phploc": "2.*",
821 "phpmd/phpmd": "2.*",
822 "phpunit/phpunit": "3.7.*",
823 "sebastian/phpcpd": "2.*",
824 "squizlabs/php_codesniffer": "2.*"
825 },
826 "type": "library",
827 "autoload": {
828 "psr-4": {
829 "PhpOffice\\Common\\": "src/Common/"
830 }
831 },
832 "notification-url": "https://packagist.org/downloads/",
833 "license": [
834 "LGPL"
835 ],
836 "authors": [
837 {
838 "name": "Mark Baker"
839 },
840 {
841 "name": "Franck Lefevre",
842 "homepage": "http://rootslabs.net"
843 }
844 ],
845 "description": "PHPOffice Common",
846 "homepage": "http://phpoffice.github.io",
847 "keywords": [
848 "common",
849 "component",
850 "office",
851 "php"
852 ],
8450657b 853 "time": "2016-07-07T17:26:55+00:00"
61a197f8 854 },
db7b0381
CW
855 {
856 "name": "phpoffice/phpword",
5af9e53b 857 "version": "v0.14.0",
db7b0381
CW
858 "source": {
859 "type": "git",
860 "url": "https://github.com/PHPOffice/PHPWord.git",
5af9e53b 861 "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae"
db7b0381
CW
862 },
863 "dist": {
864 "type": "zip",
5af9e53b
DS
865 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b614497ae6dd44280be1c2dda56772198bcd25ae",
866 "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae",
db7b0381
CW
867 "shasum": ""
868 },
869 "require": {
870 "ext-xml": "*",
5af9e53b
DS
871 "php": "^5.3.3 || ^7.0",
872 "phpoffice/common": "^0.2",
873 "zendframework/zend-escaper": "^2.2",
874 "zendframework/zend-stdlib": "^2.2 || ^3.0"
db7b0381
CW
875 },
876 "require-dev": {
5af9e53b
DS
877 "dompdf/dompdf": "0.8.*",
878 "friendsofphp/php-cs-fixer": "^2.0",
879 "mpdf/mpdf": "5.* || 6.* || 7.*",
db7b0381 880 "phpdocumentor/phpdocumentor": "2.*",
5af9e53b 881 "phploc/phploc": "2.* || 3.* || 4.*",
db7b0381 882 "phpmd/phpmd": "2.*",
5af9e53b
DS
883 "phpunit/phpunit": "^4.8.36 || ^5.0",
884 "squizlabs/php_codesniffer": "^2.7",
61a197f8 885 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
886 },
887 "suggest": {
61a197f8
SL
888 "dompdf/dompdf": "Allows writing PDF",
889 "ext-gd2": "Allows adding images",
890 "ext-xmlwriter": "Allows writing OOXML and ODF",
891 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
892 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
893 },
894 "type": "library",
895 "autoload": {
896 "psr-4": {
897 "PhpOffice\\PhpWord\\": "src/PhpWord"
898 }
899 },
900 "notification-url": "https://packagist.org/downloads/",
901 "license": [
902 "LGPL-3.0"
903 ],
904 "authors": [
905 {
906 "name": "Mark Baker"
907 },
db7b0381
CW
908 {
909 "name": "Gabriel Bull",
910 "email": "me@gabrielbull.com",
911 "homepage": "http://gabrielbull.com/"
912 },
913 {
914 "name": "Ivan Lanin",
915 "homepage": "http://ivan.lanin.org"
916 },
917 {
918 "name": "Roman Syroeshko",
919 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b
DS
920 },
921 {
922 "name": "Franck Lefevre",
923 "homepage": "https://rootslabs.net/blog/"
924 },
925 {
926 "name": "Antoine de Troostembergh"
db7b0381
CW
927 }
928 ],
61a197f8 929 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
930 "homepage": "http://phpoffice.github.io",
931 "keywords": [
932 "ISO IEC 29500",
933 "OOXML",
934 "Office Open XML",
935 "OpenDocument",
936 "OpenXML",
937 "PhpOffice",
938 "PhpWord",
939 "Rich Text Format",
940 "WordprocessingML",
941 "doc",
942 "docx",
943 "html",
61a197f8 944 "odf",
db7b0381
CW
945 "odt",
946 "office",
947 "pdf",
948 "php",
949 "reader",
950 "rtf",
951 "template",
952 "template processor",
953 "word",
954 "writer"
955 ],
5af9e53b 956 "time": "2017-12-29T01:30:53+00:00"
db7b0381 957 },
94ddb538
TO
958 {
959 "name": "phpseclib/phpseclib",
bd48ca3f 960 "version": "1.0.7",
94ddb538
TO
961 "source": {
962 "type": "git",
963 "url": "https://github.com/phpseclib/phpseclib.git",
bd48ca3f 964 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
94ddb538
TO
965 },
966 "dist": {
967 "type": "zip",
bd48ca3f
SL
968 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
969 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
94ddb538
TO
970 "shasum": ""
971 },
972 "require": {
973 "php": ">=5.0.0"
974 },
975 "require-dev": {
976 "phing/phing": "~2.7",
977 "phpunit/phpunit": "~4.0",
978 "sami/sami": "~2.0",
fcfd7b4d 979 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
980 },
981 "suggest": {
982 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
983 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
fcfd7b4d 984 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
94ddb538
TO
985 },
986 "type": "library",
94ddb538
TO
987 "autoload": {
988 "psr-0": {
989 "Crypt": "phpseclib/",
990 "File": "phpseclib/",
991 "Math": "phpseclib/",
992 "Net": "phpseclib/",
993 "System": "phpseclib/"
994 },
995 "files": [
fcfd7b4d 996 "phpseclib/bootstrap.php",
94ddb538
TO
997 "phpseclib/Crypt/Random.php"
998 ]
999 },
1000 "notification-url": "https://packagist.org/downloads/",
1001 "include-path": [
1002 "phpseclib/"
1003 ],
1004 "license": [
1005 "MIT"
1006 ],
1007 "authors": [
1008 {
1009 "name": "Jim Wigginton",
1010 "email": "terrafrost@php.net",
1011 "role": "Lead Developer"
1012 },
1013 {
1014 "name": "Patrick Monnerat",
1015 "email": "pm@datasphere.ch",
1016 "role": "Developer"
1017 },
1018 {
1019 "name": "Andreas Fischer",
1020 "email": "bantu@phpbb.com",
1021 "role": "Developer"
1022 },
1023 {
1024 "name": "Hans-Jürgen Petrich",
1025 "email": "petrich@tronic-media.com",
1026 "role": "Developer"
fcfd7b4d
TO
1027 },
1028 {
1029 "name": "Graham Campbell",
1030 "email": "graham@alt-three.com",
1031 "role": "Developer"
94ddb538
TO
1032 }
1033 ],
1034 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1035 "homepage": "http://phpseclib.sourceforge.net",
1036 "keywords": [
1037 "BigInteger",
1038 "aes",
1039 "asn.1",
1040 "asn1",
1041 "blowfish",
1042 "crypto",
1043 "cryptography",
1044 "encryption",
1045 "rsa",
1046 "security",
1047 "sftp",
1048 "signature",
1049 "signing",
1050 "ssh",
1051 "twofish",
1052 "x.509",
1053 "x509"
1054 ],
bd48ca3f 1055 "time": "2017-06-05T06:30:30+00:00"
94ddb538 1056 },
f9bdf062 1057 {
1058 "name": "psr/http-message",
1059 "version": "1.0.1",
1060 "source": {
1061 "type": "git",
1062 "url": "https://github.com/php-fig/http-message.git",
1063 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1064 },
1065 "dist": {
1066 "type": "zip",
1067 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1068 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1069 "shasum": ""
1070 },
1071 "require": {
1072 "php": ">=5.3.0"
1073 },
1074 "type": "library",
1075 "extra": {
1076 "branch-alias": {
1077 "dev-master": "1.0.x-dev"
1078 }
1079 },
1080 "autoload": {
1081 "psr-4": {
1082 "Psr\\Http\\Message\\": "src/"
1083 }
1084 },
1085 "notification-url": "https://packagist.org/downloads/",
1086 "license": [
1087 "MIT"
1088 ],
1089 "authors": [
1090 {
1091 "name": "PHP-FIG",
1092 "homepage": "http://www.php-fig.org/"
1093 }
1094 ],
1095 "description": "Common interface for HTTP messages",
1096 "homepage": "https://github.com/php-fig/http-message",
1097 "keywords": [
1098 "http",
1099 "http-message",
1100 "psr",
1101 "psr-7",
1102 "request",
1103 "response"
1104 ],
1105 "time": "2016-08-06T14:39:51+00:00"
1106 },
fd6605f0
JK
1107 {
1108 "name": "psr/log",
2ac97b20 1109 "version": "1.1.0",
0a4cb750
TO
1110 "source": {
1111 "type": "git",
1112 "url": "https://github.com/php-fig/log.git",
2ac97b20 1113 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
0a4cb750
TO
1114 },
1115 "dist": {
1116 "type": "zip",
2ac97b20
SL
1117 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1118 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
0a4cb750
TO
1119 "shasum": ""
1120 },
2ac97b20
SL
1121 "require": {
1122 "php": ">=5.3.0"
1123 },
0a4cb750 1124 "type": "library",
2ac97b20
SL
1125 "extra": {
1126 "branch-alias": {
1127 "dev-master": "1.0.x-dev"
1128 }
1129 },
0a4cb750 1130 "autoload": {
2ac97b20
SL
1131 "psr-4": {
1132 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
1133 }
1134 },
1135 "notification-url": "https://packagist.org/downloads/",
1136 "license": [
1137 "MIT"
1138 ],
1139 "authors": [
1140 {
1141 "name": "PHP-FIG",
1142 "homepage": "http://www.php-fig.org/"
1143 }
1144 ],
1145 "description": "Common interface for logging libraries",
2ac97b20 1146 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
1147 "keywords": [
1148 "log",
1149 "psr",
1150 "psr-3"
1151 ],
2ac97b20 1152 "time": "2018-11-20T15:27:04+00:00"
0a4cb750 1153 },
6c1c4ffc
TO
1154 {
1155 "name": "psr/simple-cache",
1156 "version": "1.0.1",
1157 "source": {
1158 "type": "git",
1159 "url": "https://github.com/php-fig/simple-cache.git",
1160 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1161 },
1162 "dist": {
1163 "type": "zip",
1164 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1165 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1166 "shasum": ""
1167 },
1168 "require": {
1169 "php": ">=5.3.0"
1170 },
1171 "type": "library",
1172 "extra": {
1173 "branch-alias": {
1174 "dev-master": "1.0.x-dev"
1175 }
1176 },
1177 "autoload": {
1178 "psr-4": {
1179 "Psr\\SimpleCache\\": "src/"
1180 }
1181 },
1182 "notification-url": "https://packagist.org/downloads/",
1183 "license": [
1184 "MIT"
1185 ],
1186 "authors": [
1187 {
1188 "name": "PHP-FIG",
1189 "homepage": "http://www.php-fig.org/"
1190 }
1191 ],
1192 "description": "Common interfaces for simple caching",
1193 "keywords": [
1194 "cache",
1195 "caching",
1196 "psr",
1197 "psr-16",
1198 "simple-cache"
1199 ],
1200 "time": "2017-10-23T01:57:42+00:00"
1201 },
bd48ca3f
SL
1202 {
1203 "name": "sabberworm/php-css-parser",
664e998e 1204 "version": "6.0.1",
bd48ca3f
SL
1205 "source": {
1206 "type": "git",
1207 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
664e998e 1208 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2"
bd48ca3f
SL
1209 },
1210 "dist": {
1211 "type": "zip",
664e998e
SL
1212 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2",
1213 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2",
bd48ca3f
SL
1214 "shasum": ""
1215 },
1216 "require": {
1217 "php": ">=5.3.2"
1218 },
1219 "type": "library",
1220 "autoload": {
1221 "psr-0": {
1222 "Sabberworm\\CSS": "lib/"
1223 }
1224 },
1225 "notification-url": "https://packagist.org/downloads/",
1226 "license": [
1227 "MIT"
1228 ],
1229 "authors": [
1230 {
1231 "name": "Raphael Schweikert"
1232 }
1233 ],
1234 "description": "Parser for CSS Files written in PHP",
1235 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1236 "keywords": [
1237 "css",
1238 "parser",
1239 "stylesheet"
1240 ],
664e998e 1241 "time": "2015-08-24T08:48:52+00:00"
bd48ca3f 1242 },
40787e18
TO
1243 {
1244 "name": "symfony/config",
c837b233 1245 "version": "v2.8.44",
40787e18
TO
1246 "source": {
1247 "type": "git",
a84cc605 1248 "url": "https://github.com/symfony/config.git",
c837b233 1249 "reference": "06c0be4cdd8363f3ec8d592c9a4d1b981d5052af"
40787e18
TO
1250 },
1251 "dist": {
1252 "type": "zip",
c837b233
SL
1253 "url": "https://api.github.com/repos/symfony/config/zipball/06c0be4cdd8363f3ec8d592c9a4d1b981d5052af",
1254 "reference": "06c0be4cdd8363f3ec8d592c9a4d1b981d5052af",
40787e18
TO
1255 "shasum": ""
1256 },
1257 "require": {
c837b233
SL
1258 "php": ">=5.3.9",
1259 "symfony/filesystem": "~2.3|~3.0.0",
1260 "symfony/polyfill-ctype": "~1.8"
40787e18 1261 },
a892989e 1262 "require-dev": {
c837b233
SL
1263 "symfony/yaml": "~2.7|~3.0.0"
1264 },
1265 "suggest": {
1266 "symfony/yaml": "To use the yaml reference dumper"
a892989e 1267 },
40787e18
TO
1268 "type": "library",
1269 "extra": {
1270 "branch-alias": {
c837b233 1271 "dev-master": "2.8-dev"
40787e18
TO
1272 }
1273 },
1274 "autoload": {
c837b233 1275 "psr-4": {
40787e18 1276 "Symfony\\Component\\Config\\": ""
c837b233
SL
1277 },
1278 "exclude-from-classmap": [
1279 "/Tests/"
1280 ]
40787e18
TO
1281 },
1282 "notification-url": "https://packagist.org/downloads/",
1283 "license": [
1284 "MIT"
1285 ],
1286 "authors": [
40787e18
TO
1287 {
1288 "name": "Fabien Potencier",
1289 "email": "fabien@symfony.com"
a892989e
DS
1290 },
1291 {
1292 "name": "Symfony Community",
1293 "homepage": "https://symfony.com/contributors"
40787e18
TO
1294 }
1295 ],
1296 "description": "Symfony Config Component",
a892989e 1297 "homepage": "https://symfony.com",
c837b233 1298 "time": "2018-07-26T11:13:39+00:00"
40787e18 1299 },
0a4cb750
TO
1300 {
1301 "name": "symfony/dependency-injection",
c837b233 1302 "version": "v2.8.44",
0a4cb750
TO
1303 "source": {
1304 "type": "git",
a84cc605 1305 "url": "https://github.com/symfony/dependency-injection.git",
c837b233 1306 "reference": "ad2446d39d11c3daaa7f147d957941a187e47357"
0a4cb750
TO
1307 },
1308 "dist": {
1309 "type": "zip",
c837b233
SL
1310 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ad2446d39d11c3daaa7f147d957941a187e47357",
1311 "reference": "ad2446d39d11c3daaa7f147d957941a187e47357",
0a4cb750
TO
1312 "shasum": ""
1313 },
1314 "require": {
c837b233 1315 "php": ">=5.3.9"
0a4cb750 1316 },
a892989e 1317 "conflict": {
664e998e 1318 "symfony/expression-language": "<2.6"
a892989e 1319 },
0a4cb750 1320 "require-dev": {
c837b233
SL
1321 "symfony/config": "~2.2|~3.0.0",
1322 "symfony/expression-language": "~2.6|~3.0.0",
1323 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
0a4cb750
TO
1324 },
1325 "suggest": {
1326 "symfony/config": "",
c837b233 1327 "symfony/expression-language": "For using expressions in service container configuration",
0a4cb750
TO
1328 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1329 "symfony/yaml": ""
1330 },
1331 "type": "library",
1332 "extra": {
1333 "branch-alias": {
c837b233 1334 "dev-master": "2.8-dev"
0a4cb750
TO
1335 }
1336 },
1337 "autoload": {
c837b233 1338 "psr-4": {
0a4cb750 1339 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
1340 },
1341 "exclude-from-classmap": [
1342 "/Tests/"
1343 ]
0a4cb750
TO
1344 },
1345 "notification-url": "https://packagist.org/downloads/",
1346 "license": [
1347 "MIT"
1348 ],
1349 "authors": [
0a4cb750
TO
1350 {
1351 "name": "Fabien Potencier",
1352 "email": "fabien@symfony.com"
a892989e
DS
1353 },
1354 {
1355 "name": "Symfony Community",
1356 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1357 }
1358 ],
1359 "description": "Symfony DependencyInjection Component",
a892989e 1360 "homepage": "https://symfony.com",
c837b233 1361 "time": "2018-07-26T11:13:39+00:00"
0a4cb750
TO
1362 },
1363 {
1364 "name": "symfony/event-dispatcher",
c837b233 1365 "version": "v2.8.44",
0a4cb750
TO
1366 "source": {
1367 "type": "git",
a84cc605 1368 "url": "https://github.com/symfony/event-dispatcher.git",
c837b233 1369 "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12"
0a4cb750
TO
1370 },
1371 "dist": {
1372 "type": "zip",
c837b233
SL
1373 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/84ae343f39947aa084426ed1138bb96bf94d1f12",
1374 "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12",
0a4cb750
TO
1375 "shasum": ""
1376 },
1377 "require": {
c837b233 1378 "php": ">=5.3.9"
0a4cb750
TO
1379 },
1380 "require-dev": {
40787e18 1381 "psr/log": "~1.0",
c837b233
SL
1382 "symfony/config": "^2.0.5|~3.0.0",
1383 "symfony/dependency-injection": "~2.6|~3.0.0",
1384 "symfony/expression-language": "~2.6|~3.0.0",
1385 "symfony/stopwatch": "~2.3|~3.0.0"
0a4cb750
TO
1386 },
1387 "suggest": {
1388 "symfony/dependency-injection": "",
1389 "symfony/http-kernel": ""
1390 },
1391 "type": "library",
1392 "extra": {
1393 "branch-alias": {
c837b233 1394 "dev-master": "2.8-dev"
0a4cb750
TO
1395 }
1396 },
1397 "autoload": {
c837b233 1398 "psr-4": {
0a4cb750 1399 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
1400 },
1401 "exclude-from-classmap": [
1402 "/Tests/"
1403 ]
0a4cb750
TO
1404 },
1405 "notification-url": "https://packagist.org/downloads/",
1406 "license": [
1407 "MIT"
1408 ],
1409 "authors": [
0a4cb750
TO
1410 {
1411 "name": "Fabien Potencier",
1412 "email": "fabien@symfony.com"
a892989e
DS
1413 },
1414 {
1415 "name": "Symfony Community",
1416 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1417 }
1418 ],
1419 "description": "Symfony EventDispatcher Component",
a892989e 1420 "homepage": "https://symfony.com",
c837b233 1421 "time": "2018-07-26T09:03:18+00:00"
40787e18
TO
1422 },
1423 {
1424 "name": "symfony/filesystem",
c837b233 1425 "version": "v2.8.44",
40787e18
TO
1426 "source": {
1427 "type": "git",
a84cc605 1428 "url": "https://github.com/symfony/filesystem.git",
c837b233 1429 "reference": "2d6a4deccdfa2e4e9f113138b93457b2d0886c15"
40787e18
TO
1430 },
1431 "dist": {
1432 "type": "zip",
c837b233
SL
1433 "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d6a4deccdfa2e4e9f113138b93457b2d0886c15",
1434 "reference": "2d6a4deccdfa2e4e9f113138b93457b2d0886c15",
40787e18
TO
1435 "shasum": ""
1436 },
1437 "require": {
c837b233
SL
1438 "php": ">=5.3.9",
1439 "symfony/polyfill-ctype": "~1.8"
a892989e 1440 },
40787e18
TO
1441 "type": "library",
1442 "extra": {
1443 "branch-alias": {
c837b233 1444 "dev-master": "2.8-dev"
40787e18
TO
1445 }
1446 },
1447 "autoload": {
c837b233 1448 "psr-4": {
40787e18 1449 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
1450 },
1451 "exclude-from-classmap": [
1452 "/Tests/"
1453 ]
40787e18
TO
1454 },
1455 "notification-url": "https://packagist.org/downloads/",
1456 "license": [
1457 "MIT"
1458 ],
1459 "authors": [
40787e18 1460 {
d892b317
TO
1461 "name": "Fabien Potencier",
1462 "email": "fabien@symfony.com"
a892989e
DS
1463 },
1464 {
1465 "name": "Symfony Community",
1466 "homepage": "https://symfony.com/contributors"
40787e18
TO
1467 }
1468 ],
1469 "description": "Symfony Filesystem Component",
a892989e 1470 "homepage": "https://symfony.com",
c837b233 1471 "time": "2018-07-26T11:13:39+00:00"
0a4cb750
TO
1472 },
1473 {
1474 "name": "symfony/finder",
c837b233 1475 "version": "v2.8.44",
0a4cb750
TO
1476 "source": {
1477 "type": "git",
a892989e 1478 "url": "https://github.com/symfony/finder.git",
c837b233 1479 "reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e"
0a4cb750
TO
1480 },
1481 "dist": {
1482 "type": "zip",
c837b233
SL
1483 "url": "https://api.github.com/repos/symfony/finder/zipball/f0de0b51913eb2caab7dfed6413b87e14fca780e",
1484 "reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e",
0a4cb750
TO
1485 "shasum": ""
1486 },
1487 "require": {
c837b233 1488 "php": ">=5.3.9"
a892989e 1489 },
0a4cb750
TO
1490 "type": "library",
1491 "extra": {
1492 "branch-alias": {
c837b233 1493 "dev-master": "2.8-dev"
0a4cb750
TO
1494 }
1495 },
1496 "autoload": {
c837b233 1497 "psr-4": {
0a4cb750 1498 "Symfony\\Component\\Finder\\": ""
c837b233
SL
1499 },
1500 "exclude-from-classmap": [
1501 "/Tests/"
1502 ]
0a4cb750
TO
1503 },
1504 "notification-url": "https://packagist.org/downloads/",
1505 "license": [
1506 "MIT"
1507 ],
1508 "authors": [
0a4cb750
TO
1509 {
1510 "name": "Fabien Potencier",
1511 "email": "fabien@symfony.com"
a892989e
DS
1512 },
1513 {
1514 "name": "Symfony Community",
1515 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1516 }
1517 ],
1518 "description": "Symfony Finder Component",
a892989e 1519 "homepage": "https://symfony.com",
c837b233 1520 "time": "2018-07-26T11:13:39+00:00"
0a4cb750 1521 },
0e24103e 1522 {
c837b233
SL
1523 "name": "symfony/polyfill-ctype",
1524 "version": "v1.8.0",
0e24103e
TO
1525 "source": {
1526 "type": "git",
c837b233
SL
1527 "url": "https://github.com/symfony/polyfill-ctype.git",
1528 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
0e24103e
TO
1529 },
1530 "dist": {
1531 "type": "zip",
c837b233
SL
1532 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
1533 "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
0e24103e
TO
1534 "shasum": ""
1535 },
1536 "require": {
664e998e
SL
1537 "php": ">=5.3.3"
1538 },
c837b233
SL
1539 "type": "library",
1540 "extra": {
1541 "branch-alias": {
1542 "dev-master": "1.8-dev"
1543 }
1544 },
1545 "autoload": {
1546 "psr-4": {
1547 "Symfony\\Polyfill\\Ctype\\": ""
1548 },
1549 "files": [
1550 "bootstrap.php"
1551 ]
1552 },
1553 "notification-url": "https://packagist.org/downloads/",
1554 "license": [
1555 "MIT"
1556 ],
1557 "authors": [
1558 {
1559 "name": "Symfony Community",
1560 "homepage": "https://symfony.com/contributors"
1561 },
1562 {
1563 "name": "Gert de Pagter",
1564 "email": "BackEndTea@gmail.com"
1565 }
1566 ],
1567 "description": "Symfony polyfill for ctype functions",
1568 "homepage": "https://symfony.com",
1569 "keywords": [
1570 "compatibility",
1571 "ctype",
1572 "polyfill",
1573 "portable"
1574 ],
1575 "time": "2018-04-30T19:57:29+00:00"
1576 },
5ff57db4
SL
1577 {
1578 "name": "symfony/polyfill-iconv",
1579 "version": "v1.9.0",
1580 "source": {
1581 "type": "git",
1582 "url": "https://github.com/symfony/polyfill-iconv.git",
1583 "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2"
1584 },
1585 "dist": {
1586 "type": "zip",
1587 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2",
1588 "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2",
1589 "shasum": ""
1590 },
1591 "require": {
1592 "php": ">=5.3.3"
1593 },
1594 "suggest": {
1595 "ext-iconv": "For best performance"
1596 },
1597 "type": "library",
1598 "extra": {
1599 "branch-alias": {
1600 "dev-master": "1.9-dev"
1601 }
1602 },
1603 "autoload": {
1604 "psr-4": {
1605 "Symfony\\Polyfill\\Iconv\\": ""
1606 },
1607 "files": [
1608 "bootstrap.php"
1609 ]
1610 },
1611 "notification-url": "https://packagist.org/downloads/",
1612 "license": [
1613 "MIT"
1614 ],
1615 "authors": [
1616 {
1617 "name": "Nicolas Grekas",
1618 "email": "p@tchwork.com"
1619 },
1620 {
1621 "name": "Symfony Community",
1622 "homepage": "https://symfony.com/contributors"
1623 }
1624 ],
1625 "description": "Symfony polyfill for the Iconv extension",
1626 "homepage": "https://symfony.com",
1627 "keywords": [
1628 "compatibility",
1629 "iconv",
1630 "polyfill",
1631 "portable",
1632 "shim"
1633 ],
1634 "time": "2018-08-06T14:22:27+00:00"
1635 },
c837b233
SL
1636 {
1637 "name": "symfony/process",
1638 "version": "v2.8.44",
1639 "source": {
1640 "type": "git",
1641 "url": "https://github.com/symfony/process.git",
1642 "reference": "cc83afdb5ac99147806b3bb65a3ff1227664f596"
1643 },
1644 "dist": {
1645 "type": "zip",
1646 "url": "https://api.github.com/repos/symfony/process/zipball/cc83afdb5ac99147806b3bb65a3ff1227664f596",
1647 "reference": "cc83afdb5ac99147806b3bb65a3ff1227664f596",
1648 "shasum": ""
1649 },
1650 "require": {
1651 "php": ">=5.3.9"
a892989e 1652 },
0e24103e
TO
1653 "type": "library",
1654 "extra": {
1655 "branch-alias": {
c837b233 1656 "dev-master": "2.8-dev"
0e24103e
TO
1657 }
1658 },
1659 "autoload": {
c837b233 1660 "psr-4": {
0e24103e 1661 "Symfony\\Component\\Process\\": ""
c837b233
SL
1662 },
1663 "exclude-from-classmap": [
1664 "/Tests/"
1665 ]
0e24103e
TO
1666 },
1667 "notification-url": "https://packagist.org/downloads/",
1668 "license": [
1669 "MIT"
1670 ],
1671 "authors": [
0e24103e 1672 {
40787e18
TO
1673 "name": "Fabien Potencier",
1674 "email": "fabien@symfony.com"
a892989e
DS
1675 },
1676 {
1677 "name": "Symfony Community",
1678 "homepage": "https://symfony.com/contributors"
0e24103e
TO
1679 }
1680 ],
1681 "description": "Symfony Process Component",
a892989e 1682 "homepage": "https://symfony.com",
c837b233 1683 "time": "2018-07-26T11:13:39+00:00"
0e24103e 1684 },
f6c3a87a
CB
1685 {
1686 "name": "tecnickcom/tcpdf",
bd48ca3f 1687 "version": "6.2.13",
f6c3a87a
CB
1688 "source": {
1689 "type": "git",
1690 "url": "https://github.com/tecnickcom/TCPDF.git",
bd48ca3f 1691 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64"
f6c3a87a
CB
1692 },
1693 "dist": {
1694 "type": "zip",
bd48ca3f
SL
1695 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1696 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64",
f6c3a87a
CB
1697 "shasum": ""
1698 },
1699 "require": {
1700 "php": ">=5.3.0"
1701 },
1702 "type": "library",
1703 "autoload": {
1704 "classmap": [
f6c3a87a
CB
1705 "config",
1706 "include",
1707 "tcpdf.php",
1708 "tcpdf_parser.php",
1709 "tcpdf_import.php",
1710 "tcpdf_barcodes_1d.php",
1711 "tcpdf_barcodes_2d.php",
1712 "include/tcpdf_colors.php",
1713 "include/tcpdf_filters.php",
1714 "include/tcpdf_font_data.php",
1715 "include/tcpdf_fonts.php",
1716 "include/tcpdf_images.php",
1717 "include/tcpdf_static.php",
1718 "include/barcodes/datamatrix.php",
1719 "include/barcodes/pdf417.php",
1720 "include/barcodes/qrcode.php"
1721 ]
1722 },
1723 "notification-url": "https://packagist.org/downloads/",
1724 "license": [
1725 "LGPLv3"
1726 ],
1727 "authors": [
1728 {
1729 "name": "Nicola Asuni",
1730 "email": "info@tecnick.com",
1731 "homepage": "http://nicolaasuni.tecnick.com"
1732 }
1733 ],
1734 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1735 "homepage": "http://www.tcpdf.org/",
1736 "keywords": [
1737 "PDFD32000-2008",
1738 "TCPDF",
1739 "barcodes",
1740 "datamatrix",
1741 "pdf",
1742 "pdf417",
1743 "qrcode"
1744 ],
bd48ca3f 1745 "time": "2017-04-26T08:14:48+00:00"
f6c3a87a 1746 },
0a4cb750
TO
1747 {
1748 "name": "totten/ca-config",
26c57e2d 1749 "version": "v17.05.0",
0a4cb750
TO
1750 "source": {
1751 "type": "git",
1752 "url": "https://github.com/totten/ca_config.git",
26c57e2d 1753 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
1754 },
1755 "dist": {
1756 "type": "zip",
26c57e2d
TO
1757 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
1758 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
1759 "shasum": ""
1760 },
1761 "require": {
1762 "php": ">=5.2"
1763 },
1764 "type": "library",
1765 "autoload": {
1766 "psr-0": {
1767 "CA_Config": "src/"
1768 }
1769 },
1770 "notification-url": "https://packagist.org/downloads/",
1771 "license": [
1772 "BSD-2-Clause"
1773 ],
1774 "authors": [
1775 {
1776 "name": "Tim Otten",
1777 "email": "to-git@think.hm"
1778 }
1779 ],
1780 "description": "Default configuration for certificate authorities",
1781 "homepage": "https://github.com/totten/ca_config",
26c57e2d 1782 "time": "2017-05-10T20:08:17+00:00"
16b60c30 1783 },
61a197f8
SL
1784 {
1785 "name": "zendframework/zend-escaper",
bd48ca3f 1786 "version": "2.4.13",
61a197f8
SL
1787 "source": {
1788 "type": "git",
1789 "url": "https://github.com/zendframework/zend-escaper.git",
1790 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
1791 },
1792 "dist": {
1793 "type": "zip",
1794 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
1795 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
1796 "shasum": ""
1797 },
1798 "require": {
1799 "php": ">=5.3.23"
1800 },
1801 "require-dev": {
1802 "fabpot/php-cs-fixer": "1.7.*",
1803 "phpunit/phpunit": "~4.0",
1804 "satooshi/php-coveralls": "dev-master"
1805 },
1806 "type": "library",
1807 "extra": {
1808 "branch-alias": {
1809 "dev-master": "2.4-dev",
1810 "dev-develop": "2.5-dev"
1811 }
1812 },
1813 "autoload": {
1814 "psr-4": {
1815 "Zend\\Escaper\\": "src/"
1816 }
1817 },
1818 "notification-url": "https://packagist.org/downloads/",
1819 "license": [
1820 "BSD-3-Clause"
1821 ],
1822 "homepage": "https://github.com/zendframework/zend-escaper",
1823 "keywords": [
1824 "escaper",
1825 "zf2"
1826 ],
8450657b 1827 "time": "2015-05-07T14:55:31+00:00"
61a197f8
SL
1828 },
1829 {
1830 "name": "zendframework/zend-stdlib",
bd48ca3f 1831 "version": "2.4.13",
61a197f8
SL
1832 "source": {
1833 "type": "git",
1834 "url": "https://github.com/zendframework/zend-stdlib.git",
1835 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
1836 },
1837 "dist": {
1838 "type": "zip",
1839 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
1840 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
1841 "shasum": ""
1842 },
1843 "require": {
1844 "php": ">=5.3.23"
1845 },
1846 "require-dev": {
1847 "fabpot/php-cs-fixer": "1.7.*",
1848 "phpunit/phpunit": "~4.0",
1849 "satooshi/php-coveralls": "dev-master",
1850 "zendframework/zend-eventmanager": "self.version",
1851 "zendframework/zend-filter": "self.version",
1852 "zendframework/zend-serializer": "self.version",
1853 "zendframework/zend-servicemanager": "self.version"
1854 },
1855 "suggest": {
1856 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1857 "zendframework/zend-filter": "To support naming strategy hydrator usage",
1858 "zendframework/zend-serializer": "Zend\\Serializer component",
1859 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1860 },
1861 "type": "library",
1862 "extra": {
1863 "branch-alias": {
1864 "dev-master": "2.4-dev",
1865 "dev-develop": "2.5-dev"
1866 }
1867 },
1868 "autoload": {
1869 "psr-4": {
1870 "Zend\\Stdlib\\": "src/"
1871 }
1872 },
1873 "notification-url": "https://packagist.org/downloads/",
1874 "license": [
1875 "BSD-3-Clause"
1876 ],
1877 "homepage": "https://github.com/zendframework/zend-stdlib",
1878 "keywords": [
1879 "stdlib",
1880 "zf2"
1881 ],
8450657b 1882 "time": "2015-07-21T13:55:46+00:00"
61a197f8
SL
1883 },
1884 {
1885 "name": "zendframework/zend-validator",
bd48ca3f 1886 "version": "2.4.13",
61a197f8
SL
1887 "source": {
1888 "type": "git",
1889 "url": "https://github.com/zendframework/zend-validator.git",
1890 "reference": "81415511fe729e6de19a61936313cef43c80d337"
1891 },
1892 "dist": {
1893 "type": "zip",
1894 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
1895 "reference": "81415511fe729e6de19a61936313cef43c80d337",
1896 "shasum": ""
1897 },
1898 "require": {
1899 "php": ">=5.3.23",
1900 "zendframework/zend-stdlib": "~2.4.0"
1901 },
1902 "require-dev": {
1903 "fabpot/php-cs-fixer": "1.7.*",
1904 "phpunit/phpunit": "~4.0",
1905 "satooshi/php-coveralls": "dev-master",
1906 "zendframework/zend-config": "~2.4.0",
1907 "zendframework/zend-db": "~2.4.0",
1908 "zendframework/zend-filter": "~2.4.0",
1909 "zendframework/zend-i18n": "~2.4.0",
1910 "zendframework/zend-math": "~2.4.0",
1911 "zendframework/zend-servicemanager": "~2.4.0",
1912 "zendframework/zend-session": "~2.4.0",
1913 "zendframework/zend-uri": "~2.4.0"
1914 },
1915 "suggest": {
1916 "zendframework/zend-db": "Zend\\Db component",
1917 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
1918 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
1919 "zendframework/zend-math": "Zend\\Math component",
1920 "zendframework/zend-resources": "Translations of validator messages",
1921 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
1922 "zendframework/zend-session": "Zend\\Session component",
1923 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
1924 },
1925 "type": "library",
1926 "extra": {
1927 "branch-alias": {
1928 "dev-master": "2.4-dev",
1929 "dev-develop": "2.5-dev"
1930 }
1931 },
1932 "autoload": {
1933 "psr-4": {
1934 "Zend\\Validator\\": "src/"
1935 }
1936 },
1937 "notification-url": "https://packagist.org/downloads/",
1938 "license": [
1939 "BSD-3-Clause"
1940 ],
1941 "description": "provides a set of commonly needed validators",
1942 "homepage": "https://github.com/zendframework/zend-validator",
1943 "keywords": [
1944 "validator",
1945 "zf2"
1946 ],
8450657b 1947 "time": "2015-09-08T21:04:17+00:00"
61a197f8 1948 },
16b60c30
TO
1949 {
1950 "name": "zetacomponents/base",
1951 "version": "1.7",
1952 "source": {
1953 "type": "git",
1954 "url": "https://github.com/zetacomponents/Base.git",
1955 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
1956 },
1957 "dist": {
1958 "type": "zip",
1959 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
1960 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
1961 "shasum": ""
1962 },
1963 "type": "library",
1964 "autoload": {
1965 "classmap": [
1966 "src"
1967 ]
1968 },
1969 "notification-url": "https://packagist.org/downloads/",
1970 "license": [
1971 "apache2"
1972 ],
1973 "authors": [
1974 {
1975 "name": "Sergey Alexeev"
1976 },
1977 {
1978 "name": "Sebastian Bergmann"
1979 },
1980 {
1981 "name": "Jan Borsodi"
1982 },
1983 {
1984 "name": "Raymond Bosman"
1985 },
1986 {
1987 "name": "Frederik Holljen"
1988 },
1989 {
1990 "name": "Kore Nordmann"
1991 },
1992 {
1993 "name": "Derick Rethans"
1994 },
1995 {
1996 "name": "Vadym Savchuk"
1997 },
1998 {
1999 "name": "Tobias Schlitt"
2000 },
2001 {
2002 "name": "Alexandru Stanoi"
2003 }
2004 ],
2005 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2006 "homepage": "https://github.com/zetacomponents",
8450657b 2007 "time": "2009-06-29T10:47:39+00:00"
16b60c30
TO
2008 },
2009 {
2010 "name": "zetacomponents/mail",
2011 "version": "dev-1.7-civi",
2012 "source": {
2013 "type": "git",
2014 "url": "https://github.com/civicrm/zetacomponents-mail.git",
8450657b 2015 "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0"
16b60c30
TO
2016 },
2017 "type": "library",
2018 "autoload": {
2019 "classmap": [
2020 "src"
2021 ]
2022 },
2023 "license": [
2024 "apache2"
2025 ],
2026 "authors": [
2027 {
2028 "name": "Sergey Alexeev"
2029 },
2030 {
2031 "name": "Sebastian Bergmann"
2032 },
2033 {
2034 "name": "Jan Borsodi"
2035 },
2036 {
2037 "name": "Raymond Bosman"
2038 },
2039 {
2040 "name": "Frederik Holljen"
2041 },
2042 {
2043 "name": "Kore Nordmann"
2044 },
2045 {
2046 "name": "Derick Rethans"
2047 },
2048 {
2049 "name": "Vadym Savchuk"
2050 },
2051 {
2052 "name": "Tobias Schlitt"
2053 },
2054 {
2055 "name": "Alexandru Stanoi"
2056 },
2057 {
2058 "name": "Sinisa Dukaric"
2059 },
2060 {
2061 "name": "Mikko Koppanen"
2062 },
2063 {
2064 "name": "Christian Michel"
2065 }
2066 ],
2067 "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.",
2068 "homepage": "https://github.com/zetacomponents",
77c89e7a 2069 "time": "2017-03-14T06:51:24+00:00"
0a4cb750
TO
2070 }
2071 ],
2072 "packages-dev": [],
2073 "aliases": [],
2074 "minimum-stability": "stable",
16b60c30 2075 "stability-flags": {
0df41a8e
SL
2076 "zetacomponents/mail": 20,
2077 "pear/validate_finance_creditcard": 20
16b60c30 2078 },
0a4cb750
TO
2079 "prefer-stable": false,
2080 "prefer-lowest": false,
2081 "platform": [],
2082 "platform-dev": []
2083}