CRM-14707 - CRM_Utils_Hook::runHooks - Cache function names
[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": "7ae864fa67ed95c56a70091935a19c37",
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/config",
262 "version": "v2.5.12",
263 "target-dir": "Symfony/Component/Config",
264 "source": {
265 "type": "git",
266 "url": "https://github.com/symfony/Config.git",
267 "reference": "c7309e33b719433d5cf3845d0b5b9608609d8c8e"
268 },
269 "dist": {
270 "type": "zip",
271 "url": "https://api.github.com/repos/symfony/Config/zipball/c7309e33b719433d5cf3845d0b5b9608609d8c8e",
272 "reference": "c7309e33b719433d5cf3845d0b5b9608609d8c8e",
273 "shasum": ""
274 },
275 "require": {
276 "php": ">=5.3.3",
277 "symfony/filesystem": "~2.3"
278 },
279 "type": "library",
280 "extra": {
281 "branch-alias": {
282 "dev-master": "2.5-dev"
283 }
284 },
285 "autoload": {
286 "psr-0": {
287 "Symfony\\Component\\Config\\": ""
288 }
289 },
290 "notification-url": "https://packagist.org/downloads/",
291 "license": [
292 "MIT"
293 ],
294 "authors": [
295 {
296 "name": "Symfony Community",
297 "homepage": "http://symfony.com/contributors"
298 },
299 {
300 "name": "Fabien Potencier",
301 "email": "fabien@symfony.com"
302 }
303 ],
304 "description": "Symfony Config Component",
305 "homepage": "http://symfony.com",
306 "time": "2015-01-03 08:01:13"
307 },
308 {
309 "name": "symfony/dependency-injection",
310 "version": "v2.5.12",
311 "target-dir": "Symfony/Component/DependencyInjection",
312 "source": {
313 "type": "git",
314 "url": "https://github.com/symfony/DependencyInjection.git",
315 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962"
316 },
317 "dist": {
318 "type": "zip",
319 "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/c42aee05b466cc9c66b87ddf7d263402befb6962",
320 "reference": "c42aee05b466cc9c66b87ddf7d263402befb6962",
321 "shasum": ""
322 },
323 "require": {
324 "php": ">=5.3.3"
325 },
326 "require-dev": {
327 "symfony/config": "~2.2",
328 "symfony/expression-language": "~2.4,>=2.4.10",
329 "symfony/yaml": "~2.1"
330 },
331 "suggest": {
332 "symfony/config": "",
333 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
334 "symfony/yaml": ""
335 },
336 "type": "library",
337 "extra": {
338 "branch-alias": {
339 "dev-master": "2.5-dev"
340 }
341 },
342 "autoload": {
343 "psr-0": {
344 "Symfony\\Component\\DependencyInjection\\": ""
345 }
346 },
347 "notification-url": "https://packagist.org/downloads/",
348 "license": [
349 "MIT"
350 ],
351 "authors": [
352 {
353 "name": "Symfony Community",
354 "homepage": "http://symfony.com/contributors"
355 },
356 {
357 "name": "Fabien Potencier",
358 "email": "fabien@symfony.com"
359 }
360 ],
361 "description": "Symfony DependencyInjection Component",
362 "homepage": "http://symfony.com",
363 "time": "2015-01-25 04:37:39"
364 },
365 {
366 "name": "symfony/event-dispatcher",
367 "version": "v2.5.12",
368 "target-dir": "Symfony/Component/EventDispatcher",
369 "source": {
370 "type": "git",
371 "url": "https://github.com/symfony/EventDispatcher.git",
372 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04"
373 },
374 "dist": {
375 "type": "zip",
376 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
377 "reference": "af6eb6a9a1a3b411facfd8e7e3f82a6be7919c04",
378 "shasum": ""
379 },
380 "require": {
381 "php": ">=5.3.3"
382 },
383 "require-dev": {
384 "psr/log": "~1.0",
385 "symfony/config": "~2.0,>=2.0.5",
386 "symfony/dependency-injection": "~2.0,>=2.0.5,<2.6.0",
387 "symfony/stopwatch": "~2.3"
388 },
389 "suggest": {
390 "symfony/dependency-injection": "",
391 "symfony/http-kernel": ""
392 },
393 "type": "library",
394 "extra": {
395 "branch-alias": {
396 "dev-master": "2.5-dev"
397 }
398 },
399 "autoload": {
400 "psr-0": {
401 "Symfony\\Component\\EventDispatcher\\": ""
402 }
403 },
404 "notification-url": "https://packagist.org/downloads/",
405 "license": [
406 "MIT"
407 ],
408 "authors": [
409 {
410 "name": "Symfony Community",
411 "homepage": "http://symfony.com/contributors"
412 },
413 {
414 "name": "Fabien Potencier",
415 "email": "fabien@symfony.com"
416 }
417 ],
418 "description": "Symfony EventDispatcher Component",
419 "homepage": "http://symfony.com",
420 "time": "2015-01-29 18:20:43"
421 },
422 {
423 "name": "symfony/filesystem",
424 "version": "v2.7.2",
425 "source": {
426 "type": "git",
427 "url": "https://github.com/symfony/Filesystem.git",
428 "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8"
429 },
430 "dist": {
431 "type": "zip",
432 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
433 "reference": "2d7b2ddaf3f548f4292df49a99d19c853d43f0b8",
434 "shasum": ""
435 },
436 "require": {
437 "php": ">=5.3.9"
438 },
439 "require-dev": {
440 "symfony/phpunit-bridge": "~2.7"
441 },
442 "type": "library",
443 "extra": {
444 "branch-alias": {
445 "dev-master": "2.7-dev"
446 }
447 },
448 "autoload": {
449 "psr-4": {
450 "Symfony\\Component\\Filesystem\\": ""
451 }
452 },
453 "notification-url": "https://packagist.org/downloads/",
454 "license": [
455 "MIT"
456 ],
457 "authors": [
458 {
459 "name": "Fabien Potencier",
460 "email": "fabien@symfony.com"
461 },
462 {
463 "name": "Symfony Community",
464 "homepage": "https://symfony.com/contributors"
465 }
466 ],
467 "description": "Symfony Filesystem Component",
468 "homepage": "https://symfony.com",
469 "time": "2015-07-09 16:07:40"
470 },
471 {
472 "name": "symfony/finder",
473 "version": "v2.5.12",
474 "target-dir": "Symfony/Component/Finder",
475 "source": {
476 "type": "git",
477 "url": "https://github.com/symfony/Finder.git",
478 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2"
479 },
480 "dist": {
481 "type": "zip",
482 "url": "https://api.github.com/repos/symfony/Finder/zipball/e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
483 "reference": "e527ebf47ff912a45e148b7d0b107b80ec0b3cc2",
484 "shasum": ""
485 },
486 "require": {
487 "php": ">=5.3.3"
488 },
489 "type": "library",
490 "extra": {
491 "branch-alias": {
492 "dev-master": "2.5-dev"
493 }
494 },
495 "autoload": {
496 "psr-0": {
497 "Symfony\\Component\\Finder\\": ""
498 }
499 },
500 "notification-url": "https://packagist.org/downloads/",
501 "license": [
502 "MIT"
503 ],
504 "authors": [
505 {
506 "name": "Symfony Community",
507 "homepage": "http://symfony.com/contributors"
508 },
509 {
510 "name": "Fabien Potencier",
511 "email": "fabien@symfony.com"
512 }
513 ],
514 "description": "Symfony Finder Component",
515 "homepage": "http://symfony.com",
516 "time": "2015-01-03 08:01:13"
517 },
518 {
519 "name": "symfony/process",
520 "version": "v2.5.12",
521 "target-dir": "Symfony/Component/Process",
522 "source": {
523 "type": "git",
524 "url": "https://github.com/symfony/Process.git",
525 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c"
526 },
527 "dist": {
528 "type": "zip",
529 "url": "https://api.github.com/repos/symfony/Process/zipball/00a1308e8b5aec5eba7c8f1708426a78f929be8c",
530 "reference": "00a1308e8b5aec5eba7c8f1708426a78f929be8c",
531 "shasum": ""
532 },
533 "require": {
534 "php": ">=5.3.3"
535 },
536 "type": "library",
537 "extra": {
538 "branch-alias": {
539 "dev-master": "2.5-dev"
540 }
541 },
542 "autoload": {
543 "psr-0": {
544 "Symfony\\Component\\Process\\": ""
545 }
546 },
547 "notification-url": "https://packagist.org/downloads/",
548 "license": [
549 "MIT"
550 ],
551 "authors": [
552 {
553 "name": "Symfony Community",
554 "homepage": "http://symfony.com/contributors"
555 },
556 {
557 "name": "Fabien Potencier",
558 "email": "fabien@symfony.com"
559 }
560 ],
561 "description": "Symfony Process Component",
562 "homepage": "http://symfony.com",
563 "time": "2015-02-08 07:07:45"
564 },
565 {
566 "name": "totten/ca-config",
567 "version": "v13.02.0",
568 "source": {
569 "type": "git",
570 "url": "https://github.com/totten/ca_config.git",
571 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf"
572 },
573 "dist": {
574 "type": "zip",
575 "url": "https://api.github.com/repos/totten/ca_config/zipball/7a51033f4e18c1ac846a16c6de16050e735b01cf",
576 "reference": "7a51033f4e18c1ac846a16c6de16050e735b01cf",
577 "shasum": ""
578 },
579 "require": {
580 "php": ">=5.2"
581 },
582 "type": "library",
583 "autoload": {
584 "psr-0": {
585 "CA_Config": "src/"
586 }
587 },
588 "notification-url": "https://packagist.org/downloads/",
589 "license": [
590 "BSD-2-Clause"
591 ],
592 "authors": [
593 {
594 "name": "Tim Otten",
595 "email": "to-git@think.hm"
596 }
597 ],
598 "description": "Default configuration for certificate authorities",
599 "homepage": "https://github.com/totten/ca_config",
600 "time": "2013-02-13 03:40:18"
601 }
602 ],
603 "packages-dev": [],
604 "aliases": [],
605 "minimum-stability": "stable",
606 "stability-flags": [],
607 "prefer-stable": false,
608 "prefer-lowest": false,
609 "platform": [],
610 "platform-dev": []
611 }