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