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