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