composer.json - Add civicrm-cxn-rpc
[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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "hash": "be40d4f92aa2bb9fdfe034e64f5ed4b5",
8 "packages": [
9 {
10 "name": "civicrm/civicrm-cxn-rpc",
11 "version": "dev-master",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/totten/civicrm-cxn-rpc",
15 "reference": "d3a201efdb09b8781e6205a9582e0ea2dd2a7dd4"
16 },
17 "require": {
18 "phpseclib/phpseclib": "0.3.*",
19 "psr/log": "1.0.0"
20 },
21 "require-dev": {
22 "phpunit/phpunit": "3.7.*"
23 },
24 "type": "library",
25 "autoload": {
26 "psr-4": {
27 "Civi\\Cxn\\Rpc\\": "src/"
28 }
29 },
30 "license": [
31 "MIT"
32 ],
33 "authors": [
34 {
35 "name": "Tim Otten",
36 "email": "totten@civicrm.org"
37 }
38 ],
39 "description": "RPC library for CiviCRM QuickConnect",
40 "time": "2015-03-25 11:25:27"
41 },
42 {
43 "name": "dompdf/dompdf",
44 "version": "v0.6.1",
45 "source": {
46 "type": "git",
47 "url": "https://github.com/dompdf/dompdf.git",
48 "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb"
49 },
50 "dist": {
51 "type": "zip",
52 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/cf7d8a0a27270418850cc7d7ea532159e5eeb3eb",
53 "reference": "cf7d8a0a27270418850cc7d7ea532159e5eeb3eb",
54 "shasum": ""
55 },
56 "require": {
57 "phenx/php-font-lib": "0.2.*"
58 },
59 "type": "library",
60 "autoload": {
61 "classmap": [
62 "include/"
63 ]
64 },
65 "notification-url": "https://packagist.org/downloads/",
66 "license": [
67 "LGPL"
68 ],
69 "authors": [
70 {
71 "name": "Fabien Ménager",
72 "email": "fabien.menager@gmail.com"
73 },
74 {
75 "name": "Brian Sweeney",
76 "email": "eclecticgeek@gmail.com"
77 }
78 ],
79 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
80 "homepage": "https://github.com/dompdf/dompdf",
81 "time": "2014-03-11 01:59:52"
82 },
83 {
84 "name": "phenx/php-font-lib",
85 "version": "0.2.2",
86 "source": {
87 "type": "git",
88 "url": "https://github.com/PhenX/php-font-lib.git",
89 "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82"
90 },
91 "dist": {
92 "type": "zip",
93 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
94 "reference": "c30c7fc00a6b0d863e9bb4c5d5dd015298b2dc82",
95 "shasum": ""
96 },
97 "type": "library",
98 "autoload": {
99 "classmap": [
100 "classes/"
101 ]
102 },
103 "notification-url": "https://packagist.org/downloads/",
104 "license": [
105 "LGPL"
106 ],
107 "authors": [
108 {
109 "name": "Fabien Ménager",
110 "email": "fabien.menager@gmail.com"
111 }
112 ],
113 "description": "A library to read, parse, export and make subsets of different types of font files.",
114 "homepage": "https://github.com/PhenX/php-font-lib",
115 "time": "2014-02-01 15:22:28"
116 },
117 {
118 "name": "phpseclib/phpseclib",
119 "version": "0.3.10",
120 "source": {
121 "type": "git",
122 "url": "https://github.com/phpseclib/phpseclib.git",
123 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4"
124 },
125 "dist": {
126 "type": "zip",
127 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
128 "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4",
129 "shasum": ""
130 },
131 "require": {
132 "php": ">=5.0.0"
133 },
134 "require-dev": {
135 "phing/phing": "~2.7",
136 "phpunit/phpunit": "~4.0",
137 "sami/sami": "~2.0",
138 "squizlabs/php_codesniffer": "~1.5"
139 },
140 "suggest": {
141 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
142 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
143 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3."
144 },
145 "type": "library",
146 "extra": {
147 "branch-alias": {
148 "dev-master": "0.3-dev"
149 }
150 },
151 "autoload": {
152 "psr-0": {
153 "Crypt": "phpseclib/",
154 "File": "phpseclib/",
155 "Math": "phpseclib/",
156 "Net": "phpseclib/",
157 "System": "phpseclib/"
158 },
159 "files": [
160 "phpseclib/Crypt/Random.php"
161 ]
162 },
163 "notification-url": "https://packagist.org/downloads/",
164 "include-path": [
165 "phpseclib/"
166 ],
167 "license": [
168 "MIT"
169 ],
170 "authors": [
171 {
172 "name": "Jim Wigginton",
173 "email": "terrafrost@php.net",
174 "role": "Lead Developer"
175 },
176 {
177 "name": "Patrick Monnerat",
178 "email": "pm@datasphere.ch",
179 "role": "Developer"
180 },
181 {
182 "name": "Andreas Fischer",
183 "email": "bantu@phpbb.com",
184 "role": "Developer"
185 },
186 {
187 "name": "Hans-Jürgen Petrich",
188 "email": "petrich@tronic-media.com",
189 "role": "Developer"
190 }
191 ],
192 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
193 "homepage": "http://phpseclib.sourceforge.net",
194 "keywords": [
195 "BigInteger",
196 "aes",
197 "asn.1",
198 "asn1",
199 "blowfish",
200 "crypto",
201 "cryptography",
202 "encryption",
203 "rsa",
204 "security",
205 "sftp",
206 "signature",
207 "signing",
208 "ssh",
209 "twofish",
210 "x.509",
211 "x509"
212 ],
213 "time": "2015-01-28 21:50:33"
214 },
215 {
216 "name": "psr/log",
217 "version": "1.0.0",
218 "source": {
219 "type": "git",
220 "url": "https://github.com/php-fig/log.git",
221 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
222 },
223 "dist": {
224 "type": "zip",
225 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
226 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
227 "shasum": ""
228 },
229 "type": "library",
230 "autoload": {
231 "psr-0": {
232 "Psr\\Log\\": ""
233 }
234 },
235 "notification-url": "https://packagist.org/downloads/",
236 "license": [
237 "MIT"
238 ],
239 "authors": [
240 {
241 "name": "PHP-FIG",
242 "homepage": "http://www.php-fig.org/"
243 }
244 ],
245 "description": "Common interface for logging libraries",
246 "keywords": [
247 "log",
248 "psr",
249 "psr-3"
250 ],
251 "time": "2012-12-21 11:40:51"
252 },
253 {
254 "name": "symfony/dependency-injection",
255 "version": "v2.3.23",
256 "target-dir": "Symfony/Component/DependencyInjection",
257 "source": {
258 "type": "git",
259 "url": "https://github.com/symfony/DependencyInjection.git",
260 "reference": "f165ee0e0b3522b5158def22622b2f171a8ecd59"
261 },
262 "dist": {
263 "type": "zip",
264 "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/f165ee0e0b3522b5158def22622b2f171a8ecd59",
265 "reference": "f165ee0e0b3522b5158def22622b2f171a8ecd59",
266 "shasum": ""
267 },
268 "require": {
269 "php": ">=5.3.3"
270 },
271 "require-dev": {
272 "symfony/config": "~2.2",
273 "symfony/yaml": "~2.0"
274 },
275 "suggest": {
276 "symfony/config": "",
277 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
278 "symfony/yaml": ""
279 },
280 "type": "library",
281 "extra": {
282 "branch-alias": {
283 "dev-master": "2.3-dev"
284 }
285 },
286 "autoload": {
287 "psr-0": {
288 "Symfony\\Component\\DependencyInjection\\": ""
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 DependencyInjection Component",
306 "homepage": "http://symfony.com",
307 "time": "2014-12-02 19:42:47"
308 },
309 {
310 "name": "symfony/event-dispatcher",
311 "version": "v2.3.23",
312 "target-dir": "Symfony/Component/EventDispatcher",
313 "source": {
314 "type": "git",
315 "url": "https://github.com/symfony/EventDispatcher.git",
316 "reference": "36a40695d94e948d7a85347db0b12ba446c400fa"
317 },
318 "dist": {
319 "type": "zip",
320 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/36a40695d94e948d7a85347db0b12ba446c400fa",
321 "reference": "36a40695d94e948d7a85347db0b12ba446c400fa",
322 "shasum": ""
323 },
324 "require": {
325 "php": ">=5.3.3"
326 },
327 "require-dev": {
328 "symfony/dependency-injection": "~2.0"
329 },
330 "suggest": {
331 "symfony/dependency-injection": "",
332 "symfony/http-kernel": ""
333 },
334 "type": "library",
335 "extra": {
336 "branch-alias": {
337 "dev-master": "2.3-dev"
338 }
339 },
340 "autoload": {
341 "psr-0": {
342 "Symfony\\Component\\EventDispatcher\\": ""
343 }
344 },
345 "notification-url": "https://packagist.org/downloads/",
346 "license": [
347 "MIT"
348 ],
349 "authors": [
350 {
351 "name": "Symfony Community",
352 "homepage": "http://symfony.com/contributors"
353 },
354 {
355 "name": "Fabien Potencier",
356 "email": "fabien@symfony.com"
357 }
358 ],
359 "description": "Symfony EventDispatcher Component",
360 "homepage": "http://symfony.com",
361 "time": "2014-11-30 13:33:44"
362 },
363 {
364 "name": "symfony/finder",
365 "version": "v2.3.23",
366 "target-dir": "Symfony/Component/Finder",
367 "source": {
368 "type": "git",
369 "url": "https://github.com/symfony/Finder.git",
370 "reference": "d533aea3400dc463c4d0ba9c3ecf40bd80d49dbd"
371 },
372 "dist": {
373 "type": "zip",
374 "url": "https://api.github.com/repos/symfony/Finder/zipball/d533aea3400dc463c4d0ba9c3ecf40bd80d49dbd",
375 "reference": "d533aea3400dc463c4d0ba9c3ecf40bd80d49dbd",
376 "shasum": ""
377 },
378 "require": {
379 "php": ">=5.3.3"
380 },
381 "type": "library",
382 "extra": {
383 "branch-alias": {
384 "dev-master": "2.3-dev"
385 }
386 },
387 "autoload": {
388 "psr-0": {
389 "Symfony\\Component\\Finder\\": ""
390 }
391 },
392 "notification-url": "https://packagist.org/downloads/",
393 "license": [
394 "MIT"
395 ],
396 "authors": [
397 {
398 "name": "Symfony Community",
399 "homepage": "http://symfony.com/contributors"
400 },
401 {
402 "name": "Fabien Potencier",
403 "email": "fabien@symfony.com"
404 }
405 ],
406 "description": "Symfony Finder Component",
407 "homepage": "http://symfony.com",
408 "time": "2014-12-02 19:42:47"
409 },
410 {
411 "name": "symfony/process",
412 "version": "v2.3.28",
413 "target-dir": "Symfony/Component/Process",
414 "source": {
415 "type": "git",
416 "url": "https://github.com/symfony/Process.git",
417 "reference": "a8fe947ac58e081f8773e0d160807dcffbff7ed8"
418 },
419 "dist": {
420 "type": "zip",
421 "url": "https://api.github.com/repos/symfony/Process/zipball/a8fe947ac58e081f8773e0d160807dcffbff7ed8",
422 "reference": "a8fe947ac58e081f8773e0d160807dcffbff7ed8",
423 "shasum": ""
424 },
425 "require": {
426 "php": ">=5.3.3"
427 },
428 "require-dev": {
429 "symfony/phpunit-bridge": "~2.7"
430 },
431 "type": "library",
432 "extra": {
433 "branch-alias": {
434 "dev-master": "2.3-dev"
435 }
436 },
437 "autoload": {
438 "psr-0": {
439 "Symfony\\Component\\Process\\": ""
440 }
441 },
442 "notification-url": "https://packagist.org/downloads/",
443 "license": [
444 "MIT"
445 ],
446 "authors": [
447 {
448 "name": "Fabien Potencier",
449 "email": "fabien@symfony.com"
450 },
451 {
452 "name": "Symfony Community",
453 "homepage": "https://symfony.com/contributors"
454 }
455 ],
456 "description": "Symfony Process Component",
457 "homepage": "https://symfony.com",
458 "time": "2015-05-01 14:06:45"
459 },
460 {
461 "name": "totten/ca-config",
462 "version": "v13.02.0",
463 "source": {
464 "type": "git",
465 "url": "https://github.com/totten/ca_config.git",
466 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf"
467 },
468 "dist": {
469 "type": "zip",
470 "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf",
471 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf",
472 "shasum": ""
473 },
474 "require": {
475 "php": ">=5.2"
476 },
477 "type": "library",
478 "autoload": {
479 "psr-0": {
480 "CA_Config": "src/"
481 }
482 },
483 "notification-url": "https://packagist.org/downloads/",
484 "license": [
485 "BSD-2-Clause"
486 ],
487 "authors": [
488 {
489 "name": "Tim Otten",
490 "email": "to-git@think.hm"
491 }
492 ],
493 "description": "Default configuration for certificate authorities",
494 "homepage": "https://github.com/totten/ca_config",
495 "time": "2013-02-13 03:40:18"
496 }
497 ],
498 "packages-dev": [],
499 "aliases": [],
500 "minimum-stability": "stable",
501 "stability-flags": {
502 "civicrm/civicrm-cxn-rpc": 20
503 },
504 "prefer-stable": false,
505 "prefer-lowest": false,
506 "platform": [],
507 "platform-dev": []
508 }