blob: e21edcc6839f18c3cdf95b2447220791c99fa7f0 [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 Benkard1ba53812022-12-27 17:32:58 +010066 "version": "1.13.1",
67 "version_normalized": "1.13.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 Benkard1ba53812022-12-27 17:32:58 +010071 "reference": "8b772d04b1deadb5df13782fb78c4b648f77496e"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010072 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010073 "dist": {
74 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010075 "url": "https://api.github.com/repos/ddeboer/imap/zipball/8b772d04b1deadb5df13782fb78c4b648f77496e",
76 "reference": "8b772d04b1deadb5df13782fb78c4b648f77496e",
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 Benkard1ba53812022-12-27 17:32:58 +010083 "php": "^8.0.1"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +010084 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010085 "require-dev": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010086 "friendsofphp/php-cs-fixer": "^v3.4.0",
87 "laminas/laminas-mail": "^2.15.1",
88 "malukenho/mcbumpface": "^1.1.5",
89 "phpstan/phpstan": "^1.3.3",
90 "phpstan/phpstan-phpunit": "^1.0.0",
91 "phpstan/phpstan-strict-rules": "^1.1.0",
92 "phpunit/phpunit": "^9.5.11"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010093 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +010094 "time": "2022-01-10T10:53:05+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +010095 "type": "library",
96 "installation-source": "dist",
97 "autoload": {
98 "psr-4": {
99 "Ddeboer\\Imap\\": "src/"
100 }
101 },
102 "notification-url": "https://packagist.org/downloads/",
103 "license": [
104 "MIT"
105 ],
106 "authors": [
107 {
108 "name": "David de Boer",
109 "email": "david@ddeboer.nl"
110 },
111 {
112 "name": "Filippo Tessarotto",
113 "email": "zoeslam@gmail.com"
114 },
115 {
116 "name": "Community contributors",
117 "homepage": "https://github.com/ddeboer/imap/graphs/contributors"
118 }
119 ],
120 "description": "Object-oriented IMAP for PHP",
121 "keywords": [
122 "email",
123 "imap",
124 "mail"
125 ],
126 "support": {
127 "issues": "https://github.com/ddeboer/imap/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100128 "source": "https://github.com/ddeboer/imap/tree/1.13.1"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100129 },
130 "funding": [
131 {
132 "url": "https://github.com/Slamdunk",
133 "type": "github"
134 },
135 {
136 "url": "https://github.com/ddeboer",
137 "type": "github"
138 }
139 ],
140 "install-path": "../ddeboer/imap"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100141 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100142 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200143 "name": "directorytree/ldaprecord",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100144 "version": "v2.10.1",
145 "version_normalized": "2.10.1.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100146 "source": {
147 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200148 "url": "https://github.com/DirectoryTree/LdapRecord.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100149 "reference": "bf512d9af7a7b0e2ed7a666ab29cefdd027bee88"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100150 },
151 "dist": {
152 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100153 "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/bf512d9af7a7b0e2ed7a666ab29cefdd027bee88",
154 "reference": "bf512d9af7a7b0e2ed7a666ab29cefdd027bee88",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200155 "shasum": ""
156 },
157 "require": {
158 "ext-json": "*",
159 "ext-ldap": "*",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100160 "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200161 "nesbot/carbon": "^1.0|^2.0",
162 "php": ">=7.3",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100163 "psr/log": "*",
164 "psr/simple-cache": "^1.0|^2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200165 "tightenco/collect": "^5.6|^6.0|^7.0|^8.0"
166 },
167 "require-dev": {
168 "mockery/mockery": "^1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100169 "phpunit/phpunit": "^9.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200170 "spatie/ray": "^1.24"
171 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100172 "time": "2022-02-25T16:00:51+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200173 "type": "library",
174 "installation-source": "dist",
175 "autoload": {
176 "psr-4": {
177 "LdapRecord\\": "src/"
178 }
179 },
180 "notification-url": "https://packagist.org/downloads/",
181 "license": [
182 "MIT"
183 ],
184 "authors": [
185 {
186 "name": "Steve Bauman",
187 "email": "steven_bauman@outlook.com",
188 "role": "Developer"
189 }
190 ],
191 "description": "A fully-featured LDAP ORM.",
192 "homepage": "https://www.ldaprecord.com",
193 "keywords": [
194 "active directory",
195 "ad",
196 "adLDAP",
197 "adldap2",
198 "directory",
199 "ldap",
200 "ldaprecord",
201 "orm",
202 "windows"
203 ],
204 "support": {
205 "docs": "https://ldaprecord.com",
206 "email": "steven_bauman@outlook.com",
207 "issues": "https://github.com/DirectoryTree/LdapRecord/issues",
208 "source": "https://github.com/DirectoryTree/LdapRecord"
209 },
210 "funding": [
211 {
212 "url": "https://github.com/stevebauman",
213 "type": "github"
214 }
215 ],
216 "install-path": "../directorytree/ldaprecord"
217 },
218 {
219 "name": "illuminate/contracts",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100220 "version": "v9.3.0",
221 "version_normalized": "9.3.0.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 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100238 "time": "2022-02-22T14:45:39+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200239 "type": "library",
240 "extra": {
241 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100242 "dev-master": "9.x-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200243 }
244 },
245 "installation-source": "dist",
246 "autoload": {
247 "psr-4": {
248 "Illuminate\\Contracts\\": ""
249 }
250 },
251 "notification-url": "https://packagist.org/downloads/",
252 "license": [
253 "MIT"
254 ],
255 "authors": [
256 {
257 "name": "Taylor Otwell",
258 "email": "taylor@laravel.com"
259 }
260 ],
261 "description": "The Illuminate Contracts package.",
262 "homepage": "https://laravel.com",
263 "support": {
264 "issues": "https://github.com/laravel/framework/issues",
265 "source": "https://github.com/laravel/framework"
266 },
267 "install-path": "../illuminate/contracts"
268 },
269 {
270 "name": "matthiasmullie/minify",
271 "version": "1.3.66",
272 "version_normalized": "1.3.66.0",
273 "source": {
274 "type": "git",
275 "url": "https://github.com/matthiasmullie/minify.git",
276 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
277 },
278 "dist": {
279 "type": "zip",
280 "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
281 "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100282 "shasum": ""
283 },
284 "require": {
285 "ext-pcre": "*",
286 "matthiasmullie/path-converter": "~1.1",
287 "php": ">=5.3.0"
288 },
289 "require-dev": {
290 "friendsofphp/php-cs-fixer": "~2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200291 "matthiasmullie/scrapbook": "dev-master",
292 "phpunit/phpunit": ">=4.8"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100293 },
294 "suggest": {
295 "psr/cache-implementation": "Cache implementation to use with Minify::cache"
296 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200297 "time": "2021-01-06T15:18:10+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100298 "bin": [
299 "bin/minifycss",
300 "bin/minifyjs"
301 ],
302 "type": "library",
303 "installation-source": "dist",
304 "autoload": {
305 "psr-4": {
306 "MatthiasMullie\\Minify\\": "src/"
307 }
308 },
309 "notification-url": "https://packagist.org/downloads/",
310 "license": [
311 "MIT"
312 ],
313 "authors": [
314 {
315 "name": "Matthias Mullie",
316 "email": "minify@mullie.eu",
317 "homepage": "http://www.mullie.eu",
318 "role": "Developer"
319 }
320 ],
321 "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.",
322 "homepage": "http://www.minifier.org",
323 "keywords": [
324 "JS",
325 "css",
326 "javascript",
327 "minifier",
328 "minify"
329 ],
330 "support": {
331 "issues": "https://github.com/matthiasmullie/minify/issues",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200332 "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100333 },
334 "funding": [
335 {
336 "url": "https://github.com/[user1",
337 "type": "github"
338 },
339 {
340 "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
341 "type": "github"
342 },
343 {
344 "url": "https://github.com/user2",
345 "type": "github"
346 }
347 ],
348 "install-path": "../matthiasmullie/minify"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100349 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100350 {
351 "name": "matthiasmullie/path-converter",
352 "version": "1.1.3",
353 "version_normalized": "1.1.3.0",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/matthiasmullie/path-converter.git",
357 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
362 "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
363 "shasum": ""
364 },
365 "require": {
366 "ext-pcre": "*",
367 "php": ">=5.3.0"
368 },
369 "require-dev": {
370 "phpunit/phpunit": "~4.8"
371 },
372 "time": "2019-02-05T23:41:09+00:00",
373 "type": "library",
374 "installation-source": "dist",
375 "autoload": {
376 "psr-4": {
377 "MatthiasMullie\\PathConverter\\": "src/"
378 }
379 },
380 "notification-url": "https://packagist.org/downloads/",
381 "license": [
382 "MIT"
383 ],
384 "authors": [
385 {
386 "name": "Matthias Mullie",
387 "email": "pathconverter@mullie.eu",
388 "homepage": "http://www.mullie.eu",
389 "role": "Developer"
390 }
391 ],
392 "description": "Relative path converter",
393 "homepage": "http://github.com/matthiasmullie/path-converter",
394 "keywords": [
395 "converter",
396 "path",
397 "paths",
398 "relative"
399 ],
400 "install-path": "../matthiasmullie/path-converter"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100401 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100402 {
403 "name": "mustangostang/spyc",
404 "version": "0.6.3",
405 "version_normalized": "0.6.3.0",
406 "source": {
407 "type": "git",
408 "url": "git@github.com:mustangostang/spyc.git",
409 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
410 },
411 "dist": {
412 "type": "zip",
413 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
414 "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
415 "shasum": ""
416 },
417 "require": {
418 "php": ">=5.3.1"
419 },
420 "require-dev": {
421 "phpunit/phpunit": "4.3.*@dev"
422 },
423 "time": "2019-09-10T13:16:29+00:00",
424 "type": "library",
425 "extra": {
426 "branch-alias": {
427 "dev-master": "0.5.x-dev"
428 }
429 },
430 "installation-source": "dist",
431 "autoload": {
432 "files": [
433 "Spyc.php"
434 ]
435 },
436 "notification-url": "https://packagist.org/downloads/",
437 "license": [
438 "MIT"
439 ],
440 "authors": [
441 {
442 "name": "mustangostang",
443 "email": "vlad.andersen@gmail.com"
444 }
445 ],
446 "description": "A simple YAML loader/dumper class for PHP",
447 "homepage": "https://github.com/mustangostang/spyc/",
448 "keywords": [
449 "spyc",
450 "yaml",
451 "yml"
452 ],
453 "install-path": "../mustangostang/spyc"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100454 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100455 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200456 "name": "nesbot/carbon",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100457 "version": "2.57.0",
458 "version_normalized": "2.57.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200459 "source": {
460 "type": "git",
461 "url": "https://github.com/briannesbitt/Carbon.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100462 "reference": "4a54375c21eea4811dbd1149fe6b246517554e78"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200463 },
464 "dist": {
465 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100466 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4a54375c21eea4811dbd1149fe6b246517554e78",
467 "reference": "4a54375c21eea4811dbd1149fe6b246517554e78",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200468 "shasum": ""
469 },
470 "require": {
471 "ext-json": "*",
472 "php": "^7.1.8 || ^8.0",
473 "symfony/polyfill-mbstring": "^1.0",
474 "symfony/polyfill-php80": "^1.16",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100475 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200476 },
477 "require-dev": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100478 "doctrine/dbal": "^2.0 || ^3.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200479 "doctrine/orm": "^2.7",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100480 "friendsofphp/php-cs-fixer": "^3.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200481 "kylekatarnls/multi-tester": "^2.0",
482 "phpmd/phpmd": "^2.9",
483 "phpstan/extension-installer": "^1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100484 "phpstan/phpstan": "^0.12.54 || ^1.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200485 "phpunit/phpunit": "^7.5.20 || ^8.5.14",
486 "squizlabs/php_codesniffer": "^3.4"
487 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100488 "time": "2022-02-13T18:13:33+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200489 "bin": [
490 "bin/carbon"
491 ],
492 "type": "library",
493 "extra": {
494 "branch-alias": {
495 "dev-3.x": "3.x-dev",
496 "dev-master": "2.x-dev"
497 },
498 "laravel": {
499 "providers": [
500 "Carbon\\Laravel\\ServiceProvider"
501 ]
502 },
503 "phpstan": {
504 "includes": [
505 "extension.neon"
506 ]
507 }
508 },
509 "installation-source": "dist",
510 "autoload": {
511 "psr-4": {
512 "Carbon\\": "src/Carbon/"
513 }
514 },
515 "notification-url": "https://packagist.org/downloads/",
516 "license": [
517 "MIT"
518 ],
519 "authors": [
520 {
521 "name": "Brian Nesbitt",
522 "email": "brian@nesbot.com",
523 "homepage": "https://markido.com"
524 },
525 {
526 "name": "kylekatarnls",
527 "homepage": "https://github.com/kylekatarnls"
528 }
529 ],
530 "description": "An API extension for DateTime that supports 281 different languages.",
531 "homepage": "https://carbon.nesbot.com",
532 "keywords": [
533 "date",
534 "datetime",
535 "time"
536 ],
537 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100538 "docs": "https://carbon.nesbot.com/docs",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200539 "issues": "https://github.com/briannesbitt/Carbon/issues",
540 "source": "https://github.com/briannesbitt/Carbon"
541 },
542 "funding": [
543 {
544 "url": "https://opencollective.com/Carbon",
545 "type": "open_collective"
546 },
547 {
548 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
549 "type": "tidelift"
550 }
551 ],
552 "install-path": "../nesbot/carbon"
553 },
554 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100555 "name": "paragonie/random_compat",
556 "version": "v9.99.100",
557 "version_normalized": "9.99.100.0",
558 "source": {
559 "type": "git",
560 "url": "https://github.com/paragonie/random_compat.git",
561 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
562 },
563 "dist": {
564 "type": "zip",
565 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
566 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
567 "shasum": ""
568 },
569 "require": {
570 "php": ">= 7"
571 },
572 "require-dev": {
573 "phpunit/phpunit": "4.*|5.*",
574 "vimeo/psalm": "^1"
575 },
576 "suggest": {
577 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
578 },
579 "time": "2020-10-15T08:29:30+00:00",
580 "type": "library",
581 "installation-source": "dist",
582 "notification-url": "https://packagist.org/downloads/",
583 "license": [
584 "MIT"
585 ],
586 "authors": [
587 {
588 "name": "Paragon Initiative Enterprises",
589 "email": "security@paragonie.com",
590 "homepage": "https://paragonie.com"
591 }
592 ],
593 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
594 "keywords": [
595 "csprng",
596 "polyfill",
597 "pseudorandom",
598 "random"
599 ],
600 "support": {
601 "email": "info@paragonie.com",
602 "issues": "https://github.com/paragonie/random_compat/issues",
603 "source": "https://github.com/paragonie/random_compat"
604 },
605 "install-path": "../paragonie/random_compat"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100606 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100607 {
608 "name": "php-mime-mail-parser/php-mime-mail-parser",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200609 "version": "7.0.0",
610 "version_normalized": "7.0.0.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100611 "source": {
612 "type": "git",
613 "url": "https://github.com/php-mime-mail-parser/php-mime-mail-parser.git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200614 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100615 },
616 "dist": {
617 "type": "zip",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200618 "url": "https://api.github.com/repos/php-mime-mail-parser/php-mime-mail-parser/zipball/9d09a017f3f103fec8456211a4a538b80e0eca0d",
619 "reference": "9d09a017f3f103fec8456211a4a538b80e0eca0d",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100620 "shasum": ""
621 },
622 "require": {
623 "ext-mailparse": "*",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200624 "php": "^7.2|^8.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100625 },
626 "replace": {
627 "exorus/php-mime-mail-parser": "*",
628 "messaged/php-mime-mail-parser": "*"
629 },
630 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200631 "php-coveralls/php-coveralls": "^2.2",
632 "phpunit/phpunit": "^8.0",
633 "squizlabs/php_codesniffer": "^3.5"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100634 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200635 "time": "2021-02-25T17:21:57+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100636 "type": "library",
637 "installation-source": "dist",
638 "autoload": {
639 "psr-4": {
640 "PhpMimeMailParser\\": "src/"
641 }
642 },
643 "notification-url": "https://packagist.org/downloads/",
644 "license": [
645 "MIT"
646 ],
647 "authors": [
648 {
649 "name": "eXorus",
650 "email": "exorus.spam@gmail.com",
651 "homepage": "https://github.com/eXorus/",
652 "role": "Developer"
653 },
654 {
655 "name": "M.Valinskis",
656 "email": "M.Valins@gmail.com",
657 "homepage": "https://code.google.com/p/php-mime-mail-parser",
658 "role": "Developer"
659 },
660 {
661 "name": "eugene.emmett.wood",
662 "email": "gene_w@cementhorizon.com",
663 "homepage": "https://code.google.com/p/php-mime-mail-parser",
664 "role": "Developer"
665 },
666 {
667 "name": "alknetso",
668 "email": "alkne@gmail.com",
669 "homepage": "https://code.google.com/p/php-mime-mail-parser",
670 "role": "Developer"
671 },
672 {
673 "name": "bucabay",
674 "email": "gabe@fijiwebdesign.com",
675 "homepage": "http://www.fijiwebdesign.com",
676 "role": "Developer"
677 }
678 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200679 "description": "A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100680 "homepage": "https://github.com/php-mime-mail-parser/php-mime-mail-parser",
681 "keywords": [
682 "MimeMailParser",
683 "mail",
684 "mailparse",
685 "mime",
686 "parser",
687 "php"
688 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200689 "support": {
690 "issues": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/issues",
691 "source": "https://github.com/php-mime-mail-parser/php-mime-mail-parser/tree/7.0.0"
692 },
693 "funding": [
694 {
695 "url": "https://github.com/eXorus",
696 "type": "github"
697 }
698 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100699 "install-path": "../php-mime-mail-parser/php-mime-mail-parser"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100700 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100701 {
702 "name": "phpmailer/phpmailer",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100703 "version": "v6.6.0",
704 "version_normalized": "6.6.0.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100705 "source": {
706 "type": "git",
707 "url": "https://github.com/PHPMailer/PHPMailer.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100708 "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100709 },
710 "dist": {
711 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100712 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
713 "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100714 "shasum": ""
715 },
716 "require": {
717 "ext-ctype": "*",
718 "ext-filter": "*",
719 "ext-hash": "*",
720 "php": ">=5.5.0"
721 },
722 "require-dev": {
723 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
724 "doctrine/annotations": "^1.2",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100725 "php-parallel-lint/php-console-highlighter": "^0.5.0",
726 "php-parallel-lint/php-parallel-lint": "^1.3.1",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100727 "phpcompatibility/php-compatibility": "^9.3.5",
728 "roave/security-advisories": "dev-latest",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100729 "squizlabs/php_codesniffer": "^3.6.2",
730 "yoast/phpunit-polyfills": "^1.0.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100731 },
732 "suggest": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200733 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100734 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
735 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
736 "psr/log": "For optional PSR-3 debug logging",
737 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
738 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
739 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100740 "time": "2022-02-28T15:31:21+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100741 "type": "library",
742 "installation-source": "dist",
743 "autoload": {
744 "psr-4": {
745 "PHPMailer\\PHPMailer\\": "src/"
746 }
747 },
748 "notification-url": "https://packagist.org/downloads/",
749 "license": [
750 "LGPL-2.1-only"
751 ],
752 "authors": [
753 {
754 "name": "Marcus Bointon",
755 "email": "phpmailer@synchromedia.co.uk"
756 },
757 {
758 "name": "Jim Jagielski",
759 "email": "jimjag@gmail.com"
760 },
761 {
762 "name": "Andy Prevost",
763 "email": "codeworxtech@users.sourceforge.net"
764 },
765 {
766 "name": "Brent R. Matzelle"
767 }
768 ],
769 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
770 "support": {
771 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100772 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100773 },
774 "funding": [
775 {
776 "url": "https://github.com/Synchro",
777 "type": "github"
778 }
779 ],
780 "install-path": "../phpmailer/phpmailer"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +0100781 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100782 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200783 "name": "psr/container",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100784 "version": "2.0.2",
785 "version_normalized": "2.0.2.0",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100786 "source": {
787 "type": "git",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200788 "url": "https://github.com/php-fig/container.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100789 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100790 },
791 "dist": {
792 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100793 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
794 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200795 "shasum": ""
796 },
797 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100798 "php": ">=7.4.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200799 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100800 "time": "2021-11-05T16:47:00+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200801 "type": "library",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100802 "extra": {
803 "branch-alias": {
804 "dev-master": "2.0.x-dev"
805 }
806 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200807 "installation-source": "dist",
808 "autoload": {
809 "psr-4": {
810 "Psr\\Container\\": "src/"
811 }
812 },
813 "notification-url": "https://packagist.org/downloads/",
814 "license": [
815 "MIT"
816 ],
817 "authors": [
818 {
819 "name": "PHP-FIG",
820 "homepage": "https://www.php-fig.org/"
821 }
822 ],
823 "description": "Common Container Interface (PHP FIG PSR-11)",
824 "homepage": "https://github.com/php-fig/container",
825 "keywords": [
826 "PSR-11",
827 "container",
828 "container-interface",
829 "container-interop",
830 "psr"
831 ],
832 "support": {
833 "issues": "https://github.com/php-fig/container/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100834 "source": "https://github.com/php-fig/container/tree/2.0.2"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200835 },
836 "install-path": "../psr/container"
837 },
838 {
839 "name": "psr/log",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100840 "version": "3.0.0",
841 "version_normalized": "3.0.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200842 "source": {
843 "type": "git",
844 "url": "https://github.com/php-fig/log.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100845 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200846 },
847 "dist": {
848 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100849 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
850 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200851 "shasum": ""
852 },
853 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100854 "php": ">=8.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200855 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100856 "time": "2021-07-14T16:46:02+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200857 "type": "library",
858 "extra": {
859 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100860 "dev-master": "3.x-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200861 }
862 },
863 "installation-source": "dist",
864 "autoload": {
865 "psr-4": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100866 "Psr\\Log\\": "src"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200867 }
868 },
869 "notification-url": "https://packagist.org/downloads/",
870 "license": [
871 "MIT"
872 ],
873 "authors": [
874 {
875 "name": "PHP-FIG",
876 "homepage": "https://www.php-fig.org/"
877 }
878 ],
879 "description": "Common interface for logging libraries",
880 "homepage": "https://github.com/php-fig/log",
881 "keywords": [
882 "log",
883 "psr",
884 "psr-3"
885 ],
886 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100887 "source": "https://github.com/php-fig/log/tree/3.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200888 },
889 "install-path": "../psr/log"
890 },
891 {
892 "name": "psr/simple-cache",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100893 "version": "2.0.0",
894 "version_normalized": "2.0.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200895 "source": {
896 "type": "git",
897 "url": "https://github.com/php-fig/simple-cache.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100898 "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200899 },
900 "dist": {
901 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100902 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/8707bf3cea6f710bf6ef05491234e3ab06f6432a",
903 "reference": "8707bf3cea6f710bf6ef05491234e3ab06f6432a",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200904 "shasum": ""
905 },
906 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100907 "php": ">=8.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200908 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100909 "time": "2021-10-29T13:22:09+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200910 "type": "library",
911 "extra": {
912 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100913 "dev-master": "2.0.x-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200914 }
915 },
916 "installation-source": "dist",
917 "autoload": {
918 "psr-4": {
919 "Psr\\SimpleCache\\": "src/"
920 }
921 },
922 "notification-url": "https://packagist.org/downloads/",
923 "license": [
924 "MIT"
925 ],
926 "authors": [
927 {
928 "name": "PHP-FIG",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100929 "homepage": "https://www.php-fig.org/"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200930 }
931 ],
932 "description": "Common interfaces for simple caching",
933 "keywords": [
934 "cache",
935 "caching",
936 "psr",
937 "psr-16",
938 "simple-cache"
939 ],
940 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100941 "source": "https://github.com/php-fig/simple-cache/tree/2.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200942 },
943 "install-path": "../psr/simple-cache"
944 },
945 {
946 "name": "robthree/twofactorauth",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100947 "version": "1.8.1",
948 "version_normalized": "1.8.1.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200949 "source": {
950 "type": "git",
951 "url": "https://github.com/RobThree/TwoFactorAuth.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100952 "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200953 },
954 "dist": {
955 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100956 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/5afcb45282f1c75562a48d479ecd1732c9bdb11b",
957 "reference": "5afcb45282f1c75562a48d479ecd1732c9bdb11b",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100958 "shasum": ""
959 },
960 "require": {
961 "php": ">=5.6.0"
962 },
963 "require-dev": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200964 "php-parallel-lint/php-parallel-lint": "^1.2",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100965 "phpunit/phpunit": "@stable"
966 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +0200967 "suggest": {
968 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
969 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
970 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +0100971 "time": "2021-10-20T12:19:55+00:00",
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +0100972 "type": "library",
973 "installation-source": "dist",
974 "autoload": {
975 "psr-4": {
976 "RobThree\\Auth\\": "lib"
977 }
978 },
979 "notification-url": "https://packagist.org/downloads/",
980 "license": [
981 "MIT"
982 ],
983 "authors": [
984 {
985 "name": "Rob Janssen",
986 "homepage": "http://robiii.me",
987 "role": "Developer"
988 }
989 ],
990 "description": "Two Factor Authentication",
991 "homepage": "https://github.com/RobThree/TwoFactorAuth",
992 "keywords": [
993 "Authentication",
994 "MFA",
995 "Multi Factor Authentication",
996 "Two Factor Authentication",
997 "authenticator",
998 "authy",
999 "php",
1000 "tfa"
1001 ],
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001002 "support": {
1003 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
1004 "source": "https://github.com/RobThree/TwoFactorAuth"
1005 },
1006 "funding": [
1007 {
1008 "url": "https://paypal.me/robiii",
1009 "type": "custom"
1010 },
1011 {
1012 "url": "https://github.com/RobThree",
1013 "type": "github"
1014 }
1015 ],
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001016 "install-path": "../robthree/twofactorauth"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001017 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001018 {
1019 "name": "soundasleep/html2text",
1020 "version": "0.5.0",
1021 "version_normalized": "0.5.0.0",
1022 "source": {
1023 "type": "git",
1024 "url": "https://github.com/soundasleep/html2text.git",
1025 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad"
1026 },
1027 "dist": {
1028 "type": "zip",
1029 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
1030 "reference": "cdb89f6ffa2c4cc78f8ed9ea6ee0594a9133ccad",
1031 "shasum": ""
1032 },
1033 "require": {
1034 "ext-dom": "*",
1035 "ext-libxml": "*",
1036 "php": ">=5.3.2"
1037 },
1038 "require-dev": {
1039 "phpunit/phpunit": ">=4.0",
1040 "soundasleep/component-tests": "dev-master"
1041 },
1042 "time": "2017-04-19T22:01:50+00:00",
1043 "type": "library",
1044 "installation-source": "dist",
1045 "autoload": {
1046 "psr-4": {
1047 "Html2Text\\": "src"
1048 }
1049 },
1050 "notification-url": "https://packagist.org/downloads/",
1051 "license": [
1052 "EPL-1.0"
1053 ],
1054 "authors": [
1055 {
1056 "name": "Jevon Wright",
1057 "homepage": "https://jevon.org",
1058 "role": "Developer"
1059 }
1060 ],
1061 "description": "A PHP script to convert HTML into a plain text format",
1062 "homepage": "https://github.com/soundasleep/html2text",
1063 "keywords": [
1064 "email",
1065 "html",
1066 "php",
1067 "text"
1068 ],
1069 "install-path": "../soundasleep/html2text"
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001070 },
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001071 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001072 "name": "symfony/polyfill-ctype",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001073 "version": "v1.24.0",
1074 "version_normalized": "1.24.0.0",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001075 "source": {
1076 "type": "git",
1077 "url": "https://github.com/symfony/polyfill-ctype.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001078 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001079 },
1080 "dist": {
1081 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001082 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
1083 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001084 "shasum": ""
1085 },
1086 "require": {
1087 "php": ">=7.1"
1088 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001089 "provide": {
1090 "ext-ctype": "*"
1091 },
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001092 "suggest": {
1093 "ext-ctype": "For best performance"
1094 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001095 "time": "2021-10-20T20:35:02+00:00",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001096 "type": "library",
1097 "extra": {
1098 "branch-alias": {
1099 "dev-main": "1.23-dev"
1100 },
1101 "thanks": {
1102 "name": "symfony/polyfill",
1103 "url": "https://github.com/symfony/polyfill"
1104 }
1105 },
1106 "installation-source": "dist",
1107 "autoload": {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001108 "files": [
1109 "bootstrap.php"
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001110 ],
1111 "psr-4": {
1112 "Symfony\\Polyfill\\Ctype\\": ""
1113 }
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001114 },
1115 "notification-url": "https://packagist.org/downloads/",
1116 "license": [
1117 "MIT"
1118 ],
1119 "authors": [
1120 {
1121 "name": "Gert de Pagter",
1122 "email": "BackEndTea@gmail.com"
1123 },
1124 {
1125 "name": "Symfony Community",
1126 "homepage": "https://symfony.com/contributors"
1127 }
1128 ],
1129 "description": "Symfony polyfill for ctype functions",
1130 "homepage": "https://symfony.com",
1131 "keywords": [
1132 "compatibility",
1133 "ctype",
1134 "polyfill",
1135 "portable"
1136 ],
1137 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001138 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001139 },
1140 "funding": [
1141 {
1142 "url": "https://symfony.com/sponsor",
1143 "type": "custom"
1144 },
1145 {
1146 "url": "https://github.com/fabpot",
1147 "type": "github"
1148 },
1149 {
1150 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1151 "type": "tidelift"
1152 }
1153 ],
1154 "install-path": "../symfony/polyfill-ctype"
1155 },
1156 {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001157 "name": "symfony/polyfill-mbstring",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001158 "version": "v1.24.0",
1159 "version_normalized": "1.24.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001160 "source": {
1161 "type": "git",
1162 "url": "https://github.com/symfony/polyfill-mbstring.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001163 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001164 },
1165 "dist": {
1166 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001167 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
1168 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001169 "shasum": ""
1170 },
1171 "require": {
1172 "php": ">=7.1"
1173 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001174 "provide": {
1175 "ext-mbstring": "*"
1176 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001177 "suggest": {
1178 "ext-mbstring": "For best performance"
1179 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001180 "time": "2021-11-30T18:21:41+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001181 "type": "library",
1182 "extra": {
1183 "branch-alias": {
1184 "dev-main": "1.23-dev"
1185 },
1186 "thanks": {
1187 "name": "symfony/polyfill",
1188 "url": "https://github.com/symfony/polyfill"
1189 }
1190 },
1191 "installation-source": "dist",
1192 "autoload": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001193 "files": [
1194 "bootstrap.php"
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001195 ],
1196 "psr-4": {
1197 "Symfony\\Polyfill\\Mbstring\\": ""
1198 }
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001199 },
1200 "notification-url": "https://packagist.org/downloads/",
1201 "license": [
1202 "MIT"
1203 ],
1204 "authors": [
1205 {
1206 "name": "Nicolas Grekas",
1207 "email": "p@tchwork.com"
1208 },
1209 {
1210 "name": "Symfony Community",
1211 "homepage": "https://symfony.com/contributors"
1212 }
1213 ],
1214 "description": "Symfony polyfill for the Mbstring extension",
1215 "homepage": "https://symfony.com",
1216 "keywords": [
1217 "compatibility",
1218 "mbstring",
1219 "polyfill",
1220 "portable",
1221 "shim"
1222 ],
1223 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001224 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001225 },
1226 "funding": [
1227 {
1228 "url": "https://symfony.com/sponsor",
1229 "type": "custom"
1230 },
1231 {
1232 "url": "https://github.com/fabpot",
1233 "type": "github"
1234 },
1235 {
1236 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1237 "type": "tidelift"
1238 }
1239 ],
1240 "install-path": "../symfony/polyfill-mbstring"
1241 },
1242 {
1243 "name": "symfony/polyfill-php80",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001244 "version": "v1.24.0",
1245 "version_normalized": "1.24.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001246 "source": {
1247 "type": "git",
1248 "url": "https://github.com/symfony/polyfill-php80.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001249 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001250 },
1251 "dist": {
1252 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001253 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
1254 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001255 "shasum": ""
1256 },
1257 "require": {
1258 "php": ">=7.1"
1259 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001260 "time": "2021-09-13T13:58:33+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001261 "type": "library",
1262 "extra": {
1263 "branch-alias": {
1264 "dev-main": "1.23-dev"
1265 },
1266 "thanks": {
1267 "name": "symfony/polyfill",
1268 "url": "https://github.com/symfony/polyfill"
1269 }
1270 },
1271 "installation-source": "dist",
1272 "autoload": {
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001273 "files": [
1274 "bootstrap.php"
1275 ],
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001276 "psr-4": {
1277 "Symfony\\Polyfill\\Php80\\": ""
1278 },
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001279 "classmap": [
1280 "Resources/stubs"
1281 ]
1282 },
1283 "notification-url": "https://packagist.org/downloads/",
1284 "license": [
1285 "MIT"
1286 ],
1287 "authors": [
1288 {
1289 "name": "Ion Bazan",
1290 "email": "ion.bazan@gmail.com"
1291 },
1292 {
1293 "name": "Nicolas Grekas",
1294 "email": "p@tchwork.com"
1295 },
1296 {
1297 "name": "Symfony Community",
1298 "homepage": "https://symfony.com/contributors"
1299 }
1300 ],
1301 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1302 "homepage": "https://symfony.com",
1303 "keywords": [
1304 "compatibility",
1305 "polyfill",
1306 "portable",
1307 "shim"
1308 ],
1309 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001310 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001311 },
1312 "funding": [
1313 {
1314 "url": "https://symfony.com/sponsor",
1315 "type": "custom"
1316 },
1317 {
1318 "url": "https://github.com/fabpot",
1319 "type": "github"
1320 },
1321 {
1322 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1323 "type": "tidelift"
1324 }
1325 ],
1326 "install-path": "../symfony/polyfill-php80"
1327 },
1328 {
1329 "name": "symfony/translation",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001330 "version": "v6.0.5",
1331 "version_normalized": "6.0.5.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001332 "source": {
1333 "type": "git",
1334 "url": "https://github.com/symfony/translation.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001335 "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001336 },
1337 "dist": {
1338 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001339 "url": "https://api.github.com/repos/symfony/translation/zipball/e69501c71107cc3146b32aaa45f4edd0c3427875",
1340 "reference": "e69501c71107cc3146b32aaa45f4edd0c3427875",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001341 "shasum": ""
1342 },
1343 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001344 "php": ">=8.0.2",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001345 "symfony/polyfill-mbstring": "~1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001346 "symfony/translation-contracts": "^2.3|^3.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001347 },
1348 "conflict": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001349 "symfony/config": "<5.4",
1350 "symfony/console": "<5.4",
1351 "symfony/dependency-injection": "<5.4",
1352 "symfony/http-kernel": "<5.4",
1353 "symfony/twig-bundle": "<5.4",
1354 "symfony/yaml": "<5.4"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001355 },
1356 "provide": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001357 "symfony/translation-implementation": "2.3|3.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001358 },
1359 "require-dev": {
1360 "psr/log": "^1|^2|^3",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001361 "symfony/config": "^5.4|^6.0",
1362 "symfony/console": "^5.4|^6.0",
1363 "symfony/dependency-injection": "^5.4|^6.0",
1364 "symfony/finder": "^5.4|^6.0",
1365 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
1366 "symfony/http-kernel": "^5.4|^6.0",
1367 "symfony/intl": "^5.4|^6.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001368 "symfony/polyfill-intl-icu": "^1.21",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001369 "symfony/service-contracts": "^1.1.2|^2|^3",
1370 "symfony/yaml": "^5.4|^6.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001371 },
1372 "suggest": {
1373 "psr/log-implementation": "To use logging capability in translator",
1374 "symfony/config": "",
1375 "symfony/yaml": ""
1376 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001377 "time": "2022-02-09T15:52:48+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001378 "type": "library",
1379 "installation-source": "dist",
1380 "autoload": {
1381 "files": [
1382 "Resources/functions.php"
1383 ],
1384 "psr-4": {
1385 "Symfony\\Component\\Translation\\": ""
1386 },
1387 "exclude-from-classmap": [
1388 "/Tests/"
1389 ]
1390 },
1391 "notification-url": "https://packagist.org/downloads/",
1392 "license": [
1393 "MIT"
1394 ],
1395 "authors": [
1396 {
1397 "name": "Fabien Potencier",
1398 "email": "fabien@symfony.com"
1399 },
1400 {
1401 "name": "Symfony Community",
1402 "homepage": "https://symfony.com/contributors"
1403 }
1404 ],
1405 "description": "Provides tools to internationalize your application",
1406 "homepage": "https://symfony.com",
1407 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001408 "source": "https://github.com/symfony/translation/tree/v6.0.5"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001409 },
1410 "funding": [
1411 {
1412 "url": "https://symfony.com/sponsor",
1413 "type": "custom"
1414 },
1415 {
1416 "url": "https://github.com/fabpot",
1417 "type": "github"
1418 },
1419 {
1420 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1421 "type": "tidelift"
1422 }
1423 ],
1424 "install-path": "../symfony/translation"
1425 },
1426 {
1427 "name": "symfony/translation-contracts",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001428 "version": "v3.0.0",
1429 "version_normalized": "3.0.0.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001430 "source": {
1431 "type": "git",
1432 "url": "https://github.com/symfony/translation-contracts.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001433 "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001434 },
1435 "dist": {
1436 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001437 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
1438 "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001439 "shasum": ""
1440 },
1441 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001442 "php": ">=8.0.2"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001443 },
1444 "suggest": {
1445 "symfony/translation-implementation": ""
1446 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001447 "time": "2021-09-07T12:43:40+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001448 "type": "library",
1449 "extra": {
1450 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001451 "dev-main": "3.0-dev"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001452 },
1453 "thanks": {
1454 "name": "symfony/contracts",
1455 "url": "https://github.com/symfony/contracts"
1456 }
1457 },
1458 "installation-source": "dist",
1459 "autoload": {
1460 "psr-4": {
1461 "Symfony\\Contracts\\Translation\\": ""
1462 }
1463 },
1464 "notification-url": "https://packagist.org/downloads/",
1465 "license": [
1466 "MIT"
1467 ],
1468 "authors": [
1469 {
1470 "name": "Nicolas Grekas",
1471 "email": "p@tchwork.com"
1472 },
1473 {
1474 "name": "Symfony Community",
1475 "homepage": "https://symfony.com/contributors"
1476 }
1477 ],
1478 "description": "Generic abstractions related to translation",
1479 "homepage": "https://symfony.com",
1480 "keywords": [
1481 "abstractions",
1482 "contracts",
1483 "decoupling",
1484 "interfaces",
1485 "interoperability",
1486 "standards"
1487 ],
1488 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001489 "source": "https://github.com/symfony/translation-contracts/tree/v3.0.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001490 },
1491 "funding": [
1492 {
1493 "url": "https://symfony.com/sponsor",
1494 "type": "custom"
1495 },
1496 {
1497 "url": "https://github.com/fabpot",
1498 "type": "github"
1499 },
1500 {
1501 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1502 "type": "tidelift"
1503 }
1504 ],
1505 "install-path": "../symfony/translation-contracts"
1506 },
1507 {
1508 "name": "symfony/var-dumper",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001509 "version": "v6.0.5",
1510 "version_normalized": "6.0.5.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001511 "source": {
1512 "type": "git",
1513 "url": "https://github.com/symfony/var-dumper.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001514 "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001515 },
1516 "dist": {
1517 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001518 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60d6a756d5f485df5e6e40b337334848f79f61ce",
1519 "reference": "60d6a756d5f485df5e6e40b337334848f79f61ce",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001520 "shasum": ""
1521 },
1522 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001523 "php": ">=8.0.2",
1524 "symfony/polyfill-mbstring": "~1.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001525 },
1526 "conflict": {
1527 "phpunit/phpunit": "<5.4.3",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001528 "symfony/console": "<5.4"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001529 },
1530 "require-dev": {
1531 "ext-iconv": "*",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001532 "symfony/console": "^5.4|^6.0",
1533 "symfony/process": "^5.4|^6.0",
1534 "symfony/uid": "^5.4|^6.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001535 "twig/twig": "^2.13|^3.0.4"
1536 },
1537 "suggest": {
1538 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
1539 "ext-intl": "To show region name in time zone dump",
1540 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
1541 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001542 "time": "2022-02-21T17:15:17+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001543 "bin": [
1544 "Resources/bin/var-dump-server"
1545 ],
1546 "type": "library",
1547 "installation-source": "dist",
1548 "autoload": {
1549 "files": [
1550 "Resources/functions/dump.php"
1551 ],
1552 "psr-4": {
1553 "Symfony\\Component\\VarDumper\\": ""
1554 },
1555 "exclude-from-classmap": [
1556 "/Tests/"
1557 ]
1558 },
1559 "notification-url": "https://packagist.org/downloads/",
1560 "license": [
1561 "MIT"
1562 ],
1563 "authors": [
1564 {
1565 "name": "Nicolas Grekas",
1566 "email": "p@tchwork.com"
1567 },
1568 {
1569 "name": "Symfony Community",
1570 "homepage": "https://symfony.com/contributors"
1571 }
1572 ],
1573 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
1574 "homepage": "https://symfony.com",
1575 "keywords": [
1576 "debug",
1577 "dump"
1578 ],
1579 "support": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001580 "source": "https://github.com/symfony/var-dumper/tree/v6.0.5"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001581 },
1582 "funding": [
1583 {
1584 "url": "https://symfony.com/sponsor",
1585 "type": "custom"
1586 },
1587 {
1588 "url": "https://github.com/fabpot",
1589 "type": "github"
1590 },
1591 {
1592 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1593 "type": "tidelift"
1594 }
1595 ],
1596 "install-path": "../symfony/var-dumper"
1597 },
1598 {
1599 "name": "tightenco/collect",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001600 "version": "v8.83.2",
1601 "version_normalized": "8.83.2.0",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001602 "source": {
1603 "type": "git",
1604 "url": "https://github.com/tighten/collect.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001605 "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001606 },
1607 "dist": {
1608 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001609 "url": "https://api.github.com/repos/tighten/collect/zipball/d9c66d586ec2d216d8a31283d73f8df1400cc722",
1610 "reference": "d9c66d586ec2d216d8a31283d73f8df1400cc722",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001611 "shasum": ""
1612 },
1613 "require": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001614 "php": "^7.3|^8.0",
1615 "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001616 },
1617 "require-dev": {
1618 "mockery/mockery": "^1.0",
1619 "nesbot/carbon": "^2.23.0",
1620 "phpunit/phpunit": "^8.3"
1621 },
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001622 "time": "2022-02-16T16:15:54+00:00",
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001623 "type": "library",
1624 "installation-source": "dist",
1625 "autoload": {
1626 "files": [
1627 "src/Collect/Support/helpers.php",
1628 "src/Collect/Support/alias.php"
1629 ],
1630 "psr-4": {
1631 "Tightenco\\Collect\\": "src/Collect"
1632 }
1633 },
1634 "notification-url": "https://packagist.org/downloads/",
1635 "license": [
1636 "MIT"
1637 ],
1638 "authors": [
1639 {
1640 "name": "Taylor Otwell",
1641 "email": "taylorotwell@gmail.com"
1642 }
1643 ],
1644 "description": "Collect - Illuminate Collections as a separate package.",
1645 "keywords": [
1646 "collection",
1647 "laravel"
1648 ],
1649 "support": {
1650 "issues": "https://github.com/tighten/collect/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001651 "source": "https://github.com/tighten/collect/tree/v8.83.2"
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001652 },
1653 "install-path": "../tightenco/collect"
1654 },
1655 {
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001656 "name": "twig/twig",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001657 "version": "v3.4.3",
1658 "version_normalized": "3.4.3.0",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001659 "source": {
1660 "type": "git",
1661 "url": "https://github.com/twigphp/Twig.git",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001662 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001663 },
1664 "dist": {
1665 "type": "zip",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001666 "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
1667 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001668 "shasum": ""
1669 },
1670 "require": {
1671 "php": ">=7.2.5",
1672 "symfony/polyfill-ctype": "^1.8",
1673 "symfony/polyfill-mbstring": "^1.3"
1674 },
1675 "require-dev": {
1676 "psr/container": "^1.0",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001677 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001678 },
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 "type": "library",
1681 "extra": {
1682 "branch-alias": {
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001683 "dev-master": "3.4-dev"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001684 }
1685 },
1686 "installation-source": "dist",
1687 "autoload": {
1688 "psr-4": {
1689 "Twig\\": "src/"
1690 }
1691 },
1692 "notification-url": "https://packagist.org/downloads/",
1693 "license": [
1694 "BSD-3-Clause"
1695 ],
1696 "authors": [
1697 {
1698 "name": "Fabien Potencier",
1699 "email": "fabien@symfony.com",
1700 "homepage": "http://fabien.potencier.org",
1701 "role": "Lead Developer"
1702 },
1703 {
1704 "name": "Twig Team",
1705 "role": "Contributors"
1706 },
1707 {
1708 "name": "Armin Ronacher",
1709 "email": "armin.ronacher@active-4.com",
1710 "role": "Project Founder"
1711 }
1712 ],
1713 "description": "Twig, the flexible, fast, and secure template language for PHP",
1714 "homepage": "https://twig.symfony.com",
1715 "keywords": [
1716 "templating"
1717 ],
1718 "support": {
1719 "issues": "https://github.com/twigphp/Twig/issues",
Matthias Andreas Benkard1ba53812022-12-27 17:32:58 +01001720 "source": "https://github.com/twigphp/Twig/tree/v3.4.3"
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001721 },
1722 "funding": [
1723 {
1724 "url": "https://github.com/fabpot",
1725 "type": "github"
1726 },
1727 {
1728 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
1729 "type": "tidelift"
1730 }
1731 ],
1732 "install-path": "../twig/twig"
1733 },
1734 {
Matthias Andreas Benkarde39c4f82021-01-06 17:59:39 +01001735 "name": "yubico/u2flib-server",
1736 "version": "1.0.2",
1737 "version_normalized": "1.0.2.0",
1738 "source": {
1739 "type": "git",
1740 "url": "https://github.com/Yubico/php-u2flib-server.git",
1741 "reference": "55d813acf68212ad2cadecde07551600d6971939"
1742 },
1743 "dist": {
1744 "type": "zip",
1745 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
1746 "reference": "55d813acf68212ad2cadecde07551600d6971939",
1747 "shasum": ""
1748 },
1749 "require": {
1750 "ext-openssl": "*",
1751 "paragonie/random_compat": ">= 1",
1752 "php": ">=5.6"
1753 },
1754 "require-dev": {
1755 "phpunit/phpunit": "~5.7",
1756 "vimeo/psalm": "^0|^1|^2"
1757 },
1758 "time": "2018-09-07T08:16:44+00:00",
1759 "type": "library",
1760 "installation-source": "dist",
1761 "autoload": {
1762 "classmap": [
1763 "src/"
1764 ]
1765 },
1766 "notification-url": "https://packagist.org/downloads/",
1767 "license": [
1768 "BSD-2-Clause"
1769 ],
1770 "description": "Library for U2F implementation",
1771 "homepage": "https://developers.yubico.com/php-u2flib-server",
1772 "install-path": "../yubico/u2flib-server"
1773 }
1774 ],
1775 "dev": true,
1776 "dev-package-names": []
1777}