5.3.0 release notes: combined, organized, added contributors, boilerplate
[civicrm-core.git] / composer.lock
CommitLineData
0a4cb750
TO
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
978d4742 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
0a4cb750
TO
5 "This file is @generated automatically"
6 ],
f9bdf062 7 "content-hash": "9c5441f5ce4c51ed3a8cc326693cd904",
0a4cb750 8 "packages": [
94ddb538
TO
9 {
10 "name": "civicrm/civicrm-cxn-rpc",
a892989e 11 "version": "v0.17.07.01",
94ddb538
TO
12 "source": {
13 "type": "git",
978d4742 14 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
a892989e 15 "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135"
978d4742
TO
16 },
17 "dist": {
18 "type": "zip",
a892989e
DS
19 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/2d934d45e65e907f4b0cabc67979b5f3f2b27135",
20 "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135",
978d4742 21 "shasum": ""
94ddb538
TO
22 },
23 "require": {
fcfd7b4d 24 "phpseclib/phpseclib": "1.0.*",
a892989e 25 "psr/log": "~1.0.0"
94ddb538
TO
26 },
27 "type": "library",
28 "autoload": {
29 "psr-4": {
30 "Civi\\Cxn\\Rpc\\": "src/"
31 }
32 },
978d4742 33 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
34 "license": [
35 "MIT"
36 ],
37 "authors": [
38 {
39 "name": "Tim Otten",
40 "email": "totten@civicrm.org"
41 }
42 ],
978d4742 43 "description": "RPC library for CiviConnect",
a892989e 44 "time": "2017-07-18T04:02:44+00:00"
94ddb538 45 },
b4f67195
TO
46 {
47 "name": "civicrm/civicrm-setup",
48 "version": "v0.2.0",
49 "source": {
50 "type": "git",
51 "url": "https://github.com/civicrm/civicrm-setup.git",
52 "reference": "e7991aff516c3fff952bed8f90832804a134358a"
53 },
54 "dist": {
55 "type": "zip",
56 "url": "https://api.github.com/repos/civicrm/civicrm-setup/zipball/e7991aff516c3fff952bed8f90832804a134358a",
57 "reference": "e7991aff516c3fff952bed8f90832804a134358a",
58 "shasum": ""
59 },
60 "require": {
61 "psr/log": "~1.0",
62 "symfony/event-dispatcher": "^2.6.13 || ~3.0"
63 },
64 "type": "library",
65 "autoload": {
66 "files": [
67 "civicrm-setup-autoload.php"
68 ]
69 },
70 "notification-url": "https://packagist.org/downloads/",
71 "license": [
72 "MIT"
73 ],
74 "authors": [
75 {
76 "name": "CiviCRM LLC",
77 "email": "info@civicrm.org"
78 }
79 ],
80 "description": "CiviCRM installation library",
81 "time": "2018-01-23T06:26:55+00:00"
82 },
0a4cb750
TO
83 {
84 "name": "dompdf/dompdf",
664e998e 85 "version": "v0.8.0",
0a4cb750
TO
86 "source": {
87 "type": "git",
88 "url": "https://github.com/dompdf/dompdf.git",
664e998e 89 "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c"
0a4cb750
TO
90 },
91 "dist": {
92 "type": "zip",
664e998e
SL
93 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
94 "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c",
0a4cb750
TO
95 "shasum": ""
96 },
97 "require": {
e91585d7
SL
98 "ext-dom": "*",
99 "ext-gd": "*",
100 "ext-mbstring": "*",
bd48ca3f 101 "phenx/php-font-lib": "0.5.*",
664e998e 102 "phenx/php-svg-lib": "0.2.*",
e91585d7
SL
103 "php": ">=5.3.0"
104 },
105 "require-dev": {
bd48ca3f
SL
106 "phpunit/phpunit": "4.8.*",
107 "squizlabs/php_codesniffer": "2.*"
0a4cb750
TO
108 },
109 "type": "library",
e91585d7
SL
110 "extra": {
111 "branch-alias": {
112 "dev-develop": "0.7-dev"
113 }
114 },
0a4cb750 115 "autoload": {
e91585d7
SL
116 "psr-4": {
117 "Dompdf\\": "src/"
118 },
0a4cb750 119 "classmap": [
e91585d7 120 "lib/"
0a4cb750
TO
121 ]
122 },
123 "notification-url": "https://packagist.org/downloads/",
124 "license": [
e91585d7 125 "LGPL-2.1"
0a4cb750
TO
126 ],
127 "authors": [
128 {
129 "name": "Fabien Ménager",
130 "email": "fabien.menager@gmail.com"
131 },
132 {
133 "name": "Brian Sweeney",
134 "email": "eclecticgeek@gmail.com"
e91585d7
SL
135 },
136 {
137 "name": "Gabriel Bull",
138 "email": "me@gabrielbull.com"
0a4cb750
TO
139 }
140 ],
141 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
142 "homepage": "https://github.com/dompdf/dompdf",
664e998e 143 "time": "2017-02-16T02:40:40+00:00"
0a4cb750 144 },
209ef5bf
TO
145 {
146 "name": "electrolinux/phpquery",
147 "version": "0.9.6",
148 "source": {
149 "type": "git",
150 "url": "https://github.com/electrolinux/phpquery.git",
151 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
152 },
153 "dist": {
154 "type": "zip",
155 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
156 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
157 "shasum": ""
158 },
159 "type": "library",
160 "autoload": {
161 "classmap": [
162 "phpQuery/"
163 ]
164 },
165 "notification-url": "https://packagist.org/downloads/",
166 "license": [
167 "MIT"
168 ],
169 "authors": [
170 {
171 "name": "Tobiasz Cudnik",
172 "email": "tobiasz.cudnik@gmail.com",
173 "homepage": "https://github.com/TobiaszCudnik",
174 "role": "Developer"
175 },
176 {
177 "name": "didier Belot",
178 "role": "Packager"
179 }
180 ],
181 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
182 "homepage": "http://code.google.com/p/phpquery/",
183 "time": "2013-03-21T12:39:33+00:00"
184 },
f9bdf062 185 {
186 "name": "guzzlehttp/guzzle",
187 "version": "6.3.0",
188 "source": {
189 "type": "git",
190 "url": "https://github.com/guzzle/guzzle.git",
191 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
192 },
193 "dist": {
194 "type": "zip",
195 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
196 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
197 "shasum": ""
198 },
199 "require": {
200 "guzzlehttp/promises": "^1.0",
201 "guzzlehttp/psr7": "^1.4",
202 "php": ">=5.5"
203 },
204 "require-dev": {
205 "ext-curl": "*",
206 "phpunit/phpunit": "^4.0 || ^5.0",
207 "psr/log": "^1.0"
208 },
209 "suggest": {
210 "psr/log": "Required for using the Log middleware"
211 },
212 "type": "library",
213 "extra": {
214 "branch-alias": {
215 "dev-master": "6.2-dev"
216 }
217 },
218 "autoload": {
219 "files": [
220 "src/functions_include.php"
221 ],
222 "psr-4": {
223 "GuzzleHttp\\": "src/"
224 }
225 },
226 "notification-url": "https://packagist.org/downloads/",
227 "license": [
228 "MIT"
229 ],
230 "authors": [
231 {
232 "name": "Michael Dowling",
233 "email": "mtdowling@gmail.com",
234 "homepage": "https://github.com/mtdowling"
235 }
236 ],
237 "description": "Guzzle is a PHP HTTP client library",
238 "homepage": "http://guzzlephp.org/",
239 "keywords": [
240 "client",
241 "curl",
242 "framework",
243 "http",
244 "http client",
245 "rest",
246 "web service"
247 ],
248 "time": "2017-06-22T18:50:49+00:00"
249 },
250 {
251 "name": "guzzlehttp/promises",
252 "version": "v1.3.1",
253 "source": {
254 "type": "git",
255 "url": "https://github.com/guzzle/promises.git",
256 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
257 },
258 "dist": {
259 "type": "zip",
260 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
261 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
262 "shasum": ""
263 },
264 "require": {
265 "php": ">=5.5.0"
266 },
267 "require-dev": {
268 "phpunit/phpunit": "^4.0"
269 },
270 "type": "library",
271 "extra": {
272 "branch-alias": {
273 "dev-master": "1.4-dev"
274 }
275 },
276 "autoload": {
277 "psr-4": {
278 "GuzzleHttp\\Promise\\": "src/"
279 },
280 "files": [
281 "src/functions_include.php"
282 ]
283 },
284 "notification-url": "https://packagist.org/downloads/",
285 "license": [
286 "MIT"
287 ],
288 "authors": [
289 {
290 "name": "Michael Dowling",
291 "email": "mtdowling@gmail.com",
292 "homepage": "https://github.com/mtdowling"
293 }
294 ],
295 "description": "Guzzle promises library",
296 "keywords": [
297 "promise"
298 ],
299 "time": "2016-12-20T10:07:11+00:00"
300 },
301 {
302 "name": "guzzlehttp/psr7",
303 "version": "1.4.2",
304 "source": {
305 "type": "git",
306 "url": "https://github.com/guzzle/psr7.git",
307 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
308 },
309 "dist": {
310 "type": "zip",
311 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
312 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
313 "shasum": ""
314 },
315 "require": {
316 "php": ">=5.4.0",
317 "psr/http-message": "~1.0"
318 },
319 "provide": {
320 "psr/http-message-implementation": "1.0"
321 },
322 "require-dev": {
323 "phpunit/phpunit": "~4.0"
324 },
325 "type": "library",
326 "extra": {
327 "branch-alias": {
328 "dev-master": "1.4-dev"
329 }
330 },
331 "autoload": {
332 "psr-4": {
333 "GuzzleHttp\\Psr7\\": "src/"
334 },
335 "files": [
336 "src/functions_include.php"
337 ]
338 },
339 "notification-url": "https://packagist.org/downloads/",
340 "license": [
341 "MIT"
342 ],
343 "authors": [
344 {
345 "name": "Michael Dowling",
346 "email": "mtdowling@gmail.com",
347 "homepage": "https://github.com/mtdowling"
348 },
349 {
350 "name": "Tobias Schultze",
351 "homepage": "https://github.com/Tobion"
352 }
353 ],
354 "description": "PSR-7 message implementation that also provides common utility methods",
355 "keywords": [
356 "http",
357 "message",
358 "request",
359 "response",
360 "stream",
361 "uri",
362 "url"
363 ],
364 "time": "2017-03-20T17:10:46+00:00"
365 },
fd6605f0
JK
366 {
367 "name": "marcj/topsort",
77c89e7a 368 "version": "1.1.0",
fd6605f0
JK
369 "source": {
370 "type": "git",
77c89e7a
TO
371 "url": "https://github.com/marcj/topsort.php.git",
372 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
373 },
374 "dist": {
375 "type": "zip",
376 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
377 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
378 "shasum": ""
fd6605f0
JK
379 },
380 "require": {
77c89e7a 381 "php": ">=5.4"
fd6605f0
JK
382 },
383 "require-dev": {
384 "codeclimate/php-test-reporter": "dev-master",
385 "phpunit/phpunit": "~4.0",
386 "symfony/console": "~2.5"
387 },
388 "type": "library",
389 "autoload": {
390 "psr-4": {
391 "MJS\\TopSort\\": "src/",
392 "MJS\\TopSort\\Tests\\": "tests/Tests/"
393 }
394 },
77c89e7a 395 "notification-url": "https://packagist.org/downloads/",
fd6605f0
JK
396 "license": [
397 "MIT"
398 ],
399 "authors": [
400 {
401 "name": "Marc J. Schmidt",
402 "email": "marc@marcjschmidt.de"
403 }
404 ],
405 "description": "High-Performance TopSort/Dependency resolving algorithm",
406 "keywords": [
407 "dependency resolving",
408 "topological sort",
409 "topsort"
410 ],
77c89e7a 411 "time": "2016-11-19T14:58:11+00:00"
fd6605f0 412 },
61a197f8
SL
413 {
414 "name": "pclzip/pclzip",
415 "version": "2.8.2",
416 "source": {
417 "type": "git",
418 "url": "https://github.com/ivanlanin/pclzip.git",
419 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
420 },
421 "dist": {
422 "type": "zip",
423 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
424 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
425 "shasum": ""
426 },
427 "type": "library",
428 "autoload": {
429 "classmap": [
430 "pclzip.lib.php"
431 ]
432 },
433 "notification-url": "https://packagist.org/downloads/",
434 "license": [
435 "LGPL-2.1"
436 ],
437 "authors": [
438 {
439 "name": "Vincent Blavet"
440 }
441 ],
442 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
443 "homepage": "http://www.phpconcept.net/pclzip",
444 "keywords": [
445 "php",
446 "zip"
447 ],
8450657b 448 "time": "2014-06-05T11:42:24+00:00"
61a197f8 449 },
41f34647
SL
450 {
451 "name": "pear/auth_sasl",
452 "version": "v1.1.0",
453 "source": {
454 "type": "git",
455 "url": "https://github.com/pear/Auth_SASL.git",
456 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
457 },
458 "dist": {
459 "type": "zip",
460 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
461 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
462 "shasum": ""
463 },
464 "require": {
465 "pear/pear_exception": "@stable"
466 },
467 "require-dev": {
468 "phpunit/phpunit": "@stable"
469 },
470 "type": "library",
471 "autoload": {
472 "psr-0": {
473 "Auth": "./"
474 }
475 },
476 "notification-url": "https://packagist.org/downloads/",
477 "include-path": [
478 "./"
479 ],
480 "license": [
481 "BSD"
482 ],
483 "authors": [
484 {
485 "name": "Anish Mistry",
486 "email": "amistry@am-productions.biz",
487 "role": "Lead"
488 },
489 {
490 "name": "Richard Heyes",
491 "email": "richard@php.net",
492 "role": "Lead"
493 },
494 {
495 "name": "Michael Bretterklieber",
496 "email": "michael@bretterklieber.com",
497 "role": "Lead"
498 }
499 ],
500 "description": "Abstraction of various SASL mechanism responses",
501 "time": "2017-03-07T14:37:05+00:00"
502 },
0ccbacae
SL
503 {
504 "name": "pear/net_smtp",
505 "version": "1.6.3",
506 "source": {
507 "type": "git",
508 "url": "https://github.com/pear/Net_SMTP.git",
509 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c"
510 },
511 "dist": {
512 "type": "zip",
513 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/7b6240761adf6ee245098e238a25d5c35650d82c",
514 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c",
515 "shasum": ""
516 },
517 "require": {
518 "pear/net_socket": "*",
519 "pear/pear_exception": "*",
520 "php": ">=4.0.5"
521 },
522 "require-dev": {
523 "phpunit/phpunit": "*"
524 },
525 "suggest": {
526 "pear/auth_sasl": "Install optionally via your project's composer.json"
527 },
528 "type": "library",
529 "autoload": {
530 "psr-0": {
531 "Net": "./"
532 }
533 },
534 "notification-url": "https://packagist.org/downloads/",
535 "include-path": [
536 "./"
537 ],
538 "license": [
539 "PHP License"
540 ],
541 "authors": [
542 {
543 "name": "Jon Parise",
544 "email": "jon@php.net",
545 "homepage": "http://www.indelible.org",
546 "role": "Lead"
547 },
548 {
549 "name": "Chuck Hagenbuch",
550 "email": "chuck@horde.org",
551 "role": "Lead"
552 }
553 ],
554 "description": "An implementation of the SMTP protocol",
555 "homepage": "http://pear.github.io/Net_SMTP/",
556 "keywords": [
557 "email",
558 "mail",
559 "smtp"
560 ],
561 "time": "2015-08-02T17:20:17+00:00"
562 },
563 {
564 "name": "pear/net_socket",
565 "version": "1.0.14",
566 "source": {
567 "type": "git",
568 "url": "https://github.com/pear/Net_Socket.git",
569 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
570 },
571 "dist": {
572 "type": "zip",
573 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
574 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
575 "shasum": ""
576 },
577 "require": {
578 "pear/pear_exception": "*"
579 },
580 "require-dev": {
581 "phpunit/phpunit": "*"
582 },
583 "type": "library",
584 "autoload": {
585 "psr-0": {
586 "Net": "./"
587 }
588 },
589 "notification-url": "https://packagist.org/downloads/",
590 "include-path": [
591 "./"
592 ],
593 "license": [
594 "PHP License"
595 ],
596 "authors": [
597 {
598 "name": "Chuck Hagenbuch",
599 "email": "chuck@horde.org",
600 "role": "Lead"
601 },
602 {
603 "name": "Aleksander Machniak",
604 "email": "alec@php.net",
605 "role": "Lead"
606 },
607 {
608 "name": "Stig Bakken",
609 "email": "stig@php.net",
610 "role": "Lead"
611 }
612 ],
613 "description": "More info available on: http://pear.php.net/package/Net_Socket",
614 "time": "2014-02-20T19:27:06+00:00"
615 },
2d0eaf7e
SL
616 {
617 "name": "pear/pear_exception",
618 "version": "v1.0.0",
619 "source": {
620 "type": "git",
621 "url": "https://github.com/pear/PEAR_Exception.git",
622 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
623 },
624 "dist": {
625 "type": "zip",
626 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
627 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
628 "shasum": ""
629 },
630 "require": {
631 "php": ">=4.4.0"
632 },
633 "require-dev": {
634 "phpunit/phpunit": "*"
635 },
636 "type": "class",
637 "extra": {
638 "branch-alias": {
639 "dev-master": "1.0.x-dev"
640 }
641 },
642 "autoload": {
643 "psr-0": {
644 "PEAR": ""
645 }
646 },
647 "notification-url": "https://packagist.org/downloads/",
648 "include-path": [
649 "."
650 ],
651 "license": [
652 "BSD-2-Clause"
653 ],
654 "authors": [
655 {
656 "name": "Helgi Thormar",
657 "email": "dufuz@php.net"
658 },
659 {
660 "name": "Greg Beaver",
661 "email": "cellog@php.net"
662 }
663 ],
664 "description": "The PEAR Exception base class.",
665 "homepage": "https://github.com/pear/PEAR_Exception",
666 "keywords": [
667 "exception"
668 ],
8450657b 669 "time": "2015-02-10T20:07:52+00:00"
2d0eaf7e
SL
670 },
671 {
672 "name": "pear/validate_finance_creditcard",
0df41a8e 673 "version": "dev-master",
2d0eaf7e
SL
674 "source": {
675 "type": "git",
676 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
989532f6 677 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
2d0eaf7e
SL
678 },
679 "dist": {
680 "type": "zip",
989532f6
SL
681 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
682 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
2d0eaf7e
SL
683 "shasum": ""
684 },
685 "require": {
686 "pear/pear_exception": "*",
687 "php": ">=5.2.1"
688 },
689 "require-dev": {
690 "phpunit/phpunit": "*"
691 },
692 "type": "library",
693 "autoload": {
694 "psr-0": {
695 "Validate": "./"
696 }
697 },
698 "notification-url": "https://packagist.org/downloads/",
699 "include-path": [
700 "./"
701 ],
702 "license": [
703 "New BSD"
704 ],
705 "authors": [
706 {
707 "name": "Philippe Jausions",
708 "email": "Philippe.Jausions@11abacus.com",
709 "role": "Lead"
710 }
711 ],
712 "description": "Validation class for credit cards.",
77c89e7a 713 "time": "2016-09-12T08:01:21+00:00"
2d0eaf7e 714 },
0a4cb750
TO
715 {
716 "name": "phenx/php-font-lib",
664e998e 717 "version": "0.5",
0a4cb750
TO
718 "source": {
719 "type": "git",
720 "url": "https://github.com/PhenX/php-font-lib.git",
664e998e 721 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
0a4cb750
TO
722 },
723 "dist": {
724 "type": "zip",
664e998e
SL
725 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
726 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
0a4cb750
TO
727 "shasum": ""
728 },
bd48ca3f
SL
729 "require-dev": {
730 "phpunit/phpunit": "^4.8"
731 },
0a4cb750
TO
732 "type": "library",
733 "autoload": {
bd48ca3f
SL
734 "psr-4": {
735 "FontLib\\": "src/FontLib"
e91585d7 736 }
0a4cb750
TO
737 },
738 "notification-url": "https://packagist.org/downloads/",
739 "license": [
e91585d7 740 "LGPL-3.0"
0a4cb750
TO
741 ],
742 "authors": [
743 {
744 "name": "Fabien Ménager",
745 "email": "fabien.menager@gmail.com"
746 }
747 ],
748 "description": "A library to read, parse, export and make subsets of different types of font files.",
749 "homepage": "https://github.com/PhenX/php-font-lib",
664e998e 750 "time": "2017-02-11T10:58:43+00:00"
e91585d7
SL
751 },
752 {
753 "name": "phenx/php-svg-lib",
664e998e 754 "version": "v0.2",
e91585d7
SL
755 "source": {
756 "type": "git",
757 "url": "https://github.com/PhenX/php-svg-lib.git",
664e998e 758 "reference": "de291bec8449b89acfe85691b5c71434797959dc"
e91585d7
SL
759 },
760 "dist": {
761 "type": "zip",
664e998e
SL
762 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc",
763 "reference": "de291bec8449b89acfe85691b5c71434797959dc",
e91585d7
SL
764 "shasum": ""
765 },
bd48ca3f 766 "require": {
664e998e 767 "sabberworm/php-css-parser": "6.0.*"
bd48ca3f 768 },
e91585d7
SL
769 "type": "library",
770 "autoload": {
771 "psr-0": {
772 "Svg\\": "src/"
773 }
774 },
775 "notification-url": "https://packagist.org/downloads/",
776 "license": [
777 "LGPL-3.0"
778 ],
779 "authors": [
780 {
781 "name": "Fabien Ménager",
782 "email": "fabien.menager@gmail.com"
783 }
784 ],
785 "description": "A library to read, parse and export to PDF SVG files.",
786 "homepage": "https://github.com/PhenX/php-svg-lib",
664e998e 787 "time": "2016-12-13T20:25:45+00:00"
0a4cb750 788 },
61a197f8
SL
789 {
790 "name": "phpoffice/common",
791 "version": "v0.2.6",
792 "source": {
793 "type": "git",
794 "url": "https://github.com/PHPOffice/Common.git",
795 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd"
796 },
797 "dist": {
798 "type": "zip",
799 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/c9be70c80637c28c728be78e66aad4878a34f8dd",
800 "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd",
801 "shasum": ""
802 },
803 "require": {
804 "pclzip/pclzip": "^2.8",
805 "php": ">=5.3.0"
806 },
807 "require-dev": {
808 "phpdocumentor/phpdocumentor": "2.*",
809 "phploc/phploc": "2.*",
810 "phpmd/phpmd": "2.*",
811 "phpunit/phpunit": "3.7.*",
812 "sebastian/phpcpd": "2.*",
813 "squizlabs/php_codesniffer": "2.*"
814 },
815 "type": "library",
816 "autoload": {
817 "psr-4": {
818 "PhpOffice\\Common\\": "src/Common/"
819 }
820 },
821 "notification-url": "https://packagist.org/downloads/",
822 "license": [
823 "LGPL"
824 ],
825 "authors": [
826 {
827 "name": "Mark Baker"
828 },
829 {
830 "name": "Franck Lefevre",
831 "homepage": "http://rootslabs.net"
832 }
833 ],
834 "description": "PHPOffice Common",
835 "homepage": "http://phpoffice.github.io",
836 "keywords": [
837 "common",
838 "component",
839 "office",
840 "php"
841 ],
8450657b 842 "time": "2016-07-07T17:26:55+00:00"
61a197f8 843 },
db7b0381
CW
844 {
845 "name": "phpoffice/phpword",
5af9e53b 846 "version": "v0.14.0",
db7b0381
CW
847 "source": {
848 "type": "git",
849 "url": "https://github.com/PHPOffice/PHPWord.git",
5af9e53b 850 "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae"
db7b0381
CW
851 },
852 "dist": {
853 "type": "zip",
5af9e53b
DS
854 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b614497ae6dd44280be1c2dda56772198bcd25ae",
855 "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae",
db7b0381
CW
856 "shasum": ""
857 },
858 "require": {
859 "ext-xml": "*",
5af9e53b
DS
860 "php": "^5.3.3 || ^7.0",
861 "phpoffice/common": "^0.2",
862 "zendframework/zend-escaper": "^2.2",
863 "zendframework/zend-stdlib": "^2.2 || ^3.0"
db7b0381
CW
864 },
865 "require-dev": {
5af9e53b
DS
866 "dompdf/dompdf": "0.8.*",
867 "friendsofphp/php-cs-fixer": "^2.0",
868 "mpdf/mpdf": "5.* || 6.* || 7.*",
db7b0381 869 "phpdocumentor/phpdocumentor": "2.*",
5af9e53b 870 "phploc/phploc": "2.* || 3.* || 4.*",
db7b0381 871 "phpmd/phpmd": "2.*",
5af9e53b
DS
872 "phpunit/phpunit": "^4.8.36 || ^5.0",
873 "squizlabs/php_codesniffer": "^2.7",
61a197f8 874 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
875 },
876 "suggest": {
61a197f8
SL
877 "dompdf/dompdf": "Allows writing PDF",
878 "ext-gd2": "Allows adding images",
879 "ext-xmlwriter": "Allows writing OOXML and ODF",
880 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
881 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
882 },
883 "type": "library",
884 "autoload": {
885 "psr-4": {
886 "PhpOffice\\PhpWord\\": "src/PhpWord"
887 }
888 },
889 "notification-url": "https://packagist.org/downloads/",
890 "license": [
891 "LGPL-3.0"
892 ],
893 "authors": [
894 {
895 "name": "Mark Baker"
896 },
db7b0381
CW
897 {
898 "name": "Gabriel Bull",
899 "email": "me@gabrielbull.com",
900 "homepage": "http://gabrielbull.com/"
901 },
902 {
903 "name": "Ivan Lanin",
904 "homepage": "http://ivan.lanin.org"
905 },
906 {
907 "name": "Roman Syroeshko",
908 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b
DS
909 },
910 {
911 "name": "Franck Lefevre",
912 "homepage": "https://rootslabs.net/blog/"
913 },
914 {
915 "name": "Antoine de Troostembergh"
db7b0381
CW
916 }
917 ],
61a197f8 918 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
919 "homepage": "http://phpoffice.github.io",
920 "keywords": [
921 "ISO IEC 29500",
922 "OOXML",
923 "Office Open XML",
924 "OpenDocument",
925 "OpenXML",
926 "PhpOffice",
927 "PhpWord",
928 "Rich Text Format",
929 "WordprocessingML",
930 "doc",
931 "docx",
932 "html",
61a197f8 933 "odf",
db7b0381
CW
934 "odt",
935 "office",
936 "pdf",
937 "php",
938 "reader",
939 "rtf",
940 "template",
941 "template processor",
942 "word",
943 "writer"
944 ],
5af9e53b 945 "time": "2017-12-29T01:30:53+00:00"
db7b0381 946 },
94ddb538
TO
947 {
948 "name": "phpseclib/phpseclib",
bd48ca3f 949 "version": "1.0.7",
94ddb538
TO
950 "source": {
951 "type": "git",
952 "url": "https://github.com/phpseclib/phpseclib.git",
bd48ca3f 953 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
94ddb538
TO
954 },
955 "dist": {
956 "type": "zip",
bd48ca3f
SL
957 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
958 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
94ddb538
TO
959 "shasum": ""
960 },
961 "require": {
962 "php": ">=5.0.0"
963 },
964 "require-dev": {
965 "phing/phing": "~2.7",
966 "phpunit/phpunit": "~4.0",
967 "sami/sami": "~2.0",
fcfd7b4d 968 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
969 },
970 "suggest": {
971 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
972 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
fcfd7b4d 973 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
94ddb538
TO
974 },
975 "type": "library",
94ddb538
TO
976 "autoload": {
977 "psr-0": {
978 "Crypt": "phpseclib/",
979 "File": "phpseclib/",
980 "Math": "phpseclib/",
981 "Net": "phpseclib/",
982 "System": "phpseclib/"
983 },
984 "files": [
fcfd7b4d 985 "phpseclib/bootstrap.php",
94ddb538
TO
986 "phpseclib/Crypt/Random.php"
987 ]
988 },
989 "notification-url": "https://packagist.org/downloads/",
990 "include-path": [
991 "phpseclib/"
992 ],
993 "license": [
994 "MIT"
995 ],
996 "authors": [
997 {
998 "name": "Jim Wigginton",
999 "email": "terrafrost@php.net",
1000 "role": "Lead Developer"
1001 },
1002 {
1003 "name": "Patrick Monnerat",
1004 "email": "pm@datasphere.ch",
1005 "role": "Developer"
1006 },
1007 {
1008 "name": "Andreas Fischer",
1009 "email": "bantu@phpbb.com",
1010 "role": "Developer"
1011 },
1012 {
1013 "name": "Hans-Jürgen Petrich",
1014 "email": "petrich@tronic-media.com",
1015 "role": "Developer"
fcfd7b4d
TO
1016 },
1017 {
1018 "name": "Graham Campbell",
1019 "email": "graham@alt-three.com",
1020 "role": "Developer"
94ddb538
TO
1021 }
1022 ],
1023 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1024 "homepage": "http://phpseclib.sourceforge.net",
1025 "keywords": [
1026 "BigInteger",
1027 "aes",
1028 "asn.1",
1029 "asn1",
1030 "blowfish",
1031 "crypto",
1032 "cryptography",
1033 "encryption",
1034 "rsa",
1035 "security",
1036 "sftp",
1037 "signature",
1038 "signing",
1039 "ssh",
1040 "twofish",
1041 "x.509",
1042 "x509"
1043 ],
bd48ca3f 1044 "time": "2017-06-05T06:30:30+00:00"
94ddb538 1045 },
f9bdf062 1046 {
1047 "name": "psr/http-message",
1048 "version": "1.0.1",
1049 "source": {
1050 "type": "git",
1051 "url": "https://github.com/php-fig/http-message.git",
1052 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1053 },
1054 "dist": {
1055 "type": "zip",
1056 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1057 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1058 "shasum": ""
1059 },
1060 "require": {
1061 "php": ">=5.3.0"
1062 },
1063 "type": "library",
1064 "extra": {
1065 "branch-alias": {
1066 "dev-master": "1.0.x-dev"
1067 }
1068 },
1069 "autoload": {
1070 "psr-4": {
1071 "Psr\\Http\\Message\\": "src/"
1072 }
1073 },
1074 "notification-url": "https://packagist.org/downloads/",
1075 "license": [
1076 "MIT"
1077 ],
1078 "authors": [
1079 {
1080 "name": "PHP-FIG",
1081 "homepage": "http://www.php-fig.org/"
1082 }
1083 ],
1084 "description": "Common interface for HTTP messages",
1085 "homepage": "https://github.com/php-fig/http-message",
1086 "keywords": [
1087 "http",
1088 "http-message",
1089 "psr",
1090 "psr-7",
1091 "request",
1092 "response"
1093 ],
1094 "time": "2016-08-06T14:39:51+00:00"
1095 },
fd6605f0
JK
1096 {
1097 "name": "psr/log",
664e998e 1098 "version": "1.0.0",
0a4cb750
TO
1099 "source": {
1100 "type": "git",
1101 "url": "https://github.com/php-fig/log.git",
664e998e 1102 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
0a4cb750
TO
1103 },
1104 "dist": {
1105 "type": "zip",
664e998e
SL
1106 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1107 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
0a4cb750
TO
1108 "shasum": ""
1109 },
1110 "type": "library",
1111 "autoload": {
664e998e
SL
1112 "psr-0": {
1113 "Psr\\Log\\": ""
0a4cb750
TO
1114 }
1115 },
1116 "notification-url": "https://packagist.org/downloads/",
1117 "license": [
1118 "MIT"
1119 ],
1120 "authors": [
1121 {
1122 "name": "PHP-FIG",
1123 "homepage": "http://www.php-fig.org/"
1124 }
1125 ],
1126 "description": "Common interface for logging libraries",
1127 "keywords": [
1128 "log",
1129 "psr",
1130 "psr-3"
1131 ],
664e998e 1132 "time": "2012-12-21T11:40:51+00:00"
0a4cb750 1133 },
bd48ca3f
SL
1134 {
1135 "name": "sabberworm/php-css-parser",
664e998e 1136 "version": "6.0.1",
bd48ca3f
SL
1137 "source": {
1138 "type": "git",
1139 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
664e998e 1140 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2"
bd48ca3f
SL
1141 },
1142 "dist": {
1143 "type": "zip",
664e998e
SL
1144 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2",
1145 "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2",
bd48ca3f
SL
1146 "shasum": ""
1147 },
1148 "require": {
1149 "php": ">=5.3.2"
1150 },
1151 "type": "library",
1152 "autoload": {
1153 "psr-0": {
1154 "Sabberworm\\CSS": "lib/"
1155 }
1156 },
1157 "notification-url": "https://packagist.org/downloads/",
1158 "license": [
1159 "MIT"
1160 ],
1161 "authors": [
1162 {
1163 "name": "Raphael Schweikert"
1164 }
1165 ],
1166 "description": "Parser for CSS Files written in PHP",
1167 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1168 "keywords": [
1169 "css",
1170 "parser",
1171 "stylesheet"
1172 ],
664e998e 1173 "time": "2015-08-24T08:48:52+00:00"
bd48ca3f 1174 },
40787e18
TO
1175 {
1176 "name": "symfony/config",
664e998e
SL
1177 "version": "v2.6.13",
1178 "target-dir": "Symfony/Component/Config",
40787e18
TO
1179 "source": {
1180 "type": "git",
a84cc605 1181 "url": "https://github.com/symfony/config.git",
664e998e 1182 "reference": "0ca496cbe208fc37c4cf3415ebb3056e0963115b"
40787e18
TO
1183 },
1184 "dist": {
1185 "type": "zip",
664e998e
SL
1186 "url": "https://api.github.com/repos/symfony/config/zipball/0ca496cbe208fc37c4cf3415ebb3056e0963115b",
1187 "reference": "0ca496cbe208fc37c4cf3415ebb3056e0963115b",
40787e18
TO
1188 "shasum": ""
1189 },
1190 "require": {
664e998e
SL
1191 "php": ">=5.3.3",
1192 "symfony/filesystem": "~2.3"
40787e18 1193 },
a892989e 1194 "require-dev": {
664e998e 1195 "symfony/phpunit-bridge": "~2.7"
a892989e 1196 },
40787e18
TO
1197 "type": "library",
1198 "extra": {
1199 "branch-alias": {
664e998e 1200 "dev-master": "2.6-dev"
40787e18
TO
1201 }
1202 },
1203 "autoload": {
664e998e 1204 "psr-0": {
40787e18 1205 "Symfony\\Component\\Config\\": ""
664e998e 1206 }
40787e18
TO
1207 },
1208 "notification-url": "https://packagist.org/downloads/",
1209 "license": [
1210 "MIT"
1211 ],
1212 "authors": [
40787e18
TO
1213 {
1214 "name": "Fabien Potencier",
1215 "email": "fabien@symfony.com"
a892989e
DS
1216 },
1217 {
1218 "name": "Symfony Community",
1219 "homepage": "https://symfony.com/contributors"
40787e18
TO
1220 }
1221 ],
1222 "description": "Symfony Config Component",
a892989e 1223 "homepage": "https://symfony.com",
664e998e 1224 "time": "2015-07-08T05:59:48+00:00"
40787e18 1225 },
0a4cb750
TO
1226 {
1227 "name": "symfony/dependency-injection",
664e998e
SL
1228 "version": "v2.6.13",
1229 "target-dir": "Symfony/Component/DependencyInjection",
0a4cb750
TO
1230 "source": {
1231 "type": "git",
a84cc605 1232 "url": "https://github.com/symfony/dependency-injection.git",
664e998e 1233 "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e"
0a4cb750
TO
1234 },
1235 "dist": {
1236 "type": "zip",
664e998e
SL
1237 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e",
1238 "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e",
0a4cb750
TO
1239 "shasum": ""
1240 },
1241 "require": {
664e998e 1242 "php": ">=5.3.3"
0a4cb750 1243 },
a892989e 1244 "conflict": {
664e998e 1245 "symfony/expression-language": "<2.6"
a892989e 1246 },
0a4cb750 1247 "require-dev": {
664e998e
SL
1248 "symfony/config": "~2.2",
1249 "symfony/expression-language": "~2.6",
1250 "symfony/phpunit-bridge": "~2.7",
1251 "symfony/yaml": "~2.1"
0a4cb750
TO
1252 },
1253 "suggest": {
1254 "symfony/config": "",
1255 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1256 "symfony/yaml": ""
1257 },
1258 "type": "library",
1259 "extra": {
1260 "branch-alias": {
664e998e 1261 "dev-master": "2.6-dev"
0a4cb750
TO
1262 }
1263 },
1264 "autoload": {
664e998e 1265 "psr-0": {
0a4cb750 1266 "Symfony\\Component\\DependencyInjection\\": ""
664e998e 1267 }
0a4cb750
TO
1268 },
1269 "notification-url": "https://packagist.org/downloads/",
1270 "license": [
1271 "MIT"
1272 ],
1273 "authors": [
0a4cb750
TO
1274 {
1275 "name": "Fabien Potencier",
1276 "email": "fabien@symfony.com"
a892989e
DS
1277 },
1278 {
1279 "name": "Symfony Community",
1280 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1281 }
1282 ],
1283 "description": "Symfony DependencyInjection Component",
a892989e 1284 "homepage": "https://symfony.com",
664e998e 1285 "time": "2015-07-22T10:08:40+00:00"
0a4cb750
TO
1286 },
1287 {
1288 "name": "symfony/event-dispatcher",
664e998e
SL
1289 "version": "v2.6.13",
1290 "target-dir": "Symfony/Component/EventDispatcher",
0a4cb750
TO
1291 "source": {
1292 "type": "git",
a84cc605 1293 "url": "https://github.com/symfony/event-dispatcher.git",
664e998e 1294 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
0a4cb750
TO
1295 },
1296 "dist": {
1297 "type": "zip",
664e998e
SL
1298 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
1299 "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
0a4cb750
TO
1300 "shasum": ""
1301 },
1302 "require": {
664e998e 1303 "php": ">=5.3.3"
0a4cb750
TO
1304 },
1305 "require-dev": {
40787e18 1306 "psr/log": "~1.0",
664e998e
SL
1307 "symfony/config": "~2.0,>=2.0.5",
1308 "symfony/dependency-injection": "~2.6",
1309 "symfony/expression-language": "~2.6",
1310 "symfony/phpunit-bridge": "~2.7",
1311 "symfony/stopwatch": "~2.3"
0a4cb750
TO
1312 },
1313 "suggest": {
1314 "symfony/dependency-injection": "",
1315 "symfony/http-kernel": ""
1316 },
1317 "type": "library",
1318 "extra": {
1319 "branch-alias": {
664e998e 1320 "dev-master": "2.6-dev"
0a4cb750
TO
1321 }
1322 },
1323 "autoload": {
664e998e 1324 "psr-0": {
0a4cb750 1325 "Symfony\\Component\\EventDispatcher\\": ""
664e998e 1326 }
0a4cb750
TO
1327 },
1328 "notification-url": "https://packagist.org/downloads/",
1329 "license": [
1330 "MIT"
1331 ],
1332 "authors": [
0a4cb750
TO
1333 {
1334 "name": "Fabien Potencier",
1335 "email": "fabien@symfony.com"
a892989e
DS
1336 },
1337 {
1338 "name": "Symfony Community",
1339 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1340 }
1341 ],
1342 "description": "Symfony EventDispatcher Component",
a892989e 1343 "homepage": "https://symfony.com",
664e998e 1344 "time": "2015-05-02T15:18:45+00:00"
40787e18
TO
1345 },
1346 {
1347 "name": "symfony/filesystem",
664e998e
SL
1348 "version": "v2.6.13",
1349 "target-dir": "Symfony/Component/Filesystem",
40787e18
TO
1350 "source": {
1351 "type": "git",
a84cc605 1352 "url": "https://github.com/symfony/filesystem.git",
664e998e 1353 "reference": "823c035b1a5c13a4924e324d016eb07e70f94735"
40787e18
TO
1354 },
1355 "dist": {
1356 "type": "zip",
664e998e
SL
1357 "url": "https://api.github.com/repos/symfony/filesystem/zipball/823c035b1a5c13a4924e324d016eb07e70f94735",
1358 "reference": "823c035b1a5c13a4924e324d016eb07e70f94735",
40787e18
TO
1359 "shasum": ""
1360 },
1361 "require": {
664e998e
SL
1362 "php": ">=5.3.3"
1363 },
1364 "require-dev": {
1365 "symfony/phpunit-bridge": "~2.7"
a892989e 1366 },
40787e18
TO
1367 "type": "library",
1368 "extra": {
1369 "branch-alias": {
664e998e 1370 "dev-master": "2.6-dev"
40787e18
TO
1371 }
1372 },
1373 "autoload": {
664e998e 1374 "psr-0": {
40787e18 1375 "Symfony\\Component\\Filesystem\\": ""
664e998e 1376 }
40787e18
TO
1377 },
1378 "notification-url": "https://packagist.org/downloads/",
1379 "license": [
1380 "MIT"
1381 ],
1382 "authors": [
40787e18 1383 {
d892b317
TO
1384 "name": "Fabien Potencier",
1385 "email": "fabien@symfony.com"
a892989e
DS
1386 },
1387 {
1388 "name": "Symfony Community",
1389 "homepage": "https://symfony.com/contributors"
40787e18
TO
1390 }
1391 ],
1392 "description": "Symfony Filesystem Component",
a892989e 1393 "homepage": "https://symfony.com",
664e998e 1394 "time": "2015-07-08T05:59:48+00:00"
0a4cb750
TO
1395 },
1396 {
1397 "name": "symfony/finder",
664e998e
SL
1398 "version": "v2.6.13",
1399 "target-dir": "Symfony/Component/Finder",
0a4cb750
TO
1400 "source": {
1401 "type": "git",
a892989e 1402 "url": "https://github.com/symfony/finder.git",
664e998e 1403 "reference": "203a10f928ae30176deeba33512999233181dd28"
0a4cb750
TO
1404 },
1405 "dist": {
1406 "type": "zip",
664e998e
SL
1407 "url": "https://api.github.com/repos/symfony/finder/zipball/203a10f928ae30176deeba33512999233181dd28",
1408 "reference": "203a10f928ae30176deeba33512999233181dd28",
0a4cb750
TO
1409 "shasum": ""
1410 },
1411 "require": {
664e998e
SL
1412 "php": ">=5.3.3"
1413 },
1414 "require-dev": {
1415 "symfony/phpunit-bridge": "~2.7"
a892989e 1416 },
0a4cb750
TO
1417 "type": "library",
1418 "extra": {
1419 "branch-alias": {
664e998e 1420 "dev-master": "2.6-dev"
0a4cb750
TO
1421 }
1422 },
1423 "autoload": {
664e998e 1424 "psr-0": {
0a4cb750 1425 "Symfony\\Component\\Finder\\": ""
664e998e 1426 }
0a4cb750
TO
1427 },
1428 "notification-url": "https://packagist.org/downloads/",
1429 "license": [
1430 "MIT"
1431 ],
1432 "authors": [
0a4cb750
TO
1433 {
1434 "name": "Fabien Potencier",
1435 "email": "fabien@symfony.com"
a892989e
DS
1436 },
1437 {
1438 "name": "Symfony Community",
1439 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1440 }
1441 ],
1442 "description": "Symfony Finder Component",
a892989e 1443 "homepage": "https://symfony.com",
664e998e 1444 "time": "2015-07-09T16:02:48+00:00"
0a4cb750 1445 },
0e24103e
TO
1446 {
1447 "name": "symfony/process",
664e998e
SL
1448 "version": "v2.6.13",
1449 "target-dir": "Symfony/Component/Process",
0e24103e
TO
1450 "source": {
1451 "type": "git",
a892989e 1452 "url": "https://github.com/symfony/process.git",
664e998e 1453 "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9"
0e24103e
TO
1454 },
1455 "dist": {
1456 "type": "zip",
664e998e
SL
1457 "url": "https://api.github.com/repos/symfony/process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
1458 "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9",
0e24103e
TO
1459 "shasum": ""
1460 },
1461 "require": {
664e998e
SL
1462 "php": ">=5.3.3"
1463 },
1464 "require-dev": {
1465 "symfony/phpunit-bridge": "~2.7"
a892989e 1466 },
0e24103e
TO
1467 "type": "library",
1468 "extra": {
1469 "branch-alias": {
664e998e 1470 "dev-master": "2.6-dev"
0e24103e
TO
1471 }
1472 },
1473 "autoload": {
664e998e 1474 "psr-0": {
0e24103e 1475 "Symfony\\Component\\Process\\": ""
664e998e 1476 }
0e24103e
TO
1477 },
1478 "notification-url": "https://packagist.org/downloads/",
1479 "license": [
1480 "MIT"
1481 ],
1482 "authors": [
0e24103e 1483 {
40787e18
TO
1484 "name": "Fabien Potencier",
1485 "email": "fabien@symfony.com"
a892989e
DS
1486 },
1487 {
1488 "name": "Symfony Community",
1489 "homepage": "https://symfony.com/contributors"
0e24103e
TO
1490 }
1491 ],
1492 "description": "Symfony Process Component",
a892989e 1493 "homepage": "https://symfony.com",
664e998e 1494 "time": "2015-06-30T16:10:16+00:00"
0e24103e 1495 },
f6c3a87a
CB
1496 {
1497 "name": "tecnickcom/tcpdf",
bd48ca3f 1498 "version": "6.2.13",
f6c3a87a
CB
1499 "source": {
1500 "type": "git",
1501 "url": "https://github.com/tecnickcom/TCPDF.git",
bd48ca3f 1502 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64"
f6c3a87a
CB
1503 },
1504 "dist": {
1505 "type": "zip",
bd48ca3f
SL
1506 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64",
1507 "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64",
f6c3a87a
CB
1508 "shasum": ""
1509 },
1510 "require": {
1511 "php": ">=5.3.0"
1512 },
1513 "type": "library",
1514 "autoload": {
1515 "classmap": [
f6c3a87a
CB
1516 "config",
1517 "include",
1518 "tcpdf.php",
1519 "tcpdf_parser.php",
1520 "tcpdf_import.php",
1521 "tcpdf_barcodes_1d.php",
1522 "tcpdf_barcodes_2d.php",
1523 "include/tcpdf_colors.php",
1524 "include/tcpdf_filters.php",
1525 "include/tcpdf_font_data.php",
1526 "include/tcpdf_fonts.php",
1527 "include/tcpdf_images.php",
1528 "include/tcpdf_static.php",
1529 "include/barcodes/datamatrix.php",
1530 "include/barcodes/pdf417.php",
1531 "include/barcodes/qrcode.php"
1532 ]
1533 },
1534 "notification-url": "https://packagist.org/downloads/",
1535 "license": [
1536 "LGPLv3"
1537 ],
1538 "authors": [
1539 {
1540 "name": "Nicola Asuni",
1541 "email": "info@tecnick.com",
1542 "homepage": "http://nicolaasuni.tecnick.com"
1543 }
1544 ],
1545 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
1546 "homepage": "http://www.tcpdf.org/",
1547 "keywords": [
1548 "PDFD32000-2008",
1549 "TCPDF",
1550 "barcodes",
1551 "datamatrix",
1552 "pdf",
1553 "pdf417",
1554 "qrcode"
1555 ],
bd48ca3f 1556 "time": "2017-04-26T08:14:48+00:00"
f6c3a87a 1557 },
0a4cb750
TO
1558 {
1559 "name": "totten/ca-config",
26c57e2d 1560 "version": "v17.05.0",
0a4cb750
TO
1561 "source": {
1562 "type": "git",
1563 "url": "https://github.com/totten/ca_config.git",
26c57e2d 1564 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
1565 },
1566 "dist": {
1567 "type": "zip",
26c57e2d
TO
1568 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
1569 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
1570 "shasum": ""
1571 },
1572 "require": {
1573 "php": ">=5.2"
1574 },
1575 "type": "library",
1576 "autoload": {
1577 "psr-0": {
1578 "CA_Config": "src/"
1579 }
1580 },
1581 "notification-url": "https://packagist.org/downloads/",
1582 "license": [
1583 "BSD-2-Clause"
1584 ],
1585 "authors": [
1586 {
1587 "name": "Tim Otten",
1588 "email": "to-git@think.hm"
1589 }
1590 ],
1591 "description": "Default configuration for certificate authorities",
1592 "homepage": "https://github.com/totten/ca_config",
26c57e2d 1593 "time": "2017-05-10T20:08:17+00:00"
16b60c30 1594 },
61a197f8
SL
1595 {
1596 "name": "zendframework/zend-escaper",
bd48ca3f 1597 "version": "2.4.13",
61a197f8
SL
1598 "source": {
1599 "type": "git",
1600 "url": "https://github.com/zendframework/zend-escaper.git",
1601 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
1602 },
1603 "dist": {
1604 "type": "zip",
1605 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
1606 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
1607 "shasum": ""
1608 },
1609 "require": {
1610 "php": ">=5.3.23"
1611 },
1612 "require-dev": {
1613 "fabpot/php-cs-fixer": "1.7.*",
1614 "phpunit/phpunit": "~4.0",
1615 "satooshi/php-coveralls": "dev-master"
1616 },
1617 "type": "library",
1618 "extra": {
1619 "branch-alias": {
1620 "dev-master": "2.4-dev",
1621 "dev-develop": "2.5-dev"
1622 }
1623 },
1624 "autoload": {
1625 "psr-4": {
1626 "Zend\\Escaper\\": "src/"
1627 }
1628 },
1629 "notification-url": "https://packagist.org/downloads/",
1630 "license": [
1631 "BSD-3-Clause"
1632 ],
1633 "homepage": "https://github.com/zendframework/zend-escaper",
1634 "keywords": [
1635 "escaper",
1636 "zf2"
1637 ],
8450657b 1638 "time": "2015-05-07T14:55:31+00:00"
61a197f8
SL
1639 },
1640 {
1641 "name": "zendframework/zend-stdlib",
bd48ca3f 1642 "version": "2.4.13",
61a197f8
SL
1643 "source": {
1644 "type": "git",
1645 "url": "https://github.com/zendframework/zend-stdlib.git",
1646 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
1647 },
1648 "dist": {
1649 "type": "zip",
1650 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
1651 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
1652 "shasum": ""
1653 },
1654 "require": {
1655 "php": ">=5.3.23"
1656 },
1657 "require-dev": {
1658 "fabpot/php-cs-fixer": "1.7.*",
1659 "phpunit/phpunit": "~4.0",
1660 "satooshi/php-coveralls": "dev-master",
1661 "zendframework/zend-eventmanager": "self.version",
1662 "zendframework/zend-filter": "self.version",
1663 "zendframework/zend-serializer": "self.version",
1664 "zendframework/zend-servicemanager": "self.version"
1665 },
1666 "suggest": {
1667 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
1668 "zendframework/zend-filter": "To support naming strategy hydrator usage",
1669 "zendframework/zend-serializer": "Zend\\Serializer component",
1670 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
1671 },
1672 "type": "library",
1673 "extra": {
1674 "branch-alias": {
1675 "dev-master": "2.4-dev",
1676 "dev-develop": "2.5-dev"
1677 }
1678 },
1679 "autoload": {
1680 "psr-4": {
1681 "Zend\\Stdlib\\": "src/"
1682 }
1683 },
1684 "notification-url": "https://packagist.org/downloads/",
1685 "license": [
1686 "BSD-3-Clause"
1687 ],
1688 "homepage": "https://github.com/zendframework/zend-stdlib",
1689 "keywords": [
1690 "stdlib",
1691 "zf2"
1692 ],
8450657b 1693 "time": "2015-07-21T13:55:46+00:00"
61a197f8
SL
1694 },
1695 {
1696 "name": "zendframework/zend-validator",
bd48ca3f 1697 "version": "2.4.13",
61a197f8
SL
1698 "source": {
1699 "type": "git",
1700 "url": "https://github.com/zendframework/zend-validator.git",
1701 "reference": "81415511fe729e6de19a61936313cef43c80d337"
1702 },
1703 "dist": {
1704 "type": "zip",
1705 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
1706 "reference": "81415511fe729e6de19a61936313cef43c80d337",
1707 "shasum": ""
1708 },
1709 "require": {
1710 "php": ">=5.3.23",
1711 "zendframework/zend-stdlib": "~2.4.0"
1712 },
1713 "require-dev": {
1714 "fabpot/php-cs-fixer": "1.7.*",
1715 "phpunit/phpunit": "~4.0",
1716 "satooshi/php-coveralls": "dev-master",
1717 "zendframework/zend-config": "~2.4.0",
1718 "zendframework/zend-db": "~2.4.0",
1719 "zendframework/zend-filter": "~2.4.0",
1720 "zendframework/zend-i18n": "~2.4.0",
1721 "zendframework/zend-math": "~2.4.0",
1722 "zendframework/zend-servicemanager": "~2.4.0",
1723 "zendframework/zend-session": "~2.4.0",
1724 "zendframework/zend-uri": "~2.4.0"
1725 },
1726 "suggest": {
1727 "zendframework/zend-db": "Zend\\Db component",
1728 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
1729 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
1730 "zendframework/zend-math": "Zend\\Math component",
1731 "zendframework/zend-resources": "Translations of validator messages",
1732 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
1733 "zendframework/zend-session": "Zend\\Session component",
1734 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
1735 },
1736 "type": "library",
1737 "extra": {
1738 "branch-alias": {
1739 "dev-master": "2.4-dev",
1740 "dev-develop": "2.5-dev"
1741 }
1742 },
1743 "autoload": {
1744 "psr-4": {
1745 "Zend\\Validator\\": "src/"
1746 }
1747 },
1748 "notification-url": "https://packagist.org/downloads/",
1749 "license": [
1750 "BSD-3-Clause"
1751 ],
1752 "description": "provides a set of commonly needed validators",
1753 "homepage": "https://github.com/zendframework/zend-validator",
1754 "keywords": [
1755 "validator",
1756 "zf2"
1757 ],
8450657b 1758 "time": "2015-09-08T21:04:17+00:00"
61a197f8 1759 },
16b60c30
TO
1760 {
1761 "name": "zetacomponents/base",
1762 "version": "1.7",
1763 "source": {
1764 "type": "git",
1765 "url": "https://github.com/zetacomponents/Base.git",
1766 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7"
1767 },
1768 "dist": {
1769 "type": "zip",
1770 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7",
1771 "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7",
1772 "shasum": ""
1773 },
1774 "type": "library",
1775 "autoload": {
1776 "classmap": [
1777 "src"
1778 ]
1779 },
1780 "notification-url": "https://packagist.org/downloads/",
1781 "license": [
1782 "apache2"
1783 ],
1784 "authors": [
1785 {
1786 "name": "Sergey Alexeev"
1787 },
1788 {
1789 "name": "Sebastian Bergmann"
1790 },
1791 {
1792 "name": "Jan Borsodi"
1793 },
1794 {
1795 "name": "Raymond Bosman"
1796 },
1797 {
1798 "name": "Frederik Holljen"
1799 },
1800 {
1801 "name": "Kore Nordmann"
1802 },
1803 {
1804 "name": "Derick Rethans"
1805 },
1806 {
1807 "name": "Vadym Savchuk"
1808 },
1809 {
1810 "name": "Tobias Schlitt"
1811 },
1812 {
1813 "name": "Alexandru Stanoi"
1814 }
1815 ],
1816 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
1817 "homepage": "https://github.com/zetacomponents",
8450657b 1818 "time": "2009-06-29T10:47:39+00:00"
16b60c30
TO
1819 },
1820 {
1821 "name": "zetacomponents/mail",
1822 "version": "dev-1.7-civi",
1823 "source": {
1824 "type": "git",
1825 "url": "https://github.com/civicrm/zetacomponents-mail.git",
8450657b 1826 "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0"
16b60c30
TO
1827 },
1828 "type": "library",
1829 "autoload": {
1830 "classmap": [
1831 "src"
1832 ]
1833 },
1834 "license": [
1835 "apache2"
1836 ],
1837 "authors": [
1838 {
1839 "name": "Sergey Alexeev"
1840 },
1841 {
1842 "name": "Sebastian Bergmann"
1843 },
1844 {
1845 "name": "Jan Borsodi"
1846 },
1847 {
1848 "name": "Raymond Bosman"
1849 },
1850 {
1851 "name": "Frederik Holljen"
1852 },
1853 {
1854 "name": "Kore Nordmann"
1855 },
1856 {
1857 "name": "Derick Rethans"
1858 },
1859 {
1860 "name": "Vadym Savchuk"
1861 },
1862 {
1863 "name": "Tobias Schlitt"
1864 },
1865 {
1866 "name": "Alexandru Stanoi"
1867 },
1868 {
1869 "name": "Sinisa Dukaric"
1870 },
1871 {
1872 "name": "Mikko Koppanen"
1873 },
1874 {
1875 "name": "Christian Michel"
1876 }
1877 ],
1878 "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.",
1879 "homepage": "https://github.com/zetacomponents",
77c89e7a 1880 "time": "2017-03-14T06:51:24+00:00"
0a4cb750
TO
1881 }
1882 ],
1883 "packages-dev": [],
1884 "aliases": [],
1885 "minimum-stability": "stable",
16b60c30 1886 "stability-flags": {
0df41a8e
SL
1887 "zetacomponents/mail": 20,
1888 "pear/validate_finance_creditcard": 20
16b60c30 1889 },
0a4cb750
TO
1890 "prefer-stable": false,
1891 "prefer-lowest": false,
1892 "platform": [],
1893 "platform-dev": []
1894}