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