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