commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / vendor / civicrm / civicrm-cxn-rpc / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "f3500cded54b935f8702bd7e5fdcd617",
8 "packages": [
9 {
10 "name": "phpseclib/phpseclib",
11 "version": "0.3.10",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/phpseclib/phpseclib.git",
15 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
20 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.0.0"
25 },
26 "require-dev": {
27 "phing/phing": "~2.7",
28 "phpunit/phpunit": "~4.0",
29 "sami/sami": "~2.0",
30 "squizlabs/php_codesniffer": "~1.5"
31 },
32 "suggest": {
33 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
34 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
35 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
36 },
37 "type": "library",
38 "extra": {
39 "branch-alias": {
40 "dev-master": "0.3-dev"
41 }
42 },
43 "autoload": {
44 "psr-0": {
45 "Crypt": "phpseclib/",
46 "File": "phpseclib/",
47 "Math": "phpseclib/",
48 "Net": "phpseclib/",
49 "System": "phpseclib/"
50 },
51 "files": [
52 "phpseclib/Crypt/Random.php"
53 ]
54 },
55 "notification-url": "https://packagist.org/downloads/",
56 "include-path": [
57 "phpseclib/"
58 ],
59 "license": [
60 "MIT"
61 ],
62 "authors": [
63 {
64 "name": "Jim Wigginton",
65 "email": "terrafrost@php.net",
66 "role": "Lead Developer"
67 },
68 {
69 "name": "Patrick Monnerat",
70 "email": "pm@datasphere.ch",
71 "role": "Developer"
72 },
73 {
74 "name": "Andreas Fischer",
75 "email": "bantu@phpbb.com",
76 "role": "Developer"
77 },
78 {
79 "name": "Hans-Jürgen Petrich",
80 "email": "petrich@tronic-media.com",
81 "role": "Developer"
82 }
83 ],
84 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
85 "homepage": "http://phpseclib.sourceforge.net",
86 "keywords": [
87 "BigInteger",
88 "aes",
89 "asn.1",
90 "asn1",
91 "blowfish",
92 "crypto",
93 "cryptography",
94 "encryption",
95 "rsa",
96 "security",
97 "sftp",
98 "signature",
99 "signing",
100 "ssh",
101 "twofish",
102 "x.509",
103 "x509"
104 ],
105 "time": "2015-01-28 21:50:33"
106 },
107 {
108 "name": "psr/log",
109 "version": "1.0.0",
110 "source": {
111 "type": "git",
112 "url": "https://github.com/php-fig/log.git",
113 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
114 },
115 "dist": {
116 "type": "zip",
117 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
118 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
119 "shasum": ""
120 },
121 "type": "library",
122 "autoload": {
123 "psr-0": {
124 "Psr\\Log\\": ""
125 }
126 },
127 "notification-url": "https://packagist.org/downloads/",
128 "license": [
129 "MIT"
130 ],
131 "authors": [
132 {
133 "name": "PHP-FIG",
134 "homepage": "http://www.php-fig.org/"
135 }
136 ],
137 "description": "Common interface for logging libraries",
138 "keywords": [
139 "log",
140 "psr",
141 "psr-3"
142 ],
143 "time": "2012-12-21 11:40:51"
144 }
145 ],
146 "packages-dev": [
147 {
148 "name": "phpunit/php-code-coverage",
149 "version": "1.2.18",
150 "source": {
151 "type": "git",
152 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
153 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
154 },
155 "dist": {
156 "type": "zip",
157 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
158 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
159 "shasum": ""
160 },
161 "require": {
162 "php": ">=5.3.3",
163 "phpunit/php-file-iterator": ">=1.3.0@stable",
164 "phpunit/php-text-template": ">=1.2.0@stable",
165 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
166 },
167 "require-dev": {
168 "phpunit/phpunit": "3.7.*@dev"
169 },
170 "suggest": {
171 "ext-dom": "*",
172 "ext-xdebug": ">=2.0.5"
173 },
174 "type": "library",
175 "extra": {
176 "branch-alias": {
177 "dev-master": "1.2.x-dev"
178 }
179 },
180 "autoload": {
181 "classmap": [
182 "PHP/"
183 ]
184 },
185 "notification-url": "https://packagist.org/downloads/",
186 "include-path": [
187 ""
188 ],
189 "license": [
190 "BSD-3-Clause"
191 ],
192 "authors": [
193 {
194 "name": "Sebastian Bergmann",
195 "email": "sb@sebastian-bergmann.de",
196 "role": "lead"
197 }
198 ],
199 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
200 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
201 "keywords": [
202 "coverage",
203 "testing",
204 "xunit"
205 ],
206 "time": "2014-09-02 10:13:14"
207 },
208 {
209 "name": "phpunit/php-file-iterator",
210 "version": "1.3.4",
211 "source": {
212 "type": "git",
213 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
214 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
215 },
216 "dist": {
217 "type": "zip",
218 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
219 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
220 "shasum": ""
221 },
222 "require": {
223 "php": ">=5.3.3"
224 },
225 "type": "library",
226 "autoload": {
227 "classmap": [
228 "File/"
229 ]
230 },
231 "notification-url": "https://packagist.org/downloads/",
232 "include-path": [
233 ""
234 ],
235 "license": [
236 "BSD-3-Clause"
237 ],
238 "authors": [
239 {
240 "name": "Sebastian Bergmann",
241 "email": "sb@sebastian-bergmann.de",
242 "role": "lead"
243 }
244 ],
245 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
246 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
247 "keywords": [
248 "filesystem",
249 "iterator"
250 ],
251 "time": "2013-10-10 15:34:57"
252 },
253 {
254 "name": "phpunit/php-text-template",
255 "version": "1.2.0",
256 "source": {
257 "type": "git",
258 "url": "https://github.com/sebastianbergmann/php-text-template.git",
259 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
260 },
261 "dist": {
262 "type": "zip",
263 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
264 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
265 "shasum": ""
266 },
267 "require": {
268 "php": ">=5.3.3"
269 },
270 "type": "library",
271 "autoload": {
272 "classmap": [
273 "Text/"
274 ]
275 },
276 "notification-url": "https://packagist.org/downloads/",
277 "include-path": [
278 ""
279 ],
280 "license": [
281 "BSD-3-Clause"
282 ],
283 "authors": [
284 {
285 "name": "Sebastian Bergmann",
286 "email": "sb@sebastian-bergmann.de",
287 "role": "lead"
288 }
289 ],
290 "description": "Simple template engine.",
291 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
292 "keywords": [
293 "template"
294 ],
295 "time": "2014-01-30 17:20:04"
296 },
297 {
298 "name": "phpunit/php-timer",
299 "version": "1.0.5",
300 "source": {
301 "type": "git",
302 "url": "https://github.com/sebastianbergmann/php-timer.git",
303 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
304 },
305 "dist": {
306 "type": "zip",
307 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
308 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
309 "shasum": ""
310 },
311 "require": {
312 "php": ">=5.3.3"
313 },
314 "type": "library",
315 "autoload": {
316 "classmap": [
317 "PHP/"
318 ]
319 },
320 "notification-url": "https://packagist.org/downloads/",
321 "include-path": [
322 ""
323 ],
324 "license": [
325 "BSD-3-Clause"
326 ],
327 "authors": [
328 {
329 "name": "Sebastian Bergmann",
330 "email": "sb@sebastian-bergmann.de",
331 "role": "lead"
332 }
333 ],
334 "description": "Utility class for timing",
335 "homepage": "https://github.com/sebastianbergmann/php-timer/",
336 "keywords": [
337 "timer"
338 ],
339 "time": "2013-08-02 07:42:54"
340 },
341 {
342 "name": "phpunit/php-token-stream",
343 "version": "1.2.2",
344 "source": {
345 "type": "git",
346 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
347 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
348 },
349 "dist": {
350 "type": "zip",
351 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
352 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
353 "shasum": ""
354 },
355 "require": {
356 "ext-tokenizer": "*",
357 "php": ">=5.3.3"
358 },
359 "type": "library",
360 "extra": {
361 "branch-alias": {
362 "dev-master": "1.2-dev"
363 }
364 },
365 "autoload": {
366 "classmap": [
367 "PHP/"
368 ]
369 },
370 "notification-url": "https://packagist.org/downloads/",
371 "include-path": [
372 ""
373 ],
374 "license": [
375 "BSD-3-Clause"
376 ],
377 "authors": [
378 {
379 "name": "Sebastian Bergmann",
380 "email": "sb@sebastian-bergmann.de",
381 "role": "lead"
382 }
383 ],
384 "description": "Wrapper around PHP's tokenizer extension.",
385 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
386 "keywords": [
387 "tokenizer"
388 ],
389 "time": "2014-03-03 05:10:30"
390 },
391 {
392 "name": "phpunit/phpunit",
393 "version": "3.7.38",
394 "source": {
395 "type": "git",
396 "url": "https://github.com/sebastianbergmann/phpunit.git",
397 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
398 },
399 "dist": {
400 "type": "zip",
401 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
402 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
403 "shasum": ""
404 },
405 "require": {
406 "ext-ctype": "*",
407 "ext-dom": "*",
408 "ext-json": "*",
409 "ext-pcre": "*",
410 "ext-reflection": "*",
411 "ext-spl": "*",
412 "php": ">=5.3.3",
413 "phpunit/php-code-coverage": "~1.2",
414 "phpunit/php-file-iterator": "~1.3",
415 "phpunit/php-text-template": "~1.1",
416 "phpunit/php-timer": "~1.0",
417 "phpunit/phpunit-mock-objects": "~1.2",
418 "symfony/yaml": "~2.0"
419 },
420 "require-dev": {
421 "pear-pear.php.net/pear": "1.9.4"
422 },
423 "suggest": {
424 "phpunit/php-invoker": "~1.1"
425 },
426 "bin": [
427 "composer/bin/phpunit"
428 ],
429 "type": "library",
430 "extra": {
431 "branch-alias": {
432 "dev-master": "3.7.x-dev"
433 }
434 },
435 "autoload": {
436 "classmap": [
437 "PHPUnit/"
438 ]
439 },
440 "notification-url": "https://packagist.org/downloads/",
441 "include-path": [
442 "",
443 "../../symfony/yaml/"
444 ],
445 "license": [
446 "BSD-3-Clause"
447 ],
448 "authors": [
449 {
450 "name": "Sebastian Bergmann",
451 "email": "sebastian@phpunit.de",
452 "role": "lead"
453 }
454 ],
455 "description": "The PHP Unit Testing framework.",
456 "homepage": "http://www.phpunit.de/",
457 "keywords": [
458 "phpunit",
459 "testing",
460 "xunit"
461 ],
462 "time": "2014-10-17 09:04:17"
463 },
464 {
465 "name": "phpunit/phpunit-mock-objects",
466 "version": "1.2.3",
467 "source": {
468 "type": "git",
469 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
470 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875"
471 },
472 "dist": {
473 "type": "zip",
474 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875",
475 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875",
476 "shasum": ""
477 },
478 "require": {
479 "php": ">=5.3.3",
480 "phpunit/php-text-template": ">=1.1.1@stable"
481 },
482 "suggest": {
483 "ext-soap": "*"
484 },
485 "type": "library",
486 "autoload": {
487 "classmap": [
488 "PHPUnit/"
489 ]
490 },
491 "notification-url": "https://packagist.org/downloads/",
492 "include-path": [
493 ""
494 ],
495 "license": [
496 "BSD-3-Clause"
497 ],
498 "authors": [
499 {
500 "name": "Sebastian Bergmann",
501 "email": "sb@sebastian-bergmann.de",
502 "role": "lead"
503 }
504 ],
505 "description": "Mock Object library for PHPUnit",
506 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
507 "keywords": [
508 "mock",
509 "xunit"
510 ],
511 "time": "2013-01-13 10:24:48"
512 },
513 {
514 "name": "symfony/yaml",
515 "version": "v2.6.5",
516 "target-dir": "Symfony/Component/Yaml",
517 "source": {
518 "type": "git",
519 "url": "https://github.com/symfony/Yaml.git",
520 "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d"
521 },
522 "dist": {
523 "type": "zip",
524 "url": "https://api.github.com/repos/symfony/Yaml/zipball/0cd8e72071e46e15fc072270ae39ea1b66b10a9d",
525 "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d",
526 "shasum": ""
527 },
528 "require": {
529 "php": ">=5.3.3"
530 },
531 "require-dev": {
532 "symfony/phpunit-bridge": "~2.7"
533 },
534 "type": "library",
535 "extra": {
536 "branch-alias": {
537 "dev-master": "2.6-dev"
538 }
539 },
540 "autoload": {
541 "psr-0": {
542 "Symfony\\Component\\Yaml\\": ""
543 }
544 },
545 "notification-url": "https://packagist.org/downloads/",
546 "license": [
547 "MIT"
548 ],
549 "authors": [
550 {
551 "name": "Symfony Community",
552 "homepage": "http://symfony.com/contributors"
553 },
554 {
555 "name": "Fabien Potencier",
556 "email": "fabien@symfony.com"
557 }
558 ],
559 "description": "Symfony Yaml Component",
560 "homepage": "http://symfony.com",
561 "time": "2015-03-12 10:28:44"
562 }
563 ],
564 "aliases": [],
565 "minimum-stability": "stable",
566 "stability-flags": [],
567 "prefer-stable": false,
568 "prefer-lowest": false,
569 "platform": [],
570 "platform-dev": []
571 }