Updated composer to include topsort library.
[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.1",
49 "source": {
50 "type": "git",
51 "url": "https://github.com/dompdf/dompdf.git",
52 "reference": "9ea852c4bdc74fac5def165e6cd52353f7ca3b3f"
53 },
54 "dist": {
55 "type": "zip",
56 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/9ea852c4bdc74fac5def165e6cd52353f7ca3b3f",
57 "reference": "9ea852c4bdc74fac5def165e6cd52353f7ca3b3f",
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.3.*",
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-09-14T01:36:24+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.1",
493 "source": {
494 "type": "git",
495 "url": "https://github.com/PhenX/php-font-lib.git",
496 "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
497 },
498 "dist": {
499 "type": "zip",
500 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
501 "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
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-09-13T16:14:37+00:00"
526 },
527 {
528 "name": "phenx/php-svg-lib",
529 "version": "v0.3",
530 "source": {
531 "type": "git",
532 "url": "https://github.com/PhenX/php-svg-lib.git",
533 "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa"
534 },
535 "dist": {
536 "type": "zip",
537 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/a85f7fe9fe08d093a4a8583cdd306b553ff918aa",
538 "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa",
539 "shasum": ""
540 },
541 "require": {
542 "sabberworm/php-css-parser": "8.1.*"
543 },
544 "require-dev": {
545 "phpunit/phpunit": "~5.0"
546 },
547 "type": "library",
548 "autoload": {
549 "psr-0": {
550 "Svg\\": "src/"
551 }
552 },
553 "notification-url": "https://packagist.org/downloads/",
554 "license": [
555 "LGPL-3.0"
556 ],
557 "authors": [
558 {
559 "name": "Fabien Ménager",
560 "email": "fabien.menager@gmail.com"
561 }
562 ],
563 "description": "A library to read, parse and export to PDF SVG files.",
564 "homepage": "https://github.com/PhenX/php-svg-lib",
565 "time": "2017-05-24T10:07:27+00:00"
566 },
567 {
568 "name": "phpoffice/common",
569 "version": "v0.2.6",
570 "source": {
571 "type": "git",
572 "url": "https://github.com/PHPOffice/Common.git",
573 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd"
574 },
575 "dist": {
576 "type": "zip",
577 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/c9be70c80637c28c728be78e66aad4878a34f8dd",
578 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd",
579 "shasum": ""
580 },
581 "require": {
582 "pclzip/pclzip": "^2.8",
583 "php": ">=5.3.0"
584 },
585 "require-dev": {
586 "phpdocumentor/phpdocumentor": "2.*",
587 "phploc/phploc": "2.*",
588 "phpmd/phpmd": "2.*",
589 "phpunit/phpunit": "3.7.*",
590 "sebastian/phpcpd": "2.*",
591 "squizlabs/php_codesniffer": "2.*"
592 },
593 "type": "library",
594 "autoload": {
595 "psr-4": {
596 "PhpOffice\\Common\\": "src/Common/"
597 }
598 },
599 "notification-url": "https://packagist.org/downloads/",
600 "license": [
601 "LGPL"
602 ],
603 "authors": [
604 {
605 "name": "Mark Baker"
606 },
607 {
608 "name": "Franck Lefevre",
609 "homepage": "http://rootslabs.net"
610 }
611 ],
612 "description": "PHPOffice Common",
613 "homepage": "http://phpoffice.github.io",
614 "keywords": [
615 "common",
616 "component",
617 "office",
618 "php"
619 ],
620 "time": "2016-07-07T17:26:55+00:00"
621 },
622 {
623 "name": "phpoffice/phpword",
624 "version": "v0.13.0",
625 "source": {
626 "type": "git",
627 "url": "https://github.com/PHPOffice/PHPWord.git",
628 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a"
629 },
630 "dist": {
631 "type": "zip",
632 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/0a3f873972defb304de4fa2f5f53156558c11a7a",
633 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a",
634 "shasum": ""
635 },
636 "require": {
637 "ext-xml": "*",
638 "php": ">=5.3.3",
639 "phpoffice/common": "0.2.*",
640 "zendframework/zend-escaper": "2.4.*",
641 "zendframework/zend-stdlib": "2.4.*",
642 "zendframework/zend-validator": "2.4.*"
643 },
644 "require-dev": {
645 "dompdf/dompdf": "0.6.*",
646 "mpdf/mpdf": "5.*",
647 "phpdocumentor/phpdocumentor": "2.*",
648 "phploc/phploc": "2.*",
649 "phpmd/phpmd": "2.*",
650 "phpunit/phpunit": "3.7.*",
651 "squizlabs/php_codesniffer": "1.*",
652 "tecnickcom/tcpdf": "6.*"
653 },
654 "suggest": {
655 "dompdf/dompdf": "Allows writing PDF",
656 "ext-gd2": "Allows adding images",
657 "ext-xmlwriter": "Allows writing OOXML and ODF",
658 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
659 "ext-zip": "Allows writing OOXML and ODF"
660 },
661 "type": "library",
662 "autoload": {
663 "psr-4": {
664 "PhpOffice\\PhpWord\\": "src/PhpWord"
665 }
666 },
667 "notification-url": "https://packagist.org/downloads/",
668 "license": [
669 "LGPL-3.0"
670 ],
671 "authors": [
672 {
673 "name": "Mark Baker"
674 },
675 {
676 "name": "Franck Lefevre",
677 "homepage": "http://blog.rootslabs.net"
678 },
679 {
680 "name": "Gabriel Bull",
681 "email": "me@gabrielbull.com",
682 "homepage": "http://gabrielbull.com/"
683 },
684 {
685 "name": "Ivan Lanin",
686 "homepage": "http://ivan.lanin.org"
687 },
688 {
689 "name": "Roman Syroeshko",
690 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
691 }
692 ],
693 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
694 "homepage": "http://phpoffice.github.io",
695 "keywords": [
696 "ISO IEC 29500",
697 "OOXML",
698 "Office Open XML",
699 "OpenDocument",
700 "OpenXML",
701 "PhpOffice",
702 "PhpWord",
703 "Rich Text Format",
704 "WordprocessingML",
705 "doc",
706 "docx",
707 "html",
708 "odf",
709 "odt",
710 "office",
711 "pdf",
712 "php",
713 "reader",
714 "rtf",
715 "template",
716 "template processor",
717 "word",
718 "writer"
719 ],
720 "time": "2016-07-31T08:53:39+00:00"
721 },
722 {
723 "name": "phpseclib/phpseclib",
724 "version": "1.0.7",
725 "source": {
726 "type": "git",
727 "url": "https://github.com/phpseclib/phpseclib.git",
728 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
729 },
730 "dist": {
731 "type": "zip",
732 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
733 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
734 "shasum": ""
735 },
736 "require": {
737 "php": ">=5.0.0"
738 },
739 "require-dev": {
740 "phing/phing": "~2.7",
741 "phpunit/phpunit": "~4.0",
742 "sami/sami": "~2.0",
743 "squizlabs/php_codesniffer": "~2.0"
744 },
745 "suggest": {
746 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
747 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
748 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
749 },
750 "type": "library",
751 "autoload": {
752 "psr-0": {
753 "Crypt": "phpseclib/",
754 "File": "phpseclib/",
755 "Math": "phpseclib/",
756 "Net": "phpseclib/",
757 "System": "phpseclib/"
758 },
759 "files": [
760 "phpseclib/bootstrap.php",
761 "phpseclib/Crypt/Random.php"
762 ]
763 },
764 "notification-url": "https://packagist.org/downloads/",
765 "include-path": [
766 "phpseclib/"
767 ],
768 "license": [
769 "MIT"
770 ],
771 "authors": [
772 {
773 "name": "Jim Wigginton",
774 "email": "terrafrost@php.net",
775 "role": "Lead Developer"
776 },
777 {
778 "name": "Patrick Monnerat",
779 "email": "pm@datasphere.ch",
780 "role": "Developer"
781 },
782 {
783 "name": "Andreas Fischer",
784 "email": "bantu@phpbb.com",
785 "role": "Developer"
786 },
787 {
788 "name": "Hans-Jürgen Petrich",
789 "email": "petrich@tronic-media.com",
790 "role": "Developer"
791 },
792 {
793 "name": "Graham Campbell",
794 "email": "graham@alt-three.com",
795 "role": "Developer"
796 }
797 ],
798 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
799 "homepage": "http://phpseclib.sourceforge.net",
800 "keywords": [
801 "BigInteger",
802 "aes",
803 "asn.1",
804 "asn1",
805 "blowfish",
806 "crypto",
807 "cryptography",
808 "encryption",
809 "rsa",
810 "security",
811 "sftp",
812 "signature",
813 "signing",
814 "ssh",
815 "twofish",
816 "x.509",
817 "x509"
818 ],
819 "time": "2017-06-05T06:30:30+00:00"
820 },
821 {
822 "name": "psr/container",
823 "version": "1.0.0",
824 "source": {
825 "type": "git",
826 "url": "https://github.com/php-fig/container.git",
827 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
828 },
829 "dist": {
830 "type": "zip",
831 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
832 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
833 "shasum": ""
834 },
835 "require": {
836 "php": ">=5.3.0"
837 },
838 "type": "library",
839 "extra": {
840 "branch-alias": {
841 "dev-master": "1.0.x-dev"
842 }
843 },
844 "autoload": {
845 "psr-4": {
846 "Psr\\Container\\": "src/"
847 }
848 },
849 "notification-url": "https://packagist.org/downloads/",
850 "license": [
851 "MIT"
852 ],
853 "authors": [
854 {
855 "name": "PHP-FIG",
856 "homepage": "http://www.php-fig.org/"
857 }
858 ],
859 "description": "Common Container Interface (PHP FIG PSR-11)",
860 "homepage": "https://github.com/php-fig/container",
861 "keywords": [
862 "PSR-11",
863 "container",
864 "container-interface",
865 "container-interop",
866 "psr"
867 ],
868 "time": "2017-02-14T16:28:37+00:00"
869 },
870 {
871 "name": "psr/log",
872 "version": "1.0.2",
873 "source": {
874 "type": "git",
875 "url": "https://github.com/php-fig/log.git",
876 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
877 },
878 "dist": {
879 "type": "zip",
880 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
881 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
882 "shasum": ""
883 },
884 "require": {
885 "php": ">=5.3.0"
886 },
887 "type": "library",
888 "extra": {
889 "branch-alias": {
890 "dev-master": "1.0.x-dev"
891 }
892 },
893 "autoload": {
894 "psr-4": {
895 "Psr\\Log\\": "Psr/Log/"
896 }
897 },
898 "notification-url": "https://packagist.org/downloads/",
899 "license": [
900 "MIT"
901 ],
902 "authors": [
903 {
904 "name": "PHP-FIG",
905 "homepage": "http://www.php-fig.org/"
906 }
907 ],
908 "description": "Common interface for logging libraries",
909 "homepage": "https://github.com/php-fig/log",
910 "keywords": [
911 "log",
912 "psr",
913 "psr-3"
914 ],
915 "time": "2016-10-10T12:19:37+00:00"
916 },
917 {
918 "name": "sabberworm/php-css-parser",
919 "version": "8.1.0",
920 "source": {
921 "type": "git",
922 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
923 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
924 },
925 "dist": {
926 "type": "zip",
927 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
928 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
929 "shasum": ""
930 },
931 "require": {
932 "php": ">=5.3.2"
933 },
934 "require-dev": {
935 "phpunit/phpunit": "*"
936 },
937 "type": "library",
938 "autoload": {
939 "psr-0": {
940 "Sabberworm\\CSS": "lib/"
941 }
942 },
943 "notification-url": "https://packagist.org/downloads/",
944 "license": [
945 "MIT"
946 ],
947 "authors": [
948 {
949 "name": "Raphael Schweikert"
950 }
951 ],
952 "description": "Parser for CSS Files written in PHP",
953 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
954 "keywords": [
955 "css",
956 "parser",
957 "stylesheet"
958 ],
959 "time": "2016-07-19T19:14:21+00:00"
960 },
961 {
962 "name": "symfony/config",
963 "version": "v3.3.10",
964 "source": {
965 "type": "git",
966 "url": "https://github.com/symfony/config.git",
967 "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd"
968 },
969 "dist": {
970 "type": "zip",
971 "url": "https://api.github.com/repos/symfony/config/zipball/4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
972 "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd",
973 "shasum": ""
974 },
975 "require": {
976 "php": "^5.5.9|>=7.0.8",
977 "symfony/filesystem": "~2.8|~3.0"
978 },
979 "conflict": {
980 "symfony/dependency-injection": "<3.3",
981 "symfony/finder": "<3.3"
982 },
983 "require-dev": {
984 "symfony/dependency-injection": "~3.3",
985 "symfony/finder": "~3.3",
986 "symfony/yaml": "~3.0"
987 },
988 "suggest": {
989 "symfony/yaml": "To use the yaml reference dumper"
990 },
991 "type": "library",
992 "extra": {
993 "branch-alias": {
994 "dev-master": "3.3-dev"
995 }
996 },
997 "autoload": {
998 "psr-4": {
999 "Symfony\\Component\\Config\\": ""
1000 },
1001 "exclude-from-classmap": [
1002 "/Tests/"
1003 ]
1004 },
1005 "notification-url": "https://packagist.org/downloads/",
1006 "license": [
1007 "MIT"
1008 ],
1009 "authors": [
1010 {
1011 "name": "Fabien Potencier",
1012 "email": "fabien@symfony.com"
1013 },
1014 {
1015 "name": "Symfony Community",
1016 "homepage": "https://symfony.com/contributors"
1017 }
1018 ],
1019 "description": "Symfony Config Component",
1020 "homepage": "https://symfony.com",
1021 "time": "2017-10-04T18:56:58+00:00"
1022 },
1023 {
1024 "name": "symfony/dependency-injection",
1025 "version": "v3.3.10",
1026 "source": {
1027 "type": "git",
1028 "url": "https://github.com/symfony/dependency-injection.git",
1029 "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1"
1030 },
1031 "dist": {
1032 "type": "zip",
1033 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8ebad929aee3ca185b05f55d9cc5521670821ad1",
1034 "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1",
1035 "shasum": ""
1036 },
1037 "require": {
1038 "php": "^5.5.9|>=7.0.8",
1039 "psr/container": "^1.0"
1040 },
1041 "conflict": {
1042 "symfony/config": "<3.3.1",
1043 "symfony/finder": "<3.3",
1044 "symfony/yaml": "<3.3"
1045 },
1046 "provide": {
1047 "psr/container-implementation": "1.0"
1048 },
1049 "require-dev": {
1050 "symfony/config": "~3.3",
1051 "symfony/expression-language": "~2.8|~3.0",
1052 "symfony/yaml": "~3.3"
1053 },
1054 "suggest": {
1055 "symfony/config": "",
1056 "symfony/expression-language": "For using expressions in service container configuration",
1057 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1058 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1059 "symfony/yaml": ""
1060 },
1061 "type": "library",
1062 "extra": {
1063 "branch-alias": {
1064 "dev-master": "3.3-dev"
1065 }
1066 },
1067 "autoload": {
1068 "psr-4": {
1069 "Symfony\\Component\\DependencyInjection\\": ""
1070 },
1071 "exclude-from-classmap": [
1072 "/Tests/"
1073 ]
1074 },
1075 "notification-url": "https://packagist.org/downloads/",
1076 "license": [
1077 "MIT"
1078 ],
1079 "authors": [
1080 {
1081 "name": "Fabien Potencier",
1082 "email": "fabien@symfony.com"
1083 },
1084 {
1085 "name": "Symfony Community",
1086 "homepage": "https://symfony.com/contributors"
1087 }
1088 ],
1089 "description": "Symfony DependencyInjection Component",
1090 "homepage": "https://symfony.com",
1091 "time": "2017-10-04T17:15:30+00:00"
1092 },
1093 {
1094 "name": "symfony/event-dispatcher",
1095 "version": "v3.3.10",
1096 "source": {
1097 "type": "git",
1098 "url": "https://github.com/symfony/event-dispatcher.git",
1099 "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
1100 },
1101 "dist": {
1102 "type": "zip",
1103 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
1104 "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
1105 "shasum": ""
1106 },
1107 "require": {
1108 "php": "^5.5.9|>=7.0.8"
1109 },
1110 "conflict": {
1111 "symfony/dependency-injection": "<3.3"
1112 },
1113 "require-dev": {
1114 "psr/log": "~1.0",
1115 "symfony/config": "~2.8|~3.0",
1116 "symfony/dependency-injection": "~3.3",
1117 "symfony/expression-language": "~2.8|~3.0",
1118 "symfony/stopwatch": "~2.8|~3.0"
1119 },
1120 "suggest": {
1121 "symfony/dependency-injection": "",
1122 "symfony/http-kernel": ""
1123 },
1124 "type": "library",
1125 "extra": {
1126 "branch-alias": {
1127 "dev-master": "3.3-dev"
1128 }
1129 },
1130 "autoload": {
1131 "psr-4": {
1132 "Symfony\\Component\\EventDispatcher\\": ""
1133 },
1134 "exclude-from-classmap": [
1135 "/Tests/"
1136 ]
1137 },
1138 "notification-url": "https://packagist.org/downloads/",
1139 "license": [
1140 "MIT"
1141 ],
1142 "authors": [
1143 {
1144 "name": "Fabien Potencier",
1145 "email": "fabien@symfony.com"
1146 },
1147 {
1148 "name": "Symfony Community",
1149 "homepage": "https://symfony.com/contributors"
1150 }
1151 ],
1152 "description": "Symfony EventDispatcher Component",
1153 "homepage": "https://symfony.com",
1154 "time": "2017-10-02T06:42:24+00:00"
1155 },
1156 {
1157 "name": "symfony/filesystem",
1158 "version": "v3.3.10",
1159 "source": {
1160 "type": "git",
1161 "url": "https://github.com/symfony/filesystem.git",
1162 "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1"
1163 },
1164 "dist": {
1165 "type": "zip",
1166 "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1",
1167 "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1",
1168 "shasum": ""
1169 },
1170 "require": {
1171 "php": "^5.5.9|>=7.0.8"
1172 },
1173 "type": "library",
1174 "extra": {
1175 "branch-alias": {
1176 "dev-master": "3.3-dev"
1177 }
1178 },
1179 "autoload": {
1180 "psr-4": {
1181 "Symfony\\Component\\Filesystem\\": ""
1182 },
1183 "exclude-from-classmap": [
1184 "/Tests/"
1185 ]
1186 },
1187 "notification-url": "https://packagist.org/downloads/",
1188 "license": [
1189 "MIT"
1190 ],
1191 "authors": [
1192 {
1193 "name": "Fabien Potencier",
1194 "email": "fabien@symfony.com"
1195 },
1196 {
1197 "name": "Symfony Community",
1198 "homepage": "https://symfony.com/contributors"
1199 }
1200 ],
1201 "description": "Symfony Filesystem Component",
1202 "homepage": "https://symfony.com",
1203 "time": "2017-10-03T13:33:10+00:00"
1204 },
1205 {
1206 "name": "symfony/finder",
1207 "version": "v3.3.10",
1208 "source": {
1209 "type": "git",
1210 "url": "https://github.com/symfony/finder.git",
1211 "reference": "773e19a491d97926f236942484cb541560ce862d"
1212 },
1213 "dist": {
1214 "type": "zip",
1215 "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d",
1216 "reference": "773e19a491d97926f236942484cb541560ce862d",
1217 "shasum": ""
1218 },
1219 "require": {
1220 "php": "^5.5.9|>=7.0.8"
1221 },
1222 "type": "library",
1223 "extra": {
1224 "branch-alias": {
1225 "dev-master": "3.3-dev"
1226 }
1227 },
1228 "autoload": {
1229 "psr-4": {
1230 "Symfony\\Component\\Finder\\": ""
1231 },
1232 "exclude-from-classmap": [
1233 "/Tests/"
1234 ]
1235 },
1236 "notification-url": "https://packagist.org/downloads/",
1237 "license": [
1238 "MIT"
1239 ],
1240 "authors": [
1241 {
1242 "name": "Fabien Potencier",
1243 "email": "fabien@symfony.com"
1244 },
1245 {
1246 "name": "Symfony Community",
1247 "homepage": "https://symfony.com/contributors"
1248 }
1249 ],
1250 "description": "Symfony Finder Component",
1251 "homepage": "https://symfony.com",
1252 "time": "2017-10-02T06:42:24+00:00"
1253 },
1254 {
1255 "name": "symfony/process",
1256 "version": "v3.3.10",
1257 "source": {
1258 "type": "git",
1259 "url": "https://github.com/symfony/process.git",
1260 "reference": "fdf89e57a723a29baf536e288d6e232c059697b1"
1261 },
1262 "dist": {
1263 "type": "zip",
1264 "url": "https://api.github.com/repos/symfony/process/zipball/fdf89e57a723a29baf536e288d6e232c059697b1",
1265 "reference": "fdf89e57a723a29baf536e288d6e232c059697b1",
1266 "shasum": ""
1267 },
1268 "require": {
1269 "php": "^5.5.9|>=7.0.8"
1270 },
1271 "type": "library",
1272 "extra": {
1273 "branch-alias": {
1274 "dev-master": "3.3-dev"
1275 }
1276 },
1277 "autoload": {
1278 "psr-4": {
1279 "Symfony\\Component\\Process\\": ""
1280 },
1281 "exclude-from-classmap": [
1282 "/Tests/"
1283 ]
1284 },
1285 "notification-url": "https://packagist.org/downloads/",
1286 "license": [
1287 "MIT"
1288 ],
1289 "authors": [
1290 {
1291 "name": "Fabien Potencier",
1292 "email": "fabien@symfony.com"
1293 },
1294 {
1295 "name": "Symfony Community",
1296 "homepage": "https://symfony.com/contributors"
1297 }
1298 ],
1299 "description": "Symfony Process Component",
1300 "homepage": "https://symfony.com",
1301 "time": "2017-10-02T06:42:24+00:00"
1302 },
1303 {
1304 "name": "tecnickcom/tcpdf",
1305 "version": "6.2.13",
1306 "source": {
1307 "type": "git",
1308 "url": "https://github.com/tecnickcom/TCPDF.git",
1309 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64"
1310 },
1311 "dist": {
1312 "type": "zip",
1313 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1314 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1315 "shasum": ""
1316 },
1317 "require": {
1318 "php": ">=5.3.0"
1319 },
1320 "type": "library",
1321 "autoload": {
1322 "classmap": [
1323 "config",
1324 "include",
1325 "tcpdf.php",
1326 "tcpdf_parser.php",
1327 "tcpdf_import.php",
1328 "tcpdf_barcodes_1d.php",
1329 "tcpdf_barcodes_2d.php",
1330 "include/tcpdf_colors.php",
1331 "include/tcpdf_filters.php",
1332 "include/tcpdf_font_data.php",
1333 "include/tcpdf_fonts.php",
1334 "include/tcpdf_images.php",
1335 "include/tcpdf_static.php",
1336 "include/barcodes/datamatrix.php",
1337 "include/barcodes/pdf417.php",
1338 "include/barcodes/qrcode.php"
1339 ]
1340 },
1341 "notification-url": "https://packagist.org/downloads/",
1342 "license": [
1343 "LGPLv3"
1344 ],
1345 "authors": [
1346 {
1347 "name": "Nicola Asuni",
1348 "email": "info@tecnick.com",
1349 "homepage": "http://nicolaasuni.tecnick.com"
1350 }
1351 ],
1352 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1353 "homepage": "http://www.tcpdf.org/",
1354 "keywords": [
1355 "PDFD32000-2008",
1356 "TCPDF",
1357 "barcodes",
1358 "datamatrix",
1359 "pdf",
1360 "pdf417",
1361 "qrcode"
1362 ],
1363 "time": "2017-04-26T08:14:48+00:00"
1364 },
1365 {
1366 "name": "totten/ca-config",
1367 "version": "v17.05.0",
1368 "source": {
1369 "type": "git",
1370 "url": "https://github.com/totten/ca_config.git",
1371 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
1372 },
1373 "dist": {
1374 "type": "zip",
1375 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
1376 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
1377 "shasum": ""
1378 },
1379 "require": {
1380 "php": ">=5.2"
1381 },
1382 "type": "library",
1383 "autoload": {
1384 "psr-0": {
1385 "CA_Config": "src/"
1386 }
1387 },
1388 "notification-url": "https://packagist.org/downloads/",
1389 "license": [
1390 "BSD-2-Clause"
1391 ],
1392 "authors": [
1393 {
1394 "name": "Tim Otten",
1395 "email": "to-git@think.hm"
1396 }
1397 ],
1398 "description": "Default configuration for certificate authorities",
1399 "homepage": "https://github.com/totten/ca_config",
1400 "time": "2017-05-10T20:08:17+00:00"
1401 },
1402 {
1403 "name": "zendframework/zend-escaper",
1404 "version": "2.4.13",
1405 "source": {
1406 "type": "git",
1407 "url": "https://github.com/zendframework/zend-escaper.git",
1408 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
1409 },
1410 "dist": {
1411 "type": "zip",
1412 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
1413 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
1414 "shasum": ""
1415 },
1416 "require": {
1417 "php": ">=5.3.23"
1418 },
1419 "require-dev": {
1420 "fabpot/php-cs-fixer": "1.7.*",
1421 "phpunit/phpunit": "~4.0",
1422 "satooshi/php-coveralls": "dev-master"
1423 },
1424 "type": "library",
1425 "extra": {
1426 "branch-alias": {
1427 "dev-master": "2.4-dev",
1428 "dev-develop": "2.5-dev"
1429 }
1430 },
1431 "autoload": {
1432 "psr-4": {
1433 "Zend\\Escaper\\": "src/"
1434 }
1435 },
1436 "notification-url": "https://packagist.org/downloads/",
1437 "license": [
1438 "BSD-3-Clause"
1439 ],
1440 "homepage": "https://github.com/zendframework/zend-escaper",
1441 "keywords": [
1442 "escaper",
1443 "zf2"
1444 ],
1445 "time": "2015-05-07T14:55:31+00:00"
1446 },
1447 {
1448 "name": "zendframework/zend-stdlib",
1449 "version": "2.4.13",
1450 "source": {
1451 "type": "git",
1452 "url": "https://github.com/zendframework/zend-stdlib.git",
1453 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
1454 },
1455 "dist": {
1456 "type": "zip",
1457 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
1458 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
1459 "shasum": ""
1460 },
1461 "require": {
1462 "php": ">=5.3.23"
1463 },
1464 "require-dev": {
1465 "fabpot/php-cs-fixer": "1.7.*",
1466 "phpunit/phpunit": "~4.0",
1467 "satooshi/php-coveralls": "dev-master",
1468 "zendframework/zend-eventmanager": "self.version",
1469 "zendframework/zend-filter": "self.version",
1470 "zendframework/zend-serializer": "self.version",
1471 "zendframework/zend-servicemanager": "self.version"
1472 },
1473 "suggest": {
1474 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1475 "zendframework/zend-filter": "To support naming strategy hydrator usage",
1476 "zendframework/zend-serializer": "Zend\\Serializer component",
1477 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1478 },
1479 "type": "library",
1480 "extra": {
1481 "branch-alias": {
1482 "dev-master": "2.4-dev",
1483 "dev-develop": "2.5-dev"
1484 }
1485 },
1486 "autoload": {
1487 "psr-4": {
1488 "Zend\\Stdlib\\": "src/"
1489 }
1490 },
1491 "notification-url": "https://packagist.org/downloads/",
1492 "license": [
1493 "BSD-3-Clause"
1494 ],
1495 "homepage": "https://github.com/zendframework/zend-stdlib",
1496 "keywords": [
1497 "stdlib",
1498 "zf2"
1499 ],
1500 "time": "2015-07-21T13:55:46+00:00"
1501 },
1502 {
1503 "name": "zendframework/zend-validator",
1504 "version": "2.4.13",
1505 "source": {
1506 "type": "git",
1507 "url": "https://github.com/zendframework/zend-validator.git",
1508 "reference": "81415511fe729e6de19a61936313cef43c80d337"
1509 },
1510 "dist": {
1511 "type": "zip",
1512 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
1513 "reference": "81415511fe729e6de19a61936313cef43c80d337",
1514 "shasum": ""
1515 },
1516 "require": {
1517 "php": ">=5.3.23",
1518 "zendframework/zend-stdlib": "~2.4.0"
1519 },
1520 "require-dev": {
1521 "fabpot/php-cs-fixer": "1.7.*",
1522 "phpunit/phpunit": "~4.0",
1523 "satooshi/php-coveralls": "dev-master",
1524 "zendframework/zend-config": "~2.4.0",
1525 "zendframework/zend-db": "~2.4.0",
1526 "zendframework/zend-filter": "~2.4.0",
1527 "zendframework/zend-i18n": "~2.4.0",
1528 "zendframework/zend-math": "~2.4.0",
1529 "zendframework/zend-servicemanager": "~2.4.0",
1530 "zendframework/zend-session": "~2.4.0",
1531 "zendframework/zend-uri": "~2.4.0"
1532 },
1533 "suggest": {
1534 "zendframework/zend-db": "Zend\\Db component",
1535 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
1536 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
1537 "zendframework/zend-math": "Zend\\Math component",
1538 "zendframework/zend-resources": "Translations of validator messages",
1539 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
1540 "zendframework/zend-session": "Zend\\Session component",
1541 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
1542 },
1543 "type": "library",
1544 "extra": {
1545 "branch-alias": {
1546 "dev-master": "2.4-dev",
1547 "dev-develop": "2.5-dev"
1548 }
1549 },
1550 "autoload": {
1551 "psr-4": {
1552 "Zend\\Validator\\": "src/"
1553 }
1554 },
1555 "notification-url": "https://packagist.org/downloads/",
1556 "license": [
1557 "BSD-3-Clause"
1558 ],
1559 "description": "provides a set of commonly needed validators",
1560 "homepage": "https://github.com/zendframework/zend-validator",
1561 "keywords": [
1562 "validator",
1563 "zf2"
1564 ],
1565 "time": "2015-09-08T21:04:17+00:00"
1566 },
1567 {
1568 "name": "zetacomponents/base",
1569 "version": "1.7",
1570 "source": {
1571 "type": "git",
1572 "url": "https://github.com/zetacomponents/Base.git",
1573 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
1574 },
1575 "dist": {
1576 "type": "zip",
1577 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
1578 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
1579 "shasum": ""
1580 },
1581 "type": "library",
1582 "autoload": {
1583 "classmap": [
1584 "src"
1585 ]
1586 },
1587 "notification-url": "https://packagist.org/downloads/",
1588 "license": [
1589 "apache2"
1590 ],
1591 "authors": [
1592 {
1593 "name": "Sergey Alexeev"
1594 },
1595 {
1596 "name": "Sebastian Bergmann"
1597 },
1598 {
1599 "name": "Jan Borsodi"
1600 },
1601 {
1602 "name": "Raymond Bosman"
1603 },
1604 {
1605 "name": "Frederik Holljen"
1606 },
1607 {
1608 "name": "Kore Nordmann"
1609 },
1610 {
1611 "name": "Derick Rethans"
1612 },
1613 {
1614 "name": "Vadym Savchuk"
1615 },
1616 {
1617 "name": "Tobias Schlitt"
1618 },
1619 {
1620 "name": "Alexandru Stanoi"
1621 }
1622 ],
1623 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
1624 "homepage": "https://github.com/zetacomponents",
1625 "time": "2009-06-29T10:47:39+00:00"
1626 },
1627 {
1628 "name": "zetacomponents/mail",
1629 "version": "dev-1.7-civi",
1630 "source": {
1631 "type": "git",
1632 "url": "https://github.com/civicrm/zetacomponents-mail.git",
1633 "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0"
1634 },
1635 "type": "library",
1636 "autoload": {
1637 "classmap": [
1638 "src"
1639 ]
1640 },
1641 "license": [
1642 "apache2"
1643 ],
1644 "authors": [
1645 {
1646 "name": "Sergey Alexeev"
1647 },
1648 {
1649 "name": "Sebastian Bergmann"
1650 },
1651 {
1652 "name": "Jan Borsodi"
1653 },
1654 {
1655 "name": "Raymond Bosman"
1656 },
1657 {
1658 "name": "Frederik Holljen"
1659 },
1660 {
1661 "name": "Kore Nordmann"
1662 },
1663 {
1664 "name": "Derick Rethans"
1665 },
1666 {
1667 "name": "Vadym Savchuk"
1668 },
1669 {
1670 "name": "Tobias Schlitt"
1671 },
1672 {
1673 "name": "Alexandru Stanoi"
1674 },
1675 {
1676 "name": "Sinisa Dukaric"
1677 },
1678 {
1679 "name": "Mikko Koppanen"
1680 },
1681 {
1682 "name": "Christian Michel"
1683 }
1684 ],
1685 "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.",
1686 "homepage": "https://github.com/zetacomponents",
1687 "time": "2017-03-14 06:51:24"
1688 }
1689 ],
1690 "packages-dev": [],
1691 "aliases": [],
1692 "minimum-stability": "stable",
1693 "stability-flags": {
1694 "zetacomponents/mail": 20,
1695 "marcj/topsort": 20,
1696 "pear/validate_finance_creditcard": 20
1697 },
1698 "prefer-stable": false,
1699 "prefer-lowest": false,
1700 "platform": [],
1701 "platform-dev": []
1702 }