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