blob: c5247040cc3970b0db75b89523af76f6b88c2581 [file] [log] [blame]
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001{
2 "packages": [
3 {
4 "name": "bshaffer/oauth2-server-php",
5 "version": "v1.11.1",
6 "version_normalized": "1.11.1.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/bshaffer/oauth2-server-php.git",
10 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010011 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010012 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
15 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
16 "shasum": ""
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010017 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010018 "require": {
19 "php": ">=5.3.9"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010020 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010021 "require-dev": {
22 "aws/aws-sdk-php": "~2.8",
23 "firebase/php-jwt": "~2.2",
24 "mongodb/mongodb": "^1.1",
25 "phpunit/phpunit": "^4.0",
26 "predis/predis": "dev-master",
27 "thobbs/phpcassa": "dev-master"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010028 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010029 "suggest": {
30 "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
31 "firebase/php-jwt": "~2.2 is required to use JWT features",
32 "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
33 "predis/predis": "Required to use Redis storage",
34 "thobbs/phpcassa": "Required to use Cassandra storage"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010035 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010036 "time": "2018-12-04T00:29:32+00:00",
37 "type": "library",
38 "installation-source": "dist",
39 "autoload": {
40 "psr-0": {
41 "OAuth2": "src/"
42 }
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010043 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010044 "notification-url": "https://packagist.org/downloads/",
45 "license": [
46 "MIT"
47 ],
48 "authors": [
49 {
50 "name": "Brent Shaffer",
51 "email": "bshafs@gmail.com",
52 "homepage": "http://brentertainment.com"
53 }
54 ],
55 "description": "OAuth2 Server for PHP",
56 "homepage": "http://github.com/bshaffer/oauth2-server-php",
57 "keywords": [
58 "auth",
59 "oauth",
60 "oauth2"
61 ],
62 "install-path": "../bshaffer/oauth2-server-php"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010063 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010064 {
65 "name": "ddeboer/imap",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020066 "version": "1.12.1",
67 "version_normalized": "1.12.1.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010068 "source": {
69 "type": "git",
70 "url": "https://github.com/ddeboer/imap.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020071 "reference": "dbed05ca67b93509345a820b2859de10c48948fb"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010072 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010073 "dist": {
74 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020075 "url": "https://api.github.com/repos/ddeboer/imap/zipball/dbed05ca67b93509345a820b2859de10c48948fb",
76 "reference": "dbed05ca67b93509345a820b2859de10c48948fb",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010077 "shasum": ""
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010078 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010079 "require": {
80 "ext-iconv": "*",
81 "ext-imap": "*",
82 "ext-mbstring": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020083 "php": "^7.4 || ^8.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010084 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010085 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020086 "friendsofphp/php-cs-fixer": "^2.18.6",
87 "laminas/laminas-mail": "^2.14.0",
88 "phpstan/phpstan": "^0.12.84",
89 "phpstan/phpstan-phpunit": "^0.12.18",
90 "phpstan/phpstan-strict-rules": "^0.12.9",
91 "phpunit/phpunit": "^9.5.4"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010092 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +020093 "time": "2021-04-27T08:38:46+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010094 "type": "library",
95 "installation-source": "dist",
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 ],
125 "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 ],
139 "install-path": "../ddeboer/imap"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100140 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100141 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200142 "name": "directorytree/ldaprecord",
143 "version": "v2.6.3",
144 "version_normalized": "2.6.3.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100145 "source": {
146 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200147 "url": "https://github.com/DirectoryTree/LdapRecord.git",
148 "reference": "5c93ec6d1ef458290825a8b0a148946dce7c1e7a"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100149 },
150 "dist": {
151 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200152 "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/5c93ec6d1ef458290825a8b0a148946dce7c1e7a",
153 "reference": "5c93ec6d1ef458290825a8b0a148946dce7c1e7a",
154 "shasum": ""
155 },
156 "require": {
157 "ext-json": "*",
158 "ext-ldap": "*",
159 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
160 "nesbot/carbon": "^1.0|^2.0",
161 "php": ">=7.3",
162 "psr/log": "^1.0",
163 "psr/simple-cache": "^1.0",
164 "tightenco/collect": "^5.6|^6.0|^7.0|^8.0"
165 },
166 "require-dev": {
167 "mockery/mockery": "^1.0",
168 "phpunit/phpunit": "^8.0",
169 "spatie/ray": "^1.24"
170 },
171 "time": "2021-08-05T21:52:43+00:00",
172 "type": "library",
173 "installation-source": "dist",
174 "autoload": {
175 "psr-4": {
176 "LdapRecord\\": "src/"
177 }
178 },
179 "notification-url": "https://packagist.org/downloads/",
180 "license": [
181 "MIT"
182 ],
183 "authors": [
184 {
185 "name": "Steve Bauman",
186 "email": "steven_bauman@outlook.com",
187 "role": "Developer"
188 }
189 ],
190 "description": "A fully-featured LDAP ORM.",
191 "homepage": "https://www.ldaprecord.com",
192 "keywords": [
193 "active directory",
194 "ad",
195 "adLDAP",
196 "adldap2",
197 "directory",
198 "ldap",
199 "ldaprecord",
200 "orm",
201 "windows"
202 ],
203 "support": {
204 "docs": "https://ldaprecord.com",
205 "email": "steven_bauman@outlook.com",
206 "issues": "https://github.com/DirectoryTree/LdapRecord/issues",
207 "source": "https://github.com/DirectoryTree/LdapRecord"
208 },
209 "funding": [
210 {
211 "url": "https://github.com/stevebauman",
212 "type": "github"
213 }
214 ],
215 "install-path": "../directorytree/ldaprecord"
216 },
217 {
218 "name": "illuminate/contracts",
219 "version": "v8.53.1",
220 "version_normalized": "8.53.1.0",
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 "time": "2021-08-03T14:03:47+00:00",
238 "type": "library",
239 "extra": {
240 "branch-alias": {
241 "dev-master": "8.x-dev"
242 }
243 },
244 "installation-source": "dist",
245 "autoload": {
246 "psr-4": {
247 "Illuminate\\Contracts\\": ""
248 }
249 },
250 "notification-url": "https://packagist.org/downloads/",
251 "license": [
252 "MIT"
253 ],
254 "authors": [
255 {
256 "name": "Taylor Otwell",
257 "email": "taylor@laravel.com"
258 }
259 ],
260 "description": "The Illuminate Contracts package.",
261 "homepage": "https://laravel.com",
262 "support": {
263 "issues": "https://github.com/laravel/framework/issues",
264 "source": "https://github.com/laravel/framework"
265 },
266 "install-path": "../illuminate/contracts"
267 },
268 {
269 "name": "matthiasmullie/minify",
270 "version": "1.3.66",
271 "version_normalized": "1.3.66.0",
272 "source": {
273 "type": "git",
274 "url": "https://github.com/matthiasmullie/minify.git",
275 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
276 },
277 "dist": {
278 "type": "zip",
279 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
280 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100281 "shasum": ""
282 },
283 "require": {
284 "ext-pcre": "*",
285 "matthiasmullie/path-converter": "~1.1",
286 "php": ">=5.3.0"
287 },
288 "require-dev": {
289 "friendsofphp/php-cs-fixer": "~2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200290 "matthiasmullie/scrapbook": "dev-master",
291 "phpunit/phpunit": ">=4.8"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100292 },
293 "suggest": {
294 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
295 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200296 "time": "2021-01-06T15:18:10+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100297 "bin": [
298 "bin/minifycss",
299 "bin/minifyjs"
300 ],
301 "type": "library",
302 "installation-source": "dist",
303 "autoload": {
304 "psr-4": {
305 "MatthiasMullie\\Minify\\": "src/"
306 }
307 },
308 "notification-url": "https://packagist.org/downloads/",
309 "license": [
310 "MIT"
311 ],
312 "authors": [
313 {
314 "name": "Matthias Mullie",
315 "email": "minify@mullie.eu",
316 "homepage": "http://www.mullie.eu",
317 "role": "Developer"
318 }
319 ],
320 "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.",
321 "homepage": "http://www.minifier.org",
322 "keywords": [
323 "JS",
324 "css",
325 "javascript",
326 "minifier",
327 "minify"
328 ],
329 "support": {
330 "issues": "https://github.com/matthiasmullie/minify/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200331 "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100332 },
333 "funding": [
334 {
335 "url": "https://github.com/[user1",
336 "type": "github"
337 },
338 {
339 "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
340 "type": "github"
341 },
342 {
343 "url": "https://github.com/user2",
344 "type": "github"
345 }
346 ],
347 "install-path": "../matthiasmullie/minify"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100348 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100349 {
350 "name": "matthiasmullie/path-converter",
351 "version": "1.1.3",
352 "version_normalized": "1.1.3.0",
353 "source": {
354 "type": "git",
355 "url": "https://github.com/matthiasmullie/path-converter.git",
356 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
357 },
358 "dist": {
359 "type": "zip",
360 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
361 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
362 "shasum": ""
363 },
364 "require": {
365 "ext-pcre": "*",
366 "php": ">=5.3.0"
367 },
368 "require-dev": {
369 "phpunit/phpunit": "~4.8"
370 },
371 "time": "2019-02-05T23:41:09+00:00",
372 "type": "library",
373 "installation-source": "dist",
374 "autoload": {
375 "psr-4": {
376 "MatthiasMullie\\PathConverter\\": "src/"
377 }
378 },
379 "notification-url": "https://packagist.org/downloads/",
380 "license": [
381 "MIT"
382 ],
383 "authors": [
384 {
385 "name": "Matthias Mullie",
386 "email": "pathconverter@mullie.eu",
387 "homepage": "http://www.mullie.eu",
388 "role": "Developer"
389 }
390 ],
391 "description": "Relative path converter",
392 "homepage": "http://github.com/matthiasmullie/path-converter",
393 "keywords": [
394 "converter",
395 "path",
396 "paths",
397 "relative"
398 ],
399 "install-path": "../matthiasmullie/path-converter"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100400 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100401 {
402 "name": "mustangostang/spyc",
403 "version": "0.6.3",
404 "version_normalized": "0.6.3.0",
405 "source": {
406 "type": "git",
407 "url": "git@github.com:mustangostang/spyc.git",
408 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
409 },
410 "dist": {
411 "type": "zip",
412 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
413 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
414 "shasum": ""
415 },
416 "require": {
417 "php": ">=5.3.1"
418 },
419 "require-dev": {
420 "phpunit/phpunit": "4.3.*@dev"
421 },
422 "time": "2019-09-10T13:16:29+00:00",
423 "type": "library",
424 "extra": {
425 "branch-alias": {
426 "dev-master": "0.5.x-dev"
427 }
428 },
429 "installation-source": "dist",
430 "autoload": {
431 "files": [
432 "Spyc.php"
433 ]
434 },
435 "notification-url": "https://packagist.org/downloads/",
436 "license": [
437 "MIT"
438 ],
439 "authors": [
440 {
441 "name": "mustangostang",
442 "email": "vlad.andersen@gmail.com"
443 }
444 ],
445 "description": "A simple YAML loader/dumper class for PHP",
446 "homepage": "https://github.com/mustangostang/spyc/",
447 "keywords": [
448 "spyc",
449 "yaml",
450 "yml"
451 ],
452 "install-path": "../mustangostang/spyc"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100453 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100454 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200455 "name": "nesbot/carbon",
456 "version": "2.51.1",
457 "version_normalized": "2.51.1.0",
458 "source": {
459 "type": "git",
460 "url": "https://github.com/briannesbitt/Carbon.git",
461 "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922"
462 },
463 "dist": {
464 "type": "zip",
465 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
466 "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922",
467 "shasum": ""
468 },
469 "require": {
470 "ext-json": "*",
471 "php": "^7.1.8 || ^8.0",
472 "symfony/polyfill-mbstring": "^1.0",
473 "symfony/polyfill-php80": "^1.16",
474 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
475 },
476 "require-dev": {
477 "doctrine/orm": "^2.7",
478 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
479 "kylekatarnls/multi-tester": "^2.0",
480 "phpmd/phpmd": "^2.9",
481 "phpstan/extension-installer": "^1.0",
482 "phpstan/phpstan": "^0.12.54",
483 "phpunit/phpunit": "^7.5.20 || ^8.5.14",
484 "squizlabs/php_codesniffer": "^3.4"
485 },
486 "time": "2021-07-28T13:16:28+00:00",
487 "bin": [
488 "bin/carbon"
489 ],
490 "type": "library",
491 "extra": {
492 "branch-alias": {
493 "dev-3.x": "3.x-dev",
494 "dev-master": "2.x-dev"
495 },
496 "laravel": {
497 "providers": [
498 "Carbon\\Laravel\\ServiceProvider"
499 ]
500 },
501 "phpstan": {
502 "includes": [
503 "extension.neon"
504 ]
505 }
506 },
507 "installation-source": "dist",
508 "autoload": {
509 "psr-4": {
510 "Carbon\\": "src/Carbon/"
511 }
512 },
513 "notification-url": "https://packagist.org/downloads/",
514 "license": [
515 "MIT"
516 ],
517 "authors": [
518 {
519 "name": "Brian Nesbitt",
520 "email": "brian@nesbot.com",
521 "homepage": "https://markido.com"
522 },
523 {
524 "name": "kylekatarnls",
525 "homepage": "https://github.com/kylekatarnls"
526 }
527 ],
528 "description": "An API extension for DateTime that supports 281 different languages.",
529 "homepage": "https://carbon.nesbot.com",
530 "keywords": [
531 "date",
532 "datetime",
533 "time"
534 ],
535 "support": {
536 "issues": "https://github.com/briannesbitt/Carbon/issues",
537 "source": "https://github.com/briannesbitt/Carbon"
538 },
539 "funding": [
540 {
541 "url": "https://opencollective.com/Carbon",
542 "type": "open_collective"
543 },
544 {
545 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
546 "type": "tidelift"
547 }
548 ],
549 "install-path": "../nesbot/carbon"
550 },
551 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100552 "name": "paragonie/random_compat",
553 "version": "v9.99.100",
554 "version_normalized": "9.99.100.0",
555 "source": {
556 "type": "git",
557 "url": "https://github.com/paragonie/random_compat.git",
558 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
559 },
560 "dist": {
561 "type": "zip",
562 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
563 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
564 "shasum": ""
565 },
566 "require": {
567 "php": ">= 7"
568 },
569 "require-dev": {
570 "phpunit/phpunit": "4.*|5.*",
571 "vimeo/psalm": "^1"
572 },
573 "suggest": {
574 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
575 },
576 "time": "2020-10-15T08:29:30+00:00",
577 "type": "library",
578 "installation-source": "dist",
579 "notification-url": "https://packagist.org/downloads/",
580 "license": [
581 "MIT"
582 ],
583 "authors": [
584 {
585 "name": "Paragon Initiative Enterprises",
586 "email": "security@paragonie.com",
587 "homepage": "https://paragonie.com"
588 }
589 ],
590 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
591 "keywords": [
592 "csprng",
593 "polyfill",
594 "pseudorandom",
595 "random"
596 ],
597 "support": {
598 "email": "info@paragonie.com",
599 "issues": "https://github.com/paragonie/random_compat/issues",
600 "source": "https://github.com/paragonie/random_compat"
601 },
602 "install-path": "../paragonie/random_compat"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100603 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100604 {
605 "name": "php-mime-mail-parser/php-mime-mail-parser",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200606 "version": "7.0.0",
607 "version_normalized": "7.0.0.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100608 "source": {
609 "type": "git",
610 "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200611 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100612 },
613 "dist": {
614 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200615 "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d",
616 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100617 "shasum": ""
618 },
619 "require": {
620 "ext-mailparse": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200621 "php": "^7.2|^8.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100622 },
623 "replace": {
624 "exorus/php-mime-mail-parser": "*",
625 "messaged/php-mime-mail-parser": "*"
626 },
627 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200628 "php-coveralls/php-coveralls": "^2.2",
629 "phpunit/phpunit": "^8.0",
630 "squizlabs/php_codesniffer": "^3.5"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100631 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200632 "time": "2021-02-25T17:21:57+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100633 "type": "library",
634 "installation-source": "dist",
635 "autoload": {
636 "psr-4": {
637 "PhpMimeMailParser\\": "src/"
638 }
639 },
640 "notification-url": "https://packagist.org/downloads/",
641 "license": [
642 "MIT"
643 ],
644 "authors": [
645 {
646 "name": "eXorus",
647 "email": "exorus.spam@gmail.com",
648 "homepage": "https://github.com/eXorus/",
649 "role": "Developer"
650 },
651 {
652 "name": "M.Valinskis",
653 "email": "M.Valins@gmail.com",
654 "homepage": "https://code.google.com/p/php-mime-mail-parser",
655 "role": "Developer"
656 },
657 {
658 "name": "eugene.emmett.wood",
659 "email": "gene_w@cementhorizon.com",
660 "homepage": "https://code.google.com/p/php-mime-mail-parser",
661 "role": "Developer"
662 },
663 {
664 "name": "alknetso",
665 "email": "alkne@gmail.com",
666 "homepage": "https://code.google.com/p/php-mime-mail-parser",
667 "role": "Developer"
668 },
669 {
670 "name": "bucabay",
671 "email": "gabe@fijiwebdesign.com",
672 "homepage": "http://www.fijiwebdesign.com",
673 "role": "Developer"
674 }
675 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200676 "description": "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100677 "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
678 "keywords": [
679 "MimeMailParser",
680 "mail",
681 "mailparse",
682 "mime",
683 "parser",
684 "php"
685 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200686 "support": {
687 "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
688 "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
689 },
690 "funding": [
691 {
692 "url": "https://github.com/eXorus",
693 "type": "github"
694 }
695 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100696 "install-path": "../php-mime-mail-parser/php-mime-mail-parser"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100697 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100698 {
699 "name": "phpmailer/phpmailer",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200700 "version": "v6.5.0",
701 "version_normalized": "6.5.0.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100702 "source": {
703 "type": "git",
704 "url": "https://github.com/PHPMailer/PHPMailer.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200705 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100706 },
707 "dist": {
708 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200709 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c",
710 "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100711 "shasum": ""
712 },
713 "require": {
714 "ext-ctype": "*",
715 "ext-filter": "*",
716 "ext-hash": "*",
717 "php": ">=5.5.0"
718 },
719 "require-dev": {
720 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
721 "doctrine/annotations": "^1.2",
722 "phpcompatibility/php-compatibility": "^9.3.5",
723 "roave/security-advisories": "dev-latest",
724 "squizlabs/php_codesniffer": "^3.5.6",
725 "yoast/phpunit-polyfills": "^0.2.0"
726 },
727 "suggest": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200728 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100729 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
730 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
731 "psr/log": "For optional PSR-3 debug logging",
732 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
733 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
734 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200735 "time": "2021-06-16T14:33:43+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100736 "type": "library",
737 "installation-source": "dist",
738 "autoload": {
739 "psr-4": {
740 "PHPMailer\\PHPMailer\\": "src/"
741 }
742 },
743 "notification-url": "https://packagist.org/downloads/",
744 "license": [
745 "LGPL-2.1-only"
746 ],
747 "authors": [
748 {
749 "name": "Marcus Bointon",
750 "email": "phpmailer@synchromedia.co.uk"
751 },
752 {
753 "name": "Jim Jagielski",
754 "email": "jimjag@gmail.com"
755 },
756 {
757 "name": "Andy Prevost",
758 "email": "codeworxtech@users.sourceforge.net"
759 },
760 {
761 "name": "Brent R. Matzelle"
762 }
763 ],
764 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
765 "support": {
766 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200767 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100768 },
769 "funding": [
770 {
771 "url": "https://github.com/Synchro",
772 "type": "github"
773 }
774 ],
775 "install-path": "../phpmailer/phpmailer"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100776 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100777 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200778 "name": "psr/container",
779 "version": "1.1.1",
780 "version_normalized": "1.1.1.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100781 "source": {
782 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200783 "url": "https://github.com/php-fig/container.git",
784 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100785 },
786 "dist": {
787 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200788 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
789 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
790 "shasum": ""
791 },
792 "require": {
793 "php": ">=7.2.0"
794 },
795 "time": "2021-03-05T17:36:06+00:00",
796 "type": "library",
797 "installation-source": "dist",
798 "autoload": {
799 "psr-4": {
800 "Psr\\Container\\": "src/"
801 }
802 },
803 "notification-url": "https://packagist.org/downloads/",
804 "license": [
805 "MIT"
806 ],
807 "authors": [
808 {
809 "name": "PHP-FIG",
810 "homepage": "https://www.php-fig.org/"
811 }
812 ],
813 "description": "Common Container Interface (PHP FIG PSR-11)",
814 "homepage": "https://github.com/php-fig/container",
815 "keywords": [
816 "PSR-11",
817 "container",
818 "container-interface",
819 "container-interop",
820 "psr"
821 ],
822 "support": {
823 "issues": "https://github.com/php-fig/container/issues",
824 "source": "https://github.com/php-fig/container/tree/1.1.1"
825 },
826 "install-path": "../psr/container"
827 },
828 {
829 "name": "psr/log",
830 "version": "1.1.4",
831 "version_normalized": "1.1.4.0",
832 "source": {
833 "type": "git",
834 "url": "https://github.com/php-fig/log.git",
835 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
836 },
837 "dist": {
838 "type": "zip",
839 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
840 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
841 "shasum": ""
842 },
843 "require": {
844 "php": ">=5.3.0"
845 },
846 "time": "2021-05-03T11:20:27+00:00",
847 "type": "library",
848 "extra": {
849 "branch-alias": {
850 "dev-master": "1.1.x-dev"
851 }
852 },
853 "installation-source": "dist",
854 "autoload": {
855 "psr-4": {
856 "Psr\\Log\\": "Psr/Log/"
857 }
858 },
859 "notification-url": "https://packagist.org/downloads/",
860 "license": [
861 "MIT"
862 ],
863 "authors": [
864 {
865 "name": "PHP-FIG",
866 "homepage": "https://www.php-fig.org/"
867 }
868 ],
869 "description": "Common interface for logging libraries",
870 "homepage": "https://github.com/php-fig/log",
871 "keywords": [
872 "log",
873 "psr",
874 "psr-3"
875 ],
876 "support": {
877 "source": "https://github.com/php-fig/log/tree/1.1.4"
878 },
879 "install-path": "../psr/log"
880 },
881 {
882 "name": "psr/simple-cache",
883 "version": "1.0.1",
884 "version_normalized": "1.0.1.0",
885 "source": {
886 "type": "git",
887 "url": "https://github.com/php-fig/simple-cache.git",
888 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
889 },
890 "dist": {
891 "type": "zip",
892 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
893 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
894 "shasum": ""
895 },
896 "require": {
897 "php": ">=5.3.0"
898 },
899 "time": "2017-10-23T01:57:42+00:00",
900 "type": "library",
901 "extra": {
902 "branch-alias": {
903 "dev-master": "1.0.x-dev"
904 }
905 },
906 "installation-source": "dist",
907 "autoload": {
908 "psr-4": {
909 "Psr\\SimpleCache\\": "src/"
910 }
911 },
912 "notification-url": "https://packagist.org/downloads/",
913 "license": [
914 "MIT"
915 ],
916 "authors": [
917 {
918 "name": "PHP-FIG",
919 "homepage": "http://www.php-fig.org/"
920 }
921 ],
922 "description": "Common interfaces for simple caching",
923 "keywords": [
924 "cache",
925 "caching",
926 "psr",
927 "psr-16",
928 "simple-cache"
929 ],
930 "support": {
931 "source": "https://github.com/php-fig/simple-cache/tree/master"
932 },
933 "install-path": "../psr/simple-cache"
934 },
935 {
936 "name": "robthree/twofactorauth",
937 "version": "1.8.0",
938 "version_normalized": "1.8.0.0",
939 "source": {
940 "type": "git",
941 "url": "https://github.com/RobThree/TwoFactorAuth.git",
942 "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c"
943 },
944 "dist": {
945 "type": "zip",
946 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/30a38627ae1e7c9399dae67e265063cd6ec5276c",
947 "reference": "30a38627ae1e7c9399dae67e265063cd6ec5276c",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100948 "shasum": ""
949 },
950 "require": {
951 "php": ">=5.6.0"
952 },
953 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200954 "php-parallel-lint/php-parallel-lint": "^1.2",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100955 "phpunit/phpunit": "@stable"
956 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200957 "suggest": {
958 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
959 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
960 },
961 "time": "2021-03-09T18:24:05+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100962 "type": "library",
963 "installation-source": "dist",
964 "autoload": {
965 "psr-4": {
966 "RobThree\\Auth\\": "lib"
967 }
968 },
969 "notification-url": "https://packagist.org/downloads/",
970 "license": [
971 "MIT"
972 ],
973 "authors": [
974 {
975 "name": "Rob Janssen",
976 "homepage": "http://robiii.me",
977 "role": "Developer"
978 }
979 ],
980 "description": "Two Factor Authentication",
981 "homepage": "https://github.com/RobThree/TwoFactorAuth",
982 "keywords": [
983 "Authentication",
984 "MFA",
985 "Multi Factor Authentication",
986 "Two Factor Authentication",
987 "authenticator",
988 "authy",
989 "php",
990 "tfa"
991 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200992 "support": {
993 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
994 "source": "https://github.com/RobThree/TwoFactorAuth"
995 },
996 "funding": [
997 {
998 "url": "https://paypal.me/robiii",
999 "type": "custom"
1000 },
1001 {
1002 "url": "https://github.com/RobThree",
1003 "type": "github"
1004 }
1005 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001006 "install-path": "../robthree/twofactorauth"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001007 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001008 {
1009 "name": "soundasleep/html2text",
1010 "version": "0.5.0",
1011 "version_normalized": "0.5.0.0",
1012 "source": {
1013 "type": "git",
1014 "url": "https://github.com/soundasleep/html2text.git",
1015 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
1016 },
1017 "dist": {
1018 "type": "zip",
1019 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
1020 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
1021 "shasum": ""
1022 },
1023 "require": {
1024 "ext-dom": "*",
1025 "ext-libxml": "*",
1026 "php": ">=5.3.2"
1027 },
1028 "require-dev": {
1029 "phpunit/phpunit": ">=4.0",
1030 "soundasleep/component-tests": "dev-master"
1031 },
1032 "time": "2017-04-19T22:01:50+00:00",
1033 "type": "library",
1034 "installation-source": "dist",
1035 "autoload": {
1036 "psr-4": {
1037 "Html2Text\\": "src"
1038 }
1039 },
1040 "notification-url": "https://packagist.org/downloads/",
1041 "license": [
1042 "EPL-1.0"
1043 ],
1044 "authors": [
1045 {
1046 "name": "Jevon Wright",
1047 "homepage": "https://jevon.org",
1048 "role": "Developer"
1049 }
1050 ],
1051 "description": "A PHP script to convert HTML into a plain text format",
1052 "homepage": "https://github.com/soundasleep/html2text",
1053 "keywords": [
1054 "email",
1055 "html",
1056 "php",
1057 "text"
1058 ],
1059 "install-path": "../soundasleep/html2text"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001060 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001061 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001062 "name": "symfony/deprecation-contracts",
1063 "version": "v2.4.0",
1064 "version_normalized": "2.4.0.0",
1065 "source": {
1066 "type": "git",
1067 "url": "https://github.com/symfony/deprecation-contracts.git",
1068 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
1069 },
1070 "dist": {
1071 "type": "zip",
1072 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1073 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
1074 "shasum": ""
1075 },
1076 "require": {
1077 "php": ">=7.1"
1078 },
1079 "time": "2021-03-23T23:28:01+00:00",
1080 "type": "library",
1081 "extra": {
1082 "branch-alias": {
1083 "dev-main": "2.4-dev"
1084 },
1085 "thanks": {
1086 "name": "symfony/contracts",
1087 "url": "https://github.com/symfony/contracts"
1088 }
1089 },
1090 "installation-source": "dist",
1091 "autoload": {
1092 "files": [
1093 "function.php"
1094 ]
1095 },
1096 "notification-url": "https://packagist.org/downloads/",
1097 "license": [
1098 "MIT"
1099 ],
1100 "authors": [
1101 {
1102 "name": "Nicolas Grekas",
1103 "email": "p@tchwork.com"
1104 },
1105 {
1106 "name": "Symfony Community",
1107 "homepage": "https://symfony.com/contributors"
1108 }
1109 ],
1110 "description": "A generic function and convention to trigger deprecation notices",
1111 "homepage": "https://symfony.com",
1112 "support": {
1113 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
1114 },
1115 "funding": [
1116 {
1117 "url": "https://symfony.com/sponsor",
1118 "type": "custom"
1119 },
1120 {
1121 "url": "https://github.com/fabpot",
1122 "type": "github"
1123 },
1124 {
1125 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1126 "type": "tidelift"
1127 }
1128 ],
1129 "install-path": "../symfony/deprecation-contracts"
1130 },
1131 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001132 "name": "symfony/polyfill-ctype",
1133 "version": "v1.23.0",
1134 "version_normalized": "1.23.0.0",
1135 "source": {
1136 "type": "git",
1137 "url": "https://github.com/symfony/polyfill-ctype.git",
1138 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
1139 },
1140 "dist": {
1141 "type": "zip",
1142 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
1143 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
1144 "shasum": ""
1145 },
1146 "require": {
1147 "php": ">=7.1"
1148 },
1149 "suggest": {
1150 "ext-ctype": "For best performance"
1151 },
1152 "time": "2021-02-19T12:13:01+00:00",
1153 "type": "library",
1154 "extra": {
1155 "branch-alias": {
1156 "dev-main": "1.23-dev"
1157 },
1158 "thanks": {
1159 "name": "symfony/polyfill",
1160 "url": "https://github.com/symfony/polyfill"
1161 }
1162 },
1163 "installation-source": "dist",
1164 "autoload": {
1165 "psr-4": {
1166 "Symfony\\Polyfill\\Ctype\\": ""
1167 },
1168 "files": [
1169 "bootstrap.php"
1170 ]
1171 },
1172 "notification-url": "https://packagist.org/downloads/",
1173 "license": [
1174 "MIT"
1175 ],
1176 "authors": [
1177 {
1178 "name": "Gert de Pagter",
1179 "email": "BackEndTea@gmail.com"
1180 },
1181 {
1182 "name": "Symfony Community",
1183 "homepage": "https://symfony.com/contributors"
1184 }
1185 ],
1186 "description": "Symfony polyfill for ctype functions",
1187 "homepage": "https://symfony.com",
1188 "keywords": [
1189 "compatibility",
1190 "ctype",
1191 "polyfill",
1192 "portable"
1193 ],
1194 "support": {
1195 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
1196 },
1197 "funding": [
1198 {
1199 "url": "https://symfony.com/sponsor",
1200 "type": "custom"
1201 },
1202 {
1203 "url": "https://github.com/fabpot",
1204 "type": "github"
1205 },
1206 {
1207 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1208 "type": "tidelift"
1209 }
1210 ],
1211 "install-path": "../symfony/polyfill-ctype"
1212 },
1213 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001214 "name": "symfony/polyfill-mbstring",
1215 "version": "v1.23.1",
1216 "version_normalized": "1.23.1.0",
1217 "source": {
1218 "type": "git",
1219 "url": "https://github.com/symfony/polyfill-mbstring.git",
1220 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
1221 },
1222 "dist": {
1223 "type": "zip",
1224 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
1225 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
1226 "shasum": ""
1227 },
1228 "require": {
1229 "php": ">=7.1"
1230 },
1231 "suggest": {
1232 "ext-mbstring": "For best performance"
1233 },
1234 "time": "2021-05-27T12:26:48+00:00",
1235 "type": "library",
1236 "extra": {
1237 "branch-alias": {
1238 "dev-main": "1.23-dev"
1239 },
1240 "thanks": {
1241 "name": "symfony/polyfill",
1242 "url": "https://github.com/symfony/polyfill"
1243 }
1244 },
1245 "installation-source": "dist",
1246 "autoload": {
1247 "psr-4": {
1248 "Symfony\\Polyfill\\Mbstring\\": ""
1249 },
1250 "files": [
1251 "bootstrap.php"
1252 ]
1253 },
1254 "notification-url": "https://packagist.org/downloads/",
1255 "license": [
1256 "MIT"
1257 ],
1258 "authors": [
1259 {
1260 "name": "Nicolas Grekas",
1261 "email": "p@tchwork.com"
1262 },
1263 {
1264 "name": "Symfony Community",
1265 "homepage": "https://symfony.com/contributors"
1266 }
1267 ],
1268 "description": "Symfony polyfill for the Mbstring extension",
1269 "homepage": "https://symfony.com",
1270 "keywords": [
1271 "compatibility",
1272 "mbstring",
1273 "polyfill",
1274 "portable",
1275 "shim"
1276 ],
1277 "support": {
1278 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
1279 },
1280 "funding": [
1281 {
1282 "url": "https://symfony.com/sponsor",
1283 "type": "custom"
1284 },
1285 {
1286 "url": "https://github.com/fabpot",
1287 "type": "github"
1288 },
1289 {
1290 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1291 "type": "tidelift"
1292 }
1293 ],
1294 "install-path": "../symfony/polyfill-mbstring"
1295 },
1296 {
1297 "name": "symfony/polyfill-php80",
1298 "version": "v1.23.1",
1299 "version_normalized": "1.23.1.0",
1300 "source": {
1301 "type": "git",
1302 "url": "https://github.com/symfony/polyfill-php80.git",
1303 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
1304 },
1305 "dist": {
1306 "type": "zip",
1307 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
1308 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
1309 "shasum": ""
1310 },
1311 "require": {
1312 "php": ">=7.1"
1313 },
1314 "time": "2021-07-28T13:41:28+00:00",
1315 "type": "library",
1316 "extra": {
1317 "branch-alias": {
1318 "dev-main": "1.23-dev"
1319 },
1320 "thanks": {
1321 "name": "symfony/polyfill",
1322 "url": "https://github.com/symfony/polyfill"
1323 }
1324 },
1325 "installation-source": "dist",
1326 "autoload": {
1327 "psr-4": {
1328 "Symfony\\Polyfill\\Php80\\": ""
1329 },
1330 "files": [
1331 "bootstrap.php"
1332 ],
1333 "classmap": [
1334 "Resources/stubs"
1335 ]
1336 },
1337 "notification-url": "https://packagist.org/downloads/",
1338 "license": [
1339 "MIT"
1340 ],
1341 "authors": [
1342 {
1343 "name": "Ion Bazan",
1344 "email": "ion.bazan@gmail.com"
1345 },
1346 {
1347 "name": "Nicolas Grekas",
1348 "email": "p@tchwork.com"
1349 },
1350 {
1351 "name": "Symfony Community",
1352 "homepage": "https://symfony.com/contributors"
1353 }
1354 ],
1355 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1356 "homepage": "https://symfony.com",
1357 "keywords": [
1358 "compatibility",
1359 "polyfill",
1360 "portable",
1361 "shim"
1362 ],
1363 "support": {
1364 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
1365 },
1366 "funding": [
1367 {
1368 "url": "https://symfony.com/sponsor",
1369 "type": "custom"
1370 },
1371 {
1372 "url": "https://github.com/fabpot",
1373 "type": "github"
1374 },
1375 {
1376 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1377 "type": "tidelift"
1378 }
1379 ],
1380 "install-path": "../symfony/polyfill-php80"
1381 },
1382 {
1383 "name": "symfony/translation",
1384 "version": "v5.3.4",
1385 "version_normalized": "5.3.4.0",
1386 "source": {
1387 "type": "git",
1388 "url": "https://github.com/symfony/translation.git",
1389 "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1"
1390 },
1391 "dist": {
1392 "type": "zip",
1393 "url": "https://api.github.com/repos/symfony/translation/zipball/d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
1394 "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1",
1395 "shasum": ""
1396 },
1397 "require": {
1398 "php": ">=7.2.5",
1399 "symfony/deprecation-contracts": "^2.1",
1400 "symfony/polyfill-mbstring": "~1.0",
1401 "symfony/polyfill-php80": "^1.16",
1402 "symfony/translation-contracts": "^2.3"
1403 },
1404 "conflict": {
1405 "symfony/config": "<4.4",
1406 "symfony/dependency-injection": "<5.0",
1407 "symfony/http-kernel": "<5.0",
1408 "symfony/twig-bundle": "<5.0",
1409 "symfony/yaml": "<4.4"
1410 },
1411 "provide": {
1412 "symfony/translation-implementation": "2.3"
1413 },
1414 "require-dev": {
1415 "psr/log": "^1|^2|^3",
1416 "symfony/config": "^4.4|^5.0",
1417 "symfony/console": "^4.4|^5.0",
1418 "symfony/dependency-injection": "^5.0",
1419 "symfony/finder": "^4.4|^5.0",
1420 "symfony/http-kernel": "^5.0",
1421 "symfony/intl": "^4.4|^5.0",
1422 "symfony/polyfill-intl-icu": "^1.21",
1423 "symfony/service-contracts": "^1.1.2|^2",
1424 "symfony/yaml": "^4.4|^5.0"
1425 },
1426 "suggest": {
1427 "psr/log-implementation": "To use logging capability in translator",
1428 "symfony/config": "",
1429 "symfony/yaml": ""
1430 },
1431 "time": "2021-07-25T09:39:16+00:00",
1432 "type": "library",
1433 "installation-source": "dist",
1434 "autoload": {
1435 "files": [
1436 "Resources/functions.php"
1437 ],
1438 "psr-4": {
1439 "Symfony\\Component\\Translation\\": ""
1440 },
1441 "exclude-from-classmap": [
1442 "/Tests/"
1443 ]
1444 },
1445 "notification-url": "https://packagist.org/downloads/",
1446 "license": [
1447 "MIT"
1448 ],
1449 "authors": [
1450 {
1451 "name": "Fabien Potencier",
1452 "email": "fabien@symfony.com"
1453 },
1454 {
1455 "name": "Symfony Community",
1456 "homepage": "https://symfony.com/contributors"
1457 }
1458 ],
1459 "description": "Provides tools to internationalize your application",
1460 "homepage": "https://symfony.com",
1461 "support": {
1462 "source": "https://github.com/symfony/translation/tree/v5.3.4"
1463 },
1464 "funding": [
1465 {
1466 "url": "https://symfony.com/sponsor",
1467 "type": "custom"
1468 },
1469 {
1470 "url": "https://github.com/fabpot",
1471 "type": "github"
1472 },
1473 {
1474 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1475 "type": "tidelift"
1476 }
1477 ],
1478 "install-path": "../symfony/translation"
1479 },
1480 {
1481 "name": "symfony/translation-contracts",
1482 "version": "v2.4.0",
1483 "version_normalized": "2.4.0.0",
1484 "source": {
1485 "type": "git",
1486 "url": "https://github.com/symfony/translation-contracts.git",
1487 "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
1488 },
1489 "dist": {
1490 "type": "zip",
1491 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
1492 "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
1493 "shasum": ""
1494 },
1495 "require": {
1496 "php": ">=7.2.5"
1497 },
1498 "suggest": {
1499 "symfony/translation-implementation": ""
1500 },
1501 "time": "2021-03-23T23:28:01+00:00",
1502 "type": "library",
1503 "extra": {
1504 "branch-alias": {
1505 "dev-main": "2.4-dev"
1506 },
1507 "thanks": {
1508 "name": "symfony/contracts",
1509 "url": "https://github.com/symfony/contracts"
1510 }
1511 },
1512 "installation-source": "dist",
1513 "autoload": {
1514 "psr-4": {
1515 "Symfony\\Contracts\\Translation\\": ""
1516 }
1517 },
1518 "notification-url": "https://packagist.org/downloads/",
1519 "license": [
1520 "MIT"
1521 ],
1522 "authors": [
1523 {
1524 "name": "Nicolas Grekas",
1525 "email": "p@tchwork.com"
1526 },
1527 {
1528 "name": "Symfony Community",
1529 "homepage": "https://symfony.com/contributors"
1530 }
1531 ],
1532 "description": "Generic abstractions related to translation",
1533 "homepage": "https://symfony.com",
1534 "keywords": [
1535 "abstractions",
1536 "contracts",
1537 "decoupling",
1538 "interfaces",
1539 "interoperability",
1540 "standards"
1541 ],
1542 "support": {
1543 "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
1544 },
1545 "funding": [
1546 {
1547 "url": "https://symfony.com/sponsor",
1548 "type": "custom"
1549 },
1550 {
1551 "url": "https://github.com/fabpot",
1552 "type": "github"
1553 },
1554 {
1555 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1556 "type": "tidelift"
1557 }
1558 ],
1559 "install-path": "../symfony/translation-contracts"
1560 },
1561 {
1562 "name": "symfony/var-dumper",
1563 "version": "v5.3.6",
1564 "version_normalized": "5.3.6.0",
1565 "source": {
1566 "type": "git",
1567 "url": "https://github.com/symfony/var-dumper.git",
1568 "reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0"
1569 },
1570 "dist": {
1571 "type": "zip",
1572 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
1573 "reference": "3dd8ddd1e260e58ecc61bb78da3b6584b3bfcba0",
1574 "shasum": ""
1575 },
1576 "require": {
1577 "php": ">=7.2.5",
1578 "symfony/polyfill-mbstring": "~1.0",
1579 "symfony/polyfill-php80": "^1.16"
1580 },
1581 "conflict": {
1582 "phpunit/phpunit": "<5.4.3",
1583 "symfony/console": "<4.4"
1584 },
1585 "require-dev": {
1586 "ext-iconv": "*",
1587 "symfony/console": "^4.4|^5.0",
1588 "symfony/process": "^4.4|^5.0",
1589 "twig/twig": "^2.13|^3.0.4"
1590 },
1591 "suggest": {
1592 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1593 "ext-intl": "To show region name in time zone dump",
1594 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1595 },
1596 "time": "2021-07-27T01:56:02+00:00",
1597 "bin": [
1598 "Resources/bin/var-dump-server"
1599 ],
1600 "type": "library",
1601 "installation-source": "dist",
1602 "autoload": {
1603 "files": [
1604 "Resources/functions/dump.php"
1605 ],
1606 "psr-4": {
1607 "Symfony\\Component\\VarDumper\\": ""
1608 },
1609 "exclude-from-classmap": [
1610 "/Tests/"
1611 ]
1612 },
1613 "notification-url": "https://packagist.org/downloads/",
1614 "license": [
1615 "MIT"
1616 ],
1617 "authors": [
1618 {
1619 "name": "Nicolas Grekas",
1620 "email": "p@tchwork.com"
1621 },
1622 {
1623 "name": "Symfony Community",
1624 "homepage": "https://symfony.com/contributors"
1625 }
1626 ],
1627 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
1628 "homepage": "https://symfony.com",
1629 "keywords": [
1630 "debug",
1631 "dump"
1632 ],
1633 "support": {
1634 "source": "https://github.com/symfony/var-dumper/tree/v5.3.6"
1635 },
1636 "funding": [
1637 {
1638 "url": "https://symfony.com/sponsor",
1639 "type": "custom"
1640 },
1641 {
1642 "url": "https://github.com/fabpot",
1643 "type": "github"
1644 },
1645 {
1646 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1647 "type": "tidelift"
1648 }
1649 ],
1650 "install-path": "../symfony/var-dumper"
1651 },
1652 {
1653 "name": "tightenco/collect",
1654 "version": "v8.34.0",
1655 "version_normalized": "8.34.0.0",
1656 "source": {
1657 "type": "git",
1658 "url": "https://github.com/tighten/collect.git",
1659 "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2"
1660 },
1661 "dist": {
1662 "type": "zip",
1663 "url": "https://api.github.com/repos/tighten/collect/zipball/b069783ab0c547bb894ebcf8e7f6024bb401f9d2",
1664 "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2",
1665 "shasum": ""
1666 },
1667 "require": {
1668 "php": "^7.2|^8.0",
1669 "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
1670 },
1671 "require-dev": {
1672 "mockery/mockery": "^1.0",
1673 "nesbot/carbon": "^2.23.0",
1674 "phpunit/phpunit": "^8.3"
1675 },
1676 "time": "2021-03-29T21:29:00+00:00",
1677 "type": "library",
1678 "installation-source": "dist",
1679 "autoload": {
1680 "files": [
1681 "src/Collect/Support/helpers.php",
1682 "src/Collect/Support/alias.php"
1683 ],
1684 "psr-4": {
1685 "Tightenco\\Collect\\": "src/Collect"
1686 }
1687 },
1688 "notification-url": "https://packagist.org/downloads/",
1689 "license": [
1690 "MIT"
1691 ],
1692 "authors": [
1693 {
1694 "name": "Taylor Otwell",
1695 "email": "taylorotwell@gmail.com"
1696 }
1697 ],
1698 "description": "Collect - Illuminate Collections as a separate package.",
1699 "keywords": [
1700 "collection",
1701 "laravel"
1702 ],
1703 "support": {
1704 "issues": "https://github.com/tighten/collect/issues",
1705 "source": "https://github.com/tighten/collect/tree/v8.34.0"
1706 },
1707 "install-path": "../tightenco/collect"
1708 },
1709 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001710 "name": "twig/twig",
1711 "version": "v3.3.2",
1712 "version_normalized": "3.3.2.0",
1713 "source": {
1714 "type": "git",
1715 "url": "https://github.com/twigphp/Twig.git",
1716 "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790"
1717 },
1718 "dist": {
1719 "type": "zip",
1720 "url": "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790",
1721 "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790",
1722 "shasum": ""
1723 },
1724 "require": {
1725 "php": ">=7.2.5",
1726 "symfony/polyfill-ctype": "^1.8",
1727 "symfony/polyfill-mbstring": "^1.3"
1728 },
1729 "require-dev": {
1730 "psr/container": "^1.0",
1731 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
1732 },
1733 "time": "2021-05-16T12:14:13+00:00",
1734 "type": "library",
1735 "extra": {
1736 "branch-alias": {
1737 "dev-master": "3.3-dev"
1738 }
1739 },
1740 "installation-source": "dist",
1741 "autoload": {
1742 "psr-4": {
1743 "Twig\\": "src/"
1744 }
1745 },
1746 "notification-url": "https://packagist.org/downloads/",
1747 "license": [
1748 "BSD-3-Clause"
1749 ],
1750 "authors": [
1751 {
1752 "name": "Fabien Potencier",
1753 "email": "fabien@symfony.com",
1754 "homepage": "http://fabien.potencier.org",
1755 "role": "Lead Developer"
1756 },
1757 {
1758 "name": "Twig Team",
1759 "role": "Contributors"
1760 },
1761 {
1762 "name": "Armin Ronacher",
1763 "email": "armin.ronacher@active-4.com",
1764 "role": "Project Founder"
1765 }
1766 ],
1767 "description": "Twig, the flexible, fast, and secure template language for PHP",
1768 "homepage": "https://twig.symfony.com",
1769 "keywords": [
1770 "templating"
1771 ],
1772 "support": {
1773 "issues": "https://github.com/twigphp/Twig/issues",
1774 "source": "https://github.com/twigphp/Twig/tree/v3.3.2"
1775 },
1776 "funding": [
1777 {
1778 "url": "https://github.com/fabpot",
1779 "type": "github"
1780 },
1781 {
1782 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
1783 "type": "tidelift"
1784 }
1785 ],
1786 "install-path": "../twig/twig"
1787 },
1788 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001789 "name": "yubico/u2flib-server",
1790 "version": "1.0.2",
1791 "version_normalized": "1.0.2.0",
1792 "source": {
1793 "type": "git",
1794 "url": "https://github.com/Yubico/php-u2flib-server.git",
1795 "reference": "55d813acf68212ad2cadecde07551600d6971939"
1796 },
1797 "dist": {
1798 "type": "zip",
1799 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
1800 "reference": "55d813acf68212ad2cadecde07551600d6971939",
1801 "shasum": ""
1802 },
1803 "require": {
1804 "ext-openssl": "*",
1805 "paragonie/random_compat": ">= 1",
1806 "php": ">=5.6"
1807 },
1808 "require-dev": {
1809 "phpunit/phpunit": "~5.7",
1810 "vimeo/psalm": "^0|^1|^2"
1811 },
1812 "time": "2018-09-07T08:16:44+00:00",
1813 "type": "library",
1814 "installation-source": "dist",
1815 "autoload": {
1816 "classmap": [
1817 "src/"
1818 ]
1819 },
1820 "notification-url": "https://packagist.org/downloads/",
1821 "license": [
1822 "BSD-2-Clause"
1823 ],
1824 "description": "Library for U2F implementation",
1825 "homepage": "https://developers.yubico.com/php-u2flib-server",
1826 "install-path": "../yubico/u2flib-server"
1827 }
1828 ],
1829 "dev": true,
1830 "dev-package-names": []
1831}