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