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