fix duplicate menu
[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 ],
807abb1c 7 "content-hash": "84026a2e4258afa874c6fc41bb848a80",
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",
7d792d0f
SL
27 "extra": {
28 "patches_applied": {
29 "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch"
30 }
31 },
108332db
SL
32 "autoload": {
33 "psr-4": {
34 "MimeTyper\\": "src/"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "MIT"
40 ],
41 "authors": [
42 {
43 "name": "Hussard",
44 "email": "adrien.ricartnoblet@gmail.com"
45 }
46 ],
47 "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
7d792d0f 48 "time": "2018-09-27T09:45:05+00:00"
108332db 49 },
ca4cfe7a
SL
50 {
51 "name": "brick/math",
741608a9 52 "version": "0.9.2",
ca4cfe7a
SL
53 "source": {
54 "type": "git",
55 "url": "https://github.com/brick/math.git",
741608a9 56 "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
ca4cfe7a
SL
57 },
58 "dist": {
59 "type": "zip",
741608a9 60 "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
61 "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
ca4cfe7a
SL
62 "shasum": ""
63 },
64 "require": {
65 "ext-json": "*",
741608a9 66 "php": "^7.1 || ^8.0"
ca4cfe7a
SL
67 },
68 "require-dev": {
69 "php-coveralls/php-coveralls": "^2.2",
741608a9 70 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
71 "vimeo/psalm": "4.3.2"
ca4cfe7a
SL
72 },
73 "type": "library",
74 "autoload": {
75 "psr-4": {
76 "Brick\\Math\\": "src/"
77 }
78 },
79 "notification-url": "https://packagist.org/downloads/",
80 "license": [
81 "MIT"
82 ],
83 "description": "Arbitrary-precision arithmetic library",
84 "keywords": [
85 "Arbitrary-precision",
86 "BigInteger",
87 "BigRational",
88 "arithmetic",
89 "bigdecimal",
90 "bignum",
91 "brick",
92 "math"
93 ],
741608a9 94 "funding": [
95 {
96 "url": "https://tidelift.com/funding/github/packagist/brick/math",
97 "type": "tidelift"
98 }
99 ],
100 "time": "2021-01-20T22:51:39+00:00"
ca4cfe7a
SL
101 },
102 {
103 "name": "brick/money",
4a9379f8 104 "version": "0.5.3",
ca4cfe7a
SL
105 "source": {
106 "type": "git",
107 "url": "https://github.com/brick/money.git",
4a9379f8 108 "reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0"
ca4cfe7a
SL
109 },
110 "dist": {
111 "type": "zip",
4a9379f8
MW
112 "url": "https://api.github.com/repos/brick/money/zipball/49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
113 "reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
ca4cfe7a
SL
114 "shasum": ""
115 },
116 "require": {
741608a9 117 "brick/math": "~0.7.3 || ~0.8.0 || ~0.9.0",
118 "php": "^7.1 || ^8.0"
ca4cfe7a
SL
119 },
120 "require-dev": {
121 "brick/varexporter": "~0.2.1",
122 "ext-dom": "*",
123 "ext-pdo": "*",
124 "php-coveralls/php-coveralls": "^2.2",
741608a9 125 "phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
4a9379f8 126 "vimeo/psalm": "4.9.2"
ca4cfe7a
SL
127 },
128 "suggest": {
129 "ext-intl": "Required to format Money objects"
130 },
131 "type": "library",
132 "autoload": {
133 "psr-4": {
134 "Brick\\Money\\": "src/"
135 }
136 },
137 "notification-url": "https://packagist.org/downloads/",
138 "license": [
139 "MIT"
140 ],
141 "description": "Money and currency library",
142 "keywords": [
143 "brick",
144 "currency",
145 "money"
146 ],
4a9379f8
MW
147 "support": {
148 "issues": "https://github.com/brick/money/issues",
149 "source": "https://github.com/brick/money/tree/0.5.3"
150 },
741608a9 151 "funding": [
4a9379f8
MW
152 {
153 "url": "https://github.com/BenMorel",
154 "type": "github"
155 },
741608a9 156 {
157 "url": "https://tidelift.com/funding/github/packagist/brick/money",
158 "type": "tidelift"
159 }
160 ],
4a9379f8 161 "time": "2021-10-10T11:59:43+00:00"
ca4cfe7a 162 },
b4998943
TO
163 {
164 "name": "cache/integration-tests",
22511623 165 "version": "0.17.0",
b4998943
TO
166 "source": {
167 "type": "git",
168 "url": "https://github.com/php-cache/integration-tests.git",
22511623 169 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e"
b4998943
TO
170 },
171 "dist": {
172 "type": "zip",
22511623
SL
173 "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
174 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
b4998943
TO
175 "shasum": ""
176 },
177 "require": {
178 "cache/tag-interop": "^1.0",
22511623 179 "php": ">=5.5.9",
b4998943
TO
180 "psr/cache": "~1.0"
181 },
22511623
SL
182 "conflict": {
183 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
184 },
b4998943 185 "require-dev": {
22511623
SL
186 "cache/cache": "^1.0",
187 "illuminate/cache": "^5.4|^5.5|^5.6",
188 "mockery/mockery": "^1.0",
189 "symfony/cache": "^3.4.31|^4.3.4|^5.0",
190 "symfony/phpunit-bridge": "^5.1",
191 "tedivm/stash": "^0.14"
b4998943
TO
192 },
193 "type": "library",
194 "autoload": {
195 "psr-4": {
196 "Cache\\IntegrationTests\\": "src/"
197 }
198 },
199 "notification-url": "https://packagist.org/downloads/",
200 "license": [
201 "MIT"
202 ],
203 "authors": [
204 {
205 "name": "Aaron Scherer",
206 "email": "aequasi@gmail.com",
207 "homepage": "https://github.com/aequasi"
208 },
209 {
210 "name": "Tobias Nyholm",
211 "email": "tobias.nyholm@gmail.com",
22511623 212 "homepage": "https://github.com/nyholm"
b4998943
TO
213 }
214 ],
215 "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
216 "homepage": "https://github.com/php-cache/integration-tests",
217 "keywords": [
218 "cache",
219 "psr16",
220 "psr6",
221 "test"
222 ],
22511623 223 "time": "2020-11-03T12:52:23+00:00"
b4998943
TO
224 },
225 {
226 "name": "cache/tag-interop",
227 "version": "1.0.0",
228 "source": {
229 "type": "git",
230 "url": "https://github.com/php-cache/tag-interop.git",
231 "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
232 },
233 "dist": {
234 "type": "zip",
235 "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
236 "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
237 "shasum": ""
238 },
239 "require": {
240 "php": "^5.5 || ^7.0",
241 "psr/cache": "^1.0"
242 },
243 "type": "library",
244 "extra": {
245 "branch-alias": {
246 "dev-master": "2.0-dev"
247 }
248 },
249 "autoload": {
250 "psr-4": {
251 "Cache\\TagInterop\\": ""
252 }
253 },
254 "notification-url": "https://packagist.org/downloads/",
255 "license": [
256 "MIT"
257 ],
258 "authors": [
259 {
260 "name": "Tobias Nyholm",
261 "email": "tobias.nyholm@gmail.com",
518417fd 262 "homepage": "https://github.com/Nyholm"
b4998943
TO
263 },
264 {
265 "name": "Nicolas Grekas",
266 "email": "p@tchwork.com",
267 "homepage": "https://github.com/nicolas-grekas"
268 }
269 ],
270 "description": "Framework interoperable interfaces for tags",
271 "homepage": "http://www.php-cache.com/en/latest/",
272 "keywords": [
273 "cache",
274 "psr",
275 "psr6",
276 "tag"
277 ],
278 "time": "2017-03-13T09:14:27+00:00"
279 },
94ddb538
TO
280 {
281 "name": "civicrm/civicrm-cxn-rpc",
30836e92 282 "version": "v0.20.12.01",
94ddb538
TO
283 "source": {
284 "type": "git",
978d4742 285 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
30836e92 286 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f"
978d4742
TO
287 },
288 "dist": {
289 "type": "zip",
30836e92
TO
290 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/b097258a642dc3e0dd9c264cb75b72d5274cac2f",
291 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f",
978d4742 292 "shasum": ""
94ddb538
TO
293 },
294 "require": {
30836e92
TO
295 "phpseclib/phpseclib": "~2.0",
296 "psr/log": "~1.1"
94ddb538
TO
297 },
298 "type": "library",
299 "autoload": {
300 "psr-4": {
301 "Civi\\Cxn\\Rpc\\": "src/"
302 }
303 },
978d4742 304 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
305 "license": [
306 "MIT"
307 ],
308 "authors": [
309 {
310 "name": "Tim Otten",
311 "email": "totten@civicrm.org"
312 }
313 ],
978d4742 314 "description": "RPC library for CiviConnect",
30836e92 315 "time": "2020-12-16T02:35:45+00:00"
94ddb538 316 },
4fed6a99
TO
317 {
318 "name": "civicrm/composer-compile-lib",
1696748b 319 "version": "v0.3",
4fed6a99
TO
320 "source": {
321 "type": "git",
322 "url": "https://github.com/civicrm/composer-compile-lib.git",
1696748b 323 "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244"
4fed6a99
TO
324 },
325 "dist": {
326 "type": "zip",
1696748b
TO
327 "url": "https://api.github.com/repos/civicrm/composer-compile-lib/zipball/980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
328 "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
4fed6a99
TO
329 "shasum": ""
330 },
331 "require": {
332 "civicrm/composer-compile-plugin": "~0.9 || ~1.0",
333 "padaliyajay/php-autoprefixer": "~1.2",
334 "scssphp/scssphp": "~1.2",
335 "symfony/filesystem": "~2.8 || ~3.4 || ~4.0 || ~5.0",
336 "tubalmartin/cssmin": "^4.1"
337 },
338 "type": "library",
339 "extra": {
340 "compile": [
341 {
342 "title": "Generate <comment>CCL</comment> wrapper functions",
343 "run": [
1696748b 344 "@php-method \\CCL\\Tasks::template"
4fed6a99 345 ],
1696748b
TO
346 "tpl-file": "src/StubsTpl.php",
347 "tpl-items": {
348 "CCL.php": true
349 },
4fed6a99
TO
350 "watch-files": [
351 "src/StubsTpl.php",
352 "src/Functions.php"
353 ]
354 }
355 ]
356 },
357 "autoload": {
358 "psr-0": {
359 "CCL": ""
360 },
361 "psr-4": {
362 "CCL\\": [
363 "src/"
364 ]
365 }
366 },
367 "notification-url": "https://packagist.org/downloads/",
368 "license": [
369 "MIT"
370 ],
371 "authors": [
372 {
373 "name": "CiviCRM",
374 "email": "info@civicrm.org"
375 }
376 ],
377 "description": "Small library of compilation helpers",
1696748b 378 "time": "2020-10-03T00:11:18+00:00"
4fed6a99 379 },
4034556f
TO
380 {
381 "name": "civicrm/composer-compile-plugin",
479cd509 382 "version": "v0.15",
4034556f
TO
383 "source": {
384 "type": "git",
385 "url": "https://github.com/civicrm/composer-compile-plugin.git",
479cd509 386 "reference": "af9686c4511ad4d2dde3c32aafa4637579e1085d"
4034556f
TO
387 },
388 "dist": {
389 "type": "zip",
479cd509
SL
390 "url": "https://api.github.com/repos/civicrm/composer-compile-plugin/zipball/af9686c4511ad4d2dde3c32aafa4637579e1085d",
391 "reference": "af9686c4511ad4d2dde3c32aafa4637579e1085d",
4034556f
TO
392 "shasum": ""
393 },
394 "require": {
395 "composer-plugin-api": "^1.1 || ^2.0",
396 "php": ">=7.1",
397 "totten/lurkerlite": "^1.3"
398 },
399 "require-dev": {
400 "composer/composer": "~1.0",
401 "totten/process-helper": "^1.0.1"
402 },
403 "type": "composer-plugin",
404 "extra": {
405 "class": "Civi\\CompilePlugin\\CompilePlugin"
406 },
407 "autoload": {
408 "psr-4": {
409 "Civi\\CompilePlugin\\": "src/"
410 }
411 },
412 "notification-url": "https://packagist.org/downloads/",
413 "license": [
414 "MIT"
415 ],
416 "authors": [
417 {
418 "name": "Tim Otten",
419 "email": "info@civicrm.org"
420 }
421 ],
422 "description": "Define a 'compile' event for all packages in the dependency-graph",
479cd509 423 "time": "2021-01-13T05:12:30+00:00"
4034556f 424 },
79e677dd
TO
425 {
426 "name": "civicrm/composer-downloads-plugin",
3da9dd6c 427 "version": "v3.0.1",
79e677dd
TO
428 "source": {
429 "type": "git",
430 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
3da9dd6c 431 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877"
79e677dd
TO
432 },
433 "dist": {
434 "type": "zip",
3da9dd6c
SL
435 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/3aabb6d259a86158d01829fc2c62a2afb9618877",
436 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877",
79e677dd
TO
437 "shasum": ""
438 },
439 "require": {
3da9dd6c 440 "composer-plugin-api": "^1.1 || ^2.0",
79e677dd
TO
441 "php": ">=5.6",
442 "togos/gitignore": "~1.1.1"
443 },
444 "require-dev": {
3da9dd6c 445 "composer/composer": "~1.0 || ~2.0",
79e677dd
TO
446 "friendsofphp/php-cs-fixer": "^2.3",
447 "phpunit/phpunit": "^5.7",
448 "totten/process-helper": "^1.0.1"
449 },
450 "type": "composer-plugin",
451 "extra": {
452 "class": "LastCall\\DownloadsPlugin\\Plugin"
453 },
454 "autoload": {
455 "psr-4": {
456 "LastCall\\DownloadsPlugin\\": "src/"
457 }
458 },
459 "notification-url": "https://packagist.org/downloads/",
460 "license": [
461 "MIT"
462 ],
463 "authors": [
464 {
465 "name": "Rob Bayliss",
466 "email": "rob@lastcallmedia.com"
467 },
468 {
469 "name": "Tim Otten",
470 "email": "totten@civicrm.org"
471 }
472 ],
473 "description": "Composer plugin for downloading additional files within any composer package.",
e1cb865e 474 "time": "2020-11-02T05:26:23+00:00"
79e677dd 475 },
66a7c254
SL
476 {
477 "name": "cweagans/composer-patches",
1d285671 478 "version": "1.7.0",
66a7c254
SL
479 "source": {
480 "type": "git",
481 "url": "https://github.com/cweagans/composer-patches.git",
1d285671 482 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
66a7c254
SL
483 },
484 "dist": {
485 "type": "zip",
1d285671
SL
486 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
487 "reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
66a7c254
SL
488 "shasum": ""
489 },
490 "require": {
1d285671 491 "composer-plugin-api": "^1.0 || ^2.0",
66a7c254
SL
492 "php": ">=5.3.0"
493 },
494 "require-dev": {
1d285671 495 "composer/composer": "~1.0 || ~2.0",
66a7c254
SL
496 "phpunit/phpunit": "~4.6"
497 },
498 "type": "composer-plugin",
499 "extra": {
500 "class": "cweagans\\Composer\\Patches"
501 },
502 "autoload": {
503 "psr-4": {
504 "cweagans\\Composer\\": "src"
505 }
506 },
507 "notification-url": "https://packagist.org/downloads/",
508 "license": [
509 "BSD-3-Clause"
510 ],
511 "authors": [
512 {
513 "name": "Cameron Eagans",
514 "email": "me@cweagans.net"
515 }
516 ],
517 "description": "Provides a way to patch Composer packages.",
1d285671 518 "time": "2020-09-30T17:56:20+00:00"
66a7c254 519 },
108332db
SL
520 {
521 "name": "dflydev/apache-mime-types",
522 "version": "v1.0.1",
523 "source": {
524 "type": "git",
525 "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
526 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
527 },
528 "dist": {
529 "type": "zip",
530 "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
531 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
532 "shasum": ""
533 },
534 "require": {
535 "php": ">=5.3"
536 },
537 "require-dev": {
538 "twig/twig": "1.*"
539 },
540 "type": "library",
541 "extra": {
542 "branch-alias": {
543 "dev-master": "1.0-dev"
544 }
545 },
546 "autoload": {
547 "psr-0": {
548 "Dflydev\\ApacheMimeTypes": "src"
549 }
550 },
551 "notification-url": "https://packagist.org/downloads/",
552 "license": [
553 "MIT"
554 ],
555 "authors": [
556 {
557 "name": "Dragonfly Development Inc.",
558 "email": "info@dflydev.com",
559 "homepage": "http://dflydev.com"
560 },
561 {
562 "name": "Beau Simensen",
563 "email": "beau@dflydev.com",
564 "homepage": "http://beausimensen.com"
565 }
566 ],
567 "description": "Apache MIME Types",
568 "keywords": [
569 "apache",
570 "mime",
571 "mimetypes"
572 ],
573 "time": "2013-05-14T02:02:01+00:00"
574 },
0a4cb750
TO
575 {
576 "name": "dompdf/dompdf",
31db47c9 577 "version": "v1.0.2",
0a4cb750
TO
578 "source": {
579 "type": "git",
580 "url": "https://github.com/dompdf/dompdf.git",
31db47c9 581 "reference": "8768448244967a46d6e67b891d30878e0e15d25c"
0a4cb750
TO
582 },
583 "dist": {
584 "type": "zip",
31db47c9
MT
585 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/8768448244967a46d6e67b891d30878e0e15d25c",
586 "reference": "8768448244967a46d6e67b891d30878e0e15d25c",
0a4cb750
TO
587 "shasum": ""
588 },
589 "require": {
e91585d7 590 "ext-dom": "*",
e91585d7 591 "ext-mbstring": "*",
328fbd25 592 "phenx/php-font-lib": "^0.5.2",
b9015a8b 593 "phenx/php-svg-lib": "^0.3.3",
31db47c9 594 "php": "^7.1 || ^8.0"
e91585d7
SL
595 },
596 "require-dev": {
328fbd25 597 "mockery/mockery": "^1.3",
31db47c9 598 "phpunit/phpunit": "^7.5 || ^8 || ^9",
b9015a8b 599 "squizlabs/php_codesniffer": "^3.5"
0a4cb750 600 },
b85181d1 601 "suggest": {
602 "ext-gd": "Needed to process images",
603 "ext-gmagick": "Improves image processing performance",
328fbd25
SL
604 "ext-imagick": "Improves image processing performance",
605 "ext-zlib": "Needed for pdf stream compression"
b85181d1 606 },
0a4cb750 607 "type": "library",
e91585d7
SL
608 "extra": {
609 "branch-alias": {
610 "dev-develop": "0.7-dev"
611 }
612 },
0a4cb750 613 "autoload": {
e91585d7
SL
614 "psr-4": {
615 "Dompdf\\": "src/"
616 },
0a4cb750 617 "classmap": [
e91585d7 618 "lib/"
0a4cb750
TO
619 ]
620 },
621 "notification-url": "https://packagist.org/downloads/",
622 "license": [
e91585d7 623 "LGPL-2.1"
0a4cb750
TO
624 ],
625 "authors": [
626 {
627 "name": "Fabien Ménager",
628 "email": "fabien.menager@gmail.com"
629 },
630 {
631 "name": "Brian Sweeney",
632 "email": "eclecticgeek@gmail.com"
e91585d7
SL
633 },
634 {
635 "name": "Gabriel Bull",
636 "email": "me@gabrielbull.com"
0a4cb750
TO
637 }
638 ],
639 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
640 "homepage": "https://github.com/dompdf/dompdf",
31db47c9
MT
641 "support": {
642 "issues": "https://github.com/dompdf/dompdf/issues",
643 "source": "https://github.com/dompdf/dompdf/tree/v1.0.2"
644 },
645 "time": "2021-01-08T14:18:52+00:00"
0a4cb750 646 },
209ef5bf
TO
647 {
648 "name": "electrolinux/phpquery",
649 "version": "0.9.6",
650 "source": {
651 "type": "git",
652 "url": "https://github.com/electrolinux/phpquery.git",
653 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
654 },
655 "dist": {
656 "type": "zip",
657 "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
658 "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
659 "shasum": ""
660 },
661 "type": "library",
7d792d0f
SL
662 "extra": {
663 "patches_applied": {
664 "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"
665 }
666 },
209ef5bf
TO
667 "autoload": {
668 "classmap": [
669 "phpQuery/"
670 ]
671 },
672 "notification-url": "https://packagist.org/downloads/",
673 "license": [
674 "MIT"
675 ],
676 "authors": [
677 {
678 "name": "Tobiasz Cudnik",
679 "email": "tobiasz.cudnik@gmail.com",
680 "homepage": "https://github.com/TobiaszCudnik",
681 "role": "Developer"
682 },
683 {
684 "name": "didier Belot",
685 "role": "Packager"
686 }
687 ],
688 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
689 "homepage": "http://code.google.com/p/phpquery/",
7d792d0f 690 "time": "2013-03-21T12:39:33+00:00"
209ef5bf 691 },
463edc66
CW
692 {
693 "name": "ezyang/htmlpurifier",
694 "version": "v4.13.0",
695 "source": {
696 "type": "git",
697 "url": "https://github.com/ezyang/htmlpurifier.git",
698 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
699 },
700 "dist": {
701 "type": "zip",
702 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
703 "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
704 "shasum": ""
705 },
706 "require": {
707 "php": ">=5.2"
708 },
709 "require-dev": {
710 "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
711 },
712 "type": "library",
713 "autoload": {
714 "psr-0": {
715 "HTMLPurifier": "library/"
716 },
717 "files": [
718 "library/HTMLPurifier.composer.php"
719 ],
720 "exclude-from-classmap": [
721 "/library/HTMLPurifier/Language/"
722 ]
723 },
724 "notification-url": "https://packagist.org/downloads/",
725 "license": [
726 "LGPL-2.1-or-later"
727 ],
728 "authors": [
729 {
730 "name": "Edward Z. Yang",
731 "email": "admin@htmlpurifier.org",
732 "homepage": "http://ezyang.com"
733 }
734 ],
735 "description": "Standards compliant HTML filter written in PHP",
736 "homepage": "http://htmlpurifier.org/",
737 "keywords": [
738 "html"
739 ],
740 "support": {
741 "issues": "https://github.com/ezyang/htmlpurifier/issues",
742 "source": "https://github.com/ezyang/htmlpurifier/tree/master"
743 },
744 "time": "2020-06-29T00:56:53+00:00"
745 },
600d7832
TO
746 {
747 "name": "firebase/php-jwt",
748 "version": "v5.2.1",
749 "source": {
750 "type": "git",
751 "url": "https://github.com/firebase/php-jwt.git",
752 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
753 },
754 "dist": {
755 "type": "zip",
756 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
757 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
758 "shasum": ""
759 },
760 "require": {
761 "php": ">=5.3.0"
762 },
763 "require-dev": {
764 "phpunit/phpunit": ">=4.8 <=9"
765 },
766 "type": "library",
767 "autoload": {
768 "psr-4": {
769 "Firebase\\JWT\\": "src"
770 }
771 },
772 "notification-url": "https://packagist.org/downloads/",
773 "license": [
774 "BSD-3-Clause"
775 ],
776 "authors": [
777 {
778 "name": "Neuman Vong",
779 "email": "neuman+pear@twilio.com",
780 "role": "Developer"
781 },
782 {
783 "name": "Anant Narayanan",
784 "email": "anant@php.net",
785 "role": "Developer"
786 }
787 ],
788 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
789 "homepage": "https://github.com/firebase/php-jwt",
790 "keywords": [
791 "jwt",
792 "php"
793 ],
794 "time": "2021-02-12T00:02:00+00:00"
795 },
f9bdf062 796 {
797 "name": "guzzlehttp/guzzle",
bd4dda2a 798 "version": "6.5.4",
f9bdf062 799 "source": {
800 "type": "git",
801 "url": "https://github.com/guzzle/guzzle.git",
bd4dda2a 802 "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
f9bdf062 803 },
804 "dist": {
805 "type": "zip",
bd4dda2a 806 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
807 "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
f9bdf062 808 "shasum": ""
809 },
810 "require": {
bd4dda2a 811 "ext-json": "*",
f9bdf062 812 "guzzlehttp/promises": "^1.0",
bd4dda2a 813 "guzzlehttp/psr7": "^1.6.1",
814 "php": ">=5.5",
815 "symfony/polyfill-intl-idn": "1.17.0"
f9bdf062 816 },
817 "require-dev": {
818 "ext-curl": "*",
bd4dda2a 819 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
820 "psr/log": "^1.1"
f9bdf062 821 },
822 "suggest": {
823 "psr/log": "Required for using the Log middleware"
824 },
825 "type": "library",
826 "extra": {
827 "branch-alias": {
bd4dda2a 828 "dev-master": "6.5-dev"
f9bdf062 829 }
830 },
831 "autoload": {
f9bdf062 832 "psr-4": {
833 "GuzzleHttp\\": "src/"
bd4dda2a 834 },
835 "files": [
836 "src/functions_include.php"
837 ]
f9bdf062 838 },
839 "notification-url": "https://packagist.org/downloads/",
840 "license": [
841 "MIT"
842 ],
843 "authors": [
844 {
845 "name": "Michael Dowling",
846 "email": "mtdowling@gmail.com",
847 "homepage": "https://github.com/mtdowling"
848 }
849 ],
850 "description": "Guzzle is a PHP HTTP client library",
851 "homepage": "http://guzzlephp.org/",
852 "keywords": [
853 "client",
854 "curl",
855 "framework",
856 "http",
857 "http client",
858 "rest",
859 "web service"
860 ],
bd4dda2a 861 "time": "2020-05-25T19:35:05+00:00"
f9bdf062 862 },
863 {
864 "name": "guzzlehttp/promises",
865 "version": "v1.3.1",
866 "source": {
867 "type": "git",
868 "url": "https://github.com/guzzle/promises.git",
869 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
870 },
871 "dist": {
872 "type": "zip",
873 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
874 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
875 "shasum": ""
876 },
877 "require": {
878 "php": ">=5.5.0"
879 },
880 "require-dev": {
881 "phpunit/phpunit": "^4.0"
882 },
883 "type": "library",
884 "extra": {
885 "branch-alias": {
886 "dev-master": "1.4-dev"
887 }
888 },
889 "autoload": {
890 "psr-4": {
891 "GuzzleHttp\\Promise\\": "src/"
892 },
893 "files": [
894 "src/functions_include.php"
895 ]
896 },
897 "notification-url": "https://packagist.org/downloads/",
898 "license": [
899 "MIT"
900 ],
901 "authors": [
902 {
903 "name": "Michael Dowling",
904 "email": "mtdowling@gmail.com",
905 "homepage": "https://github.com/mtdowling"
906 }
907 ],
908 "description": "Guzzle promises library",
909 "keywords": [
910 "promise"
911 ],
912 "time": "2016-12-20T10:07:11+00:00"
913 },
914 {
915 "name": "guzzlehttp/psr7",
bd4dda2a 916 "version": "1.6.1",
f9bdf062 917 "source": {
918 "type": "git",
919 "url": "https://github.com/guzzle/psr7.git",
bd4dda2a 920 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
f9bdf062 921 },
922 "dist": {
923 "type": "zip",
bd4dda2a 924 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
925 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
f9bdf062 926 "shasum": ""
927 },
928 "require": {
929 "php": ">=5.4.0",
bd4dda2a 930 "psr/http-message": "~1.0",
931 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
f9bdf062 932 },
933 "provide": {
934 "psr/http-message-implementation": "1.0"
935 },
936 "require-dev": {
bd4dda2a 937 "ext-zlib": "*",
938 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
939 },
940 "suggest": {
941 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
f9bdf062 942 },
943 "type": "library",
944 "extra": {
945 "branch-alias": {
bd4dda2a 946 "dev-master": "1.6-dev"
f9bdf062 947 }
948 },
949 "autoload": {
950 "psr-4": {
951 "GuzzleHttp\\Psr7\\": "src/"
952 },
953 "files": [
954 "src/functions_include.php"
955 ]
956 },
957 "notification-url": "https://packagist.org/downloads/",
958 "license": [
959 "MIT"
960 ],
961 "authors": [
962 {
963 "name": "Michael Dowling",
964 "email": "mtdowling@gmail.com",
965 "homepage": "https://github.com/mtdowling"
966 },
967 {
968 "name": "Tobias Schultze",
969 "homepage": "https://github.com/Tobion"
970 }
971 ],
972 "description": "PSR-7 message implementation that also provides common utility methods",
973 "keywords": [
974 "http",
975 "message",
bd4dda2a 976 "psr-7",
f9bdf062 977 "request",
978 "response",
979 "stream",
980 "uri",
981 "url"
982 ],
bd4dda2a 983 "time": "2019-07-01T23:21:34+00:00"
f9bdf062 984 },
95d1c020
SL
985 {
986 "name": "laminas/laminas-escaper",
987 "version": "2.6.1",
988 "source": {
989 "type": "git",
990 "url": "https://github.com/laminas/laminas-escaper.git",
991 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
992 },
993 "dist": {
994 "type": "zip",
995 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
996 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
997 "shasum": ""
998 },
999 "require": {
1000 "laminas/laminas-zendframework-bridge": "^1.0",
1001 "php": "^5.6 || ^7.0"
1002 },
1003 "replace": {
1004 "zendframework/zend-escaper": "self.version"
1005 },
1006 "require-dev": {
1007 "laminas/laminas-coding-standard": "~1.0.0",
1008 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
1009 },
1010 "type": "library",
1011 "extra": {
1012 "branch-alias": {
1013 "dev-master": "2.6.x-dev",
1014 "dev-develop": "2.7.x-dev"
1015 }
1016 },
1017 "autoload": {
1018 "psr-4": {
1019 "Laminas\\Escaper\\": "src/"
1020 }
1021 },
1022 "notification-url": "https://packagist.org/downloads/",
1023 "license": [
1024 "BSD-3-Clause"
1025 ],
1026 "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1027 "homepage": "https://laminas.dev",
1028 "keywords": [
1029 "escaper",
1030 "laminas"
1031 ],
1032 "support": {
1033 "chat": "https://laminas.dev/chat",
1034 "docs": "https://docs.laminas.dev/laminas-escaper/",
1035 "forum": "https://discourse.laminas.dev",
1036 "issues": "https://github.com/laminas/laminas-escaper/issues",
1037 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1038 "source": "https://github.com/laminas/laminas-escaper"
1039 },
1040 "time": "2019-12-31T16:43:30+00:00"
1041 },
1042 {
1043 "name": "laminas/laminas-zendframework-bridge",
1044 "version": "1.1.1",
1045 "source": {
1046 "type": "git",
1047 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
1048 "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
1049 },
1050 "dist": {
1051 "type": "zip",
1052 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
1053 "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
1054 "shasum": ""
1055 },
1056 "require": {
1057 "php": "^5.6 || ^7.0 || ^8.0"
1058 },
1059 "require-dev": {
1060 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
1061 "squizlabs/php_codesniffer": "^3.5"
1062 },
1063 "type": "library",
1064 "extra": {
1065 "laminas": {
1066 "module": "Laminas\\ZendFrameworkBridge"
1067 }
1068 },
1069 "autoload": {
1070 "files": [
1071 "src/autoload.php"
1072 ],
1073 "psr-4": {
1074 "Laminas\\ZendFrameworkBridge\\": "src//"
1075 }
1076 },
1077 "notification-url": "https://packagist.org/downloads/",
1078 "license": [
1079 "BSD-3-Clause"
1080 ],
1081 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
1082 "keywords": [
1083 "ZendFramework",
1084 "autoloading",
1085 "laminas",
1086 "zf"
1087 ],
1088 "support": {
1089 "forum": "https://discourse.laminas.dev/",
1090 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
1091 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
1092 "source": "https://github.com/laminas/laminas-zendframework-bridge"
1093 },
1094 "funding": [
1095 {
1096 "url": "https://funding.communitybridge.org/projects/laminas-project",
1097 "type": "community_bridge"
1098 }
1099 ],
1100 "time": "2020-09-14T14:23:00+00:00"
1101 },
b6349baa 1102 {
1103 "name": "league/csv",
1104 "version": "9.2.1",
1105 "source": {
1106 "type": "git",
1107 "url": "https://github.com/thephpleague/csv.git",
1108 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9"
1109 },
1110 "dist": {
1111 "type": "zip",
1112 "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
1113 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
1114 "shasum": ""
1115 },
1116 "require": {
1117 "ext-mbstring": "*",
1118 "php": ">=7.0.10"
1119 },
1120 "require-dev": {
1121 "ext-curl": "*",
1122 "friendsofphp/php-cs-fixer": "^2.12",
1123 "phpstan/phpstan": "^0.9.2",
1124 "phpstan/phpstan-phpunit": "^0.9.4",
1125 "phpstan/phpstan-strict-rules": "^0.9.0",
1126 "phpunit/phpunit": "^6.0"
1127 },
1128 "suggest": {
1129 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
1130 },
1131 "type": "library",
1132 "extra": {
1133 "branch-alias": {
1134 "dev-master": "9.x-dev"
1135 }
1136 },
1137 "autoload": {
1138 "psr-4": {
1139 "League\\Csv\\": "src"
1140 },
1141 "files": [
1142 "src/functions_include.php"
1143 ]
1144 },
1145 "notification-url": "https://packagist.org/downloads/",
1146 "license": [
1147 "MIT"
1148 ],
1149 "authors": [
1150 {
1151 "name": "Ignace Nyamagana Butera",
1152 "email": "nyamsprod@gmail.com",
1153 "homepage": "https://github.com/nyamsprod/",
1154 "role": "Developer"
1155 }
1156 ],
1157 "description": "Csv data manipulation made easy in PHP",
1158 "homepage": "http://csv.thephpleague.com",
1159 "keywords": [
1160 "csv",
1161 "export",
1162 "filter",
1163 "import",
1164 "read",
1165 "write"
1166 ],
1167 "time": "2019-06-07T06:24:33+00:00"
1168 },
0d641ada
TO
1169 {
1170 "name": "league/oauth2-client",
1171 "version": "2.6.0",
1172 "source": {
1173 "type": "git",
1174 "url": "https://github.com/thephpleague/oauth2-client.git",
1175 "reference": "badb01e62383430706433191b82506b6df24ad98"
1176 },
1177 "dist": {
1178 "type": "zip",
1179 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
1180 "reference": "badb01e62383430706433191b82506b6df24ad98",
1181 "shasum": ""
1182 },
1183 "require": {
1184 "guzzlehttp/guzzle": "^6.0 || ^7.0",
1185 "paragonie/random_compat": "^1 || ^2 || ^9.99",
1186 "php": "^5.6 || ^7.0 || ^8.0"
1187 },
1188 "require-dev": {
1189 "mockery/mockery": "^1.3",
1190 "php-parallel-lint/php-parallel-lint": "^1.2",
1191 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
1192 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
1193 },
1194 "type": "library",
1195 "extra": {
1196 "branch-alias": {
1197 "dev-2.x": "2.0.x-dev"
1198 }
1199 },
1200 "autoload": {
1201 "psr-4": {
1202 "League\\OAuth2\\Client\\": "src/"
1203 }
1204 },
1205 "notification-url": "https://packagist.org/downloads/",
1206 "license": [
1207 "MIT"
1208 ],
1209 "authors": [
1210 {
1211 "name": "Alex Bilbie",
1212 "email": "hello@alexbilbie.com",
1213 "homepage": "http://www.alexbilbie.com",
1214 "role": "Developer"
1215 },
1216 {
1217 "name": "Woody Gilk",
1218 "homepage": "https://github.com/shadowhand",
1219 "role": "Contributor"
1220 }
1221 ],
1222 "description": "OAuth 2.0 Client Library",
1223 "keywords": [
1224 "Authentication",
1225 "SSO",
1226 "authorization",
1227 "identity",
1228 "idp",
1229 "oauth",
1230 "oauth2",
1231 "single sign on"
1232 ],
1233 "time": "2020-10-28T02:03:40+00:00"
1234 },
1235 {
1236 "name": "league/oauth2-google",
1237 "version": "3.0.3",
1238 "source": {
1239 "type": "git",
1240 "url": "https://github.com/thephpleague/oauth2-google.git",
1241 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943"
1242 },
1243 "dist": {
1244 "type": "zip",
1245 "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/18d1889897a8b18d85ecadacf74c9274d678d943",
1246 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943",
1247 "shasum": ""
1248 },
1249 "require": {
1250 "league/oauth2-client": "^2.0"
1251 },
1252 "require-dev": {
1253 "eloquent/phony-phpunit": "^2.0",
1254 "php-coveralls/php-coveralls": "^2.1",
1255 "phpunit/phpunit": "^6.0",
1256 "squizlabs/php_codesniffer": "^2.0"
1257 },
1258 "type": "library",
1259 "autoload": {
1260 "psr-4": {
1261 "League\\OAuth2\\Client\\": "src/"
1262 }
1263 },
1264 "notification-url": "https://packagist.org/downloads/",
1265 "license": [
1266 "MIT"
1267 ],
1268 "authors": [
1269 {
1270 "name": "Woody Gilk",
1271 "email": "woody.gilk@gmail.com",
1272 "homepage": "http://shadowhand.me"
1273 }
1274 ],
1275 "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
1276 "keywords": [
1277 "Authentication",
1278 "authorization",
1279 "client",
1280 "google",
1281 "oauth",
1282 "oauth2"
1283 ],
1284 "time": "2020-07-24T15:16:12+00:00"
1285 },
44b5fddd
CW
1286 {
1287 "name": "maennchen/zipstream-php",
1288 "version": "2.1.0",
1289 "source": {
1290 "type": "git",
1291 "url": "https://github.com/maennchen/ZipStream-PHP.git",
1292 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
1293 },
1294 "dist": {
1295 "type": "zip",
1296 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
1297 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
1298 "shasum": ""
1299 },
1300 "require": {
1301 "myclabs/php-enum": "^1.5",
1302 "php": ">= 7.1",
1303 "psr/http-message": "^1.0",
1304 "symfony/polyfill-mbstring": "^1.0"
1305 },
1306 "require-dev": {
1307 "ext-zip": "*",
1308 "guzzlehttp/guzzle": ">= 6.3",
1309 "mikey179/vfsstream": "^1.6",
1310 "phpunit/phpunit": ">= 7.5"
1311 },
1312 "type": "library",
1313 "autoload": {
1314 "psr-4": {
1315 "ZipStream\\": "src/"
1316 }
1317 },
1318 "notification-url": "https://packagist.org/downloads/",
1319 "license": [
1320 "MIT"
1321 ],
1322 "authors": [
1323 {
1324 "name": "Paul Duncan",
1325 "email": "pabs@pablotron.org"
1326 },
1327 {
1328 "name": "Jonatan Männchen",
1329 "email": "jonatan@maennchen.ch"
1330 },
1331 {
1332 "name": "Jesse Donat",
1333 "email": "donatj@gmail.com"
1334 },
1335 {
1336 "name": "András Kolesár",
1337 "email": "kolesar@kolesar.hu"
1338 }
1339 ],
1340 "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
1341 "keywords": [
1342 "stream",
1343 "zip"
1344 ],
1345 "support": {
1346 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
1347 "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
1348 },
1349 "funding": [
1350 {
1351 "url": "https://opencollective.com/zipstream",
1352 "type": "open_collective"
1353 }
1354 ],
1355 "time": "2020-05-30T13:11:16+00:00"
1356 },
fd6605f0
JK
1357 {
1358 "name": "marcj/topsort",
77c89e7a 1359 "version": "1.1.0",
fd6605f0
JK
1360 "source": {
1361 "type": "git",
77c89e7a
TO
1362 "url": "https://github.com/marcj/topsort.php.git",
1363 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
1364 },
1365 "dist": {
1366 "type": "zip",
1367 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1368 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1369 "shasum": ""
fd6605f0
JK
1370 },
1371 "require": {
77c89e7a 1372 "php": ">=5.4"
fd6605f0
JK
1373 },
1374 "require-dev": {
1375 "codeclimate/php-test-reporter": "dev-master",
1376 "phpunit/phpunit": "~4.0",
1377 "symfony/console": "~2.5"
1378 },
1379 "type": "library",
1380 "autoload": {
1381 "psr-4": {
1382 "MJS\\TopSort\\": "src/",
1383 "MJS\\TopSort\\Tests\\": "tests/Tests/"
1384 }
1385 },
77c89e7a 1386 "notification-url": "https://packagist.org/downloads/",
fd6605f0
JK
1387 "license": [
1388 "MIT"
1389 ],
1390 "authors": [
1391 {
1392 "name": "Marc J. Schmidt",
1393 "email": "marc@marcjschmidt.de"
1394 }
1395 ],
1396 "description": "High-Performance TopSort/Dependency resolving algorithm",
1397 "keywords": [
1398 "dependency resolving",
1399 "topological sort",
1400 "topsort"
1401 ],
77c89e7a 1402 "time": "2016-11-19T14:58:11+00:00"
fd6605f0 1403 },
44b5fddd
CW
1404 {
1405 "name": "markbaker/complex",
1406 "version": "2.0.3",
1407 "source": {
1408 "type": "git",
1409 "url": "https://github.com/MarkBaker/PHPComplex.git",
1410 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946"
1411 },
1412 "dist": {
1413 "type": "zip",
1414 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1415 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1416 "shasum": ""
1417 },
1418 "require": {
1419 "php": "^7.2 || ^8.0"
1420 },
1421 "require-dev": {
1422 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1423 "phpcompatibility/php-compatibility": "^9.0",
1424 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1425 "squizlabs/php_codesniffer": "^3.4"
1426 },
1427 "type": "library",
1428 "autoload": {
1429 "psr-4": {
1430 "Complex\\": "classes/src/"
1431 },
1432 "files": [
1433 "classes/src/functions/abs.php",
1434 "classes/src/functions/acos.php",
1435 "classes/src/functions/acosh.php",
1436 "classes/src/functions/acot.php",
1437 "classes/src/functions/acoth.php",
1438 "classes/src/functions/acsc.php",
1439 "classes/src/functions/acsch.php",
1440 "classes/src/functions/argument.php",
1441 "classes/src/functions/asec.php",
1442 "classes/src/functions/asech.php",
1443 "classes/src/functions/asin.php",
1444 "classes/src/functions/asinh.php",
1445 "classes/src/functions/atan.php",
1446 "classes/src/functions/atanh.php",
1447 "classes/src/functions/conjugate.php",
1448 "classes/src/functions/cos.php",
1449 "classes/src/functions/cosh.php",
1450 "classes/src/functions/cot.php",
1451 "classes/src/functions/coth.php",
1452 "classes/src/functions/csc.php",
1453 "classes/src/functions/csch.php",
1454 "classes/src/functions/exp.php",
1455 "classes/src/functions/inverse.php",
1456 "classes/src/functions/ln.php",
1457 "classes/src/functions/log2.php",
1458 "classes/src/functions/log10.php",
1459 "classes/src/functions/negative.php",
1460 "classes/src/functions/pow.php",
1461 "classes/src/functions/rho.php",
1462 "classes/src/functions/sec.php",
1463 "classes/src/functions/sech.php",
1464 "classes/src/functions/sin.php",
1465 "classes/src/functions/sinh.php",
1466 "classes/src/functions/sqrt.php",
1467 "classes/src/functions/tan.php",
1468 "classes/src/functions/tanh.php",
1469 "classes/src/functions/theta.php",
1470 "classes/src/operations/add.php",
1471 "classes/src/operations/subtract.php",
1472 "classes/src/operations/multiply.php",
1473 "classes/src/operations/divideby.php",
1474 "classes/src/operations/divideinto.php"
1475 ]
1476 },
1477 "notification-url": "https://packagist.org/downloads/",
1478 "license": [
1479 "MIT"
1480 ],
1481 "authors": [
1482 {
1483 "name": "Mark Baker",
1484 "email": "mark@lange.demon.co.uk"
1485 }
1486 ],
1487 "description": "PHP Class for working with complex numbers",
1488 "homepage": "https://github.com/MarkBaker/PHPComplex",
1489 "keywords": [
1490 "complex",
1491 "mathematics"
1492 ],
1493 "support": {
1494 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
1495 "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3"
1496 },
1497 "time": "2021-06-02T09:44:11+00:00"
1498 },
1499 {
1500 "name": "markbaker/matrix",
1501 "version": "2.1.3",
1502 "source": {
1503 "type": "git",
1504 "url": "https://github.com/MarkBaker/PHPMatrix.git",
1505 "reference": "174395a901b5ba0925f1d790fa91bab531074b61"
1506 },
1507 "dist": {
1508 "type": "zip",
1509 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61",
1510 "reference": "174395a901b5ba0925f1d790fa91bab531074b61",
1511 "shasum": ""
1512 },
1513 "require": {
1514 "php": "^7.1 || ^8.0"
1515 },
1516 "require-dev": {
1517 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1518 "phpcompatibility/php-compatibility": "^9.0",
1519 "phpdocumentor/phpdocumentor": "2.*",
1520 "phploc/phploc": "^4.0",
1521 "phpmd/phpmd": "2.*",
1522 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1523 "sebastian/phpcpd": "^4.0",
1524 "squizlabs/php_codesniffer": "^3.4"
1525 },
1526 "type": "library",
1527 "autoload": {
1528 "psr-4": {
1529 "Matrix\\": "classes/src/"
1530 },
1531 "files": [
1532 "classes/src/Functions/adjoint.php",
1533 "classes/src/Functions/antidiagonal.php",
1534 "classes/src/Functions/cofactors.php",
1535 "classes/src/Functions/determinant.php",
1536 "classes/src/Functions/diagonal.php",
1537 "classes/src/Functions/identity.php",
1538 "classes/src/Functions/inverse.php",
1539 "classes/src/Functions/minors.php",
1540 "classes/src/Functions/trace.php",
1541 "classes/src/Functions/transpose.php",
1542 "classes/src/Operations/add.php",
1543 "classes/src/Operations/directsum.php",
1544 "classes/src/Operations/subtract.php",
1545 "classes/src/Operations/multiply.php",
1546 "classes/src/Operations/divideby.php",
1547 "classes/src/Operations/divideinto.php"
1548 ]
1549 },
1550 "notification-url": "https://packagist.org/downloads/",
1551 "license": [
1552 "MIT"
1553 ],
1554 "authors": [
1555 {
1556 "name": "Mark Baker",
1557 "email": "mark@demon-angel.eu"
1558 }
1559 ],
1560 "description": "PHP Class for working with matrices",
1561 "homepage": "https://github.com/MarkBaker/PHPMatrix",
1562 "keywords": [
1563 "mathematics",
1564 "matrix",
1565 "vector"
1566 ],
1567 "support": {
1568 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
1569 "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3"
1570 },
1571 "time": "2021-05-25T15:42:17+00:00"
1572 },
1573 {
1574 "name": "myclabs/php-enum",
1575 "version": "1.7.7",
1576 "source": {
1577 "type": "git",
1578 "url": "https://github.com/myclabs/php-enum.git",
1579 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
1580 },
1581 "dist": {
1582 "type": "zip",
1583 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
1584 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
1585 "shasum": ""
1586 },
1587 "require": {
1588 "ext-json": "*",
1589 "php": ">=7.1"
1590 },
1591 "require-dev": {
1592 "phpunit/phpunit": "^7",
1593 "squizlabs/php_codesniffer": "1.*",
1594 "vimeo/psalm": "^3.8"
1595 },
1596 "type": "library",
1597 "autoload": {
1598 "psr-4": {
1599 "MyCLabs\\Enum\\": "src/"
1600 }
1601 },
1602 "notification-url": "https://packagist.org/downloads/",
1603 "license": [
1604 "MIT"
1605 ],
1606 "authors": [
1607 {
1608 "name": "PHP Enum contributors",
1609 "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
1610 }
1611 ],
1612 "description": "PHP Enum implementation",
1613 "homepage": "http://github.com/myclabs/php-enum",
1614 "keywords": [
1615 "enum"
1616 ],
1617 "support": {
1618 "issues": "https://github.com/myclabs/php-enum/issues",
1619 "source": "https://github.com/myclabs/php-enum/tree/1.7.7"
1620 },
1621 "funding": [
1622 {
1623 "url": "https://github.com/mnapoli",
1624 "type": "github"
1625 },
1626 {
1627 "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
1628 "type": "tidelift"
1629 }
1630 ],
1631 "time": "2020-11-14T18:14:52+00:00"
1632 },
4034556f
TO
1633 {
1634 "name": "padaliyajay/php-autoprefixer",
4fed6a99 1635 "version": "1.3",
4034556f
TO
1636 "source": {
1637 "type": "git",
1638 "url": "https://github.com/padaliyajay/php-autoprefixer.git",
4fed6a99 1639 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430"
4034556f
TO
1640 },
1641 "dist": {
1642 "type": "zip",
4fed6a99
TO
1643 "url": "https://api.github.com/repos/padaliyajay/php-autoprefixer/zipball/f05f374f0c1e463db62209613f52b38bf4b52430",
1644 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430",
4034556f
TO
1645 "shasum": ""
1646 },
1647 "require": {
1648 "sabberworm/php-css-parser": "*"
1649 },
1650 "type": "library",
1651 "autoload": {
1652 "psr-4": {
1653 "Padaliyajay\\PHPAutoprefixer\\": "src"
1654 }
1655 },
1656 "notification-url": "https://packagist.org/downloads/",
1657 "license": [
1658 "MIT"
1659 ],
1660 "authors": [
1661 {
1662 "name": "Jay padaliya"
1663 }
1664 ],
1665 "description": "CSS Autoprefixer written in pure PHP.",
4fed6a99 1666 "time": "2019-11-26T09:55:37+00:00"
4034556f 1667 },
0d641ada
TO
1668 {
1669 "name": "paragonie/random_compat",
1670 "version": "v9.99.100",
1671 "source": {
1672 "type": "git",
1673 "url": "https://github.com/paragonie/random_compat.git",
1674 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1675 },
1676 "dist": {
1677 "type": "zip",
1678 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1679 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1680 "shasum": ""
1681 },
1682 "require": {
1683 "php": ">= 7"
1684 },
1685 "require-dev": {
1686 "phpunit/phpunit": "4.*|5.*",
1687 "vimeo/psalm": "^1"
1688 },
1689 "suggest": {
1690 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1691 },
1692 "type": "library",
1693 "notification-url": "https://packagist.org/downloads/",
1694 "license": [
1695 "MIT"
1696 ],
1697 "authors": [
1698 {
1699 "name": "Paragon Initiative Enterprises",
1700 "email": "security@paragonie.com",
1701 "homepage": "https://paragonie.com"
1702 }
1703 ],
1704 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1705 "keywords": [
1706 "csprng",
1707 "polyfill",
1708 "pseudorandom",
1709 "random"
1710 ],
1711 "time": "2020-10-15T08:29:30+00:00"
1712 },
41f34647
SL
1713 {
1714 "name": "pear/auth_sasl",
1715 "version": "v1.1.0",
1716 "source": {
1717 "type": "git",
1718 "url": "https://github.com/pear/Auth_SASL.git",
1719 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
1720 },
1721 "dist": {
1722 "type": "zip",
1723 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1724 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1725 "shasum": ""
1726 },
1727 "require": {
1728 "pear/pear_exception": "@stable"
1729 },
1730 "require-dev": {
1731 "phpunit/phpunit": "@stable"
1732 },
1733 "type": "library",
1734 "autoload": {
1735 "psr-0": {
1736 "Auth": "./"
1737 }
1738 },
1739 "notification-url": "https://packagist.org/downloads/",
1740 "include-path": [
1741 "./"
1742 ],
1743 "license": [
1744 "BSD"
1745 ],
1746 "authors": [
1747 {
1748 "name": "Anish Mistry",
1749 "email": "amistry@am-productions.biz",
1750 "role": "Lead"
1751 },
1752 {
1753 "name": "Richard Heyes",
1754 "email": "richard@php.net",
1755 "role": "Lead"
1756 },
1757 {
1758 "name": "Michael Bretterklieber",
1759 "email": "michael@bretterklieber.com",
1760 "role": "Lead"
1761 }
1762 ],
1763 "description": "Abstraction of various SASL mechanism responses",
1764 "time": "2017-03-07T14:37:05+00:00"
1765 },
2215f6dc 1766 {
1767 "name": "pear/console_getopt",
1768 "version": "v1.4.1",
1769 "source": {
1770 "type": "git",
1771 "url": "https://github.com/pear/Console_Getopt.git",
1772 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
1773 },
1774 "dist": {
1775 "type": "zip",
1776 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1777 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1778 "shasum": ""
1779 },
1780 "type": "library",
1781 "autoload": {
1782 "psr-0": {
1783 "Console": "./"
1784 }
1785 },
1786 "notification-url": "https://packagist.org/downloads/",
1787 "include-path": [
1788 "./"
1789 ],
1790 "license": [
1791 "BSD-2-Clause"
1792 ],
1793 "authors": [
1794 {
1795 "name": "Greg Beaver",
1796 "email": "cellog@php.net",
1797 "role": "Helper"
1798 },
1799 {
1800 "name": "Andrei Zmievski",
1801 "email": "andrei@php.net",
1802 "role": "Lead"
1803 },
1804 {
1805 "name": "Stig Bakken",
1806 "email": "stig@php.net",
1807 "role": "Developer"
1808 }
1809 ],
1810 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
1811 "time": "2015-07-20T20:28:12+00:00"
1812 },
b687e8d7
SL
1813 {
1814 "name": "pear/db",
51142dfe 1815 "version": "v1.11.0",
b687e8d7
SL
1816 "source": {
1817 "type": "git",
1818 "url": "https://github.com/pear/DB.git",
51142dfe 1819 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21"
b687e8d7
SL
1820 },
1821 "dist": {
1822 "type": "zip",
51142dfe
SL
1823 "url": "https://api.github.com/repos/pear/DB/zipball/7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
1824 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
b687e8d7
SL
1825 "shasum": ""
1826 },
1827 "require": {
1828 "pear/pear-core-minimal": "*"
1829 },
1830 "type": "library",
b687e8d7
SL
1831 "autoload": {
1832 "psr-0": {
1833 "DB": "./"
1834 }
1835 },
1836 "notification-url": "https://packagist.org/downloads/",
1837 "include-path": [
1838 "./"
1839 ],
1840 "license": [
51142dfe 1841 "PHP-3.01"
b687e8d7
SL
1842 ],
1843 "authors": [
1844 {
1845 "name": "Daniel Convissor",
1846 "email": "danielc@php.net",
1847 "role": "Lead"
1848 },
1849 {
1850 "name": "Adam Harvey",
1851 "email": "aharvey@php.net",
1852 "role": "Lead"
1853 },
1854 {
1855 "name": "Stig Bakken",
1856 "email": "stig@php.net",
1857 "role": "Developer"
1858 },
1859 {
1860 "name": "Tomas V.V.Cox",
1861 "email": "cox@idecnet.com",
1862 "role": "Developer"
1863 }
1864 ],
1865 "description": "More info available on: http://pear.php.net/package/DB",
51142dfe
SL
1866 "support": {
1867 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=DB",
1868 "source": "https://github.com/pear/DB"
1869 },
1870 "time": "2021-08-11T00:24:34+00:00"
b687e8d7 1871 },
2f0db034
SL
1872 {
1873 "name": "pear/log",
7d792d0f 1874 "version": "1.13.3",
2f0db034
SL
1875 "source": {
1876 "type": "git",
1877 "url": "https://github.com/pear/Log.git",
7d792d0f 1878 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3"
2f0db034
SL
1879 },
1880 "dist": {
1881 "type": "zip",
7d792d0f
SL
1882 "url": "https://api.github.com/repos/pear/Log/zipball/21af0be11669194d72d88b5ee9d5f176dc75d9a3",
1883 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3",
2f0db034
SL
1884 "shasum": ""
1885 },
1886 "require": {
7d792d0f 1887 "pear/pear_exception": "1.0.1 || 1.0.2",
2f0db034
SL
1888 "php": ">5.2"
1889 },
1890 "require-dev": {
1891 "phpunit/phpunit": "*"
1892 },
1893 "suggest": {
1894 "pear/db": "Install optionally via your project's composer.json"
1895 },
1896 "type": "library",
1897 "autoload": {
1898 "psr-0": {
1899 "Log": "./"
7d792d0f
SL
1900 },
1901 "exclude-from-classmap": [
1902 "/examples/"
1903 ]
2f0db034
SL
1904 },
1905 "notification-url": "https://packagist.org/downloads/",
1906 "include-path": [
1907 ""
1908 ],
1909 "license": [
1910 "MIT"
1911 ],
1912 "authors": [
1913 {
1914 "name": "Jon Parise",
1915 "email": "jon@php.net",
1916 "homepage": "http://www.indelible.org",
1917 "role": "Developer"
1918 }
1919 ],
1920 "description": "PEAR Logging Framework",
1921 "homepage": "http://pear.github.io/Log/",
1922 "keywords": [
1923 "log",
1924 "logging"
1925 ],
7d792d0f
SL
1926 "support": {
1927 "issues": "https://github.com/pear/Log/issues",
1928 "source": "https://github.com/pear/Log"
1929 },
1930 "time": "2021-05-04T23:51:30+00:00"
2f0db034 1931 },
2215f6dc 1932 {
1933 "name": "pear/mail",
1934 "version": "v1.4.1",
1935 "source": {
1936 "type": "git",
1937 "url": "https://github.com/pear/Mail.git",
1938 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
1939 },
1940 "dist": {
1941 "type": "zip",
1942 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1943 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
1944 "shasum": ""
1945 },
1946 "require": {
1947 "pear/pear-core-minimal": "~1.9",
1948 "php": ">=5.2.1"
1949 },
1950 "require-dev": {
1951 "pear/pear": "*"
1952 },
1953 "suggest": {
1954 "pear/net_smtp": "Install optionally via your project's composer.json"
1955 },
1956 "type": "library",
7d792d0f
SL
1957 "extra": {
1958 "patches_applied": {
1959 "Apply CiviCRM Customisations for CRM-1367 and CRM-5946": "https://raw.githubusercontent.com/civicrm/civicrm-core/36319938a5bf26c1e7e2110a26a65db6a5979268/tools/scripts/composer/patches/pear-mail.patch"
1960 }
1961 },
2215f6dc 1962 "autoload": {
1963 "psr-0": {
1964 "Mail": "./"
1965 }
1966 },
1967 "notification-url": "https://packagist.org/downloads/",
1968 "include-path": [
1969 "./"
1970 ],
1971 "license": [
1972 "BSD-2-Clause"
1973 ],
1974 "authors": [
1975 {
1976 "name": "Chuck Hagenbuch",
1977 "email": "chuck@horde.org",
1978 "role": "Lead"
1979 },
1980 {
1981 "name": "Richard Heyes",
1982 "email": "richard@phpguru.org",
1983 "role": "Developer"
1984 },
1985 {
1986 "name": "Aleksander Machniak",
1987 "email": "alec@alec.pl",
1988 "role": "Developer"
1989 }
1990 ],
1991 "description": "Class that provides multiple interfaces for sending emails.",
1992 "homepage": "http://pear.php.net/package/Mail",
7d792d0f 1993 "time": "2017-04-11T17:27:29+00:00"
2215f6dc 1994 },
968f6190
SL
1995 {
1996 "name": "pear/mail_mime",
1997 "version": "1.10.9",
1998 "source": {
1999 "type": "git",
2000 "url": "https://github.com/pear/Mail_Mime.git",
2001 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d"
2002 },
2003 "dist": {
2004 "type": "zip",
2005 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/1e7ae4e5258b6c0d385a8e76add567934245d38d",
2006 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d",
2007 "shasum": ""
2008 },
2009 "require": {
2010 "pear/pear-core-minimal": "*"
2011 },
2012 "type": "library",
7d792d0f
SL
2013 "extra": {
2014 "patches_applied": {
2015 "Apply patch for CRM-3133 wordwrap body to be 750 characters to apply with RFC 2821": "https://raw.githubusercontent.com/civicrm/civicrm-core/74e25f27bb3be32519657539afe8a285c6c99a08/tools/scripts/composer/patches/mail_mime_crm_3133.patch"
2016 }
2017 },
968f6190
SL
2018 "autoload": {
2019 "psr-0": {
2020 "Mail": "./"
2021 }
2022 },
2023 "notification-url": "https://packagist.org/downloads/",
2024 "include-path": [
2025 "./"
2026 ],
2027 "license": [
2028 "BSD-3-clause"
2029 ],
2030 "authors": [
2031 {
2032 "name": "Cipriano Groenendal",
2033 "email": "cipri@php.net",
2034 "role": "Lead"
2035 },
2036 {
2037 "name": "Aleksander Machniak",
2038 "email": "alec@php.net",
2039 "role": "Lead"
2040 }
2041 ],
2042 "description": "Mail_Mime provides classes to create MIME messages",
2043 "homepage": "http://pear.php.net/package/Mail_Mime",
7d792d0f 2044 "time": "2020-06-27T08:35:27+00:00"
968f6190 2045 },
0ccbacae
SL
2046 {
2047 "name": "pear/net_smtp",
a6a0ff13 2048 "version": "1.9.0",
0ccbacae
SL
2049 "source": {
2050 "type": "git",
2051 "url": "https://github.com/pear/Net_SMTP.git",
a6a0ff13 2052 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
0ccbacae
SL
2053 },
2054 "dist": {
2055 "type": "zip",
a6a0ff13
SL
2056 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
2057 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
0ccbacae
SL
2058 "shasum": ""
2059 },
2060 "require": {
a6a0ff13
SL
2061 "pear/net_socket": "@stable",
2062 "pear/pear-core-minimal": "@stable",
2063 "php": ">=5.4.0"
0ccbacae
SL
2064 },
2065 "require-dev": {
2066 "phpunit/phpunit": "*"
2067 },
2068 "suggest": {
2069 "pear/auth_sasl": "Install optionally via your project's composer.json"
2070 },
2071 "type": "library",
7d792d0f
SL
2072 "extra": {
2073 "patches_applied": {
2074 "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"
2075 }
2076 },
0ccbacae
SL
2077 "autoload": {
2078 "psr-0": {
2079 "Net": "./"
2080 }
2081 },
2082 "notification-url": "https://packagist.org/downloads/",
2083 "include-path": [
2084 "./"
2085 ],
2086 "license": [
a6a0ff13 2087 "BSD-2-Clause"
0ccbacae
SL
2088 ],
2089 "authors": [
2090 {
2091 "name": "Jon Parise",
2092 "email": "jon@php.net",
a6a0ff13 2093 "homepage": "https://www.indelible.org",
0ccbacae
SL
2094 "role": "Lead"
2095 },
2096 {
2097 "name": "Chuck Hagenbuch",
2098 "email": "chuck@horde.org",
2099 "role": "Lead"
2100 }
2101 ],
2102 "description": "An implementation of the SMTP protocol",
a6a0ff13 2103 "homepage": "https://pear.github.io/Net_SMTP/",
0ccbacae
SL
2104 "keywords": [
2105 "email",
2106 "mail",
2107 "smtp"
2108 ],
7d792d0f 2109 "time": "2019-11-30T23:40:31+00:00"
0ccbacae
SL
2110 },
2111 {
2112 "name": "pear/net_socket",
2113 "version": "1.0.14",
2114 "source": {
2115 "type": "git",
2116 "url": "https://github.com/pear/Net_Socket.git",
2117 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
2118 },
2119 "dist": {
2120 "type": "zip",
2121 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
2122 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
2123 "shasum": ""
2124 },
2125 "require": {
2126 "pear/pear_exception": "*"
2127 },
2128 "require-dev": {
2129 "phpunit/phpunit": "*"
2130 },
2131 "type": "library",
2132 "autoload": {
2133 "psr-0": {
2134 "Net": "./"
2135 }
2136 },
2137 "notification-url": "https://packagist.org/downloads/",
2138 "include-path": [
2139 "./"
2140 ],
2141 "license": [
2142 "PHP License"
2143 ],
2144 "authors": [
2145 {
2146 "name": "Chuck Hagenbuch",
2147 "email": "chuck@horde.org",
2148 "role": "Lead"
2149 },
2150 {
2151 "name": "Aleksander Machniak",
2152 "email": "alec@php.net",
2153 "role": "Lead"
2154 },
2155 {
2156 "name": "Stig Bakken",
2157 "email": "stig@php.net",
2158 "role": "Lead"
2159 }
2160 ],
2161 "description": "More info available on: http://pear.php.net/package/Net_Socket",
2162 "time": "2014-02-20T19:27:06+00:00"
2163 },
2215f6dc 2164 {
2165 "name": "pear/pear-core-minimal",
2166 "version": "v1.10.7",
2167 "source": {
2168 "type": "git",
2169 "url": "https://github.com/pear/pear-core-minimal.git",
2170 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
2171 },
2172 "dist": {
2173 "type": "zip",
2174 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
2175 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
2176 "shasum": ""
2177 },
2178 "require": {
2179 "pear/console_getopt": "~1.4",
2180 "pear/pear_exception": "~1.0"
2181 },
2182 "replace": {
2183 "rsky/pear-core-min": "self.version"
2184 },
2185 "type": "library",
2186 "autoload": {
2187 "psr-0": {
2188 "": "src/"
2189 }
2190 },
2191 "notification-url": "https://packagist.org/downloads/",
2192 "include-path": [
2193 "src/"
2194 ],
2195 "license": [
2196 "BSD-3-Clause"
2197 ],
2198 "authors": [
2199 {
2200 "name": "Christian Weiske",
2201 "email": "cweiske@php.net",
2202 "role": "Lead"
2203 }
2204 ],
2205 "description": "Minimal set of PEAR core files to be used as composer dependency",
2206 "time": "2018-12-05T20:03:52+00:00"
2207 },
2d0eaf7e
SL
2208 {
2209 "name": "pear/pear_exception",
6086c345 2210 "version": "v1.0.1",
2d0eaf7e
SL
2211 "source": {
2212 "type": "git",
2213 "url": "https://github.com/pear/PEAR_Exception.git",
6086c345 2214 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
2d0eaf7e
SL
2215 },
2216 "dist": {
2217 "type": "zip",
6086c345
SL
2218 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2219 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2d0eaf7e
SL
2220 "shasum": ""
2221 },
2222 "require": {
2223 "php": ">=4.4.0"
2224 },
2225 "require-dev": {
2226 "phpunit/phpunit": "*"
2227 },
2228 "type": "class",
2229 "extra": {
2230 "branch-alias": {
2231 "dev-master": "1.0.x-dev"
2232 }
2233 },
2234 "autoload": {
6086c345
SL
2235 "classmap": [
2236 "PEAR/"
2237 ]
2d0eaf7e
SL
2238 },
2239 "notification-url": "https://packagist.org/downloads/",
2240 "include-path": [
2241 "."
2242 ],
2243 "license": [
2244 "BSD-2-Clause"
2245 ],
2246 "authors": [
2247 {
2248 "name": "Helgi Thormar",
2249 "email": "dufuz@php.net"
2250 },
2251 {
2252 "name": "Greg Beaver",
2253 "email": "cellog@php.net"
2254 }
2255 ],
2256 "description": "The PEAR Exception base class.",
2257 "homepage": "https://github.com/pear/PEAR_Exception",
2258 "keywords": [
2259 "exception"
2260 ],
6086c345 2261 "time": "2019-12-10T10:24:42+00:00"
2d0eaf7e
SL
2262 },
2263 {
2264 "name": "pear/validate_finance_creditcard",
436e8384 2265 "version": "0.7.0",
2d0eaf7e
SL
2266 "source": {
2267 "type": "git",
2268 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
436e8384 2269 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9"
2d0eaf7e
SL
2270 },
2271 "dist": {
2272 "type": "zip",
436e8384
SL
2273 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/f138fb80b2305c1fe7ca33216b895b868396f1e9",
2274 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9",
2d0eaf7e
SL
2275 "shasum": ""
2276 },
2277 "require": {
2278 "pear/pear_exception": "*",
2279 "php": ">=5.2.1"
2280 },
2281 "require-dev": {
2282 "phpunit/phpunit": "*"
2283 },
2284 "type": "library",
2285 "autoload": {
2286 "psr-0": {
2287 "Validate": "./"
2288 }
2289 },
2290 "notification-url": "https://packagist.org/downloads/",
2291 "include-path": [
2292 "./"
2293 ],
2294 "license": [
2295 "New BSD"
2296 ],
2297 "authors": [
2298 {
2299 "name": "Philippe Jausions",
2300 "email": "Philippe.Jausions@11abacus.com",
2301 "role": "Lead"
2302 }
2303 ],
2304 "description": "Validation class for credit cards.",
436e8384
SL
2305 "support": {
2306 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_Finance_CreditCard",
2307 "source": "https://github.com/pear/Validate_Finance_CreditCard"
2308 },
2309 "time": "2021-05-19T22:03:15+00:00"
2d0eaf7e 2310 },
0a4cb750
TO
2311 {
2312 "name": "phenx/php-font-lib",
b9015a8b 2313 "version": "0.5.2",
0a4cb750
TO
2314 "source": {
2315 "type": "git",
2316 "url": "https://github.com/PhenX/php-font-lib.git",
b9015a8b 2317 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
0a4cb750
TO
2318 },
2319 "dist": {
2320 "type": "zip",
b9015a8b
SL
2321 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
2322 "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
0a4cb750
TO
2323 "shasum": ""
2324 },
bd48ca3f 2325 "require-dev": {
b9015a8b 2326 "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
bd48ca3f 2327 },
0a4cb750
TO
2328 "type": "library",
2329 "autoload": {
bd48ca3f
SL
2330 "psr-4": {
2331 "FontLib\\": "src/FontLib"
e91585d7 2332 }
0a4cb750
TO
2333 },
2334 "notification-url": "https://packagist.org/downloads/",
2335 "license": [
e91585d7 2336 "LGPL-3.0"
0a4cb750
TO
2337 ],
2338 "authors": [
2339 {
2340 "name": "Fabien Ménager",
2341 "email": "fabien.menager@gmail.com"
2342 }
2343 ],
2344 "description": "A library to read, parse, export and make subsets of different types of font files.",
2345 "homepage": "https://github.com/PhenX/php-font-lib",
b9015a8b 2346 "time": "2020-03-08T15:31:32+00:00"
e91585d7
SL
2347 },
2348 {
2349 "name": "phenx/php-svg-lib",
b85181d1 2350 "version": "v0.3.3",
e91585d7
SL
2351 "source": {
2352 "type": "git",
2353 "url": "https://github.com/PhenX/php-svg-lib.git",
b85181d1 2354 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
e91585d7
SL
2355 },
2356 "dist": {
2357 "type": "zip",
b85181d1 2358 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
2359 "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
e91585d7
SL
2360 "shasum": ""
2361 },
bd48ca3f 2362 "require": {
b85181d1 2363 "sabberworm/php-css-parser": "^8.3"
2364 },
2365 "require-dev": {
2366 "phpunit/phpunit": "^5.5|^6.5"
bd48ca3f 2367 },
e91585d7
SL
2368 "type": "library",
2369 "autoload": {
b85181d1 2370 "psr-4": {
2371 "Svg\\": "src/Svg"
e91585d7
SL
2372 }
2373 },
2374 "notification-url": "https://packagist.org/downloads/",
2375 "license": [
2376 "LGPL-3.0"
2377 ],
2378 "authors": [
2379 {
2380 "name": "Fabien Ménager",
2381 "email": "fabien.menager@gmail.com"
2382 }
2383 ],
2384 "description": "A library to read, parse and export to PDF SVG files.",
2385 "homepage": "https://github.com/PhenX/php-svg-lib",
b85181d1 2386 "time": "2019-09-11T20:02:13+00:00"
0a4cb750 2387 },
44b5fddd
CW
2388 {
2389 "name": "phpoffice/phpspreadsheet",
2390 "version": "1.18.0",
2391 "source": {
2392 "type": "git",
2393 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2394 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
2395 },
2396 "dist": {
2397 "type": "zip",
2398 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2399 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2400 "shasum": ""
2401 },
2402 "require": {
2403 "ext-ctype": "*",
2404 "ext-dom": "*",
2405 "ext-fileinfo": "*",
2406 "ext-gd": "*",
2407 "ext-iconv": "*",
2408 "ext-libxml": "*",
2409 "ext-mbstring": "*",
2410 "ext-simplexml": "*",
2411 "ext-xml": "*",
2412 "ext-xmlreader": "*",
2413 "ext-xmlwriter": "*",
2414 "ext-zip": "*",
2415 "ext-zlib": "*",
2416 "ezyang/htmlpurifier": "^4.13",
2417 "maennchen/zipstream-php": "^2.1",
2418 "markbaker/complex": "^2.0",
2419 "markbaker/matrix": "^2.0",
2420 "php": "^7.2 || ^8.0",
2421 "psr/http-client": "^1.0",
2422 "psr/http-factory": "^1.0",
2423 "psr/simple-cache": "^1.0"
2424 },
2425 "require-dev": {
2426 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
2427 "dompdf/dompdf": "^1.0",
2428 "friendsofphp/php-cs-fixer": "^2.18",
2429 "jpgraph/jpgraph": "^4.0",
2430 "mpdf/mpdf": "^8.0",
2431 "phpcompatibility/php-compatibility": "^9.3",
2432 "phpstan/phpstan": "^0.12.82",
2433 "phpstan/phpstan-phpunit": "^0.12.18",
2434 "phpunit/phpunit": "^8.5",
2435 "squizlabs/php_codesniffer": "^3.5",
2436 "tecnickcom/tcpdf": "^6.3"
2437 },
2438 "suggest": {
2439 "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
2440 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
2441 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
2442 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
2443 },
2444 "type": "library",
2445 "autoload": {
2446 "psr-4": {
2447 "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
2448 }
2449 },
2450 "notification-url": "https://packagist.org/downloads/",
2451 "license": [
2452 "MIT"
2453 ],
2454 "authors": [
2455 {
2456 "name": "Maarten Balliauw",
2457 "homepage": "https://blog.maartenballiauw.be"
2458 },
2459 {
2460 "name": "Mark Baker",
2461 "homepage": "https://markbakeruk.net"
2462 },
2463 {
2464 "name": "Franck Lefevre",
2465 "homepage": "https://rootslabs.net"
2466 },
2467 {
2468 "name": "Erik Tilt"
2469 },
2470 {
2471 "name": "Adrien Crivelli"
2472 }
2473 ],
2474 "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
2475 "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
2476 "keywords": [
2477 "OpenXML",
2478 "excel",
2479 "gnumeric",
2480 "ods",
2481 "php",
2482 "spreadsheet",
2483 "xls",
2484 "xlsx"
2485 ],
2486 "support": {
2487 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
2488 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0"
2489 },
2490 "time": "2021-05-31T18:21:15+00:00"
2491 },
db7b0381
CW
2492 {
2493 "name": "phpoffice/phpword",
95d1c020 2494 "version": "0.18.1",
db7b0381
CW
2495 "source": {
2496 "type": "git",
2497 "url": "https://github.com/PHPOffice/PHPWord.git",
95d1c020 2498 "reference": "06b90e39a36872c6ee73534e1a073f4b3132fc6a"
db7b0381
CW
2499 },
2500 "dist": {
2501 "type": "zip",
95d1c020
SL
2502 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/06b90e39a36872c6ee73534e1a073f4b3132fc6a",
2503 "reference": "06b90e39a36872c6ee73534e1a073f4b3132fc6a",
db7b0381
CW
2504 "shasum": ""
2505 },
2506 "require": {
2507 "ext-xml": "*",
95d1c020
SL
2508 "laminas/laminas-escaper": "^2.2",
2509 "php": "^5.3.3 || ^7.0 || ^8.0"
db7b0381
CW
2510 },
2511 "require-dev": {
95d1c020 2512 "dompdf/dompdf": "0.8.* || 1.0.*",
66a7c254
SL
2513 "ext-gd": "*",
2514 "ext-zip": "*",
2515 "friendsofphp/php-cs-fixer": "^2.2",
95d1c020 2516 "mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
66a7c254 2517 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
95d1c020 2518 "phploc/phploc": "2.* || 3.* || 4.* || 5.* || 6.* || 7.*",
db7b0381 2519 "phpmd/phpmd": "2.*",
66a7c254 2520 "phpunit/phpunit": "^4.8.36 || ^7.0",
95d1c020 2521 "squizlabs/php_codesniffer": "^2.9 || ^3.5",
61a197f8 2522 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
2523 },
2524 "suggest": {
61a197f8
SL
2525 "dompdf/dompdf": "Allows writing PDF",
2526 "ext-gd2": "Allows adding images",
2527 "ext-xmlwriter": "Allows writing OOXML and ODF",
2528 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
2529 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
2530 },
2531 "type": "library",
66a7c254
SL
2532 "extra": {
2533 "branch-alias": {
95d1c020 2534 "dev-develop": "0.18-dev"
66a7c254
SL
2535 }
2536 },
db7b0381
CW
2537 "autoload": {
2538 "psr-4": {
2539 "PhpOffice\\PhpWord\\": "src/PhpWord"
2540 }
2541 },
2542 "notification-url": "https://packagist.org/downloads/",
2543 "license": [
2544 "LGPL-3.0"
2545 ],
2546 "authors": [
2547 {
2548 "name": "Mark Baker"
2549 },
db7b0381
CW
2550 {
2551 "name": "Gabriel Bull",
2552 "email": "me@gabrielbull.com",
2553 "homepage": "http://gabrielbull.com/"
2554 },
95d1c020
SL
2555 {
2556 "name": "Franck Lefevre",
2557 "homepage": "https://rootslabs.net/blog/"
2558 },
db7b0381
CW
2559 {
2560 "name": "Ivan Lanin",
2561 "homepage": "http://ivan.lanin.org"
2562 },
2563 {
2564 "name": "Roman Syroeshko",
2565 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b 2566 },
5af9e53b
DS
2567 {
2568 "name": "Antoine de Troostembergh"
db7b0381
CW
2569 }
2570 ],
61a197f8 2571 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
2572 "homepage": "http://phpoffice.github.io",
2573 "keywords": [
2574 "ISO IEC 29500",
2575 "OOXML",
2576 "Office Open XML",
2577 "OpenDocument",
2578 "OpenXML",
2579 "PhpOffice",
2580 "PhpWord",
2581 "Rich Text Format",
2582 "WordprocessingML",
2583 "doc",
2584 "docx",
2585 "html",
61a197f8 2586 "odf",
db7b0381
CW
2587 "odt",
2588 "office",
2589 "pdf",
2590 "php",
2591 "reader",
2592 "rtf",
2593 "template",
2594 "template processor",
2595 "word",
2596 "writer"
2597 ],
95d1c020
SL
2598 "support": {
2599 "issues": "https://github.com/PHPOffice/PHPWord/issues",
2600 "source": "https://github.com/PHPOffice/PHPWord/tree/0.18.1"
2601 },
2602 "time": "2021-03-08T01:06:35+00:00"
db7b0381 2603 },
94ddb538
TO
2604 {
2605 "name": "phpseclib/phpseclib",
094bc972 2606 "version": "2.0.31",
94ddb538
TO
2607 "source": {
2608 "type": "git",
2609 "url": "https://github.com/phpseclib/phpseclib.git",
094bc972 2610 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
94ddb538
TO
2611 },
2612 "dist": {
2613 "type": "zip",
094bc972 2614 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
2615 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
94ddb538
TO
2616 "shasum": ""
2617 },
2618 "require": {
30836e92 2619 "php": ">=5.3.3"
94ddb538
TO
2620 },
2621 "require-dev": {
2622 "phing/phing": "~2.7",
094bc972 2623 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
fcfd7b4d 2624 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
2625 },
2626 "suggest": {
2627 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
30836e92
TO
2628 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2629 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2630 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
94ddb538
TO
2631 },
2632 "type": "library",
94ddb538 2633 "autoload": {
94ddb538 2634 "files": [
30836e92
TO
2635 "phpseclib/bootstrap.php"
2636 ],
2637 "psr-4": {
2638 "phpseclib\\": "phpseclib/"
2639 }
94ddb538
TO
2640 },
2641 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
2642 "license": [
2643 "MIT"
2644 ],
2645 "authors": [
2646 {
2647 "name": "Jim Wigginton",
2648 "email": "terrafrost@php.net",
2649 "role": "Lead Developer"
2650 },
2651 {
2652 "name": "Patrick Monnerat",
2653 "email": "pm@datasphere.ch",
2654 "role": "Developer"
2655 },
2656 {
2657 "name": "Andreas Fischer",
2658 "email": "bantu@phpbb.com",
2659 "role": "Developer"
2660 },
2661 {
2662 "name": "Hans-Jürgen Petrich",
2663 "email": "petrich@tronic-media.com",
2664 "role": "Developer"
fcfd7b4d
TO
2665 },
2666 {
2667 "name": "Graham Campbell",
2668 "email": "graham@alt-three.com",
2669 "role": "Developer"
94ddb538
TO
2670 }
2671 ],
2672 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2673 "homepage": "http://phpseclib.sourceforge.net",
2674 "keywords": [
2675 "BigInteger",
2676 "aes",
2677 "asn.1",
2678 "asn1",
2679 "blowfish",
2680 "crypto",
2681 "cryptography",
2682 "encryption",
2683 "rsa",
2684 "security",
2685 "sftp",
2686 "signature",
2687 "signing",
2688 "ssh",
2689 "twofish",
2690 "x.509",
2691 "x509"
2692 ],
30836e92
TO
2693 "funding": [
2694 {
2695 "url": "https://github.com/terrafrost",
2696 "type": "github"
2697 },
2698 {
2699 "url": "https://www.patreon.com/phpseclib",
2700 "type": "patreon"
2701 },
2702 {
2703 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2704 "type": "tidelift"
2705 }
2706 ],
094bc972 2707 "time": "2021-04-06T13:56:45+00:00"
94ddb538 2708 },
b4998943
TO
2709 {
2710 "name": "psr/cache",
2711 "version": "1.0.1",
2712 "source": {
2713 "type": "git",
2714 "url": "https://github.com/php-fig/cache.git",
2715 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2716 },
2717 "dist": {
2718 "type": "zip",
2719 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2720 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2721 "shasum": ""
2722 },
2723 "require": {
2724 "php": ">=5.3.0"
2725 },
2726 "type": "library",
2727 "extra": {
2728 "branch-alias": {
2729 "dev-master": "1.0.x-dev"
2730 }
2731 },
2732 "autoload": {
2733 "psr-4": {
2734 "Psr\\Cache\\": "src/"
2735 }
2736 },
2737 "notification-url": "https://packagist.org/downloads/",
2738 "license": [
2739 "MIT"
2740 ],
2741 "authors": [
2742 {
2743 "name": "PHP-FIG",
2744 "homepage": "http://www.php-fig.org/"
2745 }
2746 ],
2747 "description": "Common interface for caching libraries",
2748 "keywords": [
2749 "cache",
2750 "psr",
2751 "psr-6"
2752 ],
2753 "time": "2016-08-06T20:24:11+00:00"
2754 },
c2b44ba2
SL
2755 {
2756 "name": "psr/container",
2757 "version": "1.0.0",
2758 "source": {
2759 "type": "git",
2760 "url": "https://github.com/php-fig/container.git",
2761 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2762 },
2763 "dist": {
2764 "type": "zip",
2765 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2766 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2767 "shasum": ""
2768 },
2769 "require": {
2770 "php": ">=5.3.0"
2771 },
2772 "type": "library",
2773 "extra": {
2774 "branch-alias": {
2775 "dev-master": "1.0.x-dev"
2776 }
2777 },
2778 "autoload": {
2779 "psr-4": {
2780 "Psr\\Container\\": "src/"
2781 }
2782 },
2783 "notification-url": "https://packagist.org/downloads/",
2784 "license": [
2785 "MIT"
2786 ],
2787 "authors": [
2788 {
2789 "name": "PHP-FIG",
2790 "homepage": "http://www.php-fig.org/"
2791 }
2792 ],
2793 "description": "Common Container Interface (PHP FIG PSR-11)",
2794 "homepage": "https://github.com/php-fig/container",
2795 "keywords": [
2796 "PSR-11",
2797 "container",
2798 "container-interface",
2799 "container-interop",
2800 "psr"
2801 ],
2802 "time": "2017-02-14T16:28:37+00:00"
2803 },
44b5fddd
CW
2804 {
2805 "name": "psr/http-client",
2806 "version": "1.0.1",
2807 "source": {
2808 "type": "git",
2809 "url": "https://github.com/php-fig/http-client.git",
2810 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2811 },
2812 "dist": {
2813 "type": "zip",
2814 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2815 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2816 "shasum": ""
2817 },
2818 "require": {
2819 "php": "^7.0 || ^8.0",
2820 "psr/http-message": "^1.0"
2821 },
2822 "type": "library",
2823 "extra": {
2824 "branch-alias": {
2825 "dev-master": "1.0.x-dev"
2826 }
2827 },
2828 "autoload": {
2829 "psr-4": {
2830 "Psr\\Http\\Client\\": "src/"
2831 }
2832 },
2833 "notification-url": "https://packagist.org/downloads/",
2834 "license": [
2835 "MIT"
2836 ],
2837 "authors": [
2838 {
2839 "name": "PHP-FIG",
2840 "homepage": "http://www.php-fig.org/"
2841 }
2842 ],
2843 "description": "Common interface for HTTP clients",
2844 "homepage": "https://github.com/php-fig/http-client",
2845 "keywords": [
2846 "http",
2847 "http-client",
2848 "psr",
2849 "psr-18"
2850 ],
2851 "support": {
2852 "source": "https://github.com/php-fig/http-client/tree/master"
2853 },
2854 "time": "2020-06-29T06:28:15+00:00"
2855 },
2856 {
2857 "name": "psr/http-factory",
2858 "version": "1.0.1",
2859 "source": {
2860 "type": "git",
2861 "url": "https://github.com/php-fig/http-factory.git",
2862 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
2863 },
2864 "dist": {
2865 "type": "zip",
2866 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2867 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2868 "shasum": ""
2869 },
2870 "require": {
2871 "php": ">=7.0.0",
2872 "psr/http-message": "^1.0"
2873 },
2874 "type": "library",
2875 "extra": {
2876 "branch-alias": {
2877 "dev-master": "1.0.x-dev"
2878 }
2879 },
2880 "autoload": {
2881 "psr-4": {
2882 "Psr\\Http\\Message\\": "src/"
2883 }
2884 },
2885 "notification-url": "https://packagist.org/downloads/",
2886 "license": [
2887 "MIT"
2888 ],
2889 "authors": [
2890 {
2891 "name": "PHP-FIG",
2892 "homepage": "http://www.php-fig.org/"
2893 }
2894 ],
2895 "description": "Common interfaces for PSR-7 HTTP message factories",
2896 "keywords": [
2897 "factory",
2898 "http",
2899 "message",
2900 "psr",
2901 "psr-17",
2902 "psr-7",
2903 "request",
2904 "response"
2905 ],
2906 "support": {
2907 "source": "https://github.com/php-fig/http-factory/tree/master"
2908 },
2909 "time": "2019-04-30T12:38:16+00:00"
2910 },
f9bdf062 2911 {
2912 "name": "psr/http-message",
2913 "version": "1.0.1",
2914 "source": {
2915 "type": "git",
2916 "url": "https://github.com/php-fig/http-message.git",
2917 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2918 },
2919 "dist": {
2920 "type": "zip",
2921 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2922 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2923 "shasum": ""
2924 },
2925 "require": {
2926 "php": ">=5.3.0"
2927 },
2928 "type": "library",
2929 "extra": {
2930 "branch-alias": {
2931 "dev-master": "1.0.x-dev"
2932 }
2933 },
2934 "autoload": {
2935 "psr-4": {
2936 "Psr\\Http\\Message\\": "src/"
2937 }
2938 },
2939 "notification-url": "https://packagist.org/downloads/",
2940 "license": [
2941 "MIT"
2942 ],
2943 "authors": [
2944 {
2945 "name": "PHP-FIG",
2946 "homepage": "http://www.php-fig.org/"
2947 }
2948 ],
2949 "description": "Common interface for HTTP messages",
2950 "homepage": "https://github.com/php-fig/http-message",
2951 "keywords": [
2952 "http",
2953 "http-message",
2954 "psr",
2955 "psr-7",
2956 "request",
2957 "response"
2958 ],
2959 "time": "2016-08-06T14:39:51+00:00"
2960 },
fd6605f0
JK
2961 {
2962 "name": "psr/log",
e32ed52b 2963 "version": "1.1.3",
0a4cb750
TO
2964 "source": {
2965 "type": "git",
2966 "url": "https://github.com/php-fig/log.git",
e32ed52b 2967 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
0a4cb750
TO
2968 },
2969 "dist": {
2970 "type": "zip",
e32ed52b 2971 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
2972 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
0a4cb750
TO
2973 "shasum": ""
2974 },
2ac97b20
SL
2975 "require": {
2976 "php": ">=5.3.0"
2977 },
0a4cb750 2978 "type": "library",
2ac97b20
SL
2979 "extra": {
2980 "branch-alias": {
0a5cc337 2981 "dev-master": "1.1.x-dev"
2ac97b20
SL
2982 }
2983 },
0a4cb750 2984 "autoload": {
2ac97b20
SL
2985 "psr-4": {
2986 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
2987 }
2988 },
2989 "notification-url": "https://packagist.org/downloads/",
2990 "license": [
2991 "MIT"
2992 ],
2993 "authors": [
2994 {
2995 "name": "PHP-FIG",
2996 "homepage": "http://www.php-fig.org/"
2997 }
2998 ],
2999 "description": "Common interface for logging libraries",
2ac97b20 3000 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
3001 "keywords": [
3002 "log",
3003 "psr",
3004 "psr-3"
3005 ],
e32ed52b 3006 "time": "2020-03-23T09:12:05+00:00"
0a4cb750 3007 },
6c1c4ffc
TO
3008 {
3009 "name": "psr/simple-cache",
3010 "version": "1.0.1",
3011 "source": {
3012 "type": "git",
3013 "url": "https://github.com/php-fig/simple-cache.git",
3014 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3015 },
3016 "dist": {
3017 "type": "zip",
3018 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3019 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3020 "shasum": ""
3021 },
3022 "require": {
3023 "php": ">=5.3.0"
3024 },
3025 "type": "library",
3026 "extra": {
3027 "branch-alias": {
3028 "dev-master": "1.0.x-dev"
3029 }
3030 },
3031 "autoload": {
3032 "psr-4": {
3033 "Psr\\SimpleCache\\": "src/"
3034 }
3035 },
3036 "notification-url": "https://packagist.org/downloads/",
3037 "license": [
3038 "MIT"
3039 ],
3040 "authors": [
3041 {
3042 "name": "PHP-FIG",
3043 "homepage": "http://www.php-fig.org/"
3044 }
3045 ],
3046 "description": "Common interfaces for simple caching",
3047 "keywords": [
3048 "cache",
3049 "caching",
3050 "psr",
3051 "psr-16",
3052 "simple-cache"
3053 ],
3054 "time": "2017-10-23T01:57:42+00:00"
3055 },
bd4dda2a 3056 {
3057 "name": "ralouphie/getallheaders",
3058 "version": "3.0.3",
3059 "source": {
3060 "type": "git",
3061 "url": "https://github.com/ralouphie/getallheaders.git",
3062 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3063 },
3064 "dist": {
3065 "type": "zip",
3066 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3067 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3068 "shasum": ""
3069 },
3070 "require": {
3071 "php": ">=5.6"
3072 },
3073 "require-dev": {
3074 "php-coveralls/php-coveralls": "^2.1",
3075 "phpunit/phpunit": "^5 || ^6.5"
3076 },
3077 "type": "library",
3078 "autoload": {
3079 "files": [
3080 "src/getallheaders.php"
3081 ]
3082 },
3083 "notification-url": "https://packagist.org/downloads/",
3084 "license": [
3085 "MIT"
3086 ],
3087 "authors": [
3088 {
3089 "name": "Ralph Khattar",
3090 "email": "ralph.khattar@gmail.com"
3091 }
3092 ],
3093 "description": "A polyfill for getallheaders.",
3094 "time": "2019-03-08T08:55:37+00:00"
3095 },
bd48ca3f
SL
3096 {
3097 "name": "sabberworm/php-css-parser",
b9015a8b 3098 "version": "8.3.1",
bd48ca3f
SL
3099 "source": {
3100 "type": "git",
3101 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
b9015a8b 3102 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
bd48ca3f
SL
3103 },
3104 "dist": {
3105 "type": "zip",
b9015a8b
SL
3106 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
3107 "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
bd48ca3f
SL
3108 "shasum": ""
3109 },
3110 "require": {
3111 "php": ">=5.3.2"
3112 },
b85181d1 3113 "require-dev": {
3114 "codacy/coverage": "^1.4",
3115 "phpunit/phpunit": "~4.8"
3116 },
bd48ca3f
SL
3117 "type": "library",
3118 "autoload": {
3119 "psr-0": {
3120 "Sabberworm\\CSS": "lib/"
3121 }
3122 },
3123 "notification-url": "https://packagist.org/downloads/",
3124 "license": [
3125 "MIT"
3126 ],
3127 "authors": [
3128 {
3129 "name": "Raphael Schweikert"
3130 }
3131 ],
3132 "description": "Parser for CSS Files written in PHP",
3133 "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
3134 "keywords": [
3135 "css",
3136 "parser",
3137 "stylesheet"
3138 ],
b9015a8b 3139 "time": "2020-06-01T09:10:00+00:00"
bd48ca3f 3140 },
4034556f
TO
3141 {
3142 "name": "scssphp/scssphp",
3143 "version": "1.2.1",
3144 "source": {
3145 "type": "git",
3146 "url": "https://github.com/scssphp/scssphp.git",
3147 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1"
3148 },
3149 "dist": {
3150 "type": "zip",
3151 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
3152 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
3153 "shasum": ""
3154 },
3155 "require": {
3156 "ext-ctype": "*",
3157 "ext-json": "*",
3158 "php": ">=5.6.0"
3159 },
3160 "require-dev": {
3161 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
3162 "sass/sass-spec": "2020.08.10",
3163 "squizlabs/php_codesniffer": "~3.5",
3164 "twbs/bootstrap": "~4.3",
3165 "zurb/foundation": "~6.5"
3166 },
3167 "bin": [
3168 "bin/pscss"
3169 ],
3170 "type": "library",
3171 "autoload": {
3172 "psr-4": {
3173 "ScssPhp\\ScssPhp\\": "src/"
3174 }
3175 },
3176 "notification-url": "https://packagist.org/downloads/",
3177 "license": [
3178 "MIT"
3179 ],
3180 "authors": [
3181 {
3182 "name": "Anthon Pang",
3183 "email": "apang@softwaredevelopment.ca",
3184 "homepage": "https://github.com/robocoder"
3185 },
3186 {
3187 "name": "Cédric Morin",
3188 "email": "cedric@yterium.com",
3189 "homepage": "https://github.com/Cerdic"
3190 }
3191 ],
3192 "description": "scssphp is a compiler for SCSS written in PHP.",
3193 "homepage": "http://scssphp.github.io/scssphp/",
3194 "keywords": [
3195 "css",
3196 "less",
3197 "sass",
3198 "scss",
3199 "stylesheet"
3200 ],
3201 "time": "2020-09-07T21:15:42+00:00"
3202 },
40787e18
TO
3203 {
3204 "name": "symfony/config",
5edd7515 3205 "version": "v3.4.47",
40787e18
TO
3206 "source": {
3207 "type": "git",
a84cc605 3208 "url": "https://github.com/symfony/config.git",
5edd7515 3209 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
40787e18
TO
3210 },
3211 "dist": {
3212 "type": "zip",
5edd7515
SL
3213 "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
3214 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
40787e18
TO
3215 "shasum": ""
3216 },
3217 "require": {
c2b44ba2
SL
3218 "php": "^5.5.9|>=7.0.8",
3219 "symfony/filesystem": "~2.8|~3.0|~4.0",
c837b233 3220 "symfony/polyfill-ctype": "~1.8"
40787e18 3221 },
c2b44ba2
SL
3222 "conflict": {
3223 "symfony/dependency-injection": "<3.3",
3224 "symfony/finder": "<3.3"
3225 },
a892989e 3226 "require-dev": {
c2b44ba2
SL
3227 "symfony/dependency-injection": "~3.3|~4.0",
3228 "symfony/event-dispatcher": "~3.3|~4.0",
3229 "symfony/finder": "~3.3|~4.0",
3230 "symfony/yaml": "~3.0|~4.0"
c837b233
SL
3231 },
3232 "suggest": {
3233 "symfony/yaml": "To use the yaml reference dumper"
a892989e 3234 },
40787e18 3235 "type": "library",
40787e18 3236 "autoload": {
c837b233 3237 "psr-4": {
40787e18 3238 "Symfony\\Component\\Config\\": ""
c837b233
SL
3239 },
3240 "exclude-from-classmap": [
3241 "/Tests/"
3242 ]
40787e18
TO
3243 },
3244 "notification-url": "https://packagist.org/downloads/",
3245 "license": [
3246 "MIT"
3247 ],
3248 "authors": [
40787e18
TO
3249 {
3250 "name": "Fabien Potencier",
3251 "email": "fabien@symfony.com"
a892989e
DS
3252 },
3253 {
3254 "name": "Symfony Community",
3255 "homepage": "https://symfony.com/contributors"
40787e18
TO
3256 }
3257 ],
3258 "description": "Symfony Config Component",
a892989e 3259 "homepage": "https://symfony.com",
5edd7515
SL
3260 "support": {
3261 "source": "https://github.com/symfony/config/tree/v3.4.47"
3262 },
094bc972 3263 "funding": [
3264 {
3265 "url": "https://symfony.com/sponsor",
3266 "type": "custom"
3267 },
3268 {
3269 "url": "https://github.com/fabpot",
3270 "type": "github"
3271 },
3272 {
3273 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3274 "type": "tidelift"
3275 }
3276 ],
5edd7515 3277 "time": "2020-10-24T10:57:07+00:00"
40787e18 3278 },
0a4cb750
TO
3279 {
3280 "name": "symfony/dependency-injection",
5edd7515 3281 "version": "v3.4.47",
0a4cb750
TO
3282 "source": {
3283 "type": "git",
a84cc605 3284 "url": "https://github.com/symfony/dependency-injection.git",
5edd7515 3285 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b"
0a4cb750
TO
3286 },
3287 "dist": {
3288 "type": "zip",
5edd7515
SL
3289 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
3290 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
0a4cb750
TO
3291 "shasum": ""
3292 },
3293 "require": {
c2b44ba2
SL
3294 "php": "^5.5.9|>=7.0.8",
3295 "psr/container": "^1.0"
0a4cb750 3296 },
a892989e 3297 "conflict": {
c2b44ba2
SL
3298 "symfony/config": "<3.3.7",
3299 "symfony/finder": "<3.3",
3300 "symfony/proxy-manager-bridge": "<3.4",
3301 "symfony/yaml": "<3.4"
3302 },
3303 "provide": {
3304 "psr/container-implementation": "1.0"
a892989e 3305 },
0a4cb750 3306 "require-dev": {
c2b44ba2
SL
3307 "symfony/config": "~3.3|~4.0",
3308 "symfony/expression-language": "~2.8|~3.0|~4.0",
3309 "symfony/yaml": "~3.4|~4.0"
0a4cb750
TO
3310 },
3311 "suggest": {
3312 "symfony/config": "",
c837b233 3313 "symfony/expression-language": "For using expressions in service container configuration",
c2b44ba2 3314 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
0a4cb750
TO
3315 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3316 "symfony/yaml": ""
3317 },
3318 "type": "library",
0a4cb750 3319 "autoload": {
c837b233 3320 "psr-4": {
0a4cb750 3321 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
3322 },
3323 "exclude-from-classmap": [
3324 "/Tests/"
3325 ]
0a4cb750
TO
3326 },
3327 "notification-url": "https://packagist.org/downloads/",
3328 "license": [
3329 "MIT"
3330 ],
3331 "authors": [
0a4cb750
TO
3332 {
3333 "name": "Fabien Potencier",
3334 "email": "fabien@symfony.com"
a892989e
DS
3335 },
3336 {
3337 "name": "Symfony Community",
3338 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3339 }
3340 ],
3341 "description": "Symfony DependencyInjection Component",
a892989e 3342 "homepage": "https://symfony.com",
5edd7515
SL
3343 "support": {
3344 "source": "https://github.com/symfony/dependency-injection/tree/v3.4.47"
3345 },
094bc972 3346 "funding": [
3347 {
3348 "url": "https://symfony.com/sponsor",
3349 "type": "custom"
3350 },
3351 {
3352 "url": "https://github.com/fabpot",
3353 "type": "github"
3354 },
3355 {
3356 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3357 "type": "tidelift"
3358 }
3359 ],
5edd7515 3360 "time": "2020-10-24T10:57:07+00:00"
0a4cb750
TO
3361 },
3362 {
3363 "name": "symfony/event-dispatcher",
5edd7515 3364 "version": "v3.4.47",
0a4cb750
TO
3365 "source": {
3366 "type": "git",
a84cc605 3367 "url": "https://github.com/symfony/event-dispatcher.git",
5edd7515 3368 "reference": "31fde73757b6bad247c54597beef974919ec6860"
0a4cb750
TO
3369 },
3370 "dist": {
3371 "type": "zip",
5edd7515
SL
3372 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860",
3373 "reference": "31fde73757b6bad247c54597beef974919ec6860",
0a4cb750
TO
3374 "shasum": ""
3375 },
3376 "require": {
c2b44ba2
SL
3377 "php": "^5.5.9|>=7.0.8"
3378 },
3379 "conflict": {
3380 "symfony/dependency-injection": "<3.3"
0a4cb750
TO
3381 },
3382 "require-dev": {
40787e18 3383 "psr/log": "~1.0",
c2b44ba2 3384 "symfony/config": "~2.8|~3.0|~4.0",
5edd7515 3385 "symfony/debug": "~3.4|~4.4",
c2b44ba2
SL
3386 "symfony/dependency-injection": "~3.3|~4.0",
3387 "symfony/expression-language": "~2.8|~3.0|~4.0",
3388 "symfony/stopwatch": "~2.8|~3.0|~4.0"
0a4cb750
TO
3389 },
3390 "suggest": {
3391 "symfony/dependency-injection": "",
3392 "symfony/http-kernel": ""
3393 },
3394 "type": "library",
0a4cb750 3395 "autoload": {
c837b233 3396 "psr-4": {
0a4cb750 3397 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
3398 },
3399 "exclude-from-classmap": [
3400 "/Tests/"
3401 ]
0a4cb750
TO
3402 },
3403 "notification-url": "https://packagist.org/downloads/",
3404 "license": [
3405 "MIT"
3406 ],
3407 "authors": [
0a4cb750
TO
3408 {
3409 "name": "Fabien Potencier",
3410 "email": "fabien@symfony.com"
a892989e
DS
3411 },
3412 {
3413 "name": "Symfony Community",
3414 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3415 }
3416 ],
3417 "description": "Symfony EventDispatcher Component",
a892989e 3418 "homepage": "https://symfony.com",
5edd7515
SL
3419 "support": {
3420 "source": "https://github.com/symfony/event-dispatcher/tree/v3.4.47"
3421 },
094bc972 3422 "funding": [
3423 {
3424 "url": "https://symfony.com/sponsor",
3425 "type": "custom"
3426 },
3427 {
3428 "url": "https://github.com/fabpot",
3429 "type": "github"
3430 },
3431 {
3432 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3433 "type": "tidelift"
3434 }
3435 ],
5edd7515 3436 "time": "2020-10-24T10:57:07+00:00"
40787e18
TO
3437 },
3438 {
3439 "name": "symfony/filesystem",
5edd7515 3440 "version": "v3.4.47",
40787e18
TO
3441 "source": {
3442 "type": "git",
a84cc605 3443 "url": "https://github.com/symfony/filesystem.git",
5edd7515 3444 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
40787e18
TO
3445 },
3446 "dist": {
3447 "type": "zip",
5edd7515
SL
3448 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
3449 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
40787e18
TO
3450 "shasum": ""
3451 },
3452 "require": {
c2b44ba2 3453 "php": "^5.5.9|>=7.0.8",
c837b233 3454 "symfony/polyfill-ctype": "~1.8"
a892989e 3455 },
40787e18 3456 "type": "library",
40787e18 3457 "autoload": {
c837b233 3458 "psr-4": {
40787e18 3459 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
3460 },
3461 "exclude-from-classmap": [
3462 "/Tests/"
3463 ]
40787e18
TO
3464 },
3465 "notification-url": "https://packagist.org/downloads/",
3466 "license": [
3467 "MIT"
3468 ],
3469 "authors": [
40787e18 3470 {
d892b317
TO
3471 "name": "Fabien Potencier",
3472 "email": "fabien@symfony.com"
a892989e
DS
3473 },
3474 {
3475 "name": "Symfony Community",
3476 "homepage": "https://symfony.com/contributors"
40787e18
TO
3477 }
3478 ],
3479 "description": "Symfony Filesystem Component",
a892989e 3480 "homepage": "https://symfony.com",
5edd7515
SL
3481 "support": {
3482 "source": "https://github.com/symfony/filesystem/tree/v3.4.47"
3483 },
094bc972 3484 "funding": [
3485 {
3486 "url": "https://symfony.com/sponsor",
3487 "type": "custom"
3488 },
3489 {
3490 "url": "https://github.com/fabpot",
3491 "type": "github"
3492 },
3493 {
3494 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3495 "type": "tidelift"
3496 }
3497 ],
5edd7515 3498 "time": "2020-10-24T10:57:07+00:00"
0a4cb750
TO
3499 },
3500 {
3501 "name": "symfony/finder",
5edd7515 3502 "version": "v3.4.47",
0a4cb750
TO
3503 "source": {
3504 "type": "git",
a892989e 3505 "url": "https://github.com/symfony/finder.git",
5edd7515 3506 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
0a4cb750
TO
3507 },
3508 "dist": {
3509 "type": "zip",
5edd7515
SL
3510 "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
3511 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
0a4cb750
TO
3512 "shasum": ""
3513 },
3514 "require": {
c2b44ba2 3515 "php": "^5.5.9|>=7.0.8"
a892989e 3516 },
0a4cb750 3517 "type": "library",
0a4cb750 3518 "autoload": {
c837b233 3519 "psr-4": {
0a4cb750 3520 "Symfony\\Component\\Finder\\": ""
c837b233
SL
3521 },
3522 "exclude-from-classmap": [
3523 "/Tests/"
3524 ]
0a4cb750
TO
3525 },
3526 "notification-url": "https://packagist.org/downloads/",
3527 "license": [
3528 "MIT"
3529 ],
3530 "authors": [
0a4cb750
TO
3531 {
3532 "name": "Fabien Potencier",
3533 "email": "fabien@symfony.com"
a892989e
DS
3534 },
3535 {
3536 "name": "Symfony Community",
3537 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3538 }
3539 ],
3540 "description": "Symfony Finder Component",
a892989e 3541 "homepage": "https://symfony.com",
5edd7515
SL
3542 "support": {
3543 "source": "https://github.com/symfony/finder/tree/v3.4.47"
3544 },
3545 "funding": [
3546 {
3547 "url": "https://symfony.com/sponsor",
3548 "type": "custom"
3549 },
3550 {
3551 "url": "https://github.com/fabpot",
3552 "type": "github"
3553 },
3554 {
3555 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3556 "type": "tidelift"
3557 }
3558 ],
3559 "time": "2020-11-16T17:02:08+00:00"
0a4cb750 3560 },
0e24103e 3561 {
c837b233 3562 "name": "symfony/polyfill-ctype",
c2b44ba2 3563 "version": "v1.17.0",
0e24103e
TO
3564 "source": {
3565 "type": "git",
c837b233 3566 "url": "https://github.com/symfony/polyfill-ctype.git",
c2b44ba2 3567 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
0e24103e
TO
3568 },
3569 "dist": {
3570 "type": "zip",
c2b44ba2
SL
3571 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
3572 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
0e24103e
TO
3573 "shasum": ""
3574 },
3575 "require": {
664e998e
SL
3576 "php": ">=5.3.3"
3577 },
b01b546f
TO
3578 "suggest": {
3579 "ext-ctype": "For best performance"
3580 },
c837b233
SL
3581 "type": "library",
3582 "extra": {
3583 "branch-alias": {
c2b44ba2 3584 "dev-master": "1.17-dev"
c837b233
SL
3585 }
3586 },
3587 "autoload": {
3588 "psr-4": {
3589 "Symfony\\Polyfill\\Ctype\\": ""
3590 },
3591 "files": [
3592 "bootstrap.php"
3593 ]
3594 },
3595 "notification-url": "https://packagist.org/downloads/",
3596 "license": [
3597 "MIT"
3598 ],
3599 "authors": [
c837b233
SL
3600 {
3601 "name": "Gert de Pagter",
3602 "email": "BackEndTea@gmail.com"
2517d365
SL
3603 },
3604 {
3605 "name": "Symfony Community",
3606 "homepage": "https://symfony.com/contributors"
c837b233
SL
3607 }
3608 ],
3609 "description": "Symfony polyfill for ctype functions",
3610 "homepage": "https://symfony.com",
3611 "keywords": [
3612 "compatibility",
3613 "ctype",
3614 "polyfill",
3615 "portable"
3616 ],
c2b44ba2 3617 "time": "2020-05-12T16:14:59+00:00"
c837b233 3618 },
5ff57db4
SL
3619 {
3620 "name": "symfony/polyfill-iconv",
c2b44ba2 3621 "version": "v1.17.0",
5ff57db4
SL
3622 "source": {
3623 "type": "git",
3624 "url": "https://github.com/symfony/polyfill-iconv.git",
c2b44ba2 3625 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
5ff57db4
SL
3626 },
3627 "dist": {
3628 "type": "zip",
c2b44ba2
SL
3629 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
3630 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
5ff57db4
SL
3631 "shasum": ""
3632 },
3633 "require": {
3634 "php": ">=5.3.3"
3635 },
3636 "suggest": {
3637 "ext-iconv": "For best performance"
3638 },
3639 "type": "library",
3640 "extra": {
3641 "branch-alias": {
c2b44ba2 3642 "dev-master": "1.17-dev"
5ff57db4
SL
3643 }
3644 },
3645 "autoload": {
3646 "psr-4": {
3647 "Symfony\\Polyfill\\Iconv\\": ""
3648 },
3649 "files": [
3650 "bootstrap.php"
3651 ]
3652 },
3653 "notification-url": "https://packagist.org/downloads/",
3654 "license": [
3655 "MIT"
3656 ],
3657 "authors": [
3658 {
3659 "name": "Nicolas Grekas",
3660 "email": "p@tchwork.com"
3661 },
3662 {
3663 "name": "Symfony Community",
3664 "homepage": "https://symfony.com/contributors"
3665 }
3666 ],
3667 "description": "Symfony polyfill for the Iconv extension",
3668 "homepage": "https://symfony.com",
3669 "keywords": [
3670 "compatibility",
3671 "iconv",
3672 "polyfill",
3673 "portable",
3674 "shim"
3675 ],
c2b44ba2 3676 "time": "2020-05-12T16:47:27+00:00"
5ff57db4 3677 },
bd4dda2a 3678 {
3679 "name": "symfony/polyfill-intl-idn",
3680 "version": "v1.17.0",
3681 "source": {
3682 "type": "git",
3683 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3684 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
3685 },
3686 "dist": {
3687 "type": "zip",
3688 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3689 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3690 "shasum": ""
3691 },
3692 "require": {
3693 "php": ">=5.3.3",
3694 "symfony/polyfill-mbstring": "^1.3",
3695 "symfony/polyfill-php72": "^1.10"
3696 },
3697 "suggest": {
3698 "ext-intl": "For best performance"
3699 },
3700 "type": "library",
3701 "extra": {
3702 "branch-alias": {
3703 "dev-master": "1.17-dev"
3704 }
3705 },
3706 "autoload": {
3707 "psr-4": {
3708 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3709 },
3710 "files": [
3711 "bootstrap.php"
3712 ]
3713 },
3714 "notification-url": "https://packagist.org/downloads/",
3715 "license": [
3716 "MIT"
3717 ],
3718 "authors": [
3719 {
3720 "name": "Laurent Bassin",
3721 "email": "laurent@bassin.info"
3722 },
3723 {
3724 "name": "Symfony Community",
3725 "homepage": "https://symfony.com/contributors"
3726 }
3727 ],
3728 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3729 "homepage": "https://symfony.com",
3730 "keywords": [
3731 "compatibility",
3732 "idn",
3733 "intl",
3734 "polyfill",
3735 "portable",
3736 "shim"
3737 ],
3738 "time": "2020-05-12T16:47:27+00:00"
3739 },
3740 {
3741 "name": "symfony/polyfill-mbstring",
3742 "version": "v1.17.0",
3743 "source": {
3744 "type": "git",
3745 "url": "https://github.com/symfony/polyfill-mbstring.git",
3746 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
3747 },
3748 "dist": {
3749 "type": "zip",
3750 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
3751 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
3752 "shasum": ""
3753 },
3754 "require": {
3755 "php": ">=5.3.3"
3756 },
3757 "suggest": {
3758 "ext-mbstring": "For best performance"
3759 },
3760 "type": "library",
3761 "extra": {
3762 "branch-alias": {
3763 "dev-master": "1.17-dev"
3764 }
3765 },
3766 "autoload": {
3767 "psr-4": {
3768 "Symfony\\Polyfill\\Mbstring\\": ""
3769 },
3770 "files": [
3771 "bootstrap.php"
3772 ]
3773 },
3774 "notification-url": "https://packagist.org/downloads/",
3775 "license": [
3776 "MIT"
3777 ],
3778 "authors": [
3779 {
3780 "name": "Nicolas Grekas",
3781 "email": "p@tchwork.com"
3782 },
3783 {
3784 "name": "Symfony Community",
3785 "homepage": "https://symfony.com/contributors"
3786 }
3787 ],
3788 "description": "Symfony polyfill for the Mbstring extension",
3789 "homepage": "https://symfony.com",
3790 "keywords": [
3791 "compatibility",
3792 "mbstring",
3793 "polyfill",
3794 "portable",
3795 "shim"
3796 ],
094bc972 3797 "funding": [
3798 {
3799 "url": "https://symfony.com/sponsor",
3800 "type": "custom"
3801 },
3802 {
3803 "url": "https://github.com/fabpot",
3804 "type": "github"
3805 },
3806 {
3807 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3808 "type": "tidelift"
3809 }
3810 ],
bd4dda2a 3811 "time": "2020-05-12T16:47:27+00:00"
3812 },
3813 {
3814 "name": "symfony/polyfill-php72",
3815 "version": "v1.17.0",
3816 "source": {
3817 "type": "git",
3818 "url": "https://github.com/symfony/polyfill-php72.git",
3819 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
3820 },
3821 "dist": {
3822 "type": "zip",
3823 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
3824 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
3825 "shasum": ""
3826 },
3827 "require": {
3828 "php": ">=5.3.3"
3829 },
3830 "type": "library",
3831 "extra": {
3832 "branch-alias": {
3833 "dev-master": "1.17-dev"
3834 }
3835 },
3836 "autoload": {
3837 "psr-4": {
3838 "Symfony\\Polyfill\\Php72\\": ""
3839 },
3840 "files": [
3841 "bootstrap.php"
3842 ]
3843 },
3844 "notification-url": "https://packagist.org/downloads/",
3845 "license": [
3846 "MIT"
3847 ],
3848 "authors": [
3849 {
3850 "name": "Nicolas Grekas",
3851 "email": "p@tchwork.com"
3852 },
3853 {
3854 "name": "Symfony Community",
3855 "homepage": "https://symfony.com/contributors"
3856 }
3857 ],
3858 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3859 "homepage": "https://symfony.com",
3860 "keywords": [
3861 "compatibility",
3862 "polyfill",
3863 "portable",
3864 "shim"
3865 ],
3866 "time": "2020-05-12T16:47:27+00:00"
3867 },
c837b233
SL
3868 {
3869 "name": "symfony/process",
5edd7515 3870 "version": "v3.4.47",
c837b233
SL
3871 "source": {
3872 "type": "git",
3873 "url": "https://github.com/symfony/process.git",
5edd7515 3874 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
c837b233
SL
3875 },
3876 "dist": {
3877 "type": "zip",
5edd7515
SL
3878 "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
3879 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
c837b233
SL
3880 "shasum": ""
3881 },
3882 "require": {
c2b44ba2 3883 "php": "^5.5.9|>=7.0.8"
a892989e 3884 },
0e24103e 3885 "type": "library",
0e24103e 3886 "autoload": {
c837b233 3887 "psr-4": {
0e24103e 3888 "Symfony\\Component\\Process\\": ""
c837b233
SL
3889 },
3890 "exclude-from-classmap": [
3891 "/Tests/"
3892 ]
0e24103e
TO
3893 },
3894 "notification-url": "https://packagist.org/downloads/",
3895 "license": [
3896 "MIT"
3897 ],
3898 "authors": [
0e24103e 3899 {
40787e18
TO
3900 "name": "Fabien Potencier",
3901 "email": "fabien@symfony.com"
a892989e
DS
3902 },
3903 {
3904 "name": "Symfony Community",
3905 "homepage": "https://symfony.com/contributors"
0e24103e
TO
3906 }
3907 ],
3908 "description": "Symfony Process Component",
a892989e 3909 "homepage": "https://symfony.com",
5edd7515
SL
3910 "support": {
3911 "source": "https://github.com/symfony/process/tree/v3.4.47"
3912 },
094bc972 3913 "funding": [
3914 {
3915 "url": "https://symfony.com/sponsor",
3916 "type": "custom"
3917 },
3918 {
3919 "url": "https://github.com/fabpot",
3920 "type": "github"
3921 },
3922 {
3923 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3924 "type": "tidelift"
3925 }
3926 ],
5edd7515 3927 "time": "2020-10-24T10:57:07+00:00"
0e24103e 3928 },
10e59978 3929 {
3930 "name": "symfony/var-dumper",
5edd7515 3931 "version": "v3.4.47",
10e59978 3932 "source": {
3933 "type": "git",
3934 "url": "https://github.com/symfony/var-dumper.git",
5edd7515 3935 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
10e59978 3936 },
3937 "dist": {
3938 "type": "zip",
5edd7515
SL
3939 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
3940 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
10e59978 3941 "shasum": ""
3942 },
3943 "require": {
3944 "php": "^5.5.9|>=7.0.8",
3945 "symfony/polyfill-mbstring": "~1.0"
3946 },
3947 "conflict": {
3948 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3949 },
3950 "require-dev": {
3951 "ext-iconv": "*",
3952 "twig/twig": "~1.34|~2.4"
3953 },
3954 "suggest": {
3955 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3956 "ext-intl": "To show region name in time zone dump",
3957 "ext-symfony_debug": ""
3958 },
3959 "type": "library",
10e59978 3960 "autoload": {
3961 "files": [
3962 "Resources/functions/dump.php"
3963 ],
3964 "psr-4": {
3965 "Symfony\\Component\\VarDumper\\": ""
3966 },
3967 "exclude-from-classmap": [
3968 "/Tests/"
3969 ]
3970 },
3971 "notification-url": "https://packagist.org/downloads/",
3972 "license": [
3973 "MIT"
3974 ],
3975 "authors": [
3976 {
3977 "name": "Nicolas Grekas",
3978 "email": "p@tchwork.com"
3979 },
3980 {
3981 "name": "Symfony Community",
3982 "homepage": "https://symfony.com/contributors"
3983 }
3984 ],
3985 "description": "Symfony mechanism for exploring and dumping PHP variables",
3986 "homepage": "https://symfony.com",
3987 "keywords": [
3988 "debug",
3989 "dump"
3990 ],
5edd7515
SL
3991 "support": {
3992 "source": "https://github.com/symfony/var-dumper/tree/v3.4.47"
3993 },
10e59978 3994 "funding": [
3995 {
3996 "url": "https://symfony.com/sponsor",
3997 "type": "custom"
3998 },
3999 {
4000 "url": "https://github.com/fabpot",
4001 "type": "github"
4002 },
4003 {
4004 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4005 "type": "tidelift"
4006 }
4007 ],
5edd7515 4008 "time": "2020-10-24T10:57:07+00:00"
10e59978 4009 },
f6c3a87a
CB
4010 {
4011 "name": "tecnickcom/tcpdf",
2cfebb82 4012 "version": "6.4.1",
f6c3a87a
CB
4013 "source": {
4014 "type": "git",
4015 "url": "https://github.com/tecnickcom/TCPDF.git",
2cfebb82 4016 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329"
f6c3a87a
CB
4017 },
4018 "dist": {
4019 "type": "zip",
2cfebb82
SL
4020 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5ba838befdb37ef06a16d9f716f35eb03cb1b329",
4021 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329",
f6c3a87a
CB
4022 "shasum": ""
4023 },
4024 "require": {
4025 "php": ">=5.3.0"
4026 },
4027 "type": "library",
4028 "autoload": {
4029 "classmap": [
f6c3a87a
CB
4030 "config",
4031 "include",
4032 "tcpdf.php",
4033 "tcpdf_parser.php",
4034 "tcpdf_import.php",
4035 "tcpdf_barcodes_1d.php",
4036 "tcpdf_barcodes_2d.php",
4037 "include/tcpdf_colors.php",
4038 "include/tcpdf_filters.php",
4039 "include/tcpdf_font_data.php",
4040 "include/tcpdf_fonts.php",
4041 "include/tcpdf_images.php",
4042 "include/tcpdf_static.php",
4043 "include/barcodes/datamatrix.php",
4044 "include/barcodes/pdf417.php",
4045 "include/barcodes/qrcode.php"
4046 ]
4047 },
4048 "notification-url": "https://packagist.org/downloads/",
4049 "license": [
b55dd020 4050 "LGPL-3.0-only"
f6c3a87a
CB
4051 ],
4052 "authors": [
4053 {
4054 "name": "Nicola Asuni",
4055 "email": "info@tecnick.com",
679b306e 4056 "role": "lead"
f6c3a87a
CB
4057 }
4058 ],
4059 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
4060 "homepage": "http://www.tcpdf.org/",
4061 "keywords": [
4062 "PDFD32000-2008",
4063 "TCPDF",
4064 "barcodes",
4065 "datamatrix",
4066 "pdf",
4067 "pdf417",
4068 "qrcode"
4069 ],
2cfebb82
SL
4070 "support": {
4071 "issues": "https://github.com/tecnickcom/TCPDF/issues",
4072 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.1"
4073 },
4074 "funding": [
4075 {
4076 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
4077 "type": "custom"
4078 }
4079 ],
4080 "time": "2021-03-27T16:00:33+00:00"
f6c3a87a 4081 },
79e677dd
TO
4082 {
4083 "name": "togos/gitignore",
4084 "version": "1.1.1",
4085 "source": {
4086 "type": "git",
4087 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
4088 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
4089 },
4090 "dist": {
4091 "type": "zip",
4092 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
4093 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
4094 "shasum": ""
4095 },
4096 "require": {
4097 "php": ">=5.2"
4098 },
4099 "require-dev": {
4100 "togos/simpler-test": "1.1.1"
4101 },
4102 "type": "library",
4103 "autoload": {
4104 "psr-0": {
4105 "TOGoS_GitIgnore_": "src/main/php/"
4106 }
4107 },
4108 "notification-url": "https://packagist.org/downloads/",
4109 "license": [
4110 "MIT"
4111 ],
4112 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
4113 "time": "2019-04-19T19:16:58+00:00"
4114 },
0a4cb750
TO
4115 {
4116 "name": "totten/ca-config",
26c57e2d 4117 "version": "v17.05.0",
0a4cb750
TO
4118 "source": {
4119 "type": "git",
4120 "url": "https://github.com/totten/ca_config.git",
26c57e2d 4121 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
4122 },
4123 "dist": {
4124 "type": "zip",
26c57e2d
TO
4125 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
4126 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
4127 "shasum": ""
4128 },
4129 "require": {
4130 "php": ">=5.2"
4131 },
4132 "type": "library",
4133 "autoload": {
4134 "psr-0": {
4135 "CA_Config": "src/"
4136 }
4137 },
4138 "notification-url": "https://packagist.org/downloads/",
4139 "license": [
4140 "BSD-2-Clause"
4141 ],
4142 "authors": [
4143 {
4144 "name": "Tim Otten",
4145 "email": "to-git@think.hm"
4146 }
4147 ],
4148 "description": "Default configuration for certificate authorities",
4149 "homepage": "https://github.com/totten/ca_config",
26c57e2d 4150 "time": "2017-05-10T20:08:17+00:00"
16b60c30 4151 },
4034556f
TO
4152 {
4153 "name": "totten/lurkerlite",
4154 "version": "1.3.0",
4155 "source": {
4156 "type": "git",
4157 "url": "https://github.com/totten/Lurker.git",
4158 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
4159 },
4160 "dist": {
4161 "type": "zip",
4162 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
4163 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
4164 "shasum": ""
4165 },
4166 "require": {
4167 "php": ">=5.3.3"
4168 },
4169 "replace": {
4170 "henrikbjorn/lurker": "*"
4171 },
4172 "suggest": {
4173 "ext-inotify": ">=0.1.6"
4174 },
4175 "type": "library",
4176 "extra": {
4177 "branch-alias": {
4178 "dev-master": "1.3.x-dev"
4179 }
4180 },
4181 "autoload": {
4182 "psr-0": {
4183 "Lurker": "src"
4184 }
4185 },
4186 "notification-url": "https://packagist.org/downloads/",
4187 "license": [
4188 "MIT"
4189 ],
4190 "authors": [
4191 {
4192 "name": "Konstantin Kudryashov",
4193 "email": "ever.zet@gmail.com"
4194 },
4195 {
4196 "name": "Yaroslav Kiliba",
4197 "email": "om.dattaya@gmail.com"
4198 },
4199 {
4200 "name": "Henrik Bjrnskov",
4201 "email": "henrik@bjrnskov.dk"
4202 }
4203 ],
4204 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
4205 "keywords": [
4206 "filesystem",
4207 "resource",
4208 "watching"
4209 ],
4210 "time": "2020-09-01T10:01:01+00:00"
4211 },
c5abc6ae
SL
4212 {
4213 "name": "tplaner/when",
ab242d96 4214 "version": "3.0.0+php53",
c5abc6ae
SL
4215 "dist": {
4216 "type": "zip",
6086c345 4217 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
4218 },
4219 "require": {
4220 "php": ">=5.3.0"
4221 },
4222 "require-dev": {
ab242d96 4223 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
4224 },
4225 "type": "library",
4226 "autoload": {
4227 "psr-4": {
4228 "When\\": "src/"
4229 }
4230 },
c5abc6ae
SL
4231 "license": [
4232 "MIT"
4233 ],
4234 "authors": [
4235 {
4236 "name": "Tom Planer",
4237 "email": "tplaner@gmail.com"
4238 }
4239 ],
4240 "description": "Date/Calendar recursion library.",
4241 "homepage": "https://github.com/tplaner/When",
4242 "keywords": [
ab242d96 4243 "DateTime",
c5abc6ae 4244 "date",
c5abc6ae 4245 "recurrence",
c5abc6ae 4246 "time"
ab242d96 4247 ]
c5abc6ae 4248 },
4fed6a99
TO
4249 {
4250 "name": "tubalmartin/cssmin",
4251 "version": "v4.1.1",
4252 "source": {
4253 "type": "git",
4254 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
4255 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
4256 },
4257 "dist": {
4258 "type": "zip",
4259 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
4260 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
4261 "shasum": ""
4262 },
4263 "require": {
4264 "ext-pcre": "*",
4265 "php": ">=5.3.2"
4266 },
4267 "require-dev": {
4268 "cogpowered/finediff": "0.3.*",
4269 "phpunit/phpunit": "4.8.*"
4270 },
4271 "bin": [
4272 "cssmin"
4273 ],
4274 "type": "library",
4275 "autoload": {
4276 "psr-4": {
4277 "tubalmartin\\CssMin\\": "src"
4278 }
4279 },
4280 "notification-url": "https://packagist.org/downloads/",
4281 "license": [
4282 "BSD-3-Clause"
4283 ],
4284 "authors": [
4285 {
4286 "name": "Túbal Martín",
4287 "homepage": "http://tubalmartin.me/"
4288 }
4289 ],
4290 "description": "A PHP port of the YUI CSS compressor",
4291 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
4292 "keywords": [
4293 "compress",
4294 "compressor",
4295 "css",
4296 "cssmin",
4297 "minify",
4298 "yui"
4299 ],
4300 "time": "2018-01-15T15:26:51+00:00"
4301 },
2d38c687
PF
4302 {
4303 "name": "typo3/phar-stream-wrapper",
4304 "version": "v3.1.4",
4305 "source": {
4306 "type": "git",
4307 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
4308 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
4309 },
4310 "dist": {
4311 "type": "zip",
4312 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
4313 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
4314 "shasum": ""
4315 },
4316 "require": {
4317 "ext-json": "*",
4318 "php": "^7.0"
4319 },
4320 "require-dev": {
4321 "ext-xdebug": "*",
4322 "phpunit/phpunit": "^6.5"
4323 },
4324 "suggest": {
4325 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
4326 },
4327 "type": "library",
4328 "extra": {
4329 "branch-alias": {
4330 "dev-master": "v3.x-dev"
4331 }
4332 },
4333 "autoload": {
4334 "psr-4": {
4335 "TYPO3\\PharStreamWrapper\\": "src/"
4336 }
4337 },
4338 "notification-url": "https://packagist.org/downloads/",
4339 "license": [
4340 "MIT"
4341 ],
4342 "description": "Interceptors for PHP's native phar:// stream handling",
4343 "homepage": "https://typo3.org/",
4344 "keywords": [
4345 "phar",
4346 "php",
4347 "security",
4348 "stream-wrapper"
4349 ],
4350 "time": "2019-12-10T11:53:27+00:00"
4351 },
4c6c3076
SL
4352 {
4353 "name": "xkerman/restricted-unserialize",
4354 "version": "1.1.12",
4355 "source": {
4356 "type": "git",
4357 "url": "https://github.com/xKerman/restricted-unserialize.git",
4358 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
4359 },
4360 "dist": {
4361 "type": "zip",
4362 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
4363 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
4364 "shasum": ""
4365 },
4366 "require": {
4367 "php": ">=5.2"
4368 },
4369 "require-dev": {
4370 "nikic/php-parser": "^1.4|^3.0|^4.2",
4371 "phpmd/phpmd": "^2.6",
4372 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
4373 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
4374 "squizlabs/php_codesniffer": "^2.9|^3.4"
4375 },
4376 "type": "library",
4377 "autoload": {
4378 "files": [
4379 "src/function.php"
4380 ],
4381 "psr-4": {
4382 "xKerman\\Restricted\\": "src"
4383 }
4384 },
4385 "notification-url": "https://packagist.org/downloads/",
4386 "license": [
4387 "MIT"
4388 ],
4389 "authors": [
4390 {
4391 "name": "xKerman",
4392 "email": "xKhorasan@gmail.com"
4393 }
4394 ],
4395 "description": "provide PHP Object Injection safe unserialize function",
4396 "keywords": [
4397 "PHP Object Injection",
4398 "deserialize",
4399 "unserialize"
4400 ],
4401 "time": "2019-08-11T00:04:39+00:00"
4402 },
16b60c30
TO
4403 {
4404 "name": "zetacomponents/base",
16924c84 4405 "version": "1.9.1",
16b60c30
TO
4406 "source": {
4407 "type": "git",
4408 "url": "https://github.com/zetacomponents/Base.git",
16924c84 4409 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
16b60c30
TO
4410 },
4411 "dist": {
4412 "type": "zip",
16924c84 4413 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
4414 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
16b60c30
TO
4415 "shasum": ""
4416 },
16924c84 4417 "require-dev": {
4418 "phpunit/phpunit": "~5.7",
4419 "zetacomponents/unit-test": "*"
4420 },
16b60c30
TO
4421 "type": "library",
4422 "autoload": {
4423 "classmap": [
4424 "src"
4425 ]
4426 },
4427 "notification-url": "https://packagist.org/downloads/",
4428 "license": [
16924c84 4429 "Apache-2.0"
16b60c30
TO
4430 ],
4431 "authors": [
4432 {
4433 "name": "Sergey Alexeev"
4434 },
4435 {
4436 "name": "Sebastian Bergmann"
4437 },
4438 {
4439 "name": "Jan Borsodi"
4440 },
4441 {
4442 "name": "Raymond Bosman"
4443 },
4444 {
4445 "name": "Frederik Holljen"
4446 },
4447 {
4448 "name": "Kore Nordmann"
4449 },
4450 {
4451 "name": "Derick Rethans"
4452 },
4453 {
4454 "name": "Vadym Savchuk"
4455 },
4456 {
4457 "name": "Tobias Schlitt"
4458 },
4459 {
4460 "name": "Alexandru Stanoi"
4461 }
4462 ],
4463 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4464 "homepage": "https://github.com/zetacomponents",
16924c84 4465 "time": "2017-11-28T11:30:00+00:00"
16b60c30
TO
4466 },
4467 {
4468 "name": "zetacomponents/mail",
b55dd020 4469 "version": "1.9.2",
16b60c30
TO
4470 "source": {
4471 "type": "git",
8a1794a9 4472 "url": "https://github.com/zetacomponents/Mail.git",
b55dd020 4473 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
8a1794a9
SL
4474 },
4475 "dist": {
4476 "type": "zip",
b55dd020
SL
4477 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
4478 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
8a1794a9 4479 "shasum": ""
16924c84 4480 },
4481 "require": {
4482 "zetacomponents/base": "~1.8"
4483 },
4484 "require-dev": {
b55dd020 4485 "phpunit/phpunit": "~7.5",
16924c84 4486 "zetacomponents/unit-test": "*"
16b60c30
TO
4487 },
4488 "type": "library",
f9a1d2b1
TO
4489 "extra": {
4490 "patches_applied": {
4491 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch",
4492 "Allow single quotes to be used in return path": "https://github.com/zetacomponents/Mail/pull/86.patch"
4493 }
4494 },
16b60c30
TO
4495 "autoload": {
4496 "classmap": [
4497 "src"
4498 ]
4499 },
8a1794a9 4500 "notification-url": "https://packagist.org/downloads/",
16b60c30 4501 "license": [
16924c84 4502 "Apache-2.0"
16b60c30
TO
4503 ],
4504 "authors": [
4505 {
4506 "name": "Sergey Alexeev"
4507 },
4508 {
4509 "name": "Sebastian Bergmann"
4510 },
4511 {
4512 "name": "Jan Borsodi"
4513 },
4514 {
4515 "name": "Raymond Bosman"
4516 },
4517 {
4518 "name": "Frederik Holljen"
4519 },
4520 {
4521 "name": "Kore Nordmann"
4522 },
4523 {
4524 "name": "Derick Rethans"
4525 },
4526 {
4527 "name": "Vadym Savchuk"
4528 },
4529 {
4530 "name": "Tobias Schlitt"
4531 },
4532 {
4533 "name": "Alexandru Stanoi"
4534 },
16b60c30 4535 {
8a1794a9 4536 "name": "Sinisa Dukaric"
16b60c30
TO
4537 },
4538 {
8a1794a9 4539 "name": "Mikko Koppanen"
bd63411f 4540 },
4541 {
4542 "name": "Christian Michel"
16b60c30
TO
4543 }
4544 ],
4545 "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.",
4546 "homepage": "https://github.com/zetacomponents",
7d792d0f 4547 "time": "2020-06-13T12:38:26+00:00"
0a4cb750
TO
4548 }
4549 ],
b4998943 4550 "packages-dev": [],
0a4cb750
TO
4551 "aliases": [],
4552 "minimum-stability": "stable",
436e8384 4553 "stability-flags": [],
0a4cb750
TO
4554 "prefer-stable": false,
4555 "prefer-lowest": false,
133dc2c2 4556 "platform": {
d6e906e0 4557 "php": "~7.2 || ~8",
094bc972 4558 "ext-intl": "*",
4559 "ext-json": "*"
133dc2c2 4560 },
dc3ace93
TO
4561 "platform-dev": [],
4562 "platform-overrides": {
e050e52a 4563 "php": "7.2"
10e59978 4564 },
51142dfe 4565 "plugin-api-version": "2.1.0"
0a4cb750 4566}