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