blob: b15075251129f1c1060465d1856c666f7b482b4d [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01007 "content-hash": "139c1e5dec323144cd778ce80fd1847e",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01008 "packages": [
9 {
10 "name": "bshaffer/oauth2-server-php",
11 "version": "v1.11.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/bshaffer/oauth2-server-php.git",
15 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
20 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.3.9"
25 },
26 "require-dev": {
27 "aws/aws-sdk-php": "~2.8",
28 "firebase/php-jwt": "~2.2",
29 "mongodb/mongodb": "^1.1",
30 "phpunit/phpunit": "^4.0",
31 "predis/predis": "dev-master",
32 "thobbs/phpcassa": "dev-master"
33 },
34 "suggest": {
35 "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
36 "firebase/php-jwt": "~2.2 is required to use JWT features",
37 "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
38 "predis/predis": "Required to use Redis storage",
39 "thobbs/phpcassa": "Required to use Cassandra storage"
40 },
41 "type": "library",
42 "autoload": {
43 "psr-0": {
44 "OAuth2": "src/"
45 }
46 },
47 "notification-url": "https://packagist.org/downloads/",
48 "license": [
49 "MIT"
50 ],
51 "authors": [
52 {
53 "name": "Brent Shaffer",
54 "email": "bshafs@gmail.com",
55 "homepage": "http://brentertainment.com"
56 }
57 ],
58 "description": "OAuth2 Server for PHP",
59 "homepage": "http://github.com/bshaffer/oauth2-server-php",
60 "keywords": [
61 "auth",
62 "oauth",
63 "oauth2"
64 ],
65 "time": "2018-12-04T00:29:32+00:00"
66 },
67 {
68 "name": "ddeboer/imap",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020069 "version": "1.12.1",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010070 "source": {
71 "type": "git",
72 "url": "https://github.com/ddeboer/imap.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020073 "reference": "dbed05ca67b93509345a820b2859de10c48948fb"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010074 },
75 "dist": {
76 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020077 "url": "https://api.github.com/repos/ddeboer/imap/zipball/dbed05ca67b93509345a820b2859de10c48948fb",
78 "reference": "dbed05ca67b93509345a820b2859de10c48948fb",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010079 "shasum": ""
80 },
81 "require": {
82 "ext-iconv": "*",
83 "ext-imap": "*",
84 "ext-mbstring": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020085 "php": "^7.4 || ^8.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010086 },
87 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020088 "friendsofphp/php-cs-fixer": "^2.18.6",
89 "laminas/laminas-mail": "^2.14.0",
90 "phpstan/phpstan": "^0.12.84",
91 "phpstan/phpstan-phpunit": "^0.12.18",
92 "phpstan/phpstan-strict-rules": "^0.12.9",
93 "phpunit/phpunit": "^9.5.4"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010094 },
95 "type": "library",
96 "autoload": {
97 "psr-4": {
98 "Ddeboer\\Imap\\": "src/"
99 }
100 },
101 "notification-url": "https://packagist.org/downloads/",
102 "license": [
103 "MIT"
104 ],
105 "authors": [
106 {
107 "name": "David de Boer",
108 "email": "david@ddeboer.nl"
109 },
110 {
111 "name": "Filippo Tessarotto",
112 "email": "zoeslam@gmail.com"
113 },
114 {
115 "name": "Community contributors",
116 "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
117 }
118 ],
119 "description": "Object-oriented IMAP for PHP",
120 "keywords": [
121 "email",
122 "imap",
123 "mail"
124 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100125 "support": {
126 "issues": "https://github.com/ddeboer/imap/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200127 "source": "https://github.com/ddeboer/imap/tree/1.12.1"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100128 },
129 "funding": [
130 {
131 "url": "https://github.com/Slamdunk",
132 "type": "github"
133 },
134 {
135 "url": "https://github.com/ddeboer",
136 "type": "github"
137 }
138 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200139 "time": "2021-04-27T08:38:46+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100140 },
141 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200142 "name": "directorytree/ldaprecord",
143 "version": "v2.6.3",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100144 "source": {
145 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200146 "url": "https://github.com/DirectoryTree/LdapRecord.git",
147 "reference": "5c93ec6d1ef458290825a8b0a148946dce7c1e7a"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100148 },
149 "dist": {
150 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200151 "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/5c93ec6d1ef458290825a8b0a148946dce7c1e7a",
152 "reference": "5c93ec6d1ef458290825a8b0a148946dce7c1e7a",
153 "shasum": ""
154 },
155 "require": {
156 "ext-json": "*",
157 "ext-ldap": "*",
158 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
159 "nesbot/carbon": "^1.0|^2.0",
160 "php": ">=7.3",
161 "psr/log": "^1.0",
162 "psr/simple-cache": "^1.0",
163 "tightenco/collect": "^5.6|^6.0|^7.0|^8.0"
164 },
165 "require-dev": {
166 "mockery/mockery": "^1.0",
167 "phpunit/phpunit": "^8.0",
168 "spatie/ray": "^1.24"
169 },
170 "type": "library",
171 "autoload": {
172 "psr-4": {
173 "LdapRecord\\": "src/"
174 }
175 },
176 "notification-url": "https://packagist.org/downloads/",
177 "license": [
178 "MIT"
179 ],
180 "authors": [
181 {
182 "name": "Steve Bauman",
183 "email": "steven_bauman@outlook.com",
184 "role": "Developer"
185 }
186 ],
187 "description": "A fully-featured LDAP ORM.",
188 "homepage": "https://www.ldaprecord.com",
189 "keywords": [
190 "active directory",
191 "ad",
192 "adLDAP",
193 "adldap2",
194 "directory",
195 "ldap",
196 "ldaprecord",
197 "orm",
198 "windows"
199 ],
200 "support": {
201 "docs": "https://ldaprecord.com",
202 "email": "steven_bauman@outlook.com",
203 "issues": "https://github.com/DirectoryTree/LdapRecord/issues",
204 "source": "https://github.com/DirectoryTree/LdapRecord"
205 },
206 "funding": [
207 {
208 "url": "https://github.com/stevebauman",
209 "type": "github"
210 }
211 ],
212 "time": "2021-08-05T21:52:43+00:00"
213 },
214 {
215 "name": "illuminate/contracts",
216 "version": "v8.53.1",
217 "source": {
218 "type": "git",
219 "url": "https://github.com/illuminate/contracts.git",
220 "reference": "504a34286a1b4c5421c43087d6bd4e176138f6fb"
221 },
222 "dist": {
223 "type": "zip",
224 "url": "https://api.github.com/repos/illuminate/contracts/zipball/504a34286a1b4c5421c43087d6bd4e176138f6fb",
225 "reference": "504a34286a1b4c5421c43087d6bd4e176138f6fb",
226 "shasum": ""
227 },
228 "require": {
229 "php": "^7.3|^8.0",
230 "psr/container": "^1.0",
231 "psr/simple-cache": "^1.0"
232 },
233 "type": "library",
234 "extra": {
235 "branch-alias": {
236 "dev-master": "8.x-dev"
237 }
238 },
239 "autoload": {
240 "psr-4": {
241 "Illuminate\\Contracts\\": ""
242 }
243 },
244 "notification-url": "https://packagist.org/downloads/",
245 "license": [
246 "MIT"
247 ],
248 "authors": [
249 {
250 "name": "Taylor Otwell",
251 "email": "taylor@laravel.com"
252 }
253 ],
254 "description": "The Illuminate Contracts package.",
255 "homepage": "https://laravel.com",
256 "support": {
257 "issues": "https://github.com/laravel/framework/issues",
258 "source": "https://github.com/laravel/framework"
259 },
260 "time": "2021-08-03T14:03:47+00:00"
261 },
262 {
263 "name": "matthiasmullie/minify",
264 "version": "1.3.66",
265 "source": {
266 "type": "git",
267 "url": "https://github.com/matthiasmullie/minify.git",
268 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
269 },
270 "dist": {
271 "type": "zip",
272 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
273 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100274 "shasum": ""
275 },
276 "require": {
277 "ext-pcre": "*",
278 "matthiasmullie/path-converter": "~1.1",
279 "php": ">=5.3.0"
280 },
281 "require-dev": {
282 "friendsofphp/php-cs-fixer": "~2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200283 "matthiasmullie/scrapbook": "dev-master",
284 "phpunit/phpunit": ">=4.8"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100285 },
286 "suggest": {
287 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
288 },
289 "bin": [
290 "bin/minifycss",
291 "bin/minifyjs"
292 ],
293 "type": "library",
294 "autoload": {
295 "psr-4": {
296 "MatthiasMullie\\Minify\\": "src/"
297 }
298 },
299 "notification-url": "https://packagist.org/downloads/",
300 "license": [
301 "MIT"
302 ],
303 "authors": [
304 {
305 "name": "Matthias Mullie",
306 "email": "minify@mullie.eu",
307 "homepage": "http://www.mullie.eu",
308 "role": "Developer"
309 }
310 ],
311 "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
312 "homepage": "http://www.minifier.org",
313 "keywords": [
314 "JS",
315 "css",
316 "javascript",
317 "minifier",
318 "minify"
319 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100320 "support": {
321 "issues": "https://github.com/matthiasmullie/minify/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200322 "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100323 },
324 "funding": [
325 {
326 "url": "https://github.com/[user1",
327 "type": "github"
328 },
329 {
330 "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
331 "type": "github"
332 },
333 {
334 "url": "https://github.com/user2",
335 "type": "github"
336 }
337 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200338 "time": "2021-01-06T15:18:10+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100339 },
340 {
341 "name": "matthiasmullie/path-converter",
342 "version": "1.1.3",
343 "source": {
344 "type": "git",
345 "url": "https://github.com/matthiasmullie/path-converter.git",
346 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
347 },
348 "dist": {
349 "type": "zip",
350 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
351 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
352 "shasum": ""
353 },
354 "require": {
355 "ext-pcre": "*",
356 "php": ">=5.3.0"
357 },
358 "require-dev": {
359 "phpunit/phpunit": "~4.8"
360 },
361 "type": "library",
362 "autoload": {
363 "psr-4": {
364 "MatthiasMullie\\PathConverter\\": "src/"
365 }
366 },
367 "notification-url": "https://packagist.org/downloads/",
368 "license": [
369 "MIT"
370 ],
371 "authors": [
372 {
373 "name": "Matthias Mullie",
374 "email": "pathconverter@mullie.eu",
375 "homepage": "http://www.mullie.eu",
376 "role": "Developer"
377 }
378 ],
379 "description": "Relative path converter",
380 "homepage": "http://github.com/matthiasmullie/path-converter",
381 "keywords": [
382 "converter",
383 "path",
384 "paths",
385 "relative"
386 ],
387 "time": "2019-02-05T23:41:09+00:00"
388 },
389 {
390 "name": "mustangostang/spyc",
391 "version": "0.6.3",
392 "source": {
393 "type": "git",
394 "url": "git@github.com:mustangostang/spyc.git",
395 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
396 },
397 "dist": {
398 "type": "zip",
399 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
400 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
401 "shasum": ""
402 },
403 "require": {
404 "php": ">=5.3.1"
405 },
406 "require-dev": {
407 "phpunit/phpunit": "4.3.*@dev"
408 },
409 "type": "library",
410 "extra": {
411 "branch-alias": {
412 "dev-master": "0.5.x-dev"
413 }
414 },
415 "autoload": {
416 "files": [
417 "Spyc.php"
418 ]
419 },
420 "notification-url": "https://packagist.org/downloads/",
421 "license": [
422 "MIT"
423 ],
424 "authors": [
425 {
426 "name": "mustangostang",
427 "email": "vlad.andersen@gmail.com"
428 }
429 ],
430 "description": "A simple YAML loader/dumper class for PHP",
431 "homepage": "https://github.com/mustangostang/spyc/",
432 "keywords": [
433 "spyc",
434 "yaml",
435 "yml"
436 ],
437 "time": "2019-09-10T13:16:29+00:00"
438 },
439 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200440 "name": "nesbot/carbon",
441 "version": "2.51.1",
442 "source": {
443 "type": "git",
444 "url": "https://github.com/briannesbitt/Carbon.git",
445 "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922"
446 },
447 "dist": {
448 "type": "zip",
449 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
450 "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
451 "shasum": ""
452 },
453 "require": {
454 "ext-json": "*",
455 "php": "^7.1.8 || ^8.0",
456 "symfony/polyfill-mbstring": "^1.0",
457 "symfony/polyfill-php80": "^1.16",
458 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
459 },
460 "require-dev": {
461 "doctrine/orm": "^2.7",
462 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
463 "kylekatarnls/multi-tester": "^2.0",
464 "phpmd/phpmd": "^2.9",
465 "phpstan/extension-installer": "^1.0",
466 "phpstan/phpstan": "^0.12.54",
467 "phpunit/phpunit": "^7.5.20 || ^8.5.14",
468 "squizlabs/php_codesniffer": "^3.4"
469 },
470 "bin": [
471 "bin/carbon"
472 ],
473 "type": "library",
474 "extra": {
475 "branch-alias": {
476 "dev-3.x": "3.x-dev",
477 "dev-master": "2.x-dev"
478 },
479 "laravel": {
480 "providers": [
481 "Carbon\\Laravel\\ServiceProvider"
482 ]
483 },
484 "phpstan": {
485 "includes": [
486 "extension.neon"
487 ]
488 }
489 },
490 "autoload": {
491 "psr-4": {
492 "Carbon\\": "src/Carbon/"
493 }
494 },
495 "notification-url": "https://packagist.org/downloads/",
496 "license": [
497 "MIT"
498 ],
499 "authors": [
500 {
501 "name": "Brian Nesbitt",
502 "email": "brian@nesbot.com",
503 "homepage": "https://markido.com"
504 },
505 {
506 "name": "kylekatarnls",
507 "homepage": "https://github.com/kylekatarnls"
508 }
509 ],
510 "description": "An API extension for DateTime that supports 281 different languages.",
511 "homepage": "https://carbon.nesbot.com",
512 "keywords": [
513 "date",
514 "datetime",
515 "time"
516 ],
517 "support": {
518 "issues": "https://github.com/briannesbitt/Carbon/issues",
519 "source": "https://github.com/briannesbitt/Carbon"
520 },
521 "funding": [
522 {
523 "url": "https://opencollective.com/Carbon",
524 "type": "open_collective"
525 },
526 {
527 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
528 "type": "tidelift"
529 }
530 ],
531 "time": "2021-07-28T13:16:28+00:00"
532 },
533 {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100534 "name": "paragonie/random_compat",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100535 "version": "v9.99.100",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100536 "source": {
537 "type": "git",
538 "url": "https://github.com/paragonie/random_compat.git",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100539 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100540 },
541 "dist": {
542 "type": "zip",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100543 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
544 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100545 "shasum": ""
546 },
547 "require": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100548 "php": ">= 7"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100549 },
550 "require-dev": {
551 "phpunit/phpunit": "4.*|5.*",
552 "vimeo/psalm": "^1"
553 },
554 "suggest": {
555 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
556 },
557 "type": "library",
558 "notification-url": "https://packagist.org/downloads/",
559 "license": [
560 "MIT"
561 ],
562 "authors": [
563 {
564 "name": "Paragon Initiative Enterprises",
565 "email": "security@paragonie.com",
566 "homepage": "https://paragonie.com"
567 }
568 ],
569 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
570 "keywords": [
571 "csprng",
572 "polyfill",
573 "pseudorandom",
574 "random"
575 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100576 "support": {
577 "email": "info@paragonie.com",
578 "issues": "https://github.com/paragonie/random_compat/issues",
579 "source": "https://github.com/paragonie/random_compat"
580 },
581 "time": "2020-10-15T08:29:30+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100582 },
583 {
584 "name": "php-mime-mail-parser/php-mime-mail-parser",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200585 "version": "7.0.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100586 "source": {
587 "type": "git",
588 "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200589 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100590 },
591 "dist": {
592 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200593 "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d",
594 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100595 "shasum": ""
596 },
597 "require": {
598 "ext-mailparse": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200599 "php": "^7.2|^8.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100600 },
601 "replace": {
602 "exorus/php-mime-mail-parser": "*",
603 "messaged/php-mime-mail-parser": "*"
604 },
605 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200606 "php-coveralls/php-coveralls": "^2.2",
607 "phpunit/phpunit": "^8.0",
608 "squizlabs/php_codesniffer": "^3.5"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100609 },
610 "type": "library",
611 "autoload": {
612 "psr-4": {
613 "PhpMimeMailParser\\": "src/"
614 }
615 },
616 "notification-url": "https://packagist.org/downloads/",
617 "license": [
618 "MIT"
619 ],
620 "authors": [
621 {
622 "name": "eXorus",
623 "email": "exorus.spam@gmail.com",
624 "homepage": "https://github.com/eXorus/",
625 "role": "Developer"
626 },
627 {
628 "name": "M.Valinskis",
629 "email": "M.Valins@gmail.com",
630 "homepage": "https://code.google.com/p/php-mime-mail-parser",
631 "role": "Developer"
632 },
633 {
634 "name": "eugene.emmett.wood",
635 "email": "gene_w@cementhorizon.com",
636 "homepage": "https://code.google.com/p/php-mime-mail-parser",
637 "role": "Developer"
638 },
639 {
640 "name": "alknetso",
641 "email": "alkne@gmail.com",
642 "homepage": "https://code.google.com/p/php-mime-mail-parser",
643 "role": "Developer"
644 },
645 {
646 "name": "bucabay",
647 "email": "gabe@fijiwebdesign.com",
648 "homepage": "http://www.fijiwebdesign.com",
649 "role": "Developer"
650 }
651 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200652 "description": "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100653 "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
654 "keywords": [
655 "MimeMailParser",
656 "mail",
657 "mailparse",
658 "mime",
659 "parser",
660 "php"
661 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100662 "support": {
663 "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200664 "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100665 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200666 "funding": [
667 {
668 "url": "https://github.com/eXorus",
669 "type": "github"
670 }
671 ],
672 "time": "2021-02-25T17:21:57+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100673 },
674 {
675 "name": "phpmailer/phpmailer",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200676 "version": "v6.5.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100677 "source": {
678 "type": "git",
679 "url": "https://github.com/PHPMailer/PHPMailer.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200680 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100681 },
682 "dist": {
683 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200684 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
685 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100686 "shasum": ""
687 },
688 "require": {
689 "ext-ctype": "*",
690 "ext-filter": "*",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100691 "ext-hash": "*",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100692 "php": ">=5.5.0"
693 },
694 "require-dev": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100695 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100696 "doctrine/annotations": "^1.2",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100697 "phpcompatibility/php-compatibility": "^9.3.5",
698 "roave/security-advisories": "dev-latest",
699 "squizlabs/php_codesniffer": "^3.5.6",
700 "yoast/phpunit-polyfills": "^0.2.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100701 },
702 "suggest": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200703 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100704 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
705 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
706 "psr/log": "For optional PSR-3 debug logging",
707 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
708 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
709 },
710 "type": "library",
711 "autoload": {
712 "psr-4": {
713 "PHPMailer\\PHPMailer\\": "src/"
714 }
715 },
716 "notification-url": "https://packagist.org/downloads/",
717 "license": [
718 "LGPL-2.1-only"
719 ],
720 "authors": [
721 {
722 "name": "Marcus Bointon",
723 "email": "phpmailer@synchromedia.co.uk"
724 },
725 {
726 "name": "Jim Jagielski",
727 "email": "jimjag@gmail.com"
728 },
729 {
730 "name": "Andy Prevost",
731 "email": "codeworxtech@users.sourceforge.net"
732 },
733 {
734 "name": "Brent R. Matzelle"
735 }
736 ],
737 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100738 "support": {
739 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200740 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100741 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100742 "funding": [
743 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100744 "url": "https://github.com/Synchro",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100745 "type": "github"
746 }
747 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200748 "time": "2021-06-16T14:33:43+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100749 },
750 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200751 "name": "psr/container",
752 "version": "1.1.1",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100753 "source": {
754 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200755 "url": "https://github.com/php-fig/container.git",
756 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100757 },
758 "dist": {
759 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200760 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
761 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
762 "shasum": ""
763 },
764 "require": {
765 "php": ">=7.2.0"
766 },
767 "type": "library",
768 "autoload": {
769 "psr-4": {
770 "Psr\\Container\\": "src/"
771 }
772 },
773 "notification-url": "https://packagist.org/downloads/",
774 "license": [
775 "MIT"
776 ],
777 "authors": [
778 {
779 "name": "PHP-FIG",
780 "homepage": "https://www.php-fig.org/"
781 }
782 ],
783 "description": "Common Container Interface (PHP FIG PSR-11)",
784 "homepage": "https://github.com/php-fig/container",
785 "keywords": [
786 "PSR-11",
787 "container",
788 "container-interface",
789 "container-interop",
790 "psr"
791 ],
792 "support": {
793 "issues": "https://github.com/php-fig/container/issues",
794 "source": "https://github.com/php-fig/container/tree/1.1.1"
795 },
796 "time": "2021-03-05T17:36:06+00:00"
797 },
798 {
799 "name": "psr/log",
800 "version": "1.1.4",
801 "source": {
802 "type": "git",
803 "url": "https://github.com/php-fig/log.git",
804 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
805 },
806 "dist": {
807 "type": "zip",
808 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
809 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
810 "shasum": ""
811 },
812 "require": {
813 "php": ">=5.3.0"
814 },
815 "type": "library",
816 "extra": {
817 "branch-alias": {
818 "dev-master": "1.1.x-dev"
819 }
820 },
821 "autoload": {
822 "psr-4": {
823 "Psr\\Log\\": "Psr/Log/"
824 }
825 },
826 "notification-url": "https://packagist.org/downloads/",
827 "license": [
828 "MIT"
829 ],
830 "authors": [
831 {
832 "name": "PHP-FIG",
833 "homepage": "https://www.php-fig.org/"
834 }
835 ],
836 "description": "Common interface for logging libraries",
837 "homepage": "https://github.com/php-fig/log",
838 "keywords": [
839 "log",
840 "psr",
841 "psr-3"
842 ],
843 "support": {
844 "source": "https://github.com/php-fig/log/tree/1.1.4"
845 },
846 "time": "2021-05-03T11:20:27+00:00"
847 },
848 {
849 "name": "psr/simple-cache",
850 "version": "1.0.1",
851 "source": {
852 "type": "git",
853 "url": "https://github.com/php-fig/simple-cache.git",
854 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
855 },
856 "dist": {
857 "type": "zip",
858 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
859 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
860 "shasum": ""
861 },
862 "require": {
863 "php": ">=5.3.0"
864 },
865 "type": "library",
866 "extra": {
867 "branch-alias": {
868 "dev-master": "1.0.x-dev"
869 }
870 },
871 "autoload": {
872 "psr-4": {
873 "Psr\\SimpleCache\\": "src/"
874 }
875 },
876 "notification-url": "https://packagist.org/downloads/",
877 "license": [
878 "MIT"
879 ],
880 "authors": [
881 {
882 "name": "PHP-FIG",
883 "homepage": "http://www.php-fig.org/"
884 }
885 ],
886 "description": "Common interfaces for simple caching",
887 "keywords": [
888 "cache",
889 "caching",
890 "psr",
891 "psr-16",
892 "simple-cache"
893 ],
894 "support": {
895 "source": "https://github.com/php-fig/simple-cache/tree/master"
896 },
897 "time": "2017-10-23T01:57:42+00:00"
898 },
899 {
900 "name": "robthree/twofactorauth",
901 "version": "1.8.0",
902 "source": {
903 "type": "git",
904 "url": "https://github.com/RobThree/TwoFactorAuth.git",
905 "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c"
906 },
907 "dist": {
908 "type": "zip",
909 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/30a38627ae1e7c9399dae67e265063cd6ec5276c",
910 "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100911 "shasum": ""
912 },
913 "require": {
914 "php": ">=5.6.0"
915 },
916 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200917 "php-parallel-lint/php-parallel-lint": "^1.2",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100918 "phpunit/phpunit": "@stable"
919 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200920 "suggest": {
921 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
922 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
923 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100924 "type": "library",
925 "autoload": {
926 "psr-4": {
927 "RobThree\\Auth\\": "lib"
928 }
929 },
930 "notification-url": "https://packagist.org/downloads/",
931 "license": [
932 "MIT"
933 ],
934 "authors": [
935 {
936 "name": "Rob Janssen",
937 "homepage": "http://robiii.me",
938 "role": "Developer"
939 }
940 ],
941 "description": "Two Factor Authentication",
942 "homepage": "https://github.com/RobThree/TwoFactorAuth",
943 "keywords": [
944 "Authentication",
945 "MFA",
946 "Multi Factor Authentication",
947 "Two Factor Authentication",
948 "authenticator",
949 "authy",
950 "php",
951 "tfa"
952 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100953 "support": {
954 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
955 "source": "https://github.com/RobThree/TwoFactorAuth"
956 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200957 "funding": [
958 {
959 "url": "https://paypal.me/robiii",
960 "type": "custom"
961 },
962 {
963 "url": "https://github.com/RobThree",
964 "type": "github"
965 }
966 ],
967 "time": "2021-03-09T18:24:05+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100968 },
969 {
970 "name": "soundasleep/html2text",
971 "version": "0.5.0",
972 "source": {
973 "type": "git",
974 "url": "https://github.com/soundasleep/html2text.git",
975 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
976 },
977 "dist": {
978 "type": "zip",
979 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
980 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
981 "shasum": ""
982 },
983 "require": {
984 "ext-dom": "*",
985 "ext-libxml": "*",
986 "php": ">=5.3.2"
987 },
988 "require-dev": {
989 "phpunit/phpunit": ">=4.0",
990 "soundasleep/component-tests": "dev-master"
991 },
992 "type": "library",
993 "autoload": {
994 "psr-4": {
995 "Html2Text\\": "src"
996 }
997 },
998 "notification-url": "https://packagist.org/downloads/",
999 "license": [
1000 "EPL-1.0"
1001 ],
1002 "authors": [
1003 {
1004 "name": "Jevon Wright",
1005 "homepage": "https://jevon.org",
1006 "role": "Developer"
1007 }
1008 ],
1009 "description": "A PHP script to convert HTML into a plain text format",
1010 "homepage": "https://github.com/soundasleep/html2text",
1011 "keywords": [
1012 "email",
1013 "html",
1014 "php",
1015 "text"
1016 ],
1017 "time": "2017-04-19T22:01:50+00:00"
1018 },
1019 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001020 "name": "symfony/deprecation-contracts",
1021 "version": "v2.4.0",
1022 "source": {
1023 "type": "git",
1024 "url": "https://github.com/symfony/deprecation-contracts.git",
1025 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
1026 },
1027 "dist": {
1028 "type": "zip",
1029 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1030 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1031 "shasum": ""
1032 },
1033 "require": {
1034 "php": ">=7.1"
1035 },
1036 "type": "library",
1037 "extra": {
1038 "branch-alias": {
1039 "dev-main": "2.4-dev"
1040 },
1041 "thanks": {
1042 "name": "symfony/contracts",
1043 "url": "https://github.com/symfony/contracts"
1044 }
1045 },
1046 "autoload": {
1047 "files": [
1048 "function.php"
1049 ]
1050 },
1051 "notification-url": "https://packagist.org/downloads/",
1052 "license": [
1053 "MIT"
1054 ],
1055 "authors": [
1056 {
1057 "name": "Nicolas Grekas",
1058 "email": "p@tchwork.com"
1059 },
1060 {
1061 "name": "Symfony Community",
1062 "homepage": "https://symfony.com/contributors"
1063 }
1064 ],
1065 "description": "A generic function and convention to trigger deprecation notices",
1066 "homepage": "https://symfony.com",
1067 "support": {
1068 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
1069 },
1070 "funding": [
1071 {
1072 "url": "https://symfony.com/sponsor",
1073 "type": "custom"
1074 },
1075 {
1076 "url": "https://github.com/fabpot",
1077 "type": "github"
1078 },
1079 {
1080 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1081 "type": "tidelift"
1082 }
1083 ],
1084 "time": "2021-03-23T23:28:01+00:00"
1085 },
1086 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001087 "name": "symfony/polyfill-ctype",
1088 "version": "v1.23.0",
1089 "source": {
1090 "type": "git",
1091 "url": "https://github.com/symfony/polyfill-ctype.git",
1092 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
1093 },
1094 "dist": {
1095 "type": "zip",
1096 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
1097 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
1098 "shasum": ""
1099 },
1100 "require": {
1101 "php": ">=7.1"
1102 },
1103 "suggest": {
1104 "ext-ctype": "For best performance"
1105 },
1106 "type": "library",
1107 "extra": {
1108 "branch-alias": {
1109 "dev-main": "1.23-dev"
1110 },
1111 "thanks": {
1112 "name": "symfony/polyfill",
1113 "url": "https://github.com/symfony/polyfill"
1114 }
1115 },
1116 "autoload": {
1117 "psr-4": {
1118 "Symfony\\Polyfill\\Ctype\\": ""
1119 },
1120 "files": [
1121 "bootstrap.php"
1122 ]
1123 },
1124 "notification-url": "https://packagist.org/downloads/",
1125 "license": [
1126 "MIT"
1127 ],
1128 "authors": [
1129 {
1130 "name": "Gert de Pagter",
1131 "email": "BackEndTea@gmail.com"
1132 },
1133 {
1134 "name": "Symfony Community",
1135 "homepage": "https://symfony.com/contributors"
1136 }
1137 ],
1138 "description": "Symfony polyfill for ctype functions",
1139 "homepage": "https://symfony.com",
1140 "keywords": [
1141 "compatibility",
1142 "ctype",
1143 "polyfill",
1144 "portable"
1145 ],
1146 "support": {
1147 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
1148 },
1149 "funding": [
1150 {
1151 "url": "https://symfony.com/sponsor",
1152 "type": "custom"
1153 },
1154 {
1155 "url": "https://github.com/fabpot",
1156 "type": "github"
1157 },
1158 {
1159 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1160 "type": "tidelift"
1161 }
1162 ],
1163 "time": "2021-02-19T12:13:01+00:00"
1164 },
1165 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001166 "name": "symfony/polyfill-mbstring",
1167 "version": "v1.23.1",
1168 "source": {
1169 "type": "git",
1170 "url": "https://github.com/symfony/polyfill-mbstring.git",
1171 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
1172 },
1173 "dist": {
1174 "type": "zip",
1175 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
1176 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
1177 "shasum": ""
1178 },
1179 "require": {
1180 "php": ">=7.1"
1181 },
1182 "suggest": {
1183 "ext-mbstring": "For best performance"
1184 },
1185 "type": "library",
1186 "extra": {
1187 "branch-alias": {
1188 "dev-main": "1.23-dev"
1189 },
1190 "thanks": {
1191 "name": "symfony/polyfill",
1192 "url": "https://github.com/symfony/polyfill"
1193 }
1194 },
1195 "autoload": {
1196 "psr-4": {
1197 "Symfony\\Polyfill\\Mbstring\\": ""
1198 },
1199 "files": [
1200 "bootstrap.php"
1201 ]
1202 },
1203 "notification-url": "https://packagist.org/downloads/",
1204 "license": [
1205 "MIT"
1206 ],
1207 "authors": [
1208 {
1209 "name": "Nicolas Grekas",
1210 "email": "p@tchwork.com"
1211 },
1212 {
1213 "name": "Symfony Community",
1214 "homepage": "https://symfony.com/contributors"
1215 }
1216 ],
1217 "description": "Symfony polyfill for the Mbstring extension",
1218 "homepage": "https://symfony.com",
1219 "keywords": [
1220 "compatibility",
1221 "mbstring",
1222 "polyfill",
1223 "portable",
1224 "shim"
1225 ],
1226 "support": {
1227 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
1228 },
1229 "funding": [
1230 {
1231 "url": "https://symfony.com/sponsor",
1232 "type": "custom"
1233 },
1234 {
1235 "url": "https://github.com/fabpot",
1236 "type": "github"
1237 },
1238 {
1239 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1240 "type": "tidelift"
1241 }
1242 ],
1243 "time": "2021-05-27T12:26:48+00:00"
1244 },
1245 {
1246 "name": "symfony/polyfill-php80",
1247 "version": "v1.23.1",
1248 "source": {
1249 "type": "git",
1250 "url": "https://github.com/symfony/polyfill-php80.git",
1251 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
1252 },
1253 "dist": {
1254 "type": "zip",
1255 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
1256 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
1257 "shasum": ""
1258 },
1259 "require": {
1260 "php": ">=7.1"
1261 },
1262 "type": "library",
1263 "extra": {
1264 "branch-alias": {
1265 "dev-main": "1.23-dev"
1266 },
1267 "thanks": {
1268 "name": "symfony/polyfill",
1269 "url": "https://github.com/symfony/polyfill"
1270 }
1271 },
1272 "autoload": {
1273 "psr-4": {
1274 "Symfony\\Polyfill\\Php80\\": ""
1275 },
1276 "files": [
1277 "bootstrap.php"
1278 ],
1279 "classmap": [
1280 "Resources/stubs"
1281 ]
1282 },
1283 "notification-url": "https://packagist.org/downloads/",
1284 "license": [
1285 "MIT"
1286 ],
1287 "authors": [
1288 {
1289 "name": "Ion Bazan",
1290 "email": "ion.bazan@gmail.com"
1291 },
1292 {
1293 "name": "Nicolas Grekas",
1294 "email": "p@tchwork.com"
1295 },
1296 {
1297 "name": "Symfony Community",
1298 "homepage": "https://symfony.com/contributors"
1299 }
1300 ],
1301 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1302 "homepage": "https://symfony.com",
1303 "keywords": [
1304 "compatibility",
1305 "polyfill",
1306 "portable",
1307 "shim"
1308 ],
1309 "support": {
1310 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
1311 },
1312 "funding": [
1313 {
1314 "url": "https://symfony.com/sponsor",
1315 "type": "custom"
1316 },
1317 {
1318 "url": "https://github.com/fabpot",
1319 "type": "github"
1320 },
1321 {
1322 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1323 "type": "tidelift"
1324 }
1325 ],
1326 "time": "2021-07-28T13:41:28+00:00"
1327 },
1328 {
1329 "name": "symfony/translation",
1330 "version": "v5.3.4",
1331 "source": {
1332 "type": "git",
1333 "url": "https://github.com/symfony/translation.git",
1334 "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1"
1335 },
1336 "dist": {
1337 "type": "zip",
1338 "url": "https://api.github.com/repos/symfony/translation/zipball/d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
1339 "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
1340 "shasum": ""
1341 },
1342 "require": {
1343 "php": ">=7.2.5",
1344 "symfony/deprecation-contracts": "^2.1",
1345 "symfony/polyfill-mbstring": "~1.0",
1346 "symfony/polyfill-php80": "^1.16",
1347 "symfony/translation-contracts": "^2.3"
1348 },
1349 "conflict": {
1350 "symfony/config": "<4.4",
1351 "symfony/dependency-injection": "<5.0",
1352 "symfony/http-kernel": "<5.0",
1353 "symfony/twig-bundle": "<5.0",
1354 "symfony/yaml": "<4.4"
1355 },
1356 "provide": {
1357 "symfony/translation-implementation": "2.3"
1358 },
1359 "require-dev": {
1360 "psr/log": "^1|^2|^3",
1361 "symfony/config": "^4.4|^5.0",
1362 "symfony/console": "^4.4|^5.0",
1363 "symfony/dependency-injection": "^5.0",
1364 "symfony/finder": "^4.4|^5.0",
1365 "symfony/http-kernel": "^5.0",
1366 "symfony/intl": "^4.4|^5.0",
1367 "symfony/polyfill-intl-icu": "^1.21",
1368 "symfony/service-contracts": "^1.1.2|^2",
1369 "symfony/yaml": "^4.4|^5.0"
1370 },
1371 "suggest": {
1372 "psr/log-implementation": "To use logging capability in translator",
1373 "symfony/config": "",
1374 "symfony/yaml": ""
1375 },
1376 "type": "library",
1377 "autoload": {
1378 "files": [
1379 "Resources/functions.php"
1380 ],
1381 "psr-4": {
1382 "Symfony\\Component\\Translation\\": ""
1383 },
1384 "exclude-from-classmap": [
1385 "/Tests/"
1386 ]
1387 },
1388 "notification-url": "https://packagist.org/downloads/",
1389 "license": [
1390 "MIT"
1391 ],
1392 "authors": [
1393 {
1394 "name": "Fabien Potencier",
1395 "email": "fabien@symfony.com"
1396 },
1397 {
1398 "name": "Symfony Community",
1399 "homepage": "https://symfony.com/contributors"
1400 }
1401 ],
1402 "description": "Provides tools to internationalize your application",
1403 "homepage": "https://symfony.com",
1404 "support": {
1405 "source": "https://github.com/symfony/translation/tree/v5.3.4"
1406 },
1407 "funding": [
1408 {
1409 "url": "https://symfony.com/sponsor",
1410 "type": "custom"
1411 },
1412 {
1413 "url": "https://github.com/fabpot",
1414 "type": "github"
1415 },
1416 {
1417 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1418 "type": "tidelift"
1419 }
1420 ],
1421 "time": "2021-07-25T09:39:16+00:00"
1422 },
1423 {
1424 "name": "symfony/translation-contracts",
1425 "version": "v2.4.0",
1426 "source": {
1427 "type": "git",
1428 "url": "https://github.com/symfony/translation-contracts.git",
1429 "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
1430 },
1431 "dist": {
1432 "type": "zip",
1433 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
1434 "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
1435 "shasum": ""
1436 },
1437 "require": {
1438 "php": ">=7.2.5"
1439 },
1440 "suggest": {
1441 "symfony/translation-implementation": ""
1442 },
1443 "type": "library",
1444 "extra": {
1445 "branch-alias": {
1446 "dev-main": "2.4-dev"
1447 },
1448 "thanks": {
1449 "name": "symfony/contracts",
1450 "url": "https://github.com/symfony/contracts"
1451 }
1452 },
1453 "autoload": {
1454 "psr-4": {
1455 "Symfony\\Contracts\\Translation\\": ""
1456 }
1457 },
1458 "notification-url": "https://packagist.org/downloads/",
1459 "license": [
1460 "MIT"
1461 ],
1462 "authors": [
1463 {
1464 "name": "Nicolas Grekas",
1465 "email": "p@tchwork.com"
1466 },
1467 {
1468 "name": "Symfony Community",
1469 "homepage": "https://symfony.com/contributors"
1470 }
1471 ],
1472 "description": "Generic abstractions related to translation",
1473 "homepage": "https://symfony.com",
1474 "keywords": [
1475 "abstractions",
1476 "contracts",
1477 "decoupling",
1478 "interfaces",
1479 "interoperability",
1480 "standards"
1481 ],
1482 "support": {
1483 "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
1484 },
1485 "funding": [
1486 {
1487 "url": "https://symfony.com/sponsor",
1488 "type": "custom"
1489 },
1490 {
1491 "url": "https://github.com/fabpot",
1492 "type": "github"
1493 },
1494 {
1495 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1496 "type": "tidelift"
1497 }
1498 ],
1499 "time": "2021-03-23T23:28:01+00:00"
1500 },
1501 {
1502 "name": "symfony/var-dumper",
1503 "version": "v5.3.6",
1504 "source": {
1505 "type": "git",
1506 "url": "https://github.com/symfony/var-dumper.git",
1507 "reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0"
1508 },
1509 "dist": {
1510 "type": "zip",
1511 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
1512 "reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
1513 "shasum": ""
1514 },
1515 "require": {
1516 "php": ">=7.2.5",
1517 "symfony/polyfill-mbstring": "~1.0",
1518 "symfony/polyfill-php80": "^1.16"
1519 },
1520 "conflict": {
1521 "phpunit/phpunit": "<5.4.3",
1522 "symfony/console": "<4.4"
1523 },
1524 "require-dev": {
1525 "ext-iconv": "*",
1526 "symfony/console": "^4.4|^5.0",
1527 "symfony/process": "^4.4|^5.0",
1528 "twig/twig": "^2.13|^3.0.4"
1529 },
1530 "suggest": {
1531 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1532 "ext-intl": "To show region name in time zone dump",
1533 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1534 },
1535 "bin": [
1536 "Resources/bin/var-dump-server"
1537 ],
1538 "type": "library",
1539 "autoload": {
1540 "files": [
1541 "Resources/functions/dump.php"
1542 ],
1543 "psr-4": {
1544 "Symfony\\Component\\VarDumper\\": ""
1545 },
1546 "exclude-from-classmap": [
1547 "/Tests/"
1548 ]
1549 },
1550 "notification-url": "https://packagist.org/downloads/",
1551 "license": [
1552 "MIT"
1553 ],
1554 "authors": [
1555 {
1556 "name": "Nicolas Grekas",
1557 "email": "p@tchwork.com"
1558 },
1559 {
1560 "name": "Symfony Community",
1561 "homepage": "https://symfony.com/contributors"
1562 }
1563 ],
1564 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
1565 "homepage": "https://symfony.com",
1566 "keywords": [
1567 "debug",
1568 "dump"
1569 ],
1570 "support": {
1571 "source": "https://github.com/symfony/var-dumper/tree/v5.3.6"
1572 },
1573 "funding": [
1574 {
1575 "url": "https://symfony.com/sponsor",
1576 "type": "custom"
1577 },
1578 {
1579 "url": "https://github.com/fabpot",
1580 "type": "github"
1581 },
1582 {
1583 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1584 "type": "tidelift"
1585 }
1586 ],
1587 "time": "2021-07-27T01:56:02+00:00"
1588 },
1589 {
1590 "name": "tightenco/collect",
1591 "version": "v8.34.0",
1592 "source": {
1593 "type": "git",
1594 "url": "https://github.com/tighten/collect.git",
1595 "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2"
1596 },
1597 "dist": {
1598 "type": "zip",
1599 "url": "https://api.github.com/repos/tighten/collect/zipball/b069783ab0c547bb894ebcf8e7f6024bb401f9d2",
1600 "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2",
1601 "shasum": ""
1602 },
1603 "require": {
1604 "php": "^7.2|^8.0",
1605 "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
1606 },
1607 "require-dev": {
1608 "mockery/mockery": "^1.0",
1609 "nesbot/carbon": "^2.23.0",
1610 "phpunit/phpunit": "^8.3"
1611 },
1612 "type": "library",
1613 "autoload": {
1614 "files": [
1615 "src/Collect/Support/helpers.php",
1616 "src/Collect/Support/alias.php"
1617 ],
1618 "psr-4": {
1619 "Tightenco\\Collect\\": "src/Collect"
1620 }
1621 },
1622 "notification-url": "https://packagist.org/downloads/",
1623 "license": [
1624 "MIT"
1625 ],
1626 "authors": [
1627 {
1628 "name": "Taylor Otwell",
1629 "email": "taylorotwell@gmail.com"
1630 }
1631 ],
1632 "description": "Collect - Illuminate Collections as a separate package.",
1633 "keywords": [
1634 "collection",
1635 "laravel"
1636 ],
1637 "support": {
1638 "issues": "https://github.com/tighten/collect/issues",
1639 "source": "https://github.com/tighten/collect/tree/v8.34.0"
1640 },
1641 "time": "2021-03-29T21:29:00+00:00"
1642 },
1643 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001644 "name": "twig/twig",
1645 "version": "v3.3.2",
1646 "source": {
1647 "type": "git",
1648 "url": "https://github.com/twigphp/Twig.git",
1649 "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790"
1650 },
1651 "dist": {
1652 "type": "zip",
1653 "url": "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790",
1654 "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790",
1655 "shasum": ""
1656 },
1657 "require": {
1658 "php": ">=7.2.5",
1659 "symfony/polyfill-ctype": "^1.8",
1660 "symfony/polyfill-mbstring": "^1.3"
1661 },
1662 "require-dev": {
1663 "psr/container": "^1.0",
1664 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
1665 },
1666 "type": "library",
1667 "extra": {
1668 "branch-alias": {
1669 "dev-master": "3.3-dev"
1670 }
1671 },
1672 "autoload": {
1673 "psr-4": {
1674 "Twig\\": "src/"
1675 }
1676 },
1677 "notification-url": "https://packagist.org/downloads/",
1678 "license": [
1679 "BSD-3-Clause"
1680 ],
1681 "authors": [
1682 {
1683 "name": "Fabien Potencier",
1684 "email": "fabien@symfony.com",
1685 "homepage": "http://fabien.potencier.org",
1686 "role": "Lead Developer"
1687 },
1688 {
1689 "name": "Twig Team",
1690 "role": "Contributors"
1691 },
1692 {
1693 "name": "Armin Ronacher",
1694 "email": "armin.ronacher@active-4.com",
1695 "role": "Project Founder"
1696 }
1697 ],
1698 "description": "Twig, the flexible, fast, and secure template language for PHP",
1699 "homepage": "https://twig.symfony.com",
1700 "keywords": [
1701 "templating"
1702 ],
1703 "support": {
1704 "issues": "https://github.com/twigphp/Twig/issues",
1705 "source": "https://github.com/twigphp/Twig/tree/v3.3.2"
1706 },
1707 "funding": [
1708 {
1709 "url": "https://github.com/fabpot",
1710 "type": "github"
1711 },
1712 {
1713 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
1714 "type": "tidelift"
1715 }
1716 ],
1717 "time": "2021-05-16T12:14:13+00:00"
1718 },
1719 {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001720 "name": "yubico/u2flib-server",
1721 "version": "1.0.2",
1722 "source": {
1723 "type": "git",
1724 "url": "https://github.com/Yubico/php-u2flib-server.git",
1725 "reference": "55d813acf68212ad2cadecde07551600d6971939"
1726 },
1727 "dist": {
1728 "type": "zip",
1729 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
1730 "reference": "55d813acf68212ad2cadecde07551600d6971939",
1731 "shasum": ""
1732 },
1733 "require": {
1734 "ext-openssl": "*",
1735 "paragonie/random_compat": ">= 1",
1736 "php": ">=5.6"
1737 },
1738 "require-dev": {
1739 "phpunit/phpunit": "~5.7",
1740 "vimeo/psalm": "^0|^1|^2"
1741 },
1742 "type": "library",
1743 "autoload": {
1744 "classmap": [
1745 "src/"
1746 ]
1747 },
1748 "notification-url": "https://packagist.org/downloads/",
1749 "license": [
1750 "BSD-2-Clause"
1751 ],
1752 "description": "Library for U2F implementation",
1753 "homepage": "https://developers.yubico.com/php-u2flib-server",
1754 "time": "2018-09-07T08:16:44+00:00"
1755 }
1756 ],
1757 "packages-dev": [],
1758 "aliases": [],
1759 "minimum-stability": "stable",
1760 "stability-flags": [],
1761 "prefer-stable": false,
1762 "prefer-lowest": false,
1763 "platform": [],
1764 "platform-dev": [],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001765 "plugin-api-version": "2.1.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001766}