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