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