Merge pull request #9030 from caleboki/fixed-typeError
[civicrm-core.git] / composer.lock
CommitLineData
0a4cb750
TO
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
978d4742 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
0a4cb750
TO
5 "This file is @generated automatically"
6 ],
989532f6 7 "hash": "647671f50570fcf03087cf4719750895",
0df41a8e 8 "content-hash": "3475b3f4ae0936e68714b9f94d44f709",
0a4cb750 9 "packages": [
94ddb538
TO
10 {
11 "name": "civicrm/civicrm-cxn-rpc",
934e53b2 12 "version": "v0.15.12.04",
94ddb538
TO
13 "source": {
14 "type": "git",
978d4742 15 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
934e53b2 16 "reference": "6e3a0f956860908a240758ab8c80a020549a6f03"
978d4742
TO
17 },
18 "dist": {
19 "type": "zip",
934e53b2
TO
20 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/6e3a0f956860908a240758ab8c80a020549a6f03",
21 "reference": "6e3a0f956860908a240758ab8c80a020549a6f03",
978d4742 22 "shasum": ""
94ddb538
TO
23 },
24 "require": {
25 "phpseclib/phpseclib": "0.3.*",
26 "psr/log": "1.0.0"
27 },
28 "require-dev": {
29 "phpunit/phpunit": "3.7.*"
30 },
31 "type": "library",
32 "autoload": {
33 "psr-4": {
34 "Civi\\Cxn\\Rpc\\": "src/"
35 }
36 },
978d4742 37 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
38 "license": [
39 "MIT"
40 ],
41 "authors": [
42 {
43 "name": "Tim Otten",
44 "email": "totten@civicrm.org"
45 }
46 ],
978d4742 47 "description": "RPC library for CiviConnect",
934e53b2 48 "time": "2015-12-05 04:41:02"
94ddb538 49 },
0a4cb750
TO
50 {
51 "name": "dompdf/dompdf",
e91585d7 52 "version": "v0.7.0",
0a4cb750
TO
53 "source": {
54 "type": "git",
55 "url": "https://github.com/dompdf/dompdf.git",
e91585d7 56 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
0a4cb750
TO
57 },
58 "dist": {
59 "type": "zip",
e91585d7
SL
60 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
61 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
0a4cb750
TO
62 "shasum": ""
63 },
64 "require": {
e91585d7
SL
65 "ext-dom": "*",
66 "ext-gd": "*",
67 "ext-mbstring": "*",
68 "phenx/php-font-lib": "0.4.*",
69 "phenx/php-svg-lib": "0.1.*",
70 "php": ">=5.3.0"
71 },
72 "require-dev": {
73 "phpunit/phpunit": "3.7.*"
0a4cb750
TO
74 },
75 "type": "library",
e91585d7
SL
76 "extra": {
77 "branch-alias": {
78 "dev-develop": "0.7-dev"
79 }
80 },
0a4cb750 81 "autoload": {
e91585d7
SL
82 "psr-4": {
83 "Dompdf\\": "src/"
84 },
0a4cb750 85 "classmap": [
e91585d7 86 "lib/"
0a4cb750
TO
87 ]
88 },
89 "notification-url": "https://packagist.org/downloads/",
90 "license": [
e91585d7 91 "LGPL-2.1"
0a4cb750
TO
92 ],
93 "authors": [
94 {
95 "name": "Fabien Ménager",
96 "email": "fabien.menager@gmail.com"
97 },
98 {
99 "name": "Brian Sweeney",
100 "email": "eclecticgeek@gmail.com"
e91585d7
SL
101 },
102 {
103 "name": "Gabriel Bull",
104 "email": "me@gabrielbull.com"
0a4cb750
TO
105 }
106 ],
107 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
108 "homepage": "https://github.com/dompdf/dompdf",
e91585d7 109 "time": "2016-05-11 00:36:29"
0a4cb750 110 },
2d0eaf7e
SL
111 {
112 "name": "pear/pear_exception",
113 "version": "v1.0.0",
114 "source": {
115 "type": "git",
116 "url": "https://github.com/pear/PEAR_Exception.git",
117 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
118 },
119 "dist": {
120 "type": "zip",
121 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
122 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
123 "shasum": ""
124 },
125 "require": {
126 "php": ">=4.4.0"
127 },
128 "require-dev": {
129 "phpunit/phpunit": "*"
130 },
131 "type": "class",
132 "extra": {
133 "branch-alias": {
134 "dev-master": "1.0.x-dev"
135 }
136 },
137 "autoload": {
138 "psr-0": {
139 "PEAR": ""
140 }
141 },
142 "notification-url": "https://packagist.org/downloads/",
143 "include-path": [
144 "."
145 ],
146 "license": [
147 "BSD-2-Clause"
148 ],
149 "authors": [
150 {
151 "name": "Helgi Thormar",
152 "email": "dufuz@php.net"
153 },
154 {
155 "name": "Greg Beaver",
156 "email": "cellog@php.net"
157 }
158 ],
159 "description": "The PEAR Exception base class.",
160 "homepage": "https://github.com/pear/PEAR_Exception",
161 "keywords": [
162 "exception"
163 ],
164 "time": "2015-02-10 20:07:52"
165 },
166 {
167 "name": "pear/validate_finance_creditcard",
0df41a8e 168 "version": "dev-master",
2d0eaf7e
SL
169 "source": {
170 "type": "git",
171 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
989532f6 172 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
2d0eaf7e
SL
173 },
174 "dist": {
175 "type": "zip",
989532f6
SL
176 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
177 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
2d0eaf7e
SL
178 "shasum": ""
179 },
180 "require": {
181 "pear/pear_exception": "*",
182 "php": ">=5.2.1"
183 },
184 "require-dev": {
185 "phpunit/phpunit": "*"
186 },
187 "type": "library",
188 "autoload": {
189 "psr-0": {
190 "Validate": "./"
191 }
192 },
193 "notification-url": "https://packagist.org/downloads/",
194 "include-path": [
195 "./"
196 ],
197 "license": [
198 "New BSD"
199 ],
200 "authors": [
201 {
202 "name": "Philippe Jausions",
203 "email": "Philippe.Jausions@11abacus.com",
204 "role": "Lead"
205 }
206 ],
207 "description": "Validation class for credit cards.",
989532f6 208 "time": "2016-09-12 08:01:21"
2d0eaf7e 209 },
0a4cb750
TO
210 {
211 "name": "phenx/php-font-lib",
e91585d7 212 "version": "0.4",
0a4cb750
TO
213 "source": {
214 "type": "git",
215 "url": "https://github.com/PhenX/php-font-lib.git",
e91585d7 216 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
0a4cb750
TO
217 },
218 "dist": {
219 "type": "zip",
e91585d7
SL
220 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
221 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
0a4cb750
TO
222 "shasum": ""
223 },
224 "type": "library",
225 "autoload": {
e91585d7
SL
226 "psr-0": {
227 "FontLib\\": "src/"
228 }
0a4cb750
TO
229 },
230 "notification-url": "https://packagist.org/downloads/",
231 "license": [
e91585d7 232 "LGPL-3.0"
0a4cb750
TO
233 ],
234 "authors": [
235 {
236 "name": "Fabien Ménager",
237 "email": "fabien.menager@gmail.com"
238 }
239 ],
240 "description": "A library to read, parse, export and make subsets of different types of font files.",
241 "homepage": "https://github.com/PhenX/php-font-lib",
e91585d7
SL
242 "time": "2015-05-06 20:02:39"
243 },
244 {
245 "name": "phenx/php-svg-lib",
246 "version": "0.1",
247 "source": {
248 "type": "git",
249 "url": "https://github.com/PhenX/php-svg-lib.git",
250 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
251 },
252 "dist": {
253 "type": "zip",
254 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
255 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
256 "shasum": ""
257 },
258 "type": "library",
259 "autoload": {
260 "psr-0": {
261 "Svg\\": "src/"
262 }
263 },
264 "notification-url": "https://packagist.org/downloads/",
265 "license": [
266 "LGPL-3.0"
267 ],
268 "authors": [
269 {
270 "name": "Fabien Ménager",
271 "email": "fabien.menager@gmail.com"
272 }
273 ],
274 "description": "A library to read, parse and export to PDF SVG files.",
275 "homepage": "https://github.com/PhenX/php-svg-lib",
276 "time": "2015-05-06 18:49:49"
0a4cb750 277 },
db7b0381
CW
278 {
279 "name": "phpoffice/phpword",
280 "version": "v0.12.1",
281 "source": {
282 "type": "git",
283 "url": "https://github.com/PHPOffice/PHPWord.git",
284 "reference": "38cb04d322007dd522cbdd8ba3cd50ab67ced0db"
285 },
286 "dist": {
287 "type": "zip",
288 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/38cb04d322007dd522cbdd8ba3cd50ab67ced0db",
289 "reference": "38cb04d322007dd522cbdd8ba3cd50ab67ced0db",
290 "shasum": ""
291 },
292 "require": {
293 "ext-xml": "*",
294 "php": ">=5.3.3"
295 },
296 "require-dev": {
297 "dompdf/dompdf": "0.6.*",
298 "mpdf/mpdf": "5.*",
299 "phpdocumentor/phpdocumentor": "2.*",
300 "phploc/phploc": "2.*",
301 "phpmd/phpmd": "2.*",
302 "phpunit/phpunit": "3.7.*",
303 "sebastian/phpcpd": "2.*",
304 "squizlabs/php_codesniffer": "1.*",
305 "tecnick.com/tcpdf": "6.*"
306 },
307 "suggest": {
308 "dompdf/dompdf": "Used to write PDF",
309 "ext-gd2": "Used to add images",
310 "ext-xmlwriter": "Used to write DOCX and ODT",
311 "ext-xsl": "Used to apply XSL style sheet to main document part of OOXML template",
312 "ext-zip": "Used to write DOCX and ODT"
313 },
314 "type": "library",
315 "autoload": {
316 "psr-4": {
317 "PhpOffice\\PhpWord\\": "src/PhpWord"
318 }
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "license": [
322 "LGPL-3.0"
323 ],
324 "authors": [
325 {
326 "name": "Mark Baker"
327 },
328 {
329 "name": "Franck Lefevre",
330 "homepage": "http://blog.rootslabs.net"
331 },
332 {
333 "name": "Gabriel Bull",
334 "email": "me@gabrielbull.com",
335 "homepage": "http://gabrielbull.com/"
336 },
337 {
338 "name": "Ivan Lanin",
339 "homepage": "http://ivan.lanin.org"
340 },
341 {
342 "name": "Roman Syroeshko",
343 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
344 }
345 ],
346 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (DOCX, ODT, RTF, HTML, PDF)",
347 "homepage": "http://phpoffice.github.io",
348 "keywords": [
349 "ISO IEC 29500",
350 "OOXML",
351 "Office Open XML",
352 "OpenDocument",
353 "OpenXML",
354 "PhpOffice",
355 "PhpWord",
356 "Rich Text Format",
357 "WordprocessingML",
358 "doc",
359 "docx",
360 "html",
361 "odt",
362 "office",
363 "pdf",
364 "php",
365 "reader",
366 "rtf",
367 "template",
368 "template processor",
369 "word",
370 "writer"
371 ],
372 "time": "2015-08-30 14:30:44"
373 },
94ddb538
TO
374 {
375 "name": "phpseclib/phpseclib",
376 "version": "0.3.10",
377 "source": {
378 "type": "git",
379 "url": "https://github.com/phpseclib/phpseclib.git",
380 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
381 },
382 "dist": {
383 "type": "zip",
384 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
385 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
386 "shasum": ""
387 },
388 "require": {
389 "php": ">=5.0.0"
390 },
391 "require-dev": {
392 "phing/phing": "~2.7",
393 "phpunit/phpunit": "~4.0",
394 "sami/sami": "~2.0",
395 "squizlabs/php_codesniffer": "~1.5"
396 },
397 "suggest": {
398 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
399 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
400 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
401 },
402 "type": "library",
403 "extra": {
404 "branch-alias": {
405 "dev-master": "0.3-dev"
406 }
407 },
408 "autoload": {
409 "psr-0": {
410 "Crypt": "phpseclib/",
411 "File": "phpseclib/",
412 "Math": "phpseclib/",
413 "Net": "phpseclib/",
414 "System": "phpseclib/"
415 },
416 "files": [
417 "phpseclib/Crypt/Random.php"
418 ]
419 },
420 "notification-url": "https://packagist.org/downloads/",
421 "include-path": [
422 "phpseclib/"
423 ],
424 "license": [
425 "MIT"
426 ],
427 "authors": [
428 {
429 "name": "Jim Wigginton",
430 "email": "terrafrost@php.net",
431 "role": "Lead Developer"
432 },
433 {
434 "name": "Patrick Monnerat",
435 "email": "pm@datasphere.ch",
436 "role": "Developer"
437 },
438 {
439 "name": "Andreas Fischer",
440 "email": "bantu@phpbb.com",
441 "role": "Developer"
442 },
443 {
444 "name": "Hans-Jürgen Petrich",
445 "email": "petrich@tronic-media.com",
446 "role": "Developer"
447 }
448 ],
449 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
450 "homepage": "http://phpseclib.sourceforge.net",
451 "keywords": [
452 "BigInteger",
453 "aes",
454 "asn.1",
455 "asn1",
456 "blowfish",
457 "crypto",
458 "cryptography",
459 "encryption",
460 "rsa",
461 "security",
462 "sftp",
463 "signature",
464 "signing",
465 "ssh",
466 "twofish",
467 "x.509",
468 "x509"
469 ],
470 "time": "2015-01-28 21:50:33"
471 },
0a4cb750
TO
472 {
473 "name": "psr/log",
474 "version": "1.0.0",
475 "source": {
476 "type": "git",
477 "url": "https://github.com/php-fig/log.git",
478 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
479 },
480 "dist": {
481 "type": "zip",
482 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
483 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
484 "shasum": ""
485 },
486 "type": "library",
487 "autoload": {
488 "psr-0": {
489 "Psr\\Log\\": ""
490 }
491 },
492 "notification-url": "https://packagist.org/downloads/",
493 "license": [
494 "MIT"
495 ],
496 "authors": [
497 {
498 "name": "PHP-FIG",
499 "homepage": "http://www.php-fig.org/"
500 }
501 ],
502 "description": "Common interface for logging libraries",
503 "keywords": [
504 "log",
505 "psr",
506 "psr-3"
507 ],
508 "time": "2012-12-21 11:40:51"
509 },
40787e18
TO
510 {
511 "name": "symfony/config",
512 "version": "v2.5.12",
513 "target-dir": "Symfony/Component/Config",
514 "source": {
515 "type": "git",
a84cc605 516 "url": "https://github.com/symfony/config.git",
e91585d7 517 "reference": "d93bb29acfa5cff771cb4aa0fb4a97454ddb41e4"
40787e18
TO
518 },
519 "dist": {
520 "type": "zip",
e91585d7
SL
521 "url": "https://api.github.com/repos/symfony/config/zipball/d93bb29acfa5cff771cb4aa0fb4a97454ddb41e4",
522 "reference": "d93bb29acfa5cff771cb4aa0fb4a97454ddb41e4",
40787e18
TO
523 "shasum": ""
524 },
525 "require": {
526 "php": ">=5.3.3",
527 "symfony/filesystem": "~2.3"
528 },
529 "type": "library",
530 "extra": {
531 "branch-alias": {
532 "dev-master": "2.5-dev"
533 }
534 },
535 "autoload": {
536 "psr-0": {
537 "Symfony\\Component\\Config\\": ""
538 }
539 },
540 "notification-url": "https://packagist.org/downloads/",
541 "license": [
542 "MIT"
543 ],
544 "authors": [
545 {
546 "name": "Symfony Community",
547 "homepage": "http://symfony.com/contributors"
548 },
549 {
550 "name": "Fabien Potencier",
551 "email": "fabien@symfony.com"
552 }
553 ],
554 "description": "Symfony Config Component",
555 "homepage": "http://symfony.com",
556 "time": "2015-01-03 08:01:13"
557 },
0a4cb750
TO
558 {
559 "name": "symfony/dependency-injection",
40787e18 560 "version": "v2.5.12",
0a4cb750
TO
561 "target-dir": "Symfony/Component/DependencyInjection",
562 "source": {
563 "type": "git",
a84cc605 564 "url": "https://github.com/symfony/dependency-injection.git",
40787e18 565 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962"
0a4cb750
TO
566 },
567 "dist": {
568 "type": "zip",
a84cc605 569 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c42aee05b466cc9c66b87ddf7d263402befb6962",
40787e18 570 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962",
0a4cb750
TO
571 "shasum": ""
572 },
573 "require": {
574 "php": ">=5.3.3"
575 },
576 "require-dev": {
577 "symfony/config": "~2.2",
40787e18
TO
578 "symfony/expression-language": "~2.4,>=2.4.10",
579 "symfony/yaml": "~2.1"
0a4cb750
TO
580 },
581 "suggest": {
582 "symfony/config": "",
583 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
584 "symfony/yaml": ""
585 },
586 "type": "library",
587 "extra": {
588 "branch-alias": {
40787e18 589 "dev-master": "2.5-dev"
0a4cb750
TO
590 }
591 },
592 "autoload": {
593 "psr-0": {
594 "Symfony\\Component\\DependencyInjection\\": ""
595 }
596 },
597 "notification-url": "https://packagist.org/downloads/",
598 "license": [
599 "MIT"
600 ],
601 "authors": [
602 {
603 "name": "Symfony Community",
604 "homepage": "http://symfony.com/contributors"
605 },
606 {
607 "name": "Fabien Potencier",
608 "email": "fabien@symfony.com"
609 }
610 ],
611 "description": "Symfony DependencyInjection Component",
612 "homepage": "http://symfony.com",
40787e18 613 "time": "2015-01-25 04:37:39"
0a4cb750
TO
614 },
615 {
616 "name": "symfony/event-dispatcher",
40787e18 617 "version": "v2.5.12",
0a4cb750
TO
618 "target-dir": "Symfony/Component/EventDispatcher",
619 "source": {
620 "type": "git",
a84cc605 621 "url": "https://github.com/symfony/event-dispatcher.git",
40787e18 622 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04"
0a4cb750
TO
623 },
624 "dist": {
625 "type": "zip",
a84cc605 626 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
40787e18 627 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
0a4cb750
TO
628 "shasum": ""
629 },
630 "require": {
631 "php": ">=5.3.3"
632 },
633 "require-dev": {
40787e18
TO
634 "psr/log": "~1.0",
635 "symfony/config": "~2.0,>=2.0.5",
636 "symfony/dependency-injection": "~2.0,>=2.0.5,<2.6.0",
637 "symfony/stopwatch": "~2.3"
0a4cb750
TO
638 },
639 "suggest": {
640 "symfony/dependency-injection": "",
641 "symfony/http-kernel": ""
642 },
643 "type": "library",
644 "extra": {
645 "branch-alias": {
40787e18 646 "dev-master": "2.5-dev"
0a4cb750
TO
647 }
648 },
649 "autoload": {
650 "psr-0": {
651 "Symfony\\Component\\EventDispatcher\\": ""
652 }
653 },
654 "notification-url": "https://packagist.org/downloads/",
655 "license": [
656 "MIT"
657 ],
658 "authors": [
659 {
660 "name": "Symfony Community",
661 "homepage": "http://symfony.com/contributors"
662 },
663 {
664 "name": "Fabien Potencier",
665 "email": "fabien@symfony.com"
666 }
667 ],
668 "description": "Symfony EventDispatcher Component",
669 "homepage": "http://symfony.com",
40787e18
TO
670 "time": "2015-01-29 18:20:43"
671 },
672 {
673 "name": "symfony/filesystem",
d892b317
TO
674 "version": "v2.5.12",
675 "target-dir": "Symfony/Component/Filesystem",
40787e18
TO
676 "source": {
677 "type": "git",
a84cc605 678 "url": "https://github.com/symfony/filesystem.git",
d892b317 679 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea"
40787e18
TO
680 },
681 "dist": {
682 "type": "zip",
a84cc605 683 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d3c24d7d6e9c342008d8421b2fade460311647ea",
d892b317 684 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea",
40787e18
TO
685 "shasum": ""
686 },
687 "require": {
d892b317 688 "php": ">=5.3.3"
40787e18
TO
689 },
690 "type": "library",
691 "extra": {
692 "branch-alias": {
d892b317 693 "dev-master": "2.5-dev"
40787e18
TO
694 }
695 },
696 "autoload": {
d892b317 697 "psr-0": {
40787e18
TO
698 "Symfony\\Component\\Filesystem\\": ""
699 }
700 },
701 "notification-url": "https://packagist.org/downloads/",
702 "license": [
703 "MIT"
704 ],
705 "authors": [
706 {
d892b317
TO
707 "name": "Symfony Community",
708 "homepage": "http://symfony.com/contributors"
40787e18
TO
709 },
710 {
d892b317
TO
711 "name": "Fabien Potencier",
712 "email": "fabien@symfony.com"
40787e18
TO
713 }
714 ],
715 "description": "Symfony Filesystem Component",
d892b317
TO
716 "homepage": "http://symfony.com",
717 "time": "2015-01-03 21:04:44"
0a4cb750
TO
718 },
719 {
720 "name": "symfony/finder",
40787e18 721 "version": "v2.5.12",
0a4cb750
TO
722 "target-dir": "Symfony/Component/Finder",
723 "source": {
724 "type": "git",
725 "url": "https://github.com/symfony/Finder.git",
40787e18 726 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
0a4cb750
TO
727 },
728 "dist": {
729 "type": "zip",
40787e18
TO
730 "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
731 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
0a4cb750
TO
732 "shasum": ""
733 },
734 "require": {
735 "php": ">=5.3.3"
736 },
737 "type": "library",
738 "extra": {
739 "branch-alias": {
40787e18 740 "dev-master": "2.5-dev"
0a4cb750
TO
741 }
742 },
743 "autoload": {
744 "psr-0": {
745 "Symfony\\Component\\Finder\\": ""
746 }
747 },
748 "notification-url": "https://packagist.org/downloads/",
749 "license": [
750 "MIT"
751 ],
752 "authors": [
753 {
754 "name": "Symfony Community",
755 "homepage": "http://symfony.com/contributors"
756 },
757 {
758 "name": "Fabien Potencier",
759 "email": "fabien@symfony.com"
760 }
761 ],
762 "description": "Symfony Finder Component",
763 "homepage": "http://symfony.com",
40787e18 764 "time": "2015-01-03 08:01:13"
0a4cb750 765 },
0e24103e
TO
766 {
767 "name": "symfony/process",
40787e18 768 "version": "v2.5.12",
0e24103e
TO
769 "target-dir": "Symfony/Component/Process",
770 "source": {
771 "type": "git",
772 "url": "https://github.com/symfony/Process.git",
40787e18 773 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
0e24103e
TO
774 },
775 "dist": {
776 "type": "zip",
40787e18
TO
777 "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
778 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
0e24103e
TO
779 "shasum": ""
780 },
781 "require": {
782 "php": ">=5.3.3"
783 },
0e24103e
TO
784 "type": "library",
785 "extra": {
786 "branch-alias": {
40787e18 787 "dev-master": "2.5-dev"
0e24103e
TO
788 }
789 },
790 "autoload": {
791 "psr-0": {
792 "Symfony\\Component\\Process\\": ""
793 }
794 },
795 "notification-url": "https://packagist.org/downloads/",
796 "license": [
797 "MIT"
798 ],
799 "authors": [
800 {
40787e18
TO
801 "name": "Symfony Community",
802 "homepage": "http://symfony.com/contributors"
0e24103e
TO
803 },
804 {
40787e18
TO
805 "name": "Fabien Potencier",
806 "email": "fabien@symfony.com"
0e24103e
TO
807 }
808 ],
809 "description": "Symfony Process Component",
40787e18
TO
810 "homepage": "http://symfony.com",
811 "time": "2015-02-08 07:07:45"
0e24103e 812 },
f6c3a87a
CB
813 {
814 "name": "tecnickcom/tcpdf",
815 "version": "6.2.12",
816 "source": {
817 "type": "git",
818 "url": "https://github.com/tecnickcom/TCPDF.git",
819 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f"
820 },
821 "dist": {
822 "type": "zip",
823 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/2f732eaa91b5665274689b1d40b285a7bacdc37f",
824 "reference": "2f732eaa91b5665274689b1d40b285a7bacdc37f",
825 "shasum": ""
826 },
827 "require": {
828 "php": ">=5.3.0"
829 },
830 "type": "library",
831 "autoload": {
832 "classmap": [
833 "fonts",
834 "config",
835 "include",
836 "tcpdf.php",
837 "tcpdf_parser.php",
838 "tcpdf_import.php",
839 "tcpdf_barcodes_1d.php",
840 "tcpdf_barcodes_2d.php",
841 "include/tcpdf_colors.php",
842 "include/tcpdf_filters.php",
843 "include/tcpdf_font_data.php",
844 "include/tcpdf_fonts.php",
845 "include/tcpdf_images.php",
846 "include/tcpdf_static.php",
847 "include/barcodes/datamatrix.php",
848 "include/barcodes/pdf417.php",
849 "include/barcodes/qrcode.php"
850 ]
851 },
852 "notification-url": "https://packagist.org/downloads/",
853 "license": [
854 "LGPLv3"
855 ],
856 "authors": [
857 {
858 "name": "Nicola Asuni",
859 "email": "info@tecnick.com",
860 "homepage": "http://nicolaasuni.tecnick.com"
861 }
862 ],
863 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
864 "homepage": "http://www.tcpdf.org/",
865 "keywords": [
866 "PDFD32000-2008",
867 "TCPDF",
868 "barcodes",
869 "datamatrix",
870 "pdf",
871 "pdf417",
872 "qrcode"
873 ],
874 "time": "2015-09-12 10:08:34"
875 },
0a4cb750
TO
876 {
877 "name": "totten/ca-config",
878 "version": "v13.02.0",
879 "source": {
880 "type": "git",
881 "url": "https://github.com/totten/ca_config.git",
882 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf"
883 },
884 "dist": {
885 "type": "zip",
886 "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf",
887 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf",
888 "shasum": ""
889 },
890 "require": {
891 "php": ">=5.2"
892 },
893 "type": "library",
894 "autoload": {
895 "psr-0": {
896 "CA_Config": "src/"
897 }
898 },
899 "notification-url": "https://packagist.org/downloads/",
900 "license": [
901 "BSD-2-Clause"
902 ],
903 "authors": [
904 {
905 "name": "Tim Otten",
906 "email": "to-git@think.hm"
907 }
908 ],
909 "description": "Default configuration for certificate authorities",
910 "homepage": "https://github.com/totten/ca_config",
911 "time": "2013-02-13 03:40:18"
16b60c30
TO
912 },
913 {
914 "name": "zetacomponents/base",
915 "version": "1.7",
916 "source": {
917 "type": "git",
918 "url": "https://github.com/zetacomponents/Base.git",
919 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
920 },
921 "dist": {
922 "type": "zip",
923 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
924 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
925 "shasum": ""
926 },
927 "type": "library",
928 "autoload": {
929 "classmap": [
930 "src"
931 ]
932 },
933 "notification-url": "https://packagist.org/downloads/",
934 "license": [
935 "apache2"
936 ],
937 "authors": [
938 {
939 "name": "Sergey Alexeev"
940 },
941 {
942 "name": "Sebastian Bergmann"
943 },
944 {
945 "name": "Jan Borsodi"
946 },
947 {
948 "name": "Raymond Bosman"
949 },
950 {
951 "name": "Frederik Holljen"
952 },
953 {
954 "name": "Kore Nordmann"
955 },
956 {
957 "name": "Derick Rethans"
958 },
959 {
960 "name": "Vadym Savchuk"
961 },
962 {
963 "name": "Tobias Schlitt"
964 },
965 {
966 "name": "Alexandru Stanoi"
967 }
968 ],
969 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
970 "homepage": "https://github.com/zetacomponents",
971 "time": "2009-06-29 10:47:39"
972 },
973 {
974 "name": "zetacomponents/mail",
975 "version": "dev-1.7-civi",
976 "source": {
977 "type": "git",
978 "url": "https://github.com/civicrm/zetacomponents-mail.git",
4409da4b 979 "reference": "19f5af66cdde19bc20f41671fe453b37f4121eb1"
16b60c30
TO
980 },
981 "type": "library",
982 "autoload": {
983 "classmap": [
984 "src"
985 ]
986 },
987 "license": [
988 "apache2"
989 ],
990 "authors": [
991 {
992 "name": "Sergey Alexeev"
993 },
994 {
995 "name": "Sebastian Bergmann"
996 },
997 {
998 "name": "Jan Borsodi"
999 },
1000 {
1001 "name": "Raymond Bosman"
1002 },
1003 {
1004 "name": "Frederik Holljen"
1005 },
1006 {
1007 "name": "Kore Nordmann"
1008 },
1009 {
1010 "name": "Derick Rethans"
1011 },
1012 {
1013 "name": "Vadym Savchuk"
1014 },
1015 {
1016 "name": "Tobias Schlitt"
1017 },
1018 {
1019 "name": "Alexandru Stanoi"
1020 },
1021 {
1022 "name": "Sinisa Dukaric"
1023 },
1024 {
1025 "name": "Mikko Koppanen"
1026 },
1027 {
1028 "name": "Christian Michel"
1029 }
1030 ],
1031 "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.",
1032 "homepage": "https://github.com/zetacomponents",
4409da4b 1033 "time": "2016-01-08 01:15:38"
0a4cb750
TO
1034 }
1035 ],
1036 "packages-dev": [],
1037 "aliases": [],
1038 "minimum-stability": "stable",
16b60c30 1039 "stability-flags": {
0df41a8e
SL
1040 "zetacomponents/mail": 20,
1041 "pear/validate_finance_creditcard": 20
16b60c30 1042 },
0a4cb750
TO
1043 "prefer-stable": false,
1044 "prefer-lowest": false,
1045 "platform": [],
1046 "platform-dev": []
1047}