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