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