334addff61c99a883becd0ddf0a38182f50684e1
[civicrm-core.git] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "1ca80bcd5b78e24dbc9578ae774ac763",
8 "content-hash": "ae05dc8ff99d56f083c2d09c7e54c4a2",
9 "packages": [
10 {
11 "name": "civicrm/civicrm-cxn-rpc",
12 "version": "v0.15.07.27",
13 "source": {
14 "type": "git",
15 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
16 "reference": "b6738943aec5b94be5bdc157453142c87851b684"
17 },
18 "dist": {
19 "type": "zip",
20 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/b6738943aec5b94be5bdc157453142c87851b684",
21 "reference": "b6738943aec5b94be5bdc157453142c87851b684",
22 "shasum": ""
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 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "authors": [
42 {
43 "name": "Tim Otten",
44 "email": "totten@civicrm.org"
45 }
46 ],
47 "description": "RPC library for CiviConnect",
48 "time": "2015-07-28 02:17:20"
49 },
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 },
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 },
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 },
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 },
309 {
310 "name": "symfony/dependency-injection",
311 "version": "v2.5.12",
312 "target-dir": "Symfony/Component/DependencyInjection",
313 "source": {
314 "type": "git",
315 "url": "https://github.com/symfony/DependencyInjection.git",
316 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962"
317 },
318 "dist": {
319 "type": "zip",
320 "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/c42aee05b466cc9c66b87ddf7d263402befb6962",
321 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962",
322 "shasum": ""
323 },
324 "require": {
325 "php": ">=5.3.3"
326 },
327 "require-dev": {
328 "symfony/config": "~2.2",
329 "symfony/expression-language": "~2.4,>=2.4.10",
330 "symfony/yaml": "~2.1"
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": {
340 "dev-master": "2.5-dev"
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",
364 "time": "2015-01-25 04:37:39"
365 },
366 {
367 "name": "symfony/event-dispatcher",
368 "version": "v2.5.12",
369 "target-dir": "Symfony/Component/EventDispatcher",
370 "source": {
371 "type": "git",
372 "url": "https://github.com/symfony/EventDispatcher.git",
373 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04"
374 },
375 "dist": {
376 "type": "zip",
377 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
378 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
379 "shasum": ""
380 },
381 "require": {
382 "php": ">=5.3.3"
383 },
384 "require-dev": {
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"
389 },
390 "suggest": {
391 "symfony/dependency-injection": "",
392 "symfony/http-kernel": ""
393 },
394 "type": "library",
395 "extra": {
396 "branch-alias": {
397 "dev-master": "2.5-dev"
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",
421 "time": "2015-01-29 18:20:43"
422 },
423 {
424 "name": "symfony/filesystem",
425 "version": "v2.5.12",
426 "target-dir": "Symfony/Component/Filesystem",
427 "source": {
428 "type": "git",
429 "url": "https://github.com/symfony/Filesystem.git",
430 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea"
431 },
432 "dist": {
433 "type": "zip",
434 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/d3c24d7d6e9c342008d8421b2fade460311647ea",
435 "reference": "d3c24d7d6e9c342008d8421b2fade460311647ea",
436 "shasum": ""
437 },
438 "require": {
439 "php": ">=5.3.3"
440 },
441 "type": "library",
442 "extra": {
443 "branch-alias": {
444 "dev-master": "2.5-dev"
445 }
446 },
447 "autoload": {
448 "psr-0": {
449 "Symfony\\Component\\Filesystem\\": ""
450 }
451 },
452 "notification-url": "https://packagist.org/downloads/",
453 "license": [
454 "MIT"
455 ],
456 "authors": [
457 {
458 "name": "Symfony Community",
459 "homepage": "http://symfony.com/contributors"
460 },
461 {
462 "name": "Fabien Potencier",
463 "email": "fabien@symfony.com"
464 }
465 ],
466 "description": "Symfony Filesystem Component",
467 "homepage": "http://symfony.com",
468 "time": "2015-01-03 21:04:44"
469 },
470 {
471 "name": "symfony/finder",
472 "version": "v2.5.12",
473 "target-dir": "Symfony/Component/Finder",
474 "source": {
475 "type": "git",
476 "url": "https://github.com/symfony/Finder.git",
477 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
478 },
479 "dist": {
480 "type": "zip",
481 "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
482 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
483 "shasum": ""
484 },
485 "require": {
486 "php": ">=5.3.3"
487 },
488 "type": "library",
489 "extra": {
490 "branch-alias": {
491 "dev-master": "2.5-dev"
492 }
493 },
494 "autoload": {
495 "psr-0": {
496 "Symfony\\Component\\Finder\\": ""
497 }
498 },
499 "notification-url": "https://packagist.org/downloads/",
500 "license": [
501 "MIT"
502 ],
503 "authors": [
504 {
505 "name": "Symfony Community",
506 "homepage": "http://symfony.com/contributors"
507 },
508 {
509 "name": "Fabien Potencier",
510 "email": "fabien@symfony.com"
511 }
512 ],
513 "description": "Symfony Finder Component",
514 "homepage": "http://symfony.com",
515 "time": "2015-01-03 08:01:13"
516 },
517 {
518 "name": "symfony/process",
519 "version": "v2.5.12",
520 "target-dir": "Symfony/Component/Process",
521 "source": {
522 "type": "git",
523 "url": "https://github.com/symfony/Process.git",
524 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
525 },
526 "dist": {
527 "type": "zip",
528 "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
529 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
530 "shasum": ""
531 },
532 "require": {
533 "php": ">=5.3.3"
534 },
535 "type": "library",
536 "extra": {
537 "branch-alias": {
538 "dev-master": "2.5-dev"
539 }
540 },
541 "autoload": {
542 "psr-0": {
543 "Symfony\\Component\\Process\\": ""
544 }
545 },
546 "notification-url": "https://packagist.org/downloads/",
547 "license": [
548 "MIT"
549 ],
550 "authors": [
551 {
552 "name": "Symfony Community",
553 "homepage": "http://symfony.com/contributors"
554 },
555 {
556 "name": "Fabien Potencier",
557 "email": "fabien@symfony.com"
558 }
559 ],
560 "description": "Symfony Process Component",
561 "homepage": "http://symfony.com",
562 "time": "2015-02-08 07:07:45"
563 },
564 {
565 "name": "totten/ca-config",
566 "version": "v13.02.0",
567 "source": {
568 "type": "git",
569 "url": "https://github.com/totten/ca_config.git",
570 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf"
571 },
572 "dist": {
573 "type": "zip",
574 "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf",
575 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf",
576 "shasum": ""
577 },
578 "require": {
579 "php": ">=5.2"
580 },
581 "type": "library",
582 "autoload": {
583 "psr-0": {
584 "CA_Config": "src/"
585 }
586 },
587 "notification-url": "https://packagist.org/downloads/",
588 "license": [
589 "BSD-2-Clause"
590 ],
591 "authors": [
592 {
593 "name": "Tim Otten",
594 "email": "to-git@think.hm"
595 }
596 ],
597 "description": "Default configuration for certificate authorities",
598 "homepage": "https://github.com/totten/ca_config",
599 "time": "2013-02-13 03:40:18"
600 }
601 ],
602 "packages-dev": [],
603 "aliases": [],
604 "minimum-stability": "stable",
605 "stability-flags": [],
606 "prefer-stable": false,
607 "prefer-lowest": false,
608 "platform": [],
609 "platform-dev": []
610 }