Merge pull request #10393 from JMAConsulting/exportBatch
[civicrm-core.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "6abd711477a577550967549258a7aec0",
8 "packages": [
9 {
10 "name": "civicrm/civicrm-cxn-rpc",
11 "version": "v0.17.07.01",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
15 "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/2d934d45e65e907f4b0cabc67979b5f3f2b27135",
20 "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135",
21 "shasum": ""
22 },
23 "require": {
24 "phpseclib/phpseclib": "1.0.*",
25 "psr/log": "~1.0.0"
26 },
27 "type": "library",
28 "autoload": {
29 "psr-4": {
30 "Civi\\Cxn\\Rpc\\": "src/"
31 }
32 },
33 "notification-url": "https://packagist.org/downloads/",
34 "license": [
35 "MIT"
36 ],
37 "authors": [
38 {
39 "name": "Tim Otten",
40 "email": "totten@civicrm.org"
41 }
42 ],
43 "description": "RPC library for CiviConnect",
44 "time": "2017-07-18T04:02:44+00:00"
45 },
46 {
47 "name": "dompdf/dompdf",
48 "version": "v0.8.0",
49 "source": {
50 "type": "git",
51 "url": "https://github.com/dompdf/dompdf.git",
52 "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c"
53 },
54 "dist": {
55 "type": "zip",
56 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
57 "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
58 "shasum": ""
59 },
60 "require": {
61 "ext-dom": "*",
62 "ext-gd": "*",
63 "ext-mbstring": "*",
64 "phenx/php-font-lib": "0.5.*",
65 "phenx/php-svg-lib": "0.2.*",
66 "php": ">=5.3.0"
67 },
68 "require-dev": {
69 "phpunit/phpunit": "4.8.*",
70 "squizlabs/php_codesniffer": "2.*"
71 },
72 "type": "library",
73 "extra": {
74 "branch-alias": {
75 "dev-develop": "0.7-dev"
76 }
77 },
78 "autoload": {
79 "psr-4": {
80 "Dompdf\\": "src/"
81 },
82 "classmap": [
83 "lib/"
84 ]
85 },
86 "notification-url": "https://packagist.org/downloads/",
87 "license": [
88 "LGPL-2.1"
89 ],
90 "authors": [
91 {
92 "name": "Fabien Ménager",
93 "email": "fabien.menager@gmail.com"
94 },
95 {
96 "name": "Brian Sweeney",
97 "email": "eclecticgeek@gmail.com"
98 },
99 {
100 "name": "Gabriel Bull",
101 "email": "me@gabrielbull.com"
102 }
103 ],
104 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
105 "homepage": "https://github.com/dompdf/dompdf",
106 "time": "2017-02-16T02:40:40+00:00"
107 },
108 {
109 "name": "electrolinux/phpquery",
110 "version": "0.9.6",
111 "source": {
112 "type": "git",
113 "url": "https://github.com/electrolinux/phpquery.git",
114 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
115 },
116 "dist": {
117 "type": "zip",
118 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
119 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
120 "shasum": ""
121 },
122 "type": "library",
123 "autoload": {
124 "classmap": [
125 "phpQuery/"
126 ]
127 },
128 "notification-url": "https://packagist.org/downloads/",
129 "license": [
130 "MIT"
131 ],
132 "authors": [
133 {
134 "name": "Tobiasz Cudnik",
135 "email": "tobiasz.cudnik@gmail.com",
136 "homepage": "https://github.com/TobiaszCudnik",
137 "role": "Developer"
138 },
139 {
140 "name": "didier Belot",
141 "role": "Packager"
142 }
143 ],
144 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
145 "homepage": "http://code.google.com/p/phpquery/",
146 "time": "2013-03-21T12:39:33+00:00"
147 },
148 {
149 "name": "marcj/topsort",
150 "version": "dev-1.0-php53",
151 "source": {
152 "type": "git",
153 "url": "https://github.com/totten/topsort.php.git",
154 "reference": "2765723d36f0e536d987e42cbc60de52209212bd"
155 },
156 "require": {
157 "php": ">=5.3"
158 },
159 "require-dev": {
160 "codeclimate/php-test-reporter": "dev-master",
161 "phpunit/phpunit": "~4.0",
162 "symfony/console": "~2.5"
163 },
164 "type": "library",
165 "autoload": {
166 "psr-4": {
167 "MJS\\TopSort\\": "src/",
168 "MJS\\TopSort\\Tests\\": "tests/Tests/"
169 }
170 },
171 "license": [
172 "MIT"
173 ],
174 "authors": [
175 {
176 "name": "Marc J. Schmidt",
177 "email": "marc@marcjschmidt.de"
178 }
179 ],
180 "description": "High-Performance TopSort/Dependency resolving algorithm",
181 "keywords": [
182 "dependency resolving",
183 "topological sort",
184 "topsort"
185 ],
186 "time": "2016-03-25 21:38:05"
187 },
188 {
189 "name": "pclzip/pclzip",
190 "version": "2.8.2",
191 "source": {
192 "type": "git",
193 "url": "https://github.com/ivanlanin/pclzip.git",
194 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
195 },
196 "dist": {
197 "type": "zip",
198 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
199 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
200 "shasum": ""
201 },
202 "type": "library",
203 "autoload": {
204 "classmap": [
205 "pclzip.lib.php"
206 ]
207 },
208 "notification-url": "https://packagist.org/downloads/",
209 "license": [
210 "LGPL-2.1"
211 ],
212 "authors": [
213 {
214 "name": "Vincent Blavet"
215 }
216 ],
217 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
218 "homepage": "http://www.phpconcept.net/pclzip",
219 "keywords": [
220 "php",
221 "zip"
222 ],
223 "time": "2014-06-05T11:42:24+00:00"
224 },
225 {
226 "name": "pear/auth_sasl",
227 "version": "v1.1.0",
228 "source": {
229 "type": "git",
230 "url": "https://github.com/pear/Auth_SASL.git",
231 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
232 },
233 "dist": {
234 "type": "zip",
235 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
236 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
237 "shasum": ""
238 },
239 "require": {
240 "pear/pear_exception": "@stable"
241 },
242 "require-dev": {
243 "phpunit/phpunit": "@stable"
244 },
245 "type": "library",
246 "autoload": {
247 "psr-0": {
248 "Auth": "./"
249 }
250 },
251 "notification-url": "https://packagist.org/downloads/",
252 "include-path": [
253 "./"
254 ],
255 "license": [
256 "BSD"
257 ],
258 "authors": [
259 {
260 "name": "Anish Mistry",
261 "email": "amistry@am-productions.biz",
262 "role": "Lead"
263 },
264 {
265 "name": "Richard Heyes",
266 "email": "richard@php.net",
267 "role": "Lead"
268 },
269 {
270 "name": "Michael Bretterklieber",
271 "email": "michael@bretterklieber.com",
272 "role": "Lead"
273 }
274 ],
275 "description": "Abstraction of various SASL mechanism responses",
276 "time": "2017-03-07T14:37:05+00:00"
277 },
278 {
279 "name": "pear/net_smtp",
280 "version": "1.6.3",
281 "source": {
282 "type": "git",
283 "url": "https://github.com/pear/Net_SMTP.git",
284 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c"
285 },
286 "dist": {
287 "type": "zip",
288 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/7b6240761adf6ee245098e238a25d5c35650d82c",
289 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c",
290 "shasum": ""
291 },
292 "require": {
293 "pear/net_socket": "*",
294 "pear/pear_exception": "*",
295 "php": ">=4.0.5"
296 },
297 "require-dev": {
298 "phpunit/phpunit": "*"
299 },
300 "suggest": {
301 "pear/auth_sasl": "Install optionally via your project's composer.json"
302 },
303 "type": "library",
304 "autoload": {
305 "psr-0": {
306 "Net": "./"
307 }
308 },
309 "notification-url": "https://packagist.org/downloads/",
310 "include-path": [
311 "./"
312 ],
313 "license": [
314 "PHP License"
315 ],
316 "authors": [
317 {
318 "name": "Jon Parise",
319 "email": "jon@php.net",
320 "homepage": "http://www.indelible.org",
321 "role": "Lead"
322 },
323 {
324 "name": "Chuck Hagenbuch",
325 "email": "chuck@horde.org",
326 "role": "Lead"
327 }
328 ],
329 "description": "An implementation of the SMTP protocol",
330 "homepage": "http://pear.github.io/Net_SMTP/",
331 "keywords": [
332 "email",
333 "mail",
334 "smtp"
335 ],
336 "time": "2015-08-02T17:20:17+00:00"
337 },
338 {
339 "name": "pear/net_socket",
340 "version": "1.0.14",
341 "source": {
342 "type": "git",
343 "url": "https://github.com/pear/Net_Socket.git",
344 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
345 },
346 "dist": {
347 "type": "zip",
348 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
349 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
350 "shasum": ""
351 },
352 "require": {
353 "pear/pear_exception": "*"
354 },
355 "require-dev": {
356 "phpunit/phpunit": "*"
357 },
358 "type": "library",
359 "autoload": {
360 "psr-0": {
361 "Net": "./"
362 }
363 },
364 "notification-url": "https://packagist.org/downloads/",
365 "include-path": [
366 "./"
367 ],
368 "license": [
369 "PHP License"
370 ],
371 "authors": [
372 {
373 "name": "Chuck Hagenbuch",
374 "email": "chuck@horde.org",
375 "role": "Lead"
376 },
377 {
378 "name": "Aleksander Machniak",
379 "email": "alec@php.net",
380 "role": "Lead"
381 },
382 {
383 "name": "Stig Bakken",
384 "email": "stig@php.net",
385 "role": "Lead"
386 }
387 ],
388 "description": "More info available on: http://pear.php.net/package/Net_Socket",
389 "time": "2014-02-20T19:27:06+00:00"
390 },
391 {
392 "name": "pear/pear_exception",
393 "version": "v1.0.0",
394 "source": {
395 "type": "git",
396 "url": "https://github.com/pear/PEAR_Exception.git",
397 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
398 },
399 "dist": {
400 "type": "zip",
401 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
402 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
403 "shasum": ""
404 },
405 "require": {
406 "php": ">=4.4.0"
407 },
408 "require-dev": {
409 "phpunit/phpunit": "*"
410 },
411 "type": "class",
412 "extra": {
413 "branch-alias": {
414 "dev-master": "1.0.x-dev"
415 }
416 },
417 "autoload": {
418 "psr-0": {
419 "PEAR": ""
420 }
421 },
422 "notification-url": "https://packagist.org/downloads/",
423 "include-path": [
424 "."
425 ],
426 "license": [
427 "BSD-2-Clause"
428 ],
429 "authors": [
430 {
431 "name": "Helgi Thormar",
432 "email": "dufuz@php.net"
433 },
434 {
435 "name": "Greg Beaver",
436 "email": "cellog@php.net"
437 }
438 ],
439 "description": "The PEAR Exception base class.",
440 "homepage": "https://github.com/pear/PEAR_Exception",
441 "keywords": [
442 "exception"
443 ],
444 "time": "2015-02-10T20:07:52+00:00"
445 },
446 {
447 "name": "pear/validate_finance_creditcard",
448 "version": "dev-master",
449 "source": {
450 "type": "git",
451 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
452 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
453 },
454 "dist": {
455 "type": "zip",
456 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
457 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
458 "shasum": ""
459 },
460 "require": {
461 "pear/pear_exception": "*",
462 "php": ">=5.2.1"
463 },
464 "require-dev": {
465 "phpunit/phpunit": "*"
466 },
467 "type": "library",
468 "autoload": {
469 "psr-0": {
470 "Validate": "./"
471 }
472 },
473 "notification-url": "https://packagist.org/downloads/",
474 "include-path": [
475 "./"
476 ],
477 "license": [
478 "New BSD"
479 ],
480 "authors": [
481 {
482 "name": "Philippe Jausions",
483 "email": "Philippe.Jausions@11abacus.com",
484 "role": "Lead"
485 }
486 ],
487 "description": "Validation class for credit cards.",
488 "time": "2016-09-12 08:01:21"
489 },
490 {
491 "name": "phenx/php-font-lib",
492 "version": "0.5",
493 "source": {
494 "type": "git",
495 "url": "https://github.com/PhenX/php-font-lib.git",
496 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
497 },
498 "dist": {
499 "type": "zip",
500 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
501 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
502 "shasum": ""
503 },
504 "require-dev": {
505 "phpunit/phpunit": "^4.8"
506 },
507 "type": "library",
508 "autoload": {
509 "psr-4": {
510 "FontLib\\": "src/FontLib"
511 }
512 },
513 "notification-url": "https://packagist.org/downloads/",
514 "license": [
515 "LGPL-3.0"
516 ],
517 "authors": [
518 {
519 "name": "Fabien Ménager",
520 "email": "fabien.menager@gmail.com"
521 }
522 ],
523 "description": "A library to read, parse, export and make subsets of different types of font files.",
524 "homepage": "https://github.com/PhenX/php-font-lib",
525 "time": "2017-02-11T10:58:43+00:00"
526 },
527 {
528 "name": "phenx/php-svg-lib",
529 "version": "v0.2",
530 "source": {
531 "type": "git",
532 "url": "https://github.com/PhenX/php-svg-lib.git",
533 "reference": "de291bec8449b89acfe85691b5c71434797959dc"
534 },
535 "dist": {
536 "type": "zip",
537 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc",
538 "reference": "de291bec8449b89acfe85691b5c71434797959dc",
539 "shasum": ""
540 },
541 "require": {
542 "sabberworm/php-css-parser": "6.0.*"
543 },
544 "type": "library",
545 "autoload": {
546 "psr-0": {
547 "Svg\\": "src/"
548 }
549 },
550 "notification-url": "https://packagist.org/downloads/",
551 "license": [
552 "LGPL-3.0"
553 ],
554 "authors": [
555 {
556 "name": "Fabien Ménager",
557 "email": "fabien.menager@gmail.com"
558 }
559 ],
560 "description": "A library to read, parse and export to PDF SVG files.",
561 "homepage": "https://github.com/PhenX/php-svg-lib",
562 "time": "2016-12-13T20:25:45+00:00"
563 },
564 {
565 "name": "phpoffice/common",
566 "version": "v0.2.6",
567 "source": {
568 "type": "git",
569 "url": "https://github.com/PHPOffice/Common.git",
570 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd"
571 },
572 "dist": {
573 "type": "zip",
574 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/c9be70c80637c28c728be78e66aad4878a34f8dd",
575 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd",
576 "shasum": ""
577 },
578 "require": {
579 "pclzip/pclzip": "^2.8",
580 "php": ">=5.3.0"
581 },
582 "require-dev": {
583 "phpdocumentor/phpdocumentor": "2.*",
584 "phploc/phploc": "2.*",
585 "phpmd/phpmd": "2.*",
586 "phpunit/phpunit": "3.7.*",
587 "sebastian/phpcpd": "2.*",
588 "squizlabs/php_codesniffer": "2.*"
589 },
590 "type": "library",
591 "autoload": {
592 "psr-4": {
593 "PhpOffice\\Common\\": "src/Common/"
594 }
595 },
596 "notification-url": "https://packagist.org/downloads/",
597 "license": [
598 "LGPL"
599 ],
600 "authors": [
601 {
602 "name": "Mark Baker"
603 },
604 {
605 "name": "Franck Lefevre",
606 "homepage": "http://rootslabs.net"
607 }
608 ],
609 "description": "PHPOffice Common",
610 "homepage": "http://phpoffice.github.io",
611 "keywords": [
612 "common",
613 "component",
614 "office",
615 "php"
616 ],
617 "time": "2016-07-07T17:26:55+00:00"
618 },
619 {
620 "name": "phpoffice/phpword",
621 "version": "v0.13.0",
622 "source": {
623 "type": "git",
624 "url": "https://github.com/PHPOffice/PHPWord.git",
625 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a"
626 },
627 "dist": {
628 "type": "zip",
629 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/0a3f873972defb304de4fa2f5f53156558c11a7a",
630 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a",
631 "shasum": ""
632 },
633 "require": {
634 "ext-xml": "*",
635 "php": ">=5.3.3",
636 "phpoffice/common": "0.2.*",
637 "zendframework/zend-escaper": "2.4.*",
638 "zendframework/zend-stdlib": "2.4.*",
639 "zendframework/zend-validator": "2.4.*"
640 },
641 "require-dev": {
642 "dompdf/dompdf": "0.6.*",
643 "mpdf/mpdf": "5.*",
644 "phpdocumentor/phpdocumentor": "2.*",
645 "phploc/phploc": "2.*",
646 "phpmd/phpmd": "2.*",
647 "phpunit/phpunit": "3.7.*",
648 "squizlabs/php_codesniffer": "1.*",
649 "tecnickcom/tcpdf": "6.*"
650 },
651 "suggest": {
652 "dompdf/dompdf": "Allows writing PDF",
653 "ext-gd2": "Allows adding images",
654 "ext-xmlwriter": "Allows writing OOXML and ODF",
655 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
656 "ext-zip": "Allows writing OOXML and ODF"
657 },
658 "type": "library",
659 "autoload": {
660 "psr-4": {
661 "PhpOffice\\PhpWord\\": "src/PhpWord"
662 }
663 },
664 "notification-url": "https://packagist.org/downloads/",
665 "license": [
666 "LGPL-3.0"
667 ],
668 "authors": [
669 {
670 "name": "Mark Baker"
671 },
672 {
673 "name": "Franck Lefevre",
674 "homepage": "http://blog.rootslabs.net"
675 },
676 {
677 "name": "Gabriel Bull",
678 "email": "me@gabrielbull.com",
679 "homepage": "http://gabrielbull.com/"
680 },
681 {
682 "name": "Ivan Lanin",
683 "homepage": "http://ivan.lanin.org"
684 },
685 {
686 "name": "Roman Syroeshko",
687 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
688 }
689 ],
690 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
691 "homepage": "http://phpoffice.github.io",
692 "keywords": [
693 "ISO IEC 29500",
694 "OOXML",
695 "Office Open XML",
696 "OpenDocument",
697 "OpenXML",
698 "PhpOffice",
699 "PhpWord",
700 "Rich Text Format",
701 "WordprocessingML",
702 "doc",
703 "docx",
704 "html",
705 "odf",
706 "odt",
707 "office",
708 "pdf",
709 "php",
710 "reader",
711 "rtf",
712 "template",
713 "template processor",
714 "word",
715 "writer"
716 ],
717 "time": "2016-07-31T08:53:39+00:00"
718 },
719 {
720 "name": "phpseclib/phpseclib",
721 "version": "1.0.7",
722 "source": {
723 "type": "git",
724 "url": "https://github.com/phpseclib/phpseclib.git",
725 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
726 },
727 "dist": {
728 "type": "zip",
729 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
730 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
731 "shasum": ""
732 },
733 "require": {
734 "php": ">=5.0.0"
735 },
736 "require-dev": {
737 "phing/phing": "~2.7",
738 "phpunit/phpunit": "~4.0",
739 "sami/sami": "~2.0",
740 "squizlabs/php_codesniffer": "~2.0"
741 },
742 "suggest": {
743 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
744 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
745 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
746 },
747 "type": "library",
748 "autoload": {
749 "psr-0": {
750 "Crypt": "phpseclib/",
751 "File": "phpseclib/",
752 "Math": "phpseclib/",
753 "Net": "phpseclib/",
754 "System": "phpseclib/"
755 },
756 "files": [
757 "phpseclib/bootstrap.php",
758 "phpseclib/Crypt/Random.php"
759 ]
760 },
761 "notification-url": "https://packagist.org/downloads/",
762 "include-path": [
763 "phpseclib/"
764 ],
765 "license": [
766 "MIT"
767 ],
768 "authors": [
769 {
770 "name": "Jim Wigginton",
771 "email": "terrafrost@php.net",
772 "role": "Lead Developer"
773 },
774 {
775 "name": "Patrick Monnerat",
776 "email": "pm@datasphere.ch",
777 "role": "Developer"
778 },
779 {
780 "name": "Andreas Fischer",
781 "email": "bantu@phpbb.com",
782 "role": "Developer"
783 },
784 {
785 "name": "Hans-Jürgen Petrich",
786 "email": "petrich@tronic-media.com",
787 "role": "Developer"
788 },
789 {
790 "name": "Graham Campbell",
791 "email": "graham@alt-three.com",
792 "role": "Developer"
793 }
794 ],
795 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
796 "homepage": "http://phpseclib.sourceforge.net",
797 "keywords": [
798 "BigInteger",
799 "aes",
800 "asn.1",
801 "asn1",
802 "blowfish",
803 "crypto",
804 "cryptography",
805 "encryption",
806 "rsa",
807 "security",
808 "sftp",
809 "signature",
810 "signing",
811 "ssh",
812 "twofish",
813 "x.509",
814 "x509"
815 ],
816 "time": "2017-06-05T06:30:30+00:00"
817 },
818 {
819 "name": "psr/log",
820 "version": "1.0.0",
821 "source": {
822 "type": "git",
823 "url": "https://github.com/php-fig/log.git",
824 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
825 },
826 "dist": {
827 "type": "zip",
828 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
829 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
830 "shasum": ""
831 },
832 "type": "library",
833 "autoload": {
834 "psr-0": {
835 "Psr\\Log\\": ""
836 }
837 },
838 "notification-url": "https://packagist.org/downloads/",
839 "license": [
840 "MIT"
841 ],
842 "authors": [
843 {
844 "name": "PHP-FIG",
845 "homepage": "http://www.php-fig.org/"
846 }
847 ],
848 "description": "Common interface for logging libraries",
849 "keywords": [
850 "log",
851 "psr",
852 "psr-3"
853 ],
854 "time": "2012-12-21T11:40:51+00:00"
855 },
856 {
857 "name": "sabberworm/php-css-parser",
858 "version": "6.0.1",
859 "source": {
860 "type": "git",
861 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
862 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2"
863 },
864 "dist": {
865 "type": "zip",
866 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2",
867 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2",
868 "shasum": ""
869 },
870 "require": {
871 "php": ">=5.3.2"
872 },
873 "type": "library",
874 "autoload": {
875 "psr-0": {
876 "Sabberworm\\CSS": "lib/"
877 }
878 },
879 "notification-url": "https://packagist.org/downloads/",
880 "license": [
881 "MIT"
882 ],
883 "authors": [
884 {
885 "name": "Raphael Schweikert"
886 }
887 ],
888 "description": "Parser for CSS Files written in PHP",
889 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
890 "keywords": [
891 "css",
892 "parser",
893 "stylesheet"
894 ],
895 "time": "2015-08-24T08:48:52+00:00"
896 },
897 {
898 "name": "symfony/config",
899 "version": "v2.6.13",
900 "target-dir": "Symfony/Component/Config",
901 "source": {
902 "type": "git",
903 "url": "https://github.com/symfony/config.git",
904 "reference": "0ca496cbe208fc37c4cf3415ebb3056e0963115b"
905 },
906 "dist": {
907 "type": "zip",
908 "url": "https://api.github.com/repos/symfony/config/zipball/0ca496cbe208fc37c4cf3415ebb3056e0963115b",
909 "reference": "0ca496cbe208fc37c4cf3415ebb3056e0963115b",
910 "shasum": ""
911 },
912 "require": {
913 "php": ">=5.3.3",
914 "symfony/filesystem": "~2.3"
915 },
916 "require-dev": {
917 "symfony/phpunit-bridge": "~2.7"
918 },
919 "type": "library",
920 "extra": {
921 "branch-alias": {
922 "dev-master": "2.6-dev"
923 }
924 },
925 "autoload": {
926 "psr-0": {
927 "Symfony\\Component\\Config\\": ""
928 }
929 },
930 "notification-url": "https://packagist.org/downloads/",
931 "license": [
932 "MIT"
933 ],
934 "authors": [
935 {
936 "name": "Fabien Potencier",
937 "email": "fabien@symfony.com"
938 },
939 {
940 "name": "Symfony Community",
941 "homepage": "https://symfony.com/contributors"
942 }
943 ],
944 "description": "Symfony Config Component",
945 "homepage": "https://symfony.com",
946 "time": "2015-07-08T05:59:48+00:00"
947 },
948 {
949 "name": "symfony/dependency-injection",
950 "version": "v2.6.13",
951 "target-dir": "Symfony/Component/DependencyInjection",
952 "source": {
953 "type": "git",
954 "url": "https://github.com/symfony/dependency-injection.git",
955 "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e"
956 },
957 "dist": {
958 "type": "zip",
959 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e",
960 "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e",
961 "shasum": ""
962 },
963 "require": {
964 "php": ">=5.3.3"
965 },
966 "conflict": {
967 "symfony/expression-language": "<2.6"
968 },
969 "require-dev": {
970 "symfony/config": "~2.2",
971 "symfony/expression-language": "~2.6",
972 "symfony/phpunit-bridge": "~2.7",
973 "symfony/yaml": "~2.1"
974 },
975 "suggest": {
976 "symfony/config": "",
977 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
978 "symfony/yaml": ""
979 },
980 "type": "library",
981 "extra": {
982 "branch-alias": {
983 "dev-master": "2.6-dev"
984 }
985 },
986 "autoload": {
987 "psr-0": {
988 "Symfony\\Component\\DependencyInjection\\": ""
989 }
990 },
991 "notification-url": "https://packagist.org/downloads/",
992 "license": [
993 "MIT"
994 ],
995 "authors": [
996 {
997 "name": "Fabien Potencier",
998 "email": "fabien@symfony.com"
999 },
1000 {
1001 "name": "Symfony Community",
1002 "homepage": "https://symfony.com/contributors"
1003 }
1004 ],
1005 "description": "Symfony DependencyInjection Component",
1006 "homepage": "https://symfony.com",
1007 "time": "2015-07-22T10:08:40+00:00"
1008 },
1009 {
1010 "name": "symfony/event-dispatcher",
1011 "version": "v2.6.13",
1012 "target-dir": "Symfony/Component/EventDispatcher",
1013 "source": {
1014 "type": "git",
1015 "url": "https://github.com/symfony/event-dispatcher.git",
1016 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
1017 },
1018 "dist": {
1019 "type": "zip",
1020 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
1021 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
1022 "shasum": ""
1023 },
1024 "require": {
1025 "php": ">=5.3.3"
1026 },
1027 "require-dev": {
1028 "psr/log": "~1.0",
1029 "symfony/config": "~2.0,>=2.0.5",
1030 "symfony/dependency-injection": "~2.6",
1031 "symfony/expression-language": "~2.6",
1032 "symfony/phpunit-bridge": "~2.7",
1033 "symfony/stopwatch": "~2.3"
1034 },
1035 "suggest": {
1036 "symfony/dependency-injection": "",
1037 "symfony/http-kernel": ""
1038 },
1039 "type": "library",
1040 "extra": {
1041 "branch-alias": {
1042 "dev-master": "2.6-dev"
1043 }
1044 },
1045 "autoload": {
1046 "psr-0": {
1047 "Symfony\\Component\\EventDispatcher\\": ""
1048 }
1049 },
1050 "notification-url": "https://packagist.org/downloads/",
1051 "license": [
1052 "MIT"
1053 ],
1054 "authors": [
1055 {
1056 "name": "Fabien Potencier",
1057 "email": "fabien@symfony.com"
1058 },
1059 {
1060 "name": "Symfony Community",
1061 "homepage": "https://symfony.com/contributors"
1062 }
1063 ],
1064 "description": "Symfony EventDispatcher Component",
1065 "homepage": "https://symfony.com",
1066 "time": "2015-05-02T15:18:45+00:00"
1067 },
1068 {
1069 "name": "symfony/filesystem",
1070 "version": "v2.6.13",
1071 "target-dir": "Symfony/Component/Filesystem",
1072 "source": {
1073 "type": "git",
1074 "url": "https://github.com/symfony/filesystem.git",
1075 "reference": "823c035b1a5c13a4924e324d016eb07e70f94735"
1076 },
1077 "dist": {
1078 "type": "zip",
1079 "url": "https://api.github.com/repos/symfony/filesystem/zipball/823c035b1a5c13a4924e324d016eb07e70f94735",
1080 "reference": "823c035b1a5c13a4924e324d016eb07e70f94735",
1081 "shasum": ""
1082 },
1083 "require": {
1084 "php": ">=5.3.3"
1085 },
1086 "require-dev": {
1087 "symfony/phpunit-bridge": "~2.7"
1088 },
1089 "type": "library",
1090 "extra": {
1091 "branch-alias": {
1092 "dev-master": "2.6-dev"
1093 }
1094 },
1095 "autoload": {
1096 "psr-0": {
1097 "Symfony\\Component\\Filesystem\\": ""
1098 }
1099 },
1100 "notification-url": "https://packagist.org/downloads/",
1101 "license": [
1102 "MIT"
1103 ],
1104 "authors": [
1105 {
1106 "name": "Fabien Potencier",
1107 "email": "fabien@symfony.com"
1108 },
1109 {
1110 "name": "Symfony Community",
1111 "homepage": "https://symfony.com/contributors"
1112 }
1113 ],
1114 "description": "Symfony Filesystem Component",
1115 "homepage": "https://symfony.com",
1116 "time": "2015-07-08T05:59:48+00:00"
1117 },
1118 {
1119 "name": "symfony/finder",
1120 "version": "v2.6.13",
1121 "target-dir": "Symfony/Component/Finder",
1122 "source": {
1123 "type": "git",
1124 "url": "https://github.com/symfony/finder.git",
1125 "reference": "203a10f928ae30176deeba33512999233181dd28"
1126 },
1127 "dist": {
1128 "type": "zip",
1129 "url": "https://api.github.com/repos/symfony/finder/zipball/203a10f928ae30176deeba33512999233181dd28",
1130 "reference": "203a10f928ae30176deeba33512999233181dd28",
1131 "shasum": ""
1132 },
1133 "require": {
1134 "php": ">=5.3.3"
1135 },
1136 "require-dev": {
1137 "symfony/phpunit-bridge": "~2.7"
1138 },
1139 "type": "library",
1140 "extra": {
1141 "branch-alias": {
1142 "dev-master": "2.6-dev"
1143 }
1144 },
1145 "autoload": {
1146 "psr-0": {
1147 "Symfony\\Component\\Finder\\": ""
1148 }
1149 },
1150 "notification-url": "https://packagist.org/downloads/",
1151 "license": [
1152 "MIT"
1153 ],
1154 "authors": [
1155 {
1156 "name": "Fabien Potencier",
1157 "email": "fabien@symfony.com"
1158 },
1159 {
1160 "name": "Symfony Community",
1161 "homepage": "https://symfony.com/contributors"
1162 }
1163 ],
1164 "description": "Symfony Finder Component",
1165 "homepage": "https://symfony.com",
1166 "time": "2015-07-09T16:02:48+00:00"
1167 },
1168 {
1169 "name": "symfony/process",
1170 "version": "v2.6.13",
1171 "target-dir": "Symfony/Component/Process",
1172 "source": {
1173 "type": "git",
1174 "url": "https://github.com/symfony/process.git",
1175 "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9"
1176 },
1177 "dist": {
1178 "type": "zip",
1179 "url": "https://api.github.com/repos/symfony/process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
1180 "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
1181 "shasum": ""
1182 },
1183 "require": {
1184 "php": ">=5.3.3"
1185 },
1186 "require-dev": {
1187 "symfony/phpunit-bridge": "~2.7"
1188 },
1189 "type": "library",
1190 "extra": {
1191 "branch-alias": {
1192 "dev-master": "2.6-dev"
1193 }
1194 },
1195 "autoload": {
1196 "psr-0": {
1197 "Symfony\\Component\\Process\\": ""
1198 }
1199 },
1200 "notification-url": "https://packagist.org/downloads/",
1201 "license": [
1202 "MIT"
1203 ],
1204 "authors": [
1205 {
1206 "name": "Fabien Potencier",
1207 "email": "fabien@symfony.com"
1208 },
1209 {
1210 "name": "Symfony Community",
1211 "homepage": "https://symfony.com/contributors"
1212 }
1213 ],
1214 "description": "Symfony Process Component",
1215 "homepage": "https://symfony.com",
1216 "time": "2015-06-30T16:10:16+00:00"
1217 },
1218 {
1219 "name": "tecnickcom/tcpdf",
1220 "version": "6.2.13",
1221 "source": {
1222 "type": "git",
1223 "url": "https://github.com/tecnickcom/TCPDF.git",
1224 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64"
1225 },
1226 "dist": {
1227 "type": "zip",
1228 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1229 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1230 "shasum": ""
1231 },
1232 "require": {
1233 "php": ">=5.3.0"
1234 },
1235 "type": "library",
1236 "autoload": {
1237 "classmap": [
1238 "config",
1239 "include",
1240 "tcpdf.php",
1241 "tcpdf_parser.php",
1242 "tcpdf_import.php",
1243 "tcpdf_barcodes_1d.php",
1244 "tcpdf_barcodes_2d.php",
1245 "include/tcpdf_colors.php",
1246 "include/tcpdf_filters.php",
1247 "include/tcpdf_font_data.php",
1248 "include/tcpdf_fonts.php",
1249 "include/tcpdf_images.php",
1250 "include/tcpdf_static.php",
1251 "include/barcodes/datamatrix.php",
1252 "include/barcodes/pdf417.php",
1253 "include/barcodes/qrcode.php"
1254 ]
1255 },
1256 "notification-url": "https://packagist.org/downloads/",
1257 "license": [
1258 "LGPLv3"
1259 ],
1260 "authors": [
1261 {
1262 "name": "Nicola Asuni",
1263 "email": "info@tecnick.com",
1264 "homepage": "http://nicolaasuni.tecnick.com"
1265 }
1266 ],
1267 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1268 "homepage": "http://www.tcpdf.org/",
1269 "keywords": [
1270 "PDFD32000-2008",
1271 "TCPDF",
1272 "barcodes",
1273 "datamatrix",
1274 "pdf",
1275 "pdf417",
1276 "qrcode"
1277 ],
1278 "time": "2017-04-26T08:14:48+00:00"
1279 },
1280 {
1281 "name": "totten/ca-config",
1282 "version": "v17.05.0",
1283 "source": {
1284 "type": "git",
1285 "url": "https://github.com/totten/ca_config.git",
1286 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
1287 },
1288 "dist": {
1289 "type": "zip",
1290 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
1291 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
1292 "shasum": ""
1293 },
1294 "require": {
1295 "php": ">=5.2"
1296 },
1297 "type": "library",
1298 "autoload": {
1299 "psr-0": {
1300 "CA_Config": "src/"
1301 }
1302 },
1303 "notification-url": "https://packagist.org/downloads/",
1304 "license": [
1305 "BSD-2-Clause"
1306 ],
1307 "authors": [
1308 {
1309 "name": "Tim Otten",
1310 "email": "to-git@think.hm"
1311 }
1312 ],
1313 "description": "Default configuration for certificate authorities",
1314 "homepage": "https://github.com/totten/ca_config",
1315 "time": "2017-05-10T20:08:17+00:00"
1316 },
1317 {
1318 "name": "zendframework/zend-escaper",
1319 "version": "2.4.13",
1320 "source": {
1321 "type": "git",
1322 "url": "https://github.com/zendframework/zend-escaper.git",
1323 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
1324 },
1325 "dist": {
1326 "type": "zip",
1327 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
1328 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
1329 "shasum": ""
1330 },
1331 "require": {
1332 "php": ">=5.3.23"
1333 },
1334 "require-dev": {
1335 "fabpot/php-cs-fixer": "1.7.*",
1336 "phpunit/phpunit": "~4.0",
1337 "satooshi/php-coveralls": "dev-master"
1338 },
1339 "type": "library",
1340 "extra": {
1341 "branch-alias": {
1342 "dev-master": "2.4-dev",
1343 "dev-develop": "2.5-dev"
1344 }
1345 },
1346 "autoload": {
1347 "psr-4": {
1348 "Zend\\Escaper\\": "src/"
1349 }
1350 },
1351 "notification-url": "https://packagist.org/downloads/",
1352 "license": [
1353 "BSD-3-Clause"
1354 ],
1355 "homepage": "https://github.com/zendframework/zend-escaper",
1356 "keywords": [
1357 "escaper",
1358 "zf2"
1359 ],
1360 "time": "2015-05-07T14:55:31+00:00"
1361 },
1362 {
1363 "name": "zendframework/zend-stdlib",
1364 "version": "2.4.13",
1365 "source": {
1366 "type": "git",
1367 "url": "https://github.com/zendframework/zend-stdlib.git",
1368 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
1369 },
1370 "dist": {
1371 "type": "zip",
1372 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
1373 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
1374 "shasum": ""
1375 },
1376 "require": {
1377 "php": ">=5.3.23"
1378 },
1379 "require-dev": {
1380 "fabpot/php-cs-fixer": "1.7.*",
1381 "phpunit/phpunit": "~4.0",
1382 "satooshi/php-coveralls": "dev-master",
1383 "zendframework/zend-eventmanager": "self.version",
1384 "zendframework/zend-filter": "self.version",
1385 "zendframework/zend-serializer": "self.version",
1386 "zendframework/zend-servicemanager": "self.version"
1387 },
1388 "suggest": {
1389 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1390 "zendframework/zend-filter": "To support naming strategy hydrator usage",
1391 "zendframework/zend-serializer": "Zend\\Serializer component",
1392 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1393 },
1394 "type": "library",
1395 "extra": {
1396 "branch-alias": {
1397 "dev-master": "2.4-dev",
1398 "dev-develop": "2.5-dev"
1399 }
1400 },
1401 "autoload": {
1402 "psr-4": {
1403 "Zend\\Stdlib\\": "src/"
1404 }
1405 },
1406 "notification-url": "https://packagist.org/downloads/",
1407 "license": [
1408 "BSD-3-Clause"
1409 ],
1410 "homepage": "https://github.com/zendframework/zend-stdlib",
1411 "keywords": [
1412 "stdlib",
1413 "zf2"
1414 ],
1415 "time": "2015-07-21T13:55:46+00:00"
1416 },
1417 {
1418 "name": "zendframework/zend-validator",
1419 "version": "2.4.13",
1420 "source": {
1421 "type": "git",
1422 "url": "https://github.com/zendframework/zend-validator.git",
1423 "reference": "81415511fe729e6de19a61936313cef43c80d337"
1424 },
1425 "dist": {
1426 "type": "zip",
1427 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
1428 "reference": "81415511fe729e6de19a61936313cef43c80d337",
1429 "shasum": ""
1430 },
1431 "require": {
1432 "php": ">=5.3.23",
1433 "zendframework/zend-stdlib": "~2.4.0"
1434 },
1435 "require-dev": {
1436 "fabpot/php-cs-fixer": "1.7.*",
1437 "phpunit/phpunit": "~4.0",
1438 "satooshi/php-coveralls": "dev-master",
1439 "zendframework/zend-config": "~2.4.0",
1440 "zendframework/zend-db": "~2.4.0",
1441 "zendframework/zend-filter": "~2.4.0",
1442 "zendframework/zend-i18n": "~2.4.0",
1443 "zendframework/zend-math": "~2.4.0",
1444 "zendframework/zend-servicemanager": "~2.4.0",
1445 "zendframework/zend-session": "~2.4.0",
1446 "zendframework/zend-uri": "~2.4.0"
1447 },
1448 "suggest": {
1449 "zendframework/zend-db": "Zend\\Db component",
1450 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
1451 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
1452 "zendframework/zend-math": "Zend\\Math component",
1453 "zendframework/zend-resources": "Translations of validator messages",
1454 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
1455 "zendframework/zend-session": "Zend\\Session component",
1456 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
1457 },
1458 "type": "library",
1459 "extra": {
1460 "branch-alias": {
1461 "dev-master": "2.4-dev",
1462 "dev-develop": "2.5-dev"
1463 }
1464 },
1465 "autoload": {
1466 "psr-4": {
1467 "Zend\\Validator\\": "src/"
1468 }
1469 },
1470 "notification-url": "https://packagist.org/downloads/",
1471 "license": [
1472 "BSD-3-Clause"
1473 ],
1474 "description": "provides a set of commonly needed validators",
1475 "homepage": "https://github.com/zendframework/zend-validator",
1476 "keywords": [
1477 "validator",
1478 "zf2"
1479 ],
1480 "time": "2015-09-08T21:04:17+00:00"
1481 },
1482 {
1483 "name": "zetacomponents/base",
1484 "version": "1.7",
1485 "source": {
1486 "type": "git",
1487 "url": "https://github.com/zetacomponents/Base.git",
1488 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
1489 },
1490 "dist": {
1491 "type": "zip",
1492 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
1493 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
1494 "shasum": ""
1495 },
1496 "type": "library",
1497 "autoload": {
1498 "classmap": [
1499 "src"
1500 ]
1501 },
1502 "notification-url": "https://packagist.org/downloads/",
1503 "license": [
1504 "apache2"
1505 ],
1506 "authors": [
1507 {
1508 "name": "Sergey Alexeev"
1509 },
1510 {
1511 "name": "Sebastian Bergmann"
1512 },
1513 {
1514 "name": "Jan Borsodi"
1515 },
1516 {
1517 "name": "Raymond Bosman"
1518 },
1519 {
1520 "name": "Frederik Holljen"
1521 },
1522 {
1523 "name": "Kore Nordmann"
1524 },
1525 {
1526 "name": "Derick Rethans"
1527 },
1528 {
1529 "name": "Vadym Savchuk"
1530 },
1531 {
1532 "name": "Tobias Schlitt"
1533 },
1534 {
1535 "name": "Alexandru Stanoi"
1536 }
1537 ],
1538 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
1539 "homepage": "https://github.com/zetacomponents",
1540 "time": "2009-06-29T10:47:39+00:00"
1541 },
1542 {
1543 "name": "zetacomponents/mail",
1544 "version": "dev-1.7-civi",
1545 "source": {
1546 "type": "git",
1547 "url": "https://github.com/civicrm/zetacomponents-mail.git",
1548 "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0"
1549 },
1550 "type": "library",
1551 "autoload": {
1552 "classmap": [
1553 "src"
1554 ]
1555 },
1556 "license": [
1557 "apache2"
1558 ],
1559 "authors": [
1560 {
1561 "name": "Sergey Alexeev"
1562 },
1563 {
1564 "name": "Sebastian Bergmann"
1565 },
1566 {
1567 "name": "Jan Borsodi"
1568 },
1569 {
1570 "name": "Raymond Bosman"
1571 },
1572 {
1573 "name": "Frederik Holljen"
1574 },
1575 {
1576 "name": "Kore Nordmann"
1577 },
1578 {
1579 "name": "Derick Rethans"
1580 },
1581 {
1582 "name": "Vadym Savchuk"
1583 },
1584 {
1585 "name": "Tobias Schlitt"
1586 },
1587 {
1588 "name": "Alexandru Stanoi"
1589 },
1590 {
1591 "name": "Sinisa Dukaric"
1592 },
1593 {
1594 "name": "Mikko Koppanen"
1595 },
1596 {
1597 "name": "Christian Michel"
1598 }
1599 ],
1600 "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.",
1601 "homepage": "https://github.com/zetacomponents",
1602 "time": "2017-03-14 06:51:24"
1603 }
1604 ],
1605 "packages-dev": [],
1606 "aliases": [],
1607 "minimum-stability": "stable",
1608 "stability-flags": {
1609 "zetacomponents/mail": 20,
1610 "marcj/topsort": 20,
1611 "pear/validate_finance_creditcard": 20
1612 },
1613 "prefer-stable": false,
1614 "prefer-lowest": false,
1615 "platform": [],
1616 "platform-dev": []
1617 }