Adding LibreJS back after bundles refactor upstream
[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 ],
f58234e2 7 "content-hash": "dabb3c7d59caccf8b70e618133cea611",
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",
2317ace8 3055 "version": "1.0.0",
c2b44ba2
SL
3056 "source": {
3057 "type": "git",
3058 "url": "https://github.com/php-fig/container.git",
2317ace8 3059 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
c2b44ba2
SL
3060 },
3061 "dist": {
3062 "type": "zip",
2317ace8
SL
3063 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
3064 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
c2b44ba2
SL
3065 "shasum": ""
3066 },
3067 "require": {
2317ace8 3068 "php": ">=5.3.0"
c2b44ba2
SL
3069 },
3070 "type": "library",
2317ace8
SL
3071 "extra": {
3072 "branch-alias": {
3073 "dev-master": "1.0.x-dev"
3074 }
3075 },
c2b44ba2
SL
3076 "autoload": {
3077 "psr-4": {
3078 "Psr\\Container\\": "src/"
3079 }
3080 },
3081 "notification-url": "https://packagist.org/downloads/",
3082 "license": [
3083 "MIT"
3084 ],
3085 "authors": [
3086 {
3087 "name": "PHP-FIG",
2317ace8 3088 "homepage": "http://www.php-fig.org/"
c2b44ba2
SL
3089 }
3090 ],
3091 "description": "Common Container Interface (PHP FIG PSR-11)",
3092 "homepage": "https://github.com/php-fig/container",
3093 "keywords": [
3094 "PSR-11",
3095 "container",
3096 "container-interface",
3097 "container-interop",
3098 "psr"
3099 ],
1d48b8dd
TO
3100 "support": {
3101 "issues": "https://github.com/php-fig/container/issues",
2317ace8 3102 "source": "https://github.com/php-fig/container/tree/master"
1d48b8dd 3103 },
2317ace8 3104 "time": "2017-02-14T16:28:37+00:00"
c2b44ba2 3105 },
44b5fddd
CW
3106 {
3107 "name": "psr/http-client",
3108 "version": "1.0.1",
3109 "source": {
3110 "type": "git",
3111 "url": "https://github.com/php-fig/http-client.git",
3112 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3113 },
3114 "dist": {
3115 "type": "zip",
3116 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3117 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3118 "shasum": ""
3119 },
3120 "require": {
3121 "php": "^7.0 || ^8.0",
3122 "psr/http-message": "^1.0"
3123 },
3124 "type": "library",
3125 "extra": {
3126 "branch-alias": {
3127 "dev-master": "1.0.x-dev"
3128 }
3129 },
3130 "autoload": {
3131 "psr-4": {
3132 "Psr\\Http\\Client\\": "src/"
3133 }
3134 },
3135 "notification-url": "https://packagist.org/downloads/",
3136 "license": [
3137 "MIT"
3138 ],
3139 "authors": [
3140 {
3141 "name": "PHP-FIG",
3142 "homepage": "http://www.php-fig.org/"
3143 }
3144 ],
3145 "description": "Common interface for HTTP clients",
3146 "homepage": "https://github.com/php-fig/http-client",
3147 "keywords": [
3148 "http",
3149 "http-client",
3150 "psr",
3151 "psr-18"
3152 ],
3153 "support": {
3154 "source": "https://github.com/php-fig/http-client/tree/master"
3155 },
3156 "time": "2020-06-29T06:28:15+00:00"
3157 },
3158 {
3159 "name": "psr/http-factory",
3160 "version": "1.0.1",
3161 "source": {
3162 "type": "git",
3163 "url": "https://github.com/php-fig/http-factory.git",
3164 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3165 },
3166 "dist": {
3167 "type": "zip",
3168 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3169 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3170 "shasum": ""
3171 },
3172 "require": {
3173 "php": ">=7.0.0",
3174 "psr/http-message": "^1.0"
3175 },
3176 "type": "library",
3177 "extra": {
3178 "branch-alias": {
3179 "dev-master": "1.0.x-dev"
3180 }
3181 },
3182 "autoload": {
3183 "psr-4": {
3184 "Psr\\Http\\Message\\": "src/"
3185 }
3186 },
3187 "notification-url": "https://packagist.org/downloads/",
3188 "license": [
3189 "MIT"
3190 ],
3191 "authors": [
3192 {
3193 "name": "PHP-FIG",
3194 "homepage": "http://www.php-fig.org/"
3195 }
3196 ],
3197 "description": "Common interfaces for PSR-7 HTTP message factories",
3198 "keywords": [
3199 "factory",
3200 "http",
3201 "message",
3202 "psr",
3203 "psr-17",
3204 "psr-7",
3205 "request",
3206 "response"
3207 ],
3208 "support": {
3209 "source": "https://github.com/php-fig/http-factory/tree/master"
3210 },
3211 "time": "2019-04-30T12:38:16+00:00"
3212 },
f9bdf062 3213 {
3214 "name": "psr/http-message",
3215 "version": "1.0.1",
3216 "source": {
3217 "type": "git",
3218 "url": "https://github.com/php-fig/http-message.git",
3219 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3220 },
3221 "dist": {
3222 "type": "zip",
3223 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3224 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3225 "shasum": ""
3226 },
3227 "require": {
3228 "php": ">=5.3.0"
3229 },
3230 "type": "library",
3231 "extra": {
3232 "branch-alias": {
3233 "dev-master": "1.0.x-dev"
3234 }
3235 },
3236 "autoload": {
3237 "psr-4": {
3238 "Psr\\Http\\Message\\": "src/"
3239 }
3240 },
3241 "notification-url": "https://packagist.org/downloads/",
3242 "license": [
3243 "MIT"
3244 ],
3245 "authors": [
3246 {
3247 "name": "PHP-FIG",
3248 "homepage": "http://www.php-fig.org/"
3249 }
3250 ],
3251 "description": "Common interface for HTTP messages",
3252 "homepage": "https://github.com/php-fig/http-message",
3253 "keywords": [
3254 "http",
3255 "http-message",
3256 "psr",
3257 "psr-7",
3258 "request",
3259 "response"
3260 ],
1d48b8dd
TO
3261 "support": {
3262 "source": "https://github.com/php-fig/http-message/tree/master"
3263 },
f9bdf062 3264 "time": "2016-08-06T14:39:51+00:00"
3265 },
fd6605f0
JK
3266 {
3267 "name": "psr/log",
e32ed52b 3268 "version": "1.1.3",
0a4cb750
TO
3269 "source": {
3270 "type": "git",
3271 "url": "https://github.com/php-fig/log.git",
e32ed52b 3272 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
0a4cb750
TO
3273 },
3274 "dist": {
3275 "type": "zip",
e32ed52b 3276 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
3277 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
0a4cb750
TO
3278 "shasum": ""
3279 },
2ac97b20
SL
3280 "require": {
3281 "php": ">=5.3.0"
3282 },
0a4cb750 3283 "type": "library",
2ac97b20
SL
3284 "extra": {
3285 "branch-alias": {
0a5cc337 3286 "dev-master": "1.1.x-dev"
2ac97b20
SL
3287 }
3288 },
0a4cb750 3289 "autoload": {
2ac97b20
SL
3290 "psr-4": {
3291 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
3292 }
3293 },
3294 "notification-url": "https://packagist.org/downloads/",
3295 "license": [
3296 "MIT"
3297 ],
3298 "authors": [
3299 {
3300 "name": "PHP-FIG",
3301 "homepage": "http://www.php-fig.org/"
3302 }
3303 ],
3304 "description": "Common interface for logging libraries",
2ac97b20 3305 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
3306 "keywords": [
3307 "log",
3308 "psr",
3309 "psr-3"
3310 ],
1d48b8dd
TO
3311 "support": {
3312 "source": "https://github.com/php-fig/log/tree/1.1.3"
3313 },
e32ed52b 3314 "time": "2020-03-23T09:12:05+00:00"
0a4cb750 3315 },
6c1c4ffc
TO
3316 {
3317 "name": "psr/simple-cache",
3318 "version": "1.0.1",
3319 "source": {
3320 "type": "git",
3321 "url": "https://github.com/php-fig/simple-cache.git",
3322 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3323 },
3324 "dist": {
3325 "type": "zip",
3326 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3327 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3328 "shasum": ""
3329 },
3330 "require": {
3331 "php": ">=5.3.0"
3332 },
3333 "type": "library",
3334 "extra": {
3335 "branch-alias": {
3336 "dev-master": "1.0.x-dev"
3337 }
3338 },
3339 "autoload": {
3340 "psr-4": {
3341 "Psr\\SimpleCache\\": "src/"
3342 }
3343 },
3344 "notification-url": "https://packagist.org/downloads/",
3345 "license": [
3346 "MIT"
3347 ],
3348 "authors": [
3349 {
3350 "name": "PHP-FIG",
3351 "homepage": "http://www.php-fig.org/"
3352 }
3353 ],
3354 "description": "Common interfaces for simple caching",
3355 "keywords": [
3356 "cache",
3357 "caching",
3358 "psr",
3359 "psr-16",
3360 "simple-cache"
3361 ],
1d48b8dd
TO
3362 "support": {
3363 "source": "https://github.com/php-fig/simple-cache/tree/master"
3364 },
6c1c4ffc
TO
3365 "time": "2017-10-23T01:57:42+00:00"
3366 },
bd4dda2a 3367 {
3368 "name": "ralouphie/getallheaders",
3369 "version": "3.0.3",
3370 "source": {
3371 "type": "git",
3372 "url": "https://github.com/ralouphie/getallheaders.git",
3373 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3374 },
3375 "dist": {
3376 "type": "zip",
3377 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3378 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3379 "shasum": ""
3380 },
3381 "require": {
3382 "php": ">=5.6"
3383 },
3384 "require-dev": {
3385 "php-coveralls/php-coveralls": "^2.1",
3386 "phpunit/phpunit": "^5 || ^6.5"
3387 },
3388 "type": "library",
3389 "autoload": {
3390 "files": [
3391 "src/getallheaders.php"
3392 ]
3393 },
3394 "notification-url": "https://packagist.org/downloads/",
3395 "license": [
3396 "MIT"
3397 ],
3398 "authors": [
3399 {
3400 "name": "Ralph Khattar",
3401 "email": "ralph.khattar@gmail.com"
3402 }
3403 ],
3404 "description": "A polyfill for getallheaders.",
1d48b8dd
TO
3405 "support": {
3406 "issues": "https://github.com/ralouphie/getallheaders/issues",
3407 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3408 },
bd4dda2a 3409 "time": "2019-03-08T08:55:37+00:00"
3410 },
a0f0777e
EM
3411 {
3412 "name": "rubobaquero/phpquery",
3413 "version": "0.9.15",
3414 "source": {
3415 "type": "git",
3416 "url": "https://github.com/rubobaquero/phpquery.git",
3417 "reference": "d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe"
3418 },
3419 "dist": {
3420 "type": "zip",
3421 "url": "https://api.github.com/repos/rubobaquero/phpquery/zipball/d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe",
3422 "reference": "d2c3c1bb8a9d48dd0f1230bda2413ce38108b5fe",
3423 "shasum": ""
3424 },
3425 "require": {
3426 "php": ">=5.3.0"
3427 },
3428 "type": "library",
3429 "autoload": {
3430 "classmap": [
3431 "phpQuery/"
3432 ]
3433 },
3434 "notification-url": "https://packagist.org/downloads/",
3435 "license": [
3436 "MIT"
3437 ],
3438 "authors": [
3439 {
3440 "name": "didier Belot",
3441 "homepage": "https://github.com/electrolinux/phpquery",
3442 "role": "Packager, maintainer"
3443 },
3444 {
3445 "name": "Tobiasz Cudnik",
3446 "email": "tobiasz.cudnik@gmail.com",
3447 "homepage": "https://github.com/TobiaszCudnik",
3448 "role": "Developer"
3449 }
3450 ],
3451 "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
3452 "homepage": "http://code.google.com/p/phpquery/",
3453 "support": {
3454 "source": "https://github.com/rubobaquero/phpquery/tree/0.9.15"
3455 },
3456 "time": "2022-05-03T12:31:11+00:00"
3457 },
bd48ca3f
SL
3458 {
3459 "name": "sabberworm/php-css-parser",
d9ee5636 3460 "version": "8.4.0",
bd48ca3f
SL
3461 "source": {
3462 "type": "git",
3463 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
d9ee5636 3464 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
bd48ca3f
SL
3465 },
3466 "dist": {
3467 "type": "zip",
d9ee5636
SL
3468 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
3469 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
bd48ca3f
SL
3470 "shasum": ""
3471 },
3472 "require": {
d9ee5636
SL
3473 "ext-iconv": "*",
3474 "php": ">=5.6.20"
bd48ca3f 3475 },
b85181d1 3476 "require-dev": {
3477 "codacy/coverage": "^1.4",
d9ee5636
SL
3478 "phpunit/phpunit": "^4.8.36"
3479 },
3480 "suggest": {
3481 "ext-mbstring": "for parsing UTF-8 CSS"
b85181d1 3482 },
bd48ca3f
SL
3483 "type": "library",
3484 "autoload": {
d9ee5636
SL
3485 "psr-4": {
3486 "Sabberworm\\CSS\\": "src/"
bd48ca3f
SL
3487 }
3488 },
3489 "notification-url": "https://packagist.org/downloads/",
3490 "license": [
3491 "MIT"
3492 ],
3493 "authors": [
3494 {
3495 "name": "Raphael Schweikert"
3496 }
3497 ],
3498 "description": "Parser for CSS Files written in PHP",
d9ee5636 3499 "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
bd48ca3f
SL
3500 "keywords": [
3501 "css",
3502 "parser",
3503 "stylesheet"
3504 ],
1d48b8dd
TO
3505 "support": {
3506 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
d9ee5636 3507 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
1d48b8dd 3508 },
d9ee5636 3509 "time": "2021-12-11T13:40:54+00:00"
bd48ca3f 3510 },
4034556f
TO
3511 {
3512 "name": "scssphp/scssphp",
31f66367 3513 "version": "v1.10.3",
4034556f
TO
3514 "source": {
3515 "type": "git",
3516 "url": "https://github.com/scssphp/scssphp.git",
31f66367 3517 "reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713"
4034556f
TO
3518 },
3519 "dist": {
3520 "type": "zip",
31f66367
TO
3521 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/0f1e1516ed2412ad43e42a6a319e77624ba1f713",
3522 "reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713",
4034556f
TO
3523 "shasum": ""
3524 },
3525 "require": {
3526 "ext-ctype": "*",
3527 "ext-json": "*",
3528 "php": ">=5.6.0"
3529 },
3530 "require-dev": {
31f66367
TO
3531 "bamarni/composer-bin-plugin": "^1.4",
3532 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4",
3533 "sass/sass-spec": "*",
4034556f 3534 "squizlabs/php_codesniffer": "~3.5",
31f66367
TO
3535 "symfony/phpunit-bridge": "^5.1",
3536 "thoughtbot/bourbon": "^7.0",
3537 "twbs/bootstrap": "~5.0",
3538 "twbs/bootstrap4": "4.6.1",
4034556f
TO
3539 "zurb/foundation": "~6.5"
3540 },
31f66367
TO
3541 "suggest": {
3542 "ext-iconv": "Can be used as fallback when ext-mbstring is not available",
3543 "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
3544 },
4034556f
TO
3545 "bin": [
3546 "bin/pscss"
3547 ],
3548 "type": "library",
3549 "autoload": {
3550 "psr-4": {
3551 "ScssPhp\\ScssPhp\\": "src/"
3552 }
3553 },
3554 "notification-url": "https://packagist.org/downloads/",
3555 "license": [
3556 "MIT"
3557 ],
3558 "authors": [
3559 {
3560 "name": "Anthon Pang",
3561 "email": "apang@softwaredevelopment.ca",
3562 "homepage": "https://github.com/robocoder"
3563 },
3564 {
3565 "name": "Cédric Morin",
3566 "email": "cedric@yterium.com",
3567 "homepage": "https://github.com/Cerdic"
3568 }
3569 ],
3570 "description": "scssphp is a compiler for SCSS written in PHP.",
3571 "homepage": "http://scssphp.github.io/scssphp/",
3572 "keywords": [
3573 "css",
3574 "less",
3575 "sass",
3576 "scss",
3577 "stylesheet"
3578 ],
1d48b8dd
TO
3579 "support": {
3580 "issues": "https://github.com/scssphp/scssphp/issues",
31f66367 3581 "source": "https://github.com/scssphp/scssphp/tree/v1.10.3"
1d48b8dd 3582 },
31f66367 3583 "time": "2022-05-16T07:22:18+00:00"
4034556f 3584 },
40787e18
TO
3585 {
3586 "name": "symfony/config",
92400ae3 3587 "version": "v4.4.42",
40787e18
TO
3588 "source": {
3589 "type": "git",
a84cc605 3590 "url": "https://github.com/symfony/config.git",
92400ae3 3591 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81"
40787e18
TO
3592 },
3593 "dist": {
3594 "type": "zip",
92400ae3
SL
3595 "url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81",
3596 "reference": "83cdafd1bd3370de23e3dc2ed01026908863be81",
40787e18
TO
3597 "shasum": ""
3598 },
3599 "require": {
92400ae3
SL
3600 "php": ">=7.1.3",
3601 "symfony/filesystem": "^3.4|^4.0|^5.0",
3602 "symfony/polyfill-ctype": "~1.8",
3603 "symfony/polyfill-php80": "^1.16",
3604 "symfony/polyfill-php81": "^1.22"
40787e18 3605 },
c2b44ba2 3606 "conflict": {
92400ae3 3607 "symfony/finder": "<3.4"
c2b44ba2 3608 },
a892989e 3609 "require-dev": {
92400ae3
SL
3610 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
3611 "symfony/finder": "^3.4|^4.0|^5.0",
3612 "symfony/messenger": "^4.1|^5.0",
3613 "symfony/service-contracts": "^1.1|^2",
3614 "symfony/yaml": "^3.4|^4.0|^5.0"
c837b233
SL
3615 },
3616 "suggest": {
3617 "symfony/yaml": "To use the yaml reference dumper"
a892989e 3618 },
40787e18 3619 "type": "library",
40787e18 3620 "autoload": {
c837b233 3621 "psr-4": {
40787e18 3622 "Symfony\\Component\\Config\\": ""
c837b233
SL
3623 },
3624 "exclude-from-classmap": [
3625 "/Tests/"
3626 ]
40787e18
TO
3627 },
3628 "notification-url": "https://packagist.org/downloads/",
3629 "license": [
3630 "MIT"
3631 ],
3632 "authors": [
40787e18
TO
3633 {
3634 "name": "Fabien Potencier",
3635 "email": "fabien@symfony.com"
a892989e
DS
3636 },
3637 {
3638 "name": "Symfony Community",
3639 "homepage": "https://symfony.com/contributors"
40787e18
TO
3640 }
3641 ],
92400ae3 3642 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
a892989e 3643 "homepage": "https://symfony.com",
5edd7515 3644 "support": {
92400ae3 3645 "source": "https://github.com/symfony/config/tree/v4.4.42"
5edd7515 3646 },
094bc972 3647 "funding": [
3648 {
3649 "url": "https://symfony.com/sponsor",
3650 "type": "custom"
3651 },
3652 {
3653 "url": "https://github.com/fabpot",
3654 "type": "github"
3655 },
3656 {
3657 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3658 "type": "tidelift"
3659 }
3660 ],
92400ae3 3661 "time": "2022-05-17T07:10:14+00:00"
40787e18 3662 },
0a4cb750
TO
3663 {
3664 "name": "symfony/dependency-injection",
92400ae3 3665 "version": "v4.4.43",
0a4cb750
TO
3666 "source": {
3667 "type": "git",
a84cc605 3668 "url": "https://github.com/symfony/dependency-injection.git",
92400ae3 3669 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd"
0a4cb750
TO
3670 },
3671 "dist": {
3672 "type": "zip",
92400ae3
SL
3673 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
3674 "reference": "8d0ae6d87ceea5f3a352413f9d1f71ed2234dcbd",
0a4cb750
TO
3675 "shasum": ""
3676 },
3677 "require": {
92400ae3
SL
3678 "php": ">=7.1.3",
3679 "psr/container": "^1.0",
3680 "symfony/polyfill-php80": "^1.16",
3681 "symfony/service-contracts": "^1.1.6|^2"
0a4cb750 3682 },
a892989e 3683 "conflict": {
92400ae3
SL
3684 "symfony/config": "<4.3|>=5.0",
3685 "symfony/finder": "<3.4",
c2b44ba2 3686 "symfony/proxy-manager-bridge": "<3.4",
92400ae3 3687 "symfony/yaml": "<4.4.26"
c2b44ba2
SL
3688 },
3689 "provide": {
92400ae3
SL
3690 "psr/container-implementation": "1.0",
3691 "symfony/service-implementation": "1.0|2.0"
a892989e 3692 },
0a4cb750 3693 "require-dev": {
92400ae3
SL
3694 "symfony/config": "^4.3",
3695 "symfony/expression-language": "^3.4|^4.0|^5.0",
3696 "symfony/yaml": "^4.4.26|^5.0"
0a4cb750
TO
3697 },
3698 "suggest": {
3699 "symfony/config": "",
c837b233 3700 "symfony/expression-language": "For using expressions in service container configuration",
c2b44ba2 3701 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
0a4cb750
TO
3702 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3703 "symfony/yaml": ""
3704 },
3705 "type": "library",
0a4cb750 3706 "autoload": {
c837b233 3707 "psr-4": {
0a4cb750 3708 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
3709 },
3710 "exclude-from-classmap": [
3711 "/Tests/"
3712 ]
0a4cb750
TO
3713 },
3714 "notification-url": "https://packagist.org/downloads/",
3715 "license": [
3716 "MIT"
3717 ],
3718 "authors": [
0a4cb750
TO
3719 {
3720 "name": "Fabien Potencier",
3721 "email": "fabien@symfony.com"
a892989e
DS
3722 },
3723 {
3724 "name": "Symfony Community",
3725 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3726 }
3727 ],
92400ae3 3728 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
a892989e 3729 "homepage": "https://symfony.com",
5edd7515 3730 "support": {
92400ae3 3731 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.43"
5edd7515 3732 },
094bc972 3733 "funding": [
3734 {
3735 "url": "https://symfony.com/sponsor",
3736 "type": "custom"
3737 },
3738 {
3739 "url": "https://github.com/fabpot",
3740 "type": "github"
3741 },
3742 {
3743 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3744 "type": "tidelift"
3745 }
3746 ],
92400ae3
SL
3747 "time": "2022-06-22T15:01:38+00:00"
3748 },
0a4cb750
TO
3749 {
3750 "name": "symfony/event-dispatcher",
92400ae3 3751 "version": "v4.4.42",
0a4cb750
TO
3752 "source": {
3753 "type": "git",
a84cc605 3754 "url": "https://github.com/symfony/event-dispatcher.git",
92400ae3 3755 "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
0a4cb750
TO
3756 },
3757 "dist": {
3758 "type": "zip",
92400ae3
SL
3759 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
3760 "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
0a4cb750
TO
3761 "shasum": ""
3762 },
3763 "require": {
92400ae3
SL
3764 "php": ">=7.1.3",
3765 "symfony/event-dispatcher-contracts": "^1.1",
3766 "symfony/polyfill-php80": "^1.16"
c2b44ba2
SL
3767 },
3768 "conflict": {
92400ae3
SL
3769 "symfony/dependency-injection": "<3.4"
3770 },
3771 "provide": {
3772 "psr/event-dispatcher-implementation": "1.0",
3773 "symfony/event-dispatcher-implementation": "1.1"
0a4cb750
TO
3774 },
3775 "require-dev": {
92400ae3
SL
3776 "psr/log": "^1|^2|^3",
3777 "symfony/config": "^3.4|^4.0|^5.0",
3778 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3779 "symfony/error-handler": "~3.4|~4.4",
3780 "symfony/expression-language": "^3.4|^4.0|^5.0",
3781 "symfony/http-foundation": "^3.4|^4.0|^5.0",
3782 "symfony/service-contracts": "^1.1|^2",
3783 "symfony/stopwatch": "^3.4|^4.0|^5.0"
0a4cb750
TO
3784 },
3785 "suggest": {
3786 "symfony/dependency-injection": "",
3787 "symfony/http-kernel": ""
3788 },
3789 "type": "library",
0a4cb750 3790 "autoload": {
c837b233 3791 "psr-4": {
0a4cb750 3792 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
3793 },
3794 "exclude-from-classmap": [
3795 "/Tests/"
3796 ]
0a4cb750
TO
3797 },
3798 "notification-url": "https://packagist.org/downloads/",
3799 "license": [
3800 "MIT"
3801 ],
3802 "authors": [
0a4cb750
TO
3803 {
3804 "name": "Fabien Potencier",
3805 "email": "fabien@symfony.com"
a892989e
DS
3806 },
3807 {
3808 "name": "Symfony Community",
3809 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3810 }
3811 ],
92400ae3 3812 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
a892989e 3813 "homepage": "https://symfony.com",
5edd7515 3814 "support": {
92400ae3 3815 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
5edd7515 3816 },
094bc972 3817 "funding": [
3818 {
3819 "url": "https://symfony.com/sponsor",
3820 "type": "custom"
3821 },
3822 {
3823 "url": "https://github.com/fabpot",
3824 "type": "github"
3825 },
3826 {
3827 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3828 "type": "tidelift"
3829 }
3830 ],
92400ae3
SL
3831 "time": "2022-05-05T15:33:49+00:00"
3832 },
3833 {
3834 "name": "symfony/event-dispatcher-contracts",
3835 "version": "v1.1.13",
3836 "source": {
3837 "type": "git",
3838 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3839 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
3840 },
3841 "dist": {
3842 "type": "zip",
3843 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
3844 "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
3845 "shasum": ""
3846 },
3847 "require": {
3848 "php": ">=7.1.3"
3849 },
3850 "suggest": {
3851 "psr/event-dispatcher": "",
3852 "symfony/event-dispatcher-implementation": ""
3853 },
3854 "type": "library",
3855 "extra": {
3856 "branch-alias": {
3857 "dev-main": "1.1-dev"
3858 },
3859 "thanks": {
3860 "name": "symfony/contracts",
3861 "url": "https://github.com/symfony/contracts"
3862 }
3863 },
3864 "autoload": {
3865 "psr-4": {
3866 "Symfony\\Contracts\\EventDispatcher\\": ""
3867 }
3868 },
3869 "notification-url": "https://packagist.org/downloads/",
3870 "license": [
3871 "MIT"
3872 ],
3873 "authors": [
3874 {
3875 "name": "Nicolas Grekas",
3876 "email": "p@tchwork.com"
3877 },
3878 {
3879 "name": "Symfony Community",
3880 "homepage": "https://symfony.com/contributors"
3881 }
3882 ],
3883 "description": "Generic abstractions related to dispatching event",
3884 "homepage": "https://symfony.com",
3885 "keywords": [
3886 "abstractions",
3887 "contracts",
3888 "decoupling",
3889 "interfaces",
3890 "interoperability",
3891 "standards"
3892 ],
3893 "support": {
3894 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
3895 },
3896 "funding": [
3897 {
3898 "url": "https://symfony.com/sponsor",
3899 "type": "custom"
3900 },
3901 {
3902 "url": "https://github.com/fabpot",
3903 "type": "github"
3904 },
3905 {
3906 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3907 "type": "tidelift"
3908 }
3909 ],
3910 "time": "2022-01-02T09:41:36+00:00"
40787e18
TO
3911 },
3912 {
3913 "name": "symfony/filesystem",
92400ae3 3914 "version": "v4.4.42",
40787e18
TO
3915 "source": {
3916 "type": "git",
a84cc605 3917 "url": "https://github.com/symfony/filesystem.git",
92400ae3 3918 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
40787e18
TO
3919 },
3920 "dist": {
3921 "type": "zip",
92400ae3
SL
3922 "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
3923 "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
40787e18
TO
3924 "shasum": ""
3925 },
3926 "require": {
92400ae3
SL
3927 "php": ">=7.1.3",
3928 "symfony/polyfill-ctype": "~1.8",
3929 "symfony/polyfill-php80": "^1.16"
a892989e 3930 },
40787e18 3931 "type": "library",
40787e18 3932 "autoload": {
c837b233 3933 "psr-4": {
40787e18 3934 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
3935 },
3936 "exclude-from-classmap": [
3937 "/Tests/"
3938 ]
40787e18
TO
3939 },
3940 "notification-url": "https://packagist.org/downloads/",
3941 "license": [
3942 "MIT"
3943 ],
3944 "authors": [
40787e18 3945 {
d892b317
TO
3946 "name": "Fabien Potencier",
3947 "email": "fabien@symfony.com"
a892989e
DS
3948 },
3949 {
3950 "name": "Symfony Community",
3951 "homepage": "https://symfony.com/contributors"
40787e18
TO
3952 }
3953 ],
92400ae3 3954 "description": "Provides basic utilities for the filesystem",
a892989e 3955 "homepage": "https://symfony.com",
5edd7515 3956 "support": {
92400ae3 3957 "source": "https://github.com/symfony/filesystem/tree/v4.4.42"
5edd7515 3958 },
094bc972 3959 "funding": [
3960 {
3961 "url": "https://symfony.com/sponsor",
3962 "type": "custom"
3963 },
3964 {
3965 "url": "https://github.com/fabpot",
3966 "type": "github"
3967 },
3968 {
3969 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3970 "type": "tidelift"
3971 }
3972 ],
92400ae3 3973 "time": "2022-05-20T08:49:14+00:00"
0a4cb750
TO
3974 },
3975 {
3976 "name": "symfony/finder",
92400ae3 3977 "version": "v4.4.41",
0a4cb750
TO
3978 "source": {
3979 "type": "git",
a892989e 3980 "url": "https://github.com/symfony/finder.git",
92400ae3 3981 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a"
0a4cb750
TO
3982 },
3983 "dist": {
3984 "type": "zip",
92400ae3
SL
3985 "url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a",
3986 "reference": "40790bdf293b462798882ef6da72bb49a4a6633a",
0a4cb750
TO
3987 "shasum": ""
3988 },
3989 "require": {
92400ae3
SL
3990 "php": ">=7.1.3",
3991 "symfony/polyfill-php80": "^1.16"
a892989e 3992 },
0a4cb750 3993 "type": "library",
0a4cb750 3994 "autoload": {
c837b233 3995 "psr-4": {
0a4cb750 3996 "Symfony\\Component\\Finder\\": ""
c837b233
SL
3997 },
3998 "exclude-from-classmap": [
3999 "/Tests/"
4000 ]
0a4cb750
TO
4001 },
4002 "notification-url": "https://packagist.org/downloads/",
4003 "license": [
4004 "MIT"
4005 ],
4006 "authors": [
0a4cb750
TO
4007 {
4008 "name": "Fabien Potencier",
4009 "email": "fabien@symfony.com"
a892989e
DS
4010 },
4011 {
4012 "name": "Symfony Community",
4013 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
4014 }
4015 ],
92400ae3 4016 "description": "Finds files and directories via an intuitive fluent interface",
a892989e 4017 "homepage": "https://symfony.com",
5edd7515 4018 "support": {
92400ae3 4019 "source": "https://github.com/symfony/finder/tree/v4.4.41"
5edd7515
SL
4020 },
4021 "funding": [
4022 {
4023 "url": "https://symfony.com/sponsor",
4024 "type": "custom"
4025 },
4026 {
4027 "url": "https://github.com/fabpot",
4028 "type": "github"
4029 },
4030 {
4031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4032 "type": "tidelift"
4033 }
4034 ],
92400ae3 4035 "time": "2022-04-14T15:36:10+00:00"
0a4cb750 4036 },
0e24103e 4037 {
c837b233 4038 "name": "symfony/polyfill-ctype",
92400ae3 4039 "version": "v1.26.0",
0e24103e
TO
4040 "source": {
4041 "type": "git",
c837b233 4042 "url": "https://github.com/symfony/polyfill-ctype.git",
92400ae3 4043 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
0e24103e
TO
4044 },
4045 "dist": {
4046 "type": "zip",
92400ae3
SL
4047 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
4048 "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
0e24103e
TO
4049 "shasum": ""
4050 },
4051 "require": {
92400ae3
SL
4052 "php": ">=7.1"
4053 },
4054 "provide": {
4055 "ext-ctype": "*"
664e998e 4056 },
b01b546f
TO
4057 "suggest": {
4058 "ext-ctype": "For best performance"
4059 },
c837b233
SL
4060 "type": "library",
4061 "extra": {
4062 "branch-alias": {
92400ae3
SL
4063 "dev-main": "1.26-dev"
4064 },
4065 "thanks": {
4066 "name": "symfony/polyfill",
4067 "url": "https://github.com/symfony/polyfill"
c837b233
SL
4068 }
4069 },
4070 "autoload": {
c837b233
SL
4071 "files": [
4072 "bootstrap.php"
1d48b8dd
TO
4073 ],
4074 "psr-4": {
4075 "Symfony\\Polyfill\\Ctype\\": ""
4076 }
c837b233
SL
4077 },
4078 "notification-url": "https://packagist.org/downloads/",
4079 "license": [
4080 "MIT"
4081 ],
4082 "authors": [
c837b233
SL
4083 {
4084 "name": "Gert de Pagter",
4085 "email": "BackEndTea@gmail.com"
2517d365
SL
4086 },
4087 {
4088 "name": "Symfony Community",
4089 "homepage": "https://symfony.com/contributors"
c837b233
SL
4090 }
4091 ],
4092 "description": "Symfony polyfill for ctype functions",
4093 "homepage": "https://symfony.com",
4094 "keywords": [
4095 "compatibility",
4096 "ctype",
4097 "polyfill",
4098 "portable"
4099 ],
1d48b8dd 4100 "support": {
92400ae3 4101 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
1d48b8dd
TO
4102 },
4103 "funding": [
4104 {
4105 "url": "https://symfony.com/sponsor",
4106 "type": "custom"
4107 },
4108 {
4109 "url": "https://github.com/fabpot",
4110 "type": "github"
4111 },
4112 {
4113 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4114 "type": "tidelift"
4115 }
4116 ],
92400ae3 4117 "time": "2022-05-24T11:49:31+00:00"
c837b233 4118 },
5ff57db4
SL
4119 {
4120 "name": "symfony/polyfill-iconv",
c2b44ba2 4121 "version": "v1.17.0",
5ff57db4
SL
4122 "source": {
4123 "type": "git",
4124 "url": "https://github.com/symfony/polyfill-iconv.git",
c2b44ba2 4125 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
5ff57db4
SL
4126 },
4127 "dist": {
4128 "type": "zip",
c2b44ba2
SL
4129 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
4130 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
5ff57db4
SL
4131 "shasum": ""
4132 },
4133 "require": {
4134 "php": ">=5.3.3"
4135 },
4136 "suggest": {
4137 "ext-iconv": "For best performance"
4138 },
4139 "type": "library",
4140 "extra": {
4141 "branch-alias": {
c2b44ba2 4142 "dev-master": "1.17-dev"
5ff57db4
SL
4143 }
4144 },
4145 "autoload": {
5ff57db4
SL
4146 "files": [
4147 "bootstrap.php"
1d48b8dd
TO
4148 ],
4149 "psr-4": {
4150 "Symfony\\Polyfill\\Iconv\\": ""
4151 }
5ff57db4
SL
4152 },
4153 "notification-url": "https://packagist.org/downloads/",
4154 "license": [
4155 "MIT"
4156 ],
4157 "authors": [
4158 {
4159 "name": "Nicolas Grekas",
4160 "email": "p@tchwork.com"
4161 },
4162 {
4163 "name": "Symfony Community",
4164 "homepage": "https://symfony.com/contributors"
4165 }
4166 ],
4167 "description": "Symfony polyfill for the Iconv extension",
4168 "homepage": "https://symfony.com",
4169 "keywords": [
4170 "compatibility",
4171 "iconv",
4172 "polyfill",
4173 "portable",
4174 "shim"
4175 ],
1d48b8dd
TO
4176 "support": {
4177 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.17.0"
4178 },
4179 "funding": [
4180 {
4181 "url": "https://symfony.com/sponsor",
4182 "type": "custom"
4183 },
4184 {
4185 "url": "https://github.com/fabpot",
4186 "type": "github"
4187 },
4188 {
4189 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4190 "type": "tidelift"
4191 }
4192 ],
c2b44ba2 4193 "time": "2020-05-12T16:47:27+00:00"
5ff57db4 4194 },
bd4dda2a 4195 {
4196 "name": "symfony/polyfill-intl-idn",
6049706d 4197 "version": "v1.26.0",
bd4dda2a 4198 "source": {
4199 "type": "git",
4200 "url": "https://github.com/symfony/polyfill-intl-idn.git",
6049706d 4201 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
bd4dda2a 4202 },
4203 "dist": {
4204 "type": "zip",
6049706d
SL
4205 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4206 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
bd4dda2a 4207 "shasum": ""
4208 },
4209 "require": {
f6d51091
SL
4210 "php": ">=7.1",
4211 "symfony/polyfill-intl-normalizer": "^1.10",
bd4dda2a 4212 "symfony/polyfill-php72": "^1.10"
4213 },
4214 "suggest": {
4215 "ext-intl": "For best performance"
4216 },
4217 "type": "library",
4218 "extra": {
4219 "branch-alias": {
6049706d 4220 "dev-main": "1.26-dev"
f6d51091
SL
4221 },
4222 "thanks": {
4223 "name": "symfony/polyfill",
4224 "url": "https://github.com/symfony/polyfill"
bd4dda2a 4225 }
4226 },
4227 "autoload": {
bd4dda2a 4228 "files": [
4229 "bootstrap.php"
1d48b8dd
TO
4230 ],
4231 "psr-4": {
4232 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4233 }
bd4dda2a 4234 },
4235 "notification-url": "https://packagist.org/downloads/",
4236 "license": [
4237 "MIT"
4238 ],
4239 "authors": [
4240 {
4241 "name": "Laurent Bassin",
4242 "email": "laurent@bassin.info"
4243 },
f6d51091
SL
4244 {
4245 "name": "Trevor Rowbotham",
4246 "email": "trevor.rowbotham@pm.me"
4247 },
bd4dda2a 4248 {
4249 "name": "Symfony Community",
4250 "homepage": "https://symfony.com/contributors"
4251 }
4252 ],
4253 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4254 "homepage": "https://symfony.com",
4255 "keywords": [
4256 "compatibility",
4257 "idn",
4258 "intl",
4259 "polyfill",
4260 "portable",
4261 "shim"
4262 ],
1d48b8dd 4263 "support": {
6049706d 4264 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
1d48b8dd
TO
4265 },
4266 "funding": [
4267 {
4268 "url": "https://symfony.com/sponsor",
4269 "type": "custom"
4270 },
4271 {
4272 "url": "https://github.com/fabpot",
4273 "type": "github"
4274 },
4275 {
4276 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4277 "type": "tidelift"
4278 }
4279 ],
6049706d 4280 "time": "2022-05-24T11:49:31+00:00"
f6d51091
SL
4281 },
4282 {
4283 "name": "symfony/polyfill-intl-normalizer",
6049706d 4284 "version": "v1.26.0",
f6d51091
SL
4285 "source": {
4286 "type": "git",
4287 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6049706d 4288 "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
f6d51091
SL
4289 },
4290 "dist": {
4291 "type": "zip",
6049706d
SL
4292 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
4293 "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
f6d51091
SL
4294 "shasum": ""
4295 },
4296 "require": {
4297 "php": ">=7.1"
4298 },
4299 "suggest": {
4300 "ext-intl": "For best performance"
4301 },
4302 "type": "library",
4303 "extra": {
4304 "branch-alias": {
6049706d 4305 "dev-main": "1.26-dev"
f6d51091
SL
4306 },
4307 "thanks": {
4308 "name": "symfony/polyfill",
4309 "url": "https://github.com/symfony/polyfill"
4310 }
4311 },
4312 "autoload": {
4313 "files": [
4314 "bootstrap.php"
4315 ],
4316 "psr-4": {
4317 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4318 },
4319 "classmap": [
4320 "Resources/stubs"
4321 ]
4322 },
4323 "notification-url": "https://packagist.org/downloads/",
4324 "license": [
4325 "MIT"
4326 ],
4327 "authors": [
4328 {
4329 "name": "Nicolas Grekas",
4330 "email": "p@tchwork.com"
4331 },
4332 {
4333 "name": "Symfony Community",
4334 "homepage": "https://symfony.com/contributors"
4335 }
4336 ],
4337 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4338 "homepage": "https://symfony.com",
4339 "keywords": [
4340 "compatibility",
4341 "intl",
4342 "normalizer",
4343 "polyfill",
4344 "portable",
4345 "shim"
4346 ],
4347 "support": {
6049706d 4348 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
f6d51091
SL
4349 },
4350 "funding": [
4351 {
4352 "url": "https://symfony.com/sponsor",
4353 "type": "custom"
4354 },
4355 {
4356 "url": "https://github.com/fabpot",
4357 "type": "github"
4358 },
4359 {
4360 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4361 "type": "tidelift"
4362 }
4363 ],
6049706d 4364 "time": "2022-05-24T11:49:31+00:00"
bd4dda2a 4365 },
4366 {
4367 "name": "symfony/polyfill-mbstring",
6049706d 4368 "version": "v1.26.0",
bd4dda2a 4369 "source": {
4370 "type": "git",
4371 "url": "https://github.com/symfony/polyfill-mbstring.git",
6049706d 4372 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
bd4dda2a 4373 },
4374 "dist": {
4375 "type": "zip",
6049706d
SL
4376 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
4377 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
bd4dda2a 4378 "shasum": ""
4379 },
4380 "require": {
f6d51091
SL
4381 "php": ">=7.1"
4382 },
4383 "provide": {
4384 "ext-mbstring": "*"
bd4dda2a 4385 },
4386 "suggest": {
4387 "ext-mbstring": "For best performance"
4388 },
4389 "type": "library",
4390 "extra": {
4391 "branch-alias": {
6049706d 4392 "dev-main": "1.26-dev"
f6d51091
SL
4393 },
4394 "thanks": {
4395 "name": "symfony/polyfill",
4396 "url": "https://github.com/symfony/polyfill"
bd4dda2a 4397 }
4398 },
4399 "autoload": {
bd4dda2a 4400 "files": [
4401 "bootstrap.php"
1d48b8dd
TO
4402 ],
4403 "psr-4": {
4404 "Symfony\\Polyfill\\Mbstring\\": ""
4405 }
bd4dda2a 4406 },
4407 "notification-url": "https://packagist.org/downloads/",
4408 "license": [
4409 "MIT"
4410 ],
4411 "authors": [
4412 {
4413 "name": "Nicolas Grekas",
4414 "email": "p@tchwork.com"
4415 },
4416 {
4417 "name": "Symfony Community",
4418 "homepage": "https://symfony.com/contributors"
4419 }
4420 ],
4421 "description": "Symfony polyfill for the Mbstring extension",
4422 "homepage": "https://symfony.com",
4423 "keywords": [
4424 "compatibility",
4425 "mbstring",
4426 "polyfill",
4427 "portable",
4428 "shim"
4429 ],
1d48b8dd 4430 "support": {
6049706d 4431 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
1d48b8dd 4432 },
094bc972 4433 "funding": [
4434 {
4435 "url": "https://symfony.com/sponsor",
4436 "type": "custom"
4437 },
4438 {
4439 "url": "https://github.com/fabpot",
4440 "type": "github"
4441 },
4442 {
4443 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4444 "type": "tidelift"
4445 }
4446 ],
6049706d 4447 "time": "2022-05-24T11:49:31+00:00"
bd4dda2a 4448 },
4449 {
4450 "name": "symfony/polyfill-php72",
6049706d 4451 "version": "v1.26.0",
bd4dda2a 4452 "source": {
4453 "type": "git",
4454 "url": "https://github.com/symfony/polyfill-php72.git",
6049706d 4455 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
bd4dda2a 4456 },
4457 "dist": {
4458 "type": "zip",
6049706d
SL
4459 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
4460 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
bd4dda2a 4461 "shasum": ""
4462 },
4463 "require": {
f6d51091 4464 "php": ">=7.1"
bd4dda2a 4465 },
4466 "type": "library",
4467 "extra": {
4468 "branch-alias": {
6049706d 4469 "dev-main": "1.26-dev"
f6d51091
SL
4470 },
4471 "thanks": {
4472 "name": "symfony/polyfill",
4473 "url": "https://github.com/symfony/polyfill"
bd4dda2a 4474 }
4475 },
4476 "autoload": {
bd4dda2a 4477 "files": [
4478 "bootstrap.php"
1d48b8dd
TO
4479 ],
4480 "psr-4": {
4481 "Symfony\\Polyfill\\Php72\\": ""
4482 }
bd4dda2a 4483 },
4484 "notification-url": "https://packagist.org/downloads/",
4485 "license": [
4486 "MIT"
4487 ],
4488 "authors": [
4489 {
4490 "name": "Nicolas Grekas",
4491 "email": "p@tchwork.com"
4492 },
4493 {
4494 "name": "Symfony Community",
4495 "homepage": "https://symfony.com/contributors"
4496 }
4497 ],
4498 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4499 "homepage": "https://symfony.com",
4500 "keywords": [
4501 "compatibility",
4502 "polyfill",
4503 "portable",
4504 "shim"
4505 ],
1d48b8dd 4506 "support": {
6049706d 4507 "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
1d48b8dd
TO
4508 },
4509 "funding": [
4510 {
4511 "url": "https://symfony.com/sponsor",
4512 "type": "custom"
4513 },
4514 {
4515 "url": "https://github.com/fabpot",
4516 "type": "github"
4517 },
4518 {
4519 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4520 "type": "tidelift"
4521 }
4522 ],
6049706d 4523 "time": "2022-05-24T11:49:31+00:00"
bd4dda2a 4524 },
a4cde1ac
SL
4525 {
4526 "name": "symfony/polyfill-php73",
4527 "version": "v1.25.0",
4528 "source": {
4529 "type": "git",
4530 "url": "https://github.com/symfony/polyfill-php73.git",
4531 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
4532 },
4533 "dist": {
4534 "type": "zip",
4535 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
4536 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
4537 "shasum": ""
4538 },
4539 "require": {
4540 "php": ">=7.1"
4541 },
4542 "type": "library",
4543 "extra": {
4544 "branch-alias": {
4545 "dev-main": "1.23-dev"
4546 },
4547 "thanks": {
4548 "name": "symfony/polyfill",
4549 "url": "https://github.com/symfony/polyfill"
4550 }
4551 },
4552 "autoload": {
4553 "files": [
4554 "bootstrap.php"
4555 ],
4556 "psr-4": {
4557 "Symfony\\Polyfill\\Php73\\": ""
4558 },
4559 "classmap": [
4560 "Resources/stubs"
4561 ]
4562 },
4563 "notification-url": "https://packagist.org/downloads/",
4564 "license": [
4565 "MIT"
4566 ],
4567 "authors": [
4568 {
4569 "name": "Nicolas Grekas",
4570 "email": "p@tchwork.com"
4571 },
4572 {
4573 "name": "Symfony Community",
4574 "homepage": "https://symfony.com/contributors"
4575 }
4576 ],
4577 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4578 "homepage": "https://symfony.com",
4579 "keywords": [
4580 "compatibility",
4581 "polyfill",
4582 "portable",
4583 "shim"
4584 ],
4585 "support": {
4586 "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
4587 },
4588 "funding": [
4589 {
4590 "url": "https://symfony.com/sponsor",
4591 "type": "custom"
4592 },
4593 {
4594 "url": "https://github.com/fabpot",
4595 "type": "github"
4596 },
4597 {
4598 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4599 "type": "tidelift"
4600 }
4601 ],
4602 "time": "2021-06-05T21:20:04+00:00"
4603 },
ea4ac267
EM
4604 {
4605 "name": "symfony/polyfill-php74",
4606 "version": "v1.26.0",
4607 "source": {
4608 "type": "git",
4609 "url": "https://github.com/symfony/polyfill-php74.git",
4610 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033"
4611 },
4612 "dist": {
4613 "type": "zip",
4614 "url": "https://api.github.com/repos/symfony/polyfill-php74/zipball/ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4615 "reference": "ad4f7d62a17b1187d9f381f0a662aab19ff3c033",
4616 "shasum": ""
4617 },
4618 "require": {
4619 "php": ">=7.1"
4620 },
4621 "type": "library",
4622 "extra": {
4623 "branch-alias": {
4624 "dev-main": "1.26-dev"
4625 },
4626 "thanks": {
4627 "name": "symfony/polyfill",
4628 "url": "https://github.com/symfony/polyfill"
4629 }
4630 },
4631 "autoload": {
4632 "files": [
4633 "bootstrap.php"
4634 ],
4635 "psr-4": {
4636 "Symfony\\Polyfill\\Php74\\": ""
4637 }
4638 },
4639 "notification-url": "https://packagist.org/downloads/",
4640 "license": [
4641 "MIT"
4642 ],
4643 "authors": [
4644 {
4645 "name": "Ion Bazan",
4646 "email": "ion.bazan@gmail.com"
4647 },
4648 {
4649 "name": "Nicolas Grekas",
4650 "email": "p@tchwork.com"
4651 },
4652 {
4653 "name": "Symfony Community",
4654 "homepage": "https://symfony.com/contributors"
4655 }
4656 ],
4657 "description": "Symfony polyfill backporting some PHP 7.4+ features to lower PHP versions",
4658 "homepage": "https://symfony.com",
4659 "keywords": [
4660 "compatibility",
4661 "polyfill",
4662 "portable",
4663 "shim"
4664 ],
4665 "support": {
4666 "source": "https://github.com/symfony/polyfill-php74/tree/v1.26.0"
4667 },
4668 "funding": [
4669 {
4670 "url": "https://symfony.com/sponsor",
4671 "type": "custom"
4672 },
4673 {
4674 "url": "https://github.com/fabpot",
4675 "type": "github"
4676 },
4677 {
4678 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4679 "type": "tidelift"
4680 }
4681 ],
4682 "time": "2022-05-24T11:49:31+00:00"
4683 },
92400ae3
SL
4684 {
4685 "name": "symfony/polyfill-php80",
4686 "version": "v1.26.0",
4687 "source": {
4688 "type": "git",
4689 "url": "https://github.com/symfony/polyfill-php80.git",
4690 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
4691 },
4692 "dist": {
4693 "type": "zip",
4694 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4695 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
4696 "shasum": ""
4697 },
4698 "require": {
4699 "php": ">=7.1"
4700 },
4701 "type": "library",
4702 "extra": {
4703 "branch-alias": {
4704 "dev-main": "1.26-dev"
4705 },
4706 "thanks": {
4707 "name": "symfony/polyfill",
4708 "url": "https://github.com/symfony/polyfill"
4709 }
4710 },
4711 "autoload": {
4712 "files": [
4713 "bootstrap.php"
4714 ],
4715 "psr-4": {
4716 "Symfony\\Polyfill\\Php80\\": ""
4717 },
4718 "classmap": [
4719 "Resources/stubs"
4720 ]
4721 },
4722 "notification-url": "https://packagist.org/downloads/",
4723 "license": [
4724 "MIT"
4725 ],
4726 "authors": [
4727 {
4728 "name": "Ion Bazan",
4729 "email": "ion.bazan@gmail.com"
4730 },
4731 {
4732 "name": "Nicolas Grekas",
4733 "email": "p@tchwork.com"
4734 },
4735 {
4736 "name": "Symfony Community",
4737 "homepage": "https://symfony.com/contributors"
4738 }
4739 ],
4740 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4741 "homepage": "https://symfony.com",
4742 "keywords": [
4743 "compatibility",
4744 "polyfill",
4745 "portable",
4746 "shim"
4747 ],
4748 "support": {
4749 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
4750 },
4751 "funding": [
4752 {
4753 "url": "https://symfony.com/sponsor",
4754 "type": "custom"
4755 },
4756 {
4757 "url": "https://github.com/fabpot",
4758 "type": "github"
4759 },
4760 {
4761 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4762 "type": "tidelift"
4763 }
4764 ],
4765 "time": "2022-05-10T07:21:04+00:00"
4766 },
4767 {
4768 "name": "symfony/polyfill-php81",
4769 "version": "v1.26.0",
4770 "source": {
4771 "type": "git",
4772 "url": "https://github.com/symfony/polyfill-php81.git",
4773 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
4774 },
4775 "dist": {
4776 "type": "zip",
4777 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4778 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
4779 "shasum": ""
4780 },
4781 "require": {
4782 "php": ">=7.1"
4783 },
4784 "type": "library",
4785 "extra": {
4786 "branch-alias": {
4787 "dev-main": "1.26-dev"
4788 },
4789 "thanks": {
4790 "name": "symfony/polyfill",
4791 "url": "https://github.com/symfony/polyfill"
4792 }
4793 },
4794 "autoload": {
4795 "files": [
4796 "bootstrap.php"
4797 ],
4798 "psr-4": {
4799 "Symfony\\Polyfill\\Php81\\": ""
4800 },
4801 "classmap": [
4802 "Resources/stubs"
4803 ]
4804 },
4805 "notification-url": "https://packagist.org/downloads/",
4806 "license": [
4807 "MIT"
4808 ],
4809 "authors": [
4810 {
4811 "name": "Nicolas Grekas",
4812 "email": "p@tchwork.com"
4813 },
4814 {
4815 "name": "Symfony Community",
4816 "homepage": "https://symfony.com/contributors"
4817 }
4818 ],
4819 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
4820 "homepage": "https://symfony.com",
4821 "keywords": [
4822 "compatibility",
4823 "polyfill",
4824 "portable",
4825 "shim"
4826 ],
4827 "support": {
4828 "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
4829 },
4830 "funding": [
4831 {
4832 "url": "https://symfony.com/sponsor",
4833 "type": "custom"
4834 },
4835 {
4836 "url": "https://github.com/fabpot",
4837 "type": "github"
4838 },
4839 {
4840 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4841 "type": "tidelift"
4842 }
4843 ],
4844 "time": "2022-05-24T11:49:31+00:00"
4845 },
ea4ac267
EM
4846 {
4847 "name": "symfony/polyfill-php82",
4848 "version": "v1.26.0",
4849 "source": {
4850 "type": "git",
4851 "url": "https://github.com/symfony/polyfill-php82.git",
4852 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7"
4853 },
4854 "dist": {
4855 "type": "zip",
4856 "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/a88014fcea4120c9f77b4fefd48942ce38e412e7",
4857 "reference": "a88014fcea4120c9f77b4fefd48942ce38e412e7",
4858 "shasum": ""
4859 },
4860 "require": {
4861 "php": ">=7.1"
4862 },
4863 "type": "library",
4864 "extra": {
4865 "branch-alias": {
4866 "dev-main": "1.26-dev"
4867 },
4868 "thanks": {
4869 "name": "symfony/polyfill",
4870 "url": "https://github.com/symfony/polyfill"
4871 }
4872 },
4873 "autoload": {
4874 "files": [
4875 "bootstrap.php"
4876 ],
4877 "psr-4": {
4878 "Symfony\\Polyfill\\Php82\\": ""
4879 },
4880 "classmap": [
4881 "Resources/stubs"
4882 ]
4883 },
4884 "notification-url": "https://packagist.org/downloads/",
4885 "license": [
4886 "MIT"
4887 ],
4888 "authors": [
4889 {
4890 "name": "Nicolas Grekas",
4891 "email": "p@tchwork.com"
4892 },
4893 {
4894 "name": "Symfony Community",
4895 "homepage": "https://symfony.com/contributors"
4896 }
4897 ],
4898 "description": "Symfony polyfill backporting some PHP 8.2+ features to lower PHP versions",
4899 "homepage": "https://symfony.com",
4900 "keywords": [
4901 "compatibility",
4902 "polyfill",
4903 "portable",
4904 "shim"
4905 ],
4906 "support": {
4907 "source": "https://github.com/symfony/polyfill-php82/tree/v1.26.0"
4908 },
4909 "funding": [
4910 {
4911 "url": "https://symfony.com/sponsor",
4912 "type": "custom"
4913 },
4914 {
4915 "url": "https://github.com/fabpot",
4916 "type": "github"
4917 },
4918 {
4919 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4920 "type": "tidelift"
4921 }
4922 ],
4923 "time": "2022-05-24T09:13:51+00:00"
4924 },
c837b233
SL
4925 {
4926 "name": "symfony/process",
92400ae3 4927 "version": "v4.4.41",
c837b233
SL
4928 "source": {
4929 "type": "git",
4930 "url": "https://github.com/symfony/process.git",
92400ae3 4931 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce"
c837b233
SL
4932 },
4933 "dist": {
4934 "type": "zip",
92400ae3
SL
4935 "url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce",
4936 "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce",
c837b233
SL
4937 "shasum": ""
4938 },
4939 "require": {
92400ae3
SL
4940 "php": ">=7.1.3",
4941 "symfony/polyfill-php80": "^1.16"
a892989e 4942 },
0e24103e 4943 "type": "library",
0e24103e 4944 "autoload": {
c837b233 4945 "psr-4": {
0e24103e 4946 "Symfony\\Component\\Process\\": ""
c837b233
SL
4947 },
4948 "exclude-from-classmap": [
4949 "/Tests/"
4950 ]
0e24103e
TO
4951 },
4952 "notification-url": "https://packagist.org/downloads/",
4953 "license": [
4954 "MIT"
4955 ],
4956 "authors": [
0e24103e 4957 {
40787e18
TO
4958 "name": "Fabien Potencier",
4959 "email": "fabien@symfony.com"
a892989e
DS
4960 },
4961 {
4962 "name": "Symfony Community",
4963 "homepage": "https://symfony.com/contributors"
0e24103e
TO
4964 }
4965 ],
92400ae3
SL
4966 "description": "Executes commands in sub-processes",
4967 "homepage": "https://symfony.com",
4968 "support": {
4969 "source": "https://github.com/symfony/process/tree/v4.4.41"
4970 },
4971 "funding": [
4972 {
4973 "url": "https://symfony.com/sponsor",
4974 "type": "custom"
4975 },
4976 {
4977 "url": "https://github.com/fabpot",
4978 "type": "github"
4979 },
4980 {
4981 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4982 "type": "tidelift"
4983 }
4984 ],
4985 "time": "2022-04-04T10:19:07+00:00"
4986 },
4987 {
4988 "name": "symfony/service-contracts",
571a9a90 4989 "version": "v2.2.0",
92400ae3
SL
4990 "source": {
4991 "type": "git",
4992 "url": "https://github.com/symfony/service-contracts.git",
571a9a90 4993 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
92400ae3
SL
4994 },
4995 "dist": {
4996 "type": "zip",
571a9a90
SL
4997 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
4998 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
92400ae3
SL
4999 "shasum": ""
5000 },
5001 "require": {
5002 "php": ">=7.2.5",
571a9a90 5003 "psr/container": "^1.0"
92400ae3
SL
5004 },
5005 "suggest": {
5006 "symfony/service-implementation": ""
5007 },
5008 "type": "library",
5009 "extra": {
5010 "branch-alias": {
571a9a90 5011 "dev-master": "2.2-dev"
92400ae3
SL
5012 },
5013 "thanks": {
5014 "name": "symfony/contracts",
5015 "url": "https://github.com/symfony/contracts"
5016 }
5017 },
5018 "autoload": {
5019 "psr-4": {
5020 "Symfony\\Contracts\\Service\\": ""
5021 }
5022 },
5023 "notification-url": "https://packagist.org/downloads/",
5024 "license": [
5025 "MIT"
5026 ],
5027 "authors": [
5028 {
5029 "name": "Nicolas Grekas",
5030 "email": "p@tchwork.com"
5031 },
5032 {
5033 "name": "Symfony Community",
5034 "homepage": "https://symfony.com/contributors"
5035 }
5036 ],
5037 "description": "Generic abstractions related to writing services",
a892989e 5038 "homepage": "https://symfony.com",
92400ae3
SL
5039 "keywords": [
5040 "abstractions",
5041 "contracts",
5042 "decoupling",
5043 "interfaces",
5044 "interoperability",
5045 "standards"
5046 ],
5edd7515 5047 "support": {
571a9a90 5048 "source": "https://github.com/symfony/service-contracts/tree/master"
5edd7515 5049 },
094bc972 5050 "funding": [
5051 {
5052 "url": "https://symfony.com/sponsor",
5053 "type": "custom"
5054 },
5055 {
5056 "url": "https://github.com/fabpot",
5057 "type": "github"
5058 },
5059 {
5060 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5061 "type": "tidelift"
5062 }
5063 ],
571a9a90 5064 "time": "2020-09-07T11:33:47+00:00"
0e24103e 5065 },
10e59978 5066 {
5067 "name": "symfony/var-dumper",
5edd7515 5068 "version": "v3.4.47",
10e59978 5069 "source": {
5070 "type": "git",
5071 "url": "https://github.com/symfony/var-dumper.git",
5edd7515 5072 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
10e59978 5073 },
5074 "dist": {
5075 "type": "zip",
5edd7515
SL
5076 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
5077 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
10e59978 5078 "shasum": ""
5079 },
5080 "require": {
5081 "php": "^5.5.9|>=7.0.8",
5082 "symfony/polyfill-mbstring": "~1.0"
5083 },
5084 "conflict": {
5085 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
5086 },
5087 "require-dev": {
5088 "ext-iconv": "*",
5089 "twig/twig": "~1.34|~2.4"
5090 },
5091 "suggest": {
5092 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5093 "ext-intl": "To show region name in time zone dump",
5094 "ext-symfony_debug": ""
5095 },
5096 "type": "library",
10e59978 5097 "autoload": {
5098 "files": [
5099 "Resources/functions/dump.php"
5100 ],
5101 "psr-4": {
5102 "Symfony\\Component\\VarDumper\\": ""
5103 },
5104 "exclude-from-classmap": [
5105 "/Tests/"
5106 ]
5107 },
5108 "notification-url": "https://packagist.org/downloads/",
5109 "license": [
5110 "MIT"
5111 ],
5112 "authors": [
5113 {
5114 "name": "Nicolas Grekas",
5115 "email": "p@tchwork.com"
5116 },
5117 {
5118 "name": "Symfony Community",
5119 "homepage": "https://symfony.com/contributors"
5120 }
5121 ],
5122 "description": "Symfony mechanism for exploring and dumping PHP variables",
5123 "homepage": "https://symfony.com",
5124 "keywords": [
5125 "debug",
5126 "dump"
5127 ],
5edd7515
SL
5128 "support": {
5129 "source": "https://github.com/symfony/var-dumper/tree/v3.4.47"
5130 },
10e59978 5131 "funding": [
5132 {
5133 "url": "https://symfony.com/sponsor",
5134 "type": "custom"
5135 },
5136 {
5137 "url": "https://github.com/fabpot",
5138 "type": "github"
5139 },
5140 {
5141 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5142 "type": "tidelift"
5143 }
5144 ],
5edd7515 5145 "time": "2020-10-24T10:57:07+00:00"
10e59978 5146 },
f6c3a87a
CB
5147 {
5148 "name": "tecnickcom/tcpdf",
465837ba 5149 "version": "6.4.4",
f6c3a87a
CB
5150 "source": {
5151 "type": "git",
5152 "url": "https://github.com/tecnickcom/TCPDF.git",
465837ba 5153 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
f6c3a87a
CB
5154 },
5155 "dist": {
5156 "type": "zip",
465837ba
SL
5157 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
5158 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
f6c3a87a
CB
5159 "shasum": ""
5160 },
5161 "require": {
5162 "php": ">=5.3.0"
5163 },
5164 "type": "library",
5165 "autoload": {
5166 "classmap": [
f6c3a87a
CB
5167 "config",
5168 "include",
5169 "tcpdf.php",
5170 "tcpdf_parser.php",
5171 "tcpdf_import.php",
5172 "tcpdf_barcodes_1d.php",
5173 "tcpdf_barcodes_2d.php",
5174 "include/tcpdf_colors.php",
5175 "include/tcpdf_filters.php",
5176 "include/tcpdf_font_data.php",
5177 "include/tcpdf_fonts.php",
5178 "include/tcpdf_images.php",
5179 "include/tcpdf_static.php",
5180 "include/barcodes/datamatrix.php",
5181 "include/barcodes/pdf417.php",
5182 "include/barcodes/qrcode.php"
5183 ]
5184 },
5185 "notification-url": "https://packagist.org/downloads/",
5186 "license": [
b55dd020 5187 "LGPL-3.0-only"
f6c3a87a
CB
5188 ],
5189 "authors": [
5190 {
5191 "name": "Nicola Asuni",
5192 "email": "info@tecnick.com",
679b306e 5193 "role": "lead"
f6c3a87a
CB
5194 }
5195 ],
5196 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
5197 "homepage": "http://www.tcpdf.org/",
5198 "keywords": [
5199 "PDFD32000-2008",
5200 "TCPDF",
5201 "barcodes",
5202 "datamatrix",
5203 "pdf",
5204 "pdf417",
5205 "qrcode"
5206 ],
2cfebb82
SL
5207 "support": {
5208 "issues": "https://github.com/tecnickcom/TCPDF/issues",
465837ba 5209 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
2cfebb82
SL
5210 },
5211 "funding": [
5212 {
5213 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
5214 "type": "custom"
5215 }
5216 ],
465837ba 5217 "time": "2021-12-31T08:39:24+00:00"
f6c3a87a 5218 },
79e677dd
TO
5219 {
5220 "name": "togos/gitignore",
5221 "version": "1.1.1",
5222 "source": {
5223 "type": "git",
5224 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
5225 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
5226 },
5227 "dist": {
5228 "type": "zip",
5229 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5230 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
5231 "shasum": ""
5232 },
5233 "require": {
5234 "php": ">=5.2"
5235 },
5236 "require-dev": {
5237 "togos/simpler-test": "1.1.1"
5238 },
5239 "type": "library",
5240 "autoload": {
5241 "psr-0": {
5242 "TOGoS_GitIgnore_": "src/main/php/"
5243 }
5244 },
5245 "notification-url": "https://packagist.org/downloads/",
5246 "license": [
5247 "MIT"
5248 ],
5249 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
1d48b8dd
TO
5250 "support": {
5251 "issues": "https://github.com/TOGoS/PHPGitIgnore/issues",
5252 "source": "https://github.com/TOGoS/PHPGitIgnore/tree/master"
5253 },
79e677dd
TO
5254 "time": "2019-04-19T19:16:58+00:00"
5255 },
0a4cb750
TO
5256 {
5257 "name": "totten/ca-config",
15c86abf 5258 "version": "v22.05.0",
0a4cb750
TO
5259 "source": {
5260 "type": "git",
5261 "url": "https://github.com/totten/ca_config.git",
15c86abf 5262 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db"
0a4cb750
TO
5263 },
5264 "dist": {
5265 "type": "zip",
15c86abf 5266 "url": "https://api.github.com/repos/totten/ca_config/zipball/5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
5267 "reference": "5d71e1587ea6b18532f0b72b06fab103c1dcf8db",
0a4cb750
TO
5268 "shasum": ""
5269 },
5270 "require": {
5271 "php": ">=5.2"
5272 },
5273 "type": "library",
5274 "autoload": {
5275 "psr-0": {
5276 "CA_Config": "src/"
5277 }
5278 },
5279 "notification-url": "https://packagist.org/downloads/",
5280 "license": [
5281 "BSD-2-Clause"
5282 ],
5283 "authors": [
5284 {
5285 "name": "Tim Otten",
5286 "email": "to-git@think.hm"
5287 }
5288 ],
5289 "description": "Default configuration for certificate authorities",
5290 "homepage": "https://github.com/totten/ca_config",
1d48b8dd
TO
5291 "support": {
5292 "issues": "https://github.com/totten/ca_config/issues",
15c86abf 5293 "source": "https://github.com/totten/ca_config/tree/v22.05.0"
1d48b8dd 5294 },
15c86abf 5295 "time": "2022-05-05T05:35:59+00:00"
16b60c30 5296 },
4034556f
TO
5297 {
5298 "name": "totten/lurkerlite",
5299 "version": "1.3.0",
5300 "source": {
5301 "type": "git",
5302 "url": "https://github.com/totten/Lurker.git",
5303 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
5304 },
5305 "dist": {
5306 "type": "zip",
5307 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
5308 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
5309 "shasum": ""
5310 },
5311 "require": {
5312 "php": ">=5.3.3"
5313 },
5314 "replace": {
5315 "henrikbjorn/lurker": "*"
5316 },
5317 "suggest": {
5318 "ext-inotify": ">=0.1.6"
5319 },
5320 "type": "library",
5321 "extra": {
5322 "branch-alias": {
5323 "dev-master": "1.3.x-dev"
5324 }
5325 },
5326 "autoload": {
5327 "psr-0": {
5328 "Lurker": "src"
5329 }
5330 },
5331 "notification-url": "https://packagist.org/downloads/",
5332 "license": [
5333 "MIT"
5334 ],
5335 "authors": [
5336 {
5337 "name": "Konstantin Kudryashov",
5338 "email": "ever.zet@gmail.com"
5339 },
5340 {
5341 "name": "Yaroslav Kiliba",
5342 "email": "om.dattaya@gmail.com"
5343 },
5344 {
5345 "name": "Henrik Bjrnskov",
5346 "email": "henrik@bjrnskov.dk"
5347 }
5348 ],
5349 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
5350 "keywords": [
5351 "filesystem",
5352 "resource",
5353 "watching"
5354 ],
1d48b8dd
TO
5355 "support": {
5356 "source": "https://github.com/totten/Lurker/tree/1.3.0"
5357 },
4034556f
TO
5358 "time": "2020-09-01T10:01:01+00:00"
5359 },
c5abc6ae
SL
5360 {
5361 "name": "tplaner/when",
ab242d96 5362 "version": "3.0.0+php53",
c5abc6ae
SL
5363 "dist": {
5364 "type": "zip",
6086c345 5365 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
5366 },
5367 "require": {
5368 "php": ">=5.3.0"
5369 },
5370 "require-dev": {
ab242d96 5371 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
5372 },
5373 "type": "library",
5374 "autoload": {
5375 "psr-4": {
5376 "When\\": "src/"
5377 }
5378 },
c5abc6ae
SL
5379 "license": [
5380 "MIT"
5381 ],
5382 "authors": [
5383 {
5384 "name": "Tom Planer",
5385 "email": "tplaner@gmail.com"
5386 }
5387 ],
5388 "description": "Date/Calendar recursion library.",
5389 "homepage": "https://github.com/tplaner/When",
5390 "keywords": [
ab242d96 5391 "DateTime",
c5abc6ae 5392 "date",
c5abc6ae 5393 "recurrence",
c5abc6ae 5394 "time"
ab242d96 5395 ]
c5abc6ae 5396 },
4fed6a99
TO
5397 {
5398 "name": "tubalmartin/cssmin",
5399 "version": "v4.1.1",
5400 "source": {
5401 "type": "git",
5402 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
5403 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
5404 },
5405 "dist": {
5406 "type": "zip",
5407 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5408 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
5409 "shasum": ""
5410 },
5411 "require": {
5412 "ext-pcre": "*",
5413 "php": ">=5.3.2"
5414 },
5415 "require-dev": {
5416 "cogpowered/finediff": "0.3.*",
5417 "phpunit/phpunit": "4.8.*"
5418 },
5419 "bin": [
5420 "cssmin"
5421 ],
5422 "type": "library",
5423 "autoload": {
5424 "psr-4": {
5425 "tubalmartin\\CssMin\\": "src"
5426 }
5427 },
5428 "notification-url": "https://packagist.org/downloads/",
5429 "license": [
5430 "BSD-3-Clause"
5431 ],
5432 "authors": [
5433 {
5434 "name": "Túbal Martín",
5435 "homepage": "http://tubalmartin.me/"
5436 }
5437 ],
5438 "description": "A PHP port of the YUI CSS compressor",
5439 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
5440 "keywords": [
5441 "compress",
5442 "compressor",
5443 "css",
5444 "cssmin",
5445 "minify",
5446 "yui"
5447 ],
1d48b8dd
TO
5448 "support": {
5449 "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
5450 "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
5451 },
4fed6a99
TO
5452 "time": "2018-01-15T15:26:51+00:00"
5453 },
2d38c687
PF
5454 {
5455 "name": "typo3/phar-stream-wrapper",
5456 "version": "v3.1.4",
5457 "source": {
5458 "type": "git",
5459 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
5460 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
5461 },
5462 "dist": {
5463 "type": "zip",
5464 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5465 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
5466 "shasum": ""
5467 },
5468 "require": {
5469 "ext-json": "*",
5470 "php": "^7.0"
5471 },
5472 "require-dev": {
5473 "ext-xdebug": "*",
5474 "phpunit/phpunit": "^6.5"
5475 },
5476 "suggest": {
5477 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
5478 },
5479 "type": "library",
5480 "extra": {
5481 "branch-alias": {
5482 "dev-master": "v3.x-dev"
5483 }
5484 },
5485 "autoload": {
5486 "psr-4": {
5487 "TYPO3\\PharStreamWrapper\\": "src/"
5488 }
5489 },
5490 "notification-url": "https://packagist.org/downloads/",
5491 "license": [
5492 "MIT"
5493 ],
5494 "description": "Interceptors for PHP's native phar:// stream handling",
5495 "homepage": "https://typo3.org/",
5496 "keywords": [
5497 "phar",
5498 "php",
5499 "security",
5500 "stream-wrapper"
5501 ],
1d48b8dd
TO
5502 "support": {
5503 "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
5504 "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master"
5505 },
2d38c687
PF
5506 "time": "2019-12-10T11:53:27+00:00"
5507 },
4c6c3076
SL
5508 {
5509 "name": "xkerman/restricted-unserialize",
5510 "version": "1.1.12",
5511 "source": {
5512 "type": "git",
5513 "url": "https://github.com/xKerman/restricted-unserialize.git",
5514 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
5515 },
5516 "dist": {
5517 "type": "zip",
5518 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
5519 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
5520 "shasum": ""
5521 },
5522 "require": {
5523 "php": ">=5.2"
5524 },
5525 "require-dev": {
5526 "nikic/php-parser": "^1.4|^3.0|^4.2",
5527 "phpmd/phpmd": "^2.6",
5528 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
5529 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
5530 "squizlabs/php_codesniffer": "^2.9|^3.4"
5531 },
5532 "type": "library",
5533 "autoload": {
5534 "files": [
5535 "src/function.php"
5536 ],
5537 "psr-4": {
5538 "xKerman\\Restricted\\": "src"
5539 }
5540 },
5541 "notification-url": "https://packagist.org/downloads/",
5542 "license": [
5543 "MIT"
5544 ],
5545 "authors": [
5546 {
5547 "name": "xKerman",
5548 "email": "xKhorasan@gmail.com"
5549 }
5550 ],
5551 "description": "provide PHP Object Injection safe unserialize function",
5552 "keywords": [
5553 "PHP Object Injection",
5554 "deserialize",
5555 "unserialize"
5556 ],
1d48b8dd
TO
5557 "support": {
5558 "issues": "https://github.com/xKerman/restricted-unserialize/issues",
5559 "source": "https://github.com/xKerman/restricted-unserialize/tree/1.1.12"
5560 },
4c6c3076
SL
5561 "time": "2019-08-11T00:04:39+00:00"
5562 },
16b60c30
TO
5563 {
5564 "name": "zetacomponents/base",
9e54c0da 5565 "version": "1.9.3",
16b60c30
TO
5566 "source": {
5567 "type": "git",
5568 "url": "https://github.com/zetacomponents/Base.git",
9e54c0da 5569 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8"
16b60c30
TO
5570 },
5571 "dist": {
5572 "type": "zip",
9e54c0da
SL
5573 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
5574 "reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
16b60c30
TO
5575 "shasum": ""
5576 },
16924c84 5577 "require-dev": {
9e54c0da 5578 "phpunit/phpunit": "~8.0",
16924c84 5579 "zetacomponents/unit-test": "*"
5580 },
16b60c30
TO
5581 "type": "library",
5582 "autoload": {
5583 "classmap": [
5584 "src"
5585 ]
5586 },
5587 "notification-url": "https://packagist.org/downloads/",
5588 "license": [
16924c84 5589 "Apache-2.0"
16b60c30
TO
5590 ],
5591 "authors": [
5592 {
5593 "name": "Sergey Alexeev"
5594 },
5595 {
5596 "name": "Sebastian Bergmann"
5597 },
5598 {
5599 "name": "Jan Borsodi"
5600 },
5601 {
5602 "name": "Raymond Bosman"
5603 },
5604 {
5605 "name": "Frederik Holljen"
5606 },
5607 {
5608 "name": "Kore Nordmann"
5609 },
5610 {
5611 "name": "Derick Rethans"
5612 },
5613 {
5614 "name": "Vadym Savchuk"
5615 },
5616 {
5617 "name": "Tobias Schlitt"
5618 },
5619 {
5620 "name": "Alexandru Stanoi"
5621 }
5622 ],
5623 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
5624 "homepage": "https://github.com/zetacomponents",
1d48b8dd
TO
5625 "support": {
5626 "issues": "https://github.com/zetacomponents/Base/issues",
9e54c0da 5627 "source": "https://github.com/zetacomponents/Base/tree/1.9.3"
1d48b8dd 5628 },
9e54c0da 5629 "time": "2021-07-25T15:46:08+00:00"
16b60c30
TO
5630 },
5631 {
5632 "name": "zetacomponents/mail",
560bf5aa 5633 "version": "1.9.3",
16b60c30
TO
5634 "source": {
5635 "type": "git",
8a1794a9 5636 "url": "https://github.com/zetacomponents/Mail.git",
560bf5aa 5637 "reference": "7f7cf8135320fabf27f6530381da4977a31e1c78"
8a1794a9
SL
5638 },
5639 "dist": {
5640 "type": "zip",
560bf5aa 5641 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/7f7cf8135320fabf27f6530381da4977a31e1c78",
5642 "reference": "7f7cf8135320fabf27f6530381da4977a31e1c78",
8a1794a9 5643 "shasum": ""
16924c84 5644 },
5645 "require": {
5646 "zetacomponents/base": "~1.8"
5647 },
5648 "require-dev": {
560bf5aa 5649 "phpunit/phpunit": "~9.0",
16924c84 5650 "zetacomponents/unit-test": "*"
16b60c30
TO
5651 },
5652 "type": "library",
5653 "autoload": {
5654 "classmap": [
5655 "src"
5656 ]
5657 },
8a1794a9 5658 "notification-url": "https://packagist.org/downloads/",
16b60c30 5659 "license": [
16924c84 5660 "Apache-2.0"
16b60c30
TO
5661 ],
5662 "authors": [
5663 {
5664 "name": "Sergey Alexeev"
5665 },
5666 {
5667 "name": "Sebastian Bergmann"
5668 },
5669 {
5670 "name": "Jan Borsodi"
5671 },
5672 {
5673 "name": "Raymond Bosman"
5674 },
5675 {
5676 "name": "Frederik Holljen"
5677 },
5678 {
5679 "name": "Kore Nordmann"
5680 },
5681 {
5682 "name": "Derick Rethans"
5683 },
5684 {
5685 "name": "Vadym Savchuk"
5686 },
5687 {
5688 "name": "Tobias Schlitt"
5689 },
5690 {
5691 "name": "Alexandru Stanoi"
5692 },
16b60c30 5693 {
8a1794a9 5694 "name": "Sinisa Dukaric"
16b60c30
TO
5695 },
5696 {
8a1794a9 5697 "name": "Mikko Koppanen"
bd63411f 5698 },
5699 {
5700 "name": "Christian Michel"
16b60c30
TO
5701 }
5702 ],
5703 "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.",
5704 "homepage": "https://github.com/zetacomponents",
1d48b8dd
TO
5705 "support": {
5706 "issues": "https://github.com/zetacomponents/Mail/issues",
560bf5aa 5707 "source": "https://github.com/zetacomponents/Mail/tree/1.9.3"
1d48b8dd 5708 },
560bf5aa 5709 "time": "2022-08-09T09:42:33+00:00"
0a4cb750
TO
5710 }
5711 ],
b4998943 5712 "packages-dev": [],
0a4cb750
TO
5713 "aliases": [],
5714 "minimum-stability": "stable",
436e8384 5715 "stability-flags": [],
0a4cb750
TO
5716 "prefer-stable": false,
5717 "prefer-lowest": false,
133dc2c2 5718 "platform": {
5b9bd296 5719 "php": "~7.2.5 || ~7.3 || ~8",
4dfc8caa 5720 "composer-runtime-api": "~2.0",
094bc972 5721 "ext-intl": "*",
5722 "ext-json": "*"
133dc2c2 5723 },
dc3ace93
TO
5724 "platform-dev": [],
5725 "platform-overrides": {
5b9bd296 5726 "php": "7.2.5"
10e59978 5727 },
57e4e2fc 5728 "plugin-api-version": "2.3.0"
0a4cb750 5729}