Merge pull request #15826 from seamuslee001/dev_core_183_dedupe
[civicrm-core.git] / composer.lock
CommitLineData
0a4cb750
TO
1{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
c837b233 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
0a4cb750
TO
5 "This file is @generated automatically"
6 ],
b85181d1 7 "content-hash": "0da5b3e43131bb261a779ef723ab7d8b",
0a4cb750 8 "packages": [
94ddb538
TO
9 {
10 "name": "civicrm/civicrm-cxn-rpc",
2ac97b20 11 "version": "v0.19.01.08",
94ddb538
TO
12 "source": {
13 "type": "git",
978d4742 14 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
2ac97b20 15 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22"
978d4742
TO
16 },
17 "dist": {
18 "type": "zip",
2ac97b20
SL
19 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/5a142bc4d24b7f8c830f59768b405ec74d582f22",
20 "reference": "5a142bc4d24b7f8c830f59768b405ec74d582f22",
978d4742 21 "shasum": ""
94ddb538
TO
22 },
23 "require": {
fcfd7b4d 24 "phpseclib/phpseclib": "1.0.*",
2ac97b20 25 "psr/log": "~1.1"
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",
2ac97b20 44 "time": "2019-01-08T19:20:09+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 },
79e677dd
TO
83 {
84 "name": "civicrm/composer-downloads-plugin",
85 "version": "v2.0.0",
86 "source": {
87 "type": "git",
88 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
89 "reference": "869b7a12f57b2d912f0ea77d5c33c1518b8de27d"
90 },
91 "dist": {
92 "type": "zip",
93 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/869b7a12f57b2d912f0ea77d5c33c1518b8de27d",
94 "reference": "869b7a12f57b2d912f0ea77d5c33c1518b8de27d",
95 "shasum": ""
96 },
97 "require": {
98 "composer-plugin-api": "^1.1",
99 "php": ">=5.6",
100 "togos/gitignore": "~1.1.1"
101 },
102 "require-dev": {
103 "composer/composer": "~1.0",
104 "friendsofphp/php-cs-fixer": "^2.3",
105 "phpunit/phpunit": "^5.7",
106 "totten/process-helper": "^1.0.1"
107 },
108 "type": "composer-plugin",
109 "extra": {
110 "class": "LastCall\\DownloadsPlugin\\Plugin"
111 },
112 "autoload": {
113 "psr-4": {
114 "LastCall\\DownloadsPlugin\\": "src/"
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Rob Bayliss",
124 "email": "rob@lastcallmedia.com"
125 },
126 {
127 "name": "Tim Otten",
128 "email": "totten@civicrm.org"
129 }
130 ],
131 "description": "Composer plugin for downloading additional files within any composer package.",
132 "time": "2019-08-22T10:56:51+00:00"
133 },
66a7c254
SL
134 {
135 "name": "cweagans/composer-patches",
136 "version": "1.6.5",
137 "source": {
138 "type": "git",
139 "url": "https://github.com/cweagans/composer-patches.git",
140 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
141 },
142 "dist": {
143 "type": "zip",
144 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
145 "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
146 "shasum": ""
147 },
148 "require": {
149 "composer-plugin-api": "^1.0",
150 "php": ">=5.3.0"
151 },
152 "require-dev": {
153 "composer/composer": "~1.0",
154 "phpunit/phpunit": "~4.6"
155 },
156 "type": "composer-plugin",
157 "extra": {
158 "class": "cweagans\\Composer\\Patches"
159 },
160 "autoload": {
161 "psr-4": {
162 "cweagans\\Composer\\": "src"
163 }
164 },
165 "notification-url": "https://packagist.org/downloads/",
166 "license": [
167 "BSD-3-Clause"
168 ],
169 "authors": [
170 {
171 "name": "Cameron Eagans",
172 "email": "me@cweagans.net"
173 }
174 ],
175 "description": "Provides a way to patch Composer packages.",
176 "time": "2018-05-11T18:00:16+00:00"
177 },
0a4cb750
TO
178 {
179 "name": "dompdf/dompdf",
b85181d1 180 "version": "v0.8.3",
0a4cb750
TO
181 "source": {
182 "type": "git",
183 "url": "https://github.com/dompdf/dompdf.git",
b85181d1 184 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
0a4cb750
TO
185 },
186 "dist": {
187 "type": "zip",
b85181d1 188 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
189 "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
0a4cb750
TO
190 "shasum": ""
191 },
192 "require": {
e91585d7 193 "ext-dom": "*",
e91585d7 194 "ext-mbstring": "*",
bd48ca3f 195 "phenx/php-font-lib": "0.5.*",
b85181d1 196 "phenx/php-svg-lib": "0.3.*",
197 "php": ">=5.4.0"
e91585d7
SL
198 },
199 "require-dev": {
b85181d1 200 "phpunit/phpunit": "^4.8|^5.5|^6.5",
bd48ca3f 201 "squizlabs/php_codesniffer": "2.*"
0a4cb750 202 },
b85181d1 203 "suggest": {
204 "ext-gd": "Needed to process images",
205 "ext-gmagick": "Improves image processing performance",
206 "ext-imagick": "Improves image processing performance"
207 },
0a4cb750 208 "type": "library",
e91585d7
SL
209 "extra": {
210 "branch-alias": {
211 "dev-develop": "0.7-dev"
212 }
213 },
0a4cb750 214 "autoload": {
e91585d7
SL
215 "psr-4": {
216 "Dompdf\\": "src/"
217 },
0a4cb750 218 "classmap": [
e91585d7 219 "lib/"
0a4cb750
TO
220 ]
221 },
222 "notification-url": "https://packagist.org/downloads/",
223 "license": [
e91585d7 224 "LGPL-2.1"
0a4cb750
TO
225 ],
226 "authors": [
227 {
228 "name": "Fabien Ménager",
229 "email": "fabien.menager@gmail.com"
230 },
231 {
232 "name": "Brian Sweeney",
233 "email": "eclecticgeek@gmail.com"
e91585d7
SL
234 },
235 {
236 "name": "Gabriel Bull",
237 "email": "me@gabrielbull.com"
0a4cb750
TO
238 }
239 ],
240 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
241 "homepage": "https://github.com/dompdf/dompdf",
b85181d1 242 "time": "2018-12-14T02:40:31+00:00"
0a4cb750 243 },
209ef5bf
TO
244 {
245 "name": "electrolinux/phpquery",
246 "version": "0.9.6",
247 "source": {
248 "type": "git",
249 "url": "https://github.com/electrolinux/phpquery.git",
250 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
251 },
252 "dist": {
253 "type": "zip",
254 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
255 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
256 "shasum": ""
257 },
258 "type": "library",
259 "autoload": {
260 "classmap": [
261 "phpQuery/"
262 ]
263 },
264 "notification-url": "https://packagist.org/downloads/",
265 "license": [
266 "MIT"
267 ],
268 "authors": [
269 {
270 "name": "Tobiasz Cudnik",
271 "email": "tobiasz.cudnik@gmail.com",
272 "homepage": "https://github.com/TobiaszCudnik",
273 "role": "Developer"
274 },
275 {
276 "name": "didier Belot",
277 "role": "Packager"
278 }
279 ],
280 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
281 "homepage": "http://code.google.com/p/phpquery/",
282 "time": "2013-03-21T12:39:33+00:00"
283 },
f9bdf062 284 {
285 "name": "guzzlehttp/guzzle",
286 "version": "6.3.0",
287 "source": {
288 "type": "git",
289 "url": "https://github.com/guzzle/guzzle.git",
290 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
291 },
292 "dist": {
293 "type": "zip",
294 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
295 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
296 "shasum": ""
297 },
298 "require": {
299 "guzzlehttp/promises": "^1.0",
300 "guzzlehttp/psr7": "^1.4",
301 "php": ">=5.5"
302 },
303 "require-dev": {
304 "ext-curl": "*",
305 "phpunit/phpunit": "^4.0 || ^5.0",
306 "psr/log": "^1.0"
307 },
308 "suggest": {
309 "psr/log": "Required for using the Log middleware"
310 },
311 "type": "library",
312 "extra": {
313 "branch-alias": {
314 "dev-master": "6.2-dev"
315 }
316 },
317 "autoload": {
318 "files": [
319 "src/functions_include.php"
320 ],
321 "psr-4": {
322 "GuzzleHttp\\": "src/"
323 }
324 },
325 "notification-url": "https://packagist.org/downloads/",
326 "license": [
327 "MIT"
328 ],
329 "authors": [
330 {
331 "name": "Michael Dowling",
332 "email": "mtdowling@gmail.com",
333 "homepage": "https://github.com/mtdowling"
334 }
335 ],
336 "description": "Guzzle is a PHP HTTP client library",
337 "homepage": "http://guzzlephp.org/",
338 "keywords": [
339 "client",
340 "curl",
341 "framework",
342 "http",
343 "http client",
344 "rest",
345 "web service"
346 ],
347 "time": "2017-06-22T18:50:49+00:00"
348 },
349 {
350 "name": "guzzlehttp/promises",
351 "version": "v1.3.1",
352 "source": {
353 "type": "git",
354 "url": "https://github.com/guzzle/promises.git",
355 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
356 },
357 "dist": {
358 "type": "zip",
359 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
360 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
361 "shasum": ""
362 },
363 "require": {
364 "php": ">=5.5.0"
365 },
366 "require-dev": {
367 "phpunit/phpunit": "^4.0"
368 },
369 "type": "library",
370 "extra": {
371 "branch-alias": {
372 "dev-master": "1.4-dev"
373 }
374 },
375 "autoload": {
376 "psr-4": {
377 "GuzzleHttp\\Promise\\": "src/"
378 },
379 "files": [
380 "src/functions_include.php"
381 ]
382 },
383 "notification-url": "https://packagist.org/downloads/",
384 "license": [
385 "MIT"
386 ],
387 "authors": [
388 {
389 "name": "Michael Dowling",
390 "email": "mtdowling@gmail.com",
391 "homepage": "https://github.com/mtdowling"
392 }
393 ],
394 "description": "Guzzle promises library",
395 "keywords": [
396 "promise"
397 ],
398 "time": "2016-12-20T10:07:11+00:00"
399 },
400 {
401 "name": "guzzlehttp/psr7",
402 "version": "1.4.2",
403 "source": {
404 "type": "git",
405 "url": "https://github.com/guzzle/psr7.git",
406 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
407 },
408 "dist": {
409 "type": "zip",
410 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
411 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
412 "shasum": ""
413 },
414 "require": {
415 "php": ">=5.4.0",
416 "psr/http-message": "~1.0"
417 },
418 "provide": {
419 "psr/http-message-implementation": "1.0"
420 },
421 "require-dev": {
422 "phpunit/phpunit": "~4.0"
423 },
424 "type": "library",
425 "extra": {
426 "branch-alias": {
427 "dev-master": "1.4-dev"
428 }
429 },
430 "autoload": {
431 "psr-4": {
432 "GuzzleHttp\\Psr7\\": "src/"
433 },
434 "files": [
435 "src/functions_include.php"
436 ]
437 },
438 "notification-url": "https://packagist.org/downloads/",
439 "license": [
440 "MIT"
441 ],
442 "authors": [
443 {
444 "name": "Michael Dowling",
445 "email": "mtdowling@gmail.com",
446 "homepage": "https://github.com/mtdowling"
447 },
448 {
449 "name": "Tobias Schultze",
450 "homepage": "https://github.com/Tobion"
451 }
452 ],
453 "description": "PSR-7 message implementation that also provides common utility methods",
454 "keywords": [
455 "http",
456 "message",
457 "request",
458 "response",
459 "stream",
460 "uri",
461 "url"
462 ],
463 "time": "2017-03-20T17:10:46+00:00"
464 },
6cb3fe2e
SL
465 {
466 "name": "katzien/php-mime-type",
467 "version": "2.1.0",
468 "source": {
469 "type": "git",
470 "url": "https://github.com/katzien/PhpMimeType.git",
471 "reference": "159dfbdcd5906442f3dad89951127f0b9dfa3b78"
472 },
473 "dist": {
474 "type": "zip",
475 "url": "https://api.github.com/repos/katzien/PhpMimeType/zipball/159dfbdcd5906442f3dad89951127f0b9dfa3b78",
476 "reference": "159dfbdcd5906442f3dad89951127f0b9dfa3b78",
477 "shasum": ""
478 },
479 "require": {
480 "php": ">=5.6"
481 },
482 "require-dev": {
483 "phpunit/phpunit": "5.*",
484 "satooshi/php-coveralls": "1.*"
485 },
486 "type": "library",
487 "autoload": {
488 "psr-4": {
489 "MimeType\\": "src/"
490 }
491 },
492 "notification-url": "https://packagist.org/downloads/",
493 "license": [
494 "MIT"
495 ],
496 "authors": [
497 {
498 "name": "Kat Zien"
499 }
500 ],
501 "description": "A PHP library to detect the mime type of files.",
502 "homepage": "https://github.com/katzien/PhpMimeType",
503 "keywords": [
504 "mimetype",
505 "php"
506 ],
507 "time": "2017-03-23T02:05:33+00:00"
508 },
b6349baa 509 {
510 "name": "league/csv",
511 "version": "9.2.1",
512 "source": {
513 "type": "git",
514 "url": "https://github.com/thephpleague/csv.git",
515 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9"
516 },
517 "dist": {
518 "type": "zip",
519 "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
520 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
521 "shasum": ""
522 },
523 "require": {
524 "ext-mbstring": "*",
525 "php": ">=7.0.10"
526 },
527 "require-dev": {
528 "ext-curl": "*",
529 "friendsofphp/php-cs-fixer": "^2.12",
530 "phpstan/phpstan": "^0.9.2",
531 "phpstan/phpstan-phpunit": "^0.9.4",
532 "phpstan/phpstan-strict-rules": "^0.9.0",
533 "phpunit/phpunit": "^6.0"
534 },
535 "suggest": {
536 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
537 },
538 "type": "library",
539 "extra": {
540 "branch-alias": {
541 "dev-master": "9.x-dev"
542 }
543 },
544 "autoload": {
545 "psr-4": {
546 "League\\Csv\\": "src"
547 },
548 "files": [
549 "src/functions_include.php"
550 ]
551 },
552 "notification-url": "https://packagist.org/downloads/",
553 "license": [
554 "MIT"
555 ],
556 "authors": [
557 {
558 "name": "Ignace Nyamagana Butera",
559 "email": "nyamsprod@gmail.com",
560 "homepage": "https://github.com/nyamsprod/",
561 "role": "Developer"
562 }
563 ],
564 "description": "Csv data manipulation made easy in PHP",
565 "homepage": "http://csv.thephpleague.com",
566 "keywords": [
567 "csv",
568 "export",
569 "filter",
570 "import",
571 "read",
572 "write"
573 ],
574 "time": "2019-06-07T06:24:33+00:00"
575 },
fd6605f0
JK
576 {
577 "name": "marcj/topsort",
77c89e7a 578 "version": "1.1.0",
fd6605f0
JK
579 "source": {
580 "type": "git",
77c89e7a
TO
581 "url": "https://github.com/marcj/topsort.php.git",
582 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
583 },
584 "dist": {
585 "type": "zip",
586 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
587 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
588 "shasum": ""
fd6605f0
JK
589 },
590 "require": {
77c89e7a 591 "php": ">=5.4"
fd6605f0
JK
592 },
593 "require-dev": {
594 "codeclimate/php-test-reporter": "dev-master",
595 "phpunit/phpunit": "~4.0",
596 "symfony/console": "~2.5"
597 },
598 "type": "library",
599 "autoload": {
600 "psr-4": {
601 "MJS\\TopSort\\": "src/",
602 "MJS\\TopSort\\Tests\\": "tests/Tests/"
603 }
604 },
77c89e7a 605 "notification-url": "https://packagist.org/downloads/",
fd6605f0
JK
606 "license": [
607 "MIT"
608 ],
609 "authors": [
610 {
611 "name": "Marc J. Schmidt",
612 "email": "marc@marcjschmidt.de"
613 }
614 ],
615 "description": "High-Performance TopSort/Dependency resolving algorithm",
616 "keywords": [
617 "dependency resolving",
618 "topological sort",
619 "topsort"
620 ],
77c89e7a 621 "time": "2016-11-19T14:58:11+00:00"
fd6605f0 622 },
61a197f8
SL
623 {
624 "name": "pclzip/pclzip",
625 "version": "2.8.2",
626 "source": {
627 "type": "git",
628 "url": "https://github.com/ivanlanin/pclzip.git",
629 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
630 },
631 "dist": {
632 "type": "zip",
633 "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
634 "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
635 "shasum": ""
636 },
637 "type": "library",
638 "autoload": {
639 "classmap": [
640 "pclzip.lib.php"
641 ]
642 },
643 "notification-url": "https://packagist.org/downloads/",
644 "license": [
645 "LGPL-2.1"
646 ],
647 "authors": [
648 {
649 "name": "Vincent Blavet"
650 }
651 ],
652 "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
653 "homepage": "http://www.phpconcept.net/pclzip",
654 "keywords": [
655 "php",
656 "zip"
657 ],
8450657b 658 "time": "2014-06-05T11:42:24+00:00"
61a197f8 659 },
41f34647
SL
660 {
661 "name": "pear/auth_sasl",
662 "version": "v1.1.0",
663 "source": {
664 "type": "git",
665 "url": "https://github.com/pear/Auth_SASL.git",
666 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
667 },
668 "dist": {
669 "type": "zip",
670 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
671 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
672 "shasum": ""
673 },
674 "require": {
675 "pear/pear_exception": "@stable"
676 },
677 "require-dev": {
678 "phpunit/phpunit": "@stable"
679 },
680 "type": "library",
681 "autoload": {
682 "psr-0": {
683 "Auth": "./"
684 }
685 },
686 "notification-url": "https://packagist.org/downloads/",
687 "include-path": [
688 "./"
689 ],
690 "license": [
691 "BSD"
692 ],
693 "authors": [
694 {
695 "name": "Anish Mistry",
696 "email": "amistry@am-productions.biz",
697 "role": "Lead"
698 },
699 {
700 "name": "Richard Heyes",
701 "email": "richard@php.net",
702 "role": "Lead"
703 },
704 {
705 "name": "Michael Bretterklieber",
706 "email": "michael@bretterklieber.com",
707 "role": "Lead"
708 }
709 ],
710 "description": "Abstraction of various SASL mechanism responses",
711 "time": "2017-03-07T14:37:05+00:00"
712 },
2215f6dc 713 {
714 "name": "pear/console_getopt",
715 "version": "v1.4.1",
716 "source": {
717 "type": "git",
718 "url": "https://github.com/pear/Console_Getopt.git",
719 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
720 },
721 "dist": {
722 "type": "zip",
723 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
724 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
725 "shasum": ""
726 },
727 "type": "library",
728 "autoload": {
729 "psr-0": {
730 "Console": "./"
731 }
732 },
733 "notification-url": "https://packagist.org/downloads/",
734 "include-path": [
735 "./"
736 ],
737 "license": [
738 "BSD-2-Clause"
739 ],
740 "authors": [
741 {
742 "name": "Greg Beaver",
743 "email": "cellog@php.net",
744 "role": "Helper"
745 },
746 {
747 "name": "Andrei Zmievski",
748 "email": "andrei@php.net",
749 "role": "Lead"
750 },
751 {
752 "name": "Stig Bakken",
753 "email": "stig@php.net",
754 "role": "Developer"
755 }
756 ],
757 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
758 "time": "2015-07-20T20:28:12+00:00"
759 },
2f0db034
SL
760 {
761 "name": "pear/log",
762 "version": "1.13.1",
763 "source": {
764 "type": "git",
765 "url": "https://github.com/pear/Log.git",
766 "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803"
767 },
768 "dist": {
769 "type": "zip",
770 "url": "https://api.github.com/repos/pear/Log/zipball/c4be9ded2353c7c231d4c35cc3da75b209453803",
771 "reference": "c4be9ded2353c7c231d4c35cc3da75b209453803",
772 "shasum": ""
773 },
774 "require": {
775 "pear/pear_exception": "1.0.0",
776 "php": ">5.2"
777 },
778 "require-dev": {
779 "phpunit/phpunit": "*"
780 },
781 "suggest": {
782 "pear/db": "Install optionally via your project's composer.json"
783 },
784 "type": "library",
785 "autoload": {
786 "psr-0": {
787 "Log": "./"
788 }
789 },
790 "notification-url": "https://packagist.org/downloads/",
791 "include-path": [
792 ""
793 ],
794 "license": [
795 "MIT"
796 ],
797 "authors": [
798 {
799 "name": "Jon Parise",
800 "email": "jon@php.net",
801 "homepage": "http://www.indelible.org",
802 "role": "Developer"
803 }
804 ],
805 "description": "PEAR Logging Framework",
806 "homepage": "http://pear.github.io/Log/",
807 "keywords": [
808 "log",
809 "logging"
810 ],
811 "time": "2016-04-16T00:49:33+00:00"
812 },
2215f6dc 813 {
814 "name": "pear/mail",
815 "version": "v1.4.1",
816 "source": {
817 "type": "git",
818 "url": "https://github.com/pear/Mail.git",
819 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
820 },
821 "dist": {
822 "type": "zip",
823 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
824 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
825 "shasum": ""
826 },
827 "require": {
828 "pear/pear-core-minimal": "~1.9",
829 "php": ">=5.2.1"
830 },
831 "require-dev": {
832 "pear/pear": "*"
833 },
834 "suggest": {
835 "pear/net_smtp": "Install optionally via your project's composer.json"
836 },
837 "type": "library",
838 "autoload": {
839 "psr-0": {
840 "Mail": "./"
841 }
842 },
843 "notification-url": "https://packagist.org/downloads/",
844 "include-path": [
845 "./"
846 ],
847 "license": [
848 "BSD-2-Clause"
849 ],
850 "authors": [
851 {
852 "name": "Chuck Hagenbuch",
853 "email": "chuck@horde.org",
854 "role": "Lead"
855 },
856 {
857 "name": "Richard Heyes",
858 "email": "richard@phpguru.org",
859 "role": "Developer"
860 },
861 {
862 "name": "Aleksander Machniak",
863 "email": "alec@alec.pl",
864 "role": "Developer"
865 }
866 ],
867 "description": "Class that provides multiple interfaces for sending emails.",
868 "homepage": "http://pear.php.net/package/Mail",
869 "time": "2017-04-11T17:27:29+00:00"
870 },
0ccbacae
SL
871 {
872 "name": "pear/net_smtp",
873 "version": "1.6.3",
874 "source": {
875 "type": "git",
876 "url": "https://github.com/pear/Net_SMTP.git",
877 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c"
878 },
879 "dist": {
880 "type": "zip",
881 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/7b6240761adf6ee245098e238a25d5c35650d82c",
882 "reference": "7b6240761adf6ee245098e238a25d5c35650d82c",
883 "shasum": ""
884 },
885 "require": {
886 "pear/net_socket": "*",
887 "pear/pear_exception": "*",
888 "php": ">=4.0.5"
889 },
890 "require-dev": {
891 "phpunit/phpunit": "*"
892 },
893 "suggest": {
894 "pear/auth_sasl": "Install optionally via your project's composer.json"
895 },
896 "type": "library",
897 "autoload": {
898 "psr-0": {
899 "Net": "./"
900 }
901 },
902 "notification-url": "https://packagist.org/downloads/",
903 "include-path": [
904 "./"
905 ],
906 "license": [
907 "PHP License"
908 ],
909 "authors": [
910 {
911 "name": "Jon Parise",
912 "email": "jon@php.net",
913 "homepage": "http://www.indelible.org",
914 "role": "Lead"
915 },
916 {
917 "name": "Chuck Hagenbuch",
918 "email": "chuck@horde.org",
919 "role": "Lead"
920 }
921 ],
922 "description": "An implementation of the SMTP protocol",
923 "homepage": "http://pear.github.io/Net_SMTP/",
924 "keywords": [
925 "email",
926 "mail",
927 "smtp"
928 ],
929 "time": "2015-08-02T17:20:17+00:00"
930 },
931 {
932 "name": "pear/net_socket",
933 "version": "1.0.14",
934 "source": {
935 "type": "git",
936 "url": "https://github.com/pear/Net_Socket.git",
937 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
938 },
939 "dist": {
940 "type": "zip",
941 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
942 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
943 "shasum": ""
944 },
945 "require": {
946 "pear/pear_exception": "*"
947 },
948 "require-dev": {
949 "phpunit/phpunit": "*"
950 },
951 "type": "library",
952 "autoload": {
953 "psr-0": {
954 "Net": "./"
955 }
956 },
957 "notification-url": "https://packagist.org/downloads/",
958 "include-path": [
959 "./"
960 ],
961 "license": [
962 "PHP License"
963 ],
964 "authors": [
965 {
966 "name": "Chuck Hagenbuch",
967 "email": "chuck@horde.org",
968 "role": "Lead"
969 },
970 {
971 "name": "Aleksander Machniak",
972 "email": "alec@php.net",
973 "role": "Lead"
974 },
975 {
976 "name": "Stig Bakken",
977 "email": "stig@php.net",
978 "role": "Lead"
979 }
980 ],
981 "description": "More info available on: http://pear.php.net/package/Net_Socket",
982 "time": "2014-02-20T19:27:06+00:00"
983 },
2215f6dc 984 {
985 "name": "pear/pear-core-minimal",
986 "version": "v1.10.7",
987 "source": {
988 "type": "git",
989 "url": "https://github.com/pear/pear-core-minimal.git",
990 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
991 },
992 "dist": {
993 "type": "zip",
994 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
995 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
996 "shasum": ""
997 },
998 "require": {
999 "pear/console_getopt": "~1.4",
1000 "pear/pear_exception": "~1.0"
1001 },
1002 "replace": {
1003 "rsky/pear-core-min": "self.version"
1004 },
1005 "type": "library",
1006 "autoload": {
1007 "psr-0": {
1008 "": "src/"
1009 }
1010 },
1011 "notification-url": "https://packagist.org/downloads/",
1012 "include-path": [
1013 "src/"
1014 ],
1015 "license": [
1016 "BSD-3-Clause"
1017 ],
1018 "authors": [
1019 {
1020 "name": "Christian Weiske",
1021 "email": "cweiske@php.net",
1022 "role": "Lead"
1023 }
1024 ],
1025 "description": "Minimal set of PEAR core files to be used as composer dependency",
1026 "time": "2018-12-05T20:03:52+00:00"
1027 },
2d0eaf7e
SL
1028 {
1029 "name": "pear/pear_exception",
1030 "version": "v1.0.0",
1031 "source": {
1032 "type": "git",
1033 "url": "https://github.com/pear/PEAR_Exception.git",
1034 "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
1035 },
1036 "dist": {
1037 "type": "zip",
1038 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
1039 "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
1040 "shasum": ""
1041 },
1042 "require": {
1043 "php": ">=4.4.0"
1044 },
1045 "require-dev": {
1046 "phpunit/phpunit": "*"
1047 },
1048 "type": "class",
1049 "extra": {
1050 "branch-alias": {
1051 "dev-master": "1.0.x-dev"
1052 }
1053 },
1054 "autoload": {
1055 "psr-0": {
1056 "PEAR": ""
1057 }
1058 },
1059 "notification-url": "https://packagist.org/downloads/",
1060 "include-path": [
1061 "."
1062 ],
1063 "license": [
1064 "BSD-2-Clause"
1065 ],
1066 "authors": [
1067 {
1068 "name": "Helgi Thormar",
1069 "email": "dufuz@php.net"
1070 },
1071 {
1072 "name": "Greg Beaver",
1073 "email": "cellog@php.net"
1074 }
1075 ],
1076 "description": "The PEAR Exception base class.",
1077 "homepage": "https://github.com/pear/PEAR_Exception",
1078 "keywords": [
1079 "exception"
1080 ],
8450657b 1081 "time": "2015-02-10T20:07:52+00:00"
2d0eaf7e
SL
1082 },
1083 {
1084 "name": "pear/validate_finance_creditcard",
0df41a8e 1085 "version": "dev-master",
2d0eaf7e
SL
1086 "source": {
1087 "type": "git",
1088 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
989532f6 1089 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f"
2d0eaf7e
SL
1090 },
1091 "dist": {
1092 "type": "zip",
989532f6
SL
1093 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f",
1094 "reference": "a74da657d7a6f24b7e669294b32812e9a947519f",
2d0eaf7e
SL
1095 "shasum": ""
1096 },
1097 "require": {
1098 "pear/pear_exception": "*",
1099 "php": ">=5.2.1"
1100 },
1101 "require-dev": {
1102 "phpunit/phpunit": "*"
1103 },
1104 "type": "library",
1105 "autoload": {
1106 "psr-0": {
1107 "Validate": "./"
1108 }
1109 },
1110 "notification-url": "https://packagist.org/downloads/",
1111 "include-path": [
1112 "./"
1113 ],
1114 "license": [
1115 "New BSD"
1116 ],
1117 "authors": [
1118 {
1119 "name": "Philippe Jausions",
1120 "email": "Philippe.Jausions@11abacus.com",
1121 "role": "Lead"
1122 }
1123 ],
1124 "description": "Validation class for credit cards.",
77c89e7a 1125 "time": "2016-09-12T08:01:21+00:00"
2d0eaf7e 1126 },
0a4cb750
TO
1127 {
1128 "name": "phenx/php-font-lib",
664e998e 1129 "version": "0.5",
0a4cb750
TO
1130 "source": {
1131 "type": "git",
1132 "url": "https://github.com/PhenX/php-font-lib.git",
664e998e 1133 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962"
0a4cb750
TO
1134 },
1135 "dist": {
1136 "type": "zip",
664e998e
SL
1137 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962",
1138 "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962",
0a4cb750
TO
1139 "shasum": ""
1140 },
bd48ca3f
SL
1141 "require-dev": {
1142 "phpunit/phpunit": "^4.8"
1143 },
0a4cb750
TO
1144 "type": "library",
1145 "autoload": {
bd48ca3f
SL
1146 "psr-4": {
1147 "FontLib\\": "src/FontLib"
e91585d7 1148 }
0a4cb750
TO
1149 },
1150 "notification-url": "https://packagist.org/downloads/",
1151 "license": [
e91585d7 1152 "LGPL-3.0"
0a4cb750
TO
1153 ],
1154 "authors": [
1155 {
1156 "name": "Fabien Ménager",
1157 "email": "fabien.menager@gmail.com"
1158 }
1159 ],
1160 "description": "A library to read, parse, export and make subsets of different types of font files.",
1161 "homepage": "https://github.com/PhenX/php-font-lib",
664e998e 1162 "time": "2017-02-11T10:58:43+00:00"
e91585d7
SL
1163 },
1164 {
1165 "name": "phenx/php-svg-lib",
b85181d1 1166 "version": "v0.3.3",
e91585d7
SL
1167 "source": {
1168 "type": "git",
1169 "url": "https://github.com/PhenX/php-svg-lib.git",
b85181d1 1170 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
e91585d7
SL
1171 },
1172 "dist": {
1173 "type": "zip",
b85181d1 1174 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
1175 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
e91585d7
SL
1176 "shasum": ""
1177 },
bd48ca3f 1178 "require": {
b85181d1 1179 "sabberworm/php-css-parser": "^8.3"
1180 },
1181 "require-dev": {
1182 "phpunit/phpunit": "^5.5|^6.5"
bd48ca3f 1183 },
e91585d7
SL
1184 "type": "library",
1185 "autoload": {
b85181d1 1186 "psr-4": {
1187 "Svg\\": "src/Svg"
e91585d7
SL
1188 }
1189 },
1190 "notification-url": "https://packagist.org/downloads/",
1191 "license": [
1192 "LGPL-3.0"
1193 ],
1194 "authors": [
1195 {
1196 "name": "Fabien Ménager",
1197 "email": "fabien.menager@gmail.com"
1198 }
1199 ],
1200 "description": "A library to read, parse and export to PDF SVG files.",
1201 "homepage": "https://github.com/PhenX/php-svg-lib",
b85181d1 1202 "time": "2019-09-11T20:02:13+00:00"
0a4cb750 1203 },
61a197f8
SL
1204 {
1205 "name": "phpoffice/common",
66a7c254 1206 "version": "0.2.9",
61a197f8
SL
1207 "source": {
1208 "type": "git",
1209 "url": "https://github.com/PHPOffice/Common.git",
66a7c254 1210 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
61a197f8
SL
1211 },
1212 "dist": {
1213 "type": "zip",
66a7c254
SL
1214 "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
1215 "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
61a197f8
SL
1216 "shasum": ""
1217 },
1218 "require": {
1219 "pclzip/pclzip": "^2.8",
1220 "php": ">=5.3.0"
1221 },
1222 "require-dev": {
1223 "phpdocumentor/phpdocumentor": "2.*",
1224 "phploc/phploc": "2.*",
1225 "phpmd/phpmd": "2.*",
66a7c254 1226 "phpunit/phpunit": "^4.8.36 || ^7.0",
61a197f8
SL
1227 "sebastian/phpcpd": "2.*",
1228 "squizlabs/php_codesniffer": "2.*"
1229 },
1230 "type": "library",
66a7c254
SL
1231 "extra": {
1232 "patches_applied": {
1233 "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch"
1234 }
1235 },
61a197f8
SL
1236 "autoload": {
1237 "psr-4": {
1238 "PhpOffice\\Common\\": "src/Common/"
1239 }
1240 },
1241 "notification-url": "https://packagist.org/downloads/",
1242 "license": [
1243 "LGPL"
1244 ],
1245 "authors": [
1246 {
1247 "name": "Mark Baker"
1248 },
1249 {
1250 "name": "Franck Lefevre",
1251 "homepage": "http://rootslabs.net"
1252 }
1253 ],
1254 "description": "PHPOffice Common",
1255 "homepage": "http://phpoffice.github.io",
1256 "keywords": [
1257 "common",
1258 "component",
1259 "office",
1260 "php"
1261 ],
66a7c254 1262 "time": "2018-07-13T14:12:34+00:00"
61a197f8 1263 },
db7b0381
CW
1264 {
1265 "name": "phpoffice/phpword",
66a7c254 1266 "version": "0.15.0",
db7b0381
CW
1267 "source": {
1268 "type": "git",
1269 "url": "https://github.com/PHPOffice/PHPWord.git",
66a7c254 1270 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f"
db7b0381
CW
1271 },
1272 "dist": {
1273 "type": "zip",
66a7c254
SL
1274 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
1275 "reference": "dfa2f36cad2b632b7ab1c56473e4f5db9a7caf7f",
db7b0381
CW
1276 "shasum": ""
1277 },
1278 "require": {
1279 "ext-xml": "*",
5af9e53b 1280 "php": "^5.3.3 || ^7.0",
66a7c254
SL
1281 "phpoffice/common": "^0.2.9",
1282 "zendframework/zend-escaper": "^2.2"
db7b0381
CW
1283 },
1284 "require-dev": {
5af9e53b 1285 "dompdf/dompdf": "0.8.*",
66a7c254
SL
1286 "ext-gd": "*",
1287 "ext-zip": "*",
1288 "friendsofphp/php-cs-fixer": "^2.2",
1289 "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
1290 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
5af9e53b 1291 "phploc/phploc": "2.* || 3.* || 4.*",
db7b0381 1292 "phpmd/phpmd": "2.*",
66a7c254
SL
1293 "phpunit/phpunit": "^4.8.36 || ^7.0",
1294 "squizlabs/php_codesniffer": "^2.9",
61a197f8 1295 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
1296 },
1297 "suggest": {
61a197f8
SL
1298 "dompdf/dompdf": "Allows writing PDF",
1299 "ext-gd2": "Allows adding images",
1300 "ext-xmlwriter": "Allows writing OOXML and ODF",
1301 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
1302 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
1303 },
1304 "type": "library",
66a7c254
SL
1305 "extra": {
1306 "branch-alias": {
1307 "dev-develop": "0.16-dev"
1308 },
1309 "patches_applied": {
1310 "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpword-libxml-fix-global-handling.patch"
1311 }
1312 },
db7b0381
CW
1313 "autoload": {
1314 "psr-4": {
1315 "PhpOffice\\PhpWord\\": "src/PhpWord"
1316 }
1317 },
1318 "notification-url": "https://packagist.org/downloads/",
1319 "license": [
1320 "LGPL-3.0"
1321 ],
1322 "authors": [
1323 {
1324 "name": "Mark Baker"
1325 },
db7b0381
CW
1326 {
1327 "name": "Gabriel Bull",
1328 "email": "me@gabrielbull.com",
1329 "homepage": "http://gabrielbull.com/"
1330 },
1331 {
1332 "name": "Ivan Lanin",
1333 "homepage": "http://ivan.lanin.org"
1334 },
1335 {
1336 "name": "Roman Syroeshko",
1337 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b
DS
1338 },
1339 {
1340 "name": "Franck Lefevre",
1341 "homepage": "https://rootslabs.net/blog/"
1342 },
1343 {
1344 "name": "Antoine de Troostembergh"
db7b0381
CW
1345 }
1346 ],
61a197f8 1347 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
1348 "homepage": "http://phpoffice.github.io",
1349 "keywords": [
1350 "ISO IEC 29500",
1351 "OOXML",
1352 "Office Open XML",
1353 "OpenDocument",
1354 "OpenXML",
1355 "PhpOffice",
1356 "PhpWord",
1357 "Rich Text Format",
1358 "WordprocessingML",
1359 "doc",
1360 "docx",
1361 "html",
61a197f8 1362 "odf",
db7b0381
CW
1363 "odt",
1364 "office",
1365 "pdf",
1366 "php",
1367 "reader",
1368 "rtf",
1369 "template",
1370 "template processor",
1371 "word",
1372 "writer"
1373 ],
66a7c254 1374 "time": "2018-07-14T16:59:43+00:00"
db7b0381 1375 },
94ddb538
TO
1376 {
1377 "name": "phpseclib/phpseclib",
bd48ca3f 1378 "version": "1.0.7",
94ddb538
TO
1379 "source": {
1380 "type": "git",
1381 "url": "https://github.com/phpseclib/phpseclib.git",
bd48ca3f 1382 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b"
94ddb538
TO
1383 },
1384 "dist": {
1385 "type": "zip",
bd48ca3f
SL
1386 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b",
1387 "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b",
94ddb538
TO
1388 "shasum": ""
1389 },
1390 "require": {
1391 "php": ">=5.0.0"
1392 },
1393 "require-dev": {
1394 "phing/phing": "~2.7",
1395 "phpunit/phpunit": "~4.0",
1396 "sami/sami": "~2.0",
fcfd7b4d 1397 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
1398 },
1399 "suggest": {
1400 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1401 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
fcfd7b4d 1402 "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0."
94ddb538
TO
1403 },
1404 "type": "library",
94ddb538
TO
1405 "autoload": {
1406 "psr-0": {
1407 "Crypt": "phpseclib/",
1408 "File": "phpseclib/",
1409 "Math": "phpseclib/",
1410 "Net": "phpseclib/",
1411 "System": "phpseclib/"
1412 },
1413 "files": [
fcfd7b4d 1414 "phpseclib/bootstrap.php",
94ddb538
TO
1415 "phpseclib/Crypt/Random.php"
1416 ]
1417 },
1418 "notification-url": "https://packagist.org/downloads/",
1419 "include-path": [
1420 "phpseclib/"
1421 ],
1422 "license": [
1423 "MIT"
1424 ],
1425 "authors": [
1426 {
1427 "name": "Jim Wigginton",
1428 "email": "terrafrost@php.net",
1429 "role": "Lead Developer"
1430 },
1431 {
1432 "name": "Patrick Monnerat",
1433 "email": "pm@datasphere.ch",
1434 "role": "Developer"
1435 },
1436 {
1437 "name": "Andreas Fischer",
1438 "email": "bantu@phpbb.com",
1439 "role": "Developer"
1440 },
1441 {
1442 "name": "Hans-Jürgen Petrich",
1443 "email": "petrich@tronic-media.com",
1444 "role": "Developer"
fcfd7b4d
TO
1445 },
1446 {
1447 "name": "Graham Campbell",
1448 "email": "graham@alt-three.com",
1449 "role": "Developer"
94ddb538
TO
1450 }
1451 ],
1452 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1453 "homepage": "http://phpseclib.sourceforge.net",
1454 "keywords": [
1455 "BigInteger",
1456 "aes",
1457 "asn.1",
1458 "asn1",
1459 "blowfish",
1460 "crypto",
1461 "cryptography",
1462 "encryption",
1463 "rsa",
1464 "security",
1465 "sftp",
1466 "signature",
1467 "signing",
1468 "ssh",
1469 "twofish",
1470 "x.509",
1471 "x509"
1472 ],
bd48ca3f 1473 "time": "2017-06-05T06:30:30+00:00"
94ddb538 1474 },
f9bdf062 1475 {
1476 "name": "psr/http-message",
1477 "version": "1.0.1",
1478 "source": {
1479 "type": "git",
1480 "url": "https://github.com/php-fig/http-message.git",
1481 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1482 },
1483 "dist": {
1484 "type": "zip",
1485 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1486 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1487 "shasum": ""
1488 },
1489 "require": {
1490 "php": ">=5.3.0"
1491 },
1492 "type": "library",
1493 "extra": {
1494 "branch-alias": {
1495 "dev-master": "1.0.x-dev"
1496 }
1497 },
1498 "autoload": {
1499 "psr-4": {
1500 "Psr\\Http\\Message\\": "src/"
1501 }
1502 },
1503 "notification-url": "https://packagist.org/downloads/",
1504 "license": [
1505 "MIT"
1506 ],
1507 "authors": [
1508 {
1509 "name": "PHP-FIG",
1510 "homepage": "http://www.php-fig.org/"
1511 }
1512 ],
1513 "description": "Common interface for HTTP messages",
1514 "homepage": "https://github.com/php-fig/http-message",
1515 "keywords": [
1516 "http",
1517 "http-message",
1518 "psr",
1519 "psr-7",
1520 "request",
1521 "response"
1522 ],
1523 "time": "2016-08-06T14:39:51+00:00"
1524 },
fd6605f0
JK
1525 {
1526 "name": "psr/log",
2ac97b20 1527 "version": "1.1.0",
0a4cb750
TO
1528 "source": {
1529 "type": "git",
1530 "url": "https://github.com/php-fig/log.git",
2ac97b20 1531 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
0a4cb750
TO
1532 },
1533 "dist": {
1534 "type": "zip",
2ac97b20
SL
1535 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1536 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
0a4cb750
TO
1537 "shasum": ""
1538 },
2ac97b20
SL
1539 "require": {
1540 "php": ">=5.3.0"
1541 },
0a4cb750 1542 "type": "library",
2ac97b20
SL
1543 "extra": {
1544 "branch-alias": {
1545 "dev-master": "1.0.x-dev"
1546 }
1547 },
0a4cb750 1548 "autoload": {
2ac97b20
SL
1549 "psr-4": {
1550 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
1551 }
1552 },
1553 "notification-url": "https://packagist.org/downloads/",
1554 "license": [
1555 "MIT"
1556 ],
1557 "authors": [
1558 {
1559 "name": "PHP-FIG",
1560 "homepage": "http://www.php-fig.org/"
1561 }
1562 ],
1563 "description": "Common interface for logging libraries",
2ac97b20 1564 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
1565 "keywords": [
1566 "log",
1567 "psr",
1568 "psr-3"
1569 ],
2ac97b20 1570 "time": "2018-11-20T15:27:04+00:00"
0a4cb750 1571 },
6c1c4ffc
TO
1572 {
1573 "name": "psr/simple-cache",
1574 "version": "1.0.1",
1575 "source": {
1576 "type": "git",
1577 "url": "https://github.com/php-fig/simple-cache.git",
1578 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1579 },
1580 "dist": {
1581 "type": "zip",
1582 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1583 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1584 "shasum": ""
1585 },
1586 "require": {
1587 "php": ">=5.3.0"
1588 },
1589 "type": "library",
1590 "extra": {
1591 "branch-alias": {
1592 "dev-master": "1.0.x-dev"
1593 }
1594 },
1595 "autoload": {
1596 "psr-4": {
1597 "Psr\\SimpleCache\\": "src/"
1598 }
1599 },
1600 "notification-url": "https://packagist.org/downloads/",
1601 "license": [
1602 "MIT"
1603 ],
1604 "authors": [
1605 {
1606 "name": "PHP-FIG",
1607 "homepage": "http://www.php-fig.org/"
1608 }
1609 ],
1610 "description": "Common interfaces for simple caching",
1611 "keywords": [
1612 "cache",
1613 "caching",
1614 "psr",
1615 "psr-16",
1616 "simple-cache"
1617 ],
1618 "time": "2017-10-23T01:57:42+00:00"
1619 },
bd48ca3f
SL
1620 {
1621 "name": "sabberworm/php-css-parser",
b85181d1 1622 "version": "8.3.0",
bd48ca3f
SL
1623 "source": {
1624 "type": "git",
1625 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
b85181d1 1626 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
bd48ca3f
SL
1627 },
1628 "dist": {
1629 "type": "zip",
b85181d1 1630 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
1631 "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
bd48ca3f
SL
1632 "shasum": ""
1633 },
1634 "require": {
1635 "php": ">=5.3.2"
1636 },
b85181d1 1637 "require-dev": {
1638 "codacy/coverage": "^1.4",
1639 "phpunit/phpunit": "~4.8"
1640 },
bd48ca3f
SL
1641 "type": "library",
1642 "autoload": {
1643 "psr-0": {
1644 "Sabberworm\\CSS": "lib/"
1645 }
1646 },
1647 "notification-url": "https://packagist.org/downloads/",
1648 "license": [
1649 "MIT"
1650 ],
1651 "authors": [
1652 {
1653 "name": "Raphael Schweikert"
1654 }
1655 ],
1656 "description": "Parser for CSS Files written in PHP",
1657 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
1658 "keywords": [
1659 "css",
1660 "parser",
1661 "stylesheet"
1662 ],
b85181d1 1663 "time": "2019-02-22T07:42:52+00:00"
bd48ca3f 1664 },
40787e18
TO
1665 {
1666 "name": "symfony/config",
c837b233 1667 "version": "v2.8.44",
40787e18
TO
1668 "source": {
1669 "type": "git",
a84cc605 1670 "url": "https://github.com/symfony/config.git",
c837b233 1671 "reference": "06c0be4cdd8363f3ec8d592c9a4d1b981d5052af"
40787e18
TO
1672 },
1673 "dist": {
1674 "type": "zip",
c837b233
SL
1675 "url": "https://api.github.com/repos/symfony/config/zipball/06c0be4cdd8363f3ec8d592c9a4d1b981d5052af",
1676 "reference": "06c0be4cdd8363f3ec8d592c9a4d1b981d5052af",
40787e18
TO
1677 "shasum": ""
1678 },
1679 "require": {
c837b233
SL
1680 "php": ">=5.3.9",
1681 "symfony/filesystem": "~2.3|~3.0.0",
1682 "symfony/polyfill-ctype": "~1.8"
40787e18 1683 },
a892989e 1684 "require-dev": {
c837b233
SL
1685 "symfony/yaml": "~2.7|~3.0.0"
1686 },
1687 "suggest": {
1688 "symfony/yaml": "To use the yaml reference dumper"
a892989e 1689 },
40787e18
TO
1690 "type": "library",
1691 "extra": {
1692 "branch-alias": {
c837b233 1693 "dev-master": "2.8-dev"
40787e18
TO
1694 }
1695 },
1696 "autoload": {
c837b233 1697 "psr-4": {
40787e18 1698 "Symfony\\Component\\Config\\": ""
c837b233
SL
1699 },
1700 "exclude-from-classmap": [
1701 "/Tests/"
1702 ]
40787e18
TO
1703 },
1704 "notification-url": "https://packagist.org/downloads/",
1705 "license": [
1706 "MIT"
1707 ],
1708 "authors": [
40787e18
TO
1709 {
1710 "name": "Fabien Potencier",
1711 "email": "fabien@symfony.com"
a892989e
DS
1712 },
1713 {
1714 "name": "Symfony Community",
1715 "homepage": "https://symfony.com/contributors"
40787e18
TO
1716 }
1717 ],
1718 "description": "Symfony Config Component",
a892989e 1719 "homepage": "https://symfony.com",
c837b233 1720 "time": "2018-07-26T11:13:39+00:00"
40787e18 1721 },
0a4cb750
TO
1722 {
1723 "name": "symfony/dependency-injection",
c837b233 1724 "version": "v2.8.44",
0a4cb750
TO
1725 "source": {
1726 "type": "git",
a84cc605 1727 "url": "https://github.com/symfony/dependency-injection.git",
c837b233 1728 "reference": "ad2446d39d11c3daaa7f147d957941a187e47357"
0a4cb750
TO
1729 },
1730 "dist": {
1731 "type": "zip",
c837b233
SL
1732 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ad2446d39d11c3daaa7f147d957941a187e47357",
1733 "reference": "ad2446d39d11c3daaa7f147d957941a187e47357",
0a4cb750
TO
1734 "shasum": ""
1735 },
1736 "require": {
c837b233 1737 "php": ">=5.3.9"
0a4cb750 1738 },
a892989e 1739 "conflict": {
664e998e 1740 "symfony/expression-language": "<2.6"
a892989e 1741 },
0a4cb750 1742 "require-dev": {
c837b233
SL
1743 "symfony/config": "~2.2|~3.0.0",
1744 "symfony/expression-language": "~2.6|~3.0.0",
1745 "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
0a4cb750
TO
1746 },
1747 "suggest": {
1748 "symfony/config": "",
c837b233 1749 "symfony/expression-language": "For using expressions in service container configuration",
0a4cb750
TO
1750 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1751 "symfony/yaml": ""
1752 },
1753 "type": "library",
1754 "extra": {
1755 "branch-alias": {
c837b233 1756 "dev-master": "2.8-dev"
0a4cb750
TO
1757 }
1758 },
1759 "autoload": {
c837b233 1760 "psr-4": {
0a4cb750 1761 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
1762 },
1763 "exclude-from-classmap": [
1764 "/Tests/"
1765 ]
0a4cb750
TO
1766 },
1767 "notification-url": "https://packagist.org/downloads/",
1768 "license": [
1769 "MIT"
1770 ],
1771 "authors": [
0a4cb750
TO
1772 {
1773 "name": "Fabien Potencier",
1774 "email": "fabien@symfony.com"
a892989e
DS
1775 },
1776 {
1777 "name": "Symfony Community",
1778 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1779 }
1780 ],
1781 "description": "Symfony DependencyInjection Component",
a892989e 1782 "homepage": "https://symfony.com",
c837b233 1783 "time": "2018-07-26T11:13:39+00:00"
0a4cb750
TO
1784 },
1785 {
1786 "name": "symfony/event-dispatcher",
c837b233 1787 "version": "v2.8.44",
0a4cb750
TO
1788 "source": {
1789 "type": "git",
a84cc605 1790 "url": "https://github.com/symfony/event-dispatcher.git",
c837b233 1791 "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12"
0a4cb750
TO
1792 },
1793 "dist": {
1794 "type": "zip",
c837b233
SL
1795 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/84ae343f39947aa084426ed1138bb96bf94d1f12",
1796 "reference": "84ae343f39947aa084426ed1138bb96bf94d1f12",
0a4cb750
TO
1797 "shasum": ""
1798 },
1799 "require": {
c837b233 1800 "php": ">=5.3.9"
0a4cb750
TO
1801 },
1802 "require-dev": {
40787e18 1803 "psr/log": "~1.0",
c837b233
SL
1804 "symfony/config": "^2.0.5|~3.0.0",
1805 "symfony/dependency-injection": "~2.6|~3.0.0",
1806 "symfony/expression-language": "~2.6|~3.0.0",
1807 "symfony/stopwatch": "~2.3|~3.0.0"
0a4cb750
TO
1808 },
1809 "suggest": {
1810 "symfony/dependency-injection": "",
1811 "symfony/http-kernel": ""
1812 },
1813 "type": "library",
1814 "extra": {
1815 "branch-alias": {
c837b233 1816 "dev-master": "2.8-dev"
0a4cb750
TO
1817 }
1818 },
1819 "autoload": {
c837b233 1820 "psr-4": {
0a4cb750 1821 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
1822 },
1823 "exclude-from-classmap": [
1824 "/Tests/"
1825 ]
0a4cb750
TO
1826 },
1827 "notification-url": "https://packagist.org/downloads/",
1828 "license": [
1829 "MIT"
1830 ],
1831 "authors": [
0a4cb750
TO
1832 {
1833 "name": "Fabien Potencier",
1834 "email": "fabien@symfony.com"
a892989e
DS
1835 },
1836 {
1837 "name": "Symfony Community",
1838 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1839 }
1840 ],
1841 "description": "Symfony EventDispatcher Component",
a892989e 1842 "homepage": "https://symfony.com",
c837b233 1843 "time": "2018-07-26T09:03:18+00:00"
40787e18
TO
1844 },
1845 {
1846 "name": "symfony/filesystem",
c837b233 1847 "version": "v2.8.44",
40787e18
TO
1848 "source": {
1849 "type": "git",
a84cc605 1850 "url": "https://github.com/symfony/filesystem.git",
c837b233 1851 "reference": "2d6a4deccdfa2e4e9f113138b93457b2d0886c15"
40787e18
TO
1852 },
1853 "dist": {
1854 "type": "zip",
c837b233
SL
1855 "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d6a4deccdfa2e4e9f113138b93457b2d0886c15",
1856 "reference": "2d6a4deccdfa2e4e9f113138b93457b2d0886c15",
40787e18
TO
1857 "shasum": ""
1858 },
1859 "require": {
c837b233
SL
1860 "php": ">=5.3.9",
1861 "symfony/polyfill-ctype": "~1.8"
a892989e 1862 },
40787e18
TO
1863 "type": "library",
1864 "extra": {
1865 "branch-alias": {
c837b233 1866 "dev-master": "2.8-dev"
40787e18
TO
1867 }
1868 },
1869 "autoload": {
c837b233 1870 "psr-4": {
40787e18 1871 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
1872 },
1873 "exclude-from-classmap": [
1874 "/Tests/"
1875 ]
40787e18
TO
1876 },
1877 "notification-url": "https://packagist.org/downloads/",
1878 "license": [
1879 "MIT"
1880 ],
1881 "authors": [
40787e18 1882 {
d892b317
TO
1883 "name": "Fabien Potencier",
1884 "email": "fabien@symfony.com"
a892989e
DS
1885 },
1886 {
1887 "name": "Symfony Community",
1888 "homepage": "https://symfony.com/contributors"
40787e18
TO
1889 }
1890 ],
1891 "description": "Symfony Filesystem Component",
a892989e 1892 "homepage": "https://symfony.com",
c837b233 1893 "time": "2018-07-26T11:13:39+00:00"
0a4cb750
TO
1894 },
1895 {
1896 "name": "symfony/finder",
c837b233 1897 "version": "v2.8.44",
0a4cb750
TO
1898 "source": {
1899 "type": "git",
a892989e 1900 "url": "https://github.com/symfony/finder.git",
c837b233 1901 "reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e"
0a4cb750
TO
1902 },
1903 "dist": {
1904 "type": "zip",
c837b233
SL
1905 "url": "https://api.github.com/repos/symfony/finder/zipball/f0de0b51913eb2caab7dfed6413b87e14fca780e",
1906 "reference": "f0de0b51913eb2caab7dfed6413b87e14fca780e",
0a4cb750
TO
1907 "shasum": ""
1908 },
1909 "require": {
c837b233 1910 "php": ">=5.3.9"
a892989e 1911 },
0a4cb750
TO
1912 "type": "library",
1913 "extra": {
1914 "branch-alias": {
c837b233 1915 "dev-master": "2.8-dev"
0a4cb750
TO
1916 }
1917 },
1918 "autoload": {
c837b233 1919 "psr-4": {
0a4cb750 1920 "Symfony\\Component\\Finder\\": ""
c837b233
SL
1921 },
1922 "exclude-from-classmap": [
1923 "/Tests/"
1924 ]
0a4cb750
TO
1925 },
1926 "notification-url": "https://packagist.org/downloads/",
1927 "license": [
1928 "MIT"
1929 ],
1930 "authors": [
0a4cb750
TO
1931 {
1932 "name": "Fabien Potencier",
1933 "email": "fabien@symfony.com"
a892989e
DS
1934 },
1935 {
1936 "name": "Symfony Community",
1937 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
1938 }
1939 ],
1940 "description": "Symfony Finder Component",
a892989e 1941 "homepage": "https://symfony.com",
c837b233 1942 "time": "2018-07-26T11:13:39+00:00"
0a4cb750 1943 },
0e24103e 1944 {
c837b233 1945 "name": "symfony/polyfill-ctype",
b01b546f 1946 "version": "v1.11.0",
0e24103e
TO
1947 "source": {
1948 "type": "git",
c837b233 1949 "url": "https://github.com/symfony/polyfill-ctype.git",
b01b546f 1950 "reference": "82ebae02209c21113908c229e9883c419720738a"
0e24103e
TO
1951 },
1952 "dist": {
1953 "type": "zip",
b01b546f
TO
1954 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
1955 "reference": "82ebae02209c21113908c229e9883c419720738a",
0e24103e
TO
1956 "shasum": ""
1957 },
1958 "require": {
664e998e
SL
1959 "php": ">=5.3.3"
1960 },
b01b546f
TO
1961 "suggest": {
1962 "ext-ctype": "For best performance"
1963 },
c837b233
SL
1964 "type": "library",
1965 "extra": {
1966 "branch-alias": {
b01b546f 1967 "dev-master": "1.11-dev"
c837b233
SL
1968 }
1969 },
1970 "autoload": {
1971 "psr-4": {
1972 "Symfony\\Polyfill\\Ctype\\": ""
1973 },
1974 "files": [
1975 "bootstrap.php"
1976 ]
1977 },
1978 "notification-url": "https://packagist.org/downloads/",
1979 "license": [
1980 "MIT"
1981 ],
1982 "authors": [
1983 {
1984 "name": "Symfony Community",
1985 "homepage": "https://symfony.com/contributors"
1986 },
1987 {
1988 "name": "Gert de Pagter",
1989 "email": "BackEndTea@gmail.com"
1990 }
1991 ],
1992 "description": "Symfony polyfill for ctype functions",
1993 "homepage": "https://symfony.com",
1994 "keywords": [
1995 "compatibility",
1996 "ctype",
1997 "polyfill",
1998 "portable"
1999 ],
b01b546f 2000 "time": "2019-02-06T07:57:58+00:00"
c837b233 2001 },
5ff57db4
SL
2002 {
2003 "name": "symfony/polyfill-iconv",
2004 "version": "v1.9.0",
2005 "source": {
2006 "type": "git",
2007 "url": "https://github.com/symfony/polyfill-iconv.git",
2008 "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2"
2009 },
2010 "dist": {
2011 "type": "zip",
2012 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2",
2013 "reference": "bcc0cd69185b8a5d8b4a5400c489ed3333bf9bb2",
2014 "shasum": ""
2015 },
2016 "require": {
2017 "php": ">=5.3.3"
2018 },
2019 "suggest": {
2020 "ext-iconv": "For best performance"
2021 },
2022 "type": "library",
2023 "extra": {
2024 "branch-alias": {
2025 "dev-master": "1.9-dev"
2026 }
2027 },
2028 "autoload": {
2029 "psr-4": {
2030 "Symfony\\Polyfill\\Iconv\\": ""
2031 },
2032 "files": [
2033 "bootstrap.php"
2034 ]
2035 },
2036 "notification-url": "https://packagist.org/downloads/",
2037 "license": [
2038 "MIT"
2039 ],
2040 "authors": [
2041 {
2042 "name": "Nicolas Grekas",
2043 "email": "p@tchwork.com"
2044 },
2045 {
2046 "name": "Symfony Community",
2047 "homepage": "https://symfony.com/contributors"
2048 }
2049 ],
2050 "description": "Symfony polyfill for the Iconv extension",
2051 "homepage": "https://symfony.com",
2052 "keywords": [
2053 "compatibility",
2054 "iconv",
2055 "polyfill",
2056 "portable",
2057 "shim"
2058 ],
2059 "time": "2018-08-06T14:22:27+00:00"
2060 },
c837b233
SL
2061 {
2062 "name": "symfony/process",
2063 "version": "v2.8.44",
2064 "source": {
2065 "type": "git",
2066 "url": "https://github.com/symfony/process.git",
2067 "reference": "cc83afdb5ac99147806b3bb65a3ff1227664f596"
2068 },
2069 "dist": {
2070 "type": "zip",
2071 "url": "https://api.github.com/repos/symfony/process/zipball/cc83afdb5ac99147806b3bb65a3ff1227664f596",
2072 "reference": "cc83afdb5ac99147806b3bb65a3ff1227664f596",
2073 "shasum": ""
2074 },
2075 "require": {
2076 "php": ">=5.3.9"
a892989e 2077 },
0e24103e
TO
2078 "type": "library",
2079 "extra": {
2080 "branch-alias": {
c837b233 2081 "dev-master": "2.8-dev"
0e24103e
TO
2082 }
2083 },
2084 "autoload": {
c837b233 2085 "psr-4": {
0e24103e 2086 "Symfony\\Component\\Process\\": ""
c837b233
SL
2087 },
2088 "exclude-from-classmap": [
2089 "/Tests/"
2090 ]
0e24103e
TO
2091 },
2092 "notification-url": "https://packagist.org/downloads/",
2093 "license": [
2094 "MIT"
2095 ],
2096 "authors": [
0e24103e 2097 {
40787e18
TO
2098 "name": "Fabien Potencier",
2099 "email": "fabien@symfony.com"
a892989e
DS
2100 },
2101 {
2102 "name": "Symfony Community",
2103 "homepage": "https://symfony.com/contributors"
0e24103e
TO
2104 }
2105 ],
2106 "description": "Symfony Process Component",
a892989e 2107 "homepage": "https://symfony.com",
c837b233 2108 "time": "2018-07-26T11:13:39+00:00"
0e24103e 2109 },
f6c3a87a
CB
2110 {
2111 "name": "tecnickcom/tcpdf",
679b306e 2112 "version": "6.2.26",
f6c3a87a
CB
2113 "source": {
2114 "type": "git",
2115 "url": "https://github.com/tecnickcom/TCPDF.git",
679b306e 2116 "reference": "367241059ca166e3a76490f4448c284e0a161f15"
f6c3a87a
CB
2117 },
2118 "dist": {
2119 "type": "zip",
679b306e
SL
2120 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
2121 "reference": "367241059ca166e3a76490f4448c284e0a161f15",
f6c3a87a
CB
2122 "shasum": ""
2123 },
2124 "require": {
2125 "php": ">=5.3.0"
2126 },
2127 "type": "library",
2128 "autoload": {
2129 "classmap": [
f6c3a87a
CB
2130 "config",
2131 "include",
2132 "tcpdf.php",
2133 "tcpdf_parser.php",
2134 "tcpdf_import.php",
2135 "tcpdf_barcodes_1d.php",
2136 "tcpdf_barcodes_2d.php",
2137 "include/tcpdf_colors.php",
2138 "include/tcpdf_filters.php",
2139 "include/tcpdf_font_data.php",
2140 "include/tcpdf_fonts.php",
2141 "include/tcpdf_images.php",
2142 "include/tcpdf_static.php",
2143 "include/barcodes/datamatrix.php",
2144 "include/barcodes/pdf417.php",
2145 "include/barcodes/qrcode.php"
2146 ]
2147 },
2148 "notification-url": "https://packagist.org/downloads/",
2149 "license": [
679b306e 2150 "LGPL-3.0"
f6c3a87a
CB
2151 ],
2152 "authors": [
2153 {
2154 "name": "Nicola Asuni",
2155 "email": "info@tecnick.com",
679b306e 2156 "role": "lead"
f6c3a87a
CB
2157 }
2158 ],
2159 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2160 "homepage": "http://www.tcpdf.org/",
2161 "keywords": [
2162 "PDFD32000-2008",
2163 "TCPDF",
2164 "barcodes",
2165 "datamatrix",
2166 "pdf",
2167 "pdf417",
2168 "qrcode"
2169 ],
679b306e 2170 "time": "2018-10-16T17:24:05+00:00"
f6c3a87a 2171 },
79e677dd
TO
2172 {
2173 "name": "togos/gitignore",
2174 "version": "1.1.1",
2175 "source": {
2176 "type": "git",
2177 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
2178 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
2179 },
2180 "dist": {
2181 "type": "zip",
2182 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2183 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
2184 "shasum": ""
2185 },
2186 "require": {
2187 "php": ">=5.2"
2188 },
2189 "require-dev": {
2190 "togos/simpler-test": "1.1.1"
2191 },
2192 "type": "library",
2193 "autoload": {
2194 "psr-0": {
2195 "TOGoS_GitIgnore_": "src/main/php/"
2196 }
2197 },
2198 "notification-url": "https://packagist.org/downloads/",
2199 "license": [
2200 "MIT"
2201 ],
2202 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
2203 "time": "2019-04-19T19:16:58+00:00"
2204 },
0a4cb750
TO
2205 {
2206 "name": "totten/ca-config",
26c57e2d 2207 "version": "v17.05.0",
0a4cb750
TO
2208 "source": {
2209 "type": "git",
2210 "url": "https://github.com/totten/ca_config.git",
26c57e2d 2211 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
2212 },
2213 "dist": {
2214 "type": "zip",
26c57e2d
TO
2215 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
2216 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
2217 "shasum": ""
2218 },
2219 "require": {
2220 "php": ">=5.2"
2221 },
2222 "type": "library",
2223 "autoload": {
2224 "psr-0": {
2225 "CA_Config": "src/"
2226 }
2227 },
2228 "notification-url": "https://packagist.org/downloads/",
2229 "license": [
2230 "BSD-2-Clause"
2231 ],
2232 "authors": [
2233 {
2234 "name": "Tim Otten",
2235 "email": "to-git@think.hm"
2236 }
2237 ],
2238 "description": "Default configuration for certificate authorities",
2239 "homepage": "https://github.com/totten/ca_config",
26c57e2d 2240 "time": "2017-05-10T20:08:17+00:00"
16b60c30 2241 },
c5abc6ae
SL
2242 {
2243 "name": "tplaner/when",
ab242d96 2244 "version": "3.0.0+php53",
c5abc6ae
SL
2245 "dist": {
2246 "type": "zip",
ab242d96 2247 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
2248 },
2249 "require": {
2250 "php": ">=5.3.0"
2251 },
2252 "require-dev": {
ab242d96 2253 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
2254 },
2255 "type": "library",
2256 "autoload": {
2257 "psr-4": {
2258 "When\\": "src/"
2259 }
2260 },
c5abc6ae
SL
2261 "license": [
2262 "MIT"
2263 ],
2264 "authors": [
2265 {
2266 "name": "Tom Planer",
2267 "email": "tplaner@gmail.com"
2268 }
2269 ],
2270 "description": "Date/Calendar recursion library.",
2271 "homepage": "https://github.com/tplaner/When",
2272 "keywords": [
ab242d96 2273 "DateTime",
c5abc6ae 2274 "date",
c5abc6ae 2275 "recurrence",
c5abc6ae 2276 "time"
ab242d96 2277 ]
c5abc6ae 2278 },
4c6c3076
SL
2279 {
2280 "name": "xkerman/restricted-unserialize",
2281 "version": "1.1.12",
2282 "source": {
2283 "type": "git",
2284 "url": "https://github.com/xKerman/restricted-unserialize.git",
2285 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
2286 },
2287 "dist": {
2288 "type": "zip",
2289 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
2290 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
2291 "shasum": ""
2292 },
2293 "require": {
2294 "php": ">=5.2"
2295 },
2296 "require-dev": {
2297 "nikic/php-parser": "^1.4|^3.0|^4.2",
2298 "phpmd/phpmd": "^2.6",
2299 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
2300 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
2301 "squizlabs/php_codesniffer": "^2.9|^3.4"
2302 },
2303 "type": "library",
2304 "autoload": {
2305 "files": [
2306 "src/function.php"
2307 ],
2308 "psr-4": {
2309 "xKerman\\Restricted\\": "src"
2310 }
2311 },
2312 "notification-url": "https://packagist.org/downloads/",
2313 "license": [
2314 "MIT"
2315 ],
2316 "authors": [
2317 {
2318 "name": "xKerman",
2319 "email": "xKhorasan@gmail.com"
2320 }
2321 ],
2322 "description": "provide PHP Object Injection safe unserialize function",
2323 "keywords": [
2324 "PHP Object Injection",
2325 "deserialize",
2326 "unserialize"
2327 ],
2328 "time": "2019-08-11T00:04:39+00:00"
2329 },
61a197f8
SL
2330 {
2331 "name": "zendframework/zend-escaper",
bd48ca3f 2332 "version": "2.4.13",
61a197f8
SL
2333 "source": {
2334 "type": "git",
2335 "url": "https://github.com/zendframework/zend-escaper.git",
2336 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
2337 },
2338 "dist": {
2339 "type": "zip",
2340 "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
2341 "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
2342 "shasum": ""
2343 },
2344 "require": {
2345 "php": ">=5.3.23"
2346 },
2347 "require-dev": {
2348 "fabpot/php-cs-fixer": "1.7.*",
2349 "phpunit/phpunit": "~4.0",
2350 "satooshi/php-coveralls": "dev-master"
2351 },
2352 "type": "library",
2353 "extra": {
2354 "branch-alias": {
2355 "dev-master": "2.4-dev",
2356 "dev-develop": "2.5-dev"
2357 }
2358 },
2359 "autoload": {
2360 "psr-4": {
2361 "Zend\\Escaper\\": "src/"
2362 }
2363 },
2364 "notification-url": "https://packagist.org/downloads/",
2365 "license": [
2366 "BSD-3-Clause"
2367 ],
2368 "homepage": "https://github.com/zendframework/zend-escaper",
2369 "keywords": [
2370 "escaper",
2371 "zf2"
2372 ],
8450657b 2373 "time": "2015-05-07T14:55:31+00:00"
61a197f8 2374 },
16b60c30
TO
2375 {
2376 "name": "zetacomponents/base",
16924c84 2377 "version": "1.9.1",
16b60c30
TO
2378 "source": {
2379 "type": "git",
2380 "url": "https://github.com/zetacomponents/Base.git",
16924c84 2381 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
16b60c30
TO
2382 },
2383 "dist": {
2384 "type": "zip",
16924c84 2385 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
2386 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
16b60c30
TO
2387 "shasum": ""
2388 },
16924c84 2389 "require-dev": {
2390 "phpunit/phpunit": "~5.7",
2391 "zetacomponents/unit-test": "*"
2392 },
16b60c30
TO
2393 "type": "library",
2394 "autoload": {
2395 "classmap": [
2396 "src"
2397 ]
2398 },
2399 "notification-url": "https://packagist.org/downloads/",
2400 "license": [
16924c84 2401 "Apache-2.0"
16b60c30
TO
2402 ],
2403 "authors": [
2404 {
2405 "name": "Sergey Alexeev"
2406 },
2407 {
2408 "name": "Sebastian Bergmann"
2409 },
2410 {
2411 "name": "Jan Borsodi"
2412 },
2413 {
2414 "name": "Raymond Bosman"
2415 },
2416 {
2417 "name": "Frederik Holljen"
2418 },
2419 {
2420 "name": "Kore Nordmann"
2421 },
2422 {
2423 "name": "Derick Rethans"
2424 },
2425 {
2426 "name": "Vadym Savchuk"
2427 },
2428 {
2429 "name": "Tobias Schlitt"
2430 },
2431 {
2432 "name": "Alexandru Stanoi"
2433 }
2434 ],
2435 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
2436 "homepage": "https://github.com/zetacomponents",
16924c84 2437 "time": "2017-11-28T11:30:00+00:00"
16b60c30
TO
2438 },
2439 {
2440 "name": "zetacomponents/mail",
8a1794a9 2441 "version": "dev-master",
16b60c30
TO
2442 "source": {
2443 "type": "git",
8a1794a9
SL
2444 "url": "https://github.com/zetacomponents/Mail.git",
2445 "reference": "b60e9a543f6c3d9a9ec74452d4ff5736a1c63a77"
2446 },
2447 "dist": {
2448 "type": "zip",
2449 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/b60e9a543f6c3d9a9ec74452d4ff5736a1c63a77",
2450 "reference": "b60e9a543f6c3d9a9ec74452d4ff5736a1c63a77",
2451 "shasum": ""
16924c84 2452 },
2453 "require": {
2454 "zetacomponents/base": "~1.8"
2455 },
2456 "require-dev": {
2457 "zetacomponents/unit-test": "*"
16b60c30
TO
2458 },
2459 "type": "library",
8a1794a9
SL
2460 "extra": {
2461 "patches_applied": {
2462 "CiviCRM Custom Patches for ZetaCompoents mail": "tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
2463 }
2464 },
16b60c30
TO
2465 "autoload": {
2466 "classmap": [
2467 "src"
2468 ]
2469 },
8a1794a9 2470 "notification-url": "https://packagist.org/downloads/",
16b60c30 2471 "license": [
16924c84 2472 "Apache-2.0"
16b60c30
TO
2473 ],
2474 "authors": [
2475 {
2476 "name": "Sergey Alexeev"
2477 },
2478 {
2479 "name": "Sebastian Bergmann"
2480 },
2481 {
2482 "name": "Jan Borsodi"
2483 },
2484 {
2485 "name": "Raymond Bosman"
2486 },
2487 {
2488 "name": "Frederik Holljen"
2489 },
2490 {
2491 "name": "Kore Nordmann"
2492 },
2493 {
2494 "name": "Derick Rethans"
2495 },
2496 {
2497 "name": "Vadym Savchuk"
2498 },
2499 {
2500 "name": "Tobias Schlitt"
2501 },
2502 {
2503 "name": "Alexandru Stanoi"
2504 },
2505 {
8a1794a9 2506 "name": "Christian Michel"
16b60c30
TO
2507 },
2508 {
8a1794a9 2509 "name": "Sinisa Dukaric"
16b60c30
TO
2510 },
2511 {
8a1794a9 2512 "name": "Mikko Koppanen"
16b60c30
TO
2513 }
2514 ],
2515 "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.",
2516 "homepage": "https://github.com/zetacomponents",
8a1794a9 2517 "time": "2019-02-13T11:33:09+00:00"
0a4cb750
TO
2518 }
2519 ],
ea70ae2a
TO
2520 "packages-dev": [
2521 {
2522 "name": "cache/integration-tests",
2523 "version": "dev-master",
2524 "source": {
2525 "type": "git",
2526 "url": "https://github.com/php-cache/integration-tests.git",
2527 "reference": "b97328797ab199f0ac933e39842a86ab732f21f9"
2528 },
2529 "dist": {
2530 "type": "zip",
2531 "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/b97328797ab199f0ac933e39842a86ab732f21f9",
2532 "reference": "b97328797ab199f0ac933e39842a86ab732f21f9",
2533 "shasum": ""
2534 },
2535 "require": {
2536 "cache/tag-interop": "^1.0",
2537 "php": "^5.4|^7",
2538 "psr/cache": "~1.0"
2539 },
2540 "conflict": {
2541 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2542 },
2543 "require-dev": {
2544 "cache/cache": "^1.0",
2545 "illuminate/cache": "^5.4|^5.5|^5.6",
2546 "mockery/mockery": "^1.0",
2547 "phpunit/phpunit": "^4.8.35|^5.4.3",
2548 "symfony/cache": "^3.1|^4.0|^5.0",
2549 "tedivm/stash": "^0.14"
2550 },
2551 "type": "library",
2552 "autoload": {
2553 "psr-4": {
2554 "Cache\\IntegrationTests\\": "src/"
2555 }
2556 },
2557 "notification-url": "https://packagist.org/downloads/",
2558 "license": [
2559 "MIT"
2560 ],
2561 "authors": [
2562 {
2563 "name": "Aaron Scherer",
2564 "email": "aequasi@gmail.com",
2565 "homepage": "https://github.com/aequasi"
2566 },
2567 {
2568 "name": "Tobias Nyholm",
2569 "email": "tobias.nyholm@gmail.com",
2570 "homepage": "https://github.com/nyholm"
2571 }
2572 ],
2573 "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
2574 "homepage": "https://github.com/php-cache/integration-tests",
2575 "keywords": [
2576 "cache",
2577 "psr16",
2578 "psr6",
2579 "test"
2580 ],
2581 "time": "2019-05-28T15:23:38+00:00"
2582 },
2583 {
2584 "name": "cache/tag-interop",
2585 "version": "1.0.0",
2586 "source": {
2587 "type": "git",
2588 "url": "https://github.com/php-cache/tag-interop.git",
2589 "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
2590 },
2591 "dist": {
2592 "type": "zip",
2593 "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
2594 "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
2595 "shasum": ""
2596 },
2597 "require": {
2598 "php": "^5.5 || ^7.0",
2599 "psr/cache": "^1.0"
2600 },
2601 "type": "library",
2602 "extra": {
2603 "branch-alias": {
2604 "dev-master": "2.0-dev"
2605 }
2606 },
2607 "autoload": {
2608 "psr-4": {
2609 "Cache\\TagInterop\\": ""
2610 }
2611 },
2612 "notification-url": "https://packagist.org/downloads/",
2613 "license": [
2614 "MIT"
2615 ],
2616 "authors": [
2617 {
2618 "name": "Tobias Nyholm",
2619 "email": "tobias.nyholm@gmail.com",
b85181d1 2620 "homepage": "https://github.com/nyholm"
ea70ae2a
TO
2621 },
2622 {
2623 "name": "Nicolas Grekas",
2624 "email": "p@tchwork.com",
2625 "homepage": "https://github.com/nicolas-grekas"
2626 }
2627 ],
2628 "description": "Framework interoperable interfaces for tags",
2629 "homepage": "http://www.php-cache.com/en/latest/",
2630 "keywords": [
2631 "cache",
2632 "psr",
2633 "psr6",
2634 "tag"
2635 ],
2636 "time": "2017-03-13T09:14:27+00:00"
2637 },
2638 {
2639 "name": "psr/cache",
2640 "version": "1.0.1",
2641 "source": {
2642 "type": "git",
2643 "url": "https://github.com/php-fig/cache.git",
2644 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2645 },
2646 "dist": {
2647 "type": "zip",
2648 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2649 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2650 "shasum": ""
2651 },
2652 "require": {
2653 "php": ">=5.3.0"
2654 },
2655 "type": "library",
2656 "extra": {
2657 "branch-alias": {
2658 "dev-master": "1.0.x-dev"
2659 }
2660 },
2661 "autoload": {
2662 "psr-4": {
2663 "Psr\\Cache\\": "src/"
2664 }
2665 },
2666 "notification-url": "https://packagist.org/downloads/",
2667 "license": [
2668 "MIT"
2669 ],
2670 "authors": [
2671 {
2672 "name": "PHP-FIG",
2673 "homepage": "http://www.php-fig.org/"
2674 }
2675 ],
2676 "description": "Common interface for caching libraries",
2677 "keywords": [
2678 "cache",
2679 "psr",
2680 "psr-6"
2681 ],
2682 "time": "2016-08-06T20:24:11+00:00"
2683 },
2684 {
2685 "name": "zendframework/zend-stdlib",
2686 "version": "2.4.13",
2687 "source": {
2688 "type": "git",
2689 "url": "https://github.com/zendframework/zend-stdlib.git",
2690 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
2691 },
2692 "dist": {
2693 "type": "zip",
2694 "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
2695 "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
2696 "shasum": ""
2697 },
2698 "require": {
2699 "php": ">=5.3.23"
2700 },
2701 "require-dev": {
2702 "fabpot/php-cs-fixer": "1.7.*",
2703 "phpunit/phpunit": "~4.0",
2704 "satooshi/php-coveralls": "dev-master",
2705 "zendframework/zend-eventmanager": "self.version",
2706 "zendframework/zend-filter": "self.version",
2707 "zendframework/zend-serializer": "self.version",
2708 "zendframework/zend-servicemanager": "self.version"
2709 },
2710 "suggest": {
2711 "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
2712 "zendframework/zend-filter": "To support naming strategy hydrator usage",
2713 "zendframework/zend-serializer": "Zend\\Serializer component",
2714 "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
2715 },
2716 "type": "library",
2717 "extra": {
2718 "branch-alias": {
2719 "dev-master": "2.4-dev",
2720 "dev-develop": "2.5-dev"
2721 }
2722 },
2723 "autoload": {
2724 "psr-4": {
2725 "Zend\\Stdlib\\": "src/"
2726 }
2727 },
2728 "notification-url": "https://packagist.org/downloads/",
2729 "license": [
2730 "BSD-3-Clause"
2731 ],
2732 "homepage": "https://github.com/zendframework/zend-stdlib",
2733 "keywords": [
2734 "stdlib",
2735 "zf2"
2736 ],
2737 "time": "2015-07-21T13:55:46+00:00"
2738 },
2739 {
2740 "name": "zendframework/zend-validator",
2741 "version": "2.4.13",
2742 "source": {
2743 "type": "git",
2744 "url": "https://github.com/zendframework/zend-validator.git",
2745 "reference": "81415511fe729e6de19a61936313cef43c80d337"
2746 },
2747 "dist": {
2748 "type": "zip",
2749 "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
2750 "reference": "81415511fe729e6de19a61936313cef43c80d337",
2751 "shasum": ""
2752 },
2753 "require": {
2754 "php": ">=5.3.23",
2755 "zendframework/zend-stdlib": "~2.4.0"
2756 },
2757 "require-dev": {
2758 "fabpot/php-cs-fixer": "1.7.*",
2759 "phpunit/phpunit": "~4.0",
2760 "satooshi/php-coveralls": "dev-master",
2761 "zendframework/zend-config": "~2.4.0",
2762 "zendframework/zend-db": "~2.4.0",
2763 "zendframework/zend-filter": "~2.4.0",
2764 "zendframework/zend-i18n": "~2.4.0",
2765 "zendframework/zend-math": "~2.4.0",
2766 "zendframework/zend-servicemanager": "~2.4.0",
2767 "zendframework/zend-session": "~2.4.0",
2768 "zendframework/zend-uri": "~2.4.0"
2769 },
2770 "suggest": {
2771 "zendframework/zend-db": "Zend\\Db component",
2772 "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
2773 "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
2774 "zendframework/zend-math": "Zend\\Math component",
2775 "zendframework/zend-resources": "Translations of validator messages",
2776 "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
2777 "zendframework/zend-session": "Zend\\Session component",
2778 "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
2779 },
2780 "type": "library",
2781 "extra": {
2782 "branch-alias": {
2783 "dev-master": "2.4-dev",
2784 "dev-develop": "2.5-dev"
2785 }
2786 },
2787 "autoload": {
2788 "psr-4": {
2789 "Zend\\Validator\\": "src/"
2790 }
2791 },
2792 "notification-url": "https://packagist.org/downloads/",
2793 "license": [
2794 "BSD-3-Clause"
2795 ],
2796 "description": "provides a set of commonly needed validators",
2797 "homepage": "https://github.com/zendframework/zend-validator",
2798 "keywords": [
2799 "validator",
2800 "zf2"
2801 ],
2802 "time": "2015-09-08T21:04:17+00:00"
2803 }
2804 ],
0a4cb750
TO
2805 "aliases": [],
2806 "minimum-stability": "stable",
16b60c30 2807 "stability-flags": {
0df41a8e 2808 "zetacomponents/mail": 20,
ea70ae2a
TO
2809 "pear/validate_finance_creditcard": 20,
2810 "cache/integration-tests": 20
16b60c30 2811 },
0a4cb750
TO
2812 "prefer-stable": false,
2813 "prefer-lowest": false,
133dc2c2
TO
2814 "platform": {
2815 "php": "~7.0"
2816 },
0a4cb750
TO
2817 "platform-dev": []
2818}