a176c5805580dca0a08e7259bf2267f1d95f92c0
[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/container",
820 "version": "1.0.0",
821 "source": {
822 "type": "git",
823 "url": "https://github.com/php-fig/container.git",
824 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
825 },
826 "dist": {
827 "type": "zip",
828 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
829 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
830 "shasum": ""
831 },
832 "require": {
833 "php": ">=5.3.0"
834 },
835 "type": "library",
836 "extra": {
837 "branch-alias": {
838 "dev-master": "1.0.x-dev"
839 }
840 },
841 "autoload": {
842 "psr-4": {
843 "Psr\\Container\\": "src/"
844 }
845 },
846 "notification-url": "https://packagist.org/downloads/",
847 "license": [
848 "MIT"
849 ],
850 "authors": [
851 {
852 "name": "PHP-FIG",
853 "homepage": "http://www.php-fig.org/"
854 }
855 ],
856 "description": "Common Container Interface (PHP FIG PSR-11)",
857 "homepage": "https://github.com/php-fig/container",
858 "keywords": [
859 "PSR-11",
860 "container",
861 "container-interface",
862 "container-interop",
863 "psr"
864 ],
865 "time": "2017-02-14T16:28:37+00:00"
866 },
867 {
868 "name": "psr/log",
869 "version": "1.0.2",
870 "source": {
871 "type": "git",
872 "url": "https://github.com/php-fig/log.git",
873 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
874 },
875 "dist": {
876 "type": "zip",
877 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
878 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
879 "shasum": ""
880 },
881 "require": {
882 "php": ">=5.3.0"
883 },
884 "type": "library",
885 "extra": {
886 "branch-alias": {
887 "dev-master": "1.0.x-dev"
888 }
889 },
890 "autoload": {
891 "psr-4": {
892 "Psr\\Log\\": "Psr/Log/"
893 }
894 },
895 "notification-url": "https://packagist.org/downloads/",
896 "license": [
897 "MIT"
898 ],
899 "authors": [
900 {
901 "name": "PHP-FIG",
902 "homepage": "http://www.php-fig.org/"
903 }
904 ],
905 "description": "Common interface for logging libraries",
906 "homepage": "https://github.com/php-fig/log",
907 "keywords": [
908 "log",
909 "psr",
910 "psr-3"
911 ],
912 "time": "2016-10-10T12:19:37+00:00"
913 },
914 {
915 "name": "sabberworm/php-css-parser",
916 "version": "6.0.1",
917 "source": {
918 "type": "git",
919 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
920 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2"
921 },
922 "dist": {
923 "type": "zip",
924 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2",
925 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2",
926 "shasum": ""
927 },
928 "require": {
929 "php": ">=5.3.2"
930 },
931 "type": "library",
932 "autoload": {
933 "psr-0": {
934 "Sabberworm\\CSS": "lib/"
935 }
936 },
937 "notification-url": "https://packagist.org/downloads/",
938 "license": [
939 "MIT"
940 ],
941 "authors": [
942 {
943 "name": "Raphael Schweikert"
944 }
945 ],
946 "description": "Parser for CSS Files written in PHP",
947 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
948 "keywords": [
949 "css",
950 "parser",
951 "stylesheet"
952 ],
953 "time": "2015-08-24T08:48:52+00:00"
954 },
955 {
956 "name": "symfony/config",
957 "version": "v3.3.6",
958 "source": {
959 "type": "git",
960 "url": "https://github.com/symfony/config.git",
961 "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297"
962 },
963 "dist": {
964 "type": "zip",
965 "url": "https://api.github.com/repos/symfony/config/zipball/54ee12b0dd60f294132cabae6f5da9573d2e5297",
966 "reference": "54ee12b0dd60f294132cabae6f5da9573d2e5297",
967 "shasum": ""
968 },
969 "require": {
970 "php": ">=5.5.9",
971 "symfony/filesystem": "~2.8|~3.0"
972 },
973 "conflict": {
974 "symfony/dependency-injection": "<3.3",
975 "symfony/finder": "<3.3"
976 },
977 "require-dev": {
978 "symfony/dependency-injection": "~3.3",
979 "symfony/finder": "~3.3",
980 "symfony/yaml": "~3.0"
981 },
982 "suggest": {
983 "symfony/yaml": "To use the yaml reference dumper"
984 },
985 "type": "library",
986 "extra": {
987 "branch-alias": {
988 "dev-master": "3.3-dev"
989 }
990 },
991 "autoload": {
992 "psr-4": {
993 "Symfony\\Component\\Config\\": ""
994 },
995 "exclude-from-classmap": [
996 "/Tests/"
997 ]
998 },
999 "notification-url": "https://packagist.org/downloads/",
1000 "license": [
1001 "MIT"
1002 ],
1003 "authors": [
1004 {
1005 "name": "Fabien Potencier",
1006 "email": "fabien@symfony.com"
1007 },
1008 {
1009 "name": "Symfony Community",
1010 "homepage": "https://symfony.com/contributors"
1011 }
1012 ],
1013 "description": "Symfony Config Component",
1014 "homepage": "https://symfony.com",
1015 "time": "2017-07-19T07:37:29+00:00"
1016 },
1017 {
1018 "name": "symfony/dependency-injection",
1019 "version": "v3.3.6",
1020 "source": {
1021 "type": "git",
1022 "url": "https://github.com/symfony/dependency-injection.git",
1023 "reference": "8d70987f991481e809c63681ffe8ce3f3fde68a0"
1024 },
1025 "dist": {
1026 "type": "zip",
1027 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d70987f991481e809c63681ffe8ce3f3fde68a0",
1028 "reference": "8d70987f991481e809c63681ffe8ce3f3fde68a0",
1029 "shasum": ""
1030 },
1031 "require": {
1032 "php": ">=5.5.9",
1033 "psr/container": "^1.0"
1034 },
1035 "conflict": {
1036 "symfony/config": "<3.3.1",
1037 "symfony/finder": "<3.3",
1038 "symfony/yaml": "<3.3"
1039 },
1040 "provide": {
1041 "psr/container-implementation": "1.0"
1042 },
1043 "require-dev": {
1044 "symfony/config": "~3.3",
1045 "symfony/expression-language": "~2.8|~3.0",
1046 "symfony/yaml": "~3.3"
1047 },
1048 "suggest": {
1049 "symfony/config": "",
1050 "symfony/expression-language": "For using expressions in service container configuration",
1051 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1052 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1053 "symfony/yaml": ""
1054 },
1055 "type": "library",
1056 "extra": {
1057 "branch-alias": {
1058 "dev-master": "3.3-dev"
1059 }
1060 },
1061 "autoload": {
1062 "psr-4": {
1063 "Symfony\\Component\\DependencyInjection\\": ""
1064 },
1065 "exclude-from-classmap": [
1066 "/Tests/"
1067 ]
1068 },
1069 "notification-url": "https://packagist.org/downloads/",
1070 "license": [
1071 "MIT"
1072 ],
1073 "authors": [
1074 {
1075 "name": "Fabien Potencier",
1076 "email": "fabien@symfony.com"
1077 },
1078 {
1079 "name": "Symfony Community",
1080 "homepage": "https://symfony.com/contributors"
1081 }
1082 ],
1083 "description": "Symfony DependencyInjection Component",
1084 "homepage": "https://symfony.com",
1085 "time": "2017-07-28T15:27:31+00:00"
1086 },
1087 {
1088 "name": "symfony/event-dispatcher",
1089 "version": "v3.3.6",
1090 "source": {
1091 "type": "git",
1092 "url": "https://github.com/symfony/event-dispatcher.git",
1093 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
1094 },
1095 "dist": {
1096 "type": "zip",
1097 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
1098 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
1099 "shasum": ""
1100 },
1101 "require": {
1102 "php": ">=5.5.9"
1103 },
1104 "conflict": {
1105 "symfony/dependency-injection": "<3.3"
1106 },
1107 "require-dev": {
1108 "psr/log": "~1.0",
1109 "symfony/config": "~2.8|~3.0",
1110 "symfony/dependency-injection": "~3.3",
1111 "symfony/expression-language": "~2.8|~3.0",
1112 "symfony/stopwatch": "~2.8|~3.0"
1113 },
1114 "suggest": {
1115 "symfony/dependency-injection": "",
1116 "symfony/http-kernel": ""
1117 },
1118 "type": "library",
1119 "extra": {
1120 "branch-alias": {
1121 "dev-master": "3.3-dev"
1122 }
1123 },
1124 "autoload": {
1125 "psr-4": {
1126 "Symfony\\Component\\EventDispatcher\\": ""
1127 },
1128 "exclude-from-classmap": [
1129 "/Tests/"
1130 ]
1131 },
1132 "notification-url": "https://packagist.org/downloads/",
1133 "license": [
1134 "MIT"
1135 ],
1136 "authors": [
1137 {
1138 "name": "Fabien Potencier",
1139 "email": "fabien@symfony.com"
1140 },
1141 {
1142 "name": "Symfony Community",
1143 "homepage": "https://symfony.com/contributors"
1144 }
1145 ],
1146 "description": "Symfony EventDispatcher Component",
1147 "homepage": "https://symfony.com",
1148 "time": "2017-06-09T14:53:08+00:00"
1149 },
1150 {
1151 "name": "symfony/filesystem",
1152 "version": "v3.3.6",
1153 "source": {
1154 "type": "git",
1155 "url": "https://github.com/symfony/filesystem.git",
1156 "reference": "427987eb4eed764c3b6e38d52a0f87989e010676"
1157 },
1158 "dist": {
1159 "type": "zip",
1160 "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676",
1161 "reference": "427987eb4eed764c3b6e38d52a0f87989e010676",
1162 "shasum": ""
1163 },
1164 "require": {
1165 "php": ">=5.5.9"
1166 },
1167 "type": "library",
1168 "extra": {
1169 "branch-alias": {
1170 "dev-master": "3.3-dev"
1171 }
1172 },
1173 "autoload": {
1174 "psr-4": {
1175 "Symfony\\Component\\Filesystem\\": ""
1176 },
1177 "exclude-from-classmap": [
1178 "/Tests/"
1179 ]
1180 },
1181 "notification-url": "https://packagist.org/downloads/",
1182 "license": [
1183 "MIT"
1184 ],
1185 "authors": [
1186 {
1187 "name": "Fabien Potencier",
1188 "email": "fabien@symfony.com"
1189 },
1190 {
1191 "name": "Symfony Community",
1192 "homepage": "https://symfony.com/contributors"
1193 }
1194 ],
1195 "description": "Symfony Filesystem Component",
1196 "homepage": "https://symfony.com",
1197 "time": "2017-07-11T07:17:58+00:00"
1198 },
1199 {
1200 "name": "symfony/finder",
1201 "version": "v3.3.6",
1202 "source": {
1203 "type": "git",
1204 "url": "https://github.com/symfony/finder.git",
1205 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
1206 },
1207 "dist": {
1208 "type": "zip",
1209 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
1210 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
1211 "shasum": ""
1212 },
1213 "require": {
1214 "php": ">=5.5.9"
1215 },
1216 "type": "library",
1217 "extra": {
1218 "branch-alias": {
1219 "dev-master": "3.3-dev"
1220 }
1221 },
1222 "autoload": {
1223 "psr-4": {
1224 "Symfony\\Component\\Finder\\": ""
1225 },
1226 "exclude-from-classmap": [
1227 "/Tests/"
1228 ]
1229 },
1230 "notification-url": "https://packagist.org/downloads/",
1231 "license": [
1232 "MIT"
1233 ],
1234 "authors": [
1235 {
1236 "name": "Fabien Potencier",
1237 "email": "fabien@symfony.com"
1238 },
1239 {
1240 "name": "Symfony Community",
1241 "homepage": "https://symfony.com/contributors"
1242 }
1243 ],
1244 "description": "Symfony Finder Component",
1245 "homepage": "https://symfony.com",
1246 "time": "2017-06-01T21:01:25+00:00"
1247 },
1248 {
1249 "name": "symfony/process",
1250 "version": "v3.3.6",
1251 "source": {
1252 "type": "git",
1253 "url": "https://github.com/symfony/process.git",
1254 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
1255 },
1256 "dist": {
1257 "type": "zip",
1258 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
1259 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
1260 "shasum": ""
1261 },
1262 "require": {
1263 "php": ">=5.5.9"
1264 },
1265 "type": "library",
1266 "extra": {
1267 "branch-alias": {
1268 "dev-master": "3.3-dev"
1269 }
1270 },
1271 "autoload": {
1272 "psr-4": {
1273 "Symfony\\Component\\Process\\": ""
1274 },
1275 "exclude-from-classmap": [
1276 "/Tests/"
1277 ]
1278 },
1279 "notification-url": "https://packagist.org/downloads/",
1280 "license": [
1281 "MIT"
1282 ],
1283 "authors": [
1284 {
1285 "name": "Fabien Potencier",
1286 "email": "fabien@symfony.com"
1287 },
1288 {
1289 "name": "Symfony Community",
1290 "homepage": "https://symfony.com/contributors"
1291 }
1292 ],
1293 "description": "Symfony Process Component",
1294 "homepage": "https://symfony.com",
1295 "time": "2017-07-13T13:05:09+00:00"
1296 },
1297 {
1298 "name": "tecnickcom/tcpdf",
1299 "version": "6.2.13",
1300 "source": {
1301 "type": "git",
1302 "url": "https://github.com/tecnickcom/TCPDF.git",
1303 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64"
1304 },
1305 "dist": {
1306 "type": "zip",
1307 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1308 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1309 "shasum": ""
1310 },
1311 "require": {
1312 "php": ">=5.3.0"
1313 },
1314 "type": "library",
1315 "autoload": {
1316 "classmap": [
1317 "config",
1318 "include",
1319 "tcpdf.php",
1320 "tcpdf_parser.php",
1321 "tcpdf_import.php",
1322 "tcpdf_barcodes_1d.php",
1323 "tcpdf_barcodes_2d.php",
1324 "include/tcpdf_colors.php",
1325 "include/tcpdf_filters.php",
1326 "include/tcpdf_font_data.php",
1327 "include/tcpdf_fonts.php",
1328 "include/tcpdf_images.php",
1329 "include/tcpdf_static.php",
1330 "include/barcodes/datamatrix.php",
1331 "include/barcodes/pdf417.php",
1332 "include/barcodes/qrcode.php"
1333 ]
1334 },
1335 "notification-url": "https://packagist.org/downloads/",
1336 "license": [
1337 "LGPLv3"
1338 ],
1339 "authors": [
1340 {
1341 "name": "Nicola Asuni",
1342 "email": "info@tecnick.com",
1343 "homepage": "http://nicolaasuni.tecnick.com"
1344 }
1345 ],
1346 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1347 "homepage": "http://www.tcpdf.org/",
1348 "keywords": [
1349 "PDFD32000-2008",
1350 "TCPDF",
1351 "barcodes",
1352 "datamatrix",
1353 "pdf",
1354 "pdf417",
1355 "qrcode"
1356 ],
1357 "time": "2017-04-26T08:14:48+00:00"
1358 },
1359 {
1360 "name": "totten/ca-config",
1361 "version": "v17.05.0",
1362 "source": {
1363 "type": "git",
1364 "url": "https://github.com/totten/ca_config.git",
1365 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
1366 },
1367 "dist": {
1368 "type": "zip",
1369 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
1370 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
1371 "shasum": ""
1372 },
1373 "require": {
1374 "php": ">=5.2"
1375 },
1376 "type": "library",
1377 "autoload": {
1378 "psr-0": {
1379 "CA_Config": "src/"
1380 }
1381 },
1382 "notification-url": "https://packagist.org/downloads/",
1383 "license": [
1384 "BSD-2-Clause"
1385 ],
1386 "authors": [
1387 {
1388 "name": "Tim Otten",
1389 "email": "to-git@think.hm"
1390 }
1391 ],
1392 "description": "Default configuration for certificate authorities",
1393 "homepage": "https://github.com/totten/ca_config",
1394 "time": "2017-05-10T20:08:17+00:00"
1395 },
1396 {
1397 "name": "zendframework/zend-escaper",
1398 "version": "2.4.13",
1399 "source": {
1400 "type": "git",
1401 "url": "https://github.com/zendframework/zend-escaper.git",
1402 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
1403 },
1404 "dist": {
1405 "type": "zip",
1406 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
1407 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
1408 "shasum": ""
1409 },
1410 "require": {
1411 "php": ">=5.3.23"
1412 },
1413 "require-dev": {
1414 "fabpot/php-cs-fixer": "1.7.*",
1415 "phpunit/phpunit": "~4.0",
1416 "satooshi/php-coveralls": "dev-master"
1417 },
1418 "type": "library",
1419 "extra": {
1420 "branch-alias": {
1421 "dev-master": "2.4-dev",
1422 "dev-develop": "2.5-dev"
1423 }
1424 },
1425 "autoload": {
1426 "psr-4": {
1427 "Zend\\Escaper\\": "src/"
1428 }
1429 },
1430 "notification-url": "https://packagist.org/downloads/",
1431 "license": [
1432 "BSD-3-Clause"
1433 ],
1434 "homepage": "https://github.com/zendframework/zend-escaper",
1435 "keywords": [
1436 "escaper",
1437 "zf2"
1438 ],
1439 "time": "2015-05-07T14:55:31+00:00"
1440 },
1441 {
1442 "name": "zendframework/zend-stdlib",
1443 "version": "2.4.13",
1444 "source": {
1445 "type": "git",
1446 "url": "https://github.com/zendframework/zend-stdlib.git",
1447 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
1448 },
1449 "dist": {
1450 "type": "zip",
1451 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
1452 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
1453 "shasum": ""
1454 },
1455 "require": {
1456 "php": ">=5.3.23"
1457 },
1458 "require-dev": {
1459 "fabpot/php-cs-fixer": "1.7.*",
1460 "phpunit/phpunit": "~4.0",
1461 "satooshi/php-coveralls": "dev-master",
1462 "zendframework/zend-eventmanager": "self.version",
1463 "zendframework/zend-filter": "self.version",
1464 "zendframework/zend-serializer": "self.version",
1465 "zendframework/zend-servicemanager": "self.version"
1466 },
1467 "suggest": {
1468 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1469 "zendframework/zend-filter": "To support naming strategy hydrator usage",
1470 "zendframework/zend-serializer": "Zend\\Serializer component",
1471 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1472 },
1473 "type": "library",
1474 "extra": {
1475 "branch-alias": {
1476 "dev-master": "2.4-dev",
1477 "dev-develop": "2.5-dev"
1478 }
1479 },
1480 "autoload": {
1481 "psr-4": {
1482 "Zend\\Stdlib\\": "src/"
1483 }
1484 },
1485 "notification-url": "https://packagist.org/downloads/",
1486 "license": [
1487 "BSD-3-Clause"
1488 ],
1489 "homepage": "https://github.com/zendframework/zend-stdlib",
1490 "keywords": [
1491 "stdlib",
1492 "zf2"
1493 ],
1494 "time": "2015-07-21T13:55:46+00:00"
1495 },
1496 {
1497 "name": "zendframework/zend-validator",
1498 "version": "2.4.13",
1499 "source": {
1500 "type": "git",
1501 "url": "https://github.com/zendframework/zend-validator.git",
1502 "reference": "81415511fe729e6de19a61936313cef43c80d337"
1503 },
1504 "dist": {
1505 "type": "zip",
1506 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
1507 "reference": "81415511fe729e6de19a61936313cef43c80d337",
1508 "shasum": ""
1509 },
1510 "require": {
1511 "php": ">=5.3.23",
1512 "zendframework/zend-stdlib": "~2.4.0"
1513 },
1514 "require-dev": {
1515 "fabpot/php-cs-fixer": "1.7.*",
1516 "phpunit/phpunit": "~4.0",
1517 "satooshi/php-coveralls": "dev-master",
1518 "zendframework/zend-config": "~2.4.0",
1519 "zendframework/zend-db": "~2.4.0",
1520 "zendframework/zend-filter": "~2.4.0",
1521 "zendframework/zend-i18n": "~2.4.0",
1522 "zendframework/zend-math": "~2.4.0",
1523 "zendframework/zend-servicemanager": "~2.4.0",
1524 "zendframework/zend-session": "~2.4.0",
1525 "zendframework/zend-uri": "~2.4.0"
1526 },
1527 "suggest": {
1528 "zendframework/zend-db": "Zend\\Db component",
1529 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
1530 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
1531 "zendframework/zend-math": "Zend\\Math component",
1532 "zendframework/zend-resources": "Translations of validator messages",
1533 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
1534 "zendframework/zend-session": "Zend\\Session component",
1535 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
1536 },
1537 "type": "library",
1538 "extra": {
1539 "branch-alias": {
1540 "dev-master": "2.4-dev",
1541 "dev-develop": "2.5-dev"
1542 }
1543 },
1544 "autoload": {
1545 "psr-4": {
1546 "Zend\\Validator\\": "src/"
1547 }
1548 },
1549 "notification-url": "https://packagist.org/downloads/",
1550 "license": [
1551 "BSD-3-Clause"
1552 ],
1553 "description": "provides a set of commonly needed validators",
1554 "homepage": "https://github.com/zendframework/zend-validator",
1555 "keywords": [
1556 "validator",
1557 "zf2"
1558 ],
1559 "time": "2015-09-08T21:04:17+00:00"
1560 },
1561 {
1562 "name": "zetacomponents/base",
1563 "version": "1.7",
1564 "source": {
1565 "type": "git",
1566 "url": "https://github.com/zetacomponents/Base.git",
1567 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
1568 },
1569 "dist": {
1570 "type": "zip",
1571 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
1572 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
1573 "shasum": ""
1574 },
1575 "type": "library",
1576 "autoload": {
1577 "classmap": [
1578 "src"
1579 ]
1580 },
1581 "notification-url": "https://packagist.org/downloads/",
1582 "license": [
1583 "apache2"
1584 ],
1585 "authors": [
1586 {
1587 "name": "Sergey Alexeev"
1588 },
1589 {
1590 "name": "Sebastian Bergmann"
1591 },
1592 {
1593 "name": "Jan Borsodi"
1594 },
1595 {
1596 "name": "Raymond Bosman"
1597 },
1598 {
1599 "name": "Frederik Holljen"
1600 },
1601 {
1602 "name": "Kore Nordmann"
1603 },
1604 {
1605 "name": "Derick Rethans"
1606 },
1607 {
1608 "name": "Vadym Savchuk"
1609 },
1610 {
1611 "name": "Tobias Schlitt"
1612 },
1613 {
1614 "name": "Alexandru Stanoi"
1615 }
1616 ],
1617 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
1618 "homepage": "https://github.com/zetacomponents",
1619 "time": "2009-06-29T10:47:39+00:00"
1620 },
1621 {
1622 "name": "zetacomponents/mail",
1623 "version": "dev-1.7-civi",
1624 "source": {
1625 "type": "git",
1626 "url": "https://github.com/civicrm/zetacomponents-mail.git",
1627 "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0"
1628 },
1629 "type": "library",
1630 "autoload": {
1631 "classmap": [
1632 "src"
1633 ]
1634 },
1635 "license": [
1636 "apache2"
1637 ],
1638 "authors": [
1639 {
1640 "name": "Sergey Alexeev"
1641 },
1642 {
1643 "name": "Sebastian Bergmann"
1644 },
1645 {
1646 "name": "Jan Borsodi"
1647 },
1648 {
1649 "name": "Raymond Bosman"
1650 },
1651 {
1652 "name": "Frederik Holljen"
1653 },
1654 {
1655 "name": "Kore Nordmann"
1656 },
1657 {
1658 "name": "Derick Rethans"
1659 },
1660 {
1661 "name": "Vadym Savchuk"
1662 },
1663 {
1664 "name": "Tobias Schlitt"
1665 },
1666 {
1667 "name": "Alexandru Stanoi"
1668 },
1669 {
1670 "name": "Sinisa Dukaric"
1671 },
1672 {
1673 "name": "Mikko Koppanen"
1674 },
1675 {
1676 "name": "Christian Michel"
1677 }
1678 ],
1679 "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.",
1680 "homepage": "https://github.com/zetacomponents",
1681 "time": "2017-03-14 06:51:24"
1682 }
1683 ],
1684 "packages-dev": [],
1685 "aliases": [],
1686 "minimum-stability": "stable",
1687 "stability-flags": {
1688 "zetacomponents/mail": 20,
1689 "marcj/topsort": 20,
1690 "pear/validate_finance_creditcard": 20
1691 },
1692 "prefer-stable": false,
1693 "prefer-lowest": false,
1694 "platform": [],
1695 "platform-dev": []
1696 }