CRM-20420 - PDFLetterCommon - Record attachments (in mode "combined-attached")
[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#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "36ffd76fc5e7344ac6e587d11779ceeb",
8 "packages": [
9 {
10 "name": "civicrm/civicrm-cxn-rpc",
11 "version": "v0.16.12.05",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
15 "reference": "e88e78dc491b7e8739a40231f46c2d4459347b12"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/e88e78dc491b7e8739a40231f46c2d4459347b12",
20 "reference": "e88e78dc491b7e8739a40231f46c2d4459347b12",
21 "shasum": ""
22 },
23 "require": {
24 "phpseclib/phpseclib": "1.0.*",
25 "psr/log": "1.0.0"
26 },
27 "require-dev": {
28 "phpunit/phpunit": "3.7.*"
29 },
30 "type": "library",
31 "autoload": {
32 "psr-4": {
33 "Civi\\Cxn\\Rpc\\": "src/"
34 }
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "Tim Otten",
43 "email": "totten@civicrm.org"
44 }
45 ],
46 "description": "RPC library for CiviConnect",
47 "time": "2016-12-06T04:32:51+00:00"
48 },
49 {
50 "name": "dompdf/dompdf",
51 "version": "v0.7.0",
52 "source": {
53 "type": "git",
54 "url": "https://github.com/dompdf/dompdf.git",
55 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
56 },
57 "dist": {
58 "type": "zip",
59 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
60 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
61 "shasum": ""
62 },
63 "require": {
64 "ext-dom": "*",
65 "ext-gd": "*",
66 "ext-mbstring": "*",
67 "phenx/php-font-lib": "0.4.*",
68 "phenx/php-svg-lib": "0.1.*",
69 "php": ">=5.3.0"
70 },
71 "require-dev": {
72 "phpunit/phpunit": "3.7.*"
73 },
74 "type": "library",
75 "extra": {
76 "branch-alias": {
77 "dev-develop": "0.7-dev"
78 }
79 },
80 "autoload": {
81 "psr-4": {
82 "Dompdf\\": "src/"
83 },
84 "classmap": [
85 "lib/"
86 ]
87 },
88 "notification-url": "https://packagist.org/downloads/",
89 "license": [
90 "LGPL-2.1"
91 ],
92 "authors": [
93 {
94 "name": "Fabien Ménager",
95 "email": "fabien.menager@gmail.com"
96 },
97 {
98 "name": "Brian Sweeney",
99 "email": "eclecticgeek@gmail.com"
100 },
101 {
102 "name": "Gabriel Bull",
103 "email": "me@gabrielbull.com"
104 }
105 ],
106 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
107 "homepage": "https://github.com/dompdf/dompdf",
108 "time": "2016-05-11T00:36:29+00:00"
109 },
110 {
111 "name": "pclzip/pclzip",
112 "version": "2.8.2",
113 "source": {
114 "type": "git",
115 "url": "https://github.com/ivanlanin/pclzip.git",
116 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
117 },
118 "dist": {
119 "type": "zip",
120 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
121 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
122 "shasum": ""
123 },
124 "type": "library",
125 "autoload": {
126 "classmap": [
127 "pclzip.lib.php"
128 ]
129 },
130 "notification-url": "https://packagist.org/downloads/",
131 "license": [
132 "LGPL-2.1"
133 ],
134 "authors": [
135 {
136 "name": "Vincent Blavet"
137 }
138 ],
139 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
140 "homepage": "http://www.phpconcept.net/pclzip",
141 "keywords": [
142 "php",
143 "zip"
144 ],
145 "time": "2014-06-05T11:42:24+00:00"
146 },
147 {
148 "name": "pear/pear_exception",
149 "version": "v1.0.0",
150 "source": {
151 "type": "git",
152 "url": "https://github.com/pear/PEAR_Exception.git",
153 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
154 },
155 "dist": {
156 "type": "zip",
157 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
158 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
159 "shasum": ""
160 },
161 "require": {
162 "php": ">=4.4.0"
163 },
164 "require-dev": {
165 "phpunit/phpunit": "*"
166 },
167 "type": "class",
168 "extra": {
169 "branch-alias": {
170 "dev-master": "1.0.x-dev"
171 }
172 },
173 "autoload": {
174 "psr-0": {
175 "PEAR": ""
176 }
177 },
178 "notification-url": "https://packagist.org/downloads/",
179 "include-path": [
180 "."
181 ],
182 "license": [
183 "BSD-2-Clause"
184 ],
185 "authors": [
186 {
187 "name": "Helgi Thormar",
188 "email": "dufuz@php.net"
189 },
190 {
191 "name": "Greg Beaver",
192 "email": "cellog@php.net"
193 }
194 ],
195 "description": "The PEAR Exception base class.",
196 "homepage": "https://github.com/pear/PEAR_Exception",
197 "keywords": [
198 "exception"
199 ],
200 "time": "2015-02-10T20:07:52+00:00"
201 },
202 {
203 "name": "pear/validate_finance_creditcard",
204 "version": "dev-master",
205 "source": {
206 "type": "git",
207 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
208 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
209 },
210 "dist": {
211 "type": "zip",
212 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
213 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
214 "shasum": ""
215 },
216 "require": {
217 "pear/pear_exception": "*",
218 "php": ">=5.2.1"
219 },
220 "require-dev": {
221 "phpunit/phpunit": "*"
222 },
223 "type": "library",
224 "autoload": {
225 "psr-0": {
226 "Validate": "./"
227 }
228 },
229 "notification-url": "https://packagist.org/downloads/",
230 "include-path": [
231 "./"
232 ],
233 "license": [
234 "New BSD"
235 ],
236 "authors": [
237 {
238 "name": "Philippe Jausions",
239 "email": "Philippe.Jausions@11abacus.com",
240 "role": "Lead"
241 }
242 ],
243 "description": "Validation class for credit cards.",
244 "time": "2016-09-12 08:01:21"
245 },
246 {
247 "name": "phenx/php-font-lib",
248 "version": "0.4",
249 "source": {
250 "type": "git",
251 "url": "https://github.com/PhenX/php-font-lib.git",
252 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
253 },
254 "dist": {
255 "type": "zip",
256 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
257 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
258 "shasum": ""
259 },
260 "type": "library",
261 "autoload": {
262 "psr-0": {
263 "FontLib\\": "src/"
264 }
265 },
266 "notification-url": "https://packagist.org/downloads/",
267 "license": [
268 "LGPL-3.0"
269 ],
270 "authors": [
271 {
272 "name": "Fabien Ménager",
273 "email": "fabien.menager@gmail.com"
274 }
275 ],
276 "description": "A library to read, parse, export and make subsets of different types of font files.",
277 "homepage": "https://github.com/PhenX/php-font-lib",
278 "time": "2015-05-06T20:02:39+00:00"
279 },
280 {
281 "name": "phenx/php-svg-lib",
282 "version": "0.1",
283 "source": {
284 "type": "git",
285 "url": "https://github.com/PhenX/php-svg-lib.git",
286 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
287 },
288 "dist": {
289 "type": "zip",
290 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
291 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
292 "shasum": ""
293 },
294 "type": "library",
295 "autoload": {
296 "psr-0": {
297 "Svg\\": "src/"
298 }
299 },
300 "notification-url": "https://packagist.org/downloads/",
301 "license": [
302 "LGPL-3.0"
303 ],
304 "authors": [
305 {
306 "name": "Fabien Ménager",
307 "email": "fabien.menager@gmail.com"
308 }
309 ],
310 "description": "A library to read, parse and export to PDF SVG files.",
311 "homepage": "https://github.com/PhenX/php-svg-lib",
312 "time": "2015-05-06T18:49:49+00:00"
313 },
314 {
315 "name": "phpoffice/common",
316 "version": "v0.2.6",
317 "source": {
318 "type": "git",
319 "url": "https://github.com/PHPOffice/Common.git",
320 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd"
321 },
322 "dist": {
323 "type": "zip",
324 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/c9be70c80637c28c728be78e66aad4878a34f8dd",
325 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd",
326 "shasum": ""
327 },
328 "require": {
329 "pclzip/pclzip": "^2.8",
330 "php": ">=5.3.0"
331 },
332 "require-dev": {
333 "phpdocumentor/phpdocumentor": "2.*",
334 "phploc/phploc": "2.*",
335 "phpmd/phpmd": "2.*",
336 "phpunit/phpunit": "3.7.*",
337 "sebastian/phpcpd": "2.*",
338 "squizlabs/php_codesniffer": "2.*"
339 },
340 "type": "library",
341 "autoload": {
342 "psr-4": {
343 "PhpOffice\\Common\\": "src/Common/"
344 }
345 },
346 "notification-url": "https://packagist.org/downloads/",
347 "license": [
348 "LGPL"
349 ],
350 "authors": [
351 {
352 "name": "Mark Baker"
353 },
354 {
355 "name": "Franck Lefevre",
356 "homepage": "http://rootslabs.net"
357 }
358 ],
359 "description": "PHPOffice Common",
360 "homepage": "http://phpoffice.github.io",
361 "keywords": [
362 "common",
363 "component",
364 "office",
365 "php"
366 ],
367 "time": "2016-07-07T17:26:55+00:00"
368 },
369 {
370 "name": "phpoffice/phpword",
371 "version": "v0.13.0",
372 "source": {
373 "type": "git",
374 "url": "https://github.com/PHPOffice/PHPWord.git",
375 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a"
376 },
377 "dist": {
378 "type": "zip",
379 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/0a3f873972defb304de4fa2f5f53156558c11a7a",
380 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a",
381 "shasum": ""
382 },
383 "require": {
384 "ext-xml": "*",
385 "php": ">=5.3.3",
386 "phpoffice/common": "0.2.*",
387 "zendframework/zend-escaper": "2.4.*",
388 "zendframework/zend-stdlib": "2.4.*",
389 "zendframework/zend-validator": "2.4.*"
390 },
391 "require-dev": {
392 "dompdf/dompdf": "0.6.*",
393 "mpdf/mpdf": "5.*",
394 "phpdocumentor/phpdocumentor": "2.*",
395 "phploc/phploc": "2.*",
396 "phpmd/phpmd": "2.*",
397 "phpunit/phpunit": "3.7.*",
398 "squizlabs/php_codesniffer": "1.*",
399 "tecnickcom/tcpdf": "6.*"
400 },
401 "suggest": {
402 "dompdf/dompdf": "Allows writing PDF",
403 "ext-gd2": "Allows adding images",
404 "ext-xmlwriter": "Allows writing OOXML and ODF",
405 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
406 "ext-zip": "Allows writing OOXML and ODF"
407 },
408 "type": "library",
409 "autoload": {
410 "psr-4": {
411 "PhpOffice\\PhpWord\\": "src/PhpWord"
412 }
413 },
414 "notification-url": "https://packagist.org/downloads/",
415 "license": [
416 "LGPL-3.0"
417 ],
418 "authors": [
419 {
420 "name": "Mark Baker"
421 },
422 {
423 "name": "Franck Lefevre",
424 "homepage": "http://blog.rootslabs.net"
425 },
426 {
427 "name": "Gabriel Bull",
428 "email": "me@gabrielbull.com",
429 "homepage": "http://gabrielbull.com/"
430 },
431 {
432 "name": "Ivan Lanin",
433 "homepage": "http://ivan.lanin.org"
434 },
435 {
436 "name": "Roman Syroeshko",
437 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
438 }
439 ],
440 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
441 "homepage": "http://phpoffice.github.io",
442 "keywords": [
443 "ISO IEC 29500",
444 "OOXML",
445 "Office Open XML",
446 "OpenDocument",
447 "OpenXML",
448 "PhpOffice",
449 "PhpWord",
450 "Rich Text Format",
451 "WordprocessingML",
452 "doc",
453 "docx",
454 "html",
455 "odf",
456 "odt",
457 "office",
458 "pdf",
459 "php",
460 "reader",
461 "rtf",
462 "template",
463 "template processor",
464 "word",
465 "writer"
466 ],
467 "time": "2016-07-31T08:53:39+00:00"
468 },
469 {
470 "name": "phpseclib/phpseclib",
471 "version": "1.0.5",
472 "source": {
473 "type": "git",
474 "url": "https://github.com/phpseclib/phpseclib.git",
475 "reference": "38fa7332e96bcc546ce6eb5cbaa1168c96839393"
476 },
477 "dist": {
478 "type": "zip",
479 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/38fa7332e96bcc546ce6eb5cbaa1168c96839393",
480 "reference": "38fa7332e96bcc546ce6eb5cbaa1168c96839393",
481 "shasum": ""
482 },
483 "require": {
484 "php": ">=5.0.0"
485 },
486 "require-dev": {
487 "phing/phing": "~2.7",
488 "phpunit/phpunit": "~4.0",
489 "sami/sami": "~2.0",
490 "squizlabs/php_codesniffer": "~2.0"
491 },
492 "suggest": {
493 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
494 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
495 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
496 },
497 "type": "library",
498 "autoload": {
499 "psr-0": {
500 "Crypt": "phpseclib/",
501 "File": "phpseclib/",
502 "Math": "phpseclib/",
503 "Net": "phpseclib/",
504 "System": "phpseclib/"
505 },
506 "files": [
507 "phpseclib/bootstrap.php",
508 "phpseclib/Crypt/Random.php"
509 ]
510 },
511 "notification-url": "https://packagist.org/downloads/",
512 "include-path": [
513 "phpseclib/"
514 ],
515 "license": [
516 "MIT"
517 ],
518 "authors": [
519 {
520 "name": "Jim Wigginton",
521 "email": "terrafrost@php.net",
522 "role": "Lead Developer"
523 },
524 {
525 "name": "Patrick Monnerat",
526 "email": "pm@datasphere.ch",
527 "role": "Developer"
528 },
529 {
530 "name": "Andreas Fischer",
531 "email": "bantu@phpbb.com",
532 "role": "Developer"
533 },
534 {
535 "name": "Hans-Jürgen Petrich",
536 "email": "petrich@tronic-media.com",
537 "role": "Developer"
538 },
539 {
540 "name": "Graham Campbell",
541 "email": "graham@alt-three.com",
542 "role": "Developer"
543 }
544 ],
545 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
546 "homepage": "http://phpseclib.sourceforge.net",
547 "keywords": [
548 "BigInteger",
549 "aes",
550 "asn.1",
551 "asn1",
552 "blowfish",
553 "crypto",
554 "cryptography",
555 "encryption",
556 "rsa",
557 "security",
558 "sftp",
559 "signature",
560 "signing",
561 "ssh",
562 "twofish",
563 "x.509",
564 "x509"
565 ],
566 "time": "2016-10-22T17:53:16+00:00"
567 },
568 {
569 "name": "psr/log",
570 "version": "1.0.0",
571 "source": {
572 "type": "git",
573 "url": "https://github.com/php-fig/log.git",
574 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
575 },
576 "dist": {
577 "type": "zip",
578 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
579 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
580 "shasum": ""
581 },
582 "type": "library",
583 "autoload": {
584 "psr-0": {
585 "Psr\\Log\\": ""
586 }
587 },
588 "notification-url": "https://packagist.org/downloads/",
589 "license": [
590 "MIT"
591 ],
592 "authors": [
593 {
594 "name": "PHP-FIG",
595 "homepage": "http://www.php-fig.org/"
596 }
597 ],
598 "description": "Common interface for logging libraries",
599 "keywords": [
600 "log",
601 "psr",
602 "psr-3"
603 ],
604 "time": "2012-12-21T11:40:51+00:00"
605 },
606 {
607 "name": "symfony/config",
608 "version": "v2.5.12",
609 "target-dir": "Symfony/Component/Config",
610 "source": {
611 "type": "git",
612 "url": "https://github.com/symfony/config.git",
613 "reference": "c7309e33b719433d5cf3845d0b5b9608609d8c8e"
614 },
615 "dist": {
616 "type": "zip",
617 "url": "https://api.github.com/repos/symfony/config/zipball/c7309e33b719433d5cf3845d0b5b9608609d8c8e",
618 "reference": "c7309e33b719433d5cf3845d0b5b9608609d8c8e",
619 "shasum": ""
620 },
621 "require": {
622 "php": ">=5.3.3",
623 "symfony/filesystem": "~2.3"
624 },
625 "type": "library",
626 "extra": {
627 "branch-alias": {
628 "dev-master": "2.5-dev"
629 }
630 },
631 "autoload": {
632 "psr-0": {
633 "Symfony\\Component\\Config\\": ""
634 }
635 },
636 "notification-url": "https://packagist.org/downloads/",
637 "license": [
638 "MIT"
639 ],
640 "authors": [
641 {
642 "name": "Symfony Community",
643 "homepage": "http://symfony.com/contributors"
644 },
645 {
646 "name": "Fabien Potencier",
647 "email": "fabien@symfony.com"
648 }
649 ],
650 "description": "Symfony Config Component",
651 "homepage": "http://symfony.com",
652 "time": "2015-01-03T08:01:13+00:00"
653 },
654 {
655 "name": "symfony/dependency-injection",
656 "version": "v2.5.12",
657 "target-dir": "Symfony/Component/DependencyInjection",
658 "source": {
659 "type": "git",
660 "url": "https://github.com/symfony/dependency-injection.git",
661 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962"
662 },
663 "dist": {
664 "type": "zip",
665 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c42aee05b466cc9c66b87ddf7d263402befb6962",
666 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962",
667 "shasum": ""
668 },
669 "require": {
670 "php": ">=5.3.3"
671 },
672 "require-dev": {
673 "symfony/config": "~2.2",
674 "symfony/expression-language": "~2.4,>=2.4.10",
675 "symfony/yaml": "~2.1"
676 },
677 "suggest": {
678 "symfony/config": "",
679 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
680 "symfony/yaml": ""
681 },
682 "type": "library",
683 "extra": {
684 "branch-alias": {
685 "dev-master": "2.5-dev"
686 }
687 },
688 "autoload": {
689 "psr-0": {
690 "Symfony\\Component\\DependencyInjection\\": ""
691 }
692 },
693 "notification-url": "https://packagist.org/downloads/",
694 "license": [
695 "MIT"
696 ],
697 "authors": [
698 {
699 "name": "Symfony Community",
700 "homepage": "http://symfony.com/contributors"
701 },
702 {
703 "name": "Fabien Potencier",
704 "email": "fabien@symfony.com"
705 }
706 ],
707 "description": "Symfony DependencyInjection Component",
708 "homepage": "http://symfony.com",
709 "time": "2015-01-25T04:37:39+00:00"
710 },
711 {
712 "name": "symfony/event-dispatcher",
713 "version": "v2.5.12",
714 "target-dir": "Symfony/Component/EventDispatcher",
715 "source": {
716 "type": "git",
717 "url": "https://github.com/symfony/event-dispatcher.git",
718 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04"
719 },
720 "dist": {
721 "type": "zip",
722 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
723 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
724 "shasum": ""
725 },
726 "require": {
727 "php": ">=5.3.3"
728 },
729 "require-dev": {
730 "psr/log": "~1.0",
731 "symfony/config": "~2.0,>=2.0.5",
732 "symfony/dependency-injection": "~2.0,>=2.0.5,<2.6.0",
733 "symfony/stopwatch": "~2.3"
734 },
735 "suggest": {
736 "symfony/dependency-injection": "",
737 "symfony/http-kernel": ""
738 },
739 "type": "library",
740 "extra": {
741 "branch-alias": {
742 "dev-master": "2.5-dev"
743 }
744 },
745 "autoload": {
746 "psr-0": {
747 "Symfony\\Component\\EventDispatcher\\": ""
748 }
749 },
750 "notification-url": "https://packagist.org/downloads/",
751 "license": [
752 "MIT"
753 ],
754 "authors": [
755 {
756 "name": "Symfony Community",
757 "homepage": "http://symfony.com/contributors"
758 },
759 {
760 "name": "Fabien Potencier",
761 "email": "fabien@symfony.com"
762 }
763 ],
764 "description": "Symfony EventDispatcher Component",
765 "homepage": "http://symfony.com",
766 "time": "2015-01-29T18:20:43+00:00"
767 },
768 {
769 "name": "symfony/filesystem",
770 "version": "v2.5.12",
771 "target-dir": "Symfony/Component/Filesystem",
772 "source": {
773 "type": "git",
774 "url": "https://github.com/symfony/filesystem.git",
775 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea"
776 },
777 "dist": {
778 "type": "zip",
779 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d3c24d7d6e9c342008d8421b2fade460311647ea",
780 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea",
781 "shasum": ""
782 },
783 "require": {
784 "php": ">=5.3.3"
785 },
786 "type": "library",
787 "extra": {
788 "branch-alias": {
789 "dev-master": "2.5-dev"
790 }
791 },
792 "autoload": {
793 "psr-0": {
794 "Symfony\\Component\\Filesystem\\": ""
795 }
796 },
797 "notification-url": "https://packagist.org/downloads/",
798 "license": [
799 "MIT"
800 ],
801 "authors": [
802 {
803 "name": "Symfony Community",
804 "homepage": "http://symfony.com/contributors"
805 },
806 {
807 "name": "Fabien Potencier",
808 "email": "fabien@symfony.com"
809 }
810 ],
811 "description": "Symfony Filesystem Component",
812 "homepage": "http://symfony.com",
813 "time": "2015-01-03T21:04:44+00:00"
814 },
815 {
816 "name": "symfony/finder",
817 "version": "v2.5.12",
818 "target-dir": "Symfony/Component/Finder",
819 "source": {
820 "type": "git",
821 "url": "https://github.com/symfony/Finder.git",
822 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
823 },
824 "dist": {
825 "type": "zip",
826 "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
827 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
828 "shasum": ""
829 },
830 "require": {
831 "php": ">=5.3.3"
832 },
833 "type": "library",
834 "extra": {
835 "branch-alias": {
836 "dev-master": "2.5-dev"
837 }
838 },
839 "autoload": {
840 "psr-0": {
841 "Symfony\\Component\\Finder\\": ""
842 }
843 },
844 "notification-url": "https://packagist.org/downloads/",
845 "license": [
846 "MIT"
847 ],
848 "authors": [
849 {
850 "name": "Symfony Community",
851 "homepage": "http://symfony.com/contributors"
852 },
853 {
854 "name": "Fabien Potencier",
855 "email": "fabien@symfony.com"
856 }
857 ],
858 "description": "Symfony Finder Component",
859 "homepage": "http://symfony.com",
860 "time": "2015-01-03T08:01:13+00:00"
861 },
862 {
863 "name": "symfony/process",
864 "version": "v2.5.12",
865 "target-dir": "Symfony/Component/Process",
866 "source": {
867 "type": "git",
868 "url": "https://github.com/symfony/Process.git",
869 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
870 },
871 "dist": {
872 "type": "zip",
873 "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
874 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
875 "shasum": ""
876 },
877 "require": {
878 "php": ">=5.3.3"
879 },
880 "type": "library",
881 "extra": {
882 "branch-alias": {
883 "dev-master": "2.5-dev"
884 }
885 },
886 "autoload": {
887 "psr-0": {
888 "Symfony\\Component\\Process\\": ""
889 }
890 },
891 "notification-url": "https://packagist.org/downloads/",
892 "license": [
893 "MIT"
894 ],
895 "authors": [
896 {
897 "name": "Symfony Community",
898 "homepage": "http://symfony.com/contributors"
899 },
900 {
901 "name": "Fabien Potencier",
902 "email": "fabien@symfony.com"
903 }
904 ],
905 "description": "Symfony Process Component",
906 "homepage": "http://symfony.com",
907 "time": "2015-02-08T07:07:45+00:00"
908 },
909 {
910 "name": "tecnickcom/tcpdf",
911 "version": "6.2.12",
912 "source": {
913 "type": "git",
914 "url": "https://github.com/tecnickcom/TCPDF.git",
915 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
916 },
917 "dist": {
918 "type": "zip",
919 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
920 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
921 "shasum": ""
922 },
923 "require": {
924 "php": ">=5.3.0"
925 },
926 "type": "library",
927 "autoload": {
928 "classmap": [
929 "fonts",
930 "config",
931 "include",
932 "tcpdf.php",
933 "tcpdf_parser.php",
934 "tcpdf_import.php",
935 "tcpdf_barcodes_1d.php",
936 "tcpdf_barcodes_2d.php",
937 "include/tcpdf_colors.php",
938 "include/tcpdf_filters.php",
939 "include/tcpdf_font_data.php",
940 "include/tcpdf_fonts.php",
941 "include/tcpdf_images.php",
942 "include/tcpdf_static.php",
943 "include/barcodes/datamatrix.php",
944 "include/barcodes/pdf417.php",
945 "include/barcodes/qrcode.php"
946 ]
947 },
948 "notification-url": "https://packagist.org/downloads/",
949 "license": [
950 "LGPLv3"
951 ],
952 "authors": [
953 {
954 "name": "Nicola Asuni",
955 "email": "info@tecnick.com",
956 "homepage": "http://nicolaasuni.tecnick.com"
957 }
958 ],
959 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
960 "homepage": "http://www.tcpdf.org/",
961 "keywords": [
962 "PDFD32000-2008",
963 "TCPDF",
964 "barcodes",
965 "datamatrix",
966 "pdf",
967 "pdf417",
968 "qrcode"
969 ],
970 "time": "2015-09-12T10:08:34+00:00"
971 },
972 {
973 "name": "totten/ca-config",
974 "version": "v13.02.0",
975 "source": {
976 "type": "git",
977 "url": "https://github.com/totten/ca_config.git",
978 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf"
979 },
980 "dist": {
981 "type": "zip",
982 "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf",
983 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf",
984 "shasum": ""
985 },
986 "require": {
987 "php": ">=5.2"
988 },
989 "type": "library",
990 "autoload": {
991 "psr-0": {
992 "CA_Config": "src/"
993 }
994 },
995 "notification-url": "https://packagist.org/downloads/",
996 "license": [
997 "BSD-2-Clause"
998 ],
999 "authors": [
1000 {
1001 "name": "Tim Otten",
1002 "email": "to-git@think.hm"
1003 }
1004 ],
1005 "description": "Default configuration for certificate authorities",
1006 "homepage": "https://github.com/totten/ca_config",
1007 "time": "2013-02-13T03:40:18+00:00"
1008 },
1009 {
1010 "name": "zendframework/zend-escaper",
1011 "version": "2.4.10",
1012 "source": {
1013 "type": "git",
1014 "url": "https://github.com/zendframework/zend-escaper.git",
1015 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
1016 },
1017 "dist": {
1018 "type": "zip",
1019 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
1020 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
1021 "shasum": ""
1022 },
1023 "require": {
1024 "php": ">=5.3.23"
1025 },
1026 "require-dev": {
1027 "fabpot/php-cs-fixer": "1.7.*",
1028 "phpunit/phpunit": "~4.0",
1029 "satooshi/php-coveralls": "dev-master"
1030 },
1031 "type": "library",
1032 "extra": {
1033 "branch-alias": {
1034 "dev-master": "2.4-dev",
1035 "dev-develop": "2.5-dev"
1036 }
1037 },
1038 "autoload": {
1039 "psr-4": {
1040 "Zend\\Escaper\\": "src/"
1041 }
1042 },
1043 "notification-url": "https://packagist.org/downloads/",
1044 "license": [
1045 "BSD-3-Clause"
1046 ],
1047 "homepage": "https://github.com/zendframework/zend-escaper",
1048 "keywords": [
1049 "escaper",
1050 "zf2"
1051 ],
1052 "time": "2015-05-07T14:55:31+00:00"
1053 },
1054 {
1055 "name": "zendframework/zend-stdlib",
1056 "version": "2.4.10",
1057 "source": {
1058 "type": "git",
1059 "url": "https://github.com/zendframework/zend-stdlib.git",
1060 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
1061 },
1062 "dist": {
1063 "type": "zip",
1064 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
1065 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
1066 "shasum": ""
1067 },
1068 "require": {
1069 "php": ">=5.3.23"
1070 },
1071 "require-dev": {
1072 "fabpot/php-cs-fixer": "1.7.*",
1073 "phpunit/phpunit": "~4.0",
1074 "satooshi/php-coveralls": "dev-master",
1075 "zendframework/zend-eventmanager": "self.version",
1076 "zendframework/zend-filter": "self.version",
1077 "zendframework/zend-serializer": "self.version",
1078 "zendframework/zend-servicemanager": "self.version"
1079 },
1080 "suggest": {
1081 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1082 "zendframework/zend-filter": "To support naming strategy hydrator usage",
1083 "zendframework/zend-serializer": "Zend\\Serializer component",
1084 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1085 },
1086 "type": "library",
1087 "extra": {
1088 "branch-alias": {
1089 "dev-master": "2.4-dev",
1090 "dev-develop": "2.5-dev"
1091 }
1092 },
1093 "autoload": {
1094 "psr-4": {
1095 "Zend\\Stdlib\\": "src/"
1096 }
1097 },
1098 "notification-url": "https://packagist.org/downloads/",
1099 "license": [
1100 "BSD-3-Clause"
1101 ],
1102 "homepage": "https://github.com/zendframework/zend-stdlib",
1103 "keywords": [
1104 "stdlib",
1105 "zf2"
1106 ],
1107 "time": "2015-07-21T13:55:46+00:00"
1108 },
1109 {
1110 "name": "zendframework/zend-validator",
1111 "version": "2.4.10",
1112 "source": {
1113 "type": "git",
1114 "url": "https://github.com/zendframework/zend-validator.git",
1115 "reference": "81415511fe729e6de19a61936313cef43c80d337"
1116 },
1117 "dist": {
1118 "type": "zip",
1119 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
1120 "reference": "81415511fe729e6de19a61936313cef43c80d337",
1121 "shasum": ""
1122 },
1123 "require": {
1124 "php": ">=5.3.23",
1125 "zendframework/zend-stdlib": "~2.4.0"
1126 },
1127 "require-dev": {
1128 "fabpot/php-cs-fixer": "1.7.*",
1129 "phpunit/phpunit": "~4.0",
1130 "satooshi/php-coveralls": "dev-master",
1131 "zendframework/zend-config": "~2.4.0",
1132 "zendframework/zend-db": "~2.4.0",
1133 "zendframework/zend-filter": "~2.4.0",
1134 "zendframework/zend-i18n": "~2.4.0",
1135 "zendframework/zend-math": "~2.4.0",
1136 "zendframework/zend-servicemanager": "~2.4.0",
1137 "zendframework/zend-session": "~2.4.0",
1138 "zendframework/zend-uri": "~2.4.0"
1139 },
1140 "suggest": {
1141 "zendframework/zend-db": "Zend\\Db component",
1142 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
1143 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
1144 "zendframework/zend-math": "Zend\\Math component",
1145 "zendframework/zend-resources": "Translations of validator messages",
1146 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
1147 "zendframework/zend-session": "Zend\\Session component",
1148 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
1149 },
1150 "type": "library",
1151 "extra": {
1152 "branch-alias": {
1153 "dev-master": "2.4-dev",
1154 "dev-develop": "2.5-dev"
1155 }
1156 },
1157 "autoload": {
1158 "psr-4": {
1159 "Zend\\Validator\\": "src/"
1160 }
1161 },
1162 "notification-url": "https://packagist.org/downloads/",
1163 "license": [
1164 "BSD-3-Clause"
1165 ],
1166 "description": "provides a set of commonly needed validators",
1167 "homepage": "https://github.com/zendframework/zend-validator",
1168 "keywords": [
1169 "validator",
1170 "zf2"
1171 ],
1172 "time": "2015-09-08T21:04:17+00:00"
1173 },
1174 {
1175 "name": "zetacomponents/base",
1176 "version": "1.7",
1177 "source": {
1178 "type": "git",
1179 "url": "https://github.com/zetacomponents/Base.git",
1180 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
1181 },
1182 "dist": {
1183 "type": "zip",
1184 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
1185 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
1186 "shasum": ""
1187 },
1188 "type": "library",
1189 "autoload": {
1190 "classmap": [
1191 "src"
1192 ]
1193 },
1194 "notification-url": "https://packagist.org/downloads/",
1195 "license": [
1196 "apache2"
1197 ],
1198 "authors": [
1199 {
1200 "name": "Sergey Alexeev"
1201 },
1202 {
1203 "name": "Sebastian Bergmann"
1204 },
1205 {
1206 "name": "Jan Borsodi"
1207 },
1208 {
1209 "name": "Raymond Bosman"
1210 },
1211 {
1212 "name": "Frederik Holljen"
1213 },
1214 {
1215 "name": "Kore Nordmann"
1216 },
1217 {
1218 "name": "Derick Rethans"
1219 },
1220 {
1221 "name": "Vadym Savchuk"
1222 },
1223 {
1224 "name": "Tobias Schlitt"
1225 },
1226 {
1227 "name": "Alexandru Stanoi"
1228 }
1229 ],
1230 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
1231 "homepage": "https://github.com/zetacomponents",
1232 "time": "2009-06-29T10:47:39+00:00"
1233 },
1234 {
1235 "name": "zetacomponents/mail",
1236 "version": "dev-1.7-civi",
1237 "source": {
1238 "type": "git",
1239 "url": "https://github.com/civicrm/zetacomponents-mail.git",
1240 "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0"
1241 },
1242 "type": "library",
1243 "autoload": {
1244 "classmap": [
1245 "src"
1246 ]
1247 },
1248 "license": [
1249 "apache2"
1250 ],
1251 "authors": [
1252 {
1253 "name": "Sergey Alexeev"
1254 },
1255 {
1256 "name": "Sebastian Bergmann"
1257 },
1258 {
1259 "name": "Jan Borsodi"
1260 },
1261 {
1262 "name": "Raymond Bosman"
1263 },
1264 {
1265 "name": "Frederik Holljen"
1266 },
1267 {
1268 "name": "Kore Nordmann"
1269 },
1270 {
1271 "name": "Derick Rethans"
1272 },
1273 {
1274 "name": "Vadym Savchuk"
1275 },
1276 {
1277 "name": "Tobias Schlitt"
1278 },
1279 {
1280 "name": "Alexandru Stanoi"
1281 },
1282 {
1283 "name": "Sinisa Dukaric"
1284 },
1285 {
1286 "name": "Mikko Koppanen"
1287 },
1288 {
1289 "name": "Christian Michel"
1290 }
1291 ],
1292 "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.",
1293 "homepage": "https://github.com/zetacomponents",
1294 "time": "2017-03-14 06:51:24"
1295 }
1296 ],
1297 "packages-dev": [],
1298 "aliases": [],
1299 "minimum-stability": "stable",
1300 "stability-flags": {
1301 "zetacomponents/mail": 20,
1302 "pear/validate_finance_creditcard": 20
1303 },
1304 "prefer-stable": false,
1305 "prefer-lowest": false,
1306 "platform": [],
1307 "platform-dev": []
1308 }