blob: 75853537513df191ca95111ac361ef0887c25261 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001{
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01007 "content-hash": "139c1e5dec323144cd778ce80fd1847e",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01008 "packages": [
9 {
10 "name": "bshaffer/oauth2-server-php",
11 "version": "v1.11.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/bshaffer/oauth2-server-php.git",
15 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/5a0c8000d4763b276919e2106f54eddda6bc50fa",
20 "reference": "5a0c8000d4763b276919e2106f54eddda6bc50fa",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.3.9"
25 },
26 "require-dev": {
27 "aws/aws-sdk-php": "~2.8",
28 "firebase/php-jwt": "~2.2",
29 "mongodb/mongodb": "^1.1",
30 "phpunit/phpunit": "^4.0",
31 "predis/predis": "dev-master",
32 "thobbs/phpcassa": "dev-master"
33 },
34 "suggest": {
35 "aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
36 "firebase/php-jwt": "~2.2 is required to use JWT features",
37 "mongodb/mongodb": "^1.1 is required to use MongoDB storage",
38 "predis/predis": "Required to use Redis storage",
39 "thobbs/phpcassa": "Required to use Cassandra storage"
40 },
41 "type": "library",
42 "autoload": {
43 "psr-0": {
44 "OAuth2": "src/"
45 }
46 },
47 "notification-url": "https://packagist.org/downloads/",
48 "license": [
49 "MIT"
50 ],
51 "authors": [
52 {
53 "name": "Brent Shaffer",
54 "email": "bshafs@gmail.com",
55 "homepage": "http://brentertainment.com"
56 }
57 ],
58 "description": "OAuth2 Server for PHP",
59 "homepage": "http://github.com/bshaffer/oauth2-server-php",
60 "keywords": [
61 "auth",
62 "oauth",
63 "oauth2"
64 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +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 Benkard1ba53812022-12-27 17:32:58 +010073 "version": "1.13.1",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010074 "source": {
75 "type": "git",
76 "url": "https://github.com/ddeboer/imap.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010077 "reference": "8b772d04b1deadb5df13782fb78c4b648f77496e"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010078 },
79 "dist": {
80 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010081 "url": "https://api.github.com/repos/ddeboer/imap/zipball/8b772d04b1deadb5df13782fb78c4b648f77496e",
82 "reference": "8b772d04b1deadb5df13782fb78c4b648f77496e",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010083 "shasum": ""
84 },
85 "require": {
86 "ext-iconv": "*",
87 "ext-imap": "*",
88 "ext-mbstring": "*",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010089 "php": "^8.0.1"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010090 },
91 "require-dev": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010092 "friendsofphp/php-cs-fixer": "^v3.4.0",
93 "laminas/laminas-mail": "^2.15.1",
94 "malukenho/mcbumpface": "^1.1.5",
95 "phpstan/phpstan": "^1.3.3",
96 "phpstan/phpstan-phpunit": "^1.0.0",
97 "phpstan/phpstan-strict-rules": "^1.1.0",
98 "phpunit/phpunit": "^9.5.11"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010099 },
100 "type": "library",
101 "autoload": {
102 "psr-4": {
103 "Ddeboer\\Imap\\": "src/"
104 }
105 },
106 "notification-url": "https://packagist.org/downloads/",
107 "license": [
108 "MIT"
109 ],
110 "authors": [
111 {
112 "name": "David de Boer",
113 "email": "david@ddeboer.nl"
114 },
115 {
116 "name": "Filippo Tessarotto",
117 "email": "zoeslam@gmail.com"
118 },
119 {
120 "name": "Community contributors",
121 "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
122 }
123 ],
124 "description": "Object-oriented IMAP for PHP",
125 "keywords": [
126 "email",
127 "imap",
128 "mail"
129 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100130 "support": {
131 "issues": "https://github.com/ddeboer/imap/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100132 "source": "https://github.com/ddeboer/imap/tree/1.13.1"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100133 },
134 "funding": [
135 {
136 "url": "https://github.com/Slamdunk",
137 "type": "github"
138 },
139 {
140 "url": "https://github.com/ddeboer",
141 "type": "github"
142 }
143 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100144 "time": "2022-01-10T10:53:05+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100145 },
146 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200147 "name": "directorytree/ldaprecord",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100148 "version": "v2.10.1",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100149 "source": {
150 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200151 "url": "https://github.com/DirectoryTree/LdapRecord.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100152 "reference": "bf512d9af7a7b0e2ed7a666ab29cefdd027bee88"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100153 },
154 "dist": {
155 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100156 "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/bf512d9af7a7b0e2ed7a666ab29cefdd027bee88",
157 "reference": "bf512d9af7a7b0e2ed7a666ab29cefdd027bee88",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200158 "shasum": ""
159 },
160 "require": {
161 "ext-json": "*",
162 "ext-ldap": "*",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100163 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200164 "nesbot/carbon": "^1.0|^2.0",
165 "php": ">=7.3",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100166 "psr/log": "*",
167 "psr/simple-cache": "^1.0|^2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200168 "tightenco/collect": "^5.6|^6.0|^7.0|^8.0"
169 },
170 "require-dev": {
171 "mockery/mockery": "^1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100172 "phpunit/phpunit": "^9.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200173 "spatie/ray": "^1.24"
174 },
175 "type": "library",
176 "autoload": {
177 "psr-4": {
178 "LdapRecord\\": "src/"
179 }
180 },
181 "notification-url": "https://packagist.org/downloads/",
182 "license": [
183 "MIT"
184 ],
185 "authors": [
186 {
187 "name": "Steve Bauman",
188 "email": "steven_bauman@outlook.com",
189 "role": "Developer"
190 }
191 ],
192 "description": "A fully-featured LDAP ORM.",
193 "homepage": "https://www.ldaprecord.com",
194 "keywords": [
195 "active directory",
196 "ad",
197 "adLDAP",
198 "adldap2",
199 "directory",
200 "ldap",
201 "ldaprecord",
202 "orm",
203 "windows"
204 ],
205 "support": {
206 "docs": "https://ldaprecord.com",
207 "email": "steven_bauman@outlook.com",
208 "issues": "https://github.com/DirectoryTree/LdapRecord/issues",
209 "source": "https://github.com/DirectoryTree/LdapRecord"
210 },
211 "funding": [
212 {
213 "url": "https://github.com/stevebauman",
214 "type": "github"
215 }
216 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100217 "time": "2022-02-25T16:00:51+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200218 },
219 {
220 "name": "illuminate/contracts",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100221 "version": "v9.3.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200222 "source": {
223 "type": "git",
224 "url": "https://github.com/illuminate/contracts.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100225 "reference": "bf4b3c254c49d28157645d01e4883b5951b1e1d0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200226 },
227 "dist": {
228 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100229 "url": "https://api.github.com/repos/illuminate/contracts/zipball/bf4b3c254c49d28157645d01e4883b5951b1e1d0",
230 "reference": "bf4b3c254c49d28157645d01e4883b5951b1e1d0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200231 "shasum": ""
232 },
233 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100234 "php": "^8.0.2",
235 "psr/container": "^1.1.1|^2.0.1",
236 "psr/simple-cache": "^1.0|^2.0|^3.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200237 },
238 "type": "library",
239 "extra": {
240 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100241 "dev-master": "9.x-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200242 }
243 },
244 "autoload": {
245 "psr-4": {
246 "Illuminate\\Contracts\\": ""
247 }
248 },
249 "notification-url": "https://packagist.org/downloads/",
250 "license": [
251 "MIT"
252 ],
253 "authors": [
254 {
255 "name": "Taylor Otwell",
256 "email": "taylor@laravel.com"
257 }
258 ],
259 "description": "The Illuminate Contracts package.",
260 "homepage": "https://laravel.com",
261 "support": {
262 "issues": "https://github.com/laravel/framework/issues",
263 "source": "https://github.com/laravel/framework"
264 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100265 "time": "2022-02-22T14:45:39+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200266 },
267 {
268 "name": "matthiasmullie/minify",
269 "version": "1.3.66",
270 "source": {
271 "type": "git",
272 "url": "https://github.com/matthiasmullie/minify.git",
273 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
274 },
275 "dist": {
276 "type": "zip",
277 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
278 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100279 "shasum": ""
280 },
281 "require": {
282 "ext-pcre": "*",
283 "matthiasmullie/path-converter": "~1.1",
284 "php": ">=5.3.0"
285 },
286 "require-dev": {
287 "friendsofphp/php-cs-fixer": "~2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200288 "matthiasmullie/scrapbook": "dev-master",
289 "phpunit/phpunit": ">=4.8"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100290 },
291 "suggest": {
292 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
293 },
294 "bin": [
295 "bin/minifycss",
296 "bin/minifyjs"
297 ],
298 "type": "library",
299 "autoload": {
300 "psr-4": {
301 "MatthiasMullie\\Minify\\": "src/"
302 }
303 },
304 "notification-url": "https://packagist.org/downloads/",
305 "license": [
306 "MIT"
307 ],
308 "authors": [
309 {
310 "name": "Matthias Mullie",
311 "email": "minify@mullie.eu",
312 "homepage": "http://www.mullie.eu",
313 "role": "Developer"
314 }
315 ],
316 "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.",
317 "homepage": "http://www.minifier.org",
318 "keywords": [
319 "JS",
320 "css",
321 "javascript",
322 "minifier",
323 "minify"
324 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100325 "support": {
326 "issues": "https://github.com/matthiasmullie/minify/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200327 "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100328 },
329 "funding": [
330 {
331 "url": "https://github.com/[user1",
332 "type": "github"
333 },
334 {
335 "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
336 "type": "github"
337 },
338 {
339 "url": "https://github.com/user2",
340 "type": "github"
341 }
342 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200343 "time": "2021-01-06T15:18:10+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100344 },
345 {
346 "name": "matthiasmullie/path-converter",
347 "version": "1.1.3",
348 "source": {
349 "type": "git",
350 "url": "https://github.com/matthiasmullie/path-converter.git",
351 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
352 },
353 "dist": {
354 "type": "zip",
355 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
356 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
357 "shasum": ""
358 },
359 "require": {
360 "ext-pcre": "*",
361 "php": ">=5.3.0"
362 },
363 "require-dev": {
364 "phpunit/phpunit": "~4.8"
365 },
366 "type": "library",
367 "autoload": {
368 "psr-4": {
369 "MatthiasMullie\\PathConverter\\": "src/"
370 }
371 },
372 "notification-url": "https://packagist.org/downloads/",
373 "license": [
374 "MIT"
375 ],
376 "authors": [
377 {
378 "name": "Matthias Mullie",
379 "email": "pathconverter@mullie.eu",
380 "homepage": "http://www.mullie.eu",
381 "role": "Developer"
382 }
383 ],
384 "description": "Relative path converter",
385 "homepage": "http://github.com/matthiasmullie/path-converter",
386 "keywords": [
387 "converter",
388 "path",
389 "paths",
390 "relative"
391 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100392 "support": {
393 "issues": "https://github.com/matthiasmullie/path-converter/issues",
394 "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
395 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100396 "time": "2019-02-05T23:41:09+00:00"
397 },
398 {
399 "name": "mustangostang/spyc",
400 "version": "0.6.3",
401 "source": {
402 "type": "git",
403 "url": "git@github.com:mustangostang/spyc.git",
404 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
405 },
406 "dist": {
407 "type": "zip",
408 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
409 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
410 "shasum": ""
411 },
412 "require": {
413 "php": ">=5.3.1"
414 },
415 "require-dev": {
416 "phpunit/phpunit": "4.3.*@dev"
417 },
418 "type": "library",
419 "extra": {
420 "branch-alias": {
421 "dev-master": "0.5.x-dev"
422 }
423 },
424 "autoload": {
425 "files": [
426 "Spyc.php"
427 ]
428 },
429 "notification-url": "https://packagist.org/downloads/",
430 "license": [
431 "MIT"
432 ],
433 "authors": [
434 {
435 "name": "mustangostang",
436 "email": "vlad.andersen@gmail.com"
437 }
438 ],
439 "description": "A simple YAML loader/dumper class for PHP",
440 "homepage": "https://github.com/mustangostang/spyc/",
441 "keywords": [
442 "spyc",
443 "yaml",
444 "yml"
445 ],
446 "time": "2019-09-10T13:16:29+00:00"
447 },
448 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200449 "name": "nesbot/carbon",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100450 "version": "2.57.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200451 "source": {
452 "type": "git",
453 "url": "https://github.com/briannesbitt/Carbon.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100454 "reference": "4a54375c21eea4811dbd1149fe6b246517554e78"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200455 },
456 "dist": {
457 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100458 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78",
459 "reference": "4a54375c21eea4811dbd1149fe6b246517554e78",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200460 "shasum": ""
461 },
462 "require": {
463 "ext-json": "*",
464 "php": "^7.1.8 || ^8.0",
465 "symfony/polyfill-mbstring": "^1.0",
466 "symfony/polyfill-php80": "^1.16",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100467 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200468 },
469 "require-dev": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100470 "doctrine/dbal": "^2.0 || ^3.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200471 "doctrine/orm": "^2.7",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100472 "friendsofphp/php-cs-fixer": "^3.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200473 "kylekatarnls/multi-tester": "^2.0",
474 "phpmd/phpmd": "^2.9",
475 "phpstan/extension-installer": "^1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100476 "phpstan/phpstan": "^0.12.54 || ^1.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200477 "phpunit/phpunit": "^7.5.20 || ^8.5.14",
478 "squizlabs/php_codesniffer": "^3.4"
479 },
480 "bin": [
481 "bin/carbon"
482 ],
483 "type": "library",
484 "extra": {
485 "branch-alias": {
486 "dev-3.x": "3.x-dev",
487 "dev-master": "2.x-dev"
488 },
489 "laravel": {
490 "providers": [
491 "Carbon\\Laravel\\ServiceProvider"
492 ]
493 },
494 "phpstan": {
495 "includes": [
496 "extension.neon"
497 ]
498 }
499 },
500 "autoload": {
501 "psr-4": {
502 "Carbon\\": "src/Carbon/"
503 }
504 },
505 "notification-url": "https://packagist.org/downloads/",
506 "license": [
507 "MIT"
508 ],
509 "authors": [
510 {
511 "name": "Brian Nesbitt",
512 "email": "brian@nesbot.com",
513 "homepage": "https://markido.com"
514 },
515 {
516 "name": "kylekatarnls",
517 "homepage": "https://github.com/kylekatarnls"
518 }
519 ],
520 "description": "An API extension for DateTime that supports 281 different languages.",
521 "homepage": "https://carbon.nesbot.com",
522 "keywords": [
523 "date",
524 "datetime",
525 "time"
526 ],
527 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100528 "docs": "https://carbon.nesbot.com/docs",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200529 "issues": "https://github.com/briannesbitt/Carbon/issues",
530 "source": "https://github.com/briannesbitt/Carbon"
531 },
532 "funding": [
533 {
534 "url": "https://opencollective.com/Carbon",
535 "type": "open_collective"
536 },
537 {
538 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
539 "type": "tidelift"
540 }
541 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100542 "time": "2022-02-13T18:13:33+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200543 },
544 {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100545 "name": "paragonie/random_compat",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100546 "version": "v9.99.100",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100547 "source": {
548 "type": "git",
549 "url": "https://github.com/paragonie/random_compat.git",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100550 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100551 },
552 "dist": {
553 "type": "zip",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100554 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
555 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100556 "shasum": ""
557 },
558 "require": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100559 "php": ">= 7"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100560 },
561 "require-dev": {
562 "phpunit/phpunit": "4.*|5.*",
563 "vimeo/psalm": "^1"
564 },
565 "suggest": {
566 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
567 },
568 "type": "library",
569 "notification-url": "https://packagist.org/downloads/",
570 "license": [
571 "MIT"
572 ],
573 "authors": [
574 {
575 "name": "Paragon Initiative Enterprises",
576 "email": "security@paragonie.com",
577 "homepage": "https://paragonie.com"
578 }
579 ],
580 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
581 "keywords": [
582 "csprng",
583 "polyfill",
584 "pseudorandom",
585 "random"
586 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100587 "support": {
588 "email": "info@paragonie.com",
589 "issues": "https://github.com/paragonie/random_compat/issues",
590 "source": "https://github.com/paragonie/random_compat"
591 },
592 "time": "2020-10-15T08:29:30+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100593 },
594 {
595 "name": "php-mime-mail-parser/php-mime-mail-parser",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200596 "version": "7.0.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100597 "source": {
598 "type": "git",
599 "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200600 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100601 },
602 "dist": {
603 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200604 "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d",
605 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100606 "shasum": ""
607 },
608 "require": {
609 "ext-mailparse": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200610 "php": "^7.2|^8.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100611 },
612 "replace": {
613 "exorus/php-mime-mail-parser": "*",
614 "messaged/php-mime-mail-parser": "*"
615 },
616 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200617 "php-coveralls/php-coveralls": "^2.2",
618 "phpunit/phpunit": "^8.0",
619 "squizlabs/php_codesniffer": "^3.5"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100620 },
621 "type": "library",
622 "autoload": {
623 "psr-4": {
624 "PhpMimeMailParser\\": "src/"
625 }
626 },
627 "notification-url": "https://packagist.org/downloads/",
628 "license": [
629 "MIT"
630 ],
631 "authors": [
632 {
633 "name": "eXorus",
634 "email": "exorus.spam@gmail.com",
635 "homepage": "https://github.com/eXorus/",
636 "role": "Developer"
637 },
638 {
639 "name": "M.Valinskis",
640 "email": "M.Valins@gmail.com",
641 "homepage": "https://code.google.com/p/php-mime-mail-parser",
642 "role": "Developer"
643 },
644 {
645 "name": "eugene.emmett.wood",
646 "email": "gene_w@cementhorizon.com",
647 "homepage": "https://code.google.com/p/php-mime-mail-parser",
648 "role": "Developer"
649 },
650 {
651 "name": "alknetso",
652 "email": "alkne@gmail.com",
653 "homepage": "https://code.google.com/p/php-mime-mail-parser",
654 "role": "Developer"
655 },
656 {
657 "name": "bucabay",
658 "email": "gabe@fijiwebdesign.com",
659 "homepage": "http://www.fijiwebdesign.com",
660 "role": "Developer"
661 }
662 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200663 "description": "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100664 "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
665 "keywords": [
666 "MimeMailParser",
667 "mail",
668 "mailparse",
669 "mime",
670 "parser",
671 "php"
672 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100673 "support": {
674 "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200675 "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100676 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200677 "funding": [
678 {
679 "url": "https://github.com/eXorus",
680 "type": "github"
681 }
682 ],
683 "time": "2021-02-25T17:21:57+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100684 },
685 {
686 "name": "phpmailer/phpmailer",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100687 "version": "v6.6.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100688 "source": {
689 "type": "git",
690 "url": "https://github.com/PHPMailer/PHPMailer.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100691 "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100692 },
693 "dist": {
694 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100695 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
696 "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100697 "shasum": ""
698 },
699 "require": {
700 "ext-ctype": "*",
701 "ext-filter": "*",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100702 "ext-hash": "*",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100703 "php": ">=5.5.0"
704 },
705 "require-dev": {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100706 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100707 "doctrine/annotations": "^1.2",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100708 "php-parallel-lint/php-console-highlighter": "^0.5.0",
709 "php-parallel-lint/php-parallel-lint": "^1.3.1",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100710 "phpcompatibility/php-compatibility": "^9.3.5",
711 "roave/security-advisories": "dev-latest",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100712 "squizlabs/php_codesniffer": "^3.6.2",
713 "yoast/phpunit-polyfills": "^1.0.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100714 },
715 "suggest": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200716 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100717 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
718 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
719 "psr/log": "For optional PSR-3 debug logging",
720 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
721 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
722 },
723 "type": "library",
724 "autoload": {
725 "psr-4": {
726 "PHPMailer\\PHPMailer\\": "src/"
727 }
728 },
729 "notification-url": "https://packagist.org/downloads/",
730 "license": [
731 "LGPL-2.1-only"
732 ],
733 "authors": [
734 {
735 "name": "Marcus Bointon",
736 "email": "phpmailer@synchromedia.co.uk"
737 },
738 {
739 "name": "Jim Jagielski",
740 "email": "jimjag@gmail.com"
741 },
742 {
743 "name": "Andy Prevost",
744 "email": "codeworxtech@users.sourceforge.net"
745 },
746 {
747 "name": "Brent R. Matzelle"
748 }
749 ],
750 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100751 "support": {
752 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100753 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100754 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100755 "funding": [
756 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100757 "url": "https://github.com/Synchro",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100758 "type": "github"
759 }
760 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100761 "time": "2022-02-28T15:31:21+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100762 },
763 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200764 "name": "psr/container",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100765 "version": "2.0.2",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100766 "source": {
767 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200768 "url": "https://github.com/php-fig/container.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100769 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100770 },
771 "dist": {
772 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100773 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
774 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200775 "shasum": ""
776 },
777 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100778 "php": ">=7.4.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200779 },
780 "type": "library",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100781 "extra": {
782 "branch-alias": {
783 "dev-master": "2.0.x-dev"
784 }
785 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200786 "autoload": {
787 "psr-4": {
788 "Psr\\Container\\": "src/"
789 }
790 },
791 "notification-url": "https://packagist.org/downloads/",
792 "license": [
793 "MIT"
794 ],
795 "authors": [
796 {
797 "name": "PHP-FIG",
798 "homepage": "https://www.php-fig.org/"
799 }
800 ],
801 "description": "Common Container Interface (PHP FIG PSR-11)",
802 "homepage": "https://github.com/php-fig/container",
803 "keywords": [
804 "PSR-11",
805 "container",
806 "container-interface",
807 "container-interop",
808 "psr"
809 ],
810 "support": {
811 "issues": "https://github.com/php-fig/container/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100812 "source": "https://github.com/php-fig/container/tree/2.0.2"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200813 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100814 "time": "2021-11-05T16:47:00+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200815 },
816 {
817 "name": "psr/log",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100818 "version": "3.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200819 "source": {
820 "type": "git",
821 "url": "https://github.com/php-fig/log.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100822 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200823 },
824 "dist": {
825 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100826 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
827 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200828 "shasum": ""
829 },
830 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100831 "php": ">=8.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200832 },
833 "type": "library",
834 "extra": {
835 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100836 "dev-master": "3.x-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200837 }
838 },
839 "autoload": {
840 "psr-4": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100841 "Psr\\Log\\": "src"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200842 }
843 },
844 "notification-url": "https://packagist.org/downloads/",
845 "license": [
846 "MIT"
847 ],
848 "authors": [
849 {
850 "name": "PHP-FIG",
851 "homepage": "https://www.php-fig.org/"
852 }
853 ],
854 "description": "Common interface for logging libraries",
855 "homepage": "https://github.com/php-fig/log",
856 "keywords": [
857 "log",
858 "psr",
859 "psr-3"
860 ],
861 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100862 "source": "https://github.com/php-fig/log/tree/3.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200863 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100864 "time": "2021-07-14T16:46:02+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200865 },
866 {
867 "name": "psr/simple-cache",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100868 "version": "2.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200869 "source": {
870 "type": "git",
871 "url": "https://github.com/php-fig/simple-cache.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100872 "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200873 },
874 "dist": {
875 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100876 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a",
877 "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200878 "shasum": ""
879 },
880 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100881 "php": ">=8.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200882 },
883 "type": "library",
884 "extra": {
885 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100886 "dev-master": "2.0.x-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200887 }
888 },
889 "autoload": {
890 "psr-4": {
891 "Psr\\SimpleCache\\": "src/"
892 }
893 },
894 "notification-url": "https://packagist.org/downloads/",
895 "license": [
896 "MIT"
897 ],
898 "authors": [
899 {
900 "name": "PHP-FIG",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100901 "homepage": "https://www.php-fig.org/"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200902 }
903 ],
904 "description": "Common interfaces for simple caching",
905 "keywords": [
906 "cache",
907 "caching",
908 "psr",
909 "psr-16",
910 "simple-cache"
911 ],
912 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100913 "source": "https://github.com/php-fig/simple-cache/tree/2.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200914 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100915 "time": "2021-10-29T13:22:09+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200916 },
917 {
918 "name": "robthree/twofactorauth",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100919 "version": "1.8.1",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200920 "source": {
921 "type": "git",
922 "url": "https://github.com/RobThree/TwoFactorAuth.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100923 "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200924 },
925 "dist": {
926 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100927 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5afcb45282f1c75562a48d479ecd1732c9bdb11b",
928 "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100929 "shasum": ""
930 },
931 "require": {
932 "php": ">=5.6.0"
933 },
934 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200935 "php-parallel-lint/php-parallel-lint": "^1.2",
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100936 "phpunit/phpunit": "@stable"
937 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200938 "suggest": {
939 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
940 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
941 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100942 "type": "library",
943 "autoload": {
944 "psr-4": {
945 "RobThree\\Auth\\": "lib"
946 }
947 },
948 "notification-url": "https://packagist.org/downloads/",
949 "license": [
950 "MIT"
951 ],
952 "authors": [
953 {
954 "name": "Rob Janssen",
955 "homepage": "http://robiii.me",
956 "role": "Developer"
957 }
958 ],
959 "description": "Two Factor Authentication",
960 "homepage": "https://github.com/RobThree/TwoFactorAuth",
961 "keywords": [
962 "Authentication",
963 "MFA",
964 "Multi Factor Authentication",
965 "Two Factor Authentication",
966 "authenticator",
967 "authy",
968 "php",
969 "tfa"
970 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100971 "support": {
972 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
973 "source": "https://github.com/RobThree/TwoFactorAuth"
974 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200975 "funding": [
976 {
977 "url": "https://paypal.me/robiii",
978 "type": "custom"
979 },
980 {
981 "url": "https://github.com/RobThree",
982 "type": "github"
983 }
984 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100985 "time": "2021-10-20T12:19:55+00:00"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100986 },
987 {
988 "name": "soundasleep/html2text",
989 "version": "0.5.0",
990 "source": {
991 "type": "git",
992 "url": "https://github.com/soundasleep/html2text.git",
993 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
994 },
995 "dist": {
996 "type": "zip",
997 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
998 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
999 "shasum": ""
1000 },
1001 "require": {
1002 "ext-dom": "*",
1003 "ext-libxml": "*",
1004 "php": ">=5.3.2"
1005 },
1006 "require-dev": {
1007 "phpunit/phpunit": ">=4.0",
1008 "soundasleep/component-tests": "dev-master"
1009 },
1010 "type": "library",
1011 "autoload": {
1012 "psr-4": {
1013 "Html2Text\\": "src"
1014 }
1015 },
1016 "notification-url": "https://packagist.org/downloads/",
1017 "license": [
1018 "EPL-1.0"
1019 ],
1020 "authors": [
1021 {
1022 "name": "Jevon Wright",
1023 "homepage": "https://jevon.org",
1024 "role": "Developer"
1025 }
1026 ],
1027 "description": "A PHP script to convert HTML into a plain text format",
1028 "homepage": "https://github.com/soundasleep/html2text",
1029 "keywords": [
1030 "email",
1031 "html",
1032 "php",
1033 "text"
1034 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001035 "support": {
1036 "email": "support@jevon.org",
1037 "issues": "https://github.com/soundasleep/html2text/issues",
1038 "source": "https://github.com/soundasleep/html2text/tree/master"
1039 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001040 "time": "2017-04-19T22:01:50+00:00"
1041 },
1042 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001043 "name": "symfony/polyfill-ctype",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001044 "version": "v1.24.0",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001045 "source": {
1046 "type": "git",
1047 "url": "https://github.com/symfony/polyfill-ctype.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001048 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001049 },
1050 "dist": {
1051 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001052 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
1053 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001054 "shasum": ""
1055 },
1056 "require": {
1057 "php": ">=7.1"
1058 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001059 "provide": {
1060 "ext-ctype": "*"
1061 },
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001062 "suggest": {
1063 "ext-ctype": "For best performance"
1064 },
1065 "type": "library",
1066 "extra": {
1067 "branch-alias": {
1068 "dev-main": "1.23-dev"
1069 },
1070 "thanks": {
1071 "name": "symfony/polyfill",
1072 "url": "https://github.com/symfony/polyfill"
1073 }
1074 },
1075 "autoload": {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001076 "files": [
1077 "bootstrap.php"
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001078 ],
1079 "psr-4": {
1080 "Symfony\\Polyfill\\Ctype\\": ""
1081 }
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001082 },
1083 "notification-url": "https://packagist.org/downloads/",
1084 "license": [
1085 "MIT"
1086 ],
1087 "authors": [
1088 {
1089 "name": "Gert de Pagter",
1090 "email": "BackEndTea@gmail.com"
1091 },
1092 {
1093 "name": "Symfony Community",
1094 "homepage": "https://symfony.com/contributors"
1095 }
1096 ],
1097 "description": "Symfony polyfill for ctype functions",
1098 "homepage": "https://symfony.com",
1099 "keywords": [
1100 "compatibility",
1101 "ctype",
1102 "polyfill",
1103 "portable"
1104 ],
1105 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001106 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001107 },
1108 "funding": [
1109 {
1110 "url": "https://symfony.com/sponsor",
1111 "type": "custom"
1112 },
1113 {
1114 "url": "https://github.com/fabpot",
1115 "type": "github"
1116 },
1117 {
1118 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1119 "type": "tidelift"
1120 }
1121 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001122 "time": "2021-10-20T20:35:02+00:00"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001123 },
1124 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001125 "name": "symfony/polyfill-mbstring",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001126 "version": "v1.24.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001127 "source": {
1128 "type": "git",
1129 "url": "https://github.com/symfony/polyfill-mbstring.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001130 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001131 },
1132 "dist": {
1133 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001134 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
1135 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001136 "shasum": ""
1137 },
1138 "require": {
1139 "php": ">=7.1"
1140 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001141 "provide": {
1142 "ext-mbstring": "*"
1143 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001144 "suggest": {
1145 "ext-mbstring": "For best performance"
1146 },
1147 "type": "library",
1148 "extra": {
1149 "branch-alias": {
1150 "dev-main": "1.23-dev"
1151 },
1152 "thanks": {
1153 "name": "symfony/polyfill",
1154 "url": "https://github.com/symfony/polyfill"
1155 }
1156 },
1157 "autoload": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001158 "files": [
1159 "bootstrap.php"
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001160 ],
1161 "psr-4": {
1162 "Symfony\\Polyfill\\Mbstring\\": ""
1163 }
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001164 },
1165 "notification-url": "https://packagist.org/downloads/",
1166 "license": [
1167 "MIT"
1168 ],
1169 "authors": [
1170 {
1171 "name": "Nicolas Grekas",
1172 "email": "p@tchwork.com"
1173 },
1174 {
1175 "name": "Symfony Community",
1176 "homepage": "https://symfony.com/contributors"
1177 }
1178 ],
1179 "description": "Symfony polyfill for the Mbstring extension",
1180 "homepage": "https://symfony.com",
1181 "keywords": [
1182 "compatibility",
1183 "mbstring",
1184 "polyfill",
1185 "portable",
1186 "shim"
1187 ],
1188 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001189 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001190 },
1191 "funding": [
1192 {
1193 "url": "https://symfony.com/sponsor",
1194 "type": "custom"
1195 },
1196 {
1197 "url": "https://github.com/fabpot",
1198 "type": "github"
1199 },
1200 {
1201 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1202 "type": "tidelift"
1203 }
1204 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001205 "time": "2021-11-30T18:21:41+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001206 },
1207 {
1208 "name": "symfony/polyfill-php80",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001209 "version": "v1.24.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001210 "source": {
1211 "type": "git",
1212 "url": "https://github.com/symfony/polyfill-php80.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001213 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001214 },
1215 "dist": {
1216 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001217 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
1218 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001219 "shasum": ""
1220 },
1221 "require": {
1222 "php": ">=7.1"
1223 },
1224 "type": "library",
1225 "extra": {
1226 "branch-alias": {
1227 "dev-main": "1.23-dev"
1228 },
1229 "thanks": {
1230 "name": "symfony/polyfill",
1231 "url": "https://github.com/symfony/polyfill"
1232 }
1233 },
1234 "autoload": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001235 "files": [
1236 "bootstrap.php"
1237 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001238 "psr-4": {
1239 "Symfony\\Polyfill\\Php80\\": ""
1240 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001241 "classmap": [
1242 "Resources/stubs"
1243 ]
1244 },
1245 "notification-url": "https://packagist.org/downloads/",
1246 "license": [
1247 "MIT"
1248 ],
1249 "authors": [
1250 {
1251 "name": "Ion Bazan",
1252 "email": "ion.bazan@gmail.com"
1253 },
1254 {
1255 "name": "Nicolas Grekas",
1256 "email": "p@tchwork.com"
1257 },
1258 {
1259 "name": "Symfony Community",
1260 "homepage": "https://symfony.com/contributors"
1261 }
1262 ],
1263 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1264 "homepage": "https://symfony.com",
1265 "keywords": [
1266 "compatibility",
1267 "polyfill",
1268 "portable",
1269 "shim"
1270 ],
1271 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001272 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001273 },
1274 "funding": [
1275 {
1276 "url": "https://symfony.com/sponsor",
1277 "type": "custom"
1278 },
1279 {
1280 "url": "https://github.com/fabpot",
1281 "type": "github"
1282 },
1283 {
1284 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1285 "type": "tidelift"
1286 }
1287 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001288 "time": "2021-09-13T13:58:33+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001289 },
1290 {
1291 "name": "symfony/translation",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001292 "version": "v6.0.5",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001293 "source": {
1294 "type": "git",
1295 "url": "https://github.com/symfony/translation.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001296 "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001297 },
1298 "dist": {
1299 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001300 "url": "https://api.github.com/repos/symfony/translation/zipball/e69501c71107cc3146b32aaa45f4edd0c3427875",
1301 "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001302 "shasum": ""
1303 },
1304 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001305 "php": ">=8.0.2",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001306 "symfony/polyfill-mbstring": "~1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001307 "symfony/translation-contracts": "^2.3|^3.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001308 },
1309 "conflict": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001310 "symfony/config": "<5.4",
1311 "symfony/console": "<5.4",
1312 "symfony/dependency-injection": "<5.4",
1313 "symfony/http-kernel": "<5.4",
1314 "symfony/twig-bundle": "<5.4",
1315 "symfony/yaml": "<5.4"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001316 },
1317 "provide": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001318 "symfony/translation-implementation": "2.3|3.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001319 },
1320 "require-dev": {
1321 "psr/log": "^1|^2|^3",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001322 "symfony/config": "^5.4|^6.0",
1323 "symfony/console": "^5.4|^6.0",
1324 "symfony/dependency-injection": "^5.4|^6.0",
1325 "symfony/finder": "^5.4|^6.0",
1326 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
1327 "symfony/http-kernel": "^5.4|^6.0",
1328 "symfony/intl": "^5.4|^6.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001329 "symfony/polyfill-intl-icu": "^1.21",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001330 "symfony/service-contracts": "^1.1.2|^2|^3",
1331 "symfony/yaml": "^5.4|^6.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001332 },
1333 "suggest": {
1334 "psr/log-implementation": "To use logging capability in translator",
1335 "symfony/config": "",
1336 "symfony/yaml": ""
1337 },
1338 "type": "library",
1339 "autoload": {
1340 "files": [
1341 "Resources/functions.php"
1342 ],
1343 "psr-4": {
1344 "Symfony\\Component\\Translation\\": ""
1345 },
1346 "exclude-from-classmap": [
1347 "/Tests/"
1348 ]
1349 },
1350 "notification-url": "https://packagist.org/downloads/",
1351 "license": [
1352 "MIT"
1353 ],
1354 "authors": [
1355 {
1356 "name": "Fabien Potencier",
1357 "email": "fabien@symfony.com"
1358 },
1359 {
1360 "name": "Symfony Community",
1361 "homepage": "https://symfony.com/contributors"
1362 }
1363 ],
1364 "description": "Provides tools to internationalize your application",
1365 "homepage": "https://symfony.com",
1366 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001367 "source": "https://github.com/symfony/translation/tree/v6.0.5"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001368 },
1369 "funding": [
1370 {
1371 "url": "https://symfony.com/sponsor",
1372 "type": "custom"
1373 },
1374 {
1375 "url": "https://github.com/fabpot",
1376 "type": "github"
1377 },
1378 {
1379 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1380 "type": "tidelift"
1381 }
1382 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001383 "time": "2022-02-09T15:52:48+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001384 },
1385 {
1386 "name": "symfony/translation-contracts",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001387 "version": "v3.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001388 "source": {
1389 "type": "git",
1390 "url": "https://github.com/symfony/translation-contracts.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001391 "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001392 },
1393 "dist": {
1394 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001395 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
1396 "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001397 "shasum": ""
1398 },
1399 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001400 "php": ">=8.0.2"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001401 },
1402 "suggest": {
1403 "symfony/translation-implementation": ""
1404 },
1405 "type": "library",
1406 "extra": {
1407 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001408 "dev-main": "3.0-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001409 },
1410 "thanks": {
1411 "name": "symfony/contracts",
1412 "url": "https://github.com/symfony/contracts"
1413 }
1414 },
1415 "autoload": {
1416 "psr-4": {
1417 "Symfony\\Contracts\\Translation\\": ""
1418 }
1419 },
1420 "notification-url": "https://packagist.org/downloads/",
1421 "license": [
1422 "MIT"
1423 ],
1424 "authors": [
1425 {
1426 "name": "Nicolas Grekas",
1427 "email": "p@tchwork.com"
1428 },
1429 {
1430 "name": "Symfony Community",
1431 "homepage": "https://symfony.com/contributors"
1432 }
1433 ],
1434 "description": "Generic abstractions related to translation",
1435 "homepage": "https://symfony.com",
1436 "keywords": [
1437 "abstractions",
1438 "contracts",
1439 "decoupling",
1440 "interfaces",
1441 "interoperability",
1442 "standards"
1443 ],
1444 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001445 "source": "https://github.com/symfony/translation-contracts/tree/v3.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001446 },
1447 "funding": [
1448 {
1449 "url": "https://symfony.com/sponsor",
1450 "type": "custom"
1451 },
1452 {
1453 "url": "https://github.com/fabpot",
1454 "type": "github"
1455 },
1456 {
1457 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1458 "type": "tidelift"
1459 }
1460 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001461 "time": "2021-09-07T12:43:40+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001462 },
1463 {
1464 "name": "symfony/var-dumper",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001465 "version": "v6.0.5",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001466 "source": {
1467 "type": "git",
1468 "url": "https://github.com/symfony/var-dumper.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001469 "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001470 },
1471 "dist": {
1472 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001473 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60d6a756d5f485df5e6e40b337334848f79f61ce",
1474 "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001475 "shasum": ""
1476 },
1477 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001478 "php": ">=8.0.2",
1479 "symfony/polyfill-mbstring": "~1.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001480 },
1481 "conflict": {
1482 "phpunit/phpunit": "<5.4.3",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001483 "symfony/console": "<5.4"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001484 },
1485 "require-dev": {
1486 "ext-iconv": "*",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001487 "symfony/console": "^5.4|^6.0",
1488 "symfony/process": "^5.4|^6.0",
1489 "symfony/uid": "^5.4|^6.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001490 "twig/twig": "^2.13|^3.0.4"
1491 },
1492 "suggest": {
1493 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1494 "ext-intl": "To show region name in time zone dump",
1495 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1496 },
1497 "bin": [
1498 "Resources/bin/var-dump-server"
1499 ],
1500 "type": "library",
1501 "autoload": {
1502 "files": [
1503 "Resources/functions/dump.php"
1504 ],
1505 "psr-4": {
1506 "Symfony\\Component\\VarDumper\\": ""
1507 },
1508 "exclude-from-classmap": [
1509 "/Tests/"
1510 ]
1511 },
1512 "notification-url": "https://packagist.org/downloads/",
1513 "license": [
1514 "MIT"
1515 ],
1516 "authors": [
1517 {
1518 "name": "Nicolas Grekas",
1519 "email": "p@tchwork.com"
1520 },
1521 {
1522 "name": "Symfony Community",
1523 "homepage": "https://symfony.com/contributors"
1524 }
1525 ],
1526 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
1527 "homepage": "https://symfony.com",
1528 "keywords": [
1529 "debug",
1530 "dump"
1531 ],
1532 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001533 "source": "https://github.com/symfony/var-dumper/tree/v6.0.5"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001534 },
1535 "funding": [
1536 {
1537 "url": "https://symfony.com/sponsor",
1538 "type": "custom"
1539 },
1540 {
1541 "url": "https://github.com/fabpot",
1542 "type": "github"
1543 },
1544 {
1545 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1546 "type": "tidelift"
1547 }
1548 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001549 "time": "2022-02-21T17:15:17+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001550 },
1551 {
1552 "name": "tightenco/collect",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001553 "version": "v8.83.2",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001554 "source": {
1555 "type": "git",
1556 "url": "https://github.com/tighten/collect.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001557 "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001558 },
1559 "dist": {
1560 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001561 "url": "https://api.github.com/repos/tighten/collect/zipball/d9c66d586ec2d216d8a31283d73f8df1400cc722",
1562 "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001563 "shasum": ""
1564 },
1565 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001566 "php": "^7.3|^8.0",
1567 "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001568 },
1569 "require-dev": {
1570 "mockery/mockery": "^1.0",
1571 "nesbot/carbon": "^2.23.0",
1572 "phpunit/phpunit": "^8.3"
1573 },
1574 "type": "library",
1575 "autoload": {
1576 "files": [
1577 "src/Collect/Support/helpers.php",
1578 "src/Collect/Support/alias.php"
1579 ],
1580 "psr-4": {
1581 "Tightenco\\Collect\\": "src/Collect"
1582 }
1583 },
1584 "notification-url": "https://packagist.org/downloads/",
1585 "license": [
1586 "MIT"
1587 ],
1588 "authors": [
1589 {
1590 "name": "Taylor Otwell",
1591 "email": "taylorotwell@gmail.com"
1592 }
1593 ],
1594 "description": "Collect - Illuminate Collections as a separate package.",
1595 "keywords": [
1596 "collection",
1597 "laravel"
1598 ],
1599 "support": {
1600 "issues": "https://github.com/tighten/collect/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001601 "source": "https://github.com/tighten/collect/tree/v8.83.2"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001602 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001603 "time": "2022-02-16T16:15:54+00:00"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001604 },
1605 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001606 "name": "twig/twig",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001607 "version": "v3.4.3",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001608 "source": {
1609 "type": "git",
1610 "url": "https://github.com/twigphp/Twig.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001611 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001612 },
1613 "dist": {
1614 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001615 "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
1616 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001617 "shasum": ""
1618 },
1619 "require": {
1620 "php": ">=7.2.5",
1621 "symfony/polyfill-ctype": "^1.8",
1622 "symfony/polyfill-mbstring": "^1.3"
1623 },
1624 "require-dev": {
1625 "psr/container": "^1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001626 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001627 },
1628 "type": "library",
1629 "extra": {
1630 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001631 "dev-master": "3.4-dev"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001632 }
1633 },
1634 "autoload": {
1635 "psr-4": {
1636 "Twig\\": "src/"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "BSD-3-Clause"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Fabien Potencier",
1646 "email": "fabien@symfony.com",
1647 "homepage": "http://fabien.potencier.org",
1648 "role": "Lead Developer"
1649 },
1650 {
1651 "name": "Twig Team",
1652 "role": "Contributors"
1653 },
1654 {
1655 "name": "Armin Ronacher",
1656 "email": "armin.ronacher@active-4.com",
1657 "role": "Project Founder"
1658 }
1659 ],
1660 "description": "Twig, the flexible, fast, and secure template language for PHP",
1661 "homepage": "https://twig.symfony.com",
1662 "keywords": [
1663 "templating"
1664 ],
1665 "support": {
1666 "issues": "https://github.com/twigphp/Twig/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001667 "source": "https://github.com/twigphp/Twig/tree/v3.4.3"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001668 },
1669 "funding": [
1670 {
1671 "url": "https://github.com/fabpot",
1672 "type": "github"
1673 },
1674 {
1675 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
1676 "type": "tidelift"
1677 }
1678 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001679 "time": "2022-09-28T08:42:51+00:00"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001680 },
1681 {
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001682 "name": "yubico/u2flib-server",
1683 "version": "1.0.2",
1684 "source": {
1685 "type": "git",
1686 "url": "https://github.com/Yubico/php-u2flib-server.git",
1687 "reference": "55d813acf68212ad2cadecde07551600d6971939"
1688 },
1689 "dist": {
1690 "type": "zip",
1691 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
1692 "reference": "55d813acf68212ad2cadecde07551600d6971939",
1693 "shasum": ""
1694 },
1695 "require": {
1696 "ext-openssl": "*",
1697 "paragonie/random_compat": ">= 1",
1698 "php": ">=5.6"
1699 },
1700 "require-dev": {
1701 "phpunit/phpunit": "~5.7",
1702 "vimeo/psalm": "^0|^1|^2"
1703 },
1704 "type": "library",
1705 "autoload": {
1706 "classmap": [
1707 "src/"
1708 ]
1709 },
1710 "notification-url": "https://packagist.org/downloads/",
1711 "license": [
1712 "BSD-2-Clause"
1713 ],
1714 "description": "Library for U2F implementation",
1715 "homepage": "https://developers.yubico.com/php-u2flib-server",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001716 "support": {
1717 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
1718 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
1719 },
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001720 "time": "2018-09-07T08:16:44+00:00"
1721 }
1722 ],
1723 "packages-dev": [],
1724 "aliases": [],
1725 "minimum-stability": "stable",
1726 "stability-flags": [],
1727 "prefer-stable": false,
1728 "prefer-lowest": false,
1729 "platform": [],
1730 "platform-dev": [],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001731 "plugin-api-version": "2.3.0"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001732}