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