blob: e2633cc016315ff58d11bbb2437ba8da9a357ead [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 Benkard7b2a3a12021-08-16 10:57:25 +02007 "content-hash": "50acd623ff29bb513cd29819f4537aa0",
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 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010065 "support": {
66 "issues": "https://github.com/bshaffer/oauth2-server-php/issues",
67 "source": "https://github.com/bshaffer/oauth2-server-php/tree/master"
68 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010069 "time": "2018-12-04T00:29:32+00:00"
70 },
71 {
72 "name": "ddeboer/imap",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020073 "version": "1.12.1",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010074 "source": {
75 "type": "git",
76 "url": "https://github.com/ddeboer/imap.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020077 "reference": "dbed05ca67b93509345a820b2859de10c48948fb"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010078 },
79 "dist": {
80 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020081 "url": "https://api.github.com/repos/ddeboer/imap/zipball/dbed05ca67b93509345a820b2859de10c48948fb",
82 "reference": "dbed05ca67b93509345a820b2859de10c48948fb",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010083 "shasum": ""
84 },
85 "require": {
86 "ext-iconv": "*",
87 "ext-imap": "*",
88 "ext-mbstring": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020089 "php": "^7.4 || ^8.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010090 },
91 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020092 "friendsofphp/php-cs-fixer": "^2.18.6",
93 "laminas/laminas-mail": "^2.14.0",
94 "phpstan/phpstan": "^0.12.84",
95 "phpstan/phpstan-phpunit": "^0.12.18",
96 "phpstan/phpstan-strict-rules": "^0.12.9",
97 "phpunit/phpunit": "^9.5.4"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010098 },
99 "type": "library",
100 "autoload": {
101 "psr-4": {
102 "Ddeboer\\Imap\\": "src/"
103 }
104 },
105 "notification-url": "https://packagist.org/downloads/",
106 "license": [
107 "MIT"
108 ],
109 "authors": [
110 {
111 "name": "David de Boer",
112 "email": "david@ddeboer.nl"
113 },
114 {
115 "name": "Filippo Tessarotto",
116 "email": "zoeslam@gmail.com"
117 },
118 {
119 "name": "Community contributors",
120 "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
121 }
122 ],
123 "description": "Object-oriented IMAP for PHP",
124 "keywords": [
125 "email",
126 "imap",
127 "mail"
128 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100129 "support": {
130 "issues": "https://github.com/ddeboer/imap/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200131 "source": "https://github.com/ddeboer/imap/tree/1.12.1"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100132 },
133 "funding": [
134 {
135 "url": "https://github.com/Slamdunk",
136 "type": "github"
137 },
138 {
139 "url": "https://github.com/ddeboer",
140 "type": "github"
141 }
142 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200143 "time": "2021-04-27T08:38:46+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100144 },
145 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200146 "name": "directorytree/ldaprecord",
147 "version": "v2.6.3",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100148 "source": {
149 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200150 "url": "https://github.com/DirectoryTree/LdapRecord.git",
151 "reference": "5c93ec6d1ef458290825a8b0a148946dce7c1e7a"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100152 },
153 "dist": {
154 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200155 "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/5c93ec6d1ef458290825a8b0a148946dce7c1e7a",
156 "reference": "5c93ec6d1ef458290825a8b0a148946dce7c1e7a",
157 "shasum": ""
158 },
159 "require": {
160 "ext-json": "*",
161 "ext-ldap": "*",
162 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
163 "nesbot/carbon": "^1.0|^2.0",
164 "php": ">=7.3",
165 "psr/log": "^1.0",
166 "psr/simple-cache": "^1.0",
167 "tightenco/collect": "^5.6|^6.0|^7.0|^8.0"
168 },
169 "require-dev": {
170 "mockery/mockery": "^1.0",
171 "phpunit/phpunit": "^8.0",
172 "spatie/ray": "^1.24"
173 },
174 "type": "library",
175 "autoload": {
176 "psr-4": {
177 "LdapRecord\\": "src/"
178 }
179 },
180 "notification-url": "https://packagist.org/downloads/",
181 "license": [
182 "MIT"
183 ],
184 "authors": [
185 {
186 "name": "Steve Bauman",
187 "email": "steven_bauman@outlook.com",
188 "role": "Developer"
189 }
190 ],
191 "description": "A fully-featured LDAP ORM.",
192 "homepage": "https://www.ldaprecord.com",
193 "keywords": [
194 "active directory",
195 "ad",
196 "adLDAP",
197 "adldap2",
198 "directory",
199 "ldap",
200 "ldaprecord",
201 "orm",
202 "windows"
203 ],
204 "support": {
205 "docs": "https://ldaprecord.com",
206 "email": "steven_bauman@outlook.com",
207 "issues": "https://github.com/DirectoryTree/LdapRecord/issues",
208 "source": "https://github.com/DirectoryTree/LdapRecord"
209 },
210 "funding": [
211 {
212 "url": "https://github.com/stevebauman",
213 "type": "github"
214 }
215 ],
216 "time": "2021-08-05T21:52:43+00:00"
217 },
218 {
219 "name": "illuminate/contracts",
220 "version": "v8.53.1",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/illuminate/contracts.git",
224 "reference": "504a34286a1b4c5421c43087d6bd4e176138f6fb"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/illuminate/contracts/zipball/504a34286a1b4c5421c43087d6bd4e176138f6fb",
229 "reference": "504a34286a1b4c5421c43087d6bd4e176138f6fb",
230 "shasum": ""
231 },
232 "require": {
233 "php": "^7.3|^8.0",
234 "psr/container": "^1.0",
235 "psr/simple-cache": "^1.0"
236 },
237 "type": "library",
238 "extra": {
239 "branch-alias": {
240 "dev-master": "8.x-dev"
241 }
242 },
243 "autoload": {
244 "psr-4": {
245 "Illuminate\\Contracts\\": ""
246 }
247 },
248 "notification-url": "https://packagist.org/downloads/",
249 "license": [
250 "MIT"
251 ],
252 "authors": [
253 {
254 "name": "Taylor Otwell",
255 "email": "taylor@laravel.com"
256 }
257 ],
258 "description": "The Illuminate Contracts package.",
259 "homepage": "https://laravel.com",
260 "support": {
261 "issues": "https://github.com/laravel/framework/issues",
262 "source": "https://github.com/laravel/framework"
263 },
264 "time": "2021-08-03T14:03:47+00:00"
265 },
266 {
267 "name": "matthiasmullie/minify",
268 "version": "1.3.66",
269 "source": {
270 "type": "git",
271 "url": "https://github.com/matthiasmullie/minify.git",
272 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
273 },
274 "dist": {
275 "type": "zip",
276 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
277 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100278 "shasum": ""
279 },
280 "require": {
281 "ext-pcre": "*",
282 "matthiasmullie/path-converter": "~1.1",
283 "php": ">=5.3.0"
284 },
285 "require-dev": {
286 "friendsofphp/php-cs-fixer": "~2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200287 "matthiasmullie/scrapbook": "dev-master",
288 "phpunit/phpunit": ">=4.8"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100289 },
290 "suggest": {
291 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
292 },
293 "bin": [
294 "bin/minifycss",
295 "bin/minifyjs"
296 ],
297 "type": "library",
298 "autoload": {
299 "psr-4": {
300 "MatthiasMullie\\Minify\\": "src/"
301 }
302 },
303 "notification-url": "https://packagist.org/downloads/",
304 "license": [
305 "MIT"
306 ],
307 "authors": [
308 {
309 "name": "Matthias Mullie",
310 "email": "minify@mullie.eu",
311 "homepage": "http://www.mullie.eu",
312 "role": "Developer"
313 }
314 ],
315 "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.",
316 "homepage": "http://www.minifier.org",
317 "keywords": [
318 "JS",
319 "css",
320 "javascript",
321 "minifier",
322 "minify"
323 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100324 "support": {
325 "issues": "https://github.com/matthiasmullie/minify/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200326 "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100327 },
328 "funding": [
329 {
330 "url": "https://github.com/[user1",
331 "type": "github"
332 },
333 {
334 "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
335 "type": "github"
336 },
337 {
338 "url": "https://github.com/user2",
339 "type": "github"
340 }
341 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200342 "time": "2021-01-06T15:18:10+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100343 },
344 {
345 "name": "matthiasmullie/path-converter",
346 "version": "1.1.3",
347 "source": {
348 "type": "git",
349 "url": "https://github.com/matthiasmullie/path-converter.git",
350 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
351 },
352 "dist": {
353 "type": "zip",
354 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
355 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
356 "shasum": ""
357 },
358 "require": {
359 "ext-pcre": "*",
360 "php": ">=5.3.0"
361 },
362 "require-dev": {
363 "phpunit/phpunit": "~4.8"
364 },
365 "type": "library",
366 "autoload": {
367 "psr-4": {
368 "MatthiasMullie\\PathConverter\\": "src/"
369 }
370 },
371 "notification-url": "https://packagist.org/downloads/",
372 "license": [
373 "MIT"
374 ],
375 "authors": [
376 {
377 "name": "Matthias Mullie",
378 "email": "pathconverter@mullie.eu",
379 "homepage": "http://www.mullie.eu",
380 "role": "Developer"
381 }
382 ],
383 "description": "Relative path converter",
384 "homepage": "http://github.com/matthiasmullie/path-converter",
385 "keywords": [
386 "converter",
387 "path",
388 "paths",
389 "relative"
390 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100391 "support": {
392 "issues": "https://github.com/matthiasmullie/path-converter/issues",
393 "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
394 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100395 "time": "2019-02-05T23:41:09+00:00"
396 },
397 {
398 "name": "mustangostang/spyc",
399 "version": "0.6.3",
400 "source": {
401 "type": "git",
402 "url": "git@github.com:mustangostang/spyc.git",
403 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
404 },
405 "dist": {
406 "type": "zip",
407 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
408 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
409 "shasum": ""
410 },
411 "require": {
412 "php": ">=5.3.1"
413 },
414 "require-dev": {
415 "phpunit/phpunit": "4.3.*@dev"
416 },
417 "type": "library",
418 "extra": {
419 "branch-alias": {
420 "dev-master": "0.5.x-dev"
421 }
422 },
423 "autoload": {
424 "files": [
425 "Spyc.php"
426 ]
427 },
428 "notification-url": "https://packagist.org/downloads/",
429 "license": [
430 "MIT"
431 ],
432 "authors": [
433 {
434 "name": "mustangostang",
435 "email": "vlad.andersen@gmail.com"
436 }
437 ],
438 "description": "A simple YAML loader/dumper class for PHP",
439 "homepage": "https://github.com/mustangostang/spyc/",
440 "keywords": [
441 "spyc",
442 "yaml",
443 "yml"
444 ],
445 "time": "2019-09-10T13:16:29+00:00"
446 },
447 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200448 "name": "nesbot/carbon",
449 "version": "2.51.1",
450 "source": {
451 "type": "git",
452 "url": "https://github.com/briannesbitt/Carbon.git",
453 "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922"
454 },
455 "dist": {
456 "type": "zip",
457 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
458 "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
459 "shasum": ""
460 },
461 "require": {
462 "ext-json": "*",
463 "php": "^7.1.8 || ^8.0",
464 "symfony/polyfill-mbstring": "^1.0",
465 "symfony/polyfill-php80": "^1.16",
466 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
467 },
468 "require-dev": {
469 "doctrine/orm": "^2.7",
470 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
471 "kylekatarnls/multi-tester": "^2.0",
472 "phpmd/phpmd": "^2.9",
473 "phpstan/extension-installer": "^1.0",
474 "phpstan/phpstan": "^0.12.54",
475 "phpunit/phpunit": "^7.5.20 || ^8.5.14",
476 "squizlabs/php_codesniffer": "^3.4"
477 },
478 "bin": [
479 "bin/carbon"
480 ],
481 "type": "library",
482 "extra": {
483 "branch-alias": {
484 "dev-3.x": "3.x-dev",
485 "dev-master": "2.x-dev"
486 },
487 "laravel": {
488 "providers": [
489 "Carbon\\Laravel\\ServiceProvider"
490 ]
491 },
492 "phpstan": {
493 "includes": [
494 "extension.neon"
495 ]
496 }
497 },
498 "autoload": {
499 "psr-4": {
500 "Carbon\\": "src/Carbon/"
501 }
502 },
503 "notification-url": "https://packagist.org/downloads/",
504 "license": [
505 "MIT"
506 ],
507 "authors": [
508 {
509 "name": "Brian Nesbitt",
510 "email": "brian@nesbot.com",
511 "homepage": "https://markido.com"
512 },
513 {
514 "name": "kylekatarnls",
515 "homepage": "https://github.com/kylekatarnls"
516 }
517 ],
518 "description": "An API extension for DateTime that supports 281 different languages.",
519 "homepage": "https://carbon.nesbot.com",
520 "keywords": [
521 "date",
522 "datetime",
523 "time"
524 ],
525 "support": {
526 "issues": "https://github.com/briannesbitt/Carbon/issues",
527 "source": "https://github.com/briannesbitt/Carbon"
528 },
529 "funding": [
530 {
531 "url": "https://opencollective.com/Carbon",
532 "type": "open_collective"
533 },
534 {
535 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
536 "type": "tidelift"
537 }
538 ],
539 "time": "2021-07-28T13:16:28+00:00"
540 },
541 {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100542 "name": "paragonie/random_compat",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100543 "version": "v9.99.100",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100544 "source": {
545 "type": "git",
546 "url": "https://github.com/paragonie/random_compat.git",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100547 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100548 },
549 "dist": {
550 "type": "zip",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100551 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
552 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100553 "shasum": ""
554 },
555 "require": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100556 "php": ">= 7"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100557 },
558 "require-dev": {
559 "phpunit/phpunit": "4.*|5.*",
560 "vimeo/psalm": "^1"
561 },
562 "suggest": {
563 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
564 },
565 "type": "library",
566 "notification-url": "https://packagist.org/downloads/",
567 "license": [
568 "MIT"
569 ],
570 "authors": [
571 {
572 "name": "Paragon Initiative Enterprises",
573 "email": "security@paragonie.com",
574 "homepage": "https://paragonie.com"
575 }
576 ],
577 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
578 "keywords": [
579 "csprng",
580 "polyfill",
581 "pseudorandom",
582 "random"
583 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100584 "support": {
585 "email": "info@paragonie.com",
586 "issues": "https://github.com/paragonie/random_compat/issues",
587 "source": "https://github.com/paragonie/random_compat"
588 },
589 "time": "2020-10-15T08:29:30+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100590 },
591 {
592 "name": "php-mime-mail-parser/php-mime-mail-parser",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200593 "version": "7.0.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100594 "source": {
595 "type": "git",
596 "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200597 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100598 },
599 "dist": {
600 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200601 "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d",
602 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100603 "shasum": ""
604 },
605 "require": {
606 "ext-mailparse": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200607 "php": "^7.2|^8.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100608 },
609 "replace": {
610 "exorus/php-mime-mail-parser": "*",
611 "messaged/php-mime-mail-parser": "*"
612 },
613 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200614 "php-coveralls/php-coveralls": "^2.2",
615 "phpunit/phpunit": "^8.0",
616 "squizlabs/php_codesniffer": "^3.5"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100617 },
618 "type": "library",
619 "autoload": {
620 "psr-4": {
621 "PhpMimeMailParser\\": "src/"
622 }
623 },
624 "notification-url": "https://packagist.org/downloads/",
625 "license": [
626 "MIT"
627 ],
628 "authors": [
629 {
630 "name": "eXorus",
631 "email": "exorus.spam@gmail.com",
632 "homepage": "https://github.com/eXorus/",
633 "role": "Developer"
634 },
635 {
636 "name": "M.Valinskis",
637 "email": "M.Valins@gmail.com",
638 "homepage": "https://code.google.com/p/php-mime-mail-parser",
639 "role": "Developer"
640 },
641 {
642 "name": "eugene.emmett.wood",
643 "email": "gene_w@cementhorizon.com",
644 "homepage": "https://code.google.com/p/php-mime-mail-parser",
645 "role": "Developer"
646 },
647 {
648 "name": "alknetso",
649 "email": "alkne@gmail.com",
650 "homepage": "https://code.google.com/p/php-mime-mail-parser",
651 "role": "Developer"
652 },
653 {
654 "name": "bucabay",
655 "email": "gabe@fijiwebdesign.com",
656 "homepage": "http://www.fijiwebdesign.com",
657 "role": "Developer"
658 }
659 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200660 "description": "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100661 "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
662 "keywords": [
663 "MimeMailParser",
664 "mail",
665 "mailparse",
666 "mime",
667 "parser",
668 "php"
669 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100670 "support": {
671 "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200672 "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100673 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200674 "funding": [
675 {
676 "url": "https://github.com/eXorus",
677 "type": "github"
678 }
679 ],
680 "time": "2021-02-25T17:21:57+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100681 },
682 {
683 "name": "phpmailer/phpmailer",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200684 "version": "v6.5.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100685 "source": {
686 "type": "git",
687 "url": "https://github.com/PHPMailer/PHPMailer.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200688 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100689 },
690 "dist": {
691 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200692 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
693 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100694 "shasum": ""
695 },
696 "require": {
697 "ext-ctype": "*",
698 "ext-filter": "*",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100699 "ext-hash": "*",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100700 "php": ">=5.5.0"
701 },
702 "require-dev": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100703 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100704 "doctrine/annotations": "^1.2",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100705 "phpcompatibility/php-compatibility": "^9.3.5",
706 "roave/security-advisories": "dev-latest",
707 "squizlabs/php_codesniffer": "^3.5.6",
708 "yoast/phpunit-polyfills": "^0.2.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100709 },
710 "suggest": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200711 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100712 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
713 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
714 "psr/log": "For optional PSR-3 debug logging",
715 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
716 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
717 },
718 "type": "library",
719 "autoload": {
720 "psr-4": {
721 "PHPMailer\\PHPMailer\\": "src/"
722 }
723 },
724 "notification-url": "https://packagist.org/downloads/",
725 "license": [
726 "LGPL-2.1-only"
727 ],
728 "authors": [
729 {
730 "name": "Marcus Bointon",
731 "email": "phpmailer@synchromedia.co.uk"
732 },
733 {
734 "name": "Jim Jagielski",
735 "email": "jimjag@gmail.com"
736 },
737 {
738 "name": "Andy Prevost",
739 "email": "codeworxtech@users.sourceforge.net"
740 },
741 {
742 "name": "Brent R. Matzelle"
743 }
744 ],
745 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100746 "support": {
747 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200748 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100749 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100750 "funding": [
751 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100752 "url": "https://github.com/Synchro",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100753 "type": "github"
754 }
755 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200756 "time": "2021-06-16T14:33:43+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100757 },
758 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200759 "name": "psr/container",
760 "version": "1.1.1",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100761 "source": {
762 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200763 "url": "https://github.com/php-fig/container.git",
764 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100765 },
766 "dist": {
767 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200768 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
769 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
770 "shasum": ""
771 },
772 "require": {
773 "php": ">=7.2.0"
774 },
775 "type": "library",
776 "autoload": {
777 "psr-4": {
778 "Psr\\Container\\": "src/"
779 }
780 },
781 "notification-url": "https://packagist.org/downloads/",
782 "license": [
783 "MIT"
784 ],
785 "authors": [
786 {
787 "name": "PHP-FIG",
788 "homepage": "https://www.php-fig.org/"
789 }
790 ],
791 "description": "Common Container Interface (PHP FIG PSR-11)",
792 "homepage": "https://github.com/php-fig/container",
793 "keywords": [
794 "PSR-11",
795 "container",
796 "container-interface",
797 "container-interop",
798 "psr"
799 ],
800 "support": {
801 "issues": "https://github.com/php-fig/container/issues",
802 "source": "https://github.com/php-fig/container/tree/1.1.1"
803 },
804 "time": "2021-03-05T17:36:06+00:00"
805 },
806 {
807 "name": "psr/log",
808 "version": "1.1.4",
809 "source": {
810 "type": "git",
811 "url": "https://github.com/php-fig/log.git",
812 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
813 },
814 "dist": {
815 "type": "zip",
816 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
817 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
818 "shasum": ""
819 },
820 "require": {
821 "php": ">=5.3.0"
822 },
823 "type": "library",
824 "extra": {
825 "branch-alias": {
826 "dev-master": "1.1.x-dev"
827 }
828 },
829 "autoload": {
830 "psr-4": {
831 "Psr\\Log\\": "Psr/Log/"
832 }
833 },
834 "notification-url": "https://packagist.org/downloads/",
835 "license": [
836 "MIT"
837 ],
838 "authors": [
839 {
840 "name": "PHP-FIG",
841 "homepage": "https://www.php-fig.org/"
842 }
843 ],
844 "description": "Common interface for logging libraries",
845 "homepage": "https://github.com/php-fig/log",
846 "keywords": [
847 "log",
848 "psr",
849 "psr-3"
850 ],
851 "support": {
852 "source": "https://github.com/php-fig/log/tree/1.1.4"
853 },
854 "time": "2021-05-03T11:20:27+00:00"
855 },
856 {
857 "name": "psr/simple-cache",
858 "version": "1.0.1",
859 "source": {
860 "type": "git",
861 "url": "https://github.com/php-fig/simple-cache.git",
862 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
863 },
864 "dist": {
865 "type": "zip",
866 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
867 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
868 "shasum": ""
869 },
870 "require": {
871 "php": ">=5.3.0"
872 },
873 "type": "library",
874 "extra": {
875 "branch-alias": {
876 "dev-master": "1.0.x-dev"
877 }
878 },
879 "autoload": {
880 "psr-4": {
881 "Psr\\SimpleCache\\": "src/"
882 }
883 },
884 "notification-url": "https://packagist.org/downloads/",
885 "license": [
886 "MIT"
887 ],
888 "authors": [
889 {
890 "name": "PHP-FIG",
891 "homepage": "http://www.php-fig.org/"
892 }
893 ],
894 "description": "Common interfaces for simple caching",
895 "keywords": [
896 "cache",
897 "caching",
898 "psr",
899 "psr-16",
900 "simple-cache"
901 ],
902 "support": {
903 "source": "https://github.com/php-fig/simple-cache/tree/master"
904 },
905 "time": "2017-10-23T01:57:42+00:00"
906 },
907 {
908 "name": "robthree/twofactorauth",
909 "version": "1.8.0",
910 "source": {
911 "type": "git",
912 "url": "https://github.com/RobThree/TwoFactorAuth.git",
913 "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c"
914 },
915 "dist": {
916 "type": "zip",
917 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/30a38627ae1e7c9399dae67e265063cd6ec5276c",
918 "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100919 "shasum": ""
920 },
921 "require": {
922 "php": ">=5.6.0"
923 },
924 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200925 "php-parallel-lint/php-parallel-lint": "^1.2",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100926 "phpunit/phpunit": "@stable"
927 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200928 "suggest": {
929 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
930 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
931 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100932 "type": "library",
933 "autoload": {
934 "psr-4": {
935 "RobThree\\Auth\\": "lib"
936 }
937 },
938 "notification-url": "https://packagist.org/downloads/",
939 "license": [
940 "MIT"
941 ],
942 "authors": [
943 {
944 "name": "Rob Janssen",
945 "homepage": "http://robiii.me",
946 "role": "Developer"
947 }
948 ],
949 "description": "Two Factor Authentication",
950 "homepage": "https://github.com/RobThree/TwoFactorAuth",
951 "keywords": [
952 "Authentication",
953 "MFA",
954 "Multi Factor Authentication",
955 "Two Factor Authentication",
956 "authenticator",
957 "authy",
958 "php",
959 "tfa"
960 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100961 "support": {
962 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
963 "source": "https://github.com/RobThree/TwoFactorAuth"
964 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200965 "funding": [
966 {
967 "url": "https://paypal.me/robiii",
968 "type": "custom"
969 },
970 {
971 "url": "https://github.com/RobThree",
972 "type": "github"
973 }
974 ],
975 "time": "2021-03-09T18:24:05+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100976 },
977 {
978 "name": "soundasleep/html2text",
979 "version": "0.5.0",
980 "source": {
981 "type": "git",
982 "url": "https://github.com/soundasleep/html2text.git",
983 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
984 },
985 "dist": {
986 "type": "zip",
987 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
988 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
989 "shasum": ""
990 },
991 "require": {
992 "ext-dom": "*",
993 "ext-libxml": "*",
994 "php": ">=5.3.2"
995 },
996 "require-dev": {
997 "phpunit/phpunit": ">=4.0",
998 "soundasleep/component-tests": "dev-master"
999 },
1000 "type": "library",
1001 "autoload": {
1002 "psr-4": {
1003 "Html2Text\\": "src"
1004 }
1005 },
1006 "notification-url": "https://packagist.org/downloads/",
1007 "license": [
1008 "EPL-1.0"
1009 ],
1010 "authors": [
1011 {
1012 "name": "Jevon Wright",
1013 "homepage": "https://jevon.org",
1014 "role": "Developer"
1015 }
1016 ],
1017 "description": "A PHP script to convert HTML into a plain text format",
1018 "homepage": "https://github.com/soundasleep/html2text",
1019 "keywords": [
1020 "email",
1021 "html",
1022 "php",
1023 "text"
1024 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001025 "support": {
1026 "email": "support@jevon.org",
1027 "issues": "https://github.com/soundasleep/html2text/issues",
1028 "source": "https://github.com/soundasleep/html2text/tree/master"
1029 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001030 "time": "2017-04-19T22:01:50+00:00"
1031 },
1032 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001033 "name": "symfony/deprecation-contracts",
1034 "version": "v2.4.0",
1035 "source": {
1036 "type": "git",
1037 "url": "https://github.com/symfony/deprecation-contracts.git",
1038 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
1039 },
1040 "dist": {
1041 "type": "zip",
1042 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1043 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1044 "shasum": ""
1045 },
1046 "require": {
1047 "php": ">=7.1"
1048 },
1049 "type": "library",
1050 "extra": {
1051 "branch-alias": {
1052 "dev-main": "2.4-dev"
1053 },
1054 "thanks": {
1055 "name": "symfony/contracts",
1056 "url": "https://github.com/symfony/contracts"
1057 }
1058 },
1059 "autoload": {
1060 "files": [
1061 "function.php"
1062 ]
1063 },
1064 "notification-url": "https://packagist.org/downloads/",
1065 "license": [
1066 "MIT"
1067 ],
1068 "authors": [
1069 {
1070 "name": "Nicolas Grekas",
1071 "email": "p@tchwork.com"
1072 },
1073 {
1074 "name": "Symfony Community",
1075 "homepage": "https://symfony.com/contributors"
1076 }
1077 ],
1078 "description": "A generic function and convention to trigger deprecation notices",
1079 "homepage": "https://symfony.com",
1080 "support": {
1081 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
1082 },
1083 "funding": [
1084 {
1085 "url": "https://symfony.com/sponsor",
1086 "type": "custom"
1087 },
1088 {
1089 "url": "https://github.com/fabpot",
1090 "type": "github"
1091 },
1092 {
1093 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1094 "type": "tidelift"
1095 }
1096 ],
1097 "time": "2021-03-23T23:28:01+00:00"
1098 },
1099 {
1100 "name": "symfony/polyfill-mbstring",
1101 "version": "v1.23.1",
1102 "source": {
1103 "type": "git",
1104 "url": "https://github.com/symfony/polyfill-mbstring.git",
1105 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
1106 },
1107 "dist": {
1108 "type": "zip",
1109 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
1110 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
1111 "shasum": ""
1112 },
1113 "require": {
1114 "php": ">=7.1"
1115 },
1116 "suggest": {
1117 "ext-mbstring": "For best performance"
1118 },
1119 "type": "library",
1120 "extra": {
1121 "branch-alias": {
1122 "dev-main": "1.23-dev"
1123 },
1124 "thanks": {
1125 "name": "symfony/polyfill",
1126 "url": "https://github.com/symfony/polyfill"
1127 }
1128 },
1129 "autoload": {
1130 "psr-4": {
1131 "Symfony\\Polyfill\\Mbstring\\": ""
1132 },
1133 "files": [
1134 "bootstrap.php"
1135 ]
1136 },
1137 "notification-url": "https://packagist.org/downloads/",
1138 "license": [
1139 "MIT"
1140 ],
1141 "authors": [
1142 {
1143 "name": "Nicolas Grekas",
1144 "email": "p@tchwork.com"
1145 },
1146 {
1147 "name": "Symfony Community",
1148 "homepage": "https://symfony.com/contributors"
1149 }
1150 ],
1151 "description": "Symfony polyfill for the Mbstring extension",
1152 "homepage": "https://symfony.com",
1153 "keywords": [
1154 "compatibility",
1155 "mbstring",
1156 "polyfill",
1157 "portable",
1158 "shim"
1159 ],
1160 "support": {
1161 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
1162 },
1163 "funding": [
1164 {
1165 "url": "https://symfony.com/sponsor",
1166 "type": "custom"
1167 },
1168 {
1169 "url": "https://github.com/fabpot",
1170 "type": "github"
1171 },
1172 {
1173 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1174 "type": "tidelift"
1175 }
1176 ],
1177 "time": "2021-05-27T12:26:48+00:00"
1178 },
1179 {
1180 "name": "symfony/polyfill-php80",
1181 "version": "v1.23.1",
1182 "source": {
1183 "type": "git",
1184 "url": "https://github.com/symfony/polyfill-php80.git",
1185 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
1186 },
1187 "dist": {
1188 "type": "zip",
1189 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
1190 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
1191 "shasum": ""
1192 },
1193 "require": {
1194 "php": ">=7.1"
1195 },
1196 "type": "library",
1197 "extra": {
1198 "branch-alias": {
1199 "dev-main": "1.23-dev"
1200 },
1201 "thanks": {
1202 "name": "symfony/polyfill",
1203 "url": "https://github.com/symfony/polyfill"
1204 }
1205 },
1206 "autoload": {
1207 "psr-4": {
1208 "Symfony\\Polyfill\\Php80\\": ""
1209 },
1210 "files": [
1211 "bootstrap.php"
1212 ],
1213 "classmap": [
1214 "Resources/stubs"
1215 ]
1216 },
1217 "notification-url": "https://packagist.org/downloads/",
1218 "license": [
1219 "MIT"
1220 ],
1221 "authors": [
1222 {
1223 "name": "Ion Bazan",
1224 "email": "ion.bazan@gmail.com"
1225 },
1226 {
1227 "name": "Nicolas Grekas",
1228 "email": "p@tchwork.com"
1229 },
1230 {
1231 "name": "Symfony Community",
1232 "homepage": "https://symfony.com/contributors"
1233 }
1234 ],
1235 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1236 "homepage": "https://symfony.com",
1237 "keywords": [
1238 "compatibility",
1239 "polyfill",
1240 "portable",
1241 "shim"
1242 ],
1243 "support": {
1244 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
1245 },
1246 "funding": [
1247 {
1248 "url": "https://symfony.com/sponsor",
1249 "type": "custom"
1250 },
1251 {
1252 "url": "https://github.com/fabpot",
1253 "type": "github"
1254 },
1255 {
1256 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1257 "type": "tidelift"
1258 }
1259 ],
1260 "time": "2021-07-28T13:41:28+00:00"
1261 },
1262 {
1263 "name": "symfony/translation",
1264 "version": "v5.3.4",
1265 "source": {
1266 "type": "git",
1267 "url": "https://github.com/symfony/translation.git",
1268 "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1"
1269 },
1270 "dist": {
1271 "type": "zip",
1272 "url": "https://api.github.com/repos/symfony/translation/zipball/d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
1273 "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
1274 "shasum": ""
1275 },
1276 "require": {
1277 "php": ">=7.2.5",
1278 "symfony/deprecation-contracts": "^2.1",
1279 "symfony/polyfill-mbstring": "~1.0",
1280 "symfony/polyfill-php80": "^1.16",
1281 "symfony/translation-contracts": "^2.3"
1282 },
1283 "conflict": {
1284 "symfony/config": "<4.4",
1285 "symfony/dependency-injection": "<5.0",
1286 "symfony/http-kernel": "<5.0",
1287 "symfony/twig-bundle": "<5.0",
1288 "symfony/yaml": "<4.4"
1289 },
1290 "provide": {
1291 "symfony/translation-implementation": "2.3"
1292 },
1293 "require-dev": {
1294 "psr/log": "^1|^2|^3",
1295 "symfony/config": "^4.4|^5.0",
1296 "symfony/console": "^4.4|^5.0",
1297 "symfony/dependency-injection": "^5.0",
1298 "symfony/finder": "^4.4|^5.0",
1299 "symfony/http-kernel": "^5.0",
1300 "symfony/intl": "^4.4|^5.0",
1301 "symfony/polyfill-intl-icu": "^1.21",
1302 "symfony/service-contracts": "^1.1.2|^2",
1303 "symfony/yaml": "^4.4|^5.0"
1304 },
1305 "suggest": {
1306 "psr/log-implementation": "To use logging capability in translator",
1307 "symfony/config": "",
1308 "symfony/yaml": ""
1309 },
1310 "type": "library",
1311 "autoload": {
1312 "files": [
1313 "Resources/functions.php"
1314 ],
1315 "psr-4": {
1316 "Symfony\\Component\\Translation\\": ""
1317 },
1318 "exclude-from-classmap": [
1319 "/Tests/"
1320 ]
1321 },
1322 "notification-url": "https://packagist.org/downloads/",
1323 "license": [
1324 "MIT"
1325 ],
1326 "authors": [
1327 {
1328 "name": "Fabien Potencier",
1329 "email": "fabien@symfony.com"
1330 },
1331 {
1332 "name": "Symfony Community",
1333 "homepage": "https://symfony.com/contributors"
1334 }
1335 ],
1336 "description": "Provides tools to internationalize your application",
1337 "homepage": "https://symfony.com",
1338 "support": {
1339 "source": "https://github.com/symfony/translation/tree/v5.3.4"
1340 },
1341 "funding": [
1342 {
1343 "url": "https://symfony.com/sponsor",
1344 "type": "custom"
1345 },
1346 {
1347 "url": "https://github.com/fabpot",
1348 "type": "github"
1349 },
1350 {
1351 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1352 "type": "tidelift"
1353 }
1354 ],
1355 "time": "2021-07-25T09:39:16+00:00"
1356 },
1357 {
1358 "name": "symfony/translation-contracts",
1359 "version": "v2.4.0",
1360 "source": {
1361 "type": "git",
1362 "url": "https://github.com/symfony/translation-contracts.git",
1363 "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
1364 },
1365 "dist": {
1366 "type": "zip",
1367 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
1368 "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
1369 "shasum": ""
1370 },
1371 "require": {
1372 "php": ">=7.2.5"
1373 },
1374 "suggest": {
1375 "symfony/translation-implementation": ""
1376 },
1377 "type": "library",
1378 "extra": {
1379 "branch-alias": {
1380 "dev-main": "2.4-dev"
1381 },
1382 "thanks": {
1383 "name": "symfony/contracts",
1384 "url": "https://github.com/symfony/contracts"
1385 }
1386 },
1387 "autoload": {
1388 "psr-4": {
1389 "Symfony\\Contracts\\Translation\\": ""
1390 }
1391 },
1392 "notification-url": "https://packagist.org/downloads/",
1393 "license": [
1394 "MIT"
1395 ],
1396 "authors": [
1397 {
1398 "name": "Nicolas Grekas",
1399 "email": "p@tchwork.com"
1400 },
1401 {
1402 "name": "Symfony Community",
1403 "homepage": "https://symfony.com/contributors"
1404 }
1405 ],
1406 "description": "Generic abstractions related to translation",
1407 "homepage": "https://symfony.com",
1408 "keywords": [
1409 "abstractions",
1410 "contracts",
1411 "decoupling",
1412 "interfaces",
1413 "interoperability",
1414 "standards"
1415 ],
1416 "support": {
1417 "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
1418 },
1419 "funding": [
1420 {
1421 "url": "https://symfony.com/sponsor",
1422 "type": "custom"
1423 },
1424 {
1425 "url": "https://github.com/fabpot",
1426 "type": "github"
1427 },
1428 {
1429 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1430 "type": "tidelift"
1431 }
1432 ],
1433 "time": "2021-03-23T23:28:01+00:00"
1434 },
1435 {
1436 "name": "symfony/var-dumper",
1437 "version": "v5.3.6",
1438 "source": {
1439 "type": "git",
1440 "url": "https://github.com/symfony/var-dumper.git",
1441 "reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0"
1442 },
1443 "dist": {
1444 "type": "zip",
1445 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
1446 "reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
1447 "shasum": ""
1448 },
1449 "require": {
1450 "php": ">=7.2.5",
1451 "symfony/polyfill-mbstring": "~1.0",
1452 "symfony/polyfill-php80": "^1.16"
1453 },
1454 "conflict": {
1455 "phpunit/phpunit": "<5.4.3",
1456 "symfony/console": "<4.4"
1457 },
1458 "require-dev": {
1459 "ext-iconv": "*",
1460 "symfony/console": "^4.4|^5.0",
1461 "symfony/process": "^4.4|^5.0",
1462 "twig/twig": "^2.13|^3.0.4"
1463 },
1464 "suggest": {
1465 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1466 "ext-intl": "To show region name in time zone dump",
1467 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1468 },
1469 "bin": [
1470 "Resources/bin/var-dump-server"
1471 ],
1472 "type": "library",
1473 "autoload": {
1474 "files": [
1475 "Resources/functions/dump.php"
1476 ],
1477 "psr-4": {
1478 "Symfony\\Component\\VarDumper\\": ""
1479 },
1480 "exclude-from-classmap": [
1481 "/Tests/"
1482 ]
1483 },
1484 "notification-url": "https://packagist.org/downloads/",
1485 "license": [
1486 "MIT"
1487 ],
1488 "authors": [
1489 {
1490 "name": "Nicolas Grekas",
1491 "email": "p@tchwork.com"
1492 },
1493 {
1494 "name": "Symfony Community",
1495 "homepage": "https://symfony.com/contributors"
1496 }
1497 ],
1498 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
1499 "homepage": "https://symfony.com",
1500 "keywords": [
1501 "debug",
1502 "dump"
1503 ],
1504 "support": {
1505 "source": "https://github.com/symfony/var-dumper/tree/v5.3.6"
1506 },
1507 "funding": [
1508 {
1509 "url": "https://symfony.com/sponsor",
1510 "type": "custom"
1511 },
1512 {
1513 "url": "https://github.com/fabpot",
1514 "type": "github"
1515 },
1516 {
1517 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1518 "type": "tidelift"
1519 }
1520 ],
1521 "time": "2021-07-27T01:56:02+00:00"
1522 },
1523 {
1524 "name": "tightenco/collect",
1525 "version": "v8.34.0",
1526 "source": {
1527 "type": "git",
1528 "url": "https://github.com/tighten/collect.git",
1529 "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2"
1530 },
1531 "dist": {
1532 "type": "zip",
1533 "url": "https://api.github.com/repos/tighten/collect/zipball/b069783ab0c547bb894ebcf8e7f6024bb401f9d2",
1534 "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2",
1535 "shasum": ""
1536 },
1537 "require": {
1538 "php": "^7.2|^8.0",
1539 "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
1540 },
1541 "require-dev": {
1542 "mockery/mockery": "^1.0",
1543 "nesbot/carbon": "^2.23.0",
1544 "phpunit/phpunit": "^8.3"
1545 },
1546 "type": "library",
1547 "autoload": {
1548 "files": [
1549 "src/Collect/Support/helpers.php",
1550 "src/Collect/Support/alias.php"
1551 ],
1552 "psr-4": {
1553 "Tightenco\\Collect\\": "src/Collect"
1554 }
1555 },
1556 "notification-url": "https://packagist.org/downloads/",
1557 "license": [
1558 "MIT"
1559 ],
1560 "authors": [
1561 {
1562 "name": "Taylor Otwell",
1563 "email": "taylorotwell@gmail.com"
1564 }
1565 ],
1566 "description": "Collect - Illuminate Collections as a separate package.",
1567 "keywords": [
1568 "collection",
1569 "laravel"
1570 ],
1571 "support": {
1572 "issues": "https://github.com/tighten/collect/issues",
1573 "source": "https://github.com/tighten/collect/tree/v8.34.0"
1574 },
1575 "time": "2021-03-29T21:29:00+00:00"
1576 },
1577 {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001578 "name": "yubico/u2flib-server",
1579 "version": "1.0.2",
1580 "source": {
1581 "type": "git",
1582 "url": "https://github.com/Yubico/php-u2flib-server.git",
1583 "reference": "55d813acf68212ad2cadecde07551600d6971939"
1584 },
1585 "dist": {
1586 "type": "zip",
1587 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
1588 "reference": "55d813acf68212ad2cadecde07551600d6971939",
1589 "shasum": ""
1590 },
1591 "require": {
1592 "ext-openssl": "*",
1593 "paragonie/random_compat": ">= 1",
1594 "php": ">=5.6"
1595 },
1596 "require-dev": {
1597 "phpunit/phpunit": "~5.7",
1598 "vimeo/psalm": "^0|^1|^2"
1599 },
1600 "type": "library",
1601 "autoload": {
1602 "classmap": [
1603 "src/"
1604 ]
1605 },
1606 "notification-url": "https://packagist.org/downloads/",
1607 "license": [
1608 "BSD-2-Clause"
1609 ],
1610 "description": "Library for U2F implementation",
1611 "homepage": "https://developers.yubico.com/php-u2flib-server",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001612 "support": {
1613 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
1614 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
1615 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001616 "time": "2018-09-07T08:16:44+00:00"
1617 }
1618 ],
1619 "packages-dev": [],
1620 "aliases": [],
1621 "minimum-stability": "stable",
1622 "stability-flags": [],
1623 "prefer-stable": false,
1624 "prefer-lowest": false,
1625 "platform": [],
1626 "platform-dev": [],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001627 "plugin-api-version": "2.1.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001628}