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