Downgrade Symfony Service Contracts to 2.2.0 to fix php fatal error in wordpress
[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 ],
571a9a90 7 "content-hash": "e139a3221d89fa0c5aee6f4d033de904",
0a4cb750 8 "packages": [
108332db
SL
9 {
10 "name": "adrienrn/php-mimetyper",
11 "version": "0.2.2",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/adrienrn/php-mimetyper.git",
15 "reference": "702e00a604b4baed34d69730ce055e05c0f43932"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/adrienrn/php-mimetyper/zipball/702e00a604b4baed34d69730ce055e05c0f43932",
20 "reference": "702e00a604b4baed34d69730ce055e05c0f43932",
21 "shasum": ""
22 },
23 "require": {
24 "dflydev/apache-mime-types": "^1.0"
25 },
26 "type": "library",
27 "autoload": {
28 "psr-4": {
29 "MimeTyper\\": "src/"
30 }
31 },
32 "notification-url": "https://packagist.org/downloads/",
33 "license": [
34 "MIT"
35 ],
36 "authors": [
37 {
38 "name": "Hussard",
39 "email": "adrien.ricartnoblet@gmail.com"
40 }
41 ],
42 "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
1d48b8dd
TO
43 "support": {
44 "issues": "https://github.com/adrienrn/php-mimetyper/issues",
45 "source": "https://github.com/adrienrn/php-mimetyper/tree/0.2.2"
46 },
7d792d0f 47 "time": "2018-09-27T09:45:05+00:00"
108332db 48 },
ca4cfe7a
SL
49 {
50 "name": "brick/math",
c008aa7b 51 "version": "0.9.3",
ca4cfe7a
SL
52 "source": {
53 "type": "git",
54 "url": "https://github.com/brick/math.git",
c008aa7b 55 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
ca4cfe7a
SL
56 },
57 "dist": {
58 "type": "zip",
c008aa7b
SL
59 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
60 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
ca4cfe7a
SL
61 "shasum": ""
62 },
63 "require": {
64 "ext-json": "*",
741608a9 65 "php": "^7.1 || ^8.0"
ca4cfe7a
SL
66 },
67 "require-dev": {
68 "php-coveralls/php-coveralls": "^2.2",
741608a9 69 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
c008aa7b 70 "vimeo/psalm": "4.9.2"
ca4cfe7a
SL
71 },
72 "type": "library",
73 "autoload": {
74 "psr-4": {
75 "Brick\\Math\\": "src/"
76 }
77 },
78 "notification-url": "https://packagist.org/downloads/",
79 "license": [
80 "MIT"
81 ],
82 "description": "Arbitrary-precision arithmetic library",
83 "keywords": [
84 "Arbitrary-precision",
85 "BigInteger",
86 "BigRational",
87 "arithmetic",
88 "bigdecimal",
89 "bignum",
90 "brick",
91 "math"
92 ],
1d48b8dd
TO
93 "support": {
94 "issues": "https://github.com/brick/math/issues",
c008aa7b 95 "source": "https://github.com/brick/math/tree/0.9.3"
1d48b8dd 96 },
741608a9 97 "funding": [
c008aa7b
SL
98 {
99 "url": "https://github.com/BenMorel",
100 "type": "github"
101 },
741608a9 102 {
103 "url": "https://tidelift.com/funding/github/packagist/brick/math",
104 "type": "tidelift"
105 }
106 ],
c008aa7b 107 "time": "2021-08-15T20:50:18+00:00"
ca4cfe7a
SL
108 },
109 {
110 "name": "brick/money",
4a9379f8 111 "version": "0.5.3",
ca4cfe7a
SL
112 "source": {
113 "type": "git",
114 "url": "https://github.com/brick/money.git",
4a9379f8 115 "reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0"
ca4cfe7a
SL
116 },
117 "dist": {
118 "type": "zip",
4a9379f8
MW
119 "url": "https://api.github.com/repos/brick/money/zipball/49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
120 "reference": "49e6597470da74f6a9f1dd7d5286ea3b4756b7e0",
ca4cfe7a
SL
121 "shasum": ""
122 },
123 "require": {
741608a9 124 "brick/math": "~0.7.3 || ~0.8.0 || ~0.9.0",
125 "php": "^7.1 || ^8.0"
ca4cfe7a
SL
126 },
127 "require-dev": {
128 "brick/varexporter": "~0.2.1",
129 "ext-dom": "*",
130 "ext-pdo": "*",
131 "php-coveralls/php-coveralls": "^2.2",
741608a9 132 "phpunit/phpunit": "^7.5.15 || ^8.0 || ^9.0",
4a9379f8 133 "vimeo/psalm": "4.9.2"
ca4cfe7a
SL
134 },
135 "suggest": {
136 "ext-intl": "Required to format Money objects"
137 },
138 "type": "library",
139 "autoload": {
140 "psr-4": {
141 "Brick\\Money\\": "src/"
142 }
143 },
144 "notification-url": "https://packagist.org/downloads/",
145 "license": [
146 "MIT"
147 ],
148 "description": "Money and currency library",
149 "keywords": [
150 "brick",
151 "currency",
152 "money"
153 ],
4a9379f8
MW
154 "support": {
155 "issues": "https://github.com/brick/money/issues",
156 "source": "https://github.com/brick/money/tree/0.5.3"
157 },
741608a9 158 "funding": [
4a9379f8
MW
159 {
160 "url": "https://github.com/BenMorel",
161 "type": "github"
162 },
741608a9 163 {
164 "url": "https://tidelift.com/funding/github/packagist/brick/money",
165 "type": "tidelift"
166 }
167 ],
4a9379f8 168 "time": "2021-10-10T11:59:43+00:00"
ca4cfe7a 169 },
b4998943
TO
170 {
171 "name": "cache/integration-tests",
22511623 172 "version": "0.17.0",
b4998943
TO
173 "source": {
174 "type": "git",
175 "url": "https://github.com/php-cache/integration-tests.git",
22511623 176 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e"
b4998943
TO
177 },
178 "dist": {
179 "type": "zip",
22511623
SL
180 "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
181 "reference": "eda2e6b8bc5abcd623c8047e2345cda38dd6479e",
b4998943
TO
182 "shasum": ""
183 },
184 "require": {
185 "cache/tag-interop": "^1.0",
22511623 186 "php": ">=5.5.9",
b4998943
TO
187 "psr/cache": "~1.0"
188 },
22511623
SL
189 "conflict": {
190 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
191 },
b4998943 192 "require-dev": {
22511623
SL
193 "cache/cache": "^1.0",
194 "illuminate/cache": "^5.4|^5.5|^5.6",
195 "mockery/mockery": "^1.0",
196 "symfony/cache": "^3.4.31|^4.3.4|^5.0",
197 "symfony/phpunit-bridge": "^5.1",
198 "tedivm/stash": "^0.14"
b4998943
TO
199 },
200 "type": "library",
201 "autoload": {
202 "psr-4": {
203 "Cache\\IntegrationTests\\": "src/"
204 }
205 },
206 "notification-url": "https://packagist.org/downloads/",
207 "license": [
208 "MIT"
209 ],
210 "authors": [
211 {
212 "name": "Aaron Scherer",
213 "email": "aequasi@gmail.com",
214 "homepage": "https://github.com/aequasi"
215 },
216 {
217 "name": "Tobias Nyholm",
218 "email": "tobias.nyholm@gmail.com",
22511623 219 "homepage": "https://github.com/nyholm"
b4998943
TO
220 }
221 ],
222 "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
223 "homepage": "https://github.com/php-cache/integration-tests",
224 "keywords": [
225 "cache",
226 "psr16",
227 "psr6",
228 "test"
229 ],
1d48b8dd
TO
230 "support": {
231 "issues": "https://github.com/php-cache/integration-tests/issues",
232 "source": "https://github.com/php-cache/integration-tests/tree/0.17.0"
233 },
22511623 234 "time": "2020-11-03T12:52:23+00:00"
b4998943
TO
235 },
236 {
237 "name": "cache/tag-interop",
238 "version": "1.0.0",
239 "source": {
240 "type": "git",
241 "url": "https://github.com/php-cache/tag-interop.git",
242 "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
243 },
244 "dist": {
245 "type": "zip",
246 "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
247 "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
248 "shasum": ""
249 },
250 "require": {
251 "php": "^5.5 || ^7.0",
252 "psr/cache": "^1.0"
253 },
254 "type": "library",
255 "extra": {
256 "branch-alias": {
257 "dev-master": "2.0-dev"
258 }
259 },
260 "autoload": {
261 "psr-4": {
262 "Cache\\TagInterop\\": ""
263 }
264 },
265 "notification-url": "https://packagist.org/downloads/",
266 "license": [
267 "MIT"
268 ],
269 "authors": [
270 {
271 "name": "Tobias Nyholm",
272 "email": "tobias.nyholm@gmail.com",
518417fd 273 "homepage": "https://github.com/Nyholm"
b4998943
TO
274 },
275 {
276 "name": "Nicolas Grekas",
277 "email": "p@tchwork.com",
278 "homepage": "https://github.com/nicolas-grekas"
279 }
280 ],
281 "description": "Framework interoperable interfaces for tags",
282 "homepage": "http://www.php-cache.com/en/latest/",
283 "keywords": [
284 "cache",
285 "psr",
286 "psr6",
287 "tag"
288 ],
1d48b8dd
TO
289 "support": {
290 "issues": "https://github.com/php-cache/tag-interop/issues",
291 "source": "https://github.com/php-cache/tag-interop/tree/master"
292 },
b4998943
TO
293 "time": "2017-03-13T09:14:27+00:00"
294 },
94ddb538
TO
295 {
296 "name": "civicrm/civicrm-cxn-rpc",
30836e92 297 "version": "v0.20.12.01",
94ddb538
TO
298 "source": {
299 "type": "git",
978d4742 300 "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
30836e92 301 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f"
978d4742
TO
302 },
303 "dist": {
304 "type": "zip",
30836e92
TO
305 "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/b097258a642dc3e0dd9c264cb75b72d5274cac2f",
306 "reference": "b097258a642dc3e0dd9c264cb75b72d5274cac2f",
978d4742 307 "shasum": ""
94ddb538
TO
308 },
309 "require": {
30836e92
TO
310 "phpseclib/phpseclib": "~2.0",
311 "psr/log": "~1.1"
94ddb538
TO
312 },
313 "type": "library",
314 "autoload": {
315 "psr-4": {
316 "Civi\\Cxn\\Rpc\\": "src/"
317 }
318 },
978d4742 319 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
320 "license": [
321 "MIT"
322 ],
323 "authors": [
324 {
325 "name": "Tim Otten",
326 "email": "totten@civicrm.org"
327 }
328 ],
978d4742 329 "description": "RPC library for CiviConnect",
1d48b8dd
TO
330 "support": {
331 "issues": "https://github.com/civicrm/civicrm-cxn-rpc/issues",
332 "source": "https://github.com/civicrm/civicrm-cxn-rpc/tree/v0.20.12.01"
333 },
30836e92 334 "time": "2020-12-16T02:35:45+00:00"
94ddb538 335 },
4fed6a99
TO
336 {
337 "name": "civicrm/composer-compile-lib",
31f66367 338 "version": "v0.6",
4fed6a99
TO
339 "source": {
340 "type": "git",
341 "url": "https://github.com/civicrm/composer-compile-lib.git",
31f66367 342 "reference": "8bd52f0d2ba97eaa83853c3cfc37841376f5b903"
4fed6a99
TO
343 },
344 "dist": {
345 "type": "zip",
31f66367
TO
346 "url": "https://api.github.com/repos/civicrm/composer-compile-lib/zipball/8bd52f0d2ba97eaa83853c3cfc37841376f5b903",
347 "reference": "8bd52f0d2ba97eaa83853c3cfc37841376f5b903",
4fed6a99
TO
348 "shasum": ""
349 },
350 "require": {
31f66367 351 "civicrm/composer-compile-plugin": "~0.19 || ~1.0",
4fed6a99 352 "padaliyajay/php-autoprefixer": "~1.2",
31f66367 353 "scssphp/scssphp": "^1.8.1",
4fed6a99
TO
354 "symfony/filesystem": "~2.8 || ~3.4 || ~4.0 || ~5.0",
355 "tubalmartin/cssmin": "^4.1"
356 },
357 "type": "library",
358 "extra": {
359 "compile": [
360 {
361 "title": "Generate <comment>CCL</comment> wrapper functions",
362 "run": [
1696748b 363 "@php-method \\CCL\\Tasks::template"
4fed6a99 364 ],
1696748b
TO
365 "tpl-file": "src/StubsTpl.php",
366 "tpl-items": {
367 "CCL.php": true
368 },
4fed6a99
TO
369 "watch-files": [
370 "src/StubsTpl.php",
371 "src/Functions.php"
372 ]
373 }
374 ]
375 },
376 "autoload": {
377 "psr-0": {
378 "CCL": ""
379 },
380 "psr-4": {
381 "CCL\\": [
382 "src/"
383 ]
384 }
385 },
386 "notification-url": "https://packagist.org/downloads/",
387 "license": [
388 "MIT"
389 ],
390 "authors": [
391 {
392 "name": "CiviCRM",
393 "email": "info@civicrm.org"
394 }
395 ],
396 "description": "Small library of compilation helpers",
1d48b8dd
TO
397 "support": {
398 "issues": "https://github.com/civicrm/composer-compile-lib/issues",
31f66367 399 "source": "https://github.com/civicrm/composer-compile-lib/tree/v0.6"
1d48b8dd 400 },
31f66367 401 "time": "2022-07-22T09:41:59+00:00"
4fed6a99 402 },
4034556f
TO
403 {
404 "name": "civicrm/composer-compile-plugin",
31f66367 405 "version": "v0.19",
4034556f
TO
406 "source": {
407 "type": "git",
408 "url": "https://github.com/civicrm/composer-compile-plugin.git",
31f66367 409 "reference": "496d266d42fddb3d7cdec2d7c46bad3e9495801c"
4034556f
TO
410 },
411 "dist": {
412 "type": "zip",
31f66367
TO
413 "url": "https://api.github.com/repos/civicrm/composer-compile-plugin/zipball/496d266d42fddb3d7cdec2d7c46bad3e9495801c",
414 "reference": "496d266d42fddb3d7cdec2d7c46bad3e9495801c",
4034556f
TO
415 "shasum": ""
416 },
417 "require": {
418 "composer-plugin-api": "^1.1 || ^2.0",
503674fb 419 "php": ">=7.2",
4034556f
TO
420 "totten/lurkerlite": "^1.3"
421 },
422 "require-dev": {
423 "composer/composer": "~1.0",
424 "totten/process-helper": "^1.0.1"
425 },
426 "type": "composer-plugin",
427 "extra": {
428 "class": "Civi\\CompilePlugin\\CompilePlugin"
429 },
430 "autoload": {
431 "psr-4": {
432 "Civi\\CompilePlugin\\": "src/"
433 }
434 },
435 "notification-url": "https://packagist.org/downloads/",
436 "license": [
437 "MIT"
438 ],
439 "authors": [
440 {
441 "name": "Tim Otten",
442 "email": "info@civicrm.org"
443 }
444 ],
445 "description": "Define a 'compile' event for all packages in the dependency-graph",
1d48b8dd
TO
446 "support": {
447 "issues": "https://github.com/civicrm/composer-compile-plugin/issues",
31f66367 448 "source": "https://github.com/civicrm/composer-compile-plugin/tree/v0.19"
1d48b8dd 449 },
31f66367 450 "time": "2022-07-22T09:22:20+00:00"
4034556f 451 },
79e677dd
TO
452 {
453 "name": "civicrm/composer-downloads-plugin",
3da9dd6c 454 "version": "v3.0.1",
79e677dd
TO
455 "source": {
456 "type": "git",
457 "url": "https://github.com/civicrm/composer-downloads-plugin.git",
3da9dd6c 458 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877"
79e677dd
TO
459 },
460 "dist": {
461 "type": "zip",
3da9dd6c
SL
462 "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/3aabb6d259a86158d01829fc2c62a2afb9618877",
463 "reference": "3aabb6d259a86158d01829fc2c62a2afb9618877",
79e677dd
TO
464 "shasum": ""
465 },
466 "require": {
3da9dd6c 467 "composer-plugin-api": "^1.1 || ^2.0",
79e677dd
TO
468 "php": ">=5.6",
469 "togos/gitignore": "~1.1.1"
470 },
471 "require-dev": {
3da9dd6c 472 "composer/composer": "~1.0 || ~2.0",
79e677dd
TO
473 "friendsofphp/php-cs-fixer": "^2.3",
474 "phpunit/phpunit": "^5.7",
475 "totten/process-helper": "^1.0.1"
476 },
477 "type": "composer-plugin",
478 "extra": {
479 "class": "LastCall\\DownloadsPlugin\\Plugin"
480 },
481 "autoload": {
482 "psr-4": {
483 "LastCall\\DownloadsPlugin\\": "src/"
484 }
485 },
486 "notification-url": "https://packagist.org/downloads/",
487 "license": [
488 "MIT"
489 ],
490 "authors": [
491 {
492 "name": "Rob Bayliss",
493 "email": "rob@lastcallmedia.com"
494 },
495 {
496 "name": "Tim Otten",
497 "email": "totten@civicrm.org"
498 }
499 ],
500 "description": "Composer plugin for downloading additional files within any composer package.",
1d48b8dd
TO
501 "support": {
502 "source": "https://github.com/civicrm/composer-downloads-plugin/tree/v3.0.1"
503 },
e1cb865e 504 "time": "2020-11-02T05:26:23+00:00"
79e677dd 505 },
66a7c254
SL
506 {
507 "name": "cweagans/composer-patches",
4f20fc65 508 "version": "1.7.2",
66a7c254
SL
509 "source": {
510 "type": "git",
511 "url": "https://github.com/cweagans/composer-patches.git",
4f20fc65 512 "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871"
66a7c254
SL
513 },
514 "dist": {
515 "type": "zip",
4f20fc65 516 "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e9969cfc0796e6dea9b4e52f77f18e1065212871",
517 "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871",
66a7c254
SL
518 "shasum": ""
519 },
520 "require": {
1d285671 521 "composer-plugin-api": "^1.0 || ^2.0",
66a7c254
SL
522 "php": ">=5.3.0"
523 },
524 "require-dev": {
1d285671 525 "composer/composer": "~1.0 || ~2.0",
66a7c254
SL
526 "phpunit/phpunit": "~4.6"
527 },
528 "type": "composer-plugin",
529 "extra": {
530 "class": "cweagans\\Composer\\Patches"
531 },
532 "autoload": {
533 "psr-4": {
534 "cweagans\\Composer\\": "src"
535 }
536 },
537 "notification-url": "https://packagist.org/downloads/",
538 "license": [
539 "BSD-3-Clause"
540 ],
541 "authors": [
542 {
543 "name": "Cameron Eagans",
544 "email": "me@cweagans.net"
545 }
546 ],
547 "description": "Provides a way to patch Composer packages.",
1d48b8dd
TO
548 "support": {
549 "issues": "https://github.com/cweagans/composer-patches/issues",
4f20fc65 550 "source": "https://github.com/cweagans/composer-patches/tree/1.7.2"
1d48b8dd 551 },
4f20fc65 552 "time": "2022-01-25T19:21:20+00:00"
66a7c254 553 },
108332db
SL
554 {
555 "name": "dflydev/apache-mime-types",
556 "version": "v1.0.1",
557 "source": {
558 "type": "git",
559 "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
560 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
561 },
562 "dist": {
563 "type": "zip",
564 "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
565 "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
566 "shasum": ""
567 },
568 "require": {
569 "php": ">=5.3"
570 },
571 "require-dev": {
572 "twig/twig": "1.*"
573 },
574 "type": "library",
575 "extra": {
576 "branch-alias": {
577 "dev-master": "1.0-dev"
578 }
579 },
580 "autoload": {
581 "psr-0": {
582 "Dflydev\\ApacheMimeTypes": "src"
583 }
584 },
585 "notification-url": "https://packagist.org/downloads/",
586 "license": [
587 "MIT"
588 ],
589 "authors": [
590 {
591 "name": "Dragonfly Development Inc.",
592 "email": "info@dflydev.com",
593 "homepage": "http://dflydev.com"
594 },
595 {
596 "name": "Beau Simensen",
597 "email": "beau@dflydev.com",
598 "homepage": "http://beausimensen.com"
599 }
600 ],
601 "description": "Apache MIME Types",
602 "keywords": [
603 "apache",
604 "mime",
605 "mimetypes"
606 ],
1d48b8dd
TO
607 "support": {
608 "issues": "https://github.com/dflydev/dflydev-apache-mime-types/issues",
609 "source": "https://github.com/dflydev/dflydev-apache-mime-types/tree/v1.0.1"
610 },
108332db
SL
611 "time": "2013-05-14T02:02:01+00:00"
612 },
0a4cb750
TO
613 {
614 "name": "dompdf/dompdf",
28306fbb 615 "version": "v2.0.0",
0a4cb750
TO
616 "source": {
617 "type": "git",
618 "url": "https://github.com/dompdf/dompdf.git",
28306fbb 619 "reference": "79573d8b8a141ec8a17312515de8740eed014fa9"
0a4cb750
TO
620 },
621 "dist": {
622 "type": "zip",
28306fbb
SL
623 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/79573d8b8a141ec8a17312515de8740eed014fa9",
624 "reference": "79573d8b8a141ec8a17312515de8740eed014fa9",
0a4cb750
TO
625 "shasum": ""
626 },
627 "require": {
e91585d7 628 "ext-dom": "*",
e91585d7 629 "ext-mbstring": "*",
28306fbb 630 "masterminds/html5": "^2.0",
d9ee5636
SL
631 "phenx/php-font-lib": "^0.5.4",
632 "phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
31db47c9 633 "php": "^7.1 || ^8.0"
e91585d7
SL
634 },
635 "require-dev": {
28306fbb
SL
636 "ext-json": "*",
637 "ext-zip": "*",
328fbd25 638 "mockery/mockery": "^1.3",
31db47c9 639 "phpunit/phpunit": "^7.5 || ^8 || ^9",
b9015a8b 640 "squizlabs/php_codesniffer": "^3.5"
0a4cb750 641 },
b85181d1 642 "suggest": {
643 "ext-gd": "Needed to process images",
644 "ext-gmagick": "Improves image processing performance",
328fbd25
SL
645 "ext-imagick": "Improves image processing performance",
646 "ext-zlib": "Needed for pdf stream compression"
b85181d1 647 },
0a4cb750
TO
648 "type": "library",
649 "autoload": {
e91585d7
SL
650 "psr-4": {
651 "Dompdf\\": "src/"
652 },
0a4cb750 653 "classmap": [
e91585d7 654 "lib/"
0a4cb750
TO
655 ]
656 },
657 "notification-url": "https://packagist.org/downloads/",
658 "license": [
e91585d7 659 "LGPL-2.1"
0a4cb750
TO
660 ],
661 "authors": [
662 {
663 "name": "Fabien Ménager",
664 "email": "fabien.menager@gmail.com"
665 },
666 {
667 "name": "Brian Sweeney",
668 "email": "eclecticgeek@gmail.com"
e91585d7
SL
669 },
670 {
671 "name": "Gabriel Bull",
672 "email": "me@gabrielbull.com"
0a4cb750
TO
673 }
674 ],
675 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
676 "homepage": "https://github.com/dompdf/dompdf",
31db47c9
MT
677 "support": {
678 "issues": "https://github.com/dompdf/dompdf/issues",
28306fbb 679 "source": "https://github.com/dompdf/dompdf/tree/v2.0.0"
31db47c9 680 },
28306fbb 681 "time": "2022-06-21T21:14:57+00:00"
0a4cb750 682 },
463edc66
CW
683 {
684 "name": "ezyang/htmlpurifier",
9e54c0da 685 "version": "v4.14.0",
463edc66
CW
686 "source": {
687 "type": "git",
688 "url": "https://github.com/ezyang/htmlpurifier.git",
9e54c0da 689 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
463edc66
CW
690 },
691 "dist": {
692 "type": "zip",
9e54c0da
SL
693 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
694 "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
463edc66
CW
695 "shasum": ""
696 },
697 "require": {
698 "php": ">=5.2"
699 },
463edc66
CW
700 "type": "library",
701 "autoload": {
463edc66
CW
702 "files": [
703 "library/HTMLPurifier.composer.php"
704 ],
1d48b8dd
TO
705 "psr-0": {
706 "HTMLPurifier": "library/"
707 },
463edc66
CW
708 "exclude-from-classmap": [
709 "/library/HTMLPurifier/Language/"
710 ]
711 },
712 "notification-url": "https://packagist.org/downloads/",
713 "license": [
714 "LGPL-2.1-or-later"
715 ],
716 "authors": [
717 {
718 "name": "Edward Z. Yang",
719 "email": "admin@htmlpurifier.org",
720 "homepage": "http://ezyang.com"
721 }
722 ],
723 "description": "Standards compliant HTML filter written in PHP",
724 "homepage": "http://htmlpurifier.org/",
725 "keywords": [
726 "html"
727 ],
728 "support": {
729 "issues": "https://github.com/ezyang/htmlpurifier/issues",
9e54c0da 730 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
463edc66 731 },
9e54c0da 732 "time": "2021-12-25T01:21:49+00:00"
463edc66 733 },
600d7832
TO
734 {
735 "name": "firebase/php-jwt",
736 "version": "v5.2.1",
737 "source": {
738 "type": "git",
739 "url": "https://github.com/firebase/php-jwt.git",
740 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
741 },
742 "dist": {
743 "type": "zip",
744 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
745 "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
746 "shasum": ""
747 },
748 "require": {
749 "php": ">=5.3.0"
750 },
751 "require-dev": {
752 "phpunit/phpunit": ">=4.8 <=9"
753 },
754 "type": "library",
755 "autoload": {
756 "psr-4": {
757 "Firebase\\JWT\\": "src"
758 }
759 },
760 "notification-url": "https://packagist.org/downloads/",
761 "license": [
762 "BSD-3-Clause"
763 ],
764 "authors": [
765 {
766 "name": "Neuman Vong",
767 "email": "neuman+pear@twilio.com",
768 "role": "Developer"
769 },
770 {
771 "name": "Anant Narayanan",
772 "email": "anant@php.net",
773 "role": "Developer"
774 }
775 ],
776 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
777 "homepage": "https://github.com/firebase/php-jwt",
778 "keywords": [
779 "jwt",
780 "php"
781 ],
1d48b8dd
TO
782 "support": {
783 "issues": "https://github.com/firebase/php-jwt/issues",
784 "source": "https://github.com/firebase/php-jwt/tree/v5.2.1"
785 },
600d7832
TO
786 "time": "2021-02-12T00:02:00+00:00"
787 },
f9bdf062 788 {
789 "name": "guzzlehttp/guzzle",
6049706d 790 "version": "6.5.8",
f9bdf062 791 "source": {
792 "type": "git",
793 "url": "https://github.com/guzzle/guzzle.git",
6049706d 794 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
f9bdf062 795 },
796 "dist": {
797 "type": "zip",
6049706d
SL
798 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
799 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
f9bdf062 800 "shasum": ""
801 },
802 "require": {
bd4dda2a 803 "ext-json": "*",
f9bdf062 804 "guzzlehttp/promises": "^1.0",
6049706d 805 "guzzlehttp/psr7": "^1.9",
bd4dda2a 806 "php": ">=5.5",
6049706d 807 "symfony/polyfill-intl-idn": "^1.17"
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": {
bd4dda2a 824 "files": [
825 "src/functions_include.php"
1d48b8dd
TO
826 ],
827 "psr-4": {
828 "GuzzleHttp\\": "src/"
829 }
f9bdf062 830 },
831 "notification-url": "https://packagist.org/downloads/",
832 "license": [
833 "MIT"
834 ],
835 "authors": [
f6d51091
SL
836 {
837 "name": "Graham Campbell",
838 "email": "hello@gjcampbell.co.uk",
839 "homepage": "https://github.com/GrahamCampbell"
840 },
f9bdf062 841 {
842 "name": "Michael Dowling",
843 "email": "mtdowling@gmail.com",
844 "homepage": "https://github.com/mtdowling"
f6d51091
SL
845 },
846 {
847 "name": "Jeremy Lindblom",
848 "email": "jeremeamia@gmail.com",
849 "homepage": "https://github.com/jeremeamia"
850 },
851 {
852 "name": "George Mponos",
853 "email": "gmponos@gmail.com",
854 "homepage": "https://github.com/gmponos"
855 },
856 {
857 "name": "Tobias Nyholm",
858 "email": "tobias.nyholm@gmail.com",
859 "homepage": "https://github.com/Nyholm"
860 },
861 {
862 "name": "Márk Sági-Kazár",
863 "email": "mark.sagikazar@gmail.com",
864 "homepage": "https://github.com/sagikazarmark"
865 },
866 {
867 "name": "Tobias Schultze",
868 "email": "webmaster@tubo-world.de",
869 "homepage": "https://github.com/Tobion"
f9bdf062 870 }
871 ],
872 "description": "Guzzle is a PHP HTTP client library",
873 "homepage": "http://guzzlephp.org/",
874 "keywords": [
875 "client",
876 "curl",
877 "framework",
878 "http",
879 "http client",
880 "rest",
881 "web service"
882 ],
1d48b8dd
TO
883 "support": {
884 "issues": "https://github.com/guzzle/guzzle/issues",
6049706d 885 "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
1d48b8dd 886 },
f6d51091
SL
887 "funding": [
888 {
889 "url": "https://github.com/GrahamCampbell",
890 "type": "github"
891 },
892 {
893 "url": "https://github.com/Nyholm",
894 "type": "github"
895 },
896 {
897 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
898 "type": "tidelift"
899 }
900 ],
6049706d 901 "time": "2022-06-20T22:16:07+00:00"
f9bdf062 902 },
903 {
904 "name": "guzzlehttp/promises",
f6d51091 905 "version": "1.5.1",
f9bdf062 906 "source": {
907 "type": "git",
908 "url": "https://github.com/guzzle/promises.git",
f6d51091 909 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
f9bdf062 910 },
911 "dist": {
912 "type": "zip",
f6d51091
SL
913 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
914 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
f9bdf062 915 "shasum": ""
916 },
917 "require": {
f6d51091 918 "php": ">=5.5"
f9bdf062 919 },
920 "require-dev": {
f6d51091 921 "symfony/phpunit-bridge": "^4.4 || ^5.1"
f9bdf062 922 },
923 "type": "library",
924 "extra": {
925 "branch-alias": {
f6d51091 926 "dev-master": "1.5-dev"
f9bdf062 927 }
928 },
929 "autoload": {
f9bdf062 930 "files": [
931 "src/functions_include.php"
1d48b8dd
TO
932 ],
933 "psr-4": {
934 "GuzzleHttp\\Promise\\": "src/"
935 }
f9bdf062 936 },
937 "notification-url": "https://packagist.org/downloads/",
938 "license": [
939 "MIT"
940 ],
941 "authors": [
f6d51091
SL
942 {
943 "name": "Graham Campbell",
944 "email": "hello@gjcampbell.co.uk",
945 "homepage": "https://github.com/GrahamCampbell"
946 },
f9bdf062 947 {
948 "name": "Michael Dowling",
949 "email": "mtdowling@gmail.com",
950 "homepage": "https://github.com/mtdowling"
f6d51091
SL
951 },
952 {
953 "name": "Tobias Nyholm",
954 "email": "tobias.nyholm@gmail.com",
955 "homepage": "https://github.com/Nyholm"
956 },
957 {
958 "name": "Tobias Schultze",
959 "email": "webmaster@tubo-world.de",
960 "homepage": "https://github.com/Tobion"
f9bdf062 961 }
962 ],
963 "description": "Guzzle promises library",
964 "keywords": [
965 "promise"
966 ],
1d48b8dd
TO
967 "support": {
968 "issues": "https://github.com/guzzle/promises/issues",
f6d51091 969 "source": "https://github.com/guzzle/promises/tree/1.5.1"
1d48b8dd 970 },
f6d51091
SL
971 "funding": [
972 {
973 "url": "https://github.com/GrahamCampbell",
974 "type": "github"
975 },
976 {
977 "url": "https://github.com/Nyholm",
978 "type": "github"
979 },
980 {
981 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
982 "type": "tidelift"
983 }
984 ],
985 "time": "2021-10-22T20:56:57+00:00"
f9bdf062 986 },
987 {
988 "name": "guzzlehttp/psr7",
6049706d 989 "version": "1.9.0",
f9bdf062 990 "source": {
991 "type": "git",
992 "url": "https://github.com/guzzle/psr7.git",
6049706d 993 "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"
f9bdf062 994 },
995 "dist": {
996 "type": "zip",
6049706d
SL
997 "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
998 "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318",
f9bdf062 999 "shasum": ""
1000 },
1001 "require": {
1002 "php": ">=5.4.0",
bd4dda2a 1003 "psr/http-message": "~1.0",
1004 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
f9bdf062 1005 },
1006 "provide": {
1007 "psr/http-message-implementation": "1.0"
1008 },
1009 "require-dev": {
bd4dda2a 1010 "ext-zlib": "*",
30bd21a4 1011 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
bd4dda2a 1012 },
1013 "suggest": {
30bd21a4 1014 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
f9bdf062 1015 },
1016 "type": "library",
1017 "extra": {
1018 "branch-alias": {
6049706d 1019 "dev-master": "1.9-dev"
f9bdf062 1020 }
1021 },
1022 "autoload": {
f9bdf062 1023 "files": [
1024 "src/functions_include.php"
1d48b8dd
TO
1025 ],
1026 "psr-4": {
1027 "GuzzleHttp\\Psr7\\": "src/"
1028 }
f9bdf062 1029 },
1030 "notification-url": "https://packagist.org/downloads/",
1031 "license": [
1032 "MIT"
1033 ],
1034 "authors": [
30bd21a4
SL
1035 {
1036 "name": "Graham Campbell",
1037 "email": "hello@gjcampbell.co.uk",
1038 "homepage": "https://github.com/GrahamCampbell"
1039 },
f9bdf062 1040 {
1041 "name": "Michael Dowling",
1042 "email": "mtdowling@gmail.com",
1043 "homepage": "https://github.com/mtdowling"
1044 },
30bd21a4
SL
1045 {
1046 "name": "George Mponos",
1047 "email": "gmponos@gmail.com",
1048 "homepage": "https://github.com/gmponos"
1049 },
1050 {
1051 "name": "Tobias Nyholm",
1052 "email": "tobias.nyholm@gmail.com",
1053 "homepage": "https://github.com/Nyholm"
1054 },
1055 {
1056 "name": "Márk Sági-Kazár",
1057 "email": "mark.sagikazar@gmail.com",
1058 "homepage": "https://github.com/sagikazarmark"
1059 },
f9bdf062 1060 {
1061 "name": "Tobias Schultze",
30bd21a4 1062 "email": "webmaster@tubo-world.de",
f9bdf062 1063 "homepage": "https://github.com/Tobion"
1064 }
1065 ],
1066 "description": "PSR-7 message implementation that also provides common utility methods",
1067 "keywords": [
1068 "http",
1069 "message",
bd4dda2a 1070 "psr-7",
f9bdf062 1071 "request",
1072 "response",
1073 "stream",
1074 "uri",
1075 "url"
1076 ],
1d48b8dd
TO
1077 "support": {
1078 "issues": "https://github.com/guzzle/psr7/issues",
6049706d 1079 "source": "https://github.com/guzzle/psr7/tree/1.9.0"
1d48b8dd 1080 },
30bd21a4
SL
1081 "funding": [
1082 {
1083 "url": "https://github.com/GrahamCampbell",
1084 "type": "github"
1085 },
1086 {
1087 "url": "https://github.com/Nyholm",
1088 "type": "github"
1089 },
1090 {
1091 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1092 "type": "tidelift"
1093 }
1094 ],
6049706d 1095 "time": "2022-06-20T21:43:03+00:00"
f9bdf062 1096 },
8f4c01b0
SL
1097 {
1098 "name": "html2text/html2text",
1099 "version": "4.3.1",
1100 "source": {
1101 "type": "git",
1102 "url": "https://github.com/mtibben/html2text.git",
1103 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
1104 },
1105 "dist": {
1106 "type": "zip",
1107 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
1108 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
1109 "shasum": ""
1110 },
1111 "require-dev": {
1112 "phpunit/phpunit": "~4"
1113 },
1114 "suggest": {
1115 "ext-mbstring": "For best performance",
1116 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
1117 },
1118 "type": "library",
1119 "autoload": {
1120 "psr-4": {
1121 "Html2Text\\": [
1122 "src/",
1123 "test/"
1124 ]
1125 }
1126 },
1127 "notification-url": "https://packagist.org/downloads/",
1128 "license": [
1129 "GPL-2.0-or-later"
1130 ],
1131 "description": "Converts HTML to formatted plain text",
1132 "support": {
1133 "issues": "https://github.com/mtibben/html2text/issues",
1134 "source": "https://github.com/mtibben/html2text/tree/4.3.1"
1135 },
1136 "time": "2020-04-16T23:44:31+00:00"
1137 },
95d1c020
SL
1138 {
1139 "name": "laminas/laminas-escaper",
1140 "version": "2.6.1",
1141 "source": {
1142 "type": "git",
1143 "url": "https://github.com/laminas/laminas-escaper.git",
1144 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
1145 },
1146 "dist": {
1147 "type": "zip",
1148 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
1149 "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
1150 "shasum": ""
1151 },
1152 "require": {
1153 "laminas/laminas-zendframework-bridge": "^1.0",
1154 "php": "^5.6 || ^7.0"
1155 },
1156 "replace": {
1157 "zendframework/zend-escaper": "self.version"
1158 },
1159 "require-dev": {
1160 "laminas/laminas-coding-standard": "~1.0.0",
1161 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
1162 },
1163 "type": "library",
1164 "extra": {
1165 "branch-alias": {
1166 "dev-master": "2.6.x-dev",
1167 "dev-develop": "2.7.x-dev"
1168 }
1169 },
1170 "autoload": {
1171 "psr-4": {
1172 "Laminas\\Escaper\\": "src/"
1173 }
1174 },
1175 "notification-url": "https://packagist.org/downloads/",
1176 "license": [
1177 "BSD-3-Clause"
1178 ],
1179 "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1180 "homepage": "https://laminas.dev",
1181 "keywords": [
1182 "escaper",
1183 "laminas"
1184 ],
1185 "support": {
1186 "chat": "https://laminas.dev/chat",
1187 "docs": "https://docs.laminas.dev/laminas-escaper/",
1188 "forum": "https://discourse.laminas.dev",
1189 "issues": "https://github.com/laminas/laminas-escaper/issues",
1190 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1191 "source": "https://github.com/laminas/laminas-escaper"
1192 },
1193 "time": "2019-12-31T16:43:30+00:00"
1194 },
1195 {
1196 "name": "laminas/laminas-zendframework-bridge",
1197 "version": "1.1.1",
1198 "source": {
1199 "type": "git",
1200 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
1201 "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
1202 },
1203 "dist": {
1204 "type": "zip",
1205 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
1206 "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
1207 "shasum": ""
1208 },
1209 "require": {
1210 "php": "^5.6 || ^7.0 || ^8.0"
1211 },
1212 "require-dev": {
1213 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
1214 "squizlabs/php_codesniffer": "^3.5"
1215 },
1216 "type": "library",
1217 "extra": {
1218 "laminas": {
1219 "module": "Laminas\\ZendFrameworkBridge"
1220 }
1221 },
1222 "autoload": {
1223 "files": [
1224 "src/autoload.php"
1225 ],
1226 "psr-4": {
1227 "Laminas\\ZendFrameworkBridge\\": "src//"
1228 }
1229 },
1230 "notification-url": "https://packagist.org/downloads/",
1231 "license": [
1232 "BSD-3-Clause"
1233 ],
1234 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
1235 "keywords": [
1236 "ZendFramework",
1237 "autoloading",
1238 "laminas",
1239 "zf"
1240 ],
1241 "support": {
1242 "forum": "https://discourse.laminas.dev/",
1243 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
1244 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
1245 "source": "https://github.com/laminas/laminas-zendframework-bridge"
1246 },
1247 "funding": [
1248 {
1249 "url": "https://funding.communitybridge.org/projects/laminas-project",
1250 "type": "community_bridge"
1251 }
1252 ],
1253 "time": "2020-09-14T14:23:00+00:00"
1254 },
b6349baa 1255 {
1256 "name": "league/csv",
5b9bd296 1257 "version": "9.6.2",
b6349baa 1258 "source": {
1259 "type": "git",
1260 "url": "https://github.com/thephpleague/csv.git",
5b9bd296 1261 "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e"
b6349baa 1262 },
1263 "dist": {
1264 "type": "zip",
5b9bd296
EM
1265 "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e",
1266 "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e",
b6349baa 1267 "shasum": ""
1268 },
1269 "require": {
5b9bd296 1270 "ext-json": "*",
b6349baa 1271 "ext-mbstring": "*",
5b9bd296 1272 "php": ">=7.2.5"
b6349baa 1273 },
1274 "require-dev": {
1275 "ext-curl": "*",
5b9bd296
EM
1276 "ext-dom": "*",
1277 "friendsofphp/php-cs-fixer": "^2.16",
1278 "phpstan/phpstan": "^0.12.0",
1279 "phpstan/phpstan-phpunit": "^0.12.0",
1280 "phpstan/phpstan-strict-rules": "^0.12.0",
1281 "phpunit/phpunit": "^8.5"
b6349baa 1282 },
1283 "suggest": {
5b9bd296 1284 "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
b6349baa 1285 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
1286 },
1287 "type": "library",
1288 "extra": {
1289 "branch-alias": {
1290 "dev-master": "9.x-dev"
1291 }
1292 },
1293 "autoload": {
b6349baa 1294 "files": [
1295 "src/functions_include.php"
1d48b8dd
TO
1296 ],
1297 "psr-4": {
1298 "League\\Csv\\": "src"
1299 }
b6349baa 1300 },
1301 "notification-url": "https://packagist.org/downloads/",
1302 "license": [
1303 "MIT"
1304 ],
1305 "authors": [
1306 {
1307 "name": "Ignace Nyamagana Butera",
1308 "email": "nyamsprod@gmail.com",
1309 "homepage": "https://github.com/nyamsprod/",
1310 "role": "Developer"
1311 }
1312 ],
5b9bd296 1313 "description": "CSV data manipulation made easy in PHP",
b6349baa 1314 "homepage": "http://csv.thephpleague.com",
1315 "keywords": [
5b9bd296 1316 "convert",
b6349baa 1317 "csv",
1318 "export",
1319 "filter",
1320 "import",
1321 "read",
5b9bd296 1322 "transform",
b6349baa 1323 "write"
1324 ],
1d48b8dd
TO
1325 "support": {
1326 "docs": "https://csv.thephpleague.com",
1d48b8dd
TO
1327 "issues": "https://github.com/thephpleague/csv/issues",
1328 "rss": "https://github.com/thephpleague/csv/releases.atom",
1329 "source": "https://github.com/thephpleague/csv"
1330 },
5b9bd296
EM
1331 "funding": [
1332 {
1333 "url": "https://github.com/sponsors/nyamsprod",
1334 "type": "github"
1335 }
1336 ],
1337 "time": "2020-12-10T19:40:30+00:00"
b6349baa 1338 },
0d641ada
TO
1339 {
1340 "name": "league/oauth2-client",
9e54c0da 1341 "version": "2.6.1",
0d641ada
TO
1342 "source": {
1343 "type": "git",
1344 "url": "https://github.com/thephpleague/oauth2-client.git",
9e54c0da 1345 "reference": "2334c249907190c132364f5dae0287ab8666aa19"
0d641ada
TO
1346 },
1347 "dist": {
1348 "type": "zip",
9e54c0da
SL
1349 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19",
1350 "reference": "2334c249907190c132364f5dae0287ab8666aa19",
0d641ada
TO
1351 "shasum": ""
1352 },
1353 "require": {
1354 "guzzlehttp/guzzle": "^6.0 || ^7.0",
1355 "paragonie/random_compat": "^1 || ^2 || ^9.99",
1356 "php": "^5.6 || ^7.0 || ^8.0"
1357 },
1358 "require-dev": {
9e54c0da
SL
1359 "mockery/mockery": "^1.3.5",
1360 "php-parallel-lint/php-parallel-lint": "^1.3.1",
1361 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
0d641ada
TO
1362 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
1363 },
1364 "type": "library",
1365 "extra": {
1366 "branch-alias": {
1367 "dev-2.x": "2.0.x-dev"
1368 }
1369 },
1370 "autoload": {
1371 "psr-4": {
1372 "League\\OAuth2\\Client\\": "src/"
1373 }
1374 },
1375 "notification-url": "https://packagist.org/downloads/",
1376 "license": [
1377 "MIT"
1378 ],
1379 "authors": [
1380 {
1381 "name": "Alex Bilbie",
1382 "email": "hello@alexbilbie.com",
1383 "homepage": "http://www.alexbilbie.com",
1384 "role": "Developer"
1385 },
1386 {
1387 "name": "Woody Gilk",
1388 "homepage": "https://github.com/shadowhand",
1389 "role": "Contributor"
1390 }
1391 ],
1392 "description": "OAuth 2.0 Client Library",
1393 "keywords": [
1394 "Authentication",
1395 "SSO",
1396 "authorization",
1397 "identity",
1398 "idp",
1399 "oauth",
1400 "oauth2",
1401 "single sign on"
1402 ],
1d48b8dd
TO
1403 "support": {
1404 "issues": "https://github.com/thephpleague/oauth2-client/issues",
9e54c0da 1405 "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1"
1d48b8dd 1406 },
9e54c0da 1407 "time": "2021-12-22T16:42:49+00:00"
0d641ada
TO
1408 },
1409 {
1410 "name": "league/oauth2-google",
1411 "version": "3.0.3",
1412 "source": {
1413 "type": "git",
1414 "url": "https://github.com/thephpleague/oauth2-google.git",
1415 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943"
1416 },
1417 "dist": {
1418 "type": "zip",
1419 "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/18d1889897a8b18d85ecadacf74c9274d678d943",
1420 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943",
1421 "shasum": ""
1422 },
1423 "require": {
1424 "league/oauth2-client": "^2.0"
1425 },
1426 "require-dev": {
1427 "eloquent/phony-phpunit": "^2.0",
1428 "php-coveralls/php-coveralls": "^2.1",
1429 "phpunit/phpunit": "^6.0",
1430 "squizlabs/php_codesniffer": "^2.0"
1431 },
1432 "type": "library",
1433 "autoload": {
1434 "psr-4": {
1435 "League\\OAuth2\\Client\\": "src/"
1436 }
1437 },
1438 "notification-url": "https://packagist.org/downloads/",
1439 "license": [
1440 "MIT"
1441 ],
1442 "authors": [
1443 {
1444 "name": "Woody Gilk",
1445 "email": "woody.gilk@gmail.com",
1446 "homepage": "http://shadowhand.me"
1447 }
1448 ],
1449 "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
1450 "keywords": [
1451 "Authentication",
1452 "authorization",
1453 "client",
1454 "google",
1455 "oauth",
1456 "oauth2"
1457 ],
1d48b8dd
TO
1458 "support": {
1459 "issues": "https://github.com/thephpleague/oauth2-google/issues",
1460 "source": "https://github.com/thephpleague/oauth2-google/tree/3.0.3"
1461 },
0d641ada
TO
1462 "time": "2020-07-24T15:16:12+00:00"
1463 },
44b5fddd
CW
1464 {
1465 "name": "maennchen/zipstream-php",
1466 "version": "2.1.0",
1467 "source": {
1468 "type": "git",
1469 "url": "https://github.com/maennchen/ZipStream-PHP.git",
1470 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
1471 },
1472 "dist": {
1473 "type": "zip",
1474 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
1475 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
1476 "shasum": ""
1477 },
1478 "require": {
1479 "myclabs/php-enum": "^1.5",
1480 "php": ">= 7.1",
1481 "psr/http-message": "^1.0",
1482 "symfony/polyfill-mbstring": "^1.0"
1483 },
1484 "require-dev": {
1485 "ext-zip": "*",
1486 "guzzlehttp/guzzle": ">= 6.3",
1487 "mikey179/vfsstream": "^1.6",
1488 "phpunit/phpunit": ">= 7.5"
1489 },
1490 "type": "library",
1491 "autoload": {
1492 "psr-4": {
1493 "ZipStream\\": "src/"
1494 }
1495 },
1496 "notification-url": "https://packagist.org/downloads/",
1497 "license": [
1498 "MIT"
1499 ],
1500 "authors": [
1501 {
1502 "name": "Paul Duncan",
1503 "email": "pabs@pablotron.org"
1504 },
1505 {
1506 "name": "Jonatan Männchen",
1507 "email": "jonatan@maennchen.ch"
1508 },
1509 {
1510 "name": "Jesse Donat",
1511 "email": "donatj@gmail.com"
1512 },
1513 {
1514 "name": "András Kolesár",
1515 "email": "kolesar@kolesar.hu"
1516 }
1517 ],
1518 "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
1519 "keywords": [
1520 "stream",
1521 "zip"
1522 ],
1523 "support": {
1524 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
1525 "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
1526 },
1527 "funding": [
1528 {
1529 "url": "https://opencollective.com/zipstream",
1530 "type": "open_collective"
1531 }
1532 ],
1533 "time": "2020-05-30T13:11:16+00:00"
1534 },
fd6605f0
JK
1535 {
1536 "name": "marcj/topsort",
77c89e7a 1537 "version": "1.1.0",
fd6605f0
JK
1538 "source": {
1539 "type": "git",
77c89e7a
TO
1540 "url": "https://github.com/marcj/topsort.php.git",
1541 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
1542 },
1543 "dist": {
1544 "type": "zip",
1545 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1546 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1547 "shasum": ""
fd6605f0
JK
1548 },
1549 "require": {
77c89e7a 1550 "php": ">=5.4"
fd6605f0
JK
1551 },
1552 "require-dev": {
1553 "codeclimate/php-test-reporter": "dev-master",
1554 "phpunit/phpunit": "~4.0",
1555 "symfony/console": "~2.5"
1556 },
1557 "type": "library",
1558 "autoload": {
1559 "psr-4": {
1560 "MJS\\TopSort\\": "src/",
1561 "MJS\\TopSort\\Tests\\": "tests/Tests/"
1562 }
1563 },
77c89e7a 1564 "notification-url": "https://packagist.org/downloads/",
fd6605f0
JK
1565 "license": [
1566 "MIT"
1567 ],
1568 "authors": [
1569 {
1570 "name": "Marc J. Schmidt",
1571 "email": "marc@marcjschmidt.de"
1572 }
1573 ],
1574 "description": "High-Performance TopSort/Dependency resolving algorithm",
1575 "keywords": [
1576 "dependency resolving",
1577 "topological sort",
1578 "topsort"
1579 ],
1d48b8dd
TO
1580 "support": {
1581 "issues": "https://github.com/marcj/topsort.php/issues",
1582 "source": "https://github.com/marcj/topsort.php/tree/1.1.0"
1583 },
77c89e7a 1584 "time": "2016-11-19T14:58:11+00:00"
fd6605f0 1585 },
44b5fddd
CW
1586 {
1587 "name": "markbaker/complex",
1588 "version": "2.0.3",
1589 "source": {
1590 "type": "git",
1591 "url": "https://github.com/MarkBaker/PHPComplex.git",
1592 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946"
1593 },
1594 "dist": {
1595 "type": "zip",
1596 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1597 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1598 "shasum": ""
1599 },
1600 "require": {
1601 "php": "^7.2 || ^8.0"
1602 },
1603 "require-dev": {
1604 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1605 "phpcompatibility/php-compatibility": "^9.0",
1606 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1607 "squizlabs/php_codesniffer": "^3.4"
1608 },
1609 "type": "library",
1610 "autoload": {
44b5fddd
CW
1611 "files": [
1612 "classes/src/functions/abs.php",
1613 "classes/src/functions/acos.php",
1614 "classes/src/functions/acosh.php",
1615 "classes/src/functions/acot.php",
1616 "classes/src/functions/acoth.php",
1617 "classes/src/functions/acsc.php",
1618 "classes/src/functions/acsch.php",
1619 "classes/src/functions/argument.php",
1620 "classes/src/functions/asec.php",
1621 "classes/src/functions/asech.php",
1622 "classes/src/functions/asin.php",
1623 "classes/src/functions/asinh.php",
1624 "classes/src/functions/atan.php",
1625 "classes/src/functions/atanh.php",
1626 "classes/src/functions/conjugate.php",
1627 "classes/src/functions/cos.php",
1628 "classes/src/functions/cosh.php",
1629 "classes/src/functions/cot.php",
1630 "classes/src/functions/coth.php",
1631 "classes/src/functions/csc.php",
1632 "classes/src/functions/csch.php",
1633 "classes/src/functions/exp.php",
1634 "classes/src/functions/inverse.php",
1635 "classes/src/functions/ln.php",
1636 "classes/src/functions/log2.php",
1637 "classes/src/functions/log10.php",
1638 "classes/src/functions/negative.php",
1639 "classes/src/functions/pow.php",
1640 "classes/src/functions/rho.php",
1641 "classes/src/functions/sec.php",
1642 "classes/src/functions/sech.php",
1643 "classes/src/functions/sin.php",
1644 "classes/src/functions/sinh.php",
1645 "classes/src/functions/sqrt.php",
1646 "classes/src/functions/tan.php",
1647 "classes/src/functions/tanh.php",
1648 "classes/src/functions/theta.php",
1649 "classes/src/operations/add.php",
1650 "classes/src/operations/subtract.php",
1651 "classes/src/operations/multiply.php",
1652 "classes/src/operations/divideby.php",
1653 "classes/src/operations/divideinto.php"
1d48b8dd
TO
1654 ],
1655 "psr-4": {
1656 "Complex\\": "classes/src/"
1657 }
44b5fddd
CW
1658 },
1659 "notification-url": "https://packagist.org/downloads/",
1660 "license": [
1661 "MIT"
1662 ],
1663 "authors": [
1664 {
1665 "name": "Mark Baker",
1666 "email": "mark@lange.demon.co.uk"
1667 }
1668 ],
1669 "description": "PHP Class for working with complex numbers",
1670 "homepage": "https://github.com/MarkBaker/PHPComplex",
1671 "keywords": [
1672 "complex",
1673 "mathematics"
1674 ],
1675 "support": {
1676 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
1677 "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3"
1678 },
1679 "time": "2021-06-02T09:44:11+00:00"
1680 },
1681 {
1682 "name": "markbaker/matrix",
1683 "version": "2.1.3",
1684 "source": {
1685 "type": "git",
1686 "url": "https://github.com/MarkBaker/PHPMatrix.git",
1687 "reference": "174395a901b5ba0925f1d790fa91bab531074b61"
1688 },
1689 "dist": {
1690 "type": "zip",
1691 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61",
1692 "reference": "174395a901b5ba0925f1d790fa91bab531074b61",
1693 "shasum": ""
1694 },
1695 "require": {
1696 "php": "^7.1 || ^8.0"
1697 },
1698 "require-dev": {
1699 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1700 "phpcompatibility/php-compatibility": "^9.0",
1701 "phpdocumentor/phpdocumentor": "2.*",
1702 "phploc/phploc": "^4.0",
1703 "phpmd/phpmd": "2.*",
1704 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1705 "sebastian/phpcpd": "^4.0",
1706 "squizlabs/php_codesniffer": "^3.4"
1707 },
1708 "type": "library",
1709 "autoload": {
44b5fddd
CW
1710 "files": [
1711 "classes/src/Functions/adjoint.php",
1712 "classes/src/Functions/antidiagonal.php",
1713 "classes/src/Functions/cofactors.php",
1714 "classes/src/Functions/determinant.php",
1715 "classes/src/Functions/diagonal.php",
1716 "classes/src/Functions/identity.php",
1717 "classes/src/Functions/inverse.php",
1718 "classes/src/Functions/minors.php",
1719 "classes/src/Functions/trace.php",
1720 "classes/src/Functions/transpose.php",
1721 "classes/src/Operations/add.php",
1722 "classes/src/Operations/directsum.php",
1723 "classes/src/Operations/subtract.php",
1724 "classes/src/Operations/multiply.php",
1725 "classes/src/Operations/divideby.php",
1726 "classes/src/Operations/divideinto.php"
1d48b8dd
TO
1727 ],
1728 "psr-4": {
1729 "Matrix\\": "classes/src/"
1730 }
44b5fddd
CW
1731 },
1732 "notification-url": "https://packagist.org/downloads/",
1733 "license": [
1734 "MIT"
1735 ],
1736 "authors": [
1737 {
1738 "name": "Mark Baker",
1739 "email": "mark@demon-angel.eu"
1740 }
1741 ],
1742 "description": "PHP Class for working with matrices",
1743 "homepage": "https://github.com/MarkBaker/PHPMatrix",
1744 "keywords": [
1745 "mathematics",
1746 "matrix",
1747 "vector"
1748 ],
1749 "support": {
1750 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
1751 "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3"
1752 },
1753 "time": "2021-05-25T15:42:17+00:00"
1754 },
28306fbb
SL
1755 {
1756 "name": "masterminds/html5",
1757 "version": "2.7.5",
1758 "source": {
1759 "type": "git",
1760 "url": "https://github.com/Masterminds/html5-php.git",
1761 "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab"
1762 },
1763 "dist": {
1764 "type": "zip",
1765 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab",
1766 "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab",
1767 "shasum": ""
1768 },
1769 "require": {
1770 "ext-ctype": "*",
1771 "ext-dom": "*",
1772 "ext-libxml": "*",
1773 "php": ">=5.3.0"
1774 },
1775 "require-dev": {
1776 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
1777 },
1778 "type": "library",
1779 "extra": {
1780 "branch-alias": {
1781 "dev-master": "2.7-dev"
1782 }
1783 },
1784 "autoload": {
1785 "psr-4": {
1786 "Masterminds\\": "src"
1787 }
1788 },
1789 "notification-url": "https://packagist.org/downloads/",
1790 "license": [
1791 "MIT"
1792 ],
1793 "authors": [
1794 {
1795 "name": "Matt Butcher",
1796 "email": "technosophos@gmail.com"
1797 },
1798 {
1799 "name": "Matt Farina",
1800 "email": "matt@mattfarina.com"
1801 },
1802 {
1803 "name": "Asmir Mustafic",
1804 "email": "goetas@gmail.com"
1805 }
1806 ],
1807 "description": "An HTML5 parser and serializer.",
1808 "homepage": "http://masterminds.github.io/html5-php",
1809 "keywords": [
1810 "HTML5",
1811 "dom",
1812 "html",
1813 "parser",
1814 "querypath",
1815 "serializer",
1816 "xml"
1817 ],
1818 "support": {
1819 "issues": "https://github.com/Masterminds/html5-php/issues",
1820 "source": "https://github.com/Masterminds/html5-php/tree/2.7.5"
1821 },
1822 "time": "2021-07-01T14:25:37+00:00"
1823 },
44b5fddd
CW
1824 {
1825 "name": "myclabs/php-enum",
1826 "version": "1.7.7",
1827 "source": {
1828 "type": "git",
1829 "url": "https://github.com/myclabs/php-enum.git",
1830 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
1831 },
1832 "dist": {
1833 "type": "zip",
1834 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
1835 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
1836 "shasum": ""
1837 },
1838 "require": {
1839 "ext-json": "*",
1840 "php": ">=7.1"
1841 },
1842 "require-dev": {
1843 "phpunit/phpunit": "^7",
1844 "squizlabs/php_codesniffer": "1.*",
1845 "vimeo/psalm": "^3.8"
1846 },
1847 "type": "library",
1848 "autoload": {
1849 "psr-4": {
1850 "MyCLabs\\Enum\\": "src/"
1851 }
1852 },
1853 "notification-url": "https://packagist.org/downloads/",
1854 "license": [
1855 "MIT"
1856 ],
1857 "authors": [
1858 {
1859 "name": "PHP Enum contributors",
1860 "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
1861 }
1862 ],
1863 "description": "PHP Enum implementation",
1864 "homepage": "http://github.com/myclabs/php-enum",
1865 "keywords": [
1866 "enum"
1867 ],
1868 "support": {
1869 "issues": "https://github.com/myclabs/php-enum/issues",
1870 "source": "https://github.com/myclabs/php-enum/tree/1.7.7"
1871 },
1872 "funding": [
1873 {
1874 "url": "https://github.com/mnapoli",
1875 "type": "github"
1876 },
1877 {
1878 "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
1879 "type": "tidelift"
1880 }
1881 ],
1882 "time": "2020-11-14T18:14:52+00:00"
1883 },
4034556f
TO
1884 {
1885 "name": "padaliyajay/php-autoprefixer",
4fed6a99 1886 "version": "1.3",
4034556f
TO
1887 "source": {
1888 "type": "git",
1889 "url": "https://github.com/padaliyajay/php-autoprefixer.git",
4fed6a99 1890 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430"
4034556f
TO
1891 },
1892 "dist": {
1893 "type": "zip",
4fed6a99
TO
1894 "url": "https://api.github.com/repos/padaliyajay/php-autoprefixer/zipball/f05f374f0c1e463db62209613f52b38bf4b52430",
1895 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430",
4034556f
TO
1896 "shasum": ""
1897 },
1898 "require": {
1899 "sabberworm/php-css-parser": "*"
1900 },
1901 "type": "library",
1902 "autoload": {
1903 "psr-4": {
1904 "Padaliyajay\\PHPAutoprefixer\\": "src"
1905 }
1906 },
1907 "notification-url": "https://packagist.org/downloads/",
1908 "license": [
1909 "MIT"
1910 ],
1911 "authors": [
1912 {
1913 "name": "Jay padaliya"
1914 }
1915 ],
1916 "description": "CSS Autoprefixer written in pure PHP.",
1d48b8dd
TO
1917 "support": {
1918 "issues": "https://github.com/padaliyajay/php-autoprefixer/issues",
1919 "source": "https://github.com/padaliyajay/php-autoprefixer/tree/1.3"
1920 },
4fed6a99 1921 "time": "2019-11-26T09:55:37+00:00"
4034556f 1922 },
0d641ada
TO
1923 {
1924 "name": "paragonie/random_compat",
1925 "version": "v9.99.100",
1926 "source": {
1927 "type": "git",
1928 "url": "https://github.com/paragonie/random_compat.git",
1929 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1930 },
1931 "dist": {
1932 "type": "zip",
1933 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1934 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1935 "shasum": ""
1936 },
1937 "require": {
1938 "php": ">= 7"
1939 },
1940 "require-dev": {
1941 "phpunit/phpunit": "4.*|5.*",
1942 "vimeo/psalm": "^1"
1943 },
1944 "suggest": {
1945 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1946 },
1947 "type": "library",
1948 "notification-url": "https://packagist.org/downloads/",
1949 "license": [
1950 "MIT"
1951 ],
1952 "authors": [
1953 {
1954 "name": "Paragon Initiative Enterprises",
1955 "email": "security@paragonie.com",
1956 "homepage": "https://paragonie.com"
1957 }
1958 ],
1959 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1960 "keywords": [
1961 "csprng",
1962 "polyfill",
1963 "pseudorandom",
1964 "random"
1965 ],
1d48b8dd
TO
1966 "support": {
1967 "email": "info@paragonie.com",
1968 "issues": "https://github.com/paragonie/random_compat/issues",
1969 "source": "https://github.com/paragonie/random_compat"
1970 },
0d641ada
TO
1971 "time": "2020-10-15T08:29:30+00:00"
1972 },
41f34647
SL
1973 {
1974 "name": "pear/auth_sasl",
1975 "version": "v1.1.0",
1976 "source": {
1977 "type": "git",
1978 "url": "https://github.com/pear/Auth_SASL.git",
1979 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
1980 },
1981 "dist": {
1982 "type": "zip",
1983 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1984 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1985 "shasum": ""
1986 },
1987 "require": {
1988 "pear/pear_exception": "@stable"
1989 },
1990 "require-dev": {
1991 "phpunit/phpunit": "@stable"
1992 },
1993 "type": "library",
1994 "autoload": {
1995 "psr-0": {
1996 "Auth": "./"
1997 }
1998 },
1999 "notification-url": "https://packagist.org/downloads/",
2000 "include-path": [
2001 "./"
2002 ],
2003 "license": [
2004 "BSD"
2005 ],
2006 "authors": [
2007 {
2008 "name": "Anish Mistry",
2009 "email": "amistry@am-productions.biz",
2010 "role": "Lead"
2011 },
2012 {
2013 "name": "Richard Heyes",
2014 "email": "richard@php.net",
2015 "role": "Lead"
2016 },
2017 {
2018 "name": "Michael Bretterklieber",
2019 "email": "michael@bretterklieber.com",
2020 "role": "Lead"
2021 }
2022 ],
2023 "description": "Abstraction of various SASL mechanism responses",
1d48b8dd
TO
2024 "support": {
2025 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Auth_SASL",
2026 "source": "https://github.com/pear/Auth_SASL"
2027 },
41f34647
SL
2028 "time": "2017-03-07T14:37:05+00:00"
2029 },
2215f6dc 2030 {
2031 "name": "pear/console_getopt",
73bc1fff 2032 "version": "v1.4.3",
2215f6dc 2033 "source": {
2034 "type": "git",
2035 "url": "https://github.com/pear/Console_Getopt.git",
73bc1fff 2036 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
2215f6dc 2037 },
2038 "dist": {
2039 "type": "zip",
73bc1fff
JG
2040 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
2041 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
2215f6dc 2042 "shasum": ""
2043 },
2044 "type": "library",
2045 "autoload": {
2046 "psr-0": {
2047 "Console": "./"
2048 }
2049 },
2050 "notification-url": "https://packagist.org/downloads/",
2051 "include-path": [
2052 "./"
2053 ],
2054 "license": [
2055 "BSD-2-Clause"
2056 ],
2057 "authors": [
2215f6dc 2058 {
2059 "name": "Andrei Zmievski",
2060 "email": "andrei@php.net",
2061 "role": "Lead"
2062 },
2063 {
2064 "name": "Stig Bakken",
2065 "email": "stig@php.net",
2066 "role": "Developer"
73bc1fff
JG
2067 },
2068 {
2069 "name": "Greg Beaver",
2070 "email": "cellog@php.net",
2071 "role": "Helper"
2215f6dc 2072 }
2073 ],
2074 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
1d48b8dd
TO
2075 "support": {
2076 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
2077 "source": "https://github.com/pear/Console_Getopt"
2078 },
73bc1fff 2079 "time": "2019-11-20T18:27:48+00:00"
2215f6dc 2080 },
b687e8d7
SL
2081 {
2082 "name": "pear/db",
51142dfe 2083 "version": "v1.11.0",
b687e8d7
SL
2084 "source": {
2085 "type": "git",
2086 "url": "https://github.com/pear/DB.git",
51142dfe 2087 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21"
b687e8d7
SL
2088 },
2089 "dist": {
2090 "type": "zip",
51142dfe
SL
2091 "url": "https://api.github.com/repos/pear/DB/zipball/7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
2092 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
b687e8d7
SL
2093 "shasum": ""
2094 },
2095 "require": {
2096 "pear/pear-core-minimal": "*"
2097 },
2098 "type": "library",
b687e8d7
SL
2099 "autoload": {
2100 "psr-0": {
2101 "DB": "./"
2102 }
2103 },
2104 "notification-url": "https://packagist.org/downloads/",
2105 "include-path": [
2106 "./"
2107 ],
2108 "license": [
51142dfe 2109 "PHP-3.01"
b687e8d7
SL
2110 ],
2111 "authors": [
2112 {
2113 "name": "Daniel Convissor",
2114 "email": "danielc@php.net",
2115 "role": "Lead"
2116 },
2117 {
2118 "name": "Adam Harvey",
2119 "email": "aharvey@php.net",
2120 "role": "Lead"
2121 },
2122 {
2123 "name": "Stig Bakken",
2124 "email": "stig@php.net",
2125 "role": "Developer"
2126 },
2127 {
2128 "name": "Tomas V.V.Cox",
2129 "email": "cox@idecnet.com",
2130 "role": "Developer"
2131 }
2132 ],
2133 "description": "More info available on: http://pear.php.net/package/DB",
51142dfe
SL
2134 "support": {
2135 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=DB",
2136 "source": "https://github.com/pear/DB"
2137 },
2138 "time": "2021-08-11T00:24:34+00:00"
b687e8d7 2139 },
2f0db034
SL
2140 {
2141 "name": "pear/log",
7d792d0f 2142 "version": "1.13.3",
2f0db034
SL
2143 "source": {
2144 "type": "git",
2145 "url": "https://github.com/pear/Log.git",
7d792d0f 2146 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3"
2f0db034
SL
2147 },
2148 "dist": {
2149 "type": "zip",
7d792d0f
SL
2150 "url": "https://api.github.com/repos/pear/Log/zipball/21af0be11669194d72d88b5ee9d5f176dc75d9a3",
2151 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3",
2f0db034
SL
2152 "shasum": ""
2153 },
2154 "require": {
7d792d0f 2155 "pear/pear_exception": "1.0.1 || 1.0.2",
2f0db034
SL
2156 "php": ">5.2"
2157 },
2158 "require-dev": {
2159 "phpunit/phpunit": "*"
2160 },
2161 "suggest": {
2162 "pear/db": "Install optionally via your project's composer.json"
2163 },
2164 "type": "library",
2165 "autoload": {
2166 "psr-0": {
2167 "Log": "./"
7d792d0f
SL
2168 },
2169 "exclude-from-classmap": [
2170 "/examples/"
2171 ]
2f0db034
SL
2172 },
2173 "notification-url": "https://packagist.org/downloads/",
2174 "include-path": [
2175 ""
2176 ],
2177 "license": [
2178 "MIT"
2179 ],
2180 "authors": [
2181 {
2182 "name": "Jon Parise",
2183 "email": "jon@php.net",
2184 "homepage": "http://www.indelible.org",
2185 "role": "Developer"
2186 }
2187 ],
2188 "description": "PEAR Logging Framework",
2189 "homepage": "http://pear.github.io/Log/",
2190 "keywords": [
2191 "log",
2192 "logging"
2193 ],
7d792d0f
SL
2194 "support": {
2195 "issues": "https://github.com/pear/Log/issues",
2196 "source": "https://github.com/pear/Log"
2197 },
2198 "time": "2021-05-04T23:51:30+00:00"
2f0db034 2199 },
2215f6dc 2200 {
2201 "name": "pear/mail",
2202 "version": "v1.4.1",
2203 "source": {
2204 "type": "git",
2205 "url": "https://github.com/pear/Mail.git",
2206 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
2207 },
2208 "dist": {
2209 "type": "zip",
2210 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
2211 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
2212 "shasum": ""
2213 },
2214 "require": {
2215 "pear/pear-core-minimal": "~1.9",
2216 "php": ">=5.2.1"
2217 },
2218 "require-dev": {
2219 "pear/pear": "*"
2220 },
2221 "suggest": {
2222 "pear/net_smtp": "Install optionally via your project's composer.json"
2223 },
2224 "type": "library",
2225 "autoload": {
2226 "psr-0": {
2227 "Mail": "./"
2228 }
2229 },
2230 "notification-url": "https://packagist.org/downloads/",
2231 "include-path": [
2232 "./"
2233 ],
2234 "license": [
2235 "BSD-2-Clause"
2236 ],
2237 "authors": [
2238 {
2239 "name": "Chuck Hagenbuch",
2240 "email": "chuck@horde.org",
2241 "role": "Lead"
2242 },
2243 {
2244 "name": "Richard Heyes",
2245 "email": "richard@phpguru.org",
2246 "role": "Developer"
2247 },
2248 {
2249 "name": "Aleksander Machniak",
2250 "email": "alec@alec.pl",
2251 "role": "Developer"
2252 }
2253 ],
2254 "description": "Class that provides multiple interfaces for sending emails.",
2255 "homepage": "http://pear.php.net/package/Mail",
1d48b8dd
TO
2256 "support": {
2257 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail",
2258 "source": "https://github.com/pear/Mail"
2259 },
7d792d0f 2260 "time": "2017-04-11T17:27:29+00:00"
2215f6dc 2261 },
968f6190
SL
2262 {
2263 "name": "pear/mail_mime",
1d607e0e 2264 "version": "1.10.11",
968f6190
SL
2265 "source": {
2266 "type": "git",
2267 "url": "https://github.com/pear/Mail_Mime.git",
1d607e0e 2268 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14"
968f6190
SL
2269 },
2270 "dist": {
2271 "type": "zip",
1d607e0e
SL
2272 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/d4fb9ce61201593d0f8c6db629c45e29c3409c14",
2273 "reference": "d4fb9ce61201593d0f8c6db629c45e29c3409c14",
968f6190
SL
2274 "shasum": ""
2275 },
2276 "require": {
1d607e0e
SL
2277 "pear/pear-core-minimal": "*",
2278 "php": ">=5.2.0"
968f6190
SL
2279 },
2280 "type": "library",
968f6190
SL
2281 "autoload": {
2282 "psr-0": {
2283 "Mail": "./"
2284 }
2285 },
2286 "notification-url": "https://packagist.org/downloads/",
2287 "include-path": [
2288 "./"
2289 ],
2290 "license": [
1d607e0e 2291 "BSD-3-Clause"
968f6190
SL
2292 ],
2293 "authors": [
2294 {
2295 "name": "Cipriano Groenendal",
2296 "email": "cipri@php.net",
2297 "role": "Lead"
2298 },
2299 {
2300 "name": "Aleksander Machniak",
2301 "email": "alec@php.net",
2302 "role": "Lead"
2303 }
2304 ],
2305 "description": "Mail_Mime provides classes to create MIME messages",
2306 "homepage": "http://pear.php.net/package/Mail_Mime",
1d48b8dd
TO
2307 "support": {
2308 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
2309 "source": "https://github.com/pear/Mail_Mime"
2310 },
1d607e0e 2311 "time": "2021-09-05T08:42:45+00:00"
968f6190 2312 },
0ccbacae
SL
2313 {
2314 "name": "pear/net_smtp",
73bc1fff 2315 "version": "1.10.0",
0ccbacae
SL
2316 "source": {
2317 "type": "git",
2318 "url": "https://github.com/pear/Net_SMTP.git",
73bc1fff 2319 "reference": "51e5997b711fbd1e5a9a075634d4d682168537fa"
0ccbacae
SL
2320 },
2321 "dist": {
2322 "type": "zip",
73bc1fff
JG
2323 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/51e5997b711fbd1e5a9a075634d4d682168537fa",
2324 "reference": "51e5997b711fbd1e5a9a075634d4d682168537fa",
0ccbacae
SL
2325 "shasum": ""
2326 },
2327 "require": {
a6a0ff13
SL
2328 "pear/net_socket": "@stable",
2329 "pear/pear-core-minimal": "@stable",
2330 "php": ">=5.4.0"
0ccbacae
SL
2331 },
2332 "require-dev": {
2333 "phpunit/phpunit": "*"
2334 },
2335 "suggest": {
2336 "pear/auth_sasl": "Install optionally via your project's composer.json"
2337 },
2338 "type": "library",
2339 "autoload": {
2340 "psr-0": {
2341 "Net": "./"
2342 }
2343 },
2344 "notification-url": "https://packagist.org/downloads/",
2345 "include-path": [
2346 "./"
2347 ],
2348 "license": [
a6a0ff13 2349 "BSD-2-Clause"
0ccbacae
SL
2350 ],
2351 "authors": [
2352 {
2353 "name": "Jon Parise",
2354 "email": "jon@php.net",
a6a0ff13 2355 "homepage": "https://www.indelible.org",
0ccbacae
SL
2356 "role": "Lead"
2357 },
2358 {
2359 "name": "Chuck Hagenbuch",
2360 "email": "chuck@horde.org",
2361 "role": "Lead"
2362 }
2363 ],
2364 "description": "An implementation of the SMTP protocol",
a6a0ff13 2365 "homepage": "https://pear.github.io/Net_SMTP/",
0ccbacae
SL
2366 "keywords": [
2367 "email",
2368 "mail",
2369 "smtp"
2370 ],
1d48b8dd
TO
2371 "support": {
2372 "issues": "https://github.com/pear/Net_SMTP/issues",
2373 "source": "https://github.com/pear/Net_SMTP"
2374 },
73bc1fff 2375 "time": "2021-03-19T18:39:42+00:00"
0ccbacae
SL
2376 },
2377 {
2378 "name": "pear/net_socket",
2379 "version": "1.0.14",
2380 "source": {
2381 "type": "git",
2382 "url": "https://github.com/pear/Net_Socket.git",
2383 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
2384 },
2385 "dist": {
2386 "type": "zip",
2387 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
2388 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
2389 "shasum": ""
2390 },
2391 "require": {
2392 "pear/pear_exception": "*"
2393 },
2394 "require-dev": {
2395 "phpunit/phpunit": "*"
2396 },
2397 "type": "library",
2398 "autoload": {
2399 "psr-0": {
2400 "Net": "./"
2401 }
2402 },
2403 "notification-url": "https://packagist.org/downloads/",
2404 "include-path": [
2405 "./"
2406 ],
2407 "license": [
2408 "PHP License"
2409 ],
2410 "authors": [
2411 {
2412 "name": "Chuck Hagenbuch",
2413 "email": "chuck@horde.org",
2414 "role": "Lead"
2415 },
2416 {
2417 "name": "Aleksander Machniak",
2418 "email": "alec@php.net",
2419 "role": "Lead"
2420 },
2421 {
2422 "name": "Stig Bakken",
2423 "email": "stig@php.net",
2424 "role": "Lead"
2425 }
2426 ],
2427 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1d48b8dd
TO
2428 "support": {
2429 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Socket",
2430 "source": "https://github.com/pear/Net_Socket"
2431 },
0ccbacae
SL
2432 "time": "2014-02-20T19:27:06+00:00"
2433 },
2215f6dc 2434 {
2435 "name": "pear/pear-core-minimal",
73bc1fff 2436 "version": "v1.10.11",
2215f6dc 2437 "source": {
2438 "type": "git",
2439 "url": "https://github.com/pear/pear-core-minimal.git",
73bc1fff 2440 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
2215f6dc 2441 },
2442 "dist": {
2443 "type": "zip",
73bc1fff
JG
2444 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
2445 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
2215f6dc 2446 "shasum": ""
2447 },
2448 "require": {
2449 "pear/console_getopt": "~1.4",
2450 "pear/pear_exception": "~1.0"
2451 },
2452 "replace": {
2453 "rsky/pear-core-min": "self.version"
2454 },
2455 "type": "library",
2456 "autoload": {
2457 "psr-0": {
2458 "": "src/"
2459 }
2460 },
2461 "notification-url": "https://packagist.org/downloads/",
2462 "include-path": [
2463 "src/"
2464 ],
2465 "license": [
2466 "BSD-3-Clause"
2467 ],
2468 "authors": [
2469 {
2470 "name": "Christian Weiske",
2471 "email": "cweiske@php.net",
2472 "role": "Lead"
2473 }
2474 ],
2475 "description": "Minimal set of PEAR core files to be used as composer dependency",
1d48b8dd
TO
2476 "support": {
2477 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
2478 "source": "https://github.com/pear/pear-core-minimal"
2479 },
73bc1fff 2480 "time": "2021-08-10T22:31:03+00:00"
2215f6dc 2481 },
2d0eaf7e
SL
2482 {
2483 "name": "pear/pear_exception",
73bc1fff 2484 "version": "v1.0.2",
2d0eaf7e
SL
2485 "source": {
2486 "type": "git",
2487 "url": "https://github.com/pear/PEAR_Exception.git",
73bc1fff 2488 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
2d0eaf7e
SL
2489 },
2490 "dist": {
2491 "type": "zip",
73bc1fff
JG
2492 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
2493 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
2d0eaf7e
SL
2494 "shasum": ""
2495 },
2496 "require": {
73bc1fff 2497 "php": ">=5.2.0"
2d0eaf7e
SL
2498 },
2499 "require-dev": {
73bc1fff 2500 "phpunit/phpunit": "<9"
2d0eaf7e
SL
2501 },
2502 "type": "class",
2503 "extra": {
2504 "branch-alias": {
2505 "dev-master": "1.0.x-dev"
2506 }
2507 },
2508 "autoload": {
6086c345
SL
2509 "classmap": [
2510 "PEAR/"
2511 ]
2d0eaf7e
SL
2512 },
2513 "notification-url": "https://packagist.org/downloads/",
2514 "include-path": [
2515 "."
2516 ],
2517 "license": [
2518 "BSD-2-Clause"
2519 ],
2520 "authors": [
2521 {
2522 "name": "Helgi Thormar",
2523 "email": "dufuz@php.net"
2524 },
2525 {
2526 "name": "Greg Beaver",
2527 "email": "cellog@php.net"
2528 }
2529 ],
2530 "description": "The PEAR Exception base class.",
2531 "homepage": "https://github.com/pear/PEAR_Exception",
2532 "keywords": [
2533 "exception"
2534 ],
1d48b8dd
TO
2535 "support": {
2536 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
2537 "source": "https://github.com/pear/PEAR_Exception"
2538 },
73bc1fff 2539 "time": "2021-03-21T15:43:46+00:00"
2d0eaf7e
SL
2540 },
2541 {
2542 "name": "pear/validate_finance_creditcard",
436e8384 2543 "version": "0.7.0",
2d0eaf7e
SL
2544 "source": {
2545 "type": "git",
2546 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
436e8384 2547 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9"
2d0eaf7e
SL
2548 },
2549 "dist": {
2550 "type": "zip",
436e8384
SL
2551 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/f138fb80b2305c1fe7ca33216b895b868396f1e9",
2552 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9",
2d0eaf7e
SL
2553 "shasum": ""
2554 },
2555 "require": {
2556 "pear/pear_exception": "*",
2557 "php": ">=5.2.1"
2558 },
2559 "require-dev": {
2560 "phpunit/phpunit": "*"
2561 },
2562 "type": "library",
2563 "autoload": {
2564 "psr-0": {
2565 "Validate": "./"
2566 }
2567 },
2568 "notification-url": "https://packagist.org/downloads/",
2569 "include-path": [
2570 "./"
2571 ],
2572 "license": [
2573 "New BSD"
2574 ],
2575 "authors": [
2576 {
2577 "name": "Philippe Jausions",
2578 "email": "Philippe.Jausions@11abacus.com",
2579 "role": "Lead"
2580 }
2581 ],
2582 "description": "Validation class for credit cards.",
436e8384
SL
2583 "support": {
2584 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_Finance_CreditCard",
2585 "source": "https://github.com/pear/Validate_Finance_CreditCard"
2586 },
2587 "time": "2021-05-19T22:03:15+00:00"
2d0eaf7e 2588 },
0a4cb750
TO
2589 {
2590 "name": "phenx/php-font-lib",
d9ee5636 2591 "version": "0.5.4",
0a4cb750
TO
2592 "source": {
2593 "type": "git",
d9ee5636
SL
2594 "url": "https://github.com/dompdf/php-font-lib.git",
2595 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
0a4cb750
TO
2596 },
2597 "dist": {
2598 "type": "zip",
d9ee5636
SL
2599 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
2600 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
0a4cb750
TO
2601 "shasum": ""
2602 },
d9ee5636
SL
2603 "require": {
2604 "ext-mbstring": "*"
2605 },
bd48ca3f 2606 "require-dev": {
d9ee5636 2607 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
bd48ca3f 2608 },
0a4cb750
TO
2609 "type": "library",
2610 "autoload": {
bd48ca3f
SL
2611 "psr-4": {
2612 "FontLib\\": "src/FontLib"
e91585d7 2613 }
0a4cb750
TO
2614 },
2615 "notification-url": "https://packagist.org/downloads/",
2616 "license": [
e91585d7 2617 "LGPL-3.0"
0a4cb750
TO
2618 ],
2619 "authors": [
2620 {
2621 "name": "Fabien Ménager",
2622 "email": "fabien.menager@gmail.com"
2623 }
2624 ],
2625 "description": "A library to read, parse, export and make subsets of different types of font files.",
2626 "homepage": "https://github.com/PhenX/php-font-lib",
1d48b8dd 2627 "support": {
d9ee5636
SL
2628 "issues": "https://github.com/dompdf/php-font-lib/issues",
2629 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
1d48b8dd 2630 },
d9ee5636 2631 "time": "2021-12-17T19:44:54+00:00"
e91585d7
SL
2632 },
2633 {
2634 "name": "phenx/php-svg-lib",
d9ee5636 2635 "version": "0.4.1",
e91585d7
SL
2636 "source": {
2637 "type": "git",
d9ee5636
SL
2638 "url": "https://github.com/dompdf/php-svg-lib.git",
2639 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
e91585d7
SL
2640 },
2641 "dist": {
2642 "type": "zip",
d9ee5636
SL
2643 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
2644 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
e91585d7
SL
2645 "shasum": ""
2646 },
bd48ca3f 2647 "require": {
d9ee5636
SL
2648 "ext-mbstring": "*",
2649 "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
2650 "sabberworm/php-css-parser": "^8.4"
b85181d1 2651 },
2652 "require-dev": {
d9ee5636 2653 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
bd48ca3f 2654 },
e91585d7
SL
2655 "type": "library",
2656 "autoload": {
b85181d1 2657 "psr-4": {
2658 "Svg\\": "src/Svg"
e91585d7
SL
2659 }
2660 },
2661 "notification-url": "https://packagist.org/downloads/",
2662 "license": [
2663 "LGPL-3.0"
2664 ],
2665 "authors": [
2666 {
2667 "name": "Fabien Ménager",
2668 "email": "fabien.menager@gmail.com"
2669 }
2670 ],
2671 "description": "A library to read, parse and export to PDF SVG files.",
2672 "homepage": "https://github.com/PhenX/php-svg-lib",
1d48b8dd 2673 "support": {
d9ee5636
SL
2674 "issues": "https://github.com/dompdf/php-svg-lib/issues",
2675 "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
1d48b8dd 2676 },
d9ee5636 2677 "time": "2022-03-07T12:52:04+00:00"
0a4cb750 2678 },
44b5fddd
CW
2679 {
2680 "name": "phpoffice/phpspreadsheet",
2681 "version": "1.18.0",
2682 "source": {
2683 "type": "git",
2684 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2685 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
2686 },
2687 "dist": {
2688 "type": "zip",
2689 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2690 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2691 "shasum": ""
2692 },
2693 "require": {
2694 "ext-ctype": "*",
2695 "ext-dom": "*",
2696 "ext-fileinfo": "*",
2697 "ext-gd": "*",
2698 "ext-iconv": "*",
2699 "ext-libxml": "*",
2700 "ext-mbstring": "*",
2701 "ext-simplexml": "*",
2702 "ext-xml": "*",
2703 "ext-xmlreader": "*",
2704 "ext-xmlwriter": "*",
2705 "ext-zip": "*",
2706 "ext-zlib": "*",
2707 "ezyang/htmlpurifier": "^4.13",
2708 "maennchen/zipstream-php": "^2.1",
2709 "markbaker/complex": "^2.0",
2710 "markbaker/matrix": "^2.0",
2711 "php": "^7.2 || ^8.0",
2712 "psr/http-client": "^1.0",
2713 "psr/http-factory": "^1.0",
2714 "psr/simple-cache": "^1.0"
2715 },
2716 "require-dev": {
2717 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
2718 "dompdf/dompdf": "^1.0",
2719 "friendsofphp/php-cs-fixer": "^2.18",
2720 "jpgraph/jpgraph": "^4.0",
2721 "mpdf/mpdf": "^8.0",
2722 "phpcompatibility/php-compatibility": "^9.3",
2723 "phpstan/phpstan": "^0.12.82",
2724 "phpstan/phpstan-phpunit": "^0.12.18",
2725 "phpunit/phpunit": "^8.5",
2726 "squizlabs/php_codesniffer": "^3.5",
2727 "tecnickcom/tcpdf": "^6.3"
2728 },
2729 "suggest": {
2730 "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
2731 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
2732 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
2733 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
2734 },
2735 "type": "library",
2736 "autoload": {
2737 "psr-4": {
2738 "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
2739 }
2740 },
2741 "notification-url": "https://packagist.org/downloads/",
2742 "license": [
2743 "MIT"
2744 ],
2745 "authors": [
2746 {
2747 "name": "Maarten Balliauw",
2748 "homepage": "https://blog.maartenballiauw.be"
2749 },
2750 {
2751 "name": "Mark Baker",
2752 "homepage": "https://markbakeruk.net"
2753 },
2754 {
2755 "name": "Franck Lefevre",
2756 "homepage": "https://rootslabs.net"
2757 },
2758 {
2759 "name": "Erik Tilt"
2760 },
2761 {
2762 "name": "Adrien Crivelli"
2763 }
2764 ],
2765 "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
2766 "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
2767 "keywords": [
2768 "OpenXML",
2769 "excel",
2770 "gnumeric",
2771 "ods",
2772 "php",
2773 "spreadsheet",
2774 "xls",
2775 "xlsx"
2776 ],
2777 "support": {
2778 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
2779 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0"
2780 },
2781 "time": "2021-05-31T18:21:15+00:00"
2782 },
db7b0381
CW
2783 {
2784 "name": "phpoffice/phpword",
465837ba 2785 "version": "0.18.3",
db7b0381
CW
2786 "source": {
2787 "type": "git",
2788 "url": "https://github.com/PHPOffice/PHPWord.git",
465837ba 2789 "reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a"
db7b0381
CW
2790 },
2791 "dist": {
2792 "type": "zip",
465837ba
SL
2793 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/be0190cd5d8f95b4be08d5853b107aa4e352759a",
2794 "reference": "be0190cd5d8f95b4be08d5853b107aa4e352759a",
db7b0381
CW
2795 "shasum": ""
2796 },
2797 "require": {
2798 "ext-xml": "*",
95d1c020
SL
2799 "laminas/laminas-escaper": "^2.2",
2800 "php": "^5.3.3 || ^7.0 || ^8.0"
db7b0381
CW
2801 },
2802 "require-dev": {
95d1c020 2803 "dompdf/dompdf": "0.8.* || 1.0.*",
66a7c254
SL
2804 "ext-gd": "*",
2805 "ext-zip": "*",
2806 "friendsofphp/php-cs-fixer": "^2.2",
95d1c020 2807 "mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
66a7c254 2808 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
95d1c020 2809 "phploc/phploc": "2.* || 3.* || 4.* || 5.* || 6.* || 7.*",
db7b0381 2810 "phpmd/phpmd": "2.*",
66a7c254 2811 "phpunit/phpunit": "^4.8.36 || ^7.0",
95d1c020 2812 "squizlabs/php_codesniffer": "^2.9 || ^3.5",
61a197f8 2813 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
2814 },
2815 "suggest": {
61a197f8
SL
2816 "dompdf/dompdf": "Allows writing PDF",
2817 "ext-gd2": "Allows adding images",
2818 "ext-xmlwriter": "Allows writing OOXML and ODF",
2819 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
2820 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
2821 },
2822 "type": "library",
66a7c254
SL
2823 "extra": {
2824 "branch-alias": {
465837ba 2825 "dev-develop": "0.19-dev"
66a7c254
SL
2826 }
2827 },
db7b0381
CW
2828 "autoload": {
2829 "psr-4": {
2830 "PhpOffice\\PhpWord\\": "src/PhpWord"
2831 }
2832 },
2833 "notification-url": "https://packagist.org/downloads/",
2834 "license": [
2835 "LGPL-3.0"
2836 ],
2837 "authors": [
2838 {
2839 "name": "Mark Baker"
2840 },
db7b0381
CW
2841 {
2842 "name": "Gabriel Bull",
2843 "email": "me@gabrielbull.com",
2844 "homepage": "http://gabrielbull.com/"
2845 },
95d1c020
SL
2846 {
2847 "name": "Franck Lefevre",
2848 "homepage": "https://rootslabs.net/blog/"
2849 },
db7b0381
CW
2850 {
2851 "name": "Ivan Lanin",
2852 "homepage": "http://ivan.lanin.org"
2853 },
2854 {
2855 "name": "Roman Syroeshko",
2856 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b 2857 },
5af9e53b
DS
2858 {
2859 "name": "Antoine de Troostembergh"
db7b0381
CW
2860 }
2861 ],
61a197f8 2862 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
2863 "homepage": "http://phpoffice.github.io",
2864 "keywords": [
2865 "ISO IEC 29500",
2866 "OOXML",
2867 "Office Open XML",
2868 "OpenDocument",
2869 "OpenXML",
2870 "PhpOffice",
2871 "PhpWord",
2872 "Rich Text Format",
2873 "WordprocessingML",
2874 "doc",
2875 "docx",
2876 "html",
61a197f8 2877 "odf",
db7b0381
CW
2878 "odt",
2879 "office",
2880 "pdf",
2881 "php",
2882 "reader",
2883 "rtf",
2884 "template",
2885 "template processor",
2886 "word",
2887 "writer"
2888 ],
95d1c020
SL
2889 "support": {
2890 "issues": "https://github.com/PHPOffice/PHPWord/issues",
465837ba 2891 "source": "https://github.com/PHPOffice/PHPWord/tree/0.18.3"
95d1c020 2892 },
465837ba 2893 "time": "2022-02-17T15:40:03+00:00"
db7b0381 2894 },
94ddb538
TO
2895 {
2896 "name": "phpseclib/phpseclib",
094bc972 2897 "version": "2.0.31",
94ddb538
TO
2898 "source": {
2899 "type": "git",
2900 "url": "https://github.com/phpseclib/phpseclib.git",
094bc972 2901 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
94ddb538
TO
2902 },
2903 "dist": {
2904 "type": "zip",
094bc972 2905 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
2906 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
94ddb538
TO
2907 "shasum": ""
2908 },
2909 "require": {
30836e92 2910 "php": ">=5.3.3"
94ddb538
TO
2911 },
2912 "require-dev": {
2913 "phing/phing": "~2.7",
094bc972 2914 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
fcfd7b4d 2915 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
2916 },
2917 "suggest": {
2918 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
30836e92
TO
2919 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2920 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2921 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
94ddb538
TO
2922 },
2923 "type": "library",
94ddb538 2924 "autoload": {
94ddb538 2925 "files": [
30836e92
TO
2926 "phpseclib/bootstrap.php"
2927 ],
2928 "psr-4": {
2929 "phpseclib\\": "phpseclib/"
2930 }
94ddb538
TO
2931 },
2932 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
2933 "license": [
2934 "MIT"
2935 ],
2936 "authors": [
2937 {
2938 "name": "Jim Wigginton",
2939 "email": "terrafrost@php.net",
2940 "role": "Lead Developer"
2941 },
2942 {
2943 "name": "Patrick Monnerat",
2944 "email": "pm@datasphere.ch",
2945 "role": "Developer"
2946 },
2947 {
2948 "name": "Andreas Fischer",
2949 "email": "bantu@phpbb.com",
2950 "role": "Developer"
2951 },
2952 {
2953 "name": "Hans-Jürgen Petrich",
2954 "email": "petrich@tronic-media.com",
2955 "role": "Developer"
fcfd7b4d
TO
2956 },
2957 {
2958 "name": "Graham Campbell",
2959 "email": "graham@alt-three.com",
2960 "role": "Developer"
94ddb538
TO
2961 }
2962 ],
2963 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2964 "homepage": "http://phpseclib.sourceforge.net",
2965 "keywords": [
2966 "BigInteger",
2967 "aes",
2968 "asn.1",
2969 "asn1",
2970 "blowfish",
2971 "crypto",
2972 "cryptography",
2973 "encryption",
2974 "rsa",
2975 "security",
2976 "sftp",
2977 "signature",
2978 "signing",
2979 "ssh",
2980 "twofish",
2981 "x.509",
2982 "x509"
2983 ],
1d48b8dd
TO
2984 "support": {
2985 "issues": "https://github.com/phpseclib/phpseclib/issues",
2986 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
2987 },
30836e92
TO
2988 "funding": [
2989 {
2990 "url": "https://github.com/terrafrost",
2991 "type": "github"
2992 },
2993 {
2994 "url": "https://www.patreon.com/phpseclib",
2995 "type": "patreon"
2996 },
2997 {
2998 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2999 "type": "tidelift"
3000 }
3001 ],
094bc972 3002 "time": "2021-04-06T13:56:45+00:00"
94ddb538 3003 },
b4998943
TO
3004 {
3005 "name": "psr/cache",
3006 "version": "1.0.1",
3007 "source": {
3008 "type": "git",
3009 "url": "https://github.com/php-fig/cache.git",
3010 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3011 },
3012 "dist": {
3013 "type": "zip",
3014 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3015 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3016 "shasum": ""
3017 },
3018 "require": {
3019 "php": ">=5.3.0"
3020 },
3021 "type": "library",
3022 "extra": {
3023 "branch-alias": {
3024 "dev-master": "1.0.x-dev"
3025 }
3026 },
3027 "autoload": {
3028 "psr-4": {
3029 "Psr\\Cache\\": "src/"
3030 }
3031 },
3032 "notification-url": "https://packagist.org/downloads/",
3033 "license": [
3034 "MIT"
3035 ],
3036 "authors": [
3037 {
3038 "name": "PHP-FIG",
3039 "homepage": "http://www.php-fig.org/"
3040 }
3041 ],
3042 "description": "Common interface for caching libraries",
3043 "keywords": [
3044 "cache",
3045 "psr",
3046 "psr-6"
3047 ],
1d48b8dd
TO
3048 "support": {
3049 "source": "https://github.com/php-fig/cache/tree/master"
3050 },
b4998943
TO
3051 "time": "2016-08-06T20:24:11+00:00"
3052 },
c2b44ba2
SL
3053 {
3054 "name": "psr/container",
92400ae3 3055 "version": "1.1.1",
c2b44ba2
SL
3056 "source": {
3057 "type": "git",
3058 "url": "https://github.com/php-fig/container.git",
92400ae3 3059 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
c2b44ba2
SL
3060 },
3061 "dist": {
3062 "type": "zip",
92400ae3
SL
3063 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
3064 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
c2b44ba2
SL
3065 "shasum": ""
3066 },
3067 "require": {
92400ae3 3068 "php": ">=7.2.0"
c2b44ba2
SL
3069 },
3070 "type": "library",
c2b44ba2
SL
3071 "autoload": {
3072 "psr-4": {
3073 "Psr\\Container\\": "src/"
3074 }
3075 },
3076 "notification-url": "https://packagist.org/downloads/",
3077 "license": [
3078 "MIT"
3079 ],
3080 "authors": [
3081 {
3082 "name": "PHP-FIG",
92400ae3 3083 "homepage": "https://www.php-fig.org/"
c2b44ba2
SL
3084 }
3085 ],
3086 "description": "Common Container Interface (PHP FIG PSR-11)",
3087 "homepage": "https://github.com/php-fig/container",
3088 "keywords": [
3089 "PSR-11",
3090 "container",
3091 "container-interface",
3092 "container-interop",
3093 "psr"
3094 ],
1d48b8dd
TO
3095 "support": {
3096 "issues": "https://github.com/php-fig/container/issues",
92400ae3 3097 "source": "https://github.com/php-fig/container/tree/1.1.1"
1d48b8dd 3098 },
92400ae3 3099 "time": "2021-03-05T17:36:06+00:00"
c2b44ba2 3100 },
44b5fddd
CW
3101 {
3102 "name": "psr/http-client",
3103 "version": "1.0.1",
3104 "source": {
3105 "type": "git",
3106 "url": "https://github.com/php-fig/http-client.git",
3107 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3108 },
3109 "dist": {
3110 "type": "zip",
3111 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3112 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3113 "shasum": ""
3114 },
3115 "require": {
3116 "php": "^7.0 || ^8.0",
3117 "psr/http-message": "^1.0"
3118 },
3119 "type": "library",
3120 "extra": {
3121 "branch-alias": {
3122 "dev-master": "1.0.x-dev"
3123 }
3124 },
3125 "autoload": {
3126 "psr-4": {
3127 "Psr\\Http\\Client\\": "src/"
3128 }
3129 },
3130 "notification-url": "https://packagist.org/downloads/",
3131 "license": [
3132 "MIT"
3133 ],
3134 "authors": [
3135 {
3136 "name": "PHP-FIG",
3137 "homepage": "http://www.php-fig.org/"
3138 }
3139 ],
3140 "description": "Common interface for HTTP clients",
3141 "homepage": "https://github.com/php-fig/http-client",
3142 "keywords": [
3143 "http",
3144 "http-client",
3145 "psr",
3146 "psr-18"
3147 ],
3148 "support": {
3149 "source": "https://github.com/php-fig/http-client/tree/master"
3150 },
3151 "time": "2020-06-29T06:28:15+00:00"
3152 },
3153 {
3154 "name": "psr/http-factory",
3155 "version": "1.0.1",
3156 "source": {
3157 "type": "git",
3158 "url": "https://github.com/php-fig/http-factory.git",
3159 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3160 },
3161 "dist": {
3162 "type": "zip",
3163 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3164 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3165 "shasum": ""
3166 },
3167 "require": {
3168 "php": ">=7.0.0",
3169 "psr/http-message": "^1.0"
3170 },
3171 "type": "library",
3172 "extra": {
3173 "branch-alias": {
3174 "dev-master": "1.0.x-dev"
3175 }
3176 },
3177 "autoload": {
3178 "psr-4": {
3179 "Psr\\Http\\Message\\": "src/"
3180 }
3181 },
3182 "notification-url": "https://packagist.org/downloads/",
3183 "license": [
3184 "MIT"
3185 ],
3186 "authors": [
3187 {
3188 "name": "PHP-FIG",
3189 "homepage": "http://www.php-fig.org/"
3190 }
3191 ],
3192 "description": "Common interfaces for PSR-7 HTTP message factories",
3193 "keywords": [
3194 "factory",
3195 "http",
3196 "message",
3197 "psr",
3198 "psr-17",
3199 "psr-7",
3200 "request",
3201 "response"
3202 ],
3203 "support": {
3204 "source": "https://github.com/php-fig/http-factory/tree/master"
3205 },
3206 "time": "2019-04-30T12:38:16+00:00"
3207 },
f9bdf062 3208 {
3209 "name": "psr/http-message",
3210 "version": "1.0.1",
3211 "source": {
3212 "type": "git",
3213 "url": "https://github.com/php-fig/http-message.git",
3214 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3215 },
3216 "dist": {
3217 "type": "zip",
3218 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3219 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3220 "shasum": ""
3221 },
3222 "require": {
3223 "php": ">=5.3.0"
3224 },
3225 "type": "library",
3226 "extra": {
3227 "branch-alias": {
3228 "dev-master": "1.0.x-dev"
3229 }
3230 },
3231 "autoload": {
3232 "psr-4": {
3233 "Psr\\Http\\Message\\": "src/"
3234 }
3235 },
3236 "notification-url": "https://packagist.org/downloads/",
3237 "license": [
3238 "MIT"
3239 ],
3240 "authors": [
3241 {
3242 "name": "PHP-FIG",
3243 "homepage": "http://www.php-fig.org/"
3244 }
3245 ],
3246 "description": "Common interface for HTTP messages",
3247 "homepage": "https://github.com/php-fig/http-message",
3248 "keywords": [
3249 "http",
3250 "http-message",
3251 "psr",
3252 "psr-7",
3253 "request",
3254 "response"
3255 ],
1d48b8dd
TO
3256 "support": {
3257 "source": "https://github.com/php-fig/http-message/tree/master"
3258 },
f9bdf062 3259 "time": "2016-08-06T14:39:51+00:00"
3260 },
fd6605f0
JK
3261 {
3262 "name": "psr/log",
e32ed52b 3263 "version": "1.1.3",
0a4cb750
TO
3264 "source": {
3265 "type": "git",
3266 "url": "https://github.com/php-fig/log.git",
e32ed52b 3267 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
0a4cb750
TO
3268 },
3269 "dist": {
3270 "type": "zip",
e32ed52b 3271 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
3272 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
0a4cb750
TO
3273 "shasum": ""
3274 },
2ac97b20
SL
3275 "require": {
3276 "php": ">=5.3.0"
3277 },
0a4cb750 3278 "type": "library",
2ac97b20
SL
3279 "extra": {
3280 "branch-alias": {
0a5cc337 3281 "dev-master": "1.1.x-dev"
2ac97b20
SL
3282 }
3283 },
0a4cb750 3284 "autoload": {
2ac97b20
SL
3285 "psr-4": {
3286 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
3287 }
3288 },
3289 "notification-url": "https://packagist.org/downloads/",
3290 "license": [
3291 "MIT"
3292 ],
3293 "authors": [
3294 {
3295 "name": "PHP-FIG",
3296 "homepage": "http://www.php-fig.org/"
3297 }
3298 ],
3299 "description": "Common interface for logging libraries",
2ac97b20 3300 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
3301 "keywords": [
3302 "log",
3303 "psr",
3304 "psr-3"
3305 ],
1d48b8dd
TO
3306 "support": {
3307 "source": "https://github.com/php-fig/log/tree/1.1.3"
3308 },
e32ed52b 3309 "time": "2020-03-23T09:12:05+00:00"
0a4cb750 3310 },
6c1c4ffc
TO
3311 {
3312 "name": "psr/simple-cache",
3313 "version": "1.0.1",
3314 "source": {
3315 "type": "git",
3316 "url": "https://github.com/php-fig/simple-cache.git",
3317 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3318 },
3319 "dist": {
3320 "type": "zip",
3321 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3322 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3323 "shasum": ""
3324 },
3325 "require": {
3326 "php": ">=5.3.0"
3327 },
3328 "type": "library",
3329 "extra": {
3330 "branch-alias": {
3331 "dev-master": "1.0.x-dev"
3332 }
3333 },
3334 "autoload": {
3335 "psr-4": {
3336 "Psr\\SimpleCache\\": "src/"
3337 }
3338 },
3339 "notification-url": "https://packagist.org/downloads/",
3340 "license": [
3341 "MIT"
3342 ],
3343 "authors": [
3344 {
3345 "name": "PHP-FIG",
3346 "homepage": "http://www.php-fig.org/"
3347 }
3348 ],
3349 "description": "Common interfaces for simple caching",
3350 "keywords": [
3351 "cache",
3352 "caching",
3353 "psr",
3354 "psr-16",
3355 "simple-cache"
3356 ],
1d48b8dd
TO
3357 "support": {
3358 "source": "https://github.com/php-fig/simple-cache/tree/master"
3359 },
6c1c4ffc
TO
3360 "time": "2017-10-23T01:57:42+00:00"
3361 },
bd4dda2a 3362 {
3363 "name": "ralouphie/getallheaders",
3364 "version": "3.0.3",
3365 "source": {
3366 "type": "git",
3367 "url": "https://github.com/ralouphie/getallheaders.git",
3368 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3369 },
3370 "dist": {
3371 "type": "zip",
3372 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3373 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3374 "shasum": ""
3375 },
3376 "require": {
3377 "php": ">=5.6"
3378 },
3379 "require-dev": {
3380 "php-coveralls/php-coveralls": "^2.1",
3381 "phpunit/phpunit": "^5 || ^6.5"
3382 },
3383 "type": "library",
3384 "autoload": {
3385 "files": [
3386 "src/getallheaders.php"
3387 ]
3388 },
3389 "notification-url": "https://packagist.org/downloads/",
3390 "license": [
3391 "MIT"
3392 ],
3393 "authors": [
3394 {
3395 "name": "Ralph Khattar",
3396 "email": "ralph.khattar@gmail.com"
3397 }
3398 ],
3399 "description": "A polyfill for getallheaders.",
1d48b8dd
TO
3400 "support": {
3401 "issues": "https://github.com/ralouphie/getallheaders/issues",
3402 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3403 },
bd4dda2a 3404 "time": "2019-03-08T08:55:37+00:00"
3405 },
a0f0777e
EM
3406 {
3407 "name": "rubobaquero/phpquery",
3408 "version": "0.9.15",
3409 "source": {
3410 "type": "git",
3411 "url": "https://github.com/rubobaquero/phpquery.git",
3412 "reference": "d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe"
3413 },
3414 "dist": {
3415 "type": "zip",
3416 "url": "https://api.github.com/repos/rubobaquero/phpquery/zipball/d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe",
3417 "reference": "d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe",
3418 "shasum": ""
3419 },
3420 "require": {
3421 "php": ">=5.3.0"
3422 },
3423 "type": "library",
3424 "autoload": {
3425 "classmap": [
3426 "phpQuery/"
3427 ]
3428 },
3429 "notification-url": "https://packagist.org/downloads/",
3430 "license": [
3431 "MIT"
3432 ],
3433 "authors": [
3434 {
3435 "name": "didier Belot",
3436 "homepage": "https://github.com/electrolinux/phpquery",
3437 "role": "Packager, maintainer"
3438 },
3439 {
3440 "name": "Tobiasz Cudnik",
3441 "email": "tobiasz.cudnik@gmail.com",
3442 "homepage": "https://github.com/TobiaszCudnik",
3443 "role": "Developer"
3444 }
3445 ],
3446 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
3447 "homepage": "http://code.google.com/p/phpquery/",
3448 "support": {
3449 "source": "https://github.com/rubobaquero/phpquery/tree/0.9.15"
3450 },
3451 "time": "2022-05-03T12:31:11+00:00"
3452 },
bd48ca3f
SL
3453 {
3454 "name": "sabberworm/php-css-parser",
d9ee5636 3455 "version": "8.4.0",
bd48ca3f
SL
3456 "source": {
3457 "type": "git",
3458 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
d9ee5636 3459 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
bd48ca3f
SL
3460 },
3461 "dist": {
3462 "type": "zip",
d9ee5636
SL
3463 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
3464 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
bd48ca3f
SL
3465 "shasum": ""
3466 },
3467 "require": {
d9ee5636
SL
3468 "ext-iconv": "*",
3469 "php": ">=5.6.20"
bd48ca3f 3470 },
b85181d1 3471 "require-dev": {
3472 "codacy/coverage": "^1.4",
d9ee5636
SL
3473 "phpunit/phpunit": "^4.8.36"
3474 },
3475 "suggest": {
3476 "ext-mbstring": "for parsing UTF-8 CSS"
b85181d1 3477 },
bd48ca3f
SL
3478 "type": "library",
3479 "autoload": {
d9ee5636
SL
3480 "psr-4": {
3481 "Sabberworm\\CSS\\": "src/"
bd48ca3f
SL
3482 }
3483 },
3484 "notification-url": "https://packagist.org/downloads/",
3485 "license": [
3486 "MIT"
3487 ],
3488 "authors": [
3489 {
3490 "name": "Raphael Schweikert"
3491 }
3492 ],
3493 "description": "Parser for CSS Files written in PHP",
d9ee5636 3494 "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
bd48ca3f
SL
3495 "keywords": [
3496 "css",
3497 "parser",
3498 "stylesheet"
3499 ],
1d48b8dd
TO
3500 "support": {
3501 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
d9ee5636 3502 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
1d48b8dd 3503 },
d9ee5636 3504 "time": "2021-12-11T13:40:54+00:00"
bd48ca3f 3505 },
4034556f
TO
3506 {
3507 "name": "scssphp/scssphp",
31f66367 3508 "version": "v1.10.3",
4034556f
TO
3509 "source": {
3510 "type": "git",
3511 "url": "https://github.com/scssphp/scssphp.git",
31f66367 3512 "reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713"
4034556f
TO
3513 },
3514 "dist": {
3515 "type": "zip",
31f66367
TO
3516 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/0f1e1516ed2412ad43e42a6a319e77624ba1f713",
3517 "reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713",
4034556f
TO
3518 "shasum": ""
3519 },
3520 "require": {
3521 "ext-ctype": "*",
3522 "ext-json": "*",
3523 "php": ">=5.6.0"
3524 },
3525 "require-dev": {
31f66367
TO
3526 "bamarni/composer-bin-plugin": "^1.4",
3527 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
3528 "sass/sass-spec": "*",
4034556f 3529 "squizlabs/php_codesniffer": "~3.5",
31f66367
TO
3530 "symfony/phpunit-bridge": "^5.1",
3531 "thoughtbot/bourbon": "^7.0",
3532 "twbs/bootstrap": "~5.0",
3533 "twbs/bootstrap4": "4.6.1",
4034556f
TO
3534 "zurb/foundation": "~6.5"
3535 },
31f66367
TO
3536 "suggest": {
3537 "ext-iconv": "Can be used as fallback when ext-mbstring is not available",
3538 "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
3539 },
4034556f
TO
3540 "bin": [
3541 "bin/pscss"
3542 ],
3543 "type": "library",
3544 "autoload": {
3545 "psr-4": {
3546 "ScssPhp\\ScssPhp\\": "src/"
3547 }
3548 },
3549 "notification-url": "https://packagist.org/downloads/",
3550 "license": [
3551 "MIT"
3552 ],
3553 "authors": [
3554 {
3555 "name": "Anthon Pang",
3556 "email": "apang@softwaredevelopment.ca",
3557 "homepage": "https://github.com/robocoder"
3558 },
3559 {
3560 "name": "Cédric Morin",
3561 "email": "cedric@yterium.com",
3562 "homepage": "https://github.com/Cerdic"
3563 }
3564 ],
3565 "description": "scssphp is a compiler for SCSS written in PHP.",
3566 "homepage": "http://scssphp.github.io/scssphp/",
3567 "keywords": [
3568 "css",
3569 "less",
3570 "sass",
3571 "scss",
3572 "stylesheet"
3573 ],
1d48b8dd
TO
3574 "support": {
3575 "issues": "https://github.com/scssphp/scssphp/issues",
31f66367 3576 "source": "https://github.com/scssphp/scssphp/tree/v1.10.3"
1d48b8dd 3577 },
31f66367 3578 "time": "2022-05-16T07:22:18+00:00"
4034556f 3579 },
40787e18
TO
3580 {
3581 "name": "symfony/config",
92400ae3 3582 "version": "v4.4.42",
40787e18
TO
3583 "source": {
3584 "type": "git",
a84cc605 3585 "url": "https://github.com/symfony/config.git",
92400ae3 3586 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81"
40787e18
TO
3587 },
3588 "dist": {
3589 "type": "zip",
92400ae3
SL
3590 "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81",
3591 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81",
40787e18
TO
3592 "shasum": ""
3593 },
3594 "require": {
92400ae3
SL
3595 "php": ">=7.1.3",
3596 "symfony/filesystem": "^3.4|^4.0|^5.0",
3597 "symfony/polyfill-ctype": "~1.8",
3598 "symfony/polyfill-php80": "^1.16",
3599 "symfony/polyfill-php81": "^1.22"
40787e18 3600 },
c2b44ba2 3601 "conflict": {
92400ae3 3602 "symfony/finder": "<3.4"
c2b44ba2 3603 },
a892989e 3604 "require-dev": {
92400ae3
SL
3605 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
3606 "symfony/finder": "^3.4|^4.0|^5.0",
3607 "symfony/messenger": "^4.1|^5.0",
3608 "symfony/service-contracts": "^1.1|^2",
3609 "symfony/yaml": "^3.4|^4.0|^5.0"
c837b233
SL
3610 },
3611 "suggest": {
3612 "symfony/yaml": "To use the yaml reference dumper"
a892989e 3613 },
40787e18 3614 "type": "library",
40787e18 3615 "autoload": {
c837b233 3616 "psr-4": {
40787e18 3617 "Symfony\\Component\\Config\\": ""
c837b233
SL
3618 },
3619 "exclude-from-classmap": [
3620 "/Tests/"
3621 ]
40787e18
TO
3622 },
3623 "notification-url": "https://packagist.org/downloads/",
3624 "license": [
3625 "MIT"
3626 ],
3627 "authors": [
40787e18
TO
3628 {
3629 "name": "Fabien Potencier",
3630 "email": "fabien@symfony.com"
a892989e
DS
3631 },
3632 {
3633 "name": "Symfony Community",
3634 "homepage": "https://symfony.com/contributors"
40787e18
TO
3635 }
3636 ],
92400ae3 3637 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
a892989e 3638 "homepage": "https://symfony.com",
5edd7515 3639 "support": {
92400ae3 3640 "source": "https://github.com/symfony/config/tree/v4.4.42"
5edd7515 3641 },
094bc972 3642 "funding": [
3643 {
3644 "url": "https://symfony.com/sponsor",
3645 "type": "custom"
3646 },
3647 {
3648 "url": "https://github.com/fabpot",
3649 "type": "github"
3650 },
3651 {
3652 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3653 "type": "tidelift"
3654 }
3655 ],
92400ae3 3656 "time": "2022-05-17T07:10:14+00:00"
40787e18 3657 },
0a4cb750
TO
3658 {
3659 "name": "symfony/dependency-injection",
92400ae3 3660 "version": "v4.4.43",
0a4cb750
TO
3661 "source": {
3662 "type": "git",
a84cc605 3663 "url": "https://github.com/symfony/dependency-injection.git",
92400ae3 3664 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd"
0a4cb750
TO
3665 },
3666 "dist": {
3667 "type": "zip",
92400ae3
SL
3668 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
3669 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
0a4cb750
TO
3670 "shasum": ""
3671 },
3672 "require": {
92400ae3
SL
3673 "php": ">=7.1.3",
3674 "psr/container": "^1.0",
3675 "symfony/polyfill-php80": "^1.16",
3676 "symfony/service-contracts": "^1.1.6|^2"
0a4cb750 3677 },
a892989e 3678 "conflict": {
92400ae3
SL
3679 "symfony/config": "<4.3|>=5.0",
3680 "symfony/finder": "<3.4",
c2b44ba2 3681 "symfony/proxy-manager-bridge": "<3.4",
92400ae3 3682 "symfony/yaml": "<4.4.26"
c2b44ba2
SL
3683 },
3684 "provide": {
92400ae3
SL
3685 "psr/container-implementation": "1.0",
3686 "symfony/service-implementation": "1.0|2.0"
a892989e 3687 },
0a4cb750 3688 "require-dev": {
92400ae3
SL
3689 "symfony/config": "^4.3",
3690 "symfony/expression-language": "^3.4|^4.0|^5.0",
3691 "symfony/yaml": "^4.4.26|^5.0"
0a4cb750
TO
3692 },
3693 "suggest": {
3694 "symfony/config": "",
c837b233 3695 "symfony/expression-language": "For using expressions in service container configuration",
c2b44ba2 3696 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
0a4cb750
TO
3697 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3698 "symfony/yaml": ""
3699 },
3700 "type": "library",
0a4cb750 3701 "autoload": {
c837b233 3702 "psr-4": {
0a4cb750 3703 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
3704 },
3705 "exclude-from-classmap": [
3706 "/Tests/"
3707 ]
0a4cb750
TO
3708 },
3709 "notification-url": "https://packagist.org/downloads/",
3710 "license": [
3711 "MIT"
3712 ],
3713 "authors": [
0a4cb750
TO
3714 {
3715 "name": "Fabien Potencier",
3716 "email": "fabien@symfony.com"
a892989e
DS
3717 },
3718 {
3719 "name": "Symfony Community",
3720 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3721 }
3722 ],
92400ae3 3723 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
a892989e 3724 "homepage": "https://symfony.com",
5edd7515 3725 "support": {
92400ae3 3726 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.43"
5edd7515 3727 },
094bc972 3728 "funding": [
3729 {
3730 "url": "https://symfony.com/sponsor",
3731 "type": "custom"
3732 },
3733 {
3734 "url": "https://github.com/fabpot",
3735 "type": "github"
3736 },
3737 {
3738 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3739 "type": "tidelift"
3740 }
3741 ],
92400ae3
SL
3742 "time": "2022-06-22T15:01:38+00:00"
3743 },
0a4cb750
TO
3744 {
3745 "name": "symfony/event-dispatcher",
92400ae3 3746 "version": "v4.4.42",
0a4cb750
TO
3747 "source": {
3748 "type": "git",
a84cc605 3749 "url": "https://github.com/symfony/event-dispatcher.git",
92400ae3 3750 "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
0a4cb750
TO
3751 },
3752 "dist": {
3753 "type": "zip",
92400ae3
SL
3754 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
3755 "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
0a4cb750
TO
3756 "shasum": ""
3757 },
3758 "require": {
92400ae3
SL
3759 "php": ">=7.1.3",
3760 "symfony/event-dispatcher-contracts": "^1.1",
3761 "symfony/polyfill-php80": "^1.16"
c2b44ba2
SL
3762 },
3763 "conflict": {
92400ae3
SL
3764 "symfony/dependency-injection": "<3.4"
3765 },
3766 "provide": {
3767 "psr/event-dispatcher-implementation": "1.0",
3768 "symfony/event-dispatcher-implementation": "1.1"
0a4cb750
TO
3769 },
3770 "require-dev": {
92400ae3
SL
3771 "psr/log": "^1|^2|^3",
3772 "symfony/config": "^3.4|^4.0|^5.0",
3773 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3774 "symfony/error-handler": "~3.4|~4.4",
3775 "symfony/expression-language": "^3.4|^4.0|^5.0",
3776 "symfony/http-foundation": "^3.4|^4.0|^5.0",
3777 "symfony/service-contracts": "^1.1|^2",
3778 "symfony/stopwatch": "^3.4|^4.0|^5.0"
0a4cb750
TO
3779 },
3780 "suggest": {
3781 "symfony/dependency-injection": "",
3782 "symfony/http-kernel": ""
3783 },
3784 "type": "library",
0a4cb750 3785 "autoload": {
c837b233 3786 "psr-4": {
0a4cb750 3787 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
3788 },
3789 "exclude-from-classmap": [
3790 "/Tests/"
3791 ]
0a4cb750
TO
3792 },
3793 "notification-url": "https://packagist.org/downloads/",
3794 "license": [
3795 "MIT"
3796 ],
3797 "authors": [
0a4cb750
TO
3798 {
3799 "name": "Fabien Potencier",
3800 "email": "fabien@symfony.com"
a892989e
DS
3801 },
3802 {
3803 "name": "Symfony Community",
3804 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3805 }
3806 ],
92400ae3 3807 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
a892989e 3808 "homepage": "https://symfony.com",
5edd7515 3809 "support": {
92400ae3 3810 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
5edd7515 3811 },
094bc972 3812 "funding": [
3813 {
3814 "url": "https://symfony.com/sponsor",
3815 "type": "custom"
3816 },
3817 {
3818 "url": "https://github.com/fabpot",
3819 "type": "github"
3820 },
3821 {
3822 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3823 "type": "tidelift"
3824 }
3825 ],
92400ae3
SL
3826 "time": "2022-05-05T15:33:49+00:00"
3827 },
3828 {
3829 "name": "symfony/event-dispatcher-contracts",
3830 "version": "v1.1.13",
3831 "source": {
3832 "type": "git",
3833 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3834 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
3835 },
3836 "dist": {
3837 "type": "zip",
3838 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
3839 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
3840 "shasum": ""
3841 },
3842 "require": {
3843 "php": ">=7.1.3"
3844 },
3845 "suggest": {
3846 "psr/event-dispatcher": "",
3847 "symfony/event-dispatcher-implementation": ""
3848 },
3849 "type": "library",
3850 "extra": {
3851 "branch-alias": {
3852 "dev-main": "1.1-dev"
3853 },
3854 "thanks": {
3855 "name": "symfony/contracts",
3856 "url": "https://github.com/symfony/contracts"
3857 }
3858 },
3859 "autoload": {
3860 "psr-4": {
3861 "Symfony\\Contracts\\EventDispatcher\\": ""
3862 }
3863 },
3864 "notification-url": "https://packagist.org/downloads/",
3865 "license": [
3866 "MIT"
3867 ],
3868 "authors": [
3869 {
3870 "name": "Nicolas Grekas",
3871 "email": "p@tchwork.com"
3872 },
3873 {
3874 "name": "Symfony Community",
3875 "homepage": "https://symfony.com/contributors"
3876 }
3877 ],
3878 "description": "Generic abstractions related to dispatching event",
3879 "homepage": "https://symfony.com",
3880 "keywords": [
3881 "abstractions",
3882 "contracts",
3883 "decoupling",
3884 "interfaces",
3885 "interoperability",
3886 "standards"
3887 ],
3888 "support": {
3889 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
3890 },
3891 "funding": [
3892 {
3893 "url": "https://symfony.com/sponsor",
3894 "type": "custom"
3895 },
3896 {
3897 "url": "https://github.com/fabpot",
3898 "type": "github"
3899 },
3900 {
3901 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3902 "type": "tidelift"
3903 }
3904 ],
3905 "time": "2022-01-02T09:41:36+00:00"
40787e18
TO
3906 },
3907 {
3908 "name": "symfony/filesystem",
92400ae3 3909 "version": "v4.4.42",
40787e18
TO
3910 "source": {
3911 "type": "git",
a84cc605 3912 "url": "https://github.com/symfony/filesystem.git",
92400ae3 3913 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
40787e18
TO
3914 },
3915 "dist": {
3916 "type": "zip",
92400ae3
SL
3917 "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
3918 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
40787e18
TO
3919 "shasum": ""
3920 },
3921 "require": {
92400ae3
SL
3922 "php": ">=7.1.3",
3923 "symfony/polyfill-ctype": "~1.8",
3924 "symfony/polyfill-php80": "^1.16"
a892989e 3925 },
40787e18 3926 "type": "library",
40787e18 3927 "autoload": {
c837b233 3928 "psr-4": {
40787e18 3929 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
3930 },
3931 "exclude-from-classmap": [
3932 "/Tests/"
3933 ]
40787e18
TO
3934 },
3935 "notification-url": "https://packagist.org/downloads/",
3936 "license": [
3937 "MIT"
3938 ],
3939 "authors": [
40787e18 3940 {
d892b317
TO
3941 "name": "Fabien Potencier",
3942 "email": "fabien@symfony.com"
a892989e
DS
3943 },
3944 {
3945 "name": "Symfony Community",
3946 "homepage": "https://symfony.com/contributors"
40787e18
TO
3947 }
3948 ],
92400ae3 3949 "description": "Provides basic utilities for the filesystem",
a892989e 3950 "homepage": "https://symfony.com",
5edd7515 3951 "support": {
92400ae3 3952 "source": "https://github.com/symfony/filesystem/tree/v4.4.42"
5edd7515 3953 },
094bc972 3954 "funding": [
3955 {
3956 "url": "https://symfony.com/sponsor",
3957 "type": "custom"
3958 },
3959 {
3960 "url": "https://github.com/fabpot",
3961 "type": "github"
3962 },
3963 {
3964 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3965 "type": "tidelift"
3966 }
3967 ],
92400ae3 3968 "time": "2022-05-20T08:49:14+00:00"
0a4cb750
TO
3969 },
3970 {
3971 "name": "symfony/finder",
92400ae3 3972 "version": "v4.4.41",
0a4cb750
TO
3973 "source": {
3974 "type": "git",
a892989e 3975 "url": "https://github.com/symfony/finder.git",
92400ae3 3976 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a"
0a4cb750
TO
3977 },
3978 "dist": {
3979 "type": "zip",
92400ae3
SL
3980 "url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a",
3981 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a",
0a4cb750
TO
3982 "shasum": ""
3983 },
3984 "require": {
92400ae3
SL
3985 "php": ">=7.1.3",
3986 "symfony/polyfill-php80": "^1.16"
a892989e 3987 },
0a4cb750 3988 "type": "library",
0a4cb750 3989 "autoload": {
c837b233 3990 "psr-4": {
0a4cb750 3991 "Symfony\\Component\\Finder\\": ""
c837b233
SL
3992 },
3993 "exclude-from-classmap": [
3994 "/Tests/"
3995 ]
0a4cb750
TO
3996 },
3997 "notification-url": "https://packagist.org/downloads/",
3998 "license": [
3999 "MIT"
4000 ],
4001 "authors": [
0a4cb750
TO
4002 {
4003 "name": "Fabien Potencier",
4004 "email": "fabien@symfony.com"
a892989e
DS
4005 },
4006 {
4007 "name": "Symfony Community",
4008 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
4009 }
4010 ],
92400ae3 4011 "description": "Finds files and directories via an intuitive fluent interface",
a892989e 4012 "homepage": "https://symfony.com",
5edd7515 4013 "support": {
92400ae3 4014 "source": "https://github.com/symfony/finder/tree/v4.4.41"
5edd7515
SL
4015 },
4016 "funding": [
4017 {
4018 "url": "https://symfony.com/sponsor",
4019 "type": "custom"
4020 },
4021 {
4022 "url": "https://github.com/fabpot",
4023 "type": "github"
4024 },
4025 {
4026 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4027 "type": "tidelift"
4028 }
4029 ],
92400ae3 4030 "time": "2022-04-14T15:36:10+00:00"
0a4cb750 4031 },
0e24103e 4032 {
c837b233 4033 "name": "symfony/polyfill-ctype",
92400ae3 4034 "version": "v1.26.0",
0e24103e
TO
4035 "source": {
4036 "type": "git",
c837b233 4037 "url": "https://github.com/symfony/polyfill-ctype.git",
92400ae3 4038 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
0e24103e
TO
4039 },
4040 "dist": {
4041 "type": "zip",
92400ae3
SL
4042 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
4043 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
0e24103e
TO
4044 "shasum": ""
4045 },
4046 "require": {
92400ae3
SL
4047 "php": ">=7.1"
4048 },
4049 "provide": {
4050 "ext-ctype": "*"
664e998e 4051 },
b01b546f
TO
4052 "suggest": {
4053 "ext-ctype": "For best performance"
4054 },
c837b233
SL
4055 "type": "library",
4056 "extra": {
4057 "branch-alias": {
92400ae3
SL
4058 "dev-main": "1.26-dev"
4059 },
4060 "thanks": {
4061 "name": "symfony/polyfill",
4062 "url": "https://github.com/symfony/polyfill"
c837b233
SL
4063 }
4064 },
4065 "autoload": {
c837b233
SL
4066 "files": [
4067 "bootstrap.php"
1d48b8dd
TO
4068 ],
4069 "psr-4": {
4070 "Symfony\\Polyfill\\Ctype\\": ""
4071 }
c837b233
SL
4072 },
4073 "notification-url": "https://packagist.org/downloads/",
4074 "license": [
4075 "MIT"
4076 ],
4077 "authors": [
c837b233
SL
4078 {
4079 "name": "Gert de Pagter",
4080 "email": "BackEndTea@gmail.com"
2517d365
SL
4081 },
4082 {
4083 "name": "Symfony Community",
4084 "homepage": "https://symfony.com/contributors"
c837b233
SL
4085 }
4086 ],
4087 "description": "Symfony polyfill for ctype functions",
4088 "homepage": "https://symfony.com",
4089 "keywords": [
4090 "compatibility",
4091 "ctype",
4092 "polyfill",
4093 "portable"
4094 ],
1d48b8dd 4095 "support": {
92400ae3 4096 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
1d48b8dd
TO
4097 },
4098 "funding": [
4099 {
4100 "url": "https://symfony.com/sponsor",
4101 "type": "custom"
4102 },
4103 {
4104 "url": "https://github.com/fabpot",
4105 "type": "github"
4106 },
4107 {
4108 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4109 "type": "tidelift"
4110 }
4111 ],
92400ae3 4112 "time": "2022-05-24T11:49:31+00:00"
c837b233 4113 },
5ff57db4
SL
4114 {
4115 "name": "symfony/polyfill-iconv",
c2b44ba2 4116 "version": "v1.17.0",
5ff57db4
SL
4117 "source": {
4118 "type": "git",
4119 "url": "https://github.com/symfony/polyfill-iconv.git",
c2b44ba2 4120 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
5ff57db4
SL
4121 },
4122 "dist": {
4123 "type": "zip",
c2b44ba2
SL
4124 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
4125 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
5ff57db4
SL
4126 "shasum": ""
4127 },
4128 "require": {
4129 "php": ">=5.3.3"
4130 },
4131 "suggest": {
4132 "ext-iconv": "For best performance"
4133 },
4134 "type": "library",
4135 "extra": {
4136 "branch-alias": {
c2b44ba2 4137 "dev-master": "1.17-dev"
5ff57db4
SL
4138 }
4139 },
4140 "autoload": {
5ff57db4
SL
4141 "files": [
4142 "bootstrap.php"
1d48b8dd
TO
4143 ],
4144 "psr-4": {
4145 "Symfony\\Polyfill\\Iconv\\": ""
4146 }
5ff57db4
SL
4147 },
4148 "notification-url": "https://packagist.org/downloads/",
4149 "license": [
4150 "MIT"
4151 ],
4152 "authors": [
4153 {
4154 "name": "Nicolas Grekas",
4155 "email": "p@tchwork.com"
4156 },
4157 {
4158 "name": "Symfony Community",
4159 "homepage": "https://symfony.com/contributors"
4160 }
4161 ],
4162 "description": "Symfony polyfill for the Iconv extension",
4163 "homepage": "https://symfony.com",
4164 "keywords": [
4165 "compatibility",
4166 "iconv",
4167 "polyfill",
4168 "portable",
4169 "shim"
4170 ],
1d48b8dd
TO
4171 "support": {
4172 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.17.0"
4173 },
4174 "funding": [
4175 {
4176 "url": "https://symfony.com/sponsor",
4177 "type": "custom"
4178 },
4179 {
4180 "url": "https://github.com/fabpot",
4181 "type": "github"
4182 },
4183 {
4184 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4185 "type": "tidelift"
4186 }
4187 ],
c2b44ba2 4188 "time": "2020-05-12T16:47:27+00:00"
5ff57db4 4189 },
bd4dda2a 4190 {
4191 "name": "symfony/polyfill-intl-idn",
6049706d 4192 "version": "v1.26.0",
bd4dda2a 4193 "source": {
4194 "type": "git",
4195 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6049706d 4196 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
bd4dda2a 4197 },
4198 "dist": {
4199 "type": "zip",
6049706d
SL
4200 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4201 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
bd4dda2a 4202 "shasum": ""
4203 },
4204 "require": {
f6d51091
SL
4205 "php": ">=7.1",
4206 "symfony/polyfill-intl-normalizer": "^1.10",
bd4dda2a 4207 "symfony/polyfill-php72": "^1.10"
4208 },
4209 "suggest": {
4210 "ext-intl": "For best performance"
4211 },
4212 "type": "library",
4213 "extra": {
4214 "branch-alias": {
6049706d 4215 "dev-main": "1.26-dev"
f6d51091
SL
4216 },
4217 "thanks": {
4218 "name": "symfony/polyfill",
4219 "url": "https://github.com/symfony/polyfill"
bd4dda2a 4220 }
4221 },
4222 "autoload": {
bd4dda2a 4223 "files": [
4224 "bootstrap.php"
1d48b8dd
TO
4225 ],
4226 "psr-4": {
4227 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4228 }
bd4dda2a 4229 },
4230 "notification-url": "https://packagist.org/downloads/",
4231 "license": [
4232 "MIT"
4233 ],
4234 "authors": [
4235 {
4236 "name": "Laurent Bassin",
4237 "email": "laurent@bassin.info"
4238 },
f6d51091
SL
4239 {
4240 "name": "Trevor Rowbotham",
4241 "email": "trevor.rowbotham@pm.me"
4242 },
bd4dda2a 4243 {
4244 "name": "Symfony Community",
4245 "homepage": "https://symfony.com/contributors"
4246 }
4247 ],
4248 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4249 "homepage": "https://symfony.com",
4250 "keywords": [
4251 "compatibility",
4252 "idn",
4253 "intl",
4254 "polyfill",
4255 "portable",
4256 "shim"
4257 ],
1d48b8dd 4258 "support": {
6049706d 4259 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
1d48b8dd
TO
4260 },
4261 "funding": [
4262 {
4263 "url": "https://symfony.com/sponsor",
4264 "type": "custom"
4265 },
4266 {
4267 "url": "https://github.com/fabpot",
4268 "type": "github"
4269 },
4270 {
4271 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4272 "type": "tidelift"
4273 }
4274 ],
6049706d 4275 "time": "2022-05-24T11:49:31+00:00"
f6d51091
SL
4276 },
4277 {
4278 "name": "symfony/polyfill-intl-normalizer",
6049706d 4279 "version": "v1.26.0",
f6d51091
SL
4280 "source": {
4281 "type": "git",
4282 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6049706d 4283 "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
f6d51091
SL
4284 },
4285 "dist": {
4286 "type": "zip",
6049706d
SL
4287 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
4288 "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
f6d51091
SL
4289 "shasum": ""
4290 },
4291 "require": {
4292 "php": ">=7.1"
4293 },
4294 "suggest": {
4295 "ext-intl": "For best performance"
4296 },
4297 "type": "library",
4298 "extra": {
4299 "branch-alias": {
6049706d 4300 "dev-main": "1.26-dev"
f6d51091
SL
4301 },
4302 "thanks": {
4303 "name": "symfony/polyfill",
4304 "url": "https://github.com/symfony/polyfill"
4305 }
4306 },
4307 "autoload": {
4308 "files": [
4309 "bootstrap.php"
4310 ],
4311 "psr-4": {
4312 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4313 },
4314 "classmap": [
4315 "Resources/stubs"
4316 ]
4317 },
4318 "notification-url": "https://packagist.org/downloads/",
4319 "license": [
4320 "MIT"
4321 ],
4322 "authors": [
4323 {
4324 "name": "Nicolas Grekas",
4325 "email": "p@tchwork.com"
4326 },
4327 {
4328 "name": "Symfony Community",
4329 "homepage": "https://symfony.com/contributors"
4330 }
4331 ],
4332 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4333 "homepage": "https://symfony.com",
4334 "keywords": [
4335 "compatibility",
4336 "intl",
4337 "normalizer",
4338 "polyfill",
4339 "portable",
4340 "shim"
4341 ],
4342 "support": {
6049706d 4343 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
f6d51091
SL
4344 },
4345 "funding": [
4346 {
4347 "url": "https://symfony.com/sponsor",
4348 "type": "custom"
4349 },
4350 {
4351 "url": "https://github.com/fabpot",
4352 "type": "github"
4353 },
4354 {
4355 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4356 "type": "tidelift"
4357 }
4358 ],
6049706d 4359 "time": "2022-05-24T11:49:31+00:00"
bd4dda2a 4360 },
4361 {
4362 "name": "symfony/polyfill-mbstring",
6049706d 4363 "version": "v1.26.0",
bd4dda2a 4364 "source": {
4365 "type": "git",
4366 "url": "https://github.com/symfony/polyfill-mbstring.git",
6049706d 4367 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
bd4dda2a 4368 },
4369 "dist": {
4370 "type": "zip",
6049706d
SL
4371 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
4372 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
bd4dda2a 4373 "shasum": ""
4374 },
4375 "require": {
f6d51091
SL
4376 "php": ">=7.1"
4377 },
4378 "provide": {
4379 "ext-mbstring": "*"
bd4dda2a 4380 },
4381 "suggest": {
4382 "ext-mbstring": "For best performance"
4383 },
4384 "type": "library",
4385 "extra": {
4386 "branch-alias": {
6049706d 4387 "dev-main": "1.26-dev"
f6d51091
SL
4388 },
4389 "thanks": {
4390 "name": "symfony/polyfill",
4391 "url": "https://github.com/symfony/polyfill"
bd4dda2a 4392 }
4393 },
4394 "autoload": {
bd4dda2a 4395 "files": [
4396 "bootstrap.php"
1d48b8dd
TO
4397 ],
4398 "psr-4": {
4399 "Symfony\\Polyfill\\Mbstring\\": ""
4400 }
bd4dda2a 4401 },
4402 "notification-url": "https://packagist.org/downloads/",
4403 "license": [
4404 "MIT"
4405 ],
4406 "authors": [
4407 {
4408 "name": "Nicolas Grekas",
4409 "email": "p@tchwork.com"
4410 },
4411 {
4412 "name": "Symfony Community",
4413 "homepage": "https://symfony.com/contributors"
4414 }
4415 ],
4416 "description": "Symfony polyfill for the Mbstring extension",
4417 "homepage": "https://symfony.com",
4418 "keywords": [
4419 "compatibility",
4420 "mbstring",
4421 "polyfill",
4422 "portable",
4423 "shim"
4424 ],
1d48b8dd 4425 "support": {
6049706d 4426 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
1d48b8dd 4427 },
094bc972 4428 "funding": [
4429 {
4430 "url": "https://symfony.com/sponsor",
4431 "type": "custom"
4432 },
4433 {
4434 "url": "https://github.com/fabpot",
4435 "type": "github"
4436 },
4437 {
4438 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4439 "type": "tidelift"
4440 }
4441 ],
6049706d 4442 "time": "2022-05-24T11:49:31+00:00"
bd4dda2a 4443 },
4444 {
4445 "name": "symfony/polyfill-php72",
6049706d 4446 "version": "v1.26.0",
bd4dda2a 4447 "source": {
4448 "type": "git",
4449 "url": "https://github.com/symfony/polyfill-php72.git",
6049706d 4450 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
bd4dda2a 4451 },
4452 "dist": {
4453 "type": "zip",
6049706d
SL
4454 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
4455 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
bd4dda2a 4456 "shasum": ""
4457 },
4458 "require": {
f6d51091 4459 "php": ">=7.1"
bd4dda2a 4460 },
4461 "type": "library",
4462 "extra": {
4463 "branch-alias": {
6049706d 4464 "dev-main": "1.26-dev"
f6d51091
SL
4465 },
4466 "thanks": {
4467 "name": "symfony/polyfill",
4468 "url": "https://github.com/symfony/polyfill"
bd4dda2a 4469 }
4470 },
4471 "autoload": {
bd4dda2a 4472 "files": [
4473 "bootstrap.php"
1d48b8dd
TO
4474 ],
4475 "psr-4": {
4476 "Symfony\\Polyfill\\Php72\\": ""
4477 }
bd4dda2a 4478 },
4479 "notification-url": "https://packagist.org/downloads/",
4480 "license": [
4481 "MIT"
4482 ],
4483 "authors": [
4484 {
4485 "name": "Nicolas Grekas",
4486 "email": "p@tchwork.com"
4487 },
4488 {
4489 "name": "Symfony Community",
4490 "homepage": "https://symfony.com/contributors"
4491 }
4492 ],
4493 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4494 "homepage": "https://symfony.com",
4495 "keywords": [
4496 "compatibility",
4497 "polyfill",
4498 "portable",
4499 "shim"
4500 ],
1d48b8dd 4501 "support": {
6049706d 4502 "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
1d48b8dd
TO
4503 },
4504 "funding": [
4505 {
4506 "url": "https://symfony.com/sponsor",
4507 "type": "custom"
4508 },
4509 {
4510 "url": "https://github.com/fabpot",
4511 "type": "github"
4512 },
4513 {
4514 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4515 "type": "tidelift"
4516 }
4517 ],
6049706d 4518 "time": "2022-05-24T11:49:31+00:00"
bd4dda2a 4519 },
a4cde1ac
SL
4520 {
4521 "name": "symfony/polyfill-php73",
4522 "version": "v1.25.0",
4523 "source": {
4524 "type": "git",
4525 "url": "https://github.com/symfony/polyfill-php73.git",
4526 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
4527 },
4528 "dist": {
4529 "type": "zip",
4530 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
4531 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
4532 "shasum": ""
4533 },
4534 "require": {
4535 "php": ">=7.1"
4536 },
4537 "type": "library",
4538 "extra": {
4539 "branch-alias": {
4540 "dev-main": "1.23-dev"
4541 },
4542 "thanks": {
4543 "name": "symfony/polyfill",
4544 "url": "https://github.com/symfony/polyfill"
4545 }
4546 },
4547 "autoload": {
4548 "files": [
4549 "bootstrap.php"
4550 ],
4551 "psr-4": {
4552 "Symfony\\Polyfill\\Php73\\": ""
4553 },
4554 "classmap": [
4555 "Resources/stubs"
4556 ]
4557 },
4558 "notification-url": "https://packagist.org/downloads/",
4559 "license": [
4560 "MIT"
4561 ],
4562 "authors": [
4563 {
4564 "name": "Nicolas Grekas",
4565 "email": "p@tchwork.com"
4566 },
4567 {
4568 "name": "Symfony Community",
4569 "homepage": "https://symfony.com/contributors"
4570 }
4571 ],
4572 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4573 "homepage": "https://symfony.com",
4574 "keywords": [
4575 "compatibility",
4576 "polyfill",
4577 "portable",
4578 "shim"
4579 ],
4580 "support": {
4581 "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
4582 },
4583 "funding": [
4584 {
4585 "url": "https://symfony.com/sponsor",
4586 "type": "custom"
4587 },
4588 {
4589 "url": "https://github.com/fabpot",
4590 "type": "github"
4591 },
4592 {
4593 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4594 "type": "tidelift"
4595 }
4596 ],
4597 "time": "2021-06-05T21:20:04+00:00"
4598 },
ea4ac267
EM
4599 {
4600 "name": "symfony/polyfill-php74",
4601 "version": "v1.26.0",
4602 "source": {
4603 "type": "git",
4604 "url": "https://github.com/symfony/polyfill-php74.git",
4605 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033"
4606 },
4607 "dist": {
4608 "type": "zip",
4609 "url": "https://api.github.com/repos/symfony/polyfill-php74/zipball/ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4610 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4611 "shasum": ""
4612 },
4613 "require": {
4614 "php": ">=7.1"
4615 },
4616 "type": "library",
4617 "extra": {
4618 "branch-alias": {
4619 "dev-main": "1.26-dev"
4620 },
4621 "thanks": {
4622 "name": "symfony/polyfill",
4623 "url": "https://github.com/symfony/polyfill"
4624 }
4625 },
4626 "autoload": {
4627 "files": [
4628 "bootstrap.php"
4629 ],
4630 "psr-4": {
4631 "Symfony\\Polyfill\\Php74\\": ""
4632 }
4633 },
4634 "notification-url": "https://packagist.org/downloads/",
4635 "license": [
4636 "MIT"
4637 ],
4638 "authors": [
4639 {
4640 "name": "Ion Bazan",
4641 "email": "ion.bazan@gmail.com"
4642 },
4643 {
4644 "name": "Nicolas Grekas",
4645 "email": "p@tchwork.com"
4646 },
4647 {
4648 "name": "Symfony Community",
4649 "homepage": "https://symfony.com/contributors"
4650 }
4651 ],
4652 "description": "Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions",
4653 "homepage": "https://symfony.com",
4654 "keywords": [
4655 "compatibility",
4656 "polyfill",
4657 "portable",
4658 "shim"
4659 ],
4660 "support": {
4661 "source": "https://github.com/symfony/polyfill-php74/tree/v1.26.0"
4662 },
4663 "funding": [
4664 {
4665 "url": "https://symfony.com/sponsor",
4666 "type": "custom"
4667 },
4668 {
4669 "url": "https://github.com/fabpot",
4670 "type": "github"
4671 },
4672 {
4673 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4674 "type": "tidelift"
4675 }
4676 ],
4677 "time": "2022-05-24T11:49:31+00:00"
4678 },
92400ae3
SL
4679 {
4680 "name": "symfony/polyfill-php80",
4681 "version": "v1.26.0",
4682 "source": {
4683 "type": "git",
4684 "url": "https://github.com/symfony/polyfill-php80.git",
4685 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
4686 },
4687 "dist": {
4688 "type": "zip",
4689 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4690 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4691 "shasum": ""
4692 },
4693 "require": {
4694 "php": ">=7.1"
4695 },
4696 "type": "library",
4697 "extra": {
4698 "branch-alias": {
4699 "dev-main": "1.26-dev"
4700 },
4701 "thanks": {
4702 "name": "symfony/polyfill",
4703 "url": "https://github.com/symfony/polyfill"
4704 }
4705 },
4706 "autoload": {
4707 "files": [
4708 "bootstrap.php"
4709 ],
4710 "psr-4": {
4711 "Symfony\\Polyfill\\Php80\\": ""
4712 },
4713 "classmap": [
4714 "Resources/stubs"
4715 ]
4716 },
4717 "notification-url": "https://packagist.org/downloads/",
4718 "license": [
4719 "MIT"
4720 ],
4721 "authors": [
4722 {
4723 "name": "Ion Bazan",
4724 "email": "ion.bazan@gmail.com"
4725 },
4726 {
4727 "name": "Nicolas Grekas",
4728 "email": "p@tchwork.com"
4729 },
4730 {
4731 "name": "Symfony Community",
4732 "homepage": "https://symfony.com/contributors"
4733 }
4734 ],
4735 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4736 "homepage": "https://symfony.com",
4737 "keywords": [
4738 "compatibility",
4739 "polyfill",
4740 "portable",
4741 "shim"
4742 ],
4743 "support": {
4744 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
4745 },
4746 "funding": [
4747 {
4748 "url": "https://symfony.com/sponsor",
4749 "type": "custom"
4750 },
4751 {
4752 "url": "https://github.com/fabpot",
4753 "type": "github"
4754 },
4755 {
4756 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4757 "type": "tidelift"
4758 }
4759 ],
4760 "time": "2022-05-10T07:21:04+00:00"
4761 },
4762 {
4763 "name": "symfony/polyfill-php81",
4764 "version": "v1.26.0",
4765 "source": {
4766 "type": "git",
4767 "url": "https://github.com/symfony/polyfill-php81.git",
4768 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
4769 },
4770 "dist": {
4771 "type": "zip",
4772 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4773 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4774 "shasum": ""
4775 },
4776 "require": {
4777 "php": ">=7.1"
4778 },
4779 "type": "library",
4780 "extra": {
4781 "branch-alias": {
4782 "dev-main": "1.26-dev"
4783 },
4784 "thanks": {
4785 "name": "symfony/polyfill",
4786 "url": "https://github.com/symfony/polyfill"
4787 }
4788 },
4789 "autoload": {
4790 "files": [
4791 "bootstrap.php"
4792 ],
4793 "psr-4": {
4794 "Symfony\\Polyfill\\Php81\\": ""
4795 },
4796 "classmap": [
4797 "Resources/stubs"
4798 ]
4799 },
4800 "notification-url": "https://packagist.org/downloads/",
4801 "license": [
4802 "MIT"
4803 ],
4804 "authors": [
4805 {
4806 "name": "Nicolas Grekas",
4807 "email": "p@tchwork.com"
4808 },
4809 {
4810 "name": "Symfony Community",
4811 "homepage": "https://symfony.com/contributors"
4812 }
4813 ],
4814 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
4815 "homepage": "https://symfony.com",
4816 "keywords": [
4817 "compatibility",
4818 "polyfill",
4819 "portable",
4820 "shim"
4821 ],
4822 "support": {
4823 "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
4824 },
4825 "funding": [
4826 {
4827 "url": "https://symfony.com/sponsor",
4828 "type": "custom"
4829 },
4830 {
4831 "url": "https://github.com/fabpot",
4832 "type": "github"
4833 },
4834 {
4835 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4836 "type": "tidelift"
4837 }
4838 ],
4839 "time": "2022-05-24T11:49:31+00:00"
4840 },
ea4ac267
EM
4841 {
4842 "name": "symfony/polyfill-php82",
4843 "version": "v1.26.0",
4844 "source": {
4845 "type": "git",
4846 "url": "https://github.com/symfony/polyfill-php82.git",
4847 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7"
4848 },
4849 "dist": {
4850 "type": "zip",
4851 "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/a88014fcea4120c9f77b4fefd48942ce38e412e7",
4852 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7",
4853 "shasum": ""
4854 },
4855 "require": {
4856 "php": ">=7.1"
4857 },
4858 "type": "library",
4859 "extra": {
4860 "branch-alias": {
4861 "dev-main": "1.26-dev"
4862 },
4863 "thanks": {
4864 "name": "symfony/polyfill",
4865 "url": "https://github.com/symfony/polyfill"
4866 }
4867 },
4868 "autoload": {
4869 "files": [
4870 "bootstrap.php"
4871 ],
4872 "psr-4": {
4873 "Symfony\\Polyfill\\Php82\\": ""
4874 },
4875 "classmap": [
4876 "Resources/stubs"
4877 ]
4878 },
4879 "notification-url": "https://packagist.org/downloads/",
4880 "license": [
4881 "MIT"
4882 ],
4883 "authors": [
4884 {
4885 "name": "Nicolas Grekas",
4886 "email": "p@tchwork.com"
4887 },
4888 {
4889 "name": "Symfony Community",
4890 "homepage": "https://symfony.com/contributors"
4891 }
4892 ],
4893 "description": "Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions",
4894 "homepage": "https://symfony.com",
4895 "keywords": [
4896 "compatibility",
4897 "polyfill",
4898 "portable",
4899 "shim"
4900 ],
4901 "support": {
4902 "source": "https://github.com/symfony/polyfill-php82/tree/v1.26.0"
4903 },
4904 "funding": [
4905 {
4906 "url": "https://symfony.com/sponsor",
4907 "type": "custom"
4908 },
4909 {
4910 "url": "https://github.com/fabpot",
4911 "type": "github"
4912 },
4913 {
4914 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4915 "type": "tidelift"
4916 }
4917 ],
4918 "time": "2022-05-24T09:13:51+00:00"
4919 },
c837b233
SL
4920 {
4921 "name": "symfony/process",
92400ae3 4922 "version": "v4.4.41",
c837b233
SL
4923 "source": {
4924 "type": "git",
4925 "url": "https://github.com/symfony/process.git",
92400ae3 4926 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce"
c837b233
SL
4927 },
4928 "dist": {
4929 "type": "zip",
92400ae3
SL
4930 "url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce",
4931 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce",
c837b233
SL
4932 "shasum": ""
4933 },
4934 "require": {
92400ae3
SL
4935 "php": ">=7.1.3",
4936 "symfony/polyfill-php80": "^1.16"
a892989e 4937 },
0e24103e 4938 "type": "library",
0e24103e 4939 "autoload": {
c837b233 4940 "psr-4": {
0e24103e 4941 "Symfony\\Component\\Process\\": ""
c837b233
SL
4942 },
4943 "exclude-from-classmap": [
4944 "/Tests/"
4945 ]
0e24103e
TO
4946 },
4947 "notification-url": "https://packagist.org/downloads/",
4948 "license": [
4949 "MIT"
4950 ],
4951 "authors": [
0e24103e 4952 {
40787e18
TO
4953 "name": "Fabien Potencier",
4954 "email": "fabien@symfony.com"
a892989e
DS
4955 },
4956 {
4957 "name": "Symfony Community",
4958 "homepage": "https://symfony.com/contributors"
0e24103e
TO
4959 }
4960 ],
92400ae3
SL
4961 "description": "Executes commands in sub-processes",
4962 "homepage": "https://symfony.com",
4963 "support": {
4964 "source": "https://github.com/symfony/process/tree/v4.4.41"
4965 },
4966 "funding": [
4967 {
4968 "url": "https://symfony.com/sponsor",
4969 "type": "custom"
4970 },
4971 {
4972 "url": "https://github.com/fabpot",
4973 "type": "github"
4974 },
4975 {
4976 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4977 "type": "tidelift"
4978 }
4979 ],
4980 "time": "2022-04-04T10:19:07+00:00"
4981 },
4982 {
4983 "name": "symfony/service-contracts",
571a9a90 4984 "version": "v2.2.0",
92400ae3
SL
4985 "source": {
4986 "type": "git",
4987 "url": "https://github.com/symfony/service-contracts.git",
571a9a90 4988 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
92400ae3
SL
4989 },
4990 "dist": {
4991 "type": "zip",
571a9a90
SL
4992 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
4993 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
92400ae3
SL
4994 "shasum": ""
4995 },
4996 "require": {
4997 "php": ">=7.2.5",
571a9a90 4998 "psr/container": "^1.0"
92400ae3
SL
4999 },
5000 "suggest": {
5001 "symfony/service-implementation": ""
5002 },
5003 "type": "library",
5004 "extra": {
5005 "branch-alias": {
571a9a90 5006 "dev-master": "2.2-dev"
92400ae3
SL
5007 },
5008 "thanks": {
5009 "name": "symfony/contracts",
5010 "url": "https://github.com/symfony/contracts"
5011 }
5012 },
5013 "autoload": {
5014 "psr-4": {
5015 "Symfony\\Contracts\\Service\\": ""
5016 }
5017 },
5018 "notification-url": "https://packagist.org/downloads/",
5019 "license": [
5020 "MIT"
5021 ],
5022 "authors": [
5023 {
5024 "name": "Nicolas Grekas",
5025 "email": "p@tchwork.com"
5026 },
5027 {
5028 "name": "Symfony Community",
5029 "homepage": "https://symfony.com/contributors"
5030 }
5031 ],
5032 "description": "Generic abstractions related to writing services",
a892989e 5033 "homepage": "https://symfony.com",
92400ae3
SL
5034 "keywords": [
5035 "abstractions",
5036 "contracts",
5037 "decoupling",
5038 "interfaces",
5039 "interoperability",
5040 "standards"
5041 ],
5edd7515 5042 "support": {
571a9a90 5043 "source": "https://github.com/symfony/service-contracts/tree/master"
5edd7515 5044 },
094bc972 5045 "funding": [
5046 {
5047 "url": "https://symfony.com/sponsor",
5048 "type": "custom"
5049 },
5050 {
5051 "url": "https://github.com/fabpot",
5052 "type": "github"
5053 },
5054 {
5055 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5056 "type": "tidelift"
5057 }
5058 ],
571a9a90 5059 "time": "2020-09-07T11:33:47+00:00"
0e24103e 5060 },
10e59978 5061 {
5062 "name": "symfony/var-dumper",
5edd7515 5063 "version": "v3.4.47",
10e59978 5064 "source": {
5065 "type": "git",
5066 "url": "https://github.com/symfony/var-dumper.git",
5edd7515 5067 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
10e59978 5068 },
5069 "dist": {
5070 "type": "zip",
5edd7515
SL
5071 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
5072 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
10e59978 5073 "shasum": ""
5074 },
5075 "require": {
5076 "php": "^5.5.9|>=7.0.8",
5077 "symfony/polyfill-mbstring": "~1.0"
5078 },
5079 "conflict": {
5080 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5081 },
5082 "require-dev": {
5083 "ext-iconv": "*",
5084 "twig/twig": "~1.34|~2.4"
5085 },
5086 "suggest": {
5087 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5088 "ext-intl": "To show region name in time zone dump",
5089 "ext-symfony_debug": ""
5090 },
5091 "type": "library",
10e59978 5092 "autoload": {
5093 "files": [
5094 "Resources/functions/dump.php"
5095 ],
5096 "psr-4": {
5097 "Symfony\\Component\\VarDumper\\": ""
5098 },
5099 "exclude-from-classmap": [
5100 "/Tests/"
5101 ]
5102 },
5103 "notification-url": "https://packagist.org/downloads/",
5104 "license": [
5105 "MIT"
5106 ],
5107 "authors": [
5108 {
5109 "name": "Nicolas Grekas",
5110 "email": "p@tchwork.com"
5111 },
5112 {
5113 "name": "Symfony Community",
5114 "homepage": "https://symfony.com/contributors"
5115 }
5116 ],
5117 "description": "Symfony mechanism for exploring and dumping PHP variables",
5118 "homepage": "https://symfony.com",
5119 "keywords": [
5120 "debug",
5121 "dump"
5122 ],
5edd7515
SL
5123 "support": {
5124 "source": "https://github.com/symfony/var-dumper/tree/v3.4.47"
5125 },
10e59978 5126 "funding": [
5127 {
5128 "url": "https://symfony.com/sponsor",
5129 "type": "custom"
5130 },
5131 {
5132 "url": "https://github.com/fabpot",
5133 "type": "github"
5134 },
5135 {
5136 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5137 "type": "tidelift"
5138 }
5139 ],
5edd7515 5140 "time": "2020-10-24T10:57:07+00:00"
10e59978 5141 },
f6c3a87a
CB
5142 {
5143 "name": "tecnickcom/tcpdf",
465837ba 5144 "version": "6.4.4",
f6c3a87a
CB
5145 "source": {
5146 "type": "git",
5147 "url": "https://github.com/tecnickcom/TCPDF.git",
465837ba 5148 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
f6c3a87a
CB
5149 },
5150 "dist": {
5151 "type": "zip",
465837ba
SL
5152 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
5153 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
f6c3a87a
CB
5154 "shasum": ""
5155 },
5156 "require": {
5157 "php": ">=5.3.0"
5158 },
5159 "type": "library",
5160 "autoload": {
5161 "classmap": [
f6c3a87a
CB
5162 "config",
5163 "include",
5164 "tcpdf.php",
5165 "tcpdf_parser.php",
5166 "tcpdf_import.php",
5167 "tcpdf_barcodes_1d.php",
5168 "tcpdf_barcodes_2d.php",
5169 "include/tcpdf_colors.php",
5170 "include/tcpdf_filters.php",
5171 "include/tcpdf_font_data.php",
5172 "include/tcpdf_fonts.php",
5173 "include/tcpdf_images.php",
5174 "include/tcpdf_static.php",
5175 "include/barcodes/datamatrix.php",
5176 "include/barcodes/pdf417.php",
5177 "include/barcodes/qrcode.php"
5178 ]
5179 },
5180 "notification-url": "https://packagist.org/downloads/",
5181 "license": [
b55dd020 5182 "LGPL-3.0-only"
f6c3a87a
CB
5183 ],
5184 "authors": [
5185 {
5186 "name": "Nicola Asuni",
5187 "email": "info@tecnick.com",
679b306e 5188 "role": "lead"
f6c3a87a
CB
5189 }
5190 ],
5191 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5192 "homepage": "http://www.tcpdf.org/",
5193 "keywords": [
5194 "PDFD32000-2008",
5195 "TCPDF",
5196 "barcodes",
5197 "datamatrix",
5198 "pdf",
5199 "pdf417",
5200 "qrcode"
5201 ],
2cfebb82
SL
5202 "support": {
5203 "issues": "https://github.com/tecnickcom/TCPDF/issues",
465837ba 5204 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
2cfebb82
SL
5205 },
5206 "funding": [
5207 {
5208 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5209 "type": "custom"
5210 }
5211 ],
465837ba 5212 "time": "2021-12-31T08:39:24+00:00"
f6c3a87a 5213 },
79e677dd
TO
5214 {
5215 "name": "togos/gitignore",
5216 "version": "1.1.1",
5217 "source": {
5218 "type": "git",
5219 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
5220 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
5221 },
5222 "dist": {
5223 "type": "zip",
5224 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5225 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5226 "shasum": ""
5227 },
5228 "require": {
5229 "php": ">=5.2"
5230 },
5231 "require-dev": {
5232 "togos/simpler-test": "1.1.1"
5233 },
5234 "type": "library",
5235 "autoload": {
5236 "psr-0": {
5237 "TOGoS_GitIgnore_": "src/main/php/"
5238 }
5239 },
5240 "notification-url": "https://packagist.org/downloads/",
5241 "license": [
5242 "MIT"
5243 ],
5244 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
1d48b8dd
TO
5245 "support": {
5246 "issues": "https://github.com/TOGoS/PHPGitIgnore/issues",
5247 "source": "https://github.com/TOGoS/PHPGitIgnore/tree/master"
5248 },
79e677dd
TO
5249 "time": "2019-04-19T19:16:58+00:00"
5250 },
0a4cb750
TO
5251 {
5252 "name": "totten/ca-config",
15c86abf 5253 "version": "v22.05.0",
0a4cb750
TO
5254 "source": {
5255 "type": "git",
5256 "url": "https://github.com/totten/ca_config.git",
15c86abf 5257 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db"
0a4cb750
TO
5258 },
5259 "dist": {
5260 "type": "zip",
15c86abf 5261 "url": "https://api.github.com/repos/totten/ca_config/zipball/5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
5262 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
0a4cb750
TO
5263 "shasum": ""
5264 },
5265 "require": {
5266 "php": ">=5.2"
5267 },
5268 "type": "library",
5269 "autoload": {
5270 "psr-0": {
5271 "CA_Config": "src/"
5272 }
5273 },
5274 "notification-url": "https://packagist.org/downloads/",
5275 "license": [
5276 "BSD-2-Clause"
5277 ],
5278 "authors": [
5279 {
5280 "name": "Tim Otten",
5281 "email": "to-git@think.hm"
5282 }
5283 ],
5284 "description": "Default configuration for certificate authorities",
5285 "homepage": "https://github.com/totten/ca_config",
1d48b8dd
TO
5286 "support": {
5287 "issues": "https://github.com/totten/ca_config/issues",
15c86abf 5288 "source": "https://github.com/totten/ca_config/tree/v22.05.0"
1d48b8dd 5289 },
15c86abf 5290 "time": "2022-05-05T05:35:59+00:00"
16b60c30 5291 },
4034556f
TO
5292 {
5293 "name": "totten/lurkerlite",
5294 "version": "1.3.0",
5295 "source": {
5296 "type": "git",
5297 "url": "https://github.com/totten/Lurker.git",
5298 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
5299 },
5300 "dist": {
5301 "type": "zip",
5302 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
5303 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
5304 "shasum": ""
5305 },
5306 "require": {
5307 "php": ">=5.3.3"
5308 },
5309 "replace": {
5310 "henrikbjorn/lurker": "*"
5311 },
5312 "suggest": {
5313 "ext-inotify": ">=0.1.6"
5314 },
5315 "type": "library",
5316 "extra": {
5317 "branch-alias": {
5318 "dev-master": "1.3.x-dev"
5319 }
5320 },
5321 "autoload": {
5322 "psr-0": {
5323 "Lurker": "src"
5324 }
5325 },
5326 "notification-url": "https://packagist.org/downloads/",
5327 "license": [
5328 "MIT"
5329 ],
5330 "authors": [
5331 {
5332 "name": "Konstantin Kudryashov",
5333 "email": "ever.zet@gmail.com"
5334 },
5335 {
5336 "name": "Yaroslav Kiliba",
5337 "email": "om.dattaya@gmail.com"
5338 },
5339 {
5340 "name": "Henrik Bjrnskov",
5341 "email": "henrik@bjrnskov.dk"
5342 }
5343 ],
5344 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
5345 "keywords": [
5346 "filesystem",
5347 "resource",
5348 "watching"
5349 ],
1d48b8dd
TO
5350 "support": {
5351 "source": "https://github.com/totten/Lurker/tree/1.3.0"
5352 },
4034556f
TO
5353 "time": "2020-09-01T10:01:01+00:00"
5354 },
c5abc6ae
SL
5355 {
5356 "name": "tplaner/when",
ab242d96 5357 "version": "3.0.0+php53",
c5abc6ae
SL
5358 "dist": {
5359 "type": "zip",
6086c345 5360 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
5361 },
5362 "require": {
5363 "php": ">=5.3.0"
5364 },
5365 "require-dev": {
ab242d96 5366 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
5367 },
5368 "type": "library",
5369 "autoload": {
5370 "psr-4": {
5371 "When\\": "src/"
5372 }
5373 },
c5abc6ae
SL
5374 "license": [
5375 "MIT"
5376 ],
5377 "authors": [
5378 {
5379 "name": "Tom Planer",
5380 "email": "tplaner@gmail.com"
5381 }
5382 ],
5383 "description": "Date/Calendar recursion library.",
5384 "homepage": "https://github.com/tplaner/When",
5385 "keywords": [
ab242d96 5386 "DateTime",
c5abc6ae 5387 "date",
c5abc6ae 5388 "recurrence",
c5abc6ae 5389 "time"
ab242d96 5390 ]
c5abc6ae 5391 },
4fed6a99
TO
5392 {
5393 "name": "tubalmartin/cssmin",
5394 "version": "v4.1.1",
5395 "source": {
5396 "type": "git",
5397 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
5398 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
5399 },
5400 "dist": {
5401 "type": "zip",
5402 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5403 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5404 "shasum": ""
5405 },
5406 "require": {
5407 "ext-pcre": "*",
5408 "php": ">=5.3.2"
5409 },
5410 "require-dev": {
5411 "cogpowered/finediff": "0.3.*",
5412 "phpunit/phpunit": "4.8.*"
5413 },
5414 "bin": [
5415 "cssmin"
5416 ],
5417 "type": "library",
5418 "autoload": {
5419 "psr-4": {
5420 "tubalmartin\\CssMin\\": "src"
5421 }
5422 },
5423 "notification-url": "https://packagist.org/downloads/",
5424 "license": [
5425 "BSD-3-Clause"
5426 ],
5427 "authors": [
5428 {
5429 "name": "Túbal Martín",
5430 "homepage": "http://tubalmartin.me/"
5431 }
5432 ],
5433 "description": "A PHP port of the YUI CSS compressor",
5434 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
5435 "keywords": [
5436 "compress",
5437 "compressor",
5438 "css",
5439 "cssmin",
5440 "minify",
5441 "yui"
5442 ],
1d48b8dd
TO
5443 "support": {
5444 "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
5445 "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
5446 },
4fed6a99
TO
5447 "time": "2018-01-15T15:26:51+00:00"
5448 },
2d38c687
PF
5449 {
5450 "name": "typo3/phar-stream-wrapper",
5451 "version": "v3.1.4",
5452 "source": {
5453 "type": "git",
5454 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
5455 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
5456 },
5457 "dist": {
5458 "type": "zip",
5459 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5460 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5461 "shasum": ""
5462 },
5463 "require": {
5464 "ext-json": "*",
5465 "php": "^7.0"
5466 },
5467 "require-dev": {
5468 "ext-xdebug": "*",
5469 "phpunit/phpunit": "^6.5"
5470 },
5471 "suggest": {
5472 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
5473 },
5474 "type": "library",
5475 "extra": {
5476 "branch-alias": {
5477 "dev-master": "v3.x-dev"
5478 }
5479 },
5480 "autoload": {
5481 "psr-4": {
5482 "TYPO3\\PharStreamWrapper\\": "src/"
5483 }
5484 },
5485 "notification-url": "https://packagist.org/downloads/",
5486 "license": [
5487 "MIT"
5488 ],
5489 "description": "Interceptors for PHP's native phar:// stream handling",
5490 "homepage": "https://typo3.org/",
5491 "keywords": [
5492 "phar",
5493 "php",
5494 "security",
5495 "stream-wrapper"
5496 ],
1d48b8dd
TO
5497 "support": {
5498 "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
5499 "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master"
5500 },
2d38c687
PF
5501 "time": "2019-12-10T11:53:27+00:00"
5502 },
4c6c3076
SL
5503 {
5504 "name": "xkerman/restricted-unserialize",
5505 "version": "1.1.12",
5506 "source": {
5507 "type": "git",
5508 "url": "https://github.com/xKerman/restricted-unserialize.git",
5509 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
5510 },
5511 "dist": {
5512 "type": "zip",
5513 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
5514 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
5515 "shasum": ""
5516 },
5517 "require": {
5518 "php": ">=5.2"
5519 },
5520 "require-dev": {
5521 "nikic/php-parser": "^1.4|^3.0|^4.2",
5522 "phpmd/phpmd": "^2.6",
5523 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
5524 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
5525 "squizlabs/php_codesniffer": "^2.9|^3.4"
5526 },
5527 "type": "library",
5528 "autoload": {
5529 "files": [
5530 "src/function.php"
5531 ],
5532 "psr-4": {
5533 "xKerman\\Restricted\\": "src"
5534 }
5535 },
5536 "notification-url": "https://packagist.org/downloads/",
5537 "license": [
5538 "MIT"
5539 ],
5540 "authors": [
5541 {
5542 "name": "xKerman",
5543 "email": "xKhorasan@gmail.com"
5544 }
5545 ],
5546 "description": "provide PHP Object Injection safe unserialize function",
5547 "keywords": [
5548 "PHP Object Injection",
5549 "deserialize",
5550 "unserialize"
5551 ],
1d48b8dd
TO
5552 "support": {
5553 "issues": "https://github.com/xKerman/restricted-unserialize/issues",
5554 "source": "https://github.com/xKerman/restricted-unserialize/tree/1.1.12"
5555 },
4c6c3076
SL
5556 "time": "2019-08-11T00:04:39+00:00"
5557 },
16b60c30
TO
5558 {
5559 "name": "zetacomponents/base",
9e54c0da 5560 "version": "1.9.3",
16b60c30
TO
5561 "source": {
5562 "type": "git",
5563 "url": "https://github.com/zetacomponents/Base.git",
9e54c0da 5564 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8"
16b60c30
TO
5565 },
5566 "dist": {
5567 "type": "zip",
9e54c0da
SL
5568 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
5569 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
16b60c30
TO
5570 "shasum": ""
5571 },
16924c84 5572 "require-dev": {
9e54c0da 5573 "phpunit/phpunit": "~8.0",
16924c84 5574 "zetacomponents/unit-test": "*"
5575 },
16b60c30
TO
5576 "type": "library",
5577 "autoload": {
5578 "classmap": [
5579 "src"
5580 ]
5581 },
5582 "notification-url": "https://packagist.org/downloads/",
5583 "license": [
16924c84 5584 "Apache-2.0"
16b60c30
TO
5585 ],
5586 "authors": [
5587 {
5588 "name": "Sergey Alexeev"
5589 },
5590 {
5591 "name": "Sebastian Bergmann"
5592 },
5593 {
5594 "name": "Jan Borsodi"
5595 },
5596 {
5597 "name": "Raymond Bosman"
5598 },
5599 {
5600 "name": "Frederik Holljen"
5601 },
5602 {
5603 "name": "Kore Nordmann"
5604 },
5605 {
5606 "name": "Derick Rethans"
5607 },
5608 {
5609 "name": "Vadym Savchuk"
5610 },
5611 {
5612 "name": "Tobias Schlitt"
5613 },
5614 {
5615 "name": "Alexandru Stanoi"
5616 }
5617 ],
5618 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
5619 "homepage": "https://github.com/zetacomponents",
1d48b8dd
TO
5620 "support": {
5621 "issues": "https://github.com/zetacomponents/Base/issues",
9e54c0da 5622 "source": "https://github.com/zetacomponents/Base/tree/1.9.3"
1d48b8dd 5623 },
9e54c0da 5624 "time": "2021-07-25T15:46:08+00:00"
16b60c30
TO
5625 },
5626 {
5627 "name": "zetacomponents/mail",
b55dd020 5628 "version": "1.9.2",
16b60c30
TO
5629 "source": {
5630 "type": "git",
8a1794a9 5631 "url": "https://github.com/zetacomponents/Mail.git",
b55dd020 5632 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
8a1794a9
SL
5633 },
5634 "dist": {
5635 "type": "zip",
b55dd020
SL
5636 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
5637 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
8a1794a9 5638 "shasum": ""
16924c84 5639 },
5640 "require": {
5641 "zetacomponents/base": "~1.8"
5642 },
5643 "require-dev": {
b55dd020 5644 "phpunit/phpunit": "~7.5",
16924c84 5645 "zetacomponents/unit-test": "*"
16b60c30
TO
5646 },
5647 "type": "library",
5648 "autoload": {
5649 "classmap": [
5650 "src"
5651 ]
5652 },
8a1794a9 5653 "notification-url": "https://packagist.org/downloads/",
16b60c30 5654 "license": [
16924c84 5655 "Apache-2.0"
16b60c30
TO
5656 ],
5657 "authors": [
5658 {
5659 "name": "Sergey Alexeev"
5660 },
5661 {
5662 "name": "Sebastian Bergmann"
5663 },
5664 {
5665 "name": "Jan Borsodi"
5666 },
5667 {
5668 "name": "Raymond Bosman"
5669 },
5670 {
5671 "name": "Frederik Holljen"
5672 },
5673 {
5674 "name": "Kore Nordmann"
5675 },
5676 {
5677 "name": "Derick Rethans"
5678 },
5679 {
5680 "name": "Vadym Savchuk"
5681 },
5682 {
5683 "name": "Tobias Schlitt"
5684 },
5685 {
5686 "name": "Alexandru Stanoi"
5687 },
16b60c30 5688 {
8a1794a9 5689 "name": "Sinisa Dukaric"
16b60c30
TO
5690 },
5691 {
8a1794a9 5692 "name": "Mikko Koppanen"
bd63411f 5693 },
5694 {
5695 "name": "Christian Michel"
16b60c30
TO
5696 }
5697 ],
5698 "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.",
5699 "homepage": "https://github.com/zetacomponents",
1d48b8dd
TO
5700 "support": {
5701 "issues": "https://github.com/zetacomponents/Mail/issues",
5702 "source": "https://github.com/zetacomponents/Mail/tree/1.9.2"
5703 },
7d792d0f 5704 "time": "2020-06-13T12:38:26+00:00"
0a4cb750
TO
5705 }
5706 ],
b4998943 5707 "packages-dev": [],
0a4cb750
TO
5708 "aliases": [],
5709 "minimum-stability": "stable",
436e8384 5710 "stability-flags": [],
0a4cb750
TO
5711 "prefer-stable": false,
5712 "prefer-lowest": false,
133dc2c2 5713 "platform": {
5b9bd296 5714 "php": "~7.2.5 || ~7.3 || ~8",
094bc972 5715 "ext-intl": "*",
5716 "ext-json": "*"
133dc2c2 5717 },
dc3ace93
TO
5718 "platform-dev": [],
5719 "platform-overrides": {
5b9bd296 5720 "php": "7.2.5"
10e59978 5721 },
57e4e2fc 5722 "plugin-api-version": "2.3.0"
0a4cb750 5723}