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