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