Merge pull request #23082 from agileware/CIVICRM-1958
[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 ],
157fec75 7 "content-hash": "9b33687888fc16f55cf7323e0fd8755c",
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",
1182 "version": "9.2.1",
1183 "source": {
1184 "type": "git",
1185 "url": "https://github.com/thephpleague/csv.git",
1186 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9"
1187 },
1188 "dist": {
1189 "type": "zip",
1190 "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
1191 "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
1192 "shasum": ""
1193 },
1194 "require": {
1195 "ext-mbstring": "*",
1196 "php": ">=7.0.10"
1197 },
1198 "require-dev": {
1199 "ext-curl": "*",
1200 "friendsofphp/php-cs-fixer": "^2.12",
1201 "phpstan/phpstan": "^0.9.2",
1202 "phpstan/phpstan-phpunit": "^0.9.4",
1203 "phpstan/phpstan-strict-rules": "^0.9.0",
1204 "phpunit/phpunit": "^6.0"
1205 },
1206 "suggest": {
1207 "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
1208 },
1209 "type": "library",
1210 "extra": {
1211 "branch-alias": {
1212 "dev-master": "9.x-dev"
1213 }
1214 },
1215 "autoload": {
b6349baa 1216 "files": [
1217 "src/functions_include.php"
1d48b8dd
TO
1218 ],
1219 "psr-4": {
1220 "League\\Csv\\": "src"
1221 }
b6349baa 1222 },
1223 "notification-url": "https://packagist.org/downloads/",
1224 "license": [
1225 "MIT"
1226 ],
1227 "authors": [
1228 {
1229 "name": "Ignace Nyamagana Butera",
1230 "email": "nyamsprod@gmail.com",
1231 "homepage": "https://github.com/nyamsprod/",
1232 "role": "Developer"
1233 }
1234 ],
1235 "description": "Csv data manipulation made easy in PHP",
1236 "homepage": "http://csv.thephpleague.com",
1237 "keywords": [
1238 "csv",
1239 "export",
1240 "filter",
1241 "import",
1242 "read",
1243 "write"
1244 ],
1d48b8dd
TO
1245 "support": {
1246 "docs": "https://csv.thephpleague.com",
1247 "forum": "https://groups.google.com/forum/#!forum/thephpleague",
1248 "issues": "https://github.com/thephpleague/csv/issues",
1249 "rss": "https://github.com/thephpleague/csv/releases.atom",
1250 "source": "https://github.com/thephpleague/csv"
1251 },
b6349baa 1252 "time": "2019-06-07T06:24:33+00:00"
1253 },
0d641ada
TO
1254 {
1255 "name": "league/oauth2-client",
1256 "version": "2.6.0",
1257 "source": {
1258 "type": "git",
1259 "url": "https://github.com/thephpleague/oauth2-client.git",
1260 "reference": "badb01e62383430706433191b82506b6df24ad98"
1261 },
1262 "dist": {
1263 "type": "zip",
1264 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
1265 "reference": "badb01e62383430706433191b82506b6df24ad98",
1266 "shasum": ""
1267 },
1268 "require": {
1269 "guzzlehttp/guzzle": "^6.0 || ^7.0",
1270 "paragonie/random_compat": "^1 || ^2 || ^9.99",
1271 "php": "^5.6 || ^7.0 || ^8.0"
1272 },
1273 "require-dev": {
1274 "mockery/mockery": "^1.3",
1275 "php-parallel-lint/php-parallel-lint": "^1.2",
1276 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
1277 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
1278 },
1279 "type": "library",
1280 "extra": {
1281 "branch-alias": {
1282 "dev-2.x": "2.0.x-dev"
1283 }
1284 },
1285 "autoload": {
1286 "psr-4": {
1287 "League\\OAuth2\\Client\\": "src/"
1288 }
1289 },
1290 "notification-url": "https://packagist.org/downloads/",
1291 "license": [
1292 "MIT"
1293 ],
1294 "authors": [
1295 {
1296 "name": "Alex Bilbie",
1297 "email": "hello@alexbilbie.com",
1298 "homepage": "http://www.alexbilbie.com",
1299 "role": "Developer"
1300 },
1301 {
1302 "name": "Woody Gilk",
1303 "homepage": "https://github.com/shadowhand",
1304 "role": "Contributor"
1305 }
1306 ],
1307 "description": "OAuth 2.0 Client Library",
1308 "keywords": [
1309 "Authentication",
1310 "SSO",
1311 "authorization",
1312 "identity",
1313 "idp",
1314 "oauth",
1315 "oauth2",
1316 "single sign on"
1317 ],
1d48b8dd
TO
1318 "support": {
1319 "issues": "https://github.com/thephpleague/oauth2-client/issues",
1320 "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0"
1321 },
0d641ada
TO
1322 "time": "2020-10-28T02:03:40+00:00"
1323 },
1324 {
1325 "name": "league/oauth2-google",
1326 "version": "3.0.3",
1327 "source": {
1328 "type": "git",
1329 "url": "https://github.com/thephpleague/oauth2-google.git",
1330 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943"
1331 },
1332 "dist": {
1333 "type": "zip",
1334 "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/18d1889897a8b18d85ecadacf74c9274d678d943",
1335 "reference": "18d1889897a8b18d85ecadacf74c9274d678d943",
1336 "shasum": ""
1337 },
1338 "require": {
1339 "league/oauth2-client": "^2.0"
1340 },
1341 "require-dev": {
1342 "eloquent/phony-phpunit": "^2.0",
1343 "php-coveralls/php-coveralls": "^2.1",
1344 "phpunit/phpunit": "^6.0",
1345 "squizlabs/php_codesniffer": "^2.0"
1346 },
1347 "type": "library",
1348 "autoload": {
1349 "psr-4": {
1350 "League\\OAuth2\\Client\\": "src/"
1351 }
1352 },
1353 "notification-url": "https://packagist.org/downloads/",
1354 "license": [
1355 "MIT"
1356 ],
1357 "authors": [
1358 {
1359 "name": "Woody Gilk",
1360 "email": "woody.gilk@gmail.com",
1361 "homepage": "http://shadowhand.me"
1362 }
1363 ],
1364 "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
1365 "keywords": [
1366 "Authentication",
1367 "authorization",
1368 "client",
1369 "google",
1370 "oauth",
1371 "oauth2"
1372 ],
1d48b8dd
TO
1373 "support": {
1374 "issues": "https://github.com/thephpleague/oauth2-google/issues",
1375 "source": "https://github.com/thephpleague/oauth2-google/tree/3.0.3"
1376 },
0d641ada
TO
1377 "time": "2020-07-24T15:16:12+00:00"
1378 },
44b5fddd
CW
1379 {
1380 "name": "maennchen/zipstream-php",
1381 "version": "2.1.0",
1382 "source": {
1383 "type": "git",
1384 "url": "https://github.com/maennchen/ZipStream-PHP.git",
1385 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
1386 },
1387 "dist": {
1388 "type": "zip",
1389 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
1390 "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
1391 "shasum": ""
1392 },
1393 "require": {
1394 "myclabs/php-enum": "^1.5",
1395 "php": ">= 7.1",
1396 "psr/http-message": "^1.0",
1397 "symfony/polyfill-mbstring": "^1.0"
1398 },
1399 "require-dev": {
1400 "ext-zip": "*",
1401 "guzzlehttp/guzzle": ">= 6.3",
1402 "mikey179/vfsstream": "^1.6",
1403 "phpunit/phpunit": ">= 7.5"
1404 },
1405 "type": "library",
1406 "autoload": {
1407 "psr-4": {
1408 "ZipStream\\": "src/"
1409 }
1410 },
1411 "notification-url": "https://packagist.org/downloads/",
1412 "license": [
1413 "MIT"
1414 ],
1415 "authors": [
1416 {
1417 "name": "Paul Duncan",
1418 "email": "pabs@pablotron.org"
1419 },
1420 {
1421 "name": "Jonatan Männchen",
1422 "email": "jonatan@maennchen.ch"
1423 },
1424 {
1425 "name": "Jesse Donat",
1426 "email": "donatj@gmail.com"
1427 },
1428 {
1429 "name": "András Kolesár",
1430 "email": "kolesar@kolesar.hu"
1431 }
1432 ],
1433 "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
1434 "keywords": [
1435 "stream",
1436 "zip"
1437 ],
1438 "support": {
1439 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
1440 "source": "https://github.com/maennchen/ZipStream-PHP/tree/master"
1441 },
1442 "funding": [
1443 {
1444 "url": "https://opencollective.com/zipstream",
1445 "type": "open_collective"
1446 }
1447 ],
1448 "time": "2020-05-30T13:11:16+00:00"
1449 },
fd6605f0
JK
1450 {
1451 "name": "marcj/topsort",
77c89e7a 1452 "version": "1.1.0",
fd6605f0
JK
1453 "source": {
1454 "type": "git",
77c89e7a
TO
1455 "url": "https://github.com/marcj/topsort.php.git",
1456 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
1457 },
1458 "dist": {
1459 "type": "zip",
1460 "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1461 "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
1462 "shasum": ""
fd6605f0
JK
1463 },
1464 "require": {
77c89e7a 1465 "php": ">=5.4"
fd6605f0
JK
1466 },
1467 "require-dev": {
1468 "codeclimate/php-test-reporter": "dev-master",
1469 "phpunit/phpunit": "~4.0",
1470 "symfony/console": "~2.5"
1471 },
1472 "type": "library",
1473 "autoload": {
1474 "psr-4": {
1475 "MJS\\TopSort\\": "src/",
1476 "MJS\\TopSort\\Tests\\": "tests/Tests/"
1477 }
1478 },
77c89e7a 1479 "notification-url": "https://packagist.org/downloads/",
fd6605f0
JK
1480 "license": [
1481 "MIT"
1482 ],
1483 "authors": [
1484 {
1485 "name": "Marc J. Schmidt",
1486 "email": "marc@marcjschmidt.de"
1487 }
1488 ],
1489 "description": "High-Performance TopSort/Dependency resolving algorithm",
1490 "keywords": [
1491 "dependency resolving",
1492 "topological sort",
1493 "topsort"
1494 ],
1d48b8dd
TO
1495 "support": {
1496 "issues": "https://github.com/marcj/topsort.php/issues",
1497 "source": "https://github.com/marcj/topsort.php/tree/1.1.0"
1498 },
77c89e7a 1499 "time": "2016-11-19T14:58:11+00:00"
fd6605f0 1500 },
44b5fddd
CW
1501 {
1502 "name": "markbaker/complex",
1503 "version": "2.0.3",
1504 "source": {
1505 "type": "git",
1506 "url": "https://github.com/MarkBaker/PHPComplex.git",
1507 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946"
1508 },
1509 "dist": {
1510 "type": "zip",
1511 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1512 "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946",
1513 "shasum": ""
1514 },
1515 "require": {
1516 "php": "^7.2 || ^8.0"
1517 },
1518 "require-dev": {
1519 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1520 "phpcompatibility/php-compatibility": "^9.0",
1521 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1522 "squizlabs/php_codesniffer": "^3.4"
1523 },
1524 "type": "library",
1525 "autoload": {
44b5fddd
CW
1526 "files": [
1527 "classes/src/functions/abs.php",
1528 "classes/src/functions/acos.php",
1529 "classes/src/functions/acosh.php",
1530 "classes/src/functions/acot.php",
1531 "classes/src/functions/acoth.php",
1532 "classes/src/functions/acsc.php",
1533 "classes/src/functions/acsch.php",
1534 "classes/src/functions/argument.php",
1535 "classes/src/functions/asec.php",
1536 "classes/src/functions/asech.php",
1537 "classes/src/functions/asin.php",
1538 "classes/src/functions/asinh.php",
1539 "classes/src/functions/atan.php",
1540 "classes/src/functions/atanh.php",
1541 "classes/src/functions/conjugate.php",
1542 "classes/src/functions/cos.php",
1543 "classes/src/functions/cosh.php",
1544 "classes/src/functions/cot.php",
1545 "classes/src/functions/coth.php",
1546 "classes/src/functions/csc.php",
1547 "classes/src/functions/csch.php",
1548 "classes/src/functions/exp.php",
1549 "classes/src/functions/inverse.php",
1550 "classes/src/functions/ln.php",
1551 "classes/src/functions/log2.php",
1552 "classes/src/functions/log10.php",
1553 "classes/src/functions/negative.php",
1554 "classes/src/functions/pow.php",
1555 "classes/src/functions/rho.php",
1556 "classes/src/functions/sec.php",
1557 "classes/src/functions/sech.php",
1558 "classes/src/functions/sin.php",
1559 "classes/src/functions/sinh.php",
1560 "classes/src/functions/sqrt.php",
1561 "classes/src/functions/tan.php",
1562 "classes/src/functions/tanh.php",
1563 "classes/src/functions/theta.php",
1564 "classes/src/operations/add.php",
1565 "classes/src/operations/subtract.php",
1566 "classes/src/operations/multiply.php",
1567 "classes/src/operations/divideby.php",
1568 "classes/src/operations/divideinto.php"
1d48b8dd
TO
1569 ],
1570 "psr-4": {
1571 "Complex\\": "classes/src/"
1572 }
44b5fddd
CW
1573 },
1574 "notification-url": "https://packagist.org/downloads/",
1575 "license": [
1576 "MIT"
1577 ],
1578 "authors": [
1579 {
1580 "name": "Mark Baker",
1581 "email": "mark@lange.demon.co.uk"
1582 }
1583 ],
1584 "description": "PHP Class for working with complex numbers",
1585 "homepage": "https://github.com/MarkBaker/PHPComplex",
1586 "keywords": [
1587 "complex",
1588 "mathematics"
1589 ],
1590 "support": {
1591 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
1592 "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3"
1593 },
1594 "time": "2021-06-02T09:44:11+00:00"
1595 },
1596 {
1597 "name": "markbaker/matrix",
1598 "version": "2.1.3",
1599 "source": {
1600 "type": "git",
1601 "url": "https://github.com/MarkBaker/PHPMatrix.git",
1602 "reference": "174395a901b5ba0925f1d790fa91bab531074b61"
1603 },
1604 "dist": {
1605 "type": "zip",
1606 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61",
1607 "reference": "174395a901b5ba0925f1d790fa91bab531074b61",
1608 "shasum": ""
1609 },
1610 "require": {
1611 "php": "^7.1 || ^8.0"
1612 },
1613 "require-dev": {
1614 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
1615 "phpcompatibility/php-compatibility": "^9.0",
1616 "phpdocumentor/phpdocumentor": "2.*",
1617 "phploc/phploc": "^4.0",
1618 "phpmd/phpmd": "2.*",
1619 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3",
1620 "sebastian/phpcpd": "^4.0",
1621 "squizlabs/php_codesniffer": "^3.4"
1622 },
1623 "type": "library",
1624 "autoload": {
44b5fddd
CW
1625 "files": [
1626 "classes/src/Functions/adjoint.php",
1627 "classes/src/Functions/antidiagonal.php",
1628 "classes/src/Functions/cofactors.php",
1629 "classes/src/Functions/determinant.php",
1630 "classes/src/Functions/diagonal.php",
1631 "classes/src/Functions/identity.php",
1632 "classes/src/Functions/inverse.php",
1633 "classes/src/Functions/minors.php",
1634 "classes/src/Functions/trace.php",
1635 "classes/src/Functions/transpose.php",
1636 "classes/src/Operations/add.php",
1637 "classes/src/Operations/directsum.php",
1638 "classes/src/Operations/subtract.php",
1639 "classes/src/Operations/multiply.php",
1640 "classes/src/Operations/divideby.php",
1641 "classes/src/Operations/divideinto.php"
1d48b8dd
TO
1642 ],
1643 "psr-4": {
1644 "Matrix\\": "classes/src/"
1645 }
44b5fddd
CW
1646 },
1647 "notification-url": "https://packagist.org/downloads/",
1648 "license": [
1649 "MIT"
1650 ],
1651 "authors": [
1652 {
1653 "name": "Mark Baker",
1654 "email": "mark@demon-angel.eu"
1655 }
1656 ],
1657 "description": "PHP Class for working with matrices",
1658 "homepage": "https://github.com/MarkBaker/PHPMatrix",
1659 "keywords": [
1660 "mathematics",
1661 "matrix",
1662 "vector"
1663 ],
1664 "support": {
1665 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
1666 "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3"
1667 },
1668 "time": "2021-05-25T15:42:17+00:00"
1669 },
1670 {
1671 "name": "myclabs/php-enum",
1672 "version": "1.7.7",
1673 "source": {
1674 "type": "git",
1675 "url": "https://github.com/myclabs/php-enum.git",
1676 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
1677 },
1678 "dist": {
1679 "type": "zip",
1680 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
1681 "reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
1682 "shasum": ""
1683 },
1684 "require": {
1685 "ext-json": "*",
1686 "php": ">=7.1"
1687 },
1688 "require-dev": {
1689 "phpunit/phpunit": "^7",
1690 "squizlabs/php_codesniffer": "1.*",
1691 "vimeo/psalm": "^3.8"
1692 },
1693 "type": "library",
1694 "autoload": {
1695 "psr-4": {
1696 "MyCLabs\\Enum\\": "src/"
1697 }
1698 },
1699 "notification-url": "https://packagist.org/downloads/",
1700 "license": [
1701 "MIT"
1702 ],
1703 "authors": [
1704 {
1705 "name": "PHP Enum contributors",
1706 "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
1707 }
1708 ],
1709 "description": "PHP Enum implementation",
1710 "homepage": "http://github.com/myclabs/php-enum",
1711 "keywords": [
1712 "enum"
1713 ],
1714 "support": {
1715 "issues": "https://github.com/myclabs/php-enum/issues",
1716 "source": "https://github.com/myclabs/php-enum/tree/1.7.7"
1717 },
1718 "funding": [
1719 {
1720 "url": "https://github.com/mnapoli",
1721 "type": "github"
1722 },
1723 {
1724 "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
1725 "type": "tidelift"
1726 }
1727 ],
1728 "time": "2020-11-14T18:14:52+00:00"
1729 },
4034556f
TO
1730 {
1731 "name": "padaliyajay/php-autoprefixer",
4fed6a99 1732 "version": "1.3",
4034556f
TO
1733 "source": {
1734 "type": "git",
1735 "url": "https://github.com/padaliyajay/php-autoprefixer.git",
4fed6a99 1736 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430"
4034556f
TO
1737 },
1738 "dist": {
1739 "type": "zip",
4fed6a99
TO
1740 "url": "https://api.github.com/repos/padaliyajay/php-autoprefixer/zipball/f05f374f0c1e463db62209613f52b38bf4b52430",
1741 "reference": "f05f374f0c1e463db62209613f52b38bf4b52430",
4034556f
TO
1742 "shasum": ""
1743 },
1744 "require": {
1745 "sabberworm/php-css-parser": "*"
1746 },
1747 "type": "library",
1748 "autoload": {
1749 "psr-4": {
1750 "Padaliyajay\\PHPAutoprefixer\\": "src"
1751 }
1752 },
1753 "notification-url": "https://packagist.org/downloads/",
1754 "license": [
1755 "MIT"
1756 ],
1757 "authors": [
1758 {
1759 "name": "Jay padaliya"
1760 }
1761 ],
1762 "description": "CSS Autoprefixer written in pure PHP.",
1d48b8dd
TO
1763 "support": {
1764 "issues": "https://github.com/padaliyajay/php-autoprefixer/issues",
1765 "source": "https://github.com/padaliyajay/php-autoprefixer/tree/1.3"
1766 },
4fed6a99 1767 "time": "2019-11-26T09:55:37+00:00"
4034556f 1768 },
0d641ada
TO
1769 {
1770 "name": "paragonie/random_compat",
1771 "version": "v9.99.100",
1772 "source": {
1773 "type": "git",
1774 "url": "https://github.com/paragonie/random_compat.git",
1775 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
1776 },
1777 "dist": {
1778 "type": "zip",
1779 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
1780 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
1781 "shasum": ""
1782 },
1783 "require": {
1784 "php": ">= 7"
1785 },
1786 "require-dev": {
1787 "phpunit/phpunit": "4.*|5.*",
1788 "vimeo/psalm": "^1"
1789 },
1790 "suggest": {
1791 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1792 },
1793 "type": "library",
1794 "notification-url": "https://packagist.org/downloads/",
1795 "license": [
1796 "MIT"
1797 ],
1798 "authors": [
1799 {
1800 "name": "Paragon Initiative Enterprises",
1801 "email": "security@paragonie.com",
1802 "homepage": "https://paragonie.com"
1803 }
1804 ],
1805 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1806 "keywords": [
1807 "csprng",
1808 "polyfill",
1809 "pseudorandom",
1810 "random"
1811 ],
1d48b8dd
TO
1812 "support": {
1813 "email": "info@paragonie.com",
1814 "issues": "https://github.com/paragonie/random_compat/issues",
1815 "source": "https://github.com/paragonie/random_compat"
1816 },
0d641ada
TO
1817 "time": "2020-10-15T08:29:30+00:00"
1818 },
41f34647
SL
1819 {
1820 "name": "pear/auth_sasl",
1821 "version": "v1.1.0",
1822 "source": {
1823 "type": "git",
1824 "url": "https://github.com/pear/Auth_SASL.git",
1825 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee"
1826 },
1827 "dist": {
1828 "type": "zip",
1829 "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1830 "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee",
1831 "shasum": ""
1832 },
1833 "require": {
1834 "pear/pear_exception": "@stable"
1835 },
1836 "require-dev": {
1837 "phpunit/phpunit": "@stable"
1838 },
1839 "type": "library",
1840 "autoload": {
1841 "psr-0": {
1842 "Auth": "./"
1843 }
1844 },
1845 "notification-url": "https://packagist.org/downloads/",
1846 "include-path": [
1847 "./"
1848 ],
1849 "license": [
1850 "BSD"
1851 ],
1852 "authors": [
1853 {
1854 "name": "Anish Mistry",
1855 "email": "amistry@am-productions.biz",
1856 "role": "Lead"
1857 },
1858 {
1859 "name": "Richard Heyes",
1860 "email": "richard@php.net",
1861 "role": "Lead"
1862 },
1863 {
1864 "name": "Michael Bretterklieber",
1865 "email": "michael@bretterklieber.com",
1866 "role": "Lead"
1867 }
1868 ],
1869 "description": "Abstraction of various SASL mechanism responses",
1d48b8dd
TO
1870 "support": {
1871 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Auth_SASL",
1872 "source": "https://github.com/pear/Auth_SASL"
1873 },
41f34647
SL
1874 "time": "2017-03-07T14:37:05+00:00"
1875 },
2215f6dc 1876 {
1877 "name": "pear/console_getopt",
1878 "version": "v1.4.1",
1879 "source": {
1880 "type": "git",
1881 "url": "https://github.com/pear/Console_Getopt.git",
1882 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
1883 },
1884 "dist": {
1885 "type": "zip",
1886 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1887 "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
1888 "shasum": ""
1889 },
1890 "type": "library",
1891 "autoload": {
1892 "psr-0": {
1893 "Console": "./"
1894 }
1895 },
1896 "notification-url": "https://packagist.org/downloads/",
1897 "include-path": [
1898 "./"
1899 ],
1900 "license": [
1901 "BSD-2-Clause"
1902 ],
1903 "authors": [
1904 {
1905 "name": "Greg Beaver",
1906 "email": "cellog@php.net",
1907 "role": "Helper"
1908 },
1909 {
1910 "name": "Andrei Zmievski",
1911 "email": "andrei@php.net",
1912 "role": "Lead"
1913 },
1914 {
1915 "name": "Stig Bakken",
1916 "email": "stig@php.net",
1917 "role": "Developer"
1918 }
1919 ],
1920 "description": "More info available on: http://pear.php.net/package/Console_Getopt",
1d48b8dd
TO
1921 "support": {
1922 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
1923 "source": "https://github.com/pear/Console_Getopt"
1924 },
2215f6dc 1925 "time": "2015-07-20T20:28:12+00:00"
1926 },
b687e8d7
SL
1927 {
1928 "name": "pear/db",
51142dfe 1929 "version": "v1.11.0",
b687e8d7
SL
1930 "source": {
1931 "type": "git",
1932 "url": "https://github.com/pear/DB.git",
51142dfe 1933 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21"
b687e8d7
SL
1934 },
1935 "dist": {
1936 "type": "zip",
51142dfe
SL
1937 "url": "https://api.github.com/repos/pear/DB/zipball/7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
1938 "reference": "7e4f33dcecd99595df982ef8f56c1d7c2bbeaa21",
b687e8d7
SL
1939 "shasum": ""
1940 },
1941 "require": {
1942 "pear/pear-core-minimal": "*"
1943 },
1944 "type": "library",
b687e8d7
SL
1945 "autoload": {
1946 "psr-0": {
1947 "DB": "./"
1948 }
1949 },
1950 "notification-url": "https://packagist.org/downloads/",
1951 "include-path": [
1952 "./"
1953 ],
1954 "license": [
51142dfe 1955 "PHP-3.01"
b687e8d7
SL
1956 ],
1957 "authors": [
1958 {
1959 "name": "Daniel Convissor",
1960 "email": "danielc@php.net",
1961 "role": "Lead"
1962 },
1963 {
1964 "name": "Adam Harvey",
1965 "email": "aharvey@php.net",
1966 "role": "Lead"
1967 },
1968 {
1969 "name": "Stig Bakken",
1970 "email": "stig@php.net",
1971 "role": "Developer"
1972 },
1973 {
1974 "name": "Tomas V.V.Cox",
1975 "email": "cox@idecnet.com",
1976 "role": "Developer"
1977 }
1978 ],
1979 "description": "More info available on: http://pear.php.net/package/DB",
51142dfe
SL
1980 "support": {
1981 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=DB",
1982 "source": "https://github.com/pear/DB"
1983 },
1984 "time": "2021-08-11T00:24:34+00:00"
b687e8d7 1985 },
2f0db034
SL
1986 {
1987 "name": "pear/log",
7d792d0f 1988 "version": "1.13.3",
2f0db034
SL
1989 "source": {
1990 "type": "git",
1991 "url": "https://github.com/pear/Log.git",
7d792d0f 1992 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3"
2f0db034
SL
1993 },
1994 "dist": {
1995 "type": "zip",
7d792d0f
SL
1996 "url": "https://api.github.com/repos/pear/Log/zipball/21af0be11669194d72d88b5ee9d5f176dc75d9a3",
1997 "reference": "21af0be11669194d72d88b5ee9d5f176dc75d9a3",
2f0db034
SL
1998 "shasum": ""
1999 },
2000 "require": {
7d792d0f 2001 "pear/pear_exception": "1.0.1 || 1.0.2",
2f0db034
SL
2002 "php": ">5.2"
2003 },
2004 "require-dev": {
2005 "phpunit/phpunit": "*"
2006 },
2007 "suggest": {
2008 "pear/db": "Install optionally via your project's composer.json"
2009 },
2010 "type": "library",
2011 "autoload": {
2012 "psr-0": {
2013 "Log": "./"
7d792d0f
SL
2014 },
2015 "exclude-from-classmap": [
2016 "/examples/"
2017 ]
2f0db034
SL
2018 },
2019 "notification-url": "https://packagist.org/downloads/",
2020 "include-path": [
2021 ""
2022 ],
2023 "license": [
2024 "MIT"
2025 ],
2026 "authors": [
2027 {
2028 "name": "Jon Parise",
2029 "email": "jon@php.net",
2030 "homepage": "http://www.indelible.org",
2031 "role": "Developer"
2032 }
2033 ],
2034 "description": "PEAR Logging Framework",
2035 "homepage": "http://pear.github.io/Log/",
2036 "keywords": [
2037 "log",
2038 "logging"
2039 ],
7d792d0f
SL
2040 "support": {
2041 "issues": "https://github.com/pear/Log/issues",
2042 "source": "https://github.com/pear/Log"
2043 },
2044 "time": "2021-05-04T23:51:30+00:00"
2f0db034 2045 },
2215f6dc 2046 {
2047 "name": "pear/mail",
2048 "version": "v1.4.1",
2049 "source": {
2050 "type": "git",
2051 "url": "https://github.com/pear/Mail.git",
2052 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7"
2053 },
2054 "dist": {
2055 "type": "zip",
2056 "url": "https://api.github.com/repos/pear/Mail/zipball/9609ed5e42ac5b221dfd9af85de005c59d418ee7",
2057 "reference": "9609ed5e42ac5b221dfd9af85de005c59d418ee7",
2058 "shasum": ""
2059 },
2060 "require": {
2061 "pear/pear-core-minimal": "~1.9",
2062 "php": ">=5.2.1"
2063 },
2064 "require-dev": {
2065 "pear/pear": "*"
2066 },
2067 "suggest": {
2068 "pear/net_smtp": "Install optionally via your project's composer.json"
2069 },
2070 "type": "library",
2071 "autoload": {
2072 "psr-0": {
2073 "Mail": "./"
2074 }
2075 },
2076 "notification-url": "https://packagist.org/downloads/",
2077 "include-path": [
2078 "./"
2079 ],
2080 "license": [
2081 "BSD-2-Clause"
2082 ],
2083 "authors": [
2084 {
2085 "name": "Chuck Hagenbuch",
2086 "email": "chuck@horde.org",
2087 "role": "Lead"
2088 },
2089 {
2090 "name": "Richard Heyes",
2091 "email": "richard@phpguru.org",
2092 "role": "Developer"
2093 },
2094 {
2095 "name": "Aleksander Machniak",
2096 "email": "alec@alec.pl",
2097 "role": "Developer"
2098 }
2099 ],
2100 "description": "Class that provides multiple interfaces for sending emails.",
2101 "homepage": "http://pear.php.net/package/Mail",
1d48b8dd
TO
2102 "support": {
2103 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail",
2104 "source": "https://github.com/pear/Mail"
2105 },
7d792d0f 2106 "time": "2017-04-11T17:27:29+00:00"
2215f6dc 2107 },
968f6190
SL
2108 {
2109 "name": "pear/mail_mime",
2110 "version": "1.10.9",
2111 "source": {
2112 "type": "git",
2113 "url": "https://github.com/pear/Mail_Mime.git",
2114 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d"
2115 },
2116 "dist": {
2117 "type": "zip",
2118 "url": "https://api.github.com/repos/pear/Mail_Mime/zipball/1e7ae4e5258b6c0d385a8e76add567934245d38d",
2119 "reference": "1e7ae4e5258b6c0d385a8e76add567934245d38d",
2120 "shasum": ""
2121 },
2122 "require": {
2123 "pear/pear-core-minimal": "*"
2124 },
2125 "type": "library",
968f6190
SL
2126 "autoload": {
2127 "psr-0": {
2128 "Mail": "./"
2129 }
2130 },
2131 "notification-url": "https://packagist.org/downloads/",
2132 "include-path": [
2133 "./"
2134 ],
2135 "license": [
2136 "BSD-3-clause"
2137 ],
2138 "authors": [
2139 {
2140 "name": "Cipriano Groenendal",
2141 "email": "cipri@php.net",
2142 "role": "Lead"
2143 },
2144 {
2145 "name": "Aleksander Machniak",
2146 "email": "alec@php.net",
2147 "role": "Lead"
2148 }
2149 ],
2150 "description": "Mail_Mime provides classes to create MIME messages",
2151 "homepage": "http://pear.php.net/package/Mail_Mime",
1d48b8dd
TO
2152 "support": {
2153 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Mail_Mime",
2154 "source": "https://github.com/pear/Mail_Mime"
2155 },
7d792d0f 2156 "time": "2020-06-27T08:35:27+00:00"
968f6190 2157 },
0ccbacae
SL
2158 {
2159 "name": "pear/net_smtp",
a6a0ff13 2160 "version": "1.9.0",
0ccbacae
SL
2161 "source": {
2162 "type": "git",
2163 "url": "https://github.com/pear/Net_SMTP.git",
a6a0ff13 2164 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e"
0ccbacae
SL
2165 },
2166 "dist": {
2167 "type": "zip",
a6a0ff13
SL
2168 "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
2169 "reference": "f7fbc5808bfeba87c38e02ea4acc5243ffc9524e",
0ccbacae
SL
2170 "shasum": ""
2171 },
2172 "require": {
a6a0ff13
SL
2173 "pear/net_socket": "@stable",
2174 "pear/pear-core-minimal": "@stable",
2175 "php": ">=5.4.0"
0ccbacae
SL
2176 },
2177 "require-dev": {
2178 "phpunit/phpunit": "*"
2179 },
2180 "suggest": {
2181 "pear/auth_sasl": "Install optionally via your project's composer.json"
2182 },
2183 "type": "library",
2184 "autoload": {
2185 "psr-0": {
2186 "Net": "./"
2187 }
2188 },
2189 "notification-url": "https://packagist.org/downloads/",
2190 "include-path": [
2191 "./"
2192 ],
2193 "license": [
a6a0ff13 2194 "BSD-2-Clause"
0ccbacae
SL
2195 ],
2196 "authors": [
2197 {
2198 "name": "Jon Parise",
2199 "email": "jon@php.net",
a6a0ff13 2200 "homepage": "https://www.indelible.org",
0ccbacae
SL
2201 "role": "Lead"
2202 },
2203 {
2204 "name": "Chuck Hagenbuch",
2205 "email": "chuck@horde.org",
2206 "role": "Lead"
2207 }
2208 ],
2209 "description": "An implementation of the SMTP protocol",
a6a0ff13 2210 "homepage": "https://pear.github.io/Net_SMTP/",
0ccbacae
SL
2211 "keywords": [
2212 "email",
2213 "mail",
2214 "smtp"
2215 ],
1d48b8dd
TO
2216 "support": {
2217 "issues": "https://github.com/pear/Net_SMTP/issues",
2218 "source": "https://github.com/pear/Net_SMTP"
2219 },
7d792d0f 2220 "time": "2019-11-30T23:40:31+00:00"
0ccbacae
SL
2221 },
2222 {
2223 "name": "pear/net_socket",
2224 "version": "1.0.14",
2225 "source": {
2226 "type": "git",
2227 "url": "https://github.com/pear/Net_Socket.git",
2228 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8"
2229 },
2230 "dist": {
2231 "type": "zip",
2232 "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8",
2233 "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8",
2234 "shasum": ""
2235 },
2236 "require": {
2237 "pear/pear_exception": "*"
2238 },
2239 "require-dev": {
2240 "phpunit/phpunit": "*"
2241 },
2242 "type": "library",
2243 "autoload": {
2244 "psr-0": {
2245 "Net": "./"
2246 }
2247 },
2248 "notification-url": "https://packagist.org/downloads/",
2249 "include-path": [
2250 "./"
2251 ],
2252 "license": [
2253 "PHP License"
2254 ],
2255 "authors": [
2256 {
2257 "name": "Chuck Hagenbuch",
2258 "email": "chuck@horde.org",
2259 "role": "Lead"
2260 },
2261 {
2262 "name": "Aleksander Machniak",
2263 "email": "alec@php.net",
2264 "role": "Lead"
2265 },
2266 {
2267 "name": "Stig Bakken",
2268 "email": "stig@php.net",
2269 "role": "Lead"
2270 }
2271 ],
2272 "description": "More info available on: http://pear.php.net/package/Net_Socket",
1d48b8dd
TO
2273 "support": {
2274 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Socket",
2275 "source": "https://github.com/pear/Net_Socket"
2276 },
0ccbacae
SL
2277 "time": "2014-02-20T19:27:06+00:00"
2278 },
2215f6dc 2279 {
2280 "name": "pear/pear-core-minimal",
2281 "version": "v1.10.7",
2282 "source": {
2283 "type": "git",
2284 "url": "https://github.com/pear/pear-core-minimal.git",
2285 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da"
2286 },
2287 "dist": {
2288 "type": "zip",
2289 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/19a3e0fcd50492c4357372f623f55f1b144346da",
2290 "reference": "19a3e0fcd50492c4357372f623f55f1b144346da",
2291 "shasum": ""
2292 },
2293 "require": {
2294 "pear/console_getopt": "~1.4",
2295 "pear/pear_exception": "~1.0"
2296 },
2297 "replace": {
2298 "rsky/pear-core-min": "self.version"
2299 },
2300 "type": "library",
2301 "autoload": {
2302 "psr-0": {
2303 "": "src/"
2304 }
2305 },
2306 "notification-url": "https://packagist.org/downloads/",
2307 "include-path": [
2308 "src/"
2309 ],
2310 "license": [
2311 "BSD-3-Clause"
2312 ],
2313 "authors": [
2314 {
2315 "name": "Christian Weiske",
2316 "email": "cweiske@php.net",
2317 "role": "Lead"
2318 }
2319 ],
2320 "description": "Minimal set of PEAR core files to be used as composer dependency",
1d48b8dd
TO
2321 "support": {
2322 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
2323 "source": "https://github.com/pear/pear-core-minimal"
2324 },
2215f6dc 2325 "time": "2018-12-05T20:03:52+00:00"
2326 },
2d0eaf7e
SL
2327 {
2328 "name": "pear/pear_exception",
6086c345 2329 "version": "v1.0.1",
2d0eaf7e
SL
2330 "source": {
2331 "type": "git",
2332 "url": "https://github.com/pear/PEAR_Exception.git",
6086c345 2333 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7"
2d0eaf7e
SL
2334 },
2335 "dist": {
2336 "type": "zip",
6086c345
SL
2337 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2338 "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7",
2d0eaf7e
SL
2339 "shasum": ""
2340 },
2341 "require": {
2342 "php": ">=4.4.0"
2343 },
2344 "require-dev": {
2345 "phpunit/phpunit": "*"
2346 },
2347 "type": "class",
2348 "extra": {
2349 "branch-alias": {
2350 "dev-master": "1.0.x-dev"
2351 }
2352 },
2353 "autoload": {
6086c345
SL
2354 "classmap": [
2355 "PEAR/"
2356 ]
2d0eaf7e
SL
2357 },
2358 "notification-url": "https://packagist.org/downloads/",
2359 "include-path": [
2360 "."
2361 ],
2362 "license": [
2363 "BSD-2-Clause"
2364 ],
2365 "authors": [
2366 {
2367 "name": "Helgi Thormar",
2368 "email": "dufuz@php.net"
2369 },
2370 {
2371 "name": "Greg Beaver",
2372 "email": "cellog@php.net"
2373 }
2374 ],
2375 "description": "The PEAR Exception base class.",
2376 "homepage": "https://github.com/pear/PEAR_Exception",
2377 "keywords": [
2378 "exception"
2379 ],
1d48b8dd
TO
2380 "support": {
2381 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
2382 "source": "https://github.com/pear/PEAR_Exception"
2383 },
6086c345 2384 "time": "2019-12-10T10:24:42+00:00"
2d0eaf7e
SL
2385 },
2386 {
2387 "name": "pear/validate_finance_creditcard",
436e8384 2388 "version": "0.7.0",
2d0eaf7e
SL
2389 "source": {
2390 "type": "git",
2391 "url": "https://github.com/pear/Validate_Finance_CreditCard.git",
436e8384 2392 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9"
2d0eaf7e
SL
2393 },
2394 "dist": {
2395 "type": "zip",
436e8384
SL
2396 "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/f138fb80b2305c1fe7ca33216b895b868396f1e9",
2397 "reference": "f138fb80b2305c1fe7ca33216b895b868396f1e9",
2d0eaf7e
SL
2398 "shasum": ""
2399 },
2400 "require": {
2401 "pear/pear_exception": "*",
2402 "php": ">=5.2.1"
2403 },
2404 "require-dev": {
2405 "phpunit/phpunit": "*"
2406 },
2407 "type": "library",
2408 "autoload": {
2409 "psr-0": {
2410 "Validate": "./"
2411 }
2412 },
2413 "notification-url": "https://packagist.org/downloads/",
2414 "include-path": [
2415 "./"
2416 ],
2417 "license": [
2418 "New BSD"
2419 ],
2420 "authors": [
2421 {
2422 "name": "Philippe Jausions",
2423 "email": "Philippe.Jausions@11abacus.com",
2424 "role": "Lead"
2425 }
2426 ],
2427 "description": "Validation class for credit cards.",
436e8384
SL
2428 "support": {
2429 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_Finance_CreditCard",
2430 "source": "https://github.com/pear/Validate_Finance_CreditCard"
2431 },
2432 "time": "2021-05-19T22:03:15+00:00"
2d0eaf7e 2433 },
0a4cb750
TO
2434 {
2435 "name": "phenx/php-font-lib",
d9ee5636 2436 "version": "0.5.4",
0a4cb750
TO
2437 "source": {
2438 "type": "git",
d9ee5636
SL
2439 "url": "https://github.com/dompdf/php-font-lib.git",
2440 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
0a4cb750
TO
2441 },
2442 "dist": {
2443 "type": "zip",
d9ee5636
SL
2444 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
2445 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
0a4cb750
TO
2446 "shasum": ""
2447 },
d9ee5636
SL
2448 "require": {
2449 "ext-mbstring": "*"
2450 },
bd48ca3f 2451 "require-dev": {
d9ee5636 2452 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
bd48ca3f 2453 },
0a4cb750
TO
2454 "type": "library",
2455 "autoload": {
bd48ca3f
SL
2456 "psr-4": {
2457 "FontLib\\": "src/FontLib"
e91585d7 2458 }
0a4cb750
TO
2459 },
2460 "notification-url": "https://packagist.org/downloads/",
2461 "license": [
e91585d7 2462 "LGPL-3.0"
0a4cb750
TO
2463 ],
2464 "authors": [
2465 {
2466 "name": "Fabien Ménager",
2467 "email": "fabien.menager@gmail.com"
2468 }
2469 ],
2470 "description": "A library to read, parse, export and make subsets of different types of font files.",
2471 "homepage": "https://github.com/PhenX/php-font-lib",
1d48b8dd 2472 "support": {
d9ee5636
SL
2473 "issues": "https://github.com/dompdf/php-font-lib/issues",
2474 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
1d48b8dd 2475 },
d9ee5636 2476 "time": "2021-12-17T19:44:54+00:00"
e91585d7
SL
2477 },
2478 {
2479 "name": "phenx/php-svg-lib",
d9ee5636 2480 "version": "0.4.1",
e91585d7
SL
2481 "source": {
2482 "type": "git",
d9ee5636
SL
2483 "url": "https://github.com/dompdf/php-svg-lib.git",
2484 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02"
e91585d7
SL
2485 },
2486 "dist": {
2487 "type": "zip",
d9ee5636
SL
2488 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02",
2489 "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02",
e91585d7
SL
2490 "shasum": ""
2491 },
bd48ca3f 2492 "require": {
d9ee5636
SL
2493 "ext-mbstring": "*",
2494 "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0",
2495 "sabberworm/php-css-parser": "^8.4"
b85181d1 2496 },
2497 "require-dev": {
d9ee5636 2498 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
bd48ca3f 2499 },
e91585d7
SL
2500 "type": "library",
2501 "autoload": {
b85181d1 2502 "psr-4": {
2503 "Svg\\": "src/Svg"
e91585d7
SL
2504 }
2505 },
2506 "notification-url": "https://packagist.org/downloads/",
2507 "license": [
2508 "LGPL-3.0"
2509 ],
2510 "authors": [
2511 {
2512 "name": "Fabien Ménager",
2513 "email": "fabien.menager@gmail.com"
2514 }
2515 ],
2516 "description": "A library to read, parse and export to PDF SVG files.",
2517 "homepage": "https://github.com/PhenX/php-svg-lib",
1d48b8dd 2518 "support": {
d9ee5636
SL
2519 "issues": "https://github.com/dompdf/php-svg-lib/issues",
2520 "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1"
1d48b8dd 2521 },
d9ee5636 2522 "time": "2022-03-07T12:52:04+00:00"
0a4cb750 2523 },
44b5fddd
CW
2524 {
2525 "name": "phpoffice/phpspreadsheet",
2526 "version": "1.18.0",
2527 "source": {
2528 "type": "git",
2529 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2530 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
2531 },
2532 "dist": {
2533 "type": "zip",
2534 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2535 "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
2536 "shasum": ""
2537 },
2538 "require": {
2539 "ext-ctype": "*",
2540 "ext-dom": "*",
2541 "ext-fileinfo": "*",
2542 "ext-gd": "*",
2543 "ext-iconv": "*",
2544 "ext-libxml": "*",
2545 "ext-mbstring": "*",
2546 "ext-simplexml": "*",
2547 "ext-xml": "*",
2548 "ext-xmlreader": "*",
2549 "ext-xmlwriter": "*",
2550 "ext-zip": "*",
2551 "ext-zlib": "*",
2552 "ezyang/htmlpurifier": "^4.13",
2553 "maennchen/zipstream-php": "^2.1",
2554 "markbaker/complex": "^2.0",
2555 "markbaker/matrix": "^2.0",
2556 "php": "^7.2 || ^8.0",
2557 "psr/http-client": "^1.0",
2558 "psr/http-factory": "^1.0",
2559 "psr/simple-cache": "^1.0"
2560 },
2561 "require-dev": {
2562 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
2563 "dompdf/dompdf": "^1.0",
2564 "friendsofphp/php-cs-fixer": "^2.18",
2565 "jpgraph/jpgraph": "^4.0",
2566 "mpdf/mpdf": "^8.0",
2567 "phpcompatibility/php-compatibility": "^9.3",
2568 "phpstan/phpstan": "^0.12.82",
2569 "phpstan/phpstan-phpunit": "^0.12.18",
2570 "phpunit/phpunit": "^8.5",
2571 "squizlabs/php_codesniffer": "^3.5",
2572 "tecnickcom/tcpdf": "^6.3"
2573 },
2574 "suggest": {
2575 "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)",
2576 "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
2577 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
2578 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)"
2579 },
2580 "type": "library",
2581 "autoload": {
2582 "psr-4": {
2583 "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
2584 }
2585 },
2586 "notification-url": "https://packagist.org/downloads/",
2587 "license": [
2588 "MIT"
2589 ],
2590 "authors": [
2591 {
2592 "name": "Maarten Balliauw",
2593 "homepage": "https://blog.maartenballiauw.be"
2594 },
2595 {
2596 "name": "Mark Baker",
2597 "homepage": "https://markbakeruk.net"
2598 },
2599 {
2600 "name": "Franck Lefevre",
2601 "homepage": "https://rootslabs.net"
2602 },
2603 {
2604 "name": "Erik Tilt"
2605 },
2606 {
2607 "name": "Adrien Crivelli"
2608 }
2609 ],
2610 "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
2611 "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
2612 "keywords": [
2613 "OpenXML",
2614 "excel",
2615 "gnumeric",
2616 "ods",
2617 "php",
2618 "spreadsheet",
2619 "xls",
2620 "xlsx"
2621 ],
2622 "support": {
2623 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
2624 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0"
2625 },
2626 "time": "2021-05-31T18:21:15+00:00"
2627 },
db7b0381
CW
2628 {
2629 "name": "phpoffice/phpword",
95d1c020 2630 "version": "0.18.1",
db7b0381
CW
2631 "source": {
2632 "type": "git",
2633 "url": "https://github.com/PHPOffice/PHPWord.git",
95d1c020 2634 "reference": "06b90e39a36872c6ee73534e1a073f4b3132fc6a"
db7b0381
CW
2635 },
2636 "dist": {
2637 "type": "zip",
95d1c020
SL
2638 "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/06b90e39a36872c6ee73534e1a073f4b3132fc6a",
2639 "reference": "06b90e39a36872c6ee73534e1a073f4b3132fc6a",
db7b0381
CW
2640 "shasum": ""
2641 },
2642 "require": {
2643 "ext-xml": "*",
95d1c020
SL
2644 "laminas/laminas-escaper": "^2.2",
2645 "php": "^5.3.3 || ^7.0 || ^8.0"
db7b0381
CW
2646 },
2647 "require-dev": {
95d1c020 2648 "dompdf/dompdf": "0.8.* || 1.0.*",
66a7c254
SL
2649 "ext-gd": "*",
2650 "ext-zip": "*",
2651 "friendsofphp/php-cs-fixer": "^2.2",
95d1c020 2652 "mpdf/mpdf": "5.7.4 || 6.* || 7.* || 8.*",
66a7c254 2653 "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
95d1c020 2654 "phploc/phploc": "2.* || 3.* || 4.* || 5.* || 6.* || 7.*",
db7b0381 2655 "phpmd/phpmd": "2.*",
66a7c254 2656 "phpunit/phpunit": "^4.8.36 || ^7.0",
95d1c020 2657 "squizlabs/php_codesniffer": "^2.9 || ^3.5",
61a197f8 2658 "tecnickcom/tcpdf": "6.*"
db7b0381
CW
2659 },
2660 "suggest": {
61a197f8
SL
2661 "dompdf/dompdf": "Allows writing PDF",
2662 "ext-gd2": "Allows adding images",
2663 "ext-xmlwriter": "Allows writing OOXML and ODF",
2664 "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
2665 "ext-zip": "Allows writing OOXML and ODF"
db7b0381
CW
2666 },
2667 "type": "library",
66a7c254
SL
2668 "extra": {
2669 "branch-alias": {
95d1c020 2670 "dev-develop": "0.18-dev"
66a7c254
SL
2671 }
2672 },
db7b0381
CW
2673 "autoload": {
2674 "psr-4": {
2675 "PhpOffice\\PhpWord\\": "src/PhpWord"
2676 }
2677 },
2678 "notification-url": "https://packagist.org/downloads/",
2679 "license": [
2680 "LGPL-3.0"
2681 ],
2682 "authors": [
2683 {
2684 "name": "Mark Baker"
2685 },
db7b0381
CW
2686 {
2687 "name": "Gabriel Bull",
2688 "email": "me@gabrielbull.com",
2689 "homepage": "http://gabrielbull.com/"
2690 },
95d1c020
SL
2691 {
2692 "name": "Franck Lefevre",
2693 "homepage": "https://rootslabs.net/blog/"
2694 },
db7b0381
CW
2695 {
2696 "name": "Ivan Lanin",
2697 "homepage": "http://ivan.lanin.org"
2698 },
2699 {
2700 "name": "Roman Syroeshko",
2701 "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
5af9e53b 2702 },
5af9e53b
DS
2703 {
2704 "name": "Antoine de Troostembergh"
db7b0381
CW
2705 }
2706 ],
61a197f8 2707 "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
db7b0381
CW
2708 "homepage": "http://phpoffice.github.io",
2709 "keywords": [
2710 "ISO IEC 29500",
2711 "OOXML",
2712 "Office Open XML",
2713 "OpenDocument",
2714 "OpenXML",
2715 "PhpOffice",
2716 "PhpWord",
2717 "Rich Text Format",
2718 "WordprocessingML",
2719 "doc",
2720 "docx",
2721 "html",
61a197f8 2722 "odf",
db7b0381
CW
2723 "odt",
2724 "office",
2725 "pdf",
2726 "php",
2727 "reader",
2728 "rtf",
2729 "template",
2730 "template processor",
2731 "word",
2732 "writer"
2733 ],
95d1c020
SL
2734 "support": {
2735 "issues": "https://github.com/PHPOffice/PHPWord/issues",
2736 "source": "https://github.com/PHPOffice/PHPWord/tree/0.18.1"
2737 },
2738 "time": "2021-03-08T01:06:35+00:00"
db7b0381 2739 },
94ddb538
TO
2740 {
2741 "name": "phpseclib/phpseclib",
094bc972 2742 "version": "2.0.31",
94ddb538
TO
2743 "source": {
2744 "type": "git",
2745 "url": "https://github.com/phpseclib/phpseclib.git",
094bc972 2746 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
94ddb538
TO
2747 },
2748 "dist": {
2749 "type": "zip",
094bc972 2750 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
2751 "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
94ddb538
TO
2752 "shasum": ""
2753 },
2754 "require": {
30836e92 2755 "php": ">=5.3.3"
94ddb538
TO
2756 },
2757 "require-dev": {
2758 "phing/phing": "~2.7",
094bc972 2759 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
fcfd7b4d 2760 "squizlabs/php_codesniffer": "~2.0"
94ddb538
TO
2761 },
2762 "suggest": {
2763 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
30836e92
TO
2764 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2765 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2766 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
94ddb538
TO
2767 },
2768 "type": "library",
94ddb538 2769 "autoload": {
94ddb538 2770 "files": [
30836e92
TO
2771 "phpseclib/bootstrap.php"
2772 ],
2773 "psr-4": {
2774 "phpseclib\\": "phpseclib/"
2775 }
94ddb538
TO
2776 },
2777 "notification-url": "https://packagist.org/downloads/",
94ddb538
TO
2778 "license": [
2779 "MIT"
2780 ],
2781 "authors": [
2782 {
2783 "name": "Jim Wigginton",
2784 "email": "terrafrost@php.net",
2785 "role": "Lead Developer"
2786 },
2787 {
2788 "name": "Patrick Monnerat",
2789 "email": "pm@datasphere.ch",
2790 "role": "Developer"
2791 },
2792 {
2793 "name": "Andreas Fischer",
2794 "email": "bantu@phpbb.com",
2795 "role": "Developer"
2796 },
2797 {
2798 "name": "Hans-Jürgen Petrich",
2799 "email": "petrich@tronic-media.com",
2800 "role": "Developer"
fcfd7b4d
TO
2801 },
2802 {
2803 "name": "Graham Campbell",
2804 "email": "graham@alt-three.com",
2805 "role": "Developer"
94ddb538
TO
2806 }
2807 ],
2808 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2809 "homepage": "http://phpseclib.sourceforge.net",
2810 "keywords": [
2811 "BigInteger",
2812 "aes",
2813 "asn.1",
2814 "asn1",
2815 "blowfish",
2816 "crypto",
2817 "cryptography",
2818 "encryption",
2819 "rsa",
2820 "security",
2821 "sftp",
2822 "signature",
2823 "signing",
2824 "ssh",
2825 "twofish",
2826 "x.509",
2827 "x509"
2828 ],
1d48b8dd
TO
2829 "support": {
2830 "issues": "https://github.com/phpseclib/phpseclib/issues",
2831 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
2832 },
30836e92
TO
2833 "funding": [
2834 {
2835 "url": "https://github.com/terrafrost",
2836 "type": "github"
2837 },
2838 {
2839 "url": "https://www.patreon.com/phpseclib",
2840 "type": "patreon"
2841 },
2842 {
2843 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2844 "type": "tidelift"
2845 }
2846 ],
094bc972 2847 "time": "2021-04-06T13:56:45+00:00"
94ddb538 2848 },
b4998943
TO
2849 {
2850 "name": "psr/cache",
2851 "version": "1.0.1",
2852 "source": {
2853 "type": "git",
2854 "url": "https://github.com/php-fig/cache.git",
2855 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2856 },
2857 "dist": {
2858 "type": "zip",
2859 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2860 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2861 "shasum": ""
2862 },
2863 "require": {
2864 "php": ">=5.3.0"
2865 },
2866 "type": "library",
2867 "extra": {
2868 "branch-alias": {
2869 "dev-master": "1.0.x-dev"
2870 }
2871 },
2872 "autoload": {
2873 "psr-4": {
2874 "Psr\\Cache\\": "src/"
2875 }
2876 },
2877 "notification-url": "https://packagist.org/downloads/",
2878 "license": [
2879 "MIT"
2880 ],
2881 "authors": [
2882 {
2883 "name": "PHP-FIG",
2884 "homepage": "http://www.php-fig.org/"
2885 }
2886 ],
2887 "description": "Common interface for caching libraries",
2888 "keywords": [
2889 "cache",
2890 "psr",
2891 "psr-6"
2892 ],
1d48b8dd
TO
2893 "support": {
2894 "source": "https://github.com/php-fig/cache/tree/master"
2895 },
b4998943
TO
2896 "time": "2016-08-06T20:24:11+00:00"
2897 },
c2b44ba2
SL
2898 {
2899 "name": "psr/container",
2900 "version": "1.0.0",
2901 "source": {
2902 "type": "git",
2903 "url": "https://github.com/php-fig/container.git",
2904 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2905 },
2906 "dist": {
2907 "type": "zip",
2908 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2909 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2910 "shasum": ""
2911 },
2912 "require": {
2913 "php": ">=5.3.0"
2914 },
2915 "type": "library",
2916 "extra": {
2917 "branch-alias": {
2918 "dev-master": "1.0.x-dev"
2919 }
2920 },
2921 "autoload": {
2922 "psr-4": {
2923 "Psr\\Container\\": "src/"
2924 }
2925 },
2926 "notification-url": "https://packagist.org/downloads/",
2927 "license": [
2928 "MIT"
2929 ],
2930 "authors": [
2931 {
2932 "name": "PHP-FIG",
2933 "homepage": "http://www.php-fig.org/"
2934 }
2935 ],
2936 "description": "Common Container Interface (PHP FIG PSR-11)",
2937 "homepage": "https://github.com/php-fig/container",
2938 "keywords": [
2939 "PSR-11",
2940 "container",
2941 "container-interface",
2942 "container-interop",
2943 "psr"
2944 ],
1d48b8dd
TO
2945 "support": {
2946 "issues": "https://github.com/php-fig/container/issues",
2947 "source": "https://github.com/php-fig/container/tree/master"
2948 },
c2b44ba2
SL
2949 "time": "2017-02-14T16:28:37+00:00"
2950 },
44b5fddd
CW
2951 {
2952 "name": "psr/http-client",
2953 "version": "1.0.1",
2954 "source": {
2955 "type": "git",
2956 "url": "https://github.com/php-fig/http-client.git",
2957 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2958 },
2959 "dist": {
2960 "type": "zip",
2961 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2962 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2963 "shasum": ""
2964 },
2965 "require": {
2966 "php": "^7.0 || ^8.0",
2967 "psr/http-message": "^1.0"
2968 },
2969 "type": "library",
2970 "extra": {
2971 "branch-alias": {
2972 "dev-master": "1.0.x-dev"
2973 }
2974 },
2975 "autoload": {
2976 "psr-4": {
2977 "Psr\\Http\\Client\\": "src/"
2978 }
2979 },
2980 "notification-url": "https://packagist.org/downloads/",
2981 "license": [
2982 "MIT"
2983 ],
2984 "authors": [
2985 {
2986 "name": "PHP-FIG",
2987 "homepage": "http://www.php-fig.org/"
2988 }
2989 ],
2990 "description": "Common interface for HTTP clients",
2991 "homepage": "https://github.com/php-fig/http-client",
2992 "keywords": [
2993 "http",
2994 "http-client",
2995 "psr",
2996 "psr-18"
2997 ],
2998 "support": {
2999 "source": "https://github.com/php-fig/http-client/tree/master"
3000 },
3001 "time": "2020-06-29T06:28:15+00:00"
3002 },
3003 {
3004 "name": "psr/http-factory",
3005 "version": "1.0.1",
3006 "source": {
3007 "type": "git",
3008 "url": "https://github.com/php-fig/http-factory.git",
3009 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3010 },
3011 "dist": {
3012 "type": "zip",
3013 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3014 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3015 "shasum": ""
3016 },
3017 "require": {
3018 "php": ">=7.0.0",
3019 "psr/http-message": "^1.0"
3020 },
3021 "type": "library",
3022 "extra": {
3023 "branch-alias": {
3024 "dev-master": "1.0.x-dev"
3025 }
3026 },
3027 "autoload": {
3028 "psr-4": {
3029 "Psr\\Http\\Message\\": "src/"
3030 }
3031 },
3032 "notification-url": "https://packagist.org/downloads/",
3033 "license": [
3034 "MIT"
3035 ],
3036 "authors": [
3037 {
3038 "name": "PHP-FIG",
3039 "homepage": "http://www.php-fig.org/"
3040 }
3041 ],
3042 "description": "Common interfaces for PSR-7 HTTP message factories",
3043 "keywords": [
3044 "factory",
3045 "http",
3046 "message",
3047 "psr",
3048 "psr-17",
3049 "psr-7",
3050 "request",
3051 "response"
3052 ],
3053 "support": {
3054 "source": "https://github.com/php-fig/http-factory/tree/master"
3055 },
3056 "time": "2019-04-30T12:38:16+00:00"
3057 },
f9bdf062 3058 {
3059 "name": "psr/http-message",
3060 "version": "1.0.1",
3061 "source": {
3062 "type": "git",
3063 "url": "https://github.com/php-fig/http-message.git",
3064 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3065 },
3066 "dist": {
3067 "type": "zip",
3068 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3069 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3070 "shasum": ""
3071 },
3072 "require": {
3073 "php": ">=5.3.0"
3074 },
3075 "type": "library",
3076 "extra": {
3077 "branch-alias": {
3078 "dev-master": "1.0.x-dev"
3079 }
3080 },
3081 "autoload": {
3082 "psr-4": {
3083 "Psr\\Http\\Message\\": "src/"
3084 }
3085 },
3086 "notification-url": "https://packagist.org/downloads/",
3087 "license": [
3088 "MIT"
3089 ],
3090 "authors": [
3091 {
3092 "name": "PHP-FIG",
3093 "homepage": "http://www.php-fig.org/"
3094 }
3095 ],
3096 "description": "Common interface for HTTP messages",
3097 "homepage": "https://github.com/php-fig/http-message",
3098 "keywords": [
3099 "http",
3100 "http-message",
3101 "psr",
3102 "psr-7",
3103 "request",
3104 "response"
3105 ],
1d48b8dd
TO
3106 "support": {
3107 "source": "https://github.com/php-fig/http-message/tree/master"
3108 },
f9bdf062 3109 "time": "2016-08-06T14:39:51+00:00"
3110 },
fd6605f0
JK
3111 {
3112 "name": "psr/log",
e32ed52b 3113 "version": "1.1.3",
0a4cb750
TO
3114 "source": {
3115 "type": "git",
3116 "url": "https://github.com/php-fig/log.git",
e32ed52b 3117 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
0a4cb750
TO
3118 },
3119 "dist": {
3120 "type": "zip",
e32ed52b 3121 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
3122 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
0a4cb750
TO
3123 "shasum": ""
3124 },
2ac97b20
SL
3125 "require": {
3126 "php": ">=5.3.0"
3127 },
0a4cb750 3128 "type": "library",
2ac97b20
SL
3129 "extra": {
3130 "branch-alias": {
0a5cc337 3131 "dev-master": "1.1.x-dev"
2ac97b20
SL
3132 }
3133 },
0a4cb750 3134 "autoload": {
2ac97b20
SL
3135 "psr-4": {
3136 "Psr\\Log\\": "Psr/Log/"
0a4cb750
TO
3137 }
3138 },
3139 "notification-url": "https://packagist.org/downloads/",
3140 "license": [
3141 "MIT"
3142 ],
3143 "authors": [
3144 {
3145 "name": "PHP-FIG",
3146 "homepage": "http://www.php-fig.org/"
3147 }
3148 ],
3149 "description": "Common interface for logging libraries",
2ac97b20 3150 "homepage": "https://github.com/php-fig/log",
0a4cb750
TO
3151 "keywords": [
3152 "log",
3153 "psr",
3154 "psr-3"
3155 ],
1d48b8dd
TO
3156 "support": {
3157 "source": "https://github.com/php-fig/log/tree/1.1.3"
3158 },
e32ed52b 3159 "time": "2020-03-23T09:12:05+00:00"
0a4cb750 3160 },
6c1c4ffc
TO
3161 {
3162 "name": "psr/simple-cache",
3163 "version": "1.0.1",
3164 "source": {
3165 "type": "git",
3166 "url": "https://github.com/php-fig/simple-cache.git",
3167 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
3168 },
3169 "dist": {
3170 "type": "zip",
3171 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3172 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
3173 "shasum": ""
3174 },
3175 "require": {
3176 "php": ">=5.3.0"
3177 },
3178 "type": "library",
3179 "extra": {
3180 "branch-alias": {
3181 "dev-master": "1.0.x-dev"
3182 }
3183 },
3184 "autoload": {
3185 "psr-4": {
3186 "Psr\\SimpleCache\\": "src/"
3187 }
3188 },
3189 "notification-url": "https://packagist.org/downloads/",
3190 "license": [
3191 "MIT"
3192 ],
3193 "authors": [
3194 {
3195 "name": "PHP-FIG",
3196 "homepage": "http://www.php-fig.org/"
3197 }
3198 ],
3199 "description": "Common interfaces for simple caching",
3200 "keywords": [
3201 "cache",
3202 "caching",
3203 "psr",
3204 "psr-16",
3205 "simple-cache"
3206 ],
1d48b8dd
TO
3207 "support": {
3208 "source": "https://github.com/php-fig/simple-cache/tree/master"
3209 },
6c1c4ffc
TO
3210 "time": "2017-10-23T01:57:42+00:00"
3211 },
bd4dda2a 3212 {
3213 "name": "ralouphie/getallheaders",
3214 "version": "3.0.3",
3215 "source": {
3216 "type": "git",
3217 "url": "https://github.com/ralouphie/getallheaders.git",
3218 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3219 },
3220 "dist": {
3221 "type": "zip",
3222 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3223 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3224 "shasum": ""
3225 },
3226 "require": {
3227 "php": ">=5.6"
3228 },
3229 "require-dev": {
3230 "php-coveralls/php-coveralls": "^2.1",
3231 "phpunit/phpunit": "^5 || ^6.5"
3232 },
3233 "type": "library",
3234 "autoload": {
3235 "files": [
3236 "src/getallheaders.php"
3237 ]
3238 },
3239 "notification-url": "https://packagist.org/downloads/",
3240 "license": [
3241 "MIT"
3242 ],
3243 "authors": [
3244 {
3245 "name": "Ralph Khattar",
3246 "email": "ralph.khattar@gmail.com"
3247 }
3248 ],
3249 "description": "A polyfill for getallheaders.",
1d48b8dd
TO
3250 "support": {
3251 "issues": "https://github.com/ralouphie/getallheaders/issues",
3252 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
3253 },
bd4dda2a 3254 "time": "2019-03-08T08:55:37+00:00"
3255 },
bd48ca3f
SL
3256 {
3257 "name": "sabberworm/php-css-parser",
d9ee5636 3258 "version": "8.4.0",
bd48ca3f
SL
3259 "source": {
3260 "type": "git",
3261 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
d9ee5636 3262 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
bd48ca3f
SL
3263 },
3264 "dist": {
3265 "type": "zip",
d9ee5636
SL
3266 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
3267 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
bd48ca3f
SL
3268 "shasum": ""
3269 },
3270 "require": {
d9ee5636
SL
3271 "ext-iconv": "*",
3272 "php": ">=5.6.20"
bd48ca3f 3273 },
b85181d1 3274 "require-dev": {
3275 "codacy/coverage": "^1.4",
d9ee5636
SL
3276 "phpunit/phpunit": "^4.8.36"
3277 },
3278 "suggest": {
3279 "ext-mbstring": "for parsing UTF-8 CSS"
b85181d1 3280 },
bd48ca3f
SL
3281 "type": "library",
3282 "autoload": {
d9ee5636
SL
3283 "psr-4": {
3284 "Sabberworm\\CSS\\": "src/"
bd48ca3f
SL
3285 }
3286 },
3287 "notification-url": "https://packagist.org/downloads/",
3288 "license": [
3289 "MIT"
3290 ],
3291 "authors": [
3292 {
3293 "name": "Raphael Schweikert"
3294 }
3295 ],
3296 "description": "Parser for CSS Files written in PHP",
d9ee5636 3297 "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
bd48ca3f
SL
3298 "keywords": [
3299 "css",
3300 "parser",
3301 "stylesheet"
3302 ],
1d48b8dd
TO
3303 "support": {
3304 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
d9ee5636 3305 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
1d48b8dd 3306 },
d9ee5636 3307 "time": "2021-12-11T13:40:54+00:00"
bd48ca3f 3308 },
4034556f
TO
3309 {
3310 "name": "scssphp/scssphp",
3311 "version": "1.2.1",
3312 "source": {
3313 "type": "git",
3314 "url": "https://github.com/scssphp/scssphp.git",
3315 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1"
3316 },
3317 "dist": {
3318 "type": "zip",
3319 "url": "https://api.github.com/repos/scssphp/scssphp/zipball/a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
3320 "reference": "a05ea68160b7286ebbfd6e5fd7ae9e1a946ad6e1",
3321 "shasum": ""
3322 },
3323 "require": {
3324 "ext-ctype": "*",
3325 "ext-json": "*",
3326 "php": ">=5.6.0"
3327 },
3328 "require-dev": {
3329 "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
3330 "sass/sass-spec": "2020.08.10",
3331 "squizlabs/php_codesniffer": "~3.5",
3332 "twbs/bootstrap": "~4.3",
3333 "zurb/foundation": "~6.5"
3334 },
3335 "bin": [
3336 "bin/pscss"
3337 ],
3338 "type": "library",
3339 "autoload": {
3340 "psr-4": {
3341 "ScssPhp\\ScssPhp\\": "src/"
3342 }
3343 },
3344 "notification-url": "https://packagist.org/downloads/",
3345 "license": [
3346 "MIT"
3347 ],
3348 "authors": [
3349 {
3350 "name": "Anthon Pang",
3351 "email": "apang@softwaredevelopment.ca",
3352 "homepage": "https://github.com/robocoder"
3353 },
3354 {
3355 "name": "Cédric Morin",
3356 "email": "cedric@yterium.com",
3357 "homepage": "https://github.com/Cerdic"
3358 }
3359 ],
3360 "description": "scssphp is a compiler for SCSS written in PHP.",
3361 "homepage": "http://scssphp.github.io/scssphp/",
3362 "keywords": [
3363 "css",
3364 "less",
3365 "sass",
3366 "scss",
3367 "stylesheet"
3368 ],
1d48b8dd
TO
3369 "support": {
3370 "issues": "https://github.com/scssphp/scssphp/issues",
3371 "source": "https://github.com/scssphp/scssphp/tree/1.2.1"
3372 },
4034556f
TO
3373 "time": "2020-09-07T21:15:42+00:00"
3374 },
40787e18
TO
3375 {
3376 "name": "symfony/config",
5edd7515 3377 "version": "v3.4.47",
40787e18
TO
3378 "source": {
3379 "type": "git",
a84cc605 3380 "url": "https://github.com/symfony/config.git",
5edd7515 3381 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
40787e18
TO
3382 },
3383 "dist": {
3384 "type": "zip",
5edd7515
SL
3385 "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
3386 "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
40787e18
TO
3387 "shasum": ""
3388 },
3389 "require": {
c2b44ba2
SL
3390 "php": "^5.5.9|>=7.0.8",
3391 "symfony/filesystem": "~2.8|~3.0|~4.0",
c837b233 3392 "symfony/polyfill-ctype": "~1.8"
40787e18 3393 },
c2b44ba2
SL
3394 "conflict": {
3395 "symfony/dependency-injection": "<3.3",
3396 "symfony/finder": "<3.3"
3397 },
a892989e 3398 "require-dev": {
c2b44ba2
SL
3399 "symfony/dependency-injection": "~3.3|~4.0",
3400 "symfony/event-dispatcher": "~3.3|~4.0",
3401 "symfony/finder": "~3.3|~4.0",
3402 "symfony/yaml": "~3.0|~4.0"
c837b233
SL
3403 },
3404 "suggest": {
3405 "symfony/yaml": "To use the yaml reference dumper"
a892989e 3406 },
40787e18 3407 "type": "library",
40787e18 3408 "autoload": {
c837b233 3409 "psr-4": {
40787e18 3410 "Symfony\\Component\\Config\\": ""
c837b233
SL
3411 },
3412 "exclude-from-classmap": [
3413 "/Tests/"
3414 ]
40787e18
TO
3415 },
3416 "notification-url": "https://packagist.org/downloads/",
3417 "license": [
3418 "MIT"
3419 ],
3420 "authors": [
40787e18
TO
3421 {
3422 "name": "Fabien Potencier",
3423 "email": "fabien@symfony.com"
a892989e
DS
3424 },
3425 {
3426 "name": "Symfony Community",
3427 "homepage": "https://symfony.com/contributors"
40787e18
TO
3428 }
3429 ],
3430 "description": "Symfony Config Component",
a892989e 3431 "homepage": "https://symfony.com",
5edd7515
SL
3432 "support": {
3433 "source": "https://github.com/symfony/config/tree/v3.4.47"
3434 },
094bc972 3435 "funding": [
3436 {
3437 "url": "https://symfony.com/sponsor",
3438 "type": "custom"
3439 },
3440 {
3441 "url": "https://github.com/fabpot",
3442 "type": "github"
3443 },
3444 {
3445 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3446 "type": "tidelift"
3447 }
3448 ],
5edd7515 3449 "time": "2020-10-24T10:57:07+00:00"
40787e18 3450 },
0a4cb750
TO
3451 {
3452 "name": "symfony/dependency-injection",
5edd7515 3453 "version": "v3.4.47",
0a4cb750
TO
3454 "source": {
3455 "type": "git",
a84cc605 3456 "url": "https://github.com/symfony/dependency-injection.git",
5edd7515 3457 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b"
0a4cb750
TO
3458 },
3459 "dist": {
3460 "type": "zip",
5edd7515
SL
3461 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
3462 "reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
0a4cb750
TO
3463 "shasum": ""
3464 },
3465 "require": {
c2b44ba2
SL
3466 "php": "^5.5.9|>=7.0.8",
3467 "psr/container": "^1.0"
0a4cb750 3468 },
a892989e 3469 "conflict": {
c2b44ba2
SL
3470 "symfony/config": "<3.3.7",
3471 "symfony/finder": "<3.3",
3472 "symfony/proxy-manager-bridge": "<3.4",
3473 "symfony/yaml": "<3.4"
3474 },
3475 "provide": {
3476 "psr/container-implementation": "1.0"
a892989e 3477 },
0a4cb750 3478 "require-dev": {
c2b44ba2
SL
3479 "symfony/config": "~3.3|~4.0",
3480 "symfony/expression-language": "~2.8|~3.0|~4.0",
3481 "symfony/yaml": "~3.4|~4.0"
0a4cb750
TO
3482 },
3483 "suggest": {
3484 "symfony/config": "",
c837b233 3485 "symfony/expression-language": "For using expressions in service container configuration",
c2b44ba2 3486 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
0a4cb750
TO
3487 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3488 "symfony/yaml": ""
3489 },
3490 "type": "library",
0a4cb750 3491 "autoload": {
c837b233 3492 "psr-4": {
0a4cb750 3493 "Symfony\\Component\\DependencyInjection\\": ""
c837b233
SL
3494 },
3495 "exclude-from-classmap": [
3496 "/Tests/"
3497 ]
0a4cb750
TO
3498 },
3499 "notification-url": "https://packagist.org/downloads/",
3500 "license": [
3501 "MIT"
3502 ],
3503 "authors": [
0a4cb750
TO
3504 {
3505 "name": "Fabien Potencier",
3506 "email": "fabien@symfony.com"
a892989e
DS
3507 },
3508 {
3509 "name": "Symfony Community",
3510 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3511 }
3512 ],
3513 "description": "Symfony DependencyInjection Component",
a892989e 3514 "homepage": "https://symfony.com",
5edd7515
SL
3515 "support": {
3516 "source": "https://github.com/symfony/dependency-injection/tree/v3.4.47"
3517 },
094bc972 3518 "funding": [
3519 {
3520 "url": "https://symfony.com/sponsor",
3521 "type": "custom"
3522 },
3523 {
3524 "url": "https://github.com/fabpot",
3525 "type": "github"
3526 },
3527 {
3528 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3529 "type": "tidelift"
3530 }
3531 ],
5edd7515 3532 "time": "2020-10-24T10:57:07+00:00"
0a4cb750
TO
3533 },
3534 {
3535 "name": "symfony/event-dispatcher",
5edd7515 3536 "version": "v3.4.47",
0a4cb750
TO
3537 "source": {
3538 "type": "git",
a84cc605 3539 "url": "https://github.com/symfony/event-dispatcher.git",
5edd7515 3540 "reference": "31fde73757b6bad247c54597beef974919ec6860"
0a4cb750
TO
3541 },
3542 "dist": {
3543 "type": "zip",
5edd7515
SL
3544 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/31fde73757b6bad247c54597beef974919ec6860",
3545 "reference": "31fde73757b6bad247c54597beef974919ec6860",
0a4cb750
TO
3546 "shasum": ""
3547 },
3548 "require": {
c2b44ba2
SL
3549 "php": "^5.5.9|>=7.0.8"
3550 },
3551 "conflict": {
3552 "symfony/dependency-injection": "<3.3"
0a4cb750
TO
3553 },
3554 "require-dev": {
40787e18 3555 "psr/log": "~1.0",
c2b44ba2 3556 "symfony/config": "~2.8|~3.0|~4.0",
5edd7515 3557 "symfony/debug": "~3.4|~4.4",
c2b44ba2
SL
3558 "symfony/dependency-injection": "~3.3|~4.0",
3559 "symfony/expression-language": "~2.8|~3.0|~4.0",
3560 "symfony/stopwatch": "~2.8|~3.0|~4.0"
0a4cb750
TO
3561 },
3562 "suggest": {
3563 "symfony/dependency-injection": "",
3564 "symfony/http-kernel": ""
3565 },
3566 "type": "library",
0a4cb750 3567 "autoload": {
c837b233 3568 "psr-4": {
0a4cb750 3569 "Symfony\\Component\\EventDispatcher\\": ""
c837b233
SL
3570 },
3571 "exclude-from-classmap": [
3572 "/Tests/"
3573 ]
0a4cb750
TO
3574 },
3575 "notification-url": "https://packagist.org/downloads/",
3576 "license": [
3577 "MIT"
3578 ],
3579 "authors": [
0a4cb750
TO
3580 {
3581 "name": "Fabien Potencier",
3582 "email": "fabien@symfony.com"
a892989e
DS
3583 },
3584 {
3585 "name": "Symfony Community",
3586 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3587 }
3588 ],
3589 "description": "Symfony EventDispatcher Component",
a892989e 3590 "homepage": "https://symfony.com",
5edd7515
SL
3591 "support": {
3592 "source": "https://github.com/symfony/event-dispatcher/tree/v3.4.47"
3593 },
094bc972 3594 "funding": [
3595 {
3596 "url": "https://symfony.com/sponsor",
3597 "type": "custom"
3598 },
3599 {
3600 "url": "https://github.com/fabpot",
3601 "type": "github"
3602 },
3603 {
3604 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3605 "type": "tidelift"
3606 }
3607 ],
5edd7515 3608 "time": "2020-10-24T10:57:07+00:00"
40787e18
TO
3609 },
3610 {
3611 "name": "symfony/filesystem",
5edd7515 3612 "version": "v3.4.47",
40787e18
TO
3613 "source": {
3614 "type": "git",
a84cc605 3615 "url": "https://github.com/symfony/filesystem.git",
5edd7515 3616 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
40787e18
TO
3617 },
3618 "dist": {
3619 "type": "zip",
5edd7515
SL
3620 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
3621 "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
40787e18
TO
3622 "shasum": ""
3623 },
3624 "require": {
c2b44ba2 3625 "php": "^5.5.9|>=7.0.8",
c837b233 3626 "symfony/polyfill-ctype": "~1.8"
a892989e 3627 },
40787e18 3628 "type": "library",
40787e18 3629 "autoload": {
c837b233 3630 "psr-4": {
40787e18 3631 "Symfony\\Component\\Filesystem\\": ""
c837b233
SL
3632 },
3633 "exclude-from-classmap": [
3634 "/Tests/"
3635 ]
40787e18
TO
3636 },
3637 "notification-url": "https://packagist.org/downloads/",
3638 "license": [
3639 "MIT"
3640 ],
3641 "authors": [
40787e18 3642 {
d892b317
TO
3643 "name": "Fabien Potencier",
3644 "email": "fabien@symfony.com"
a892989e
DS
3645 },
3646 {
3647 "name": "Symfony Community",
3648 "homepage": "https://symfony.com/contributors"
40787e18
TO
3649 }
3650 ],
3651 "description": "Symfony Filesystem Component",
a892989e 3652 "homepage": "https://symfony.com",
5edd7515
SL
3653 "support": {
3654 "source": "https://github.com/symfony/filesystem/tree/v3.4.47"
3655 },
094bc972 3656 "funding": [
3657 {
3658 "url": "https://symfony.com/sponsor",
3659 "type": "custom"
3660 },
3661 {
3662 "url": "https://github.com/fabpot",
3663 "type": "github"
3664 },
3665 {
3666 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3667 "type": "tidelift"
3668 }
3669 ],
5edd7515 3670 "time": "2020-10-24T10:57:07+00:00"
0a4cb750
TO
3671 },
3672 {
3673 "name": "symfony/finder",
5edd7515 3674 "version": "v3.4.47",
0a4cb750
TO
3675 "source": {
3676 "type": "git",
a892989e 3677 "url": "https://github.com/symfony/finder.git",
5edd7515 3678 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
0a4cb750
TO
3679 },
3680 "dist": {
3681 "type": "zip",
5edd7515
SL
3682 "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
3683 "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
0a4cb750
TO
3684 "shasum": ""
3685 },
3686 "require": {
c2b44ba2 3687 "php": "^5.5.9|>=7.0.8"
a892989e 3688 },
0a4cb750 3689 "type": "library",
0a4cb750 3690 "autoload": {
c837b233 3691 "psr-4": {
0a4cb750 3692 "Symfony\\Component\\Finder\\": ""
c837b233
SL
3693 },
3694 "exclude-from-classmap": [
3695 "/Tests/"
3696 ]
0a4cb750
TO
3697 },
3698 "notification-url": "https://packagist.org/downloads/",
3699 "license": [
3700 "MIT"
3701 ],
3702 "authors": [
0a4cb750
TO
3703 {
3704 "name": "Fabien Potencier",
3705 "email": "fabien@symfony.com"
a892989e
DS
3706 },
3707 {
3708 "name": "Symfony Community",
3709 "homepage": "https://symfony.com/contributors"
0a4cb750
TO
3710 }
3711 ],
3712 "description": "Symfony Finder Component",
a892989e 3713 "homepage": "https://symfony.com",
5edd7515
SL
3714 "support": {
3715 "source": "https://github.com/symfony/finder/tree/v3.4.47"
3716 },
3717 "funding": [
3718 {
3719 "url": "https://symfony.com/sponsor",
3720 "type": "custom"
3721 },
3722 {
3723 "url": "https://github.com/fabpot",
3724 "type": "github"
3725 },
3726 {
3727 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3728 "type": "tidelift"
3729 }
3730 ],
3731 "time": "2020-11-16T17:02:08+00:00"
0a4cb750 3732 },
0e24103e 3733 {
c837b233 3734 "name": "symfony/polyfill-ctype",
c2b44ba2 3735 "version": "v1.17.0",
0e24103e
TO
3736 "source": {
3737 "type": "git",
c837b233 3738 "url": "https://github.com/symfony/polyfill-ctype.git",
c2b44ba2 3739 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
0e24103e
TO
3740 },
3741 "dist": {
3742 "type": "zip",
c2b44ba2
SL
3743 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
3744 "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
0e24103e
TO
3745 "shasum": ""
3746 },
3747 "require": {
664e998e
SL
3748 "php": ">=5.3.3"
3749 },
b01b546f
TO
3750 "suggest": {
3751 "ext-ctype": "For best performance"
3752 },
c837b233
SL
3753 "type": "library",
3754 "extra": {
3755 "branch-alias": {
c2b44ba2 3756 "dev-master": "1.17-dev"
c837b233
SL
3757 }
3758 },
3759 "autoload": {
c837b233
SL
3760 "files": [
3761 "bootstrap.php"
1d48b8dd
TO
3762 ],
3763 "psr-4": {
3764 "Symfony\\Polyfill\\Ctype\\": ""
3765 }
c837b233
SL
3766 },
3767 "notification-url": "https://packagist.org/downloads/",
3768 "license": [
3769 "MIT"
3770 ],
3771 "authors": [
c837b233
SL
3772 {
3773 "name": "Gert de Pagter",
3774 "email": "BackEndTea@gmail.com"
2517d365
SL
3775 },
3776 {
3777 "name": "Symfony Community",
3778 "homepage": "https://symfony.com/contributors"
c837b233
SL
3779 }
3780 ],
3781 "description": "Symfony polyfill for ctype functions",
3782 "homepage": "https://symfony.com",
3783 "keywords": [
3784 "compatibility",
3785 "ctype",
3786 "polyfill",
3787 "portable"
3788 ],
1d48b8dd
TO
3789 "support": {
3790 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.17.0"
3791 },
3792 "funding": [
3793 {
3794 "url": "https://symfony.com/sponsor",
3795 "type": "custom"
3796 },
3797 {
3798 "url": "https://github.com/fabpot",
3799 "type": "github"
3800 },
3801 {
3802 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3803 "type": "tidelift"
3804 }
3805 ],
c2b44ba2 3806 "time": "2020-05-12T16:14:59+00:00"
c837b233 3807 },
5ff57db4
SL
3808 {
3809 "name": "symfony/polyfill-iconv",
c2b44ba2 3810 "version": "v1.17.0",
5ff57db4
SL
3811 "source": {
3812 "type": "git",
3813 "url": "https://github.com/symfony/polyfill-iconv.git",
c2b44ba2 3814 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
5ff57db4
SL
3815 },
3816 "dist": {
3817 "type": "zip",
c2b44ba2
SL
3818 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
3819 "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
5ff57db4
SL
3820 "shasum": ""
3821 },
3822 "require": {
3823 "php": ">=5.3.3"
3824 },
3825 "suggest": {
3826 "ext-iconv": "For best performance"
3827 },
3828 "type": "library",
3829 "extra": {
3830 "branch-alias": {
c2b44ba2 3831 "dev-master": "1.17-dev"
5ff57db4
SL
3832 }
3833 },
3834 "autoload": {
5ff57db4
SL
3835 "files": [
3836 "bootstrap.php"
1d48b8dd
TO
3837 ],
3838 "psr-4": {
3839 "Symfony\\Polyfill\\Iconv\\": ""
3840 }
5ff57db4
SL
3841 },
3842 "notification-url": "https://packagist.org/downloads/",
3843 "license": [
3844 "MIT"
3845 ],
3846 "authors": [
3847 {
3848 "name": "Nicolas Grekas",
3849 "email": "p@tchwork.com"
3850 },
3851 {
3852 "name": "Symfony Community",
3853 "homepage": "https://symfony.com/contributors"
3854 }
3855 ],
3856 "description": "Symfony polyfill for the Iconv extension",
3857 "homepage": "https://symfony.com",
3858 "keywords": [
3859 "compatibility",
3860 "iconv",
3861 "polyfill",
3862 "portable",
3863 "shim"
3864 ],
1d48b8dd
TO
3865 "support": {
3866 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.17.0"
3867 },
3868 "funding": [
3869 {
3870 "url": "https://symfony.com/sponsor",
3871 "type": "custom"
3872 },
3873 {
3874 "url": "https://github.com/fabpot",
3875 "type": "github"
3876 },
3877 {
3878 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3879 "type": "tidelift"
3880 }
3881 ],
c2b44ba2 3882 "time": "2020-05-12T16:47:27+00:00"
5ff57db4 3883 },
bd4dda2a 3884 {
3885 "name": "symfony/polyfill-intl-idn",
3886 "version": "v1.17.0",
3887 "source": {
3888 "type": "git",
3889 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3890 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
3891 },
3892 "dist": {
3893 "type": "zip",
3894 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3895 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
3896 "shasum": ""
3897 },
3898 "require": {
3899 "php": ">=5.3.3",
3900 "symfony/polyfill-mbstring": "^1.3",
3901 "symfony/polyfill-php72": "^1.10"
3902 },
3903 "suggest": {
3904 "ext-intl": "For best performance"
3905 },
3906 "type": "library",
3907 "extra": {
3908 "branch-alias": {
3909 "dev-master": "1.17-dev"
3910 }
3911 },
3912 "autoload": {
bd4dda2a 3913 "files": [
3914 "bootstrap.php"
1d48b8dd
TO
3915 ],
3916 "psr-4": {
3917 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3918 }
bd4dda2a 3919 },
3920 "notification-url": "https://packagist.org/downloads/",
3921 "license": [
3922 "MIT"
3923 ],
3924 "authors": [
3925 {
3926 "name": "Laurent Bassin",
3927 "email": "laurent@bassin.info"
3928 },
3929 {
3930 "name": "Symfony Community",
3931 "homepage": "https://symfony.com/contributors"
3932 }
3933 ],
3934 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3935 "homepage": "https://symfony.com",
3936 "keywords": [
3937 "compatibility",
3938 "idn",
3939 "intl",
3940 "polyfill",
3941 "portable",
3942 "shim"
3943 ],
1d48b8dd
TO
3944 "support": {
3945 "source": "https://github.com/symfony/polyfill-intl-idn/tree/master"
3946 },
3947 "funding": [
3948 {
3949 "url": "https://symfony.com/sponsor",
3950 "type": "custom"
3951 },
3952 {
3953 "url": "https://github.com/fabpot",
3954 "type": "github"
3955 },
3956 {
3957 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3958 "type": "tidelift"
3959 }
3960 ],
bd4dda2a 3961 "time": "2020-05-12T16:47:27+00:00"
3962 },
3963 {
3964 "name": "symfony/polyfill-mbstring",
3965 "version": "v1.17.0",
3966 "source": {
3967 "type": "git",
3968 "url": "https://github.com/symfony/polyfill-mbstring.git",
3969 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
3970 },
3971 "dist": {
3972 "type": "zip",
3973 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
3974 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
3975 "shasum": ""
3976 },
3977 "require": {
3978 "php": ">=5.3.3"
3979 },
3980 "suggest": {
3981 "ext-mbstring": "For best performance"
3982 },
3983 "type": "library",
3984 "extra": {
3985 "branch-alias": {
3986 "dev-master": "1.17-dev"
3987 }
3988 },
3989 "autoload": {
bd4dda2a 3990 "files": [
3991 "bootstrap.php"
1d48b8dd
TO
3992 ],
3993 "psr-4": {
3994 "Symfony\\Polyfill\\Mbstring\\": ""
3995 }
bd4dda2a 3996 },
3997 "notification-url": "https://packagist.org/downloads/",
3998 "license": [
3999 "MIT"
4000 ],
4001 "authors": [
4002 {
4003 "name": "Nicolas Grekas",
4004 "email": "p@tchwork.com"
4005 },
4006 {
4007 "name": "Symfony Community",
4008 "homepage": "https://symfony.com/contributors"
4009 }
4010 ],
4011 "description": "Symfony polyfill for the Mbstring extension",
4012 "homepage": "https://symfony.com",
4013 "keywords": [
4014 "compatibility",
4015 "mbstring",
4016 "polyfill",
4017 "portable",
4018 "shim"
4019 ],
1d48b8dd
TO
4020 "support": {
4021 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.17.0"
4022 },
094bc972 4023 "funding": [
4024 {
4025 "url": "https://symfony.com/sponsor",
4026 "type": "custom"
4027 },
4028 {
4029 "url": "https://github.com/fabpot",
4030 "type": "github"
4031 },
4032 {
4033 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4034 "type": "tidelift"
4035 }
4036 ],
bd4dda2a 4037 "time": "2020-05-12T16:47:27+00:00"
4038 },
4039 {
4040 "name": "symfony/polyfill-php72",
4041 "version": "v1.17.0",
4042 "source": {
4043 "type": "git",
4044 "url": "https://github.com/symfony/polyfill-php72.git",
4045 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
4046 },
4047 "dist": {
4048 "type": "zip",
4049 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
4050 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
4051 "shasum": ""
4052 },
4053 "require": {
4054 "php": ">=5.3.3"
4055 },
4056 "type": "library",
4057 "extra": {
4058 "branch-alias": {
4059 "dev-master": "1.17-dev"
4060 }
4061 },
4062 "autoload": {
bd4dda2a 4063 "files": [
4064 "bootstrap.php"
1d48b8dd
TO
4065 ],
4066 "psr-4": {
4067 "Symfony\\Polyfill\\Php72\\": ""
4068 }
bd4dda2a 4069 },
4070 "notification-url": "https://packagist.org/downloads/",
4071 "license": [
4072 "MIT"
4073 ],
4074 "authors": [
4075 {
4076 "name": "Nicolas Grekas",
4077 "email": "p@tchwork.com"
4078 },
4079 {
4080 "name": "Symfony Community",
4081 "homepage": "https://symfony.com/contributors"
4082 }
4083 ],
4084 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4085 "homepage": "https://symfony.com",
4086 "keywords": [
4087 "compatibility",
4088 "polyfill",
4089 "portable",
4090 "shim"
4091 ],
1d48b8dd
TO
4092 "support": {
4093 "source": "https://github.com/symfony/polyfill-php72/tree/master"
4094 },
4095 "funding": [
4096 {
4097 "url": "https://symfony.com/sponsor",
4098 "type": "custom"
4099 },
4100 {
4101 "url": "https://github.com/fabpot",
4102 "type": "github"
4103 },
4104 {
4105 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4106 "type": "tidelift"
4107 }
4108 ],
bd4dda2a 4109 "time": "2020-05-12T16:47:27+00:00"
4110 },
a4cde1ac
SL
4111 {
4112 "name": "symfony/polyfill-php73",
4113 "version": "v1.25.0",
4114 "source": {
4115 "type": "git",
4116 "url": "https://github.com/symfony/polyfill-php73.git",
4117 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
4118 },
4119 "dist": {
4120 "type": "zip",
4121 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
4122 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
4123 "shasum": ""
4124 },
4125 "require": {
4126 "php": ">=7.1"
4127 },
4128 "type": "library",
4129 "extra": {
4130 "branch-alias": {
4131 "dev-main": "1.23-dev"
4132 },
4133 "thanks": {
4134 "name": "symfony/polyfill",
4135 "url": "https://github.com/symfony/polyfill"
4136 }
4137 },
4138 "autoload": {
4139 "files": [
4140 "bootstrap.php"
4141 ],
4142 "psr-4": {
4143 "Symfony\\Polyfill\\Php73\\": ""
4144 },
4145 "classmap": [
4146 "Resources/stubs"
4147 ]
4148 },
4149 "notification-url": "https://packagist.org/downloads/",
4150 "license": [
4151 "MIT"
4152 ],
4153 "authors": [
4154 {
4155 "name": "Nicolas Grekas",
4156 "email": "p@tchwork.com"
4157 },
4158 {
4159 "name": "Symfony Community",
4160 "homepage": "https://symfony.com/contributors"
4161 }
4162 ],
4163 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4164 "homepage": "https://symfony.com",
4165 "keywords": [
4166 "compatibility",
4167 "polyfill",
4168 "portable",
4169 "shim"
4170 ],
4171 "support": {
4172 "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
4173 },
4174 "funding": [
4175 {
4176 "url": "https://symfony.com/sponsor",
4177 "type": "custom"
4178 },
4179 {
4180 "url": "https://github.com/fabpot",
4181 "type": "github"
4182 },
4183 {
4184 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4185 "type": "tidelift"
4186 }
4187 ],
4188 "time": "2021-06-05T21:20:04+00:00"
4189 },
c837b233
SL
4190 {
4191 "name": "symfony/process",
5edd7515 4192 "version": "v3.4.47",
c837b233
SL
4193 "source": {
4194 "type": "git",
4195 "url": "https://github.com/symfony/process.git",
5edd7515 4196 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
c837b233
SL
4197 },
4198 "dist": {
4199 "type": "zip",
5edd7515
SL
4200 "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
4201 "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
c837b233
SL
4202 "shasum": ""
4203 },
4204 "require": {
c2b44ba2 4205 "php": "^5.5.9|>=7.0.8"
a892989e 4206 },
0e24103e 4207 "type": "library",
0e24103e 4208 "autoload": {
c837b233 4209 "psr-4": {
0e24103e 4210 "Symfony\\Component\\Process\\": ""
c837b233
SL
4211 },
4212 "exclude-from-classmap": [
4213 "/Tests/"
4214 ]
0e24103e
TO
4215 },
4216 "notification-url": "https://packagist.org/downloads/",
4217 "license": [
4218 "MIT"
4219 ],
4220 "authors": [
0e24103e 4221 {
40787e18
TO
4222 "name": "Fabien Potencier",
4223 "email": "fabien@symfony.com"
a892989e
DS
4224 },
4225 {
4226 "name": "Symfony Community",
4227 "homepage": "https://symfony.com/contributors"
0e24103e
TO
4228 }
4229 ],
4230 "description": "Symfony Process Component",
a892989e 4231 "homepage": "https://symfony.com",
5edd7515
SL
4232 "support": {
4233 "source": "https://github.com/symfony/process/tree/v3.4.47"
4234 },
094bc972 4235 "funding": [
4236 {
4237 "url": "https://symfony.com/sponsor",
4238 "type": "custom"
4239 },
4240 {
4241 "url": "https://github.com/fabpot",
4242 "type": "github"
4243 },
4244 {
4245 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4246 "type": "tidelift"
4247 }
4248 ],
5edd7515 4249 "time": "2020-10-24T10:57:07+00:00"
0e24103e 4250 },
10e59978 4251 {
4252 "name": "symfony/var-dumper",
5edd7515 4253 "version": "v3.4.47",
10e59978 4254 "source": {
4255 "type": "git",
4256 "url": "https://github.com/symfony/var-dumper.git",
5edd7515 4257 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
10e59978 4258 },
4259 "dist": {
4260 "type": "zip",
5edd7515
SL
4261 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
4262 "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
10e59978 4263 "shasum": ""
4264 },
4265 "require": {
4266 "php": "^5.5.9|>=7.0.8",
4267 "symfony/polyfill-mbstring": "~1.0"
4268 },
4269 "conflict": {
4270 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
4271 },
4272 "require-dev": {
4273 "ext-iconv": "*",
4274 "twig/twig": "~1.34|~2.4"
4275 },
4276 "suggest": {
4277 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4278 "ext-intl": "To show region name in time zone dump",
4279 "ext-symfony_debug": ""
4280 },
4281 "type": "library",
10e59978 4282 "autoload": {
4283 "files": [
4284 "Resources/functions/dump.php"
4285 ],
4286 "psr-4": {
4287 "Symfony\\Component\\VarDumper\\": ""
4288 },
4289 "exclude-from-classmap": [
4290 "/Tests/"
4291 ]
4292 },
4293 "notification-url": "https://packagist.org/downloads/",
4294 "license": [
4295 "MIT"
4296 ],
4297 "authors": [
4298 {
4299 "name": "Nicolas Grekas",
4300 "email": "p@tchwork.com"
4301 },
4302 {
4303 "name": "Symfony Community",
4304 "homepage": "https://symfony.com/contributors"
4305 }
4306 ],
4307 "description": "Symfony mechanism for exploring and dumping PHP variables",
4308 "homepage": "https://symfony.com",
4309 "keywords": [
4310 "debug",
4311 "dump"
4312 ],
5edd7515
SL
4313 "support": {
4314 "source": "https://github.com/symfony/var-dumper/tree/v3.4.47"
4315 },
10e59978 4316 "funding": [
4317 {
4318 "url": "https://symfony.com/sponsor",
4319 "type": "custom"
4320 },
4321 {
4322 "url": "https://github.com/fabpot",
4323 "type": "github"
4324 },
4325 {
4326 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4327 "type": "tidelift"
4328 }
4329 ],
5edd7515 4330 "time": "2020-10-24T10:57:07+00:00"
10e59978 4331 },
f6c3a87a
CB
4332 {
4333 "name": "tecnickcom/tcpdf",
2cfebb82 4334 "version": "6.4.1",
f6c3a87a
CB
4335 "source": {
4336 "type": "git",
4337 "url": "https://github.com/tecnickcom/TCPDF.git",
2cfebb82 4338 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329"
f6c3a87a
CB
4339 },
4340 "dist": {
4341 "type": "zip",
2cfebb82
SL
4342 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5ba838befdb37ef06a16d9f716f35eb03cb1b329",
4343 "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329",
f6c3a87a
CB
4344 "shasum": ""
4345 },
4346 "require": {
4347 "php": ">=5.3.0"
4348 },
4349 "type": "library",
4350 "autoload": {
4351 "classmap": [
f6c3a87a
CB
4352 "config",
4353 "include",
4354 "tcpdf.php",
4355 "tcpdf_parser.php",
4356 "tcpdf_import.php",
4357 "tcpdf_barcodes_1d.php",
4358 "tcpdf_barcodes_2d.php",
4359 "include/tcpdf_colors.php",
4360 "include/tcpdf_filters.php",
4361 "include/tcpdf_font_data.php",
4362 "include/tcpdf_fonts.php",
4363 "include/tcpdf_images.php",
4364 "include/tcpdf_static.php",
4365 "include/barcodes/datamatrix.php",
4366 "include/barcodes/pdf417.php",
4367 "include/barcodes/qrcode.php"
4368 ]
4369 },
4370 "notification-url": "https://packagist.org/downloads/",
4371 "license": [
b55dd020 4372 "LGPL-3.0-only"
f6c3a87a
CB
4373 ],
4374 "authors": [
4375 {
4376 "name": "Nicola Asuni",
4377 "email": "info@tecnick.com",
679b306e 4378 "role": "lead"
f6c3a87a
CB
4379 }
4380 ],
4381 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
4382 "homepage": "http://www.tcpdf.org/",
4383 "keywords": [
4384 "PDFD32000-2008",
4385 "TCPDF",
4386 "barcodes",
4387 "datamatrix",
4388 "pdf",
4389 "pdf417",
4390 "qrcode"
4391 ],
2cfebb82
SL
4392 "support": {
4393 "issues": "https://github.com/tecnickcom/TCPDF/issues",
4394 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.1"
4395 },
4396 "funding": [
4397 {
4398 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
4399 "type": "custom"
4400 }
4401 ],
4402 "time": "2021-03-27T16:00:33+00:00"
f6c3a87a 4403 },
79e677dd
TO
4404 {
4405 "name": "togos/gitignore",
4406 "version": "1.1.1",
4407 "source": {
4408 "type": "git",
4409 "url": "https://github.com/TOGoS/PHPGitIgnore.git",
4410 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4"
4411 },
4412 "dist": {
4413 "type": "zip",
4414 "url": "https://api.github.com/repos/TOGoS/PHPGitIgnore/zipball/32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
4415 "reference": "32bc0830e4123f670adcbf5ddda5bef362f4f4d4",
4416 "shasum": ""
4417 },
4418 "require": {
4419 "php": ">=5.2"
4420 },
4421 "require-dev": {
4422 "togos/simpler-test": "1.1.1"
4423 },
4424 "type": "library",
4425 "autoload": {
4426 "psr-0": {
4427 "TOGoS_GitIgnore_": "src/main/php/"
4428 }
4429 },
4430 "notification-url": "https://packagist.org/downloads/",
4431 "license": [
4432 "MIT"
4433 ],
4434 "description": "Parser for .gitignore (and sparse-checkout, and anything else using the same format) files",
1d48b8dd
TO
4435 "support": {
4436 "issues": "https://github.com/TOGoS/PHPGitIgnore/issues",
4437 "source": "https://github.com/TOGoS/PHPGitIgnore/tree/master"
4438 },
79e677dd
TO
4439 "time": "2019-04-19T19:16:58+00:00"
4440 },
0a4cb750
TO
4441 {
4442 "name": "totten/ca-config",
26c57e2d 4443 "version": "v17.05.0",
0a4cb750
TO
4444 "source": {
4445 "type": "git",
4446 "url": "https://github.com/totten/ca_config.git",
26c57e2d 4447 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09"
0a4cb750
TO
4448 },
4449 "dist": {
4450 "type": "zip",
26c57e2d
TO
4451 "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09",
4452 "reference": "461cf05f932897c37ca87e9a85283d4963b49f09",
0a4cb750
TO
4453 "shasum": ""
4454 },
4455 "require": {
4456 "php": ">=5.2"
4457 },
4458 "type": "library",
4459 "autoload": {
4460 "psr-0": {
4461 "CA_Config": "src/"
4462 }
4463 },
4464 "notification-url": "https://packagist.org/downloads/",
4465 "license": [
4466 "BSD-2-Clause"
4467 ],
4468 "authors": [
4469 {
4470 "name": "Tim Otten",
4471 "email": "to-git@think.hm"
4472 }
4473 ],
4474 "description": "Default configuration for certificate authorities",
4475 "homepage": "https://github.com/totten/ca_config",
1d48b8dd
TO
4476 "support": {
4477 "issues": "https://github.com/totten/ca_config/issues",
4478 "source": "https://github.com/totten/ca_config/tree/master"
4479 },
26c57e2d 4480 "time": "2017-05-10T20:08:17+00:00"
16b60c30 4481 },
4034556f
TO
4482 {
4483 "name": "totten/lurkerlite",
4484 "version": "1.3.0",
4485 "source": {
4486 "type": "git",
4487 "url": "https://github.com/totten/Lurker.git",
4488 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a"
4489 },
4490 "dist": {
4491 "type": "zip",
4492 "url": "https://api.github.com/repos/totten/Lurker/zipball/a20c47142b486415b9117c76aa4c2117ff95b49a",
4493 "reference": "a20c47142b486415b9117c76aa4c2117ff95b49a",
4494 "shasum": ""
4495 },
4496 "require": {
4497 "php": ">=5.3.3"
4498 },
4499 "replace": {
4500 "henrikbjorn/lurker": "*"
4501 },
4502 "suggest": {
4503 "ext-inotify": ">=0.1.6"
4504 },
4505 "type": "library",
4506 "extra": {
4507 "branch-alias": {
4508 "dev-master": "1.3.x-dev"
4509 }
4510 },
4511 "autoload": {
4512 "psr-0": {
4513 "Lurker": "src"
4514 }
4515 },
4516 "notification-url": "https://packagist.org/downloads/",
4517 "license": [
4518 "MIT"
4519 ],
4520 "authors": [
4521 {
4522 "name": "Konstantin Kudryashov",
4523 "email": "ever.zet@gmail.com"
4524 },
4525 {
4526 "name": "Yaroslav Kiliba",
4527 "email": "om.dattaya@gmail.com"
4528 },
4529 {
4530 "name": "Henrik Bjrnskov",
4531 "email": "henrik@bjrnskov.dk"
4532 }
4533 ],
4534 "description": "Resource Watcher - Lightweight edition of henrikbjorn/lurker with no dependencies",
4535 "keywords": [
4536 "filesystem",
4537 "resource",
4538 "watching"
4539 ],
1d48b8dd
TO
4540 "support": {
4541 "source": "https://github.com/totten/Lurker/tree/1.3.0"
4542 },
4034556f
TO
4543 "time": "2020-09-01T10:01:01+00:00"
4544 },
c5abc6ae
SL
4545 {
4546 "name": "tplaner/when",
ab242d96 4547 "version": "3.0.0+php53",
c5abc6ae
SL
4548 "dist": {
4549 "type": "zip",
6086c345 4550 "url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip"
c5abc6ae
SL
4551 },
4552 "require": {
4553 "php": ">=5.3.0"
4554 },
4555 "require-dev": {
ab242d96 4556 "phpunit/phpunit": "~4.0"
c5abc6ae
SL
4557 },
4558 "type": "library",
4559 "autoload": {
4560 "psr-4": {
4561 "When\\": "src/"
4562 }
4563 },
c5abc6ae
SL
4564 "license": [
4565 "MIT"
4566 ],
4567 "authors": [
4568 {
4569 "name": "Tom Planer",
4570 "email": "tplaner@gmail.com"
4571 }
4572 ],
4573 "description": "Date/Calendar recursion library.",
4574 "homepage": "https://github.com/tplaner/When",
4575 "keywords": [
ab242d96 4576 "DateTime",
c5abc6ae 4577 "date",
c5abc6ae 4578 "recurrence",
c5abc6ae 4579 "time"
ab242d96 4580 ]
c5abc6ae 4581 },
4fed6a99
TO
4582 {
4583 "name": "tubalmartin/cssmin",
4584 "version": "v4.1.1",
4585 "source": {
4586 "type": "git",
4587 "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
4588 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
4589 },
4590 "dist": {
4591 "type": "zip",
4592 "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
4593 "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
4594 "shasum": ""
4595 },
4596 "require": {
4597 "ext-pcre": "*",
4598 "php": ">=5.3.2"
4599 },
4600 "require-dev": {
4601 "cogpowered/finediff": "0.3.*",
4602 "phpunit/phpunit": "4.8.*"
4603 },
4604 "bin": [
4605 "cssmin"
4606 ],
4607 "type": "library",
4608 "autoload": {
4609 "psr-4": {
4610 "tubalmartin\\CssMin\\": "src"
4611 }
4612 },
4613 "notification-url": "https://packagist.org/downloads/",
4614 "license": [
4615 "BSD-3-Clause"
4616 ],
4617 "authors": [
4618 {
4619 "name": "Túbal Martín",
4620 "homepage": "http://tubalmartin.me/"
4621 }
4622 ],
4623 "description": "A PHP port of the YUI CSS compressor",
4624 "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
4625 "keywords": [
4626 "compress",
4627 "compressor",
4628 "css",
4629 "cssmin",
4630 "minify",
4631 "yui"
4632 ],
1d48b8dd
TO
4633 "support": {
4634 "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
4635 "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
4636 },
4fed6a99
TO
4637 "time": "2018-01-15T15:26:51+00:00"
4638 },
2d38c687
PF
4639 {
4640 "name": "typo3/phar-stream-wrapper",
4641 "version": "v3.1.4",
4642 "source": {
4643 "type": "git",
4644 "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
4645 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04"
4646 },
4647 "dist": {
4648 "type": "zip",
4649 "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
4650 "reference": "e0c1b495cfac064f4f5c4bcb6bf67bb7f345ed04",
4651 "shasum": ""
4652 },
4653 "require": {
4654 "ext-json": "*",
4655 "php": "^7.0"
4656 },
4657 "require-dev": {
4658 "ext-xdebug": "*",
4659 "phpunit/phpunit": "^6.5"
4660 },
4661 "suggest": {
4662 "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
4663 },
4664 "type": "library",
4665 "extra": {
4666 "branch-alias": {
4667 "dev-master": "v3.x-dev"
4668 }
4669 },
4670 "autoload": {
4671 "psr-4": {
4672 "TYPO3\\PharStreamWrapper\\": "src/"
4673 }
4674 },
4675 "notification-url": "https://packagist.org/downloads/",
4676 "license": [
4677 "MIT"
4678 ],
4679 "description": "Interceptors for PHP's native phar:// stream handling",
4680 "homepage": "https://typo3.org/",
4681 "keywords": [
4682 "phar",
4683 "php",
4684 "security",
4685 "stream-wrapper"
4686 ],
1d48b8dd
TO
4687 "support": {
4688 "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
4689 "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/master"
4690 },
2d38c687
PF
4691 "time": "2019-12-10T11:53:27+00:00"
4692 },
4c6c3076
SL
4693 {
4694 "name": "xkerman/restricted-unserialize",
4695 "version": "1.1.12",
4696 "source": {
4697 "type": "git",
4698 "url": "https://github.com/xKerman/restricted-unserialize.git",
4699 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489"
4700 },
4701 "dist": {
4702 "type": "zip",
4703 "url": "https://api.github.com/repos/xKerman/restricted-unserialize/zipball/4c6cadbb176c04d3e19b9bb8b40df12998460489",
4704 "reference": "4c6cadbb176c04d3e19b9bb8b40df12998460489",
4705 "shasum": ""
4706 },
4707 "require": {
4708 "php": ">=5.2"
4709 },
4710 "require-dev": {
4711 "nikic/php-parser": "^1.4|^3.0|^4.2",
4712 "phpmd/phpmd": "^2.6",
4713 "phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.2",
4714 "sebastian/phpcpd": "^2.0|^3.0|^4.1",
4715 "squizlabs/php_codesniffer": "^2.9|^3.4"
4716 },
4717 "type": "library",
4718 "autoload": {
4719 "files": [
4720 "src/function.php"
4721 ],
4722 "psr-4": {
4723 "xKerman\\Restricted\\": "src"
4724 }
4725 },
4726 "notification-url": "https://packagist.org/downloads/",
4727 "license": [
4728 "MIT"
4729 ],
4730 "authors": [
4731 {
4732 "name": "xKerman",
4733 "email": "xKhorasan@gmail.com"
4734 }
4735 ],
4736 "description": "provide PHP Object Injection safe unserialize function",
4737 "keywords": [
4738 "PHP Object Injection",
4739 "deserialize",
4740 "unserialize"
4741 ],
1d48b8dd
TO
4742 "support": {
4743 "issues": "https://github.com/xKerman/restricted-unserialize/issues",
4744 "source": "https://github.com/xKerman/restricted-unserialize/tree/1.1.12"
4745 },
4c6c3076
SL
4746 "time": "2019-08-11T00:04:39+00:00"
4747 },
16b60c30
TO
4748 {
4749 "name": "zetacomponents/base",
16924c84 4750 "version": "1.9.1",
16b60c30
TO
4751 "source": {
4752 "type": "git",
4753 "url": "https://github.com/zetacomponents/Base.git",
16924c84 4754 "reference": "489e20235989ddc97fdd793af31ac803972454f1"
16b60c30
TO
4755 },
4756 "dist": {
4757 "type": "zip",
16924c84 4758 "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
4759 "reference": "489e20235989ddc97fdd793af31ac803972454f1",
16b60c30
TO
4760 "shasum": ""
4761 },
16924c84 4762 "require-dev": {
4763 "phpunit/phpunit": "~5.7",
4764 "zetacomponents/unit-test": "*"
4765 },
16b60c30
TO
4766 "type": "library",
4767 "autoload": {
4768 "classmap": [
4769 "src"
4770 ]
4771 },
4772 "notification-url": "https://packagist.org/downloads/",
4773 "license": [
16924c84 4774 "Apache-2.0"
16b60c30
TO
4775 ],
4776 "authors": [
4777 {
4778 "name": "Sergey Alexeev"
4779 },
4780 {
4781 "name": "Sebastian Bergmann"
4782 },
4783 {
4784 "name": "Jan Borsodi"
4785 },
4786 {
4787 "name": "Raymond Bosman"
4788 },
4789 {
4790 "name": "Frederik Holljen"
4791 },
4792 {
4793 "name": "Kore Nordmann"
4794 },
4795 {
4796 "name": "Derick Rethans"
4797 },
4798 {
4799 "name": "Vadym Savchuk"
4800 },
4801 {
4802 "name": "Tobias Schlitt"
4803 },
4804 {
4805 "name": "Alexandru Stanoi"
4806 }
4807 ],
4808 "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
4809 "homepage": "https://github.com/zetacomponents",
1d48b8dd
TO
4810 "support": {
4811 "issues": "https://github.com/zetacomponents/Base/issues",
4812 "source": "https://github.com/zetacomponents/Base/tree/1.9.1"
4813 },
16924c84 4814 "time": "2017-11-28T11:30:00+00:00"
16b60c30
TO
4815 },
4816 {
4817 "name": "zetacomponents/mail",
b55dd020 4818 "version": "1.9.2",
16b60c30
TO
4819 "source": {
4820 "type": "git",
8a1794a9 4821 "url": "https://github.com/zetacomponents/Mail.git",
b55dd020 4822 "reference": "c55267564d78724d4c25188fc653fef0da4c920a"
8a1794a9
SL
4823 },
4824 "dist": {
4825 "type": "zip",
b55dd020
SL
4826 "url": "https://api.github.com/repos/zetacomponents/Mail/zipball/c55267564d78724d4c25188fc653fef0da4c920a",
4827 "reference": "c55267564d78724d4c25188fc653fef0da4c920a",
8a1794a9 4828 "shasum": ""
16924c84 4829 },
4830 "require": {
4831 "zetacomponents/base": "~1.8"
4832 },
4833 "require-dev": {
b55dd020 4834 "phpunit/phpunit": "~7.5",
16924c84 4835 "zetacomponents/unit-test": "*"
16b60c30
TO
4836 },
4837 "type": "library",
4838 "autoload": {
4839 "classmap": [
4840 "src"
4841 ]
4842 },
8a1794a9 4843 "notification-url": "https://packagist.org/downloads/",
16b60c30 4844 "license": [
16924c84 4845 "Apache-2.0"
16b60c30
TO
4846 ],
4847 "authors": [
4848 {
4849 "name": "Sergey Alexeev"
4850 },
4851 {
4852 "name": "Sebastian Bergmann"
4853 },
4854 {
4855 "name": "Jan Borsodi"
4856 },
4857 {
4858 "name": "Raymond Bosman"
4859 },
4860 {
4861 "name": "Frederik Holljen"
4862 },
4863 {
4864 "name": "Kore Nordmann"
4865 },
4866 {
4867 "name": "Derick Rethans"
4868 },
4869 {
4870 "name": "Vadym Savchuk"
4871 },
4872 {
4873 "name": "Tobias Schlitt"
4874 },
4875 {
4876 "name": "Alexandru Stanoi"
4877 },
16b60c30 4878 {
8a1794a9 4879 "name": "Sinisa Dukaric"
16b60c30
TO
4880 },
4881 {
8a1794a9 4882 "name": "Mikko Koppanen"
bd63411f 4883 },
4884 {
4885 "name": "Christian Michel"
16b60c30
TO
4886 }
4887 ],
4888 "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.",
4889 "homepage": "https://github.com/zetacomponents",
1d48b8dd
TO
4890 "support": {
4891 "issues": "https://github.com/zetacomponents/Mail/issues",
4892 "source": "https://github.com/zetacomponents/Mail/tree/1.9.2"
4893 },
7d792d0f 4894 "time": "2020-06-13T12:38:26+00:00"
0a4cb750
TO
4895 }
4896 ],
b4998943 4897 "packages-dev": [],
0a4cb750
TO
4898 "aliases": [],
4899 "minimum-stability": "stable",
436e8384 4900 "stability-flags": [],
0a4cb750
TO
4901 "prefer-stable": false,
4902 "prefer-lowest": false,
133dc2c2 4903 "platform": {
d6e906e0 4904 "php": "~7.2 || ~8",
094bc972 4905 "ext-intl": "*",
4906 "ext-json": "*"
133dc2c2 4907 },
dc3ace93
TO
4908 "platform-dev": [],
4909 "platform-overrides": {
e050e52a 4910 "php": "7.2"
10e59978 4911 },
1d48b8dd 4912 "plugin-api-version": "2.2.0"
0a4cb750 4913}