Merge pull request #7826 from jitendrapurohit/CRM-18039
[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 ],
2ffbc189 7 "hash": "77c841b4a3ad8ae6b4e740251e10526f",
0a4cb750 8 "packages": [
94ddb538
TO
9 {
10 "name": "civicrm/civicrm-cxn-rpc",
934e53b2 11 "version": "v0.15.12.04",
94ddb538
TO
12 "source": {
13 "type": "git",
978d4742 14 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
934e53b2 15 "reference": "6e3a0f956860908a240758ab8c80a020549a6f03"
978d4742
TO
16 },
17 "dist": {
18 "type": "zip",
934e53b2
TO
19 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/6e3a0f956860908a240758ab8c80a020549a6f03",
20 "reference": "6e3a0f956860908a240758ab8c80a020549a6f03",
978d4742 21 "shasum": ""
94ddb538
TO
22 },
23 "require": {
24 "phpseclib/phpseclib": "0.3.*",
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",
934e53b2 47 "time": "2015-12-05 04:41:02"
94ddb538 48 },
0a4cb750
TO
49 {
50 "name": "dompdf/dompdf",
8387fc62 51 "version": "v0.6.2",
0a4cb750
TO
52 "source": {
53 "type": "git",
54 "url": "https://github.com/dompdf/dompdf.git",
8387fc62 55 "reference": "cc06008f75262510ee135b8cbb14e333a309f651"
0a4cb750
TO
56 },
57 "dist": {
58 "type": "zip",
8387fc62
CB
59 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cc06008f75262510ee135b8cbb14e333a309f651",
60 "reference": "cc06008f75262510ee135b8cbb14e333a309f651",
0a4cb750
TO
61 "shasum": ""
62 },
63 "require": {
64 "phenx/php-font-lib": "0.2.*"
65 },
66 "type": "library",
67 "autoload": {
68 "classmap": [
69 "include/"
70 ]
71 },
72 "notification-url": "https://packagist.org/downloads/",
73 "license": [
74 "LGPL"
75 ],
76 "authors": [
77 {
78 "name": "Fabien Ménager",
79 "email": "fabien.menager@gmail.com"
80 },
81 {
82 "name": "Brian Sweeney",
83 "email": "eclecticgeek@gmail.com"
84 }
85 ],
86 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
87 "homepage": "https://github.com/dompdf/dompdf",
8387fc62 88 "time": "2015-12-07 04:07:13"
0a4cb750
TO
89 },
90 {
91 "name": "phenx/php-font-lib",
92 "version": "0.2.2",
93 "source": {
94 "type": "git",
95 "url": "https://github.com/PhenX/php-font-lib.git",
96 "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82"
97 },
98 "dist": {
99 "type": "zip",
100 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
101 "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
102 "shasum": ""
103 },
104 "type": "library",
105 "autoload": {
106 "classmap": [
107 "classes/"
108 ]
109 },
110 "notification-url": "https://packagist.org/downloads/",
111 "license": [
112 "LGPL"
113 ],
114 "authors": [
115 {
116 "name": "Fabien Ménager",
117 "email": "fabien.menager@gmail.com"
118 }
119 ],
120 "description": "A library to read, parse, export and make subsets of different types of font files.",
121 "homepage": "https://github.com/PhenX/php-font-lib",
122 "time": "2014-02-01 15:22:28"
123 },
94ddb538
TO
124 {
125 "name": "phpseclib/phpseclib",
126 "version": "0.3.10",
127 "source": {
128 "type": "git",
129 "url": "https://github.com/phpseclib/phpseclib.git",
130 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
131 },
132 "dist": {
133 "type": "zip",
134 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
135 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
136 "shasum": ""
137 },
138 "require": {
139 "php": ">=5.0.0"
140 },
141 "require-dev": {
142 "phing/phing": "~2.7",
143 "phpunit/phpunit": "~4.0",
144 "sami/sami": "~2.0",
145 "squizlabs/php_codesniffer": "~1.5"
146 },
147 "suggest": {
148 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
149 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
150 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
151 },
152 "type": "library",
153 "extra": {
154 "branch-alias": {
155 "dev-master": "0.3-dev"
156 }
157 },
158 "autoload": {
159 "psr-0": {
160 "Crypt": "phpseclib/",
161 "File": "phpseclib/",
162 "Math": "phpseclib/",
163 "Net": "phpseclib/",
164 "System": "phpseclib/"
165 },
166 "files": [
167 "phpseclib/Crypt/Random.php"
168 ]
169 },
170 "notification-url": "https://packagist.org/downloads/",
171 "include-path": [
172 "phpseclib/"
173 ],
174 "license": [
175 "MIT"
176 ],
177 "authors": [
178 {
179 "name": "Jim Wigginton",
180 "email": "terrafrost@php.net",
181 "role": "Lead Developer"
182 },
183 {
184 "name": "Patrick Monnerat",
185 "email": "pm@datasphere.ch",
186 "role": "Developer"
187 },
188 {
189 "name": "Andreas Fischer",
190 "email": "bantu@phpbb.com",
191 "role": "Developer"
192 },
193 {
194 "name": "Hans-Jürgen Petrich",
195 "email": "petrich@tronic-media.com",
196 "role": "Developer"
197 }
198 ],
199 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
200 "homepage": "http://phpseclib.sourceforge.net",
201 "keywords": [
202 "BigInteger",
203 "aes",
204 "asn.1",
205 "asn1",
206 "blowfish",
207 "crypto",
208 "cryptography",
209 "encryption",
210 "rsa",
211 "security",
212 "sftp",
213 "signature",
214 "signing",
215 "ssh",
216 "twofish",
217 "x.509",
218 "x509"
219 ],
220 "time": "2015-01-28 21:50:33"
221 },
0a4cb750
TO
222 {
223 "name": "psr/log",
224 "version": "1.0.0",
225 "source": {
226 "type": "git",
227 "url": "https://github.com/php-fig/log.git",
228 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
229 },
230 "dist": {
231 "type": "zip",
232 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
233 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
234 "shasum": ""
235 },
236 "type": "library",
237 "autoload": {
238 "psr-0": {
239 "Psr\\Log\\": ""
240 }
241 },
242 "notification-url": "https://packagist.org/downloads/",
243 "license": [
244 "MIT"
245 ],
246 "authors": [
247 {
248 "name": "PHP-FIG",
249 "homepage": "http://www.php-fig.org/"
250 }
251 ],
252 "description": "Common interface for logging libraries",
253 "keywords": [
254 "log",
255 "psr",
256 "psr-3"
257 ],
258 "time": "2012-12-21 11:40:51"
259 },
40787e18
TO
260 {
261 "name": "symfony/config",
262 "version": "v2.5.12",
263 "target-dir": "Symfony/Component/Config",
264 "source": {
265 "type": "git",
a84cc605 266 "url": "https://github.com/symfony/config.git",
40787e18
TO
267 "reference": "c7309e33b719433d5cf3845d0b5b9608609d8c8e"
268 },
269 "dist": {
270 "type": "zip",
a84cc605 271 "url": "https://api.github.com/repos/symfony/config/zipball/c7309e33b719433d5cf3845d0b5b9608609d8c8e",
40787e18
TO
272 "reference": "c7309e33b719433d5cf3845d0b5b9608609d8c8e",
273 "shasum": ""
274 },
275 "require": {
276 "php": ">=5.3.3",
277 "symfony/filesystem": "~2.3"
278 },
279 "type": "library",
280 "extra": {
281 "branch-alias": {
282 "dev-master": "2.5-dev"
283 }
284 },
285 "autoload": {
286 "psr-0": {
287 "Symfony\\Component\\Config\\": ""
288 }
289 },
290 "notification-url": "https://packagist.org/downloads/",
291 "license": [
292 "MIT"
293 ],
294 "authors": [
295 {
296 "name": "Symfony Community",
297 "homepage": "http://symfony.com/contributors"
298 },
299 {
300 "name": "Fabien Potencier",
301 "email": "fabien@symfony.com"
302 }
303 ],
304 "description": "Symfony Config Component",
305 "homepage": "http://symfony.com",
306 "time": "2015-01-03 08:01:13"
307 },
0a4cb750
TO
308 {
309 "name": "symfony/dependency-injection",
40787e18 310 "version": "v2.5.12",
0a4cb750
TO
311 "target-dir": "Symfony/Component/DependencyInjection",
312 "source": {
313 "type": "git",
a84cc605 314 "url": "https://github.com/symfony/dependency-injection.git",
40787e18 315 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962"
0a4cb750
TO
316 },
317 "dist": {
318 "type": "zip",
a84cc605 319 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c42aee05b466cc9c66b87ddf7d263402befb6962",
40787e18 320 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962",
0a4cb750
TO
321 "shasum": ""
322 },
323 "require": {
324 "php": ">=5.3.3"
325 },
326 "require-dev": {
327 "symfony/config": "~2.2",
40787e18
TO
328 "symfony/expression-language": "~2.4,>=2.4.10",
329 "symfony/yaml": "~2.1"
0a4cb750
TO
330 },
331 "suggest": {
332 "symfony/config": "",
333 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
334 "symfony/yaml": ""
335 },
336 "type": "library",
337 "extra": {
338 "branch-alias": {
40787e18 339 "dev-master": "2.5-dev"
0a4cb750
TO
340 }
341 },
342 "autoload": {
343 "psr-0": {
344 "Symfony\\Component\\DependencyInjection\\": ""
345 }
346 },
347 "notification-url": "https://packagist.org/downloads/",
348 "license": [
349 "MIT"
350 ],
351 "authors": [
352 {
353 "name": "Symfony Community",
354 "homepage": "http://symfony.com/contributors"
355 },
356 {
357 "name": "Fabien Potencier",
358 "email": "fabien@symfony.com"
359 }
360 ],
361 "description": "Symfony DependencyInjection Component",
362 "homepage": "http://symfony.com",
40787e18 363 "time": "2015-01-25 04:37:39"
0a4cb750
TO
364 },
365 {
366 "name": "symfony/event-dispatcher",
40787e18 367 "version": "v2.5.12",
0a4cb750
TO
368 "target-dir": "Symfony/Component/EventDispatcher",
369 "source": {
370 "type": "git",
a84cc605 371 "url": "https://github.com/symfony/event-dispatcher.git",
40787e18 372 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04"
0a4cb750
TO
373 },
374 "dist": {
375 "type": "zip",
a84cc605 376 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
40787e18 377 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
0a4cb750
TO
378 "shasum": ""
379 },
380 "require": {
381 "php": ">=5.3.3"
382 },
383 "require-dev": {
40787e18
TO
384 "psr/log": "~1.0",
385 "symfony/config": "~2.0,>=2.0.5",
386 "symfony/dependency-injection": "~2.0,>=2.0.5,<2.6.0",
387 "symfony/stopwatch": "~2.3"
0a4cb750
TO
388 },
389 "suggest": {
390 "symfony/dependency-injection": "",
391 "symfony/http-kernel": ""
392 },
393 "type": "library",
394 "extra": {
395 "branch-alias": {
40787e18 396 "dev-master": "2.5-dev"
0a4cb750
TO
397 }
398 },
399 "autoload": {
400 "psr-0": {
401 "Symfony\\Component\\EventDispatcher\\": ""
402 }
403 },
404 "notification-url": "https://packagist.org/downloads/",
405 "license": [
406 "MIT"
407 ],
408 "authors": [
409 {
410 "name": "Symfony Community",
411 "homepage": "http://symfony.com/contributors"
412 },
413 {
414 "name": "Fabien Potencier",
415 "email": "fabien@symfony.com"
416 }
417 ],
418 "description": "Symfony EventDispatcher Component",
419 "homepage": "http://symfony.com",
40787e18
TO
420 "time": "2015-01-29 18:20:43"
421 },
422 {
423 "name": "symfony/filesystem",
d892b317
TO
424 "version": "v2.5.12",
425 "target-dir": "Symfony/Component/Filesystem",
40787e18
TO
426 "source": {
427 "type": "git",
a84cc605 428 "url": "https://github.com/symfony/filesystem.git",
d892b317 429 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea"
40787e18
TO
430 },
431 "dist": {
432 "type": "zip",
a84cc605 433 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d3c24d7d6e9c342008d8421b2fade460311647ea",
d892b317 434 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea",
40787e18
TO
435 "shasum": ""
436 },
437 "require": {
d892b317 438 "php": ">=5.3.3"
40787e18
TO
439 },
440 "type": "library",
441 "extra": {
442 "branch-alias": {
d892b317 443 "dev-master": "2.5-dev"
40787e18
TO
444 }
445 },
446 "autoload": {
d892b317 447 "psr-0": {
40787e18
TO
448 "Symfony\\Component\\Filesystem\\": ""
449 }
450 },
451 "notification-url": "https://packagist.org/downloads/",
452 "license": [
453 "MIT"
454 ],
455 "authors": [
456 {
d892b317
TO
457 "name": "Symfony Community",
458 "homepage": "http://symfony.com/contributors"
40787e18
TO
459 },
460 {
d892b317
TO
461 "name": "Fabien Potencier",
462 "email": "fabien@symfony.com"
40787e18
TO
463 }
464 ],
465 "description": "Symfony Filesystem Component",
d892b317
TO
466 "homepage": "http://symfony.com",
467 "time": "2015-01-03 21:04:44"
0a4cb750
TO
468 },
469 {
470 "name": "symfony/finder",
40787e18 471 "version": "v2.5.12",
0a4cb750
TO
472 "target-dir": "Symfony/Component/Finder",
473 "source": {
474 "type": "git",
475 "url": "https://github.com/symfony/Finder.git",
40787e18 476 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
0a4cb750
TO
477 },
478 "dist": {
479 "type": "zip",
40787e18
TO
480 "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
481 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
0a4cb750
TO
482 "shasum": ""
483 },
484 "require": {
485 "php": ">=5.3.3"
486 },
487 "type": "library",
488 "extra": {
489 "branch-alias": {
40787e18 490 "dev-master": "2.5-dev"
0a4cb750
TO
491 }
492 },
493 "autoload": {
494 "psr-0": {
495 "Symfony\\Component\\Finder\\": ""
496 }
497 },
498 "notification-url": "https://packagist.org/downloads/",
499 "license": [
500 "MIT"
501 ],
502 "authors": [
503 {
504 "name": "Symfony Community",
505 "homepage": "http://symfony.com/contributors"
506 },
507 {
508 "name": "Fabien Potencier",
509 "email": "fabien@symfony.com"
510 }
511 ],
512 "description": "Symfony Finder Component",
513 "homepage": "http://symfony.com",
40787e18 514 "time": "2015-01-03 08:01:13"
0a4cb750 515 },
0e24103e
TO
516 {
517 "name": "symfony/process",
40787e18 518 "version": "v2.5.12",
0e24103e
TO
519 "target-dir": "Symfony/Component/Process",
520 "source": {
521 "type": "git",
522 "url": "https://github.com/symfony/Process.git",
40787e18 523 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
0e24103e
TO
524 },
525 "dist": {
526 "type": "zip",
40787e18
TO
527 "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
528 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
0e24103e
TO
529 "shasum": ""
530 },
531 "require": {
532 "php": ">=5.3.3"
533 },
0e24103e
TO
534 "type": "library",
535 "extra": {
536 "branch-alias": {
40787e18 537 "dev-master": "2.5-dev"
0e24103e
TO
538 }
539 },
540 "autoload": {
541 "psr-0": {
542 "Symfony\\Component\\Process\\": ""
543 }
544 },
545 "notification-url": "https://packagist.org/downloads/",
546 "license": [
547 "MIT"
548 ],
549 "authors": [
550 {
40787e18
TO
551 "name": "Symfony Community",
552 "homepage": "http://symfony.com/contributors"
0e24103e
TO
553 },
554 {
40787e18
TO
555 "name": "Fabien Potencier",
556 "email": "fabien@symfony.com"
0e24103e
TO
557 }
558 ],
559 "description": "Symfony Process Component",
40787e18
TO
560 "homepage": "http://symfony.com",
561 "time": "2015-02-08 07:07:45"
0e24103e 562 },
0a4cb750
TO
563 {
564 "name": "totten/ca-config",
565 "version": "v13.02.0",
566 "source": {
567 "type": "git",
568 "url": "https://github.com/totten/ca_config.git",
569 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf"
570 },
571 "dist": {
572 "type": "zip",
573 "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf",
574 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf",
575 "shasum": ""
576 },
577 "require": {
578 "php": ">=5.2"
579 },
580 "type": "library",
581 "autoload": {
582 "psr-0": {
583 "CA_Config": "src/"
584 }
585 },
586 "notification-url": "https://packagist.org/downloads/",
587 "license": [
588 "BSD-2-Clause"
589 ],
590 "authors": [
591 {
592 "name": "Tim Otten",
593 "email": "to-git@think.hm"
594 }
595 ],
596 "description": "Default configuration for certificate authorities",
597 "homepage": "https://github.com/totten/ca_config",
598 "time": "2013-02-13 03:40:18"
16b60c30
TO
599 },
600 {
601 "name": "zetacomponents/base",
602 "version": "1.7",
603 "source": {
604 "type": "git",
605 "url": "https://github.com/zetacomponents/Base.git",
606 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
607 },
608 "dist": {
609 "type": "zip",
610 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
611 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
612 "shasum": ""
613 },
614 "type": "library",
615 "autoload": {
616 "classmap": [
617 "src"
618 ]
619 },
620 "notification-url": "https://packagist.org/downloads/",
621 "license": [
622 "apache2"
623 ],
624 "authors": [
625 {
626 "name": "Sergey Alexeev"
627 },
628 {
629 "name": "Sebastian Bergmann"
630 },
631 {
632 "name": "Jan Borsodi"
633 },
634 {
635 "name": "Raymond Bosman"
636 },
637 {
638 "name": "Frederik Holljen"
639 },
640 {
641 "name": "Kore Nordmann"
642 },
643 {
644 "name": "Derick Rethans"
645 },
646 {
647 "name": "Vadym Savchuk"
648 },
649 {
650 "name": "Tobias Schlitt"
651 },
652 {
653 "name": "Alexandru Stanoi"
654 }
655 ],
656 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
657 "homepage": "https://github.com/zetacomponents",
658 "time": "2009-06-29 10:47:39"
659 },
660 {
661 "name": "zetacomponents/mail",
662 "version": "dev-1.7-civi",
663 "source": {
664 "type": "git",
665 "url": "https://github.com/civicrm/zetacomponents-mail.git",
4409da4b 666 "reference": "19f5af66cdde19bc20f41671fe453b37f4121eb1"
16b60c30
TO
667 },
668 "type": "library",
669 "autoload": {
670 "classmap": [
671 "src"
672 ]
673 },
674 "license": [
675 "apache2"
676 ],
677 "authors": [
678 {
679 "name": "Sergey Alexeev"
680 },
681 {
682 "name": "Sebastian Bergmann"
683 },
684 {
685 "name": "Jan Borsodi"
686 },
687 {
688 "name": "Raymond Bosman"
689 },
690 {
691 "name": "Frederik Holljen"
692 },
693 {
694 "name": "Kore Nordmann"
695 },
696 {
697 "name": "Derick Rethans"
698 },
699 {
700 "name": "Vadym Savchuk"
701 },
702 {
703 "name": "Tobias Schlitt"
704 },
705 {
706 "name": "Alexandru Stanoi"
707 },
708 {
709 "name": "Sinisa Dukaric"
710 },
711 {
712 "name": "Mikko Koppanen"
713 },
714 {
715 "name": "Christian Michel"
716 }
717 ],
718 "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.",
719 "homepage": "https://github.com/zetacomponents",
4409da4b 720 "time": "2016-01-08 01:15:38"
0a4cb750
TO
721 }
722 ],
723 "packages-dev": [],
724 "aliases": [],
725 "minimum-stability": "stable",
16b60c30
TO
726 "stability-flags": {
727 "zetacomponents/mail": 20
728 },
0a4cb750
TO
729 "prefer-stable": false,
730 "prefer-lowest": false,
731 "platform": [],
732 "platform-dev": []
733}