Michaelmcandrew safe dbname (#9148)
[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 ],
61a197f8
SL
7 "hash": "189ae04cf5b1ca1ee00d56a629a273c3",
8 "content-hash": "c2aba74bbb5b474831736b3e3bcbcb20",
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 },
61a197f8
SL
111 {
112 "name": "pclzip/pclzip",
113 "version": "2.8.2",
114 "source": {
115 "type": "git",
116 "url": "https://github.com/ivanlanin/pclzip.git",
117 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
118 },
119 "dist": {
120 "type": "zip",
121 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
122 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
123 "shasum": ""
124 },
125 "type": "library",
126 "autoload": {
127 "classmap": [
128 "pclzip.lib.php"
129 ]
130 },
131 "notification-url": "https://packagist.org/downloads/",
132 "license": [
133 "LGPL-2.1"
134 ],
135 "authors": [
136 {
137 "name": "Vincent Blavet"
138 }
139 ],
140 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
141 "homepage": "http://www.phpconcept.net/pclzip",
142 "keywords": [
143 "php",
144 "zip"
145 ],
146 "time": "2014-06-05 11:42:24"
147 },
2d0eaf7e
SL
148 {
149 "name": "pear/pear_exception",
150 "version": "v1.0.0",
151 "source": {
152 "type": "git",
153 "url": "https://github.com/pear/PEAR_Exception.git",
154 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
155 },
156 "dist": {
157 "type": "zip",
158 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
159 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
160 "shasum": ""
161 },
162 "require": {
163 "php": ">=4.4.0"
164 },
165 "require-dev": {
166 "phpunit/phpunit": "*"
167 },
168 "type": "class",
169 "extra": {
170 "branch-alias": {
171 "dev-master": "1.0.x-dev"
172 }
173 },
174 "autoload": {
175 "psr-0": {
176 "PEAR": ""
177 }
178 },
179 "notification-url": "https://packagist.org/downloads/",
180 "include-path": [
181 "."
182 ],
183 "license": [
184 "BSD-2-Clause"
185 ],
186 "authors": [
187 {
188 "name": "Helgi Thormar",
189 "email": "dufuz@php.net"
190 },
191 {
192 "name": "Greg Beaver",
193 "email": "cellog@php.net"
194 }
195 ],
196 "description": "The PEAR Exception base class.",
197 "homepage": "https://github.com/pear/PEAR_Exception",
198 "keywords": [
199 "exception"
200 ],
201 "time": "2015-02-10 20:07:52"
202 },
203 {
204 "name": "pear/validate_finance_creditcard",
0df41a8e 205 "version": "dev-master",
2d0eaf7e
SL
206 "source": {
207 "type": "git",
208 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
989532f6 209 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
2d0eaf7e
SL
210 },
211 "dist": {
212 "type": "zip",
989532f6
SL
213 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
214 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
2d0eaf7e
SL
215 "shasum": ""
216 },
217 "require": {
218 "pear/pear_exception": "*",
219 "php": ">=5.2.1"
220 },
221 "require-dev": {
222 "phpunit/phpunit": "*"
223 },
224 "type": "library",
225 "autoload": {
226 "psr-0": {
227 "Validate": "./"
228 }
229 },
230 "notification-url": "https://packagist.org/downloads/",
231 "include-path": [
232 "./"
233 ],
234 "license": [
235 "New BSD"
236 ],
237 "authors": [
238 {
239 "name": "Philippe Jausions",
240 "email": "Philippe.Jausions@11abacus.com",
241 "role": "Lead"
242 }
243 ],
244 "description": "Validation class for credit cards.",
989532f6 245 "time": "2016-09-12 08:01:21"
2d0eaf7e 246 },
0a4cb750
TO
247 {
248 "name": "phenx/php-font-lib",
e91585d7 249 "version": "0.4",
0a4cb750
TO
250 "source": {
251 "type": "git",
252 "url": "https://github.com/PhenX/php-font-lib.git",
e91585d7 253 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
0a4cb750
TO
254 },
255 "dist": {
256 "type": "zip",
e91585d7
SL
257 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
258 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
0a4cb750
TO
259 "shasum": ""
260 },
261 "type": "library",
262 "autoload": {
e91585d7
SL
263 "psr-0": {
264 "FontLib\\": "src/"
265 }
0a4cb750
TO
266 },
267 "notification-url": "https://packagist.org/downloads/",
268 "license": [
e91585d7 269 "LGPL-3.0"
0a4cb750
TO
270 ],
271 "authors": [
272 {
273 "name": "Fabien Ménager",
274 "email": "fabien.menager@gmail.com"
275 }
276 ],
277 "description": "A library to read, parse, export and make subsets of different types of font files.",
278 "homepage": "https://github.com/PhenX/php-font-lib",
e91585d7
SL
279 "time": "2015-05-06 20:02:39"
280 },
281 {
282 "name": "phenx/php-svg-lib",
283 "version": "0.1",
284 "source": {
285 "type": "git",
286 "url": "https://github.com/PhenX/php-svg-lib.git",
287 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
288 },
289 "dist": {
290 "type": "zip",
291 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
292 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
293 "shasum": ""
294 },
295 "type": "library",
296 "autoload": {
297 "psr-0": {
298 "Svg\\": "src/"
299 }
300 },
301 "notification-url": "https://packagist.org/downloads/",
302 "license": [
303 "LGPL-3.0"
304 ],
305 "authors": [
306 {
307 "name": "Fabien Ménager",
308 "email": "fabien.menager@gmail.com"
309 }
310 ],
311 "description": "A library to read, parse and export to PDF SVG files.",
312 "homepage": "https://github.com/PhenX/php-svg-lib",
313 "time": "2015-05-06 18:49:49"
0a4cb750 314 },
61a197f8
SL
315 {
316 "name": "phpoffice/common",
317 "version": "v0.2.6",
318 "source": {
319 "type": "git",
320 "url": "https://github.com/PHPOffice/Common.git",
321 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd"
322 },
323 "dist": {
324 "type": "zip",
325 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/c9be70c80637c28c728be78e66aad4878a34f8dd",
326 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd",
327 "shasum": ""
328 },
329 "require": {
330 "pclzip/pclzip": "^2.8",
331 "php": ">=5.3.0"
332 },
333 "require-dev": {
334 "phpdocumentor/phpdocumentor": "2.*",
335 "phploc/phploc": "2.*",
336 "phpmd/phpmd": "2.*",
337 "phpunit/phpunit": "3.7.*",
338 "sebastian/phpcpd": "2.*",
339 "squizlabs/php_codesniffer": "2.*"
340 },
341 "type": "library",
342 "autoload": {
343 "psr-4": {
344 "PhpOffice\\Common\\": "src/Common/"
345 }
346 },
347 "notification-url": "https://packagist.org/downloads/",
348 "license": [
349 "LGPL"
350 ],
351 "authors": [
352 {
353 "name": "Mark Baker"
354 },
355 {
356 "name": "Franck Lefevre",
357 "homepage": "http://rootslabs.net"
358 }
359 ],
360 "description": "PHPOffice Common",
361 "homepage": "http://phpoffice.github.io",
362 "keywords": [
363 "common",
364 "component",
365 "office",
366 "php"
367 ],
368 "time": "2016-07-07 17:26:55"
369 },
db7b0381
CW
370 {
371 "name": "phpoffice/phpword",
61a197f8 372 "version": "v0.13.0",
db7b0381
CW
373 "source": {
374 "type": "git",
375 "url": "https://github.com/PHPOffice/PHPWord.git",
61a197f8 376 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a"
db7b0381
CW
377 },
378 "dist": {
379 "type": "zip",
61a197f8
SL
380 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/0a3f873972defb304de4fa2f5f53156558c11a7a",
381 "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a",
db7b0381
CW
382 "shasum": ""
383 },
384 "require": {
385 "ext-xml": "*",
61a197f8
SL
386 "php": ">=5.3.3",
387 "phpoffice/common": "0.2.*",
388 "zendframework/zend-escaper": "2.4.*",
389 "zendframework/zend-stdlib": "2.4.*",
390 "zendframework/zend-validator": "2.4.*"
db7b0381
CW
391 },
392 "require-dev": {
393 "dompdf/dompdf": "0.6.*",
394 "mpdf/mpdf": "5.*",
395 "phpdocumentor/phpdocumentor": "2.*",
396 "phploc/phploc": "2.*",
397 "phpmd/phpmd": "2.*",
398 "phpunit/phpunit": "3.7.*",
db7b0381 399 "squizlabs/php_codesniffer": "1.*",
61a197f8 400 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
401 },
402 "suggest": {
61a197f8
SL
403 "dompdf/dompdf": "Allows writing PDF",
404 "ext-gd2": "Allows adding images",
405 "ext-xmlwriter": "Allows writing OOXML and ODF",
406 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
407 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
408 },
409 "type": "library",
410 "autoload": {
411 "psr-4": {
412 "PhpOffice\\PhpWord\\": "src/PhpWord"
413 }
414 },
415 "notification-url": "https://packagist.org/downloads/",
416 "license": [
417 "LGPL-3.0"
418 ],
419 "authors": [
420 {
421 "name": "Mark Baker"
422 },
423 {
424 "name": "Franck Lefevre",
425 "homepage": "http://blog.rootslabs.net"
426 },
427 {
428 "name": "Gabriel Bull",
429 "email": "me@gabrielbull.com",
430 "homepage": "http://gabrielbull.com/"
431 },
432 {
433 "name": "Ivan Lanin",
434 "homepage": "http://ivan.lanin.org"
435 },
436 {
437 "name": "Roman Syroeshko",
438 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
439 }
440 ],
61a197f8 441 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
442 "homepage": "http://phpoffice.github.io",
443 "keywords": [
444 "ISO IEC 29500",
445 "OOXML",
446 "Office Open XML",
447 "OpenDocument",
448 "OpenXML",
449 "PhpOffice",
450 "PhpWord",
451 "Rich Text Format",
452 "WordprocessingML",
453 "doc",
454 "docx",
455 "html",
61a197f8 456 "odf",
db7b0381
CW
457 "odt",
458 "office",
459 "pdf",
460 "php",
461 "reader",
462 "rtf",
463 "template",
464 "template processor",
465 "word",
466 "writer"
467 ],
61a197f8 468 "time": "2016-07-31 08:53:39"
db7b0381 469 },
94ddb538
TO
470 {
471 "name": "phpseclib/phpseclib",
472 "version": "0.3.10",
473 "source": {
474 "type": "git",
475 "url": "https://github.com/phpseclib/phpseclib.git",
476 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
477 },
478 "dist": {
479 "type": "zip",
480 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
481 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
482 "shasum": ""
483 },
484 "require": {
485 "php": ">=5.0.0"
486 },
487 "require-dev": {
488 "phing/phing": "~2.7",
489 "phpunit/phpunit": "~4.0",
490 "sami/sami": "~2.0",
491 "squizlabs/php_codesniffer": "~1.5"
492 },
493 "suggest": {
494 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
495 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
496 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
497 },
498 "type": "library",
499 "extra": {
500 "branch-alias": {
501 "dev-master": "0.3-dev"
502 }
503 },
504 "autoload": {
505 "psr-0": {
506 "Crypt": "phpseclib/",
507 "File": "phpseclib/",
508 "Math": "phpseclib/",
509 "Net": "phpseclib/",
510 "System": "phpseclib/"
511 },
512 "files": [
513 "phpseclib/Crypt/Random.php"
514 ]
515 },
516 "notification-url": "https://packagist.org/downloads/",
517 "include-path": [
518 "phpseclib/"
519 ],
520 "license": [
521 "MIT"
522 ],
523 "authors": [
524 {
525 "name": "Jim Wigginton",
526 "email": "terrafrost@php.net",
527 "role": "Lead Developer"
528 },
529 {
530 "name": "Patrick Monnerat",
531 "email": "pm@datasphere.ch",
532 "role": "Developer"
533 },
534 {
535 "name": "Andreas Fischer",
536 "email": "bantu@phpbb.com",
537 "role": "Developer"
538 },
539 {
540 "name": "Hans-Jürgen Petrich",
541 "email": "petrich@tronic-media.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": "2015-01-28 21:50:33"
567 },
0a4cb750
TO
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-21 11:40:51"
605 },
40787e18
TO
606 {
607 "name": "symfony/config",
608 "version": "v2.5.12",
609 "target-dir": "Symfony/Component/Config",
610 "source": {
611 "type": "git",
a84cc605 612 "url": "https://github.com/symfony/config.git",
e91585d7 613 "reference": "d93bb29acfa5cff771cb4aa0fb4a97454ddb41e4"
40787e18
TO
614 },
615 "dist": {
616 "type": "zip",
e91585d7
SL
617 "url": "https://api.github.com/repos/symfony/config/zipball/d93bb29acfa5cff771cb4aa0fb4a97454ddb41e4",
618 "reference": "d93bb29acfa5cff771cb4aa0fb4a97454ddb41e4",
40787e18
TO
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-03 08:01:13"
653 },
0a4cb750
TO
654 {
655 "name": "symfony/dependency-injection",
40787e18 656 "version": "v2.5.12",
0a4cb750
TO
657 "target-dir": "Symfony/Component/DependencyInjection",
658 "source": {
659 "type": "git",
a84cc605 660 "url": "https://github.com/symfony/dependency-injection.git",
40787e18 661 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962"
0a4cb750
TO
662 },
663 "dist": {
664 "type": "zip",
a84cc605 665 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c42aee05b466cc9c66b87ddf7d263402befb6962",
40787e18 666 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962",
0a4cb750
TO
667 "shasum": ""
668 },
669 "require": {
670 "php": ">=5.3.3"
671 },
672 "require-dev": {
673 "symfony/config": "~2.2",
40787e18
TO
674 "symfony/expression-language": "~2.4,>=2.4.10",
675 "symfony/yaml": "~2.1"
0a4cb750
TO
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": {
40787e18 685 "dev-master": "2.5-dev"
0a4cb750
TO
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",
40787e18 709 "time": "2015-01-25 04:37:39"
0a4cb750
TO
710 },
711 {
712 "name": "symfony/event-dispatcher",
40787e18 713 "version": "v2.5.12",
0a4cb750
TO
714 "target-dir": "Symfony/Component/EventDispatcher",
715 "source": {
716 "type": "git",
a84cc605 717 "url": "https://github.com/symfony/event-dispatcher.git",
40787e18 718 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04"
0a4cb750
TO
719 },
720 "dist": {
721 "type": "zip",
a84cc605 722 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
40787e18 723 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
0a4cb750
TO
724 "shasum": ""
725 },
726 "require": {
727 "php": ">=5.3.3"
728 },
729 "require-dev": {
40787e18
TO
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"
0a4cb750
TO
734 },
735 "suggest": {
736 "symfony/dependency-injection": "",
737 "symfony/http-kernel": ""
738 },
739 "type": "library",
740 "extra": {
741 "branch-alias": {
40787e18 742 "dev-master": "2.5-dev"
0a4cb750
TO
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",
40787e18
TO
766 "time": "2015-01-29 18:20:43"
767 },
768 {
769 "name": "symfony/filesystem",
d892b317
TO
770 "version": "v2.5.12",
771 "target-dir": "Symfony/Component/Filesystem",
40787e18
TO
772 "source": {
773 "type": "git",
a84cc605 774 "url": "https://github.com/symfony/filesystem.git",
d892b317 775 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea"
40787e18
TO
776 },
777 "dist": {
778 "type": "zip",
a84cc605 779 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d3c24d7d6e9c342008d8421b2fade460311647ea",
d892b317 780 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea",
40787e18
TO
781 "shasum": ""
782 },
783 "require": {
d892b317 784 "php": ">=5.3.3"
40787e18
TO
785 },
786 "type": "library",
787 "extra": {
788 "branch-alias": {
d892b317 789 "dev-master": "2.5-dev"
40787e18
TO
790 }
791 },
792 "autoload": {
d892b317 793 "psr-0": {
40787e18
TO
794 "Symfony\\Component\\Filesystem\\": ""
795 }
796 },
797 "notification-url": "https://packagist.org/downloads/",
798 "license": [
799 "MIT"
800 ],
801 "authors": [
802 {
d892b317
TO
803 "name": "Symfony Community",
804 "homepage": "http://symfony.com/contributors"
40787e18
TO
805 },
806 {
d892b317
TO
807 "name": "Fabien Potencier",
808 "email": "fabien@symfony.com"
40787e18
TO
809 }
810 ],
811 "description": "Symfony Filesystem Component",
d892b317
TO
812 "homepage": "http://symfony.com",
813 "time": "2015-01-03 21:04:44"
0a4cb750
TO
814 },
815 {
816 "name": "symfony/finder",
40787e18 817 "version": "v2.5.12",
0a4cb750
TO
818 "target-dir": "Symfony/Component/Finder",
819 "source": {
820 "type": "git",
821 "url": "https://github.com/symfony/Finder.git",
40787e18 822 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
0a4cb750
TO
823 },
824 "dist": {
825 "type": "zip",
40787e18
TO
826 "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
827 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
0a4cb750
TO
828 "shasum": ""
829 },
830 "require": {
831 "php": ">=5.3.3"
832 },
833 "type": "library",
834 "extra": {
835 "branch-alias": {
40787e18 836 "dev-master": "2.5-dev"
0a4cb750
TO
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",
40787e18 860 "time": "2015-01-03 08:01:13"
0a4cb750 861 },
0e24103e
TO
862 {
863 "name": "symfony/process",
40787e18 864 "version": "v2.5.12",
0e24103e
TO
865 "target-dir": "Symfony/Component/Process",
866 "source": {
867 "type": "git",
868 "url": "https://github.com/symfony/Process.git",
40787e18 869 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
0e24103e
TO
870 },
871 "dist": {
872 "type": "zip",
40787e18
TO
873 "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
874 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
0e24103e
TO
875 "shasum": ""
876 },
877 "require": {
878 "php": ">=5.3.3"
879 },
0e24103e
TO
880 "type": "library",
881 "extra": {
882 "branch-alias": {
40787e18 883 "dev-master": "2.5-dev"
0e24103e
TO
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 {
40787e18
TO
897 "name": "Symfony Community",
898 "homepage": "http://symfony.com/contributors"
0e24103e
TO
899 },
900 {
40787e18
TO
901 "name": "Fabien Potencier",
902 "email": "fabien@symfony.com"
0e24103e
TO
903 }
904 ],
905 "description": "Symfony Process Component",
40787e18
TO
906 "homepage": "http://symfony.com",
907 "time": "2015-02-08 07:07:45"
0e24103e 908 },
f6c3a87a
CB
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-12 10:08:34"
971 },
0a4cb750
TO
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-13 03:40:18"
16b60c30 1008 },
61a197f8
SL
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-07 14:55:31"
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-21 13:55:46"
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-08 21:04:17"
1173 },
16b60c30
TO
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-29 10:47:39"
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",
4409da4b 1240 "reference": "19f5af66cdde19bc20f41671fe453b37f4121eb1"
16b60c30
TO
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",
4409da4b 1294 "time": "2016-01-08 01:15:38"
0a4cb750
TO
1295 }
1296 ],
1297 "packages-dev": [],
1298 "aliases": [],
1299 "minimum-stability": "stable",
16b60c30 1300 "stability-flags": {
0df41a8e
SL
1301 "zetacomponents/mail": 20,
1302 "pear/validate_finance_creditcard": 20
16b60c30 1303 },
0a4cb750
TO
1304 "prefer-stable": false,
1305 "prefer-lowest": false,
1306 "platform": [],
1307 "platform-dev": []
1308}