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