]> git.agnieray.net Git - galette.git/blob - galette/composer.lock
e58d3df3b6bf20d51298b32e45b597d2c3edaf38
[galette.git] / galette / composer.lock
1 {
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 ],
7 "content-hash": "49aee4bfa35737b80d4e7c19726e83c8",
8 "packages": [
9 {
10 "name": "akrabat/rka-slim-session-middleware",
11 "version": "3.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/akrabat/rka-slim-session-middleware.git",
15 "reference": "57cb52446778055da1b7b3ee638fbccaf9b1a0f1"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/akrabat/rka-slim-session-middleware/zipball/57cb52446778055da1b7b3ee638fbccaf9b1a0f1",
20 "reference": "57cb52446778055da1b7b3ee638fbccaf9b1a0f1",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=7.4",
25 "psr/http-server-middleware": "^1.0"
26 },
27 "require-dev": {
28 "phpunit/phpunit": "^9.5",
29 "slim/psr7": "^1.5"
30 },
31 "type": "library",
32 "autoload": {
33 "psr-4": {
34 "RKA\\": "RKA"
35 }
36 },
37 "notification-url": "https://packagist.org/downloads/",
38 "license": [
39 "BSD-3-Clause"
40 ],
41 "authors": [
42 {
43 "name": "Rob Allen",
44 "email": "rob@akrabat.com",
45 "homepage": "http://akrabat.com"
46 }
47 ],
48 "description": "Simple session middleware for Slim Framework",
49 "homepage": "http://github.com/akrabat/rka-slim-session-middleware",
50 "keywords": [
51 "middleware",
52 "session",
53 "slim"
54 ],
55 "support": {
56 "issues": "https://github.com/akrabat/rka-slim-session-middleware/issues",
57 "source": "https://github.com/akrabat/rka-slim-session-middleware/tree/3.0.0"
58 },
59 "time": "2022-07-19T11:39:01+00:00"
60 },
61 {
62 "name": "analog/analog",
63 "version": "1.0.20-stable",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/jbroadway/analog.git",
67 "reference": "c0e16a986f5fbdd0b80372735d2b7be495f754d7"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/jbroadway/analog/zipball/c0e16a986f5fbdd0b80372735d2b7be495f754d7",
72 "reference": "c0e16a986f5fbdd0b80372735d2b7be495f754d7",
73 "shasum": ""
74 },
75 "require": {
76 "php": ">=7.2",
77 "psr/log": "^1.0.1"
78 },
79 "require-dev": {
80 "phpunit/phpunit": "^8.5"
81 },
82 "type": "library",
83 "autoload": {
84 "psr-0": {
85 "Analog": "lib/"
86 }
87 },
88 "notification-url": "https://packagist.org/downloads/",
89 "license": [
90 "MIT"
91 ],
92 "authors": [
93 {
94 "name": "Johnny Broadway",
95 "email": "johnny@johnnybroadway.com",
96 "homepage": "http://www.johnnybroadway.com/"
97 }
98 ],
99 "description": "Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.",
100 "homepage": "https://github.com/jbroadway/analog",
101 "keywords": [
102 "PSR3",
103 "alerts",
104 "amon",
105 "apprise",
106 "chrome-logger",
107 "console",
108 "debug",
109 "debugging",
110 "error",
111 "errors",
112 "firephp",
113 "gelf",
114 "log",
115 "logger",
116 "logging",
117 "logs",
118 "monitor",
119 "monitoring",
120 "psr-3",
121 "stderr",
122 "syslog"
123 ],
124 "support": {
125 "issues": "https://github.com/jbroadway/analog/issues",
126 "source": "https://github.com/jbroadway/analog/tree/1.0.20-stable"
127 },
128 "time": "2023-11-02T02:07:02+00:00"
129 },
130 {
131 "name": "doctrine/annotations",
132 "version": "1.14.3",
133 "source": {
134 "type": "git",
135 "url": "https://github.com/doctrine/annotations.git",
136 "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
137 },
138 "dist": {
139 "type": "zip",
140 "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
141 "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
142 "shasum": ""
143 },
144 "require": {
145 "doctrine/lexer": "^1 || ^2",
146 "ext-tokenizer": "*",
147 "php": "^7.1 || ^8.0",
148 "psr/cache": "^1 || ^2 || ^3"
149 },
150 "require-dev": {
151 "doctrine/cache": "^1.11 || ^2.0",
152 "doctrine/coding-standard": "^9 || ^10",
153 "phpstan/phpstan": "~1.4.10 || ^1.8.0",
154 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
155 "symfony/cache": "^4.4 || ^5.4 || ^6",
156 "vimeo/psalm": "^4.10"
157 },
158 "suggest": {
159 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
160 },
161 "type": "library",
162 "autoload": {
163 "psr-4": {
164 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
165 }
166 },
167 "notification-url": "https://packagist.org/downloads/",
168 "license": [
169 "MIT"
170 ],
171 "authors": [
172 {
173 "name": "Guilherme Blanco",
174 "email": "guilhermeblanco@gmail.com"
175 },
176 {
177 "name": "Roman Borschel",
178 "email": "roman@code-factory.org"
179 },
180 {
181 "name": "Benjamin Eberlei",
182 "email": "kontakt@beberlei.de"
183 },
184 {
185 "name": "Jonathan Wage",
186 "email": "jonwage@gmail.com"
187 },
188 {
189 "name": "Johannes Schmitt",
190 "email": "schmittjoh@gmail.com"
191 }
192 ],
193 "description": "Docblock Annotations Parser",
194 "homepage": "https://www.doctrine-project.org/projects/annotations.html",
195 "keywords": [
196 "annotations",
197 "docblock",
198 "parser"
199 ],
200 "support": {
201 "issues": "https://github.com/doctrine/annotations/issues",
202 "source": "https://github.com/doctrine/annotations/tree/1.14.3"
203 },
204 "time": "2023-02-01T09:20:38+00:00"
205 },
206 {
207 "name": "doctrine/deprecations",
208 "version": "1.1.2",
209 "source": {
210 "type": "git",
211 "url": "https://github.com/doctrine/deprecations.git",
212 "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
213 },
214 "dist": {
215 "type": "zip",
216 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
217 "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
218 "shasum": ""
219 },
220 "require": {
221 "php": "^7.1 || ^8.0"
222 },
223 "require-dev": {
224 "doctrine/coding-standard": "^9",
225 "phpstan/phpstan": "1.4.10 || 1.10.15",
226 "phpstan/phpstan-phpunit": "^1.0",
227 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
228 "psalm/plugin-phpunit": "0.18.4",
229 "psr/log": "^1 || ^2 || ^3",
230 "vimeo/psalm": "4.30.0 || 5.12.0"
231 },
232 "suggest": {
233 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
234 },
235 "type": "library",
236 "autoload": {
237 "psr-4": {
238 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
239 }
240 },
241 "notification-url": "https://packagist.org/downloads/",
242 "license": [
243 "MIT"
244 ],
245 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
246 "homepage": "https://www.doctrine-project.org/",
247 "support": {
248 "issues": "https://github.com/doctrine/deprecations/issues",
249 "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
250 },
251 "time": "2023-09-27T20:04:15+00:00"
252 },
253 {
254 "name": "doctrine/lexer",
255 "version": "2.1.0",
256 "source": {
257 "type": "git",
258 "url": "https://github.com/doctrine/lexer.git",
259 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
260 },
261 "dist": {
262 "type": "zip",
263 "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
264 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
265 "shasum": ""
266 },
267 "require": {
268 "doctrine/deprecations": "^1.0",
269 "php": "^7.1 || ^8.0"
270 },
271 "require-dev": {
272 "doctrine/coding-standard": "^9 || ^10",
273 "phpstan/phpstan": "^1.3",
274 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
275 "psalm/plugin-phpunit": "^0.18.3",
276 "vimeo/psalm": "^4.11 || ^5.0"
277 },
278 "type": "library",
279 "autoload": {
280 "psr-4": {
281 "Doctrine\\Common\\Lexer\\": "src"
282 }
283 },
284 "notification-url": "https://packagist.org/downloads/",
285 "license": [
286 "MIT"
287 ],
288 "authors": [
289 {
290 "name": "Guilherme Blanco",
291 "email": "guilhermeblanco@gmail.com"
292 },
293 {
294 "name": "Roman Borschel",
295 "email": "roman@code-factory.org"
296 },
297 {
298 "name": "Johannes Schmitt",
299 "email": "schmittjoh@gmail.com"
300 }
301 ],
302 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
303 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
304 "keywords": [
305 "annotations",
306 "docblock",
307 "lexer",
308 "parser",
309 "php"
310 ],
311 "support": {
312 "issues": "https://github.com/doctrine/lexer/issues",
313 "source": "https://github.com/doctrine/lexer/tree/2.1.0"
314 },
315 "funding": [
316 {
317 "url": "https://www.doctrine-project.org/sponsorship.html",
318 "type": "custom"
319 },
320 {
321 "url": "https://www.patreon.com/phpdoctrine",
322 "type": "patreon"
323 },
324 {
325 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
326 "type": "tidelift"
327 }
328 ],
329 "time": "2022-12-14T08:49:07+00:00"
330 },
331 {
332 "name": "ezyang/htmlpurifier",
333 "version": "v4.16.0",
334 "source": {
335 "type": "git",
336 "url": "https://github.com/ezyang/htmlpurifier.git",
337 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
338 },
339 "dist": {
340 "type": "zip",
341 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
342 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
343 "shasum": ""
344 },
345 "require": {
346 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
347 },
348 "require-dev": {
349 "cerdic/css-tidy": "^1.7 || ^2.0",
350 "simpletest/simpletest": "dev-master"
351 },
352 "suggest": {
353 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
354 "ext-bcmath": "Used for unit conversion and imagecrash protection",
355 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
356 "ext-tidy": "Used for pretty-printing HTML"
357 },
358 "type": "library",
359 "autoload": {
360 "files": [
361 "library/HTMLPurifier.composer.php"
362 ],
363 "psr-0": {
364 "HTMLPurifier": "library/"
365 },
366 "exclude-from-classmap": [
367 "/library/HTMLPurifier/Language/"
368 ]
369 },
370 "notification-url": "https://packagist.org/downloads/",
371 "license": [
372 "LGPL-2.1-or-later"
373 ],
374 "authors": [
375 {
376 "name": "Edward Z. Yang",
377 "email": "admin@htmlpurifier.org",
378 "homepage": "http://ezyang.com"
379 }
380 ],
381 "description": "Standards compliant HTML filter written in PHP",
382 "homepage": "http://htmlpurifier.org/",
383 "keywords": [
384 "html"
385 ],
386 "support": {
387 "issues": "https://github.com/ezyang/htmlpurifier/issues",
388 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
389 },
390 "time": "2022-09-18T07:06:19+00:00"
391 },
392 {
393 "name": "fig/http-message-util",
394 "version": "1.1.5",
395 "source": {
396 "type": "git",
397 "url": "https://github.com/php-fig/http-message-util.git",
398 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
399 },
400 "dist": {
401 "type": "zip",
402 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
403 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
404 "shasum": ""
405 },
406 "require": {
407 "php": "^5.3 || ^7.0 || ^8.0"
408 },
409 "suggest": {
410 "psr/http-message": "The package containing the PSR-7 interfaces"
411 },
412 "type": "library",
413 "extra": {
414 "branch-alias": {
415 "dev-master": "1.1.x-dev"
416 }
417 },
418 "autoload": {
419 "psr-4": {
420 "Fig\\Http\\Message\\": "src/"
421 }
422 },
423 "notification-url": "https://packagist.org/downloads/",
424 "license": [
425 "MIT"
426 ],
427 "authors": [
428 {
429 "name": "PHP-FIG",
430 "homepage": "https://www.php-fig.org/"
431 }
432 ],
433 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
434 "keywords": [
435 "http",
436 "http-message",
437 "psr",
438 "psr-7",
439 "request",
440 "response"
441 ],
442 "support": {
443 "issues": "https://github.com/php-fig/http-message-util/issues",
444 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
445 },
446 "time": "2020-11-24T22:02:12+00:00"
447 },
448 {
449 "name": "guzzlehttp/guzzle",
450 "version": "7.8.1",
451 "source": {
452 "type": "git",
453 "url": "https://github.com/guzzle/guzzle.git",
454 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
455 },
456 "dist": {
457 "type": "zip",
458 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
459 "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
460 "shasum": ""
461 },
462 "require": {
463 "ext-json": "*",
464 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
465 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
466 "php": "^7.2.5 || ^8.0",
467 "psr/http-client": "^1.0",
468 "symfony/deprecation-contracts": "^2.2 || ^3.0"
469 },
470 "provide": {
471 "psr/http-client-implementation": "1.0"
472 },
473 "require-dev": {
474 "bamarni/composer-bin-plugin": "^1.8.2",
475 "ext-curl": "*",
476 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
477 "php-http/message-factory": "^1.1",
478 "phpunit/phpunit": "^8.5.36 || ^9.6.15",
479 "psr/log": "^1.1 || ^2.0 || ^3.0"
480 },
481 "suggest": {
482 "ext-curl": "Required for CURL handler support",
483 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
484 "psr/log": "Required for using the Log middleware"
485 },
486 "type": "library",
487 "extra": {
488 "bamarni-bin": {
489 "bin-links": true,
490 "forward-command": false
491 }
492 },
493 "autoload": {
494 "files": [
495 "src/functions_include.php"
496 ],
497 "psr-4": {
498 "GuzzleHttp\\": "src/"
499 }
500 },
501 "notification-url": "https://packagist.org/downloads/",
502 "license": [
503 "MIT"
504 ],
505 "authors": [
506 {
507 "name": "Graham Campbell",
508 "email": "hello@gjcampbell.co.uk",
509 "homepage": "https://github.com/GrahamCampbell"
510 },
511 {
512 "name": "Michael Dowling",
513 "email": "mtdowling@gmail.com",
514 "homepage": "https://github.com/mtdowling"
515 },
516 {
517 "name": "Jeremy Lindblom",
518 "email": "jeremeamia@gmail.com",
519 "homepage": "https://github.com/jeremeamia"
520 },
521 {
522 "name": "George Mponos",
523 "email": "gmponos@gmail.com",
524 "homepage": "https://github.com/gmponos"
525 },
526 {
527 "name": "Tobias Nyholm",
528 "email": "tobias.nyholm@gmail.com",
529 "homepage": "https://github.com/Nyholm"
530 },
531 {
532 "name": "Márk Sági-Kazár",
533 "email": "mark.sagikazar@gmail.com",
534 "homepage": "https://github.com/sagikazarmark"
535 },
536 {
537 "name": "Tobias Schultze",
538 "email": "webmaster@tubo-world.de",
539 "homepage": "https://github.com/Tobion"
540 }
541 ],
542 "description": "Guzzle is a PHP HTTP client library",
543 "keywords": [
544 "client",
545 "curl",
546 "framework",
547 "http",
548 "http client",
549 "psr-18",
550 "psr-7",
551 "rest",
552 "web service"
553 ],
554 "support": {
555 "issues": "https://github.com/guzzle/guzzle/issues",
556 "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
557 },
558 "funding": [
559 {
560 "url": "https://github.com/GrahamCampbell",
561 "type": "github"
562 },
563 {
564 "url": "https://github.com/Nyholm",
565 "type": "github"
566 },
567 {
568 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
569 "type": "tidelift"
570 }
571 ],
572 "time": "2023-12-03T20:35:24+00:00"
573 },
574 {
575 "name": "guzzlehttp/promises",
576 "version": "2.0.2",
577 "source": {
578 "type": "git",
579 "url": "https://github.com/guzzle/promises.git",
580 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
581 },
582 "dist": {
583 "type": "zip",
584 "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
585 "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
586 "shasum": ""
587 },
588 "require": {
589 "php": "^7.2.5 || ^8.0"
590 },
591 "require-dev": {
592 "bamarni/composer-bin-plugin": "^1.8.2",
593 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
594 },
595 "type": "library",
596 "extra": {
597 "bamarni-bin": {
598 "bin-links": true,
599 "forward-command": false
600 }
601 },
602 "autoload": {
603 "psr-4": {
604 "GuzzleHttp\\Promise\\": "src/"
605 }
606 },
607 "notification-url": "https://packagist.org/downloads/",
608 "license": [
609 "MIT"
610 ],
611 "authors": [
612 {
613 "name": "Graham Campbell",
614 "email": "hello@gjcampbell.co.uk",
615 "homepage": "https://github.com/GrahamCampbell"
616 },
617 {
618 "name": "Michael Dowling",
619 "email": "mtdowling@gmail.com",
620 "homepage": "https://github.com/mtdowling"
621 },
622 {
623 "name": "Tobias Nyholm",
624 "email": "tobias.nyholm@gmail.com",
625 "homepage": "https://github.com/Nyholm"
626 },
627 {
628 "name": "Tobias Schultze",
629 "email": "webmaster@tubo-world.de",
630 "homepage": "https://github.com/Tobion"
631 }
632 ],
633 "description": "Guzzle promises library",
634 "keywords": [
635 "promise"
636 ],
637 "support": {
638 "issues": "https://github.com/guzzle/promises/issues",
639 "source": "https://github.com/guzzle/promises/tree/2.0.2"
640 },
641 "funding": [
642 {
643 "url": "https://github.com/GrahamCampbell",
644 "type": "github"
645 },
646 {
647 "url": "https://github.com/Nyholm",
648 "type": "github"
649 },
650 {
651 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
652 "type": "tidelift"
653 }
654 ],
655 "time": "2023-12-03T20:19:20+00:00"
656 },
657 {
658 "name": "guzzlehttp/psr7",
659 "version": "2.6.2",
660 "source": {
661 "type": "git",
662 "url": "https://github.com/guzzle/psr7.git",
663 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
664 },
665 "dist": {
666 "type": "zip",
667 "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
668 "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
669 "shasum": ""
670 },
671 "require": {
672 "php": "^7.2.5 || ^8.0",
673 "psr/http-factory": "^1.0",
674 "psr/http-message": "^1.1 || ^2.0",
675 "ralouphie/getallheaders": "^3.0"
676 },
677 "provide": {
678 "psr/http-factory-implementation": "1.0",
679 "psr/http-message-implementation": "1.0"
680 },
681 "require-dev": {
682 "bamarni/composer-bin-plugin": "^1.8.2",
683 "http-interop/http-factory-tests": "^0.9",
684 "phpunit/phpunit": "^8.5.36 || ^9.6.15"
685 },
686 "suggest": {
687 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
688 },
689 "type": "library",
690 "extra": {
691 "bamarni-bin": {
692 "bin-links": true,
693 "forward-command": false
694 }
695 },
696 "autoload": {
697 "psr-4": {
698 "GuzzleHttp\\Psr7\\": "src/"
699 }
700 },
701 "notification-url": "https://packagist.org/downloads/",
702 "license": [
703 "MIT"
704 ],
705 "authors": [
706 {
707 "name": "Graham Campbell",
708 "email": "hello@gjcampbell.co.uk",
709 "homepage": "https://github.com/GrahamCampbell"
710 },
711 {
712 "name": "Michael Dowling",
713 "email": "mtdowling@gmail.com",
714 "homepage": "https://github.com/mtdowling"
715 },
716 {
717 "name": "George Mponos",
718 "email": "gmponos@gmail.com",
719 "homepage": "https://github.com/gmponos"
720 },
721 {
722 "name": "Tobias Nyholm",
723 "email": "tobias.nyholm@gmail.com",
724 "homepage": "https://github.com/Nyholm"
725 },
726 {
727 "name": "Márk Sági-Kazár",
728 "email": "mark.sagikazar@gmail.com",
729 "homepage": "https://github.com/sagikazarmark"
730 },
731 {
732 "name": "Tobias Schultze",
733 "email": "webmaster@tubo-world.de",
734 "homepage": "https://github.com/Tobion"
735 },
736 {
737 "name": "Márk Sági-Kazár",
738 "email": "mark.sagikazar@gmail.com",
739 "homepage": "https://sagikazarmark.hu"
740 }
741 ],
742 "description": "PSR-7 message implementation that also provides common utility methods",
743 "keywords": [
744 "http",
745 "message",
746 "psr-7",
747 "request",
748 "response",
749 "stream",
750 "uri",
751 "url"
752 ],
753 "support": {
754 "issues": "https://github.com/guzzle/psr7/issues",
755 "source": "https://github.com/guzzle/psr7/tree/2.6.2"
756 },
757 "funding": [
758 {
759 "url": "https://github.com/GrahamCampbell",
760 "type": "github"
761 },
762 {
763 "url": "https://github.com/Nyholm",
764 "type": "github"
765 },
766 {
767 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
768 "type": "tidelift"
769 }
770 ],
771 "time": "2023-12-03T20:05:35+00:00"
772 },
773 {
774 "name": "laminas/laminas-db",
775 "version": "2.18.0",
776 "source": {
777 "type": "git",
778 "url": "https://github.com/laminas/laminas-db.git",
779 "reference": "4df7a3f7ffe268e8683306fcec125c269408b295"
780 },
781 "dist": {
782 "type": "zip",
783 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/4df7a3f7ffe268e8683306fcec125c269408b295",
784 "reference": "4df7a3f7ffe268e8683306fcec125c269408b295",
785 "shasum": ""
786 },
787 "require": {
788 "laminas/laminas-stdlib": "^3.7.1",
789 "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
790 },
791 "conflict": {
792 "zendframework/zend-db": "*"
793 },
794 "require-dev": {
795 "laminas/laminas-coding-standard": "^2.4.0",
796 "laminas/laminas-eventmanager": "^3.6.0",
797 "laminas/laminas-hydrator": "^4.7",
798 "laminas/laminas-servicemanager": "^3.19.0",
799 "phpunit/phpunit": "^9.5.25"
800 },
801 "suggest": {
802 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
803 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
804 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
805 },
806 "type": "library",
807 "extra": {
808 "laminas": {
809 "component": "Laminas\\Db",
810 "config-provider": "Laminas\\Db\\ConfigProvider"
811 }
812 },
813 "autoload": {
814 "psr-4": {
815 "Laminas\\Db\\": "src/"
816 }
817 },
818 "notification-url": "https://packagist.org/downloads/",
819 "license": [
820 "BSD-3-Clause"
821 ],
822 "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
823 "homepage": "https://laminas.dev",
824 "keywords": [
825 "db",
826 "laminas"
827 ],
828 "support": {
829 "chat": "https://laminas.dev/chat",
830 "docs": "https://docs.laminas.dev/laminas-db/",
831 "forum": "https://discourse.laminas.dev",
832 "issues": "https://github.com/laminas/laminas-db/issues",
833 "rss": "https://github.com/laminas/laminas-db/releases.atom",
834 "source": "https://github.com/laminas/laminas-db"
835 },
836 "funding": [
837 {
838 "url": "https://funding.communitybridge.org/projects/laminas-project",
839 "type": "community_bridge"
840 }
841 ],
842 "time": "2023-05-05T16:22:28+00:00"
843 },
844 {
845 "name": "laminas/laminas-i18n",
846 "version": "2.24.0",
847 "source": {
848 "type": "git",
849 "url": "https://github.com/laminas/laminas-i18n.git",
850 "reference": "4f23433e415b14c4d66a7d7d1983c5890ac9ed2a"
851 },
852 "dist": {
853 "type": "zip",
854 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/4f23433e415b14c4d66a7d7d1983c5890ac9ed2a",
855 "reference": "4f23433e415b14c4d66a7d7d1983c5890ac9ed2a",
856 "shasum": ""
857 },
858 "require": {
859 "ext-intl": "*",
860 "laminas/laminas-servicemanager": "^3.21.0",
861 "laminas/laminas-stdlib": "^3.0",
862 "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
863 },
864 "conflict": {
865 "laminas/laminas-view": "<2.20.0",
866 "zendframework/zend-i18n": "*"
867 },
868 "require-dev": {
869 "laminas/laminas-cache": "^3.11.0",
870 "laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
871 "laminas/laminas-cache-storage-deprecated-factory": "^1.1",
872 "laminas/laminas-coding-standard": "~2.5.0",
873 "laminas/laminas-config": "^3.9.0",
874 "laminas/laminas-eventmanager": "^3.12",
875 "laminas/laminas-filter": "^2.33",
876 "laminas/laminas-validator": "^2.41",
877 "laminas/laminas-view": "^2.32",
878 "phpunit/phpunit": "^10.4.2",
879 "psalm/plugin-phpunit": "^0.18.4",
880 "vimeo/psalm": "^5.15.0"
881 },
882 "suggest": {
883 "laminas/laminas-cache": "You should install this package to cache the translations",
884 "laminas/laminas-config": "You should install this package to use the INI translation format",
885 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
886 "laminas/laminas-filter": "You should install this package to use the provided filters",
887 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
888 "laminas/laminas-validator": "You should install this package to use the provided validators",
889 "laminas/laminas-view": "You should install this package to use the provided view helpers"
890 },
891 "type": "library",
892 "extra": {
893 "laminas": {
894 "component": "Laminas\\I18n",
895 "config-provider": "Laminas\\I18n\\ConfigProvider"
896 }
897 },
898 "autoload": {
899 "psr-4": {
900 "Laminas\\I18n\\": "src/"
901 }
902 },
903 "notification-url": "https://packagist.org/downloads/",
904 "license": [
905 "BSD-3-Clause"
906 ],
907 "description": "Provide translations for your application, and filter and validate internationalized values",
908 "homepage": "https://laminas.dev",
909 "keywords": [
910 "i18n",
911 "laminas"
912 ],
913 "support": {
914 "chat": "https://laminas.dev/chat",
915 "docs": "https://docs.laminas.dev/laminas-i18n/",
916 "forum": "https://discourse.laminas.dev",
917 "issues": "https://github.com/laminas/laminas-i18n/issues",
918 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
919 "source": "https://github.com/laminas/laminas-i18n"
920 },
921 "funding": [
922 {
923 "url": "https://funding.communitybridge.org/projects/laminas-project",
924 "type": "community_bridge"
925 }
926 ],
927 "time": "2023-11-06T09:22:50+00:00"
928 },
929 {
930 "name": "laminas/laminas-servicemanager",
931 "version": "3.22.1",
932 "source": {
933 "type": "git",
934 "url": "https://github.com/laminas/laminas-servicemanager.git",
935 "reference": "de98d297d4743956a0558a6d71616979ff779328"
936 },
937 "dist": {
938 "type": "zip",
939 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328",
940 "reference": "de98d297d4743956a0558a6d71616979ff779328",
941 "shasum": ""
942 },
943 "require": {
944 "laminas/laminas-stdlib": "^3.17",
945 "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
946 "psr/container": "^1.0"
947 },
948 "conflict": {
949 "ext-psr": "*",
950 "laminas/laminas-code": "<4.10.0",
951 "zendframework/zend-code": "<3.3.1",
952 "zendframework/zend-servicemanager": "*"
953 },
954 "provide": {
955 "psr/container-implementation": "^1.0"
956 },
957 "replace": {
958 "container-interop/container-interop": "^1.2.0"
959 },
960 "require-dev": {
961 "composer/package-versions-deprecated": "^1.11.99.5",
962 "friendsofphp/proxy-manager-lts": "^1.0.14",
963 "laminas/laminas-code": "^4.10.0",
964 "laminas/laminas-coding-standard": "~2.5.0",
965 "laminas/laminas-container-config-test": "^0.8",
966 "mikey179/vfsstream": "^1.6.11",
967 "phpbench/phpbench": "^1.2.9",
968 "phpunit/phpunit": "^10.4",
969 "psalm/plugin-phpunit": "^0.18.4",
970 "vimeo/psalm": "^5.8.0"
971 },
972 "suggest": {
973 "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services"
974 },
975 "bin": [
976 "bin/generate-deps-for-config-factory",
977 "bin/generate-factory-for-class"
978 ],
979 "type": "library",
980 "autoload": {
981 "files": [
982 "src/autoload.php"
983 ],
984 "psr-4": {
985 "Laminas\\ServiceManager\\": "src/"
986 }
987 },
988 "notification-url": "https://packagist.org/downloads/",
989 "license": [
990 "BSD-3-Clause"
991 ],
992 "description": "Factory-Driven Dependency Injection Container",
993 "homepage": "https://laminas.dev",
994 "keywords": [
995 "PSR-11",
996 "dependency-injection",
997 "di",
998 "dic",
999 "laminas",
1000 "service-manager",
1001 "servicemanager"
1002 ],
1003 "support": {
1004 "chat": "https://laminas.dev/chat",
1005 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
1006 "forum": "https://discourse.laminas.dev",
1007 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
1008 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
1009 "source": "https://github.com/laminas/laminas-servicemanager"
1010 },
1011 "funding": [
1012 {
1013 "url": "https://funding.communitybridge.org/projects/laminas-project",
1014 "type": "community_bridge"
1015 }
1016 ],
1017 "time": "2023-10-24T11:19:47+00:00"
1018 },
1019 {
1020 "name": "laminas/laminas-stdlib",
1021 "version": "3.18.0",
1022 "source": {
1023 "type": "git",
1024 "url": "https://github.com/laminas/laminas-stdlib.git",
1025 "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf"
1026 },
1027 "dist": {
1028 "type": "zip",
1029 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf",
1030 "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf",
1031 "shasum": ""
1032 },
1033 "require": {
1034 "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
1035 },
1036 "conflict": {
1037 "zendframework/zend-stdlib": "*"
1038 },
1039 "require-dev": {
1040 "laminas/laminas-coding-standard": "^2.5",
1041 "phpbench/phpbench": "^1.2.14",
1042 "phpunit/phpunit": "^10.3.3",
1043 "psalm/plugin-phpunit": "^0.18.4",
1044 "vimeo/psalm": "^5.15.0"
1045 },
1046 "type": "library",
1047 "autoload": {
1048 "psr-4": {
1049 "Laminas\\Stdlib\\": "src/"
1050 }
1051 },
1052 "notification-url": "https://packagist.org/downloads/",
1053 "license": [
1054 "BSD-3-Clause"
1055 ],
1056 "description": "SPL extensions, array utilities, error handlers, and more",
1057 "homepage": "https://laminas.dev",
1058 "keywords": [
1059 "laminas",
1060 "stdlib"
1061 ],
1062 "support": {
1063 "chat": "https://laminas.dev/chat",
1064 "docs": "https://docs.laminas.dev/laminas-stdlib/",
1065 "forum": "https://discourse.laminas.dev",
1066 "issues": "https://github.com/laminas/laminas-stdlib/issues",
1067 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
1068 "source": "https://github.com/laminas/laminas-stdlib"
1069 },
1070 "funding": [
1071 {
1072 "url": "https://funding.communitybridge.org/projects/laminas-project",
1073 "type": "community_bridge"
1074 }
1075 ],
1076 "time": "2023-09-19T10:15:21+00:00"
1077 },
1078 {
1079 "name": "laravel/serializable-closure",
1080 "version": "v1.3.2",
1081 "source": {
1082 "type": "git",
1083 "url": "https://github.com/laravel/serializable-closure.git",
1084 "reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c"
1085 },
1086 "dist": {
1087 "type": "zip",
1088 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
1089 "reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
1090 "shasum": ""
1091 },
1092 "require": {
1093 "php": "^7.3|^8.0"
1094 },
1095 "require-dev": {
1096 "nesbot/carbon": "^2.61",
1097 "pestphp/pest": "^1.21.3",
1098 "phpstan/phpstan": "^1.8.2",
1099 "symfony/var-dumper": "^5.4.11"
1100 },
1101 "type": "library",
1102 "extra": {
1103 "branch-alias": {
1104 "dev-master": "1.x-dev"
1105 }
1106 },
1107 "autoload": {
1108 "psr-4": {
1109 "Laravel\\SerializableClosure\\": "src/"
1110 }
1111 },
1112 "notification-url": "https://packagist.org/downloads/",
1113 "license": [
1114 "MIT"
1115 ],
1116 "authors": [
1117 {
1118 "name": "Taylor Otwell",
1119 "email": "taylor@laravel.com"
1120 },
1121 {
1122 "name": "Nuno Maduro",
1123 "email": "nuno@laravel.com"
1124 }
1125 ],
1126 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
1127 "keywords": [
1128 "closure",
1129 "laravel",
1130 "serializable"
1131 ],
1132 "support": {
1133 "issues": "https://github.com/laravel/serializable-closure/issues",
1134 "source": "https://github.com/laravel/serializable-closure"
1135 },
1136 "time": "2023-10-17T13:38:16+00:00"
1137 },
1138 {
1139 "name": "league/event",
1140 "version": "3.0.2",
1141 "source": {
1142 "type": "git",
1143 "url": "https://github.com/thephpleague/event.git",
1144 "reference": "221867a61087ee265ca07bd39aa757879afca820"
1145 },
1146 "dist": {
1147 "type": "zip",
1148 "url": "https://api.github.com/repos/thephpleague/event/zipball/221867a61087ee265ca07bd39aa757879afca820",
1149 "reference": "221867a61087ee265ca07bd39aa757879afca820",
1150 "shasum": ""
1151 },
1152 "require": {
1153 "php": ">=7.2.0",
1154 "psr/event-dispatcher": "^1.0"
1155 },
1156 "provide": {
1157 "psr/event-dispatcher-implementation": "1.0"
1158 },
1159 "require-dev": {
1160 "friendsofphp/php-cs-fixer": "^2.16",
1161 "phpstan/phpstan": "^0.12.45",
1162 "phpunit/phpunit": "^8.5"
1163 },
1164 "type": "library",
1165 "extra": {
1166 "branch-alias": {
1167 "dev-master": "3.0-dev"
1168 }
1169 },
1170 "autoload": {
1171 "psr-4": {
1172 "League\\Event\\": "src/"
1173 }
1174 },
1175 "notification-url": "https://packagist.org/downloads/",
1176 "license": [
1177 "MIT"
1178 ],
1179 "authors": [
1180 {
1181 "name": "Frank de Jonge",
1182 "email": "info@frenky.net"
1183 }
1184 ],
1185 "description": "Event package",
1186 "keywords": [
1187 "emitter",
1188 "event",
1189 "listener"
1190 ],
1191 "support": {
1192 "issues": "https://github.com/thephpleague/event/issues",
1193 "source": "https://github.com/thephpleague/event/tree/3.0.2"
1194 },
1195 "time": "2022-10-29T09:31:25+00:00"
1196 },
1197 {
1198 "name": "monolog/monolog",
1199 "version": "2.9.2",
1200 "source": {
1201 "type": "git",
1202 "url": "https://github.com/Seldaek/monolog.git",
1203 "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
1204 },
1205 "dist": {
1206 "type": "zip",
1207 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
1208 "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
1209 "shasum": ""
1210 },
1211 "require": {
1212 "php": ">=7.2",
1213 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1214 },
1215 "provide": {
1216 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1217 },
1218 "require-dev": {
1219 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1220 "doctrine/couchdb": "~1.0@dev",
1221 "elasticsearch/elasticsearch": "^7 || ^8",
1222 "ext-json": "*",
1223 "graylog2/gelf-php": "^1.4.2 || ^2@dev",
1224 "guzzlehttp/guzzle": "^7.4",
1225 "guzzlehttp/psr7": "^2.2",
1226 "mongodb/mongodb": "^1.8",
1227 "php-amqplib/php-amqplib": "~2.4 || ^3",
1228 "phpspec/prophecy": "^1.15",
1229 "phpstan/phpstan": "^0.12.91",
1230 "phpunit/phpunit": "^8.5.14",
1231 "predis/predis": "^1.1 || ^2.0",
1232 "rollbar/rollbar": "^1.3 || ^2 || ^3",
1233 "ruflin/elastica": "^7",
1234 "swiftmailer/swiftmailer": "^5.3|^6.0",
1235 "symfony/mailer": "^5.4 || ^6",
1236 "symfony/mime": "^5.4 || ^6"
1237 },
1238 "suggest": {
1239 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1240 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1241 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1242 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1243 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1244 "ext-mbstring": "Allow to work properly with unicode symbols",
1245 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1246 "ext-openssl": "Required to send log messages using SSL",
1247 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1248 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1249 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1250 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1251 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1252 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1253 },
1254 "type": "library",
1255 "extra": {
1256 "branch-alias": {
1257 "dev-main": "2.x-dev"
1258 }
1259 },
1260 "autoload": {
1261 "psr-4": {
1262 "Monolog\\": "src/Monolog"
1263 }
1264 },
1265 "notification-url": "https://packagist.org/downloads/",
1266 "license": [
1267 "MIT"
1268 ],
1269 "authors": [
1270 {
1271 "name": "Jordi Boggiano",
1272 "email": "j.boggiano@seld.be",
1273 "homepage": "https://seld.be"
1274 }
1275 ],
1276 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1277 "homepage": "https://github.com/Seldaek/monolog",
1278 "keywords": [
1279 "log",
1280 "logging",
1281 "psr-3"
1282 ],
1283 "support": {
1284 "issues": "https://github.com/Seldaek/monolog/issues",
1285 "source": "https://github.com/Seldaek/monolog/tree/2.9.2"
1286 },
1287 "funding": [
1288 {
1289 "url": "https://github.com/Seldaek",
1290 "type": "github"
1291 },
1292 {
1293 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
1294 "type": "tidelift"
1295 }
1296 ],
1297 "time": "2023-10-27T15:25:26+00:00"
1298 },
1299 {
1300 "name": "nikic/fast-route",
1301 "version": "v1.3.0",
1302 "source": {
1303 "type": "git",
1304 "url": "https://github.com/nikic/FastRoute.git",
1305 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1306 },
1307 "dist": {
1308 "type": "zip",
1309 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
1310 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1311 "shasum": ""
1312 },
1313 "require": {
1314 "php": ">=5.4.0"
1315 },
1316 "require-dev": {
1317 "phpunit/phpunit": "^4.8.35|~5.7"
1318 },
1319 "type": "library",
1320 "autoload": {
1321 "files": [
1322 "src/functions.php"
1323 ],
1324 "psr-4": {
1325 "FastRoute\\": "src/"
1326 }
1327 },
1328 "notification-url": "https://packagist.org/downloads/",
1329 "license": [
1330 "BSD-3-Clause"
1331 ],
1332 "authors": [
1333 {
1334 "name": "Nikita Popov",
1335 "email": "nikic@php.net"
1336 }
1337 ],
1338 "description": "Fast request router for PHP",
1339 "keywords": [
1340 "router",
1341 "routing"
1342 ],
1343 "support": {
1344 "issues": "https://github.com/nikic/FastRoute/issues",
1345 "source": "https://github.com/nikic/FastRoute/tree/master"
1346 },
1347 "time": "2018-02-13T20:26:39+00:00"
1348 },
1349 {
1350 "name": "php-di/invoker",
1351 "version": "2.3.4",
1352 "source": {
1353 "type": "git",
1354 "url": "https://github.com/PHP-DI/Invoker.git",
1355 "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
1356 },
1357 "dist": {
1358 "type": "zip",
1359 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86",
1360 "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
1361 "shasum": ""
1362 },
1363 "require": {
1364 "php": ">=7.3",
1365 "psr/container": "^1.0|^2.0"
1366 },
1367 "require-dev": {
1368 "athletic/athletic": "~0.1.8",
1369 "mnapoli/hard-mode": "~0.3.0",
1370 "phpunit/phpunit": "^9.0"
1371 },
1372 "type": "library",
1373 "autoload": {
1374 "psr-4": {
1375 "Invoker\\": "src/"
1376 }
1377 },
1378 "notification-url": "https://packagist.org/downloads/",
1379 "license": [
1380 "MIT"
1381 ],
1382 "description": "Generic and extensible callable invoker",
1383 "homepage": "https://github.com/PHP-DI/Invoker",
1384 "keywords": [
1385 "callable",
1386 "dependency",
1387 "dependency-injection",
1388 "injection",
1389 "invoke",
1390 "invoker"
1391 ],
1392 "support": {
1393 "issues": "https://github.com/PHP-DI/Invoker/issues",
1394 "source": "https://github.com/PHP-DI/Invoker/tree/2.3.4"
1395 },
1396 "funding": [
1397 {
1398 "url": "https://github.com/mnapoli",
1399 "type": "github"
1400 }
1401 ],
1402 "time": "2023-09-08T09:24:21+00:00"
1403 },
1404 {
1405 "name": "php-di/php-di",
1406 "version": "7.0.6",
1407 "source": {
1408 "type": "git",
1409 "url": "https://github.com/PHP-DI/PHP-DI.git",
1410 "reference": "8097948a89f6ec782839b3e958432f427cac37fd"
1411 },
1412 "dist": {
1413 "type": "zip",
1414 "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/8097948a89f6ec782839b3e958432f427cac37fd",
1415 "reference": "8097948a89f6ec782839b3e958432f427cac37fd",
1416 "shasum": ""
1417 },
1418 "require": {
1419 "laravel/serializable-closure": "^1.0",
1420 "php": ">=8.0",
1421 "php-di/invoker": "^2.0",
1422 "psr/container": "^1.1 || ^2.0"
1423 },
1424 "provide": {
1425 "psr/container-implementation": "^1.0"
1426 },
1427 "require-dev": {
1428 "friendsofphp/php-cs-fixer": "^3",
1429 "friendsofphp/proxy-manager-lts": "^1",
1430 "mnapoli/phpunit-easymock": "^1.3",
1431 "phpunit/phpunit": "^9.5",
1432 "vimeo/psalm": "^4.6"
1433 },
1434 "suggest": {
1435 "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
1436 },
1437 "type": "library",
1438 "autoload": {
1439 "files": [
1440 "src/functions.php"
1441 ],
1442 "psr-4": {
1443 "DI\\": "src/"
1444 }
1445 },
1446 "notification-url": "https://packagist.org/downloads/",
1447 "license": [
1448 "MIT"
1449 ],
1450 "description": "The dependency injection container for humans",
1451 "homepage": "https://php-di.org/",
1452 "keywords": [
1453 "PSR-11",
1454 "container",
1455 "container-interop",
1456 "dependency injection",
1457 "di",
1458 "ioc",
1459 "psr11"
1460 ],
1461 "support": {
1462 "issues": "https://github.com/PHP-DI/PHP-DI/issues",
1463 "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.6"
1464 },
1465 "funding": [
1466 {
1467 "url": "https://github.com/mnapoli",
1468 "type": "github"
1469 },
1470 {
1471 "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
1472 "type": "tidelift"
1473 }
1474 ],
1475 "time": "2023-11-02T10:04:50+00:00"
1476 },
1477 {
1478 "name": "php-di/slim-bridge",
1479 "version": "3.4.0",
1480 "source": {
1481 "type": "git",
1482 "url": "https://github.com/PHP-DI/Slim-Bridge.git",
1483 "reference": "d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875"
1484 },
1485 "dist": {
1486 "type": "zip",
1487 "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875",
1488 "reference": "d14c95b34b3c5ba2e8c40020dd93fdcc8f3ba875",
1489 "shasum": ""
1490 },
1491 "require": {
1492 "php": "^7.1 || ^8.0",
1493 "php-di/invoker": "^2.0.0",
1494 "php-di/php-di": "^6.0|^7.0",
1495 "slim/slim": "^4.2.0"
1496 },
1497 "require-dev": {
1498 "laminas/laminas-diactoros": "^2.1",
1499 "phpunit/phpunit": ">= 7.0 < 10"
1500 },
1501 "type": "library",
1502 "autoload": {
1503 "psr-4": {
1504 "DI\\Bridge\\Slim\\": "src/"
1505 }
1506 },
1507 "notification-url": "https://packagist.org/downloads/",
1508 "license": [
1509 "MIT"
1510 ],
1511 "description": "PHP-DI integration in Slim",
1512 "support": {
1513 "issues": "https://github.com/PHP-DI/Slim-Bridge/issues",
1514 "source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.4.0"
1515 },
1516 "time": "2023-06-29T14:08:47+00:00"
1517 },
1518 {
1519 "name": "phpmailer/phpmailer",
1520 "version": "v6.8.1",
1521 "source": {
1522 "type": "git",
1523 "url": "https://github.com/PHPMailer/PHPMailer.git",
1524 "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
1525 },
1526 "dist": {
1527 "type": "zip",
1528 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
1529 "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
1530 "shasum": ""
1531 },
1532 "require": {
1533 "ext-ctype": "*",
1534 "ext-filter": "*",
1535 "ext-hash": "*",
1536 "php": ">=5.5.0"
1537 },
1538 "require-dev": {
1539 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
1540 "doctrine/annotations": "^1.2.6 || ^1.13.3",
1541 "php-parallel-lint/php-console-highlighter": "^1.0.0",
1542 "php-parallel-lint/php-parallel-lint": "^1.3.2",
1543 "phpcompatibility/php-compatibility": "^9.3.5",
1544 "roave/security-advisories": "dev-latest",
1545 "squizlabs/php_codesniffer": "^3.7.2",
1546 "yoast/phpunit-polyfills": "^1.0.4"
1547 },
1548 "suggest": {
1549 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
1550 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
1551 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
1552 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
1553 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
1554 "psr/log": "For optional PSR-3 debug logging",
1555 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
1556 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
1557 },
1558 "type": "library",
1559 "autoload": {
1560 "psr-4": {
1561 "PHPMailer\\PHPMailer\\": "src/"
1562 }
1563 },
1564 "notification-url": "https://packagist.org/downloads/",
1565 "license": [
1566 "LGPL-2.1-only"
1567 ],
1568 "authors": [
1569 {
1570 "name": "Marcus Bointon",
1571 "email": "phpmailer@synchromedia.co.uk"
1572 },
1573 {
1574 "name": "Jim Jagielski",
1575 "email": "jimjag@gmail.com"
1576 },
1577 {
1578 "name": "Andy Prevost",
1579 "email": "codeworxtech@users.sourceforge.net"
1580 },
1581 {
1582 "name": "Brent R. Matzelle"
1583 }
1584 ],
1585 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1586 "support": {
1587 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
1588 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
1589 },
1590 "funding": [
1591 {
1592 "url": "https://github.com/Synchro",
1593 "type": "github"
1594 }
1595 ],
1596 "time": "2023-08-29T08:26:30+00:00"
1597 },
1598 {
1599 "name": "psr/cache",
1600 "version": "3.0.0",
1601 "source": {
1602 "type": "git",
1603 "url": "https://github.com/php-fig/cache.git",
1604 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
1605 },
1606 "dist": {
1607 "type": "zip",
1608 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1609 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1610 "shasum": ""
1611 },
1612 "require": {
1613 "php": ">=8.0.0"
1614 },
1615 "type": "library",
1616 "extra": {
1617 "branch-alias": {
1618 "dev-master": "1.0.x-dev"
1619 }
1620 },
1621 "autoload": {
1622 "psr-4": {
1623 "Psr\\Cache\\": "src/"
1624 }
1625 },
1626 "notification-url": "https://packagist.org/downloads/",
1627 "license": [
1628 "MIT"
1629 ],
1630 "authors": [
1631 {
1632 "name": "PHP-FIG",
1633 "homepage": "https://www.php-fig.org/"
1634 }
1635 ],
1636 "description": "Common interface for caching libraries",
1637 "keywords": [
1638 "cache",
1639 "psr",
1640 "psr-6"
1641 ],
1642 "support": {
1643 "source": "https://github.com/php-fig/cache/tree/3.0.0"
1644 },
1645 "time": "2021-02-03T23:26:27+00:00"
1646 },
1647 {
1648 "name": "psr/container",
1649 "version": "1.1.2",
1650 "source": {
1651 "type": "git",
1652 "url": "https://github.com/php-fig/container.git",
1653 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
1654 },
1655 "dist": {
1656 "type": "zip",
1657 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
1658 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
1659 "shasum": ""
1660 },
1661 "require": {
1662 "php": ">=7.4.0"
1663 },
1664 "type": "library",
1665 "autoload": {
1666 "psr-4": {
1667 "Psr\\Container\\": "src/"
1668 }
1669 },
1670 "notification-url": "https://packagist.org/downloads/",
1671 "license": [
1672 "MIT"
1673 ],
1674 "authors": [
1675 {
1676 "name": "PHP-FIG",
1677 "homepage": "https://www.php-fig.org/"
1678 }
1679 ],
1680 "description": "Common Container Interface (PHP FIG PSR-11)",
1681 "homepage": "https://github.com/php-fig/container",
1682 "keywords": [
1683 "PSR-11",
1684 "container",
1685 "container-interface",
1686 "container-interop",
1687 "psr"
1688 ],
1689 "support": {
1690 "issues": "https://github.com/php-fig/container/issues",
1691 "source": "https://github.com/php-fig/container/tree/1.1.2"
1692 },
1693 "time": "2021-11-05T16:50:12+00:00"
1694 },
1695 {
1696 "name": "psr/event-dispatcher",
1697 "version": "1.0.0",
1698 "source": {
1699 "type": "git",
1700 "url": "https://github.com/php-fig/event-dispatcher.git",
1701 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1702 },
1703 "dist": {
1704 "type": "zip",
1705 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1706 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1707 "shasum": ""
1708 },
1709 "require": {
1710 "php": ">=7.2.0"
1711 },
1712 "type": "library",
1713 "extra": {
1714 "branch-alias": {
1715 "dev-master": "1.0.x-dev"
1716 }
1717 },
1718 "autoload": {
1719 "psr-4": {
1720 "Psr\\EventDispatcher\\": "src/"
1721 }
1722 },
1723 "notification-url": "https://packagist.org/downloads/",
1724 "license": [
1725 "MIT"
1726 ],
1727 "authors": [
1728 {
1729 "name": "PHP-FIG",
1730 "homepage": "http://www.php-fig.org/"
1731 }
1732 ],
1733 "description": "Standard interfaces for event handling.",
1734 "keywords": [
1735 "events",
1736 "psr",
1737 "psr-14"
1738 ],
1739 "support": {
1740 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1741 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1742 },
1743 "time": "2019-01-08T18:20:26+00:00"
1744 },
1745 {
1746 "name": "psr/http-client",
1747 "version": "1.0.3",
1748 "source": {
1749 "type": "git",
1750 "url": "https://github.com/php-fig/http-client.git",
1751 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
1752 },
1753 "dist": {
1754 "type": "zip",
1755 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
1756 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
1757 "shasum": ""
1758 },
1759 "require": {
1760 "php": "^7.0 || ^8.0",
1761 "psr/http-message": "^1.0 || ^2.0"
1762 },
1763 "type": "library",
1764 "extra": {
1765 "branch-alias": {
1766 "dev-master": "1.0.x-dev"
1767 }
1768 },
1769 "autoload": {
1770 "psr-4": {
1771 "Psr\\Http\\Client\\": "src/"
1772 }
1773 },
1774 "notification-url": "https://packagist.org/downloads/",
1775 "license": [
1776 "MIT"
1777 ],
1778 "authors": [
1779 {
1780 "name": "PHP-FIG",
1781 "homepage": "https://www.php-fig.org/"
1782 }
1783 ],
1784 "description": "Common interface for HTTP clients",
1785 "homepage": "https://github.com/php-fig/http-client",
1786 "keywords": [
1787 "http",
1788 "http-client",
1789 "psr",
1790 "psr-18"
1791 ],
1792 "support": {
1793 "source": "https://github.com/php-fig/http-client"
1794 },
1795 "time": "2023-09-23T14:17:50+00:00"
1796 },
1797 {
1798 "name": "psr/http-factory",
1799 "version": "1.0.2",
1800 "source": {
1801 "type": "git",
1802 "url": "https://github.com/php-fig/http-factory.git",
1803 "reference": "e616d01114759c4c489f93b099585439f795fe35"
1804 },
1805 "dist": {
1806 "type": "zip",
1807 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
1808 "reference": "e616d01114759c4c489f93b099585439f795fe35",
1809 "shasum": ""
1810 },
1811 "require": {
1812 "php": ">=7.0.0",
1813 "psr/http-message": "^1.0 || ^2.0"
1814 },
1815 "type": "library",
1816 "extra": {
1817 "branch-alias": {
1818 "dev-master": "1.0.x-dev"
1819 }
1820 },
1821 "autoload": {
1822 "psr-4": {
1823 "Psr\\Http\\Message\\": "src/"
1824 }
1825 },
1826 "notification-url": "https://packagist.org/downloads/",
1827 "license": [
1828 "MIT"
1829 ],
1830 "authors": [
1831 {
1832 "name": "PHP-FIG",
1833 "homepage": "https://www.php-fig.org/"
1834 }
1835 ],
1836 "description": "Common interfaces for PSR-7 HTTP message factories",
1837 "keywords": [
1838 "factory",
1839 "http",
1840 "message",
1841 "psr",
1842 "psr-17",
1843 "psr-7",
1844 "request",
1845 "response"
1846 ],
1847 "support": {
1848 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
1849 },
1850 "time": "2023-04-10T20:10:41+00:00"
1851 },
1852 {
1853 "name": "psr/http-message",
1854 "version": "1.1",
1855 "source": {
1856 "type": "git",
1857 "url": "https://github.com/php-fig/http-message.git",
1858 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
1859 },
1860 "dist": {
1861 "type": "zip",
1862 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1863 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1864 "shasum": ""
1865 },
1866 "require": {
1867 "php": "^7.2 || ^8.0"
1868 },
1869 "type": "library",
1870 "extra": {
1871 "branch-alias": {
1872 "dev-master": "1.1.x-dev"
1873 }
1874 },
1875 "autoload": {
1876 "psr-4": {
1877 "Psr\\Http\\Message\\": "src/"
1878 }
1879 },
1880 "notification-url": "https://packagist.org/downloads/",
1881 "license": [
1882 "MIT"
1883 ],
1884 "authors": [
1885 {
1886 "name": "PHP-FIG",
1887 "homepage": "http://www.php-fig.org/"
1888 }
1889 ],
1890 "description": "Common interface for HTTP messages",
1891 "homepage": "https://github.com/php-fig/http-message",
1892 "keywords": [
1893 "http",
1894 "http-message",
1895 "psr",
1896 "psr-7",
1897 "request",
1898 "response"
1899 ],
1900 "support": {
1901 "source": "https://github.com/php-fig/http-message/tree/1.1"
1902 },
1903 "time": "2023-04-04T09:50:52+00:00"
1904 },
1905 {
1906 "name": "psr/http-server-handler",
1907 "version": "1.0.2",
1908 "source": {
1909 "type": "git",
1910 "url": "https://github.com/php-fig/http-server-handler.git",
1911 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
1912 },
1913 "dist": {
1914 "type": "zip",
1915 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
1916 "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
1917 "shasum": ""
1918 },
1919 "require": {
1920 "php": ">=7.0",
1921 "psr/http-message": "^1.0 || ^2.0"
1922 },
1923 "type": "library",
1924 "extra": {
1925 "branch-alias": {
1926 "dev-master": "1.0.x-dev"
1927 }
1928 },
1929 "autoload": {
1930 "psr-4": {
1931 "Psr\\Http\\Server\\": "src/"
1932 }
1933 },
1934 "notification-url": "https://packagist.org/downloads/",
1935 "license": [
1936 "MIT"
1937 ],
1938 "authors": [
1939 {
1940 "name": "PHP-FIG",
1941 "homepage": "https://www.php-fig.org/"
1942 }
1943 ],
1944 "description": "Common interface for HTTP server-side request handler",
1945 "keywords": [
1946 "handler",
1947 "http",
1948 "http-interop",
1949 "psr",
1950 "psr-15",
1951 "psr-7",
1952 "request",
1953 "response",
1954 "server"
1955 ],
1956 "support": {
1957 "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
1958 },
1959 "time": "2023-04-10T20:06:20+00:00"
1960 },
1961 {
1962 "name": "psr/http-server-middleware",
1963 "version": "1.0.2",
1964 "source": {
1965 "type": "git",
1966 "url": "https://github.com/php-fig/http-server-middleware.git",
1967 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
1968 },
1969 "dist": {
1970 "type": "zip",
1971 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
1972 "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
1973 "shasum": ""
1974 },
1975 "require": {
1976 "php": ">=7.0",
1977 "psr/http-message": "^1.0 || ^2.0",
1978 "psr/http-server-handler": "^1.0"
1979 },
1980 "type": "library",
1981 "extra": {
1982 "branch-alias": {
1983 "dev-master": "1.0.x-dev"
1984 }
1985 },
1986 "autoload": {
1987 "psr-4": {
1988 "Psr\\Http\\Server\\": "src/"
1989 }
1990 },
1991 "notification-url": "https://packagist.org/downloads/",
1992 "license": [
1993 "MIT"
1994 ],
1995 "authors": [
1996 {
1997 "name": "PHP-FIG",
1998 "homepage": "https://www.php-fig.org/"
1999 }
2000 ],
2001 "description": "Common interface for HTTP server-side middleware",
2002 "keywords": [
2003 "http",
2004 "http-interop",
2005 "middleware",
2006 "psr",
2007 "psr-15",
2008 "psr-7",
2009 "request",
2010 "response"
2011 ],
2012 "support": {
2013 "issues": "https://github.com/php-fig/http-server-middleware/issues",
2014 "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
2015 },
2016 "time": "2023-04-11T06:14:47+00:00"
2017 },
2018 {
2019 "name": "psr/log",
2020 "version": "1.1.4",
2021 "source": {
2022 "type": "git",
2023 "url": "https://github.com/php-fig/log.git",
2024 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2025 },
2026 "dist": {
2027 "type": "zip",
2028 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
2029 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2030 "shasum": ""
2031 },
2032 "require": {
2033 "php": ">=5.3.0"
2034 },
2035 "type": "library",
2036 "extra": {
2037 "branch-alias": {
2038 "dev-master": "1.1.x-dev"
2039 }
2040 },
2041 "autoload": {
2042 "psr-4": {
2043 "Psr\\Log\\": "Psr/Log/"
2044 }
2045 },
2046 "notification-url": "https://packagist.org/downloads/",
2047 "license": [
2048 "MIT"
2049 ],
2050 "authors": [
2051 {
2052 "name": "PHP-FIG",
2053 "homepage": "https://www.php-fig.org/"
2054 }
2055 ],
2056 "description": "Common interface for logging libraries",
2057 "homepage": "https://github.com/php-fig/log",
2058 "keywords": [
2059 "log",
2060 "psr",
2061 "psr-3"
2062 ],
2063 "support": {
2064 "source": "https://github.com/php-fig/log/tree/1.1.4"
2065 },
2066 "time": "2021-05-03T11:20:27+00:00"
2067 },
2068 {
2069 "name": "ralouphie/getallheaders",
2070 "version": "3.0.3",
2071 "source": {
2072 "type": "git",
2073 "url": "https://github.com/ralouphie/getallheaders.git",
2074 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2075 },
2076 "dist": {
2077 "type": "zip",
2078 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2079 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2080 "shasum": ""
2081 },
2082 "require": {
2083 "php": ">=5.6"
2084 },
2085 "require-dev": {
2086 "php-coveralls/php-coveralls": "^2.1",
2087 "phpunit/phpunit": "^5 || ^6.5"
2088 },
2089 "type": "library",
2090 "autoload": {
2091 "files": [
2092 "src/getallheaders.php"
2093 ]
2094 },
2095 "notification-url": "https://packagist.org/downloads/",
2096 "license": [
2097 "MIT"
2098 ],
2099 "authors": [
2100 {
2101 "name": "Ralph Khattar",
2102 "email": "ralph.khattar@gmail.com"
2103 }
2104 ],
2105 "description": "A polyfill for getallheaders.",
2106 "support": {
2107 "issues": "https://github.com/ralouphie/getallheaders/issues",
2108 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2109 },
2110 "time": "2019-03-08T08:55:37+00:00"
2111 },
2112 {
2113 "name": "slim/csrf",
2114 "version": "1.3.0",
2115 "source": {
2116 "type": "git",
2117 "url": "https://github.com/slimphp/Slim-Csrf.git",
2118 "reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7"
2119 },
2120 "dist": {
2121 "type": "zip",
2122 "url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/ebaaf295fd6d7224078d8ae3bba45329b31798c7",
2123 "reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7",
2124 "shasum": ""
2125 },
2126 "require": {
2127 "php": "^7.4 || ^8.0",
2128 "psr/http-factory": "^1.0",
2129 "psr/http-message": "^1.0",
2130 "psr/http-server-handler": "^1.0",
2131 "psr/http-server-middleware": "^1.0"
2132 },
2133 "require-dev": {
2134 "phpspec/prophecy": "^1.15",
2135 "phpspec/prophecy-phpunit": "^2.0",
2136 "phpunit/phpunit": "^9.5",
2137 "squizlabs/php_codesniffer": "^3.7"
2138 },
2139 "type": "library",
2140 "autoload": {
2141 "psr-4": {
2142 "Slim\\Csrf\\": "src"
2143 }
2144 },
2145 "notification-url": "https://packagist.org/downloads/",
2146 "license": [
2147 "MIT"
2148 ],
2149 "authors": [
2150 {
2151 "name": "Josh Lockhart",
2152 "email": "hello@joshlockhart.com",
2153 "homepage": "http://joshlockhart.com"
2154 }
2155 ],
2156 "description": "Slim Framework 4 CSRF protection PSR-15 middleware",
2157 "homepage": "https://www.slimframework.com",
2158 "keywords": [
2159 "csrf",
2160 "framework",
2161 "middleware",
2162 "slim"
2163 ],
2164 "support": {
2165 "issues": "https://github.com/slimphp/Slim-Csrf/issues",
2166 "source": "https://github.com/slimphp/Slim-Csrf/tree/1.3.0"
2167 },
2168 "time": "2022-11-05T19:27:53+00:00"
2169 },
2170 {
2171 "name": "slim/flash",
2172 "version": "0.4.0",
2173 "source": {
2174 "type": "git",
2175 "url": "https://github.com/slimphp/Slim-Flash.git",
2176 "reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc"
2177 },
2178 "dist": {
2179 "type": "zip",
2180 "url": "https://api.github.com/repos/slimphp/Slim-Flash/zipball/9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
2181 "reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
2182 "shasum": ""
2183 },
2184 "require": {
2185 "php": ">=5.5.0"
2186 },
2187 "require-dev": {
2188 "phpunit/phpunit": "^4.0"
2189 },
2190 "type": "library",
2191 "autoload": {
2192 "psr-4": {
2193 "Slim\\Flash\\": "src"
2194 }
2195 },
2196 "notification-url": "https://packagist.org/downloads/",
2197 "license": [
2198 "MIT"
2199 ],
2200 "authors": [
2201 {
2202 "name": "Josh Lockhart",
2203 "email": "hello@joshlockhart.com",
2204 "homepage": "http://joshlockhart.com"
2205 }
2206 ],
2207 "description": "Slim Framework Flash message service provider",
2208 "homepage": "http://slimframework.com",
2209 "keywords": [
2210 "flash",
2211 "framework",
2212 "message",
2213 "provider",
2214 "slim"
2215 ],
2216 "support": {
2217 "issues": "https://github.com/slimphp/Slim-Flash/issues",
2218 "source": "https://github.com/slimphp/Slim-Flash/tree/master"
2219 },
2220 "time": "2017-10-22T10:35:05+00:00"
2221 },
2222 {
2223 "name": "slim/psr7",
2224 "version": "1.6.1",
2225 "source": {
2226 "type": "git",
2227 "url": "https://github.com/slimphp/Slim-Psr7.git",
2228 "reference": "72d2b2bac94ab4575d369f605dbfafbe168d3163"
2229 },
2230 "dist": {
2231 "type": "zip",
2232 "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/72d2b2bac94ab4575d369f605dbfafbe168d3163",
2233 "reference": "72d2b2bac94ab4575d369f605dbfafbe168d3163",
2234 "shasum": ""
2235 },
2236 "require": {
2237 "fig/http-message-util": "^1.1.5",
2238 "php": "^7.4 || ^8.0",
2239 "psr/http-factory": "^1.0",
2240 "psr/http-message": "^1.0",
2241 "ralouphie/getallheaders": "^3.0",
2242 "symfony/polyfill-php80": "^1.26"
2243 },
2244 "provide": {
2245 "psr/http-factory-implementation": "1.0",
2246 "psr/http-message-implementation": "1.0"
2247 },
2248 "require-dev": {
2249 "adriansuter/php-autoload-override": "^1.3",
2250 "ext-json": "*",
2251 "http-interop/http-factory-tests": "^0.9.0",
2252 "php-http/psr7-integration-tests": "1.1",
2253 "phpspec/prophecy": "^1.15",
2254 "phpspec/prophecy-phpunit": "^2.0",
2255 "phpstan/phpstan": "^1.8",
2256 "phpunit/phpunit": "^9.5",
2257 "squizlabs/php_codesniffer": "^3.7"
2258 },
2259 "type": "library",
2260 "autoload": {
2261 "psr-4": {
2262 "Slim\\Psr7\\": "src"
2263 }
2264 },
2265 "notification-url": "https://packagist.org/downloads/",
2266 "license": [
2267 "MIT"
2268 ],
2269 "authors": [
2270 {
2271 "name": "Josh Lockhart",
2272 "email": "hello@joshlockhart.com",
2273 "homepage": "http://joshlockhart.com"
2274 },
2275 {
2276 "name": "Andrew Smith",
2277 "email": "a.smith@silentworks.co.uk",
2278 "homepage": "http://silentworks.co.uk"
2279 },
2280 {
2281 "name": "Rob Allen",
2282 "email": "rob@akrabat.com",
2283 "homepage": "http://akrabat.com"
2284 },
2285 {
2286 "name": "Pierre Berube",
2287 "email": "pierre@lgse.com",
2288 "homepage": "http://www.lgse.com"
2289 }
2290 ],
2291 "description": "Strict PSR-7 implementation",
2292 "homepage": "https://www.slimframework.com",
2293 "keywords": [
2294 "http",
2295 "psr-7",
2296 "psr7"
2297 ],
2298 "support": {
2299 "issues": "https://github.com/slimphp/Slim-Psr7/issues",
2300 "source": "https://github.com/slimphp/Slim-Psr7/tree/1.6.1"
2301 },
2302 "time": "2023-04-17T16:02:20+00:00"
2303 },
2304 {
2305 "name": "slim/slim",
2306 "version": "4.12.0",
2307 "source": {
2308 "type": "git",
2309 "url": "https://github.com/slimphp/Slim.git",
2310 "reference": "e9e99c2b24398b967841c6c4c3048622cc7e2b18"
2311 },
2312 "dist": {
2313 "type": "zip",
2314 "url": "https://api.github.com/repos/slimphp/Slim/zipball/e9e99c2b24398b967841c6c4c3048622cc7e2b18",
2315 "reference": "e9e99c2b24398b967841c6c4c3048622cc7e2b18",
2316 "shasum": ""
2317 },
2318 "require": {
2319 "ext-json": "*",
2320 "nikic/fast-route": "^1.3",
2321 "php": "^7.4 || ^8.0",
2322 "psr/container": "^1.0 || ^2.0",
2323 "psr/http-factory": "^1.0",
2324 "psr/http-message": "^1.1",
2325 "psr/http-server-handler": "^1.0",
2326 "psr/http-server-middleware": "^1.0",
2327 "psr/log": "^1.1 || ^2.0 || ^3.0"
2328 },
2329 "require-dev": {
2330 "adriansuter/php-autoload-override": "^1.4",
2331 "ext-simplexml": "*",
2332 "guzzlehttp/psr7": "^2.5",
2333 "httpsoft/http-message": "^1.1",
2334 "httpsoft/http-server-request": "^1.1",
2335 "laminas/laminas-diactoros": "^2.17",
2336 "nyholm/psr7": "^1.8",
2337 "nyholm/psr7-server": "^1.0",
2338 "phpspec/prophecy": "^1.17",
2339 "phpspec/prophecy-phpunit": "^2.0",
2340 "phpstan/phpstan": "^1.10",
2341 "phpunit/phpunit": "^9.6",
2342 "slim/http": "^1.3",
2343 "slim/psr7": "^1.6",
2344 "squizlabs/php_codesniffer": "^3.7"
2345 },
2346 "suggest": {
2347 "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
2348 "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
2349 "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
2350 "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
2351 },
2352 "type": "library",
2353 "autoload": {
2354 "psr-4": {
2355 "Slim\\": "Slim"
2356 }
2357 },
2358 "notification-url": "https://packagist.org/downloads/",
2359 "license": [
2360 "MIT"
2361 ],
2362 "authors": [
2363 {
2364 "name": "Josh Lockhart",
2365 "email": "hello@joshlockhart.com",
2366 "homepage": "https://joshlockhart.com"
2367 },
2368 {
2369 "name": "Andrew Smith",
2370 "email": "a.smith@silentworks.co.uk",
2371 "homepage": "http://silentworks.co.uk"
2372 },
2373 {
2374 "name": "Rob Allen",
2375 "email": "rob@akrabat.com",
2376 "homepage": "http://akrabat.com"
2377 },
2378 {
2379 "name": "Pierre Berube",
2380 "email": "pierre@lgse.com",
2381 "homepage": "http://www.lgse.com"
2382 },
2383 {
2384 "name": "Gabriel Manricks",
2385 "email": "gmanricks@me.com",
2386 "homepage": "http://gabrielmanricks.com"
2387 }
2388 ],
2389 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
2390 "homepage": "https://www.slimframework.com",
2391 "keywords": [
2392 "api",
2393 "framework",
2394 "micro",
2395 "router"
2396 ],
2397 "support": {
2398 "docs": "https://www.slimframework.com/docs/v4/",
2399 "forum": "https://discourse.slimframework.com/",
2400 "irc": "irc://irc.freenode.net:6667/slimphp",
2401 "issues": "https://github.com/slimphp/Slim/issues",
2402 "rss": "https://www.slimframework.com/blog/feed.rss",
2403 "slack": "https://slimphp.slack.com/",
2404 "source": "https://github.com/slimphp/Slim",
2405 "wiki": "https://github.com/slimphp/Slim/wiki"
2406 },
2407 "funding": [
2408 {
2409 "url": "https://opencollective.com/slimphp",
2410 "type": "open_collective"
2411 },
2412 {
2413 "url": "https://tidelift.com/funding/github/packagist/slim/slim",
2414 "type": "tidelift"
2415 }
2416 ],
2417 "time": "2023-07-23T04:54:29+00:00"
2418 },
2419 {
2420 "name": "slim/twig-view",
2421 "version": "3.3.0",
2422 "source": {
2423 "type": "git",
2424 "url": "https://github.com/slimphp/Twig-View.git",
2425 "reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98"
2426 },
2427 "dist": {
2428 "type": "zip",
2429 "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
2430 "reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
2431 "shasum": ""
2432 },
2433 "require": {
2434 "php": "^7.4 || ^8.0",
2435 "psr/http-message": "^1.0",
2436 "slim/slim": "^4.9",
2437 "symfony/polyfill-php81": "^1.23",
2438 "twig/twig": "^3.3"
2439 },
2440 "require-dev": {
2441 "phpspec/prophecy-phpunit": "^2.0",
2442 "phpstan/phpstan": "^1.3.0",
2443 "phpunit/phpunit": "^9.5",
2444 "psr/http-factory": "^1.0",
2445 "squizlabs/php_codesniffer": "^3.6"
2446 },
2447 "type": "library",
2448 "autoload": {
2449 "psr-4": {
2450 "Slim\\Views\\": "src"
2451 }
2452 },
2453 "notification-url": "https://packagist.org/downloads/",
2454 "license": [
2455 "MIT"
2456 ],
2457 "authors": [
2458 {
2459 "name": "Josh Lockhart",
2460 "email": "hello@joshlockhart.com",
2461 "homepage": "http://joshlockhart.com"
2462 },
2463 {
2464 "name": "Pierre Berube",
2465 "email": "pierre@lgse.com",
2466 "homepage": "http://www.lgse.com"
2467 }
2468 ],
2469 "description": "Slim Framework 4 view helper built on top of the Twig 3 templating component",
2470 "homepage": "https://www.slimframework.com",
2471 "keywords": [
2472 "framework",
2473 "slim",
2474 "template",
2475 "twig",
2476 "view"
2477 ],
2478 "support": {
2479 "issues": "https://github.com/slimphp/Twig-View/issues",
2480 "source": "https://github.com/slimphp/Twig-View/tree/3.3.0"
2481 },
2482 "time": "2022-01-02T05:14:45+00:00"
2483 },
2484 {
2485 "name": "soundasleep/html2text",
2486 "version": "2.1.0",
2487 "source": {
2488 "type": "git",
2489 "url": "https://github.com/soundasleep/html2text.git",
2490 "reference": "83502b6f8f1aaef8e2e238897199d64f284b4af3"
2491 },
2492 "dist": {
2493 "type": "zip",
2494 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/83502b6f8f1aaef8e2e238897199d64f284b4af3",
2495 "reference": "83502b6f8f1aaef8e2e238897199d64f284b4af3",
2496 "shasum": ""
2497 },
2498 "require": {
2499 "ext-dom": "*",
2500 "ext-libxml": "*",
2501 "php": "^7.3|^8.0"
2502 },
2503 "require-dev": {
2504 "phpstan/phpstan": "^1.9",
2505 "phpunit/phpunit": "^7.0|^8.0|^9.0"
2506 },
2507 "type": "library",
2508 "autoload": {
2509 "psr-4": {
2510 "Soundasleep\\": "src"
2511 }
2512 },
2513 "notification-url": "https://packagist.org/downloads/",
2514 "license": [
2515 "MIT"
2516 ],
2517 "authors": [
2518 {
2519 "name": "Jevon Wright",
2520 "homepage": "https://jevon.org",
2521 "role": "Developer"
2522 }
2523 ],
2524 "description": "A PHP script to convert HTML into a plain text format",
2525 "homepage": "https://github.com/soundasleep/html2text",
2526 "keywords": [
2527 "email",
2528 "html",
2529 "php",
2530 "text"
2531 ],
2532 "support": {
2533 "email": "support@jevon.org",
2534 "issues": "https://github.com/soundasleep/html2text/issues",
2535 "source": "https://github.com/soundasleep/html2text/tree/2.1.0"
2536 },
2537 "time": "2023-01-06T09:28:15+00:00"
2538 },
2539 {
2540 "name": "symfony/deprecation-contracts",
2541 "version": "v3.3.0",
2542 "source": {
2543 "type": "git",
2544 "url": "https://github.com/symfony/deprecation-contracts.git",
2545 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
2546 },
2547 "dist": {
2548 "type": "zip",
2549 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
2550 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
2551 "shasum": ""
2552 },
2553 "require": {
2554 "php": ">=8.1"
2555 },
2556 "type": "library",
2557 "extra": {
2558 "branch-alias": {
2559 "dev-main": "3.4-dev"
2560 },
2561 "thanks": {
2562 "name": "symfony/contracts",
2563 "url": "https://github.com/symfony/contracts"
2564 }
2565 },
2566 "autoload": {
2567 "files": [
2568 "function.php"
2569 ]
2570 },
2571 "notification-url": "https://packagist.org/downloads/",
2572 "license": [
2573 "MIT"
2574 ],
2575 "authors": [
2576 {
2577 "name": "Nicolas Grekas",
2578 "email": "p@tchwork.com"
2579 },
2580 {
2581 "name": "Symfony Community",
2582 "homepage": "https://symfony.com/contributors"
2583 }
2584 ],
2585 "description": "A generic function and convention to trigger deprecation notices",
2586 "homepage": "https://symfony.com",
2587 "support": {
2588 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
2589 },
2590 "funding": [
2591 {
2592 "url": "https://symfony.com/sponsor",
2593 "type": "custom"
2594 },
2595 {
2596 "url": "https://github.com/fabpot",
2597 "type": "github"
2598 },
2599 {
2600 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2601 "type": "tidelift"
2602 }
2603 ],
2604 "time": "2023-05-23T14:45:45+00:00"
2605 },
2606 {
2607 "name": "symfony/polyfill-ctype",
2608 "version": "v1.28.0",
2609 "source": {
2610 "type": "git",
2611 "url": "https://github.com/symfony/polyfill-ctype.git",
2612 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
2613 },
2614 "dist": {
2615 "type": "zip",
2616 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
2617 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
2618 "shasum": ""
2619 },
2620 "require": {
2621 "php": ">=7.1"
2622 },
2623 "provide": {
2624 "ext-ctype": "*"
2625 },
2626 "suggest": {
2627 "ext-ctype": "For best performance"
2628 },
2629 "type": "library",
2630 "extra": {
2631 "branch-alias": {
2632 "dev-main": "1.28-dev"
2633 },
2634 "thanks": {
2635 "name": "symfony/polyfill",
2636 "url": "https://github.com/symfony/polyfill"
2637 }
2638 },
2639 "autoload": {
2640 "files": [
2641 "bootstrap.php"
2642 ],
2643 "psr-4": {
2644 "Symfony\\Polyfill\\Ctype\\": ""
2645 }
2646 },
2647 "notification-url": "https://packagist.org/downloads/",
2648 "license": [
2649 "MIT"
2650 ],
2651 "authors": [
2652 {
2653 "name": "Gert de Pagter",
2654 "email": "BackEndTea@gmail.com"
2655 },
2656 {
2657 "name": "Symfony Community",
2658 "homepage": "https://symfony.com/contributors"
2659 }
2660 ],
2661 "description": "Symfony polyfill for ctype functions",
2662 "homepage": "https://symfony.com",
2663 "keywords": [
2664 "compatibility",
2665 "ctype",
2666 "polyfill",
2667 "portable"
2668 ],
2669 "support": {
2670 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
2671 },
2672 "funding": [
2673 {
2674 "url": "https://symfony.com/sponsor",
2675 "type": "custom"
2676 },
2677 {
2678 "url": "https://github.com/fabpot",
2679 "type": "github"
2680 },
2681 {
2682 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2683 "type": "tidelift"
2684 }
2685 ],
2686 "time": "2023-01-26T09:26:14+00:00"
2687 },
2688 {
2689 "name": "symfony/polyfill-intl-grapheme",
2690 "version": "v1.28.0",
2691 "source": {
2692 "type": "git",
2693 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2694 "reference": "875e90aeea2777b6f135677f618529449334a612"
2695 },
2696 "dist": {
2697 "type": "zip",
2698 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
2699 "reference": "875e90aeea2777b6f135677f618529449334a612",
2700 "shasum": ""
2701 },
2702 "require": {
2703 "php": ">=7.1"
2704 },
2705 "suggest": {
2706 "ext-intl": "For best performance"
2707 },
2708 "type": "library",
2709 "extra": {
2710 "branch-alias": {
2711 "dev-main": "1.28-dev"
2712 },
2713 "thanks": {
2714 "name": "symfony/polyfill",
2715 "url": "https://github.com/symfony/polyfill"
2716 }
2717 },
2718 "autoload": {
2719 "files": [
2720 "bootstrap.php"
2721 ],
2722 "psr-4": {
2723 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2724 }
2725 },
2726 "notification-url": "https://packagist.org/downloads/",
2727 "license": [
2728 "MIT"
2729 ],
2730 "authors": [
2731 {
2732 "name": "Nicolas Grekas",
2733 "email": "p@tchwork.com"
2734 },
2735 {
2736 "name": "Symfony Community",
2737 "homepage": "https://symfony.com/contributors"
2738 }
2739 ],
2740 "description": "Symfony polyfill for intl's grapheme_* functions",
2741 "homepage": "https://symfony.com",
2742 "keywords": [
2743 "compatibility",
2744 "grapheme",
2745 "intl",
2746 "polyfill",
2747 "portable",
2748 "shim"
2749 ],
2750 "support": {
2751 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
2752 },
2753 "funding": [
2754 {
2755 "url": "https://symfony.com/sponsor",
2756 "type": "custom"
2757 },
2758 {
2759 "url": "https://github.com/fabpot",
2760 "type": "github"
2761 },
2762 {
2763 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2764 "type": "tidelift"
2765 }
2766 ],
2767 "time": "2023-01-26T09:26:14+00:00"
2768 },
2769 {
2770 "name": "symfony/polyfill-intl-normalizer",
2771 "version": "v1.28.0",
2772 "source": {
2773 "type": "git",
2774 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2775 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
2776 },
2777 "dist": {
2778 "type": "zip",
2779 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
2780 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
2781 "shasum": ""
2782 },
2783 "require": {
2784 "php": ">=7.1"
2785 },
2786 "suggest": {
2787 "ext-intl": "For best performance"
2788 },
2789 "type": "library",
2790 "extra": {
2791 "branch-alias": {
2792 "dev-main": "1.28-dev"
2793 },
2794 "thanks": {
2795 "name": "symfony/polyfill",
2796 "url": "https://github.com/symfony/polyfill"
2797 }
2798 },
2799 "autoload": {
2800 "files": [
2801 "bootstrap.php"
2802 ],
2803 "psr-4": {
2804 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2805 },
2806 "classmap": [
2807 "Resources/stubs"
2808 ]
2809 },
2810 "notification-url": "https://packagist.org/downloads/",
2811 "license": [
2812 "MIT"
2813 ],
2814 "authors": [
2815 {
2816 "name": "Nicolas Grekas",
2817 "email": "p@tchwork.com"
2818 },
2819 {
2820 "name": "Symfony Community",
2821 "homepage": "https://symfony.com/contributors"
2822 }
2823 ],
2824 "description": "Symfony polyfill for intl's Normalizer class and related functions",
2825 "homepage": "https://symfony.com",
2826 "keywords": [
2827 "compatibility",
2828 "intl",
2829 "normalizer",
2830 "polyfill",
2831 "portable",
2832 "shim"
2833 ],
2834 "support": {
2835 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
2836 },
2837 "funding": [
2838 {
2839 "url": "https://symfony.com/sponsor",
2840 "type": "custom"
2841 },
2842 {
2843 "url": "https://github.com/fabpot",
2844 "type": "github"
2845 },
2846 {
2847 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2848 "type": "tidelift"
2849 }
2850 ],
2851 "time": "2023-01-26T09:26:14+00:00"
2852 },
2853 {
2854 "name": "symfony/polyfill-mbstring",
2855 "version": "v1.28.0",
2856 "source": {
2857 "type": "git",
2858 "url": "https://github.com/symfony/polyfill-mbstring.git",
2859 "reference": "42292d99c55abe617799667f454222c54c60e229"
2860 },
2861 "dist": {
2862 "type": "zip",
2863 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
2864 "reference": "42292d99c55abe617799667f454222c54c60e229",
2865 "shasum": ""
2866 },
2867 "require": {
2868 "php": ">=7.1"
2869 },
2870 "provide": {
2871 "ext-mbstring": "*"
2872 },
2873 "suggest": {
2874 "ext-mbstring": "For best performance"
2875 },
2876 "type": "library",
2877 "extra": {
2878 "branch-alias": {
2879 "dev-main": "1.28-dev"
2880 },
2881 "thanks": {
2882 "name": "symfony/polyfill",
2883 "url": "https://github.com/symfony/polyfill"
2884 }
2885 },
2886 "autoload": {
2887 "files": [
2888 "bootstrap.php"
2889 ],
2890 "psr-4": {
2891 "Symfony\\Polyfill\\Mbstring\\": ""
2892 }
2893 },
2894 "notification-url": "https://packagist.org/downloads/",
2895 "license": [
2896 "MIT"
2897 ],
2898 "authors": [
2899 {
2900 "name": "Nicolas Grekas",
2901 "email": "p@tchwork.com"
2902 },
2903 {
2904 "name": "Symfony Community",
2905 "homepage": "https://symfony.com/contributors"
2906 }
2907 ],
2908 "description": "Symfony polyfill for the Mbstring extension",
2909 "homepage": "https://symfony.com",
2910 "keywords": [
2911 "compatibility",
2912 "mbstring",
2913 "polyfill",
2914 "portable",
2915 "shim"
2916 ],
2917 "support": {
2918 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
2919 },
2920 "funding": [
2921 {
2922 "url": "https://symfony.com/sponsor",
2923 "type": "custom"
2924 },
2925 {
2926 "url": "https://github.com/fabpot",
2927 "type": "github"
2928 },
2929 {
2930 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2931 "type": "tidelift"
2932 }
2933 ],
2934 "time": "2023-07-28T09:04:16+00:00"
2935 },
2936 {
2937 "name": "symfony/polyfill-php80",
2938 "version": "v1.28.0",
2939 "source": {
2940 "type": "git",
2941 "url": "https://github.com/symfony/polyfill-php80.git",
2942 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
2943 },
2944 "dist": {
2945 "type": "zip",
2946 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
2947 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
2948 "shasum": ""
2949 },
2950 "require": {
2951 "php": ">=7.1"
2952 },
2953 "type": "library",
2954 "extra": {
2955 "branch-alias": {
2956 "dev-main": "1.28-dev"
2957 },
2958 "thanks": {
2959 "name": "symfony/polyfill",
2960 "url": "https://github.com/symfony/polyfill"
2961 }
2962 },
2963 "autoload": {
2964 "files": [
2965 "bootstrap.php"
2966 ],
2967 "psr-4": {
2968 "Symfony\\Polyfill\\Php80\\": ""
2969 },
2970 "classmap": [
2971 "Resources/stubs"
2972 ]
2973 },
2974 "notification-url": "https://packagist.org/downloads/",
2975 "license": [
2976 "MIT"
2977 ],
2978 "authors": [
2979 {
2980 "name": "Ion Bazan",
2981 "email": "ion.bazan@gmail.com"
2982 },
2983 {
2984 "name": "Nicolas Grekas",
2985 "email": "p@tchwork.com"
2986 },
2987 {
2988 "name": "Symfony Community",
2989 "homepage": "https://symfony.com/contributors"
2990 }
2991 ],
2992 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2993 "homepage": "https://symfony.com",
2994 "keywords": [
2995 "compatibility",
2996 "polyfill",
2997 "portable",
2998 "shim"
2999 ],
3000 "support": {
3001 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
3002 },
3003 "funding": [
3004 {
3005 "url": "https://symfony.com/sponsor",
3006 "type": "custom"
3007 },
3008 {
3009 "url": "https://github.com/fabpot",
3010 "type": "github"
3011 },
3012 {
3013 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3014 "type": "tidelift"
3015 }
3016 ],
3017 "time": "2023-01-26T09:26:14+00:00"
3018 },
3019 {
3020 "name": "symfony/polyfill-php81",
3021 "version": "v1.28.0",
3022 "source": {
3023 "type": "git",
3024 "url": "https://github.com/symfony/polyfill-php81.git",
3025 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
3026 },
3027 "dist": {
3028 "type": "zip",
3029 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
3030 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
3031 "shasum": ""
3032 },
3033 "require": {
3034 "php": ">=7.1"
3035 },
3036 "type": "library",
3037 "extra": {
3038 "branch-alias": {
3039 "dev-main": "1.28-dev"
3040 },
3041 "thanks": {
3042 "name": "symfony/polyfill",
3043 "url": "https://github.com/symfony/polyfill"
3044 }
3045 },
3046 "autoload": {
3047 "files": [
3048 "bootstrap.php"
3049 ],
3050 "psr-4": {
3051 "Symfony\\Polyfill\\Php81\\": ""
3052 },
3053 "classmap": [
3054 "Resources/stubs"
3055 ]
3056 },
3057 "notification-url": "https://packagist.org/downloads/",
3058 "license": [
3059 "MIT"
3060 ],
3061 "authors": [
3062 {
3063 "name": "Nicolas Grekas",
3064 "email": "p@tchwork.com"
3065 },
3066 {
3067 "name": "Symfony Community",
3068 "homepage": "https://symfony.com/contributors"
3069 }
3070 ],
3071 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
3072 "homepage": "https://symfony.com",
3073 "keywords": [
3074 "compatibility",
3075 "polyfill",
3076 "portable",
3077 "shim"
3078 ],
3079 "support": {
3080 "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
3081 },
3082 "funding": [
3083 {
3084 "url": "https://symfony.com/sponsor",
3085 "type": "custom"
3086 },
3087 {
3088 "url": "https://github.com/fabpot",
3089 "type": "github"
3090 },
3091 {
3092 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3093 "type": "tidelift"
3094 }
3095 ],
3096 "time": "2023-01-26T09:26:14+00:00"
3097 },
3098 {
3099 "name": "symfony/string",
3100 "version": "v6.3.5",
3101 "source": {
3102 "type": "git",
3103 "url": "https://github.com/symfony/string.git",
3104 "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
3105 },
3106 "dist": {
3107 "type": "zip",
3108 "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
3109 "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
3110 "shasum": ""
3111 },
3112 "require": {
3113 "php": ">=8.1",
3114 "symfony/polyfill-ctype": "~1.8",
3115 "symfony/polyfill-intl-grapheme": "~1.0",
3116 "symfony/polyfill-intl-normalizer": "~1.0",
3117 "symfony/polyfill-mbstring": "~1.0"
3118 },
3119 "conflict": {
3120 "symfony/translation-contracts": "<2.5"
3121 },
3122 "require-dev": {
3123 "symfony/error-handler": "^5.4|^6.0",
3124 "symfony/http-client": "^5.4|^6.0",
3125 "symfony/intl": "^6.2",
3126 "symfony/translation-contracts": "^2.5|^3.0",
3127 "symfony/var-exporter": "^5.4|^6.0"
3128 },
3129 "type": "library",
3130 "autoload": {
3131 "files": [
3132 "Resources/functions.php"
3133 ],
3134 "psr-4": {
3135 "Symfony\\Component\\String\\": ""
3136 },
3137 "exclude-from-classmap": [
3138 "/Tests/"
3139 ]
3140 },
3141 "notification-url": "https://packagist.org/downloads/",
3142 "license": [
3143 "MIT"
3144 ],
3145 "authors": [
3146 {
3147 "name": "Nicolas Grekas",
3148 "email": "p@tchwork.com"
3149 },
3150 {
3151 "name": "Symfony Community",
3152 "homepage": "https://symfony.com/contributors"
3153 }
3154 ],
3155 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3156 "homepage": "https://symfony.com",
3157 "keywords": [
3158 "grapheme",
3159 "i18n",
3160 "string",
3161 "unicode",
3162 "utf-8",
3163 "utf8"
3164 ],
3165 "support": {
3166 "source": "https://github.com/symfony/string/tree/v6.3.5"
3167 },
3168 "funding": [
3169 {
3170 "url": "https://symfony.com/sponsor",
3171 "type": "custom"
3172 },
3173 {
3174 "url": "https://github.com/fabpot",
3175 "type": "github"
3176 },
3177 {
3178 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3179 "type": "tidelift"
3180 }
3181 ],
3182 "time": "2023-09-18T10:38:32+00:00"
3183 },
3184 {
3185 "name": "symfony/translation-contracts",
3186 "version": "v3.4.1",
3187 "source": {
3188 "type": "git",
3189 "url": "https://github.com/symfony/translation-contracts.git",
3190 "reference": "06450585bf65e978026bda220cdebca3f867fde7"
3191 },
3192 "dist": {
3193 "type": "zip",
3194 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
3195 "reference": "06450585bf65e978026bda220cdebca3f867fde7",
3196 "shasum": ""
3197 },
3198 "require": {
3199 "php": ">=8.1"
3200 },
3201 "type": "library",
3202 "extra": {
3203 "branch-alias": {
3204 "dev-main": "3.4-dev"
3205 },
3206 "thanks": {
3207 "name": "symfony/contracts",
3208 "url": "https://github.com/symfony/contracts"
3209 }
3210 },
3211 "autoload": {
3212 "psr-4": {
3213 "Symfony\\Contracts\\Translation\\": ""
3214 },
3215 "exclude-from-classmap": [
3216 "/Test/"
3217 ]
3218 },
3219 "notification-url": "https://packagist.org/downloads/",
3220 "license": [
3221 "MIT"
3222 ],
3223 "authors": [
3224 {
3225 "name": "Nicolas Grekas",
3226 "email": "p@tchwork.com"
3227 },
3228 {
3229 "name": "Symfony Community",
3230 "homepage": "https://symfony.com/contributors"
3231 }
3232 ],
3233 "description": "Generic abstractions related to translation",
3234 "homepage": "https://symfony.com",
3235 "keywords": [
3236 "abstractions",
3237 "contracts",
3238 "decoupling",
3239 "interfaces",
3240 "interoperability",
3241 "standards"
3242 ],
3243 "support": {
3244 "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
3245 },
3246 "funding": [
3247 {
3248 "url": "https://symfony.com/sponsor",
3249 "type": "custom"
3250 },
3251 {
3252 "url": "https://github.com/fabpot",
3253 "type": "github"
3254 },
3255 {
3256 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3257 "type": "tidelift"
3258 }
3259 ],
3260 "time": "2023-12-26T14:02:43+00:00"
3261 },
3262 {
3263 "name": "symfony/yaml",
3264 "version": "v6.3.7",
3265 "source": {
3266 "type": "git",
3267 "url": "https://github.com/symfony/yaml.git",
3268 "reference": "9758b6c69d179936435d0ffb577c3708d57e38a8"
3269 },
3270 "dist": {
3271 "type": "zip",
3272 "url": "https://api.github.com/repos/symfony/yaml/zipball/9758b6c69d179936435d0ffb577c3708d57e38a8",
3273 "reference": "9758b6c69d179936435d0ffb577c3708d57e38a8",
3274 "shasum": ""
3275 },
3276 "require": {
3277 "php": ">=8.1",
3278 "symfony/deprecation-contracts": "^2.5|^3",
3279 "symfony/polyfill-ctype": "^1.8"
3280 },
3281 "conflict": {
3282 "symfony/console": "<5.4"
3283 },
3284 "require-dev": {
3285 "symfony/console": "^5.4|^6.0"
3286 },
3287 "bin": [
3288 "Resources/bin/yaml-lint"
3289 ],
3290 "type": "library",
3291 "autoload": {
3292 "psr-4": {
3293 "Symfony\\Component\\Yaml\\": ""
3294 },
3295 "exclude-from-classmap": [
3296 "/Tests/"
3297 ]
3298 },
3299 "notification-url": "https://packagist.org/downloads/",
3300 "license": [
3301 "MIT"
3302 ],
3303 "authors": [
3304 {
3305 "name": "Fabien Potencier",
3306 "email": "fabien@symfony.com"
3307 },
3308 {
3309 "name": "Symfony Community",
3310 "homepage": "https://symfony.com/contributors"
3311 }
3312 ],
3313 "description": "Loads and dumps YAML files",
3314 "homepage": "https://symfony.com",
3315 "support": {
3316 "source": "https://github.com/symfony/yaml/tree/v6.3.7"
3317 },
3318 "funding": [
3319 {
3320 "url": "https://symfony.com/sponsor",
3321 "type": "custom"
3322 },
3323 {
3324 "url": "https://github.com/fabpot",
3325 "type": "github"
3326 },
3327 {
3328 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3329 "type": "tidelift"
3330 }
3331 ],
3332 "time": "2023-10-28T23:31:00+00:00"
3333 },
3334 {
3335 "name": "tecnickcom/tcpdf",
3336 "version": "6.6.5",
3337 "source": {
3338 "type": "git",
3339 "url": "https://github.com/tecnickcom/TCPDF.git",
3340 "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce"
3341 },
3342 "dist": {
3343 "type": "zip",
3344 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5fce932fcee4371865314ab7f6c0d85423c5c7ce",
3345 "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce",
3346 "shasum": ""
3347 },
3348 "require": {
3349 "php": ">=5.3.0"
3350 },
3351 "type": "library",
3352 "autoload": {
3353 "classmap": [
3354 "config",
3355 "include",
3356 "tcpdf.php",
3357 "tcpdf_parser.php",
3358 "tcpdf_import.php",
3359 "tcpdf_barcodes_1d.php",
3360 "tcpdf_barcodes_2d.php",
3361 "include/tcpdf_colors.php",
3362 "include/tcpdf_filters.php",
3363 "include/tcpdf_font_data.php",
3364 "include/tcpdf_fonts.php",
3365 "include/tcpdf_images.php",
3366 "include/tcpdf_static.php",
3367 "include/barcodes/datamatrix.php",
3368 "include/barcodes/pdf417.php",
3369 "include/barcodes/qrcode.php"
3370 ]
3371 },
3372 "notification-url": "https://packagist.org/downloads/",
3373 "license": [
3374 "LGPL-3.0-or-later"
3375 ],
3376 "authors": [
3377 {
3378 "name": "Nicola Asuni",
3379 "email": "info@tecnick.com",
3380 "role": "lead"
3381 }
3382 ],
3383 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3384 "homepage": "http://www.tcpdf.org/",
3385 "keywords": [
3386 "PDFD32000-2008",
3387 "TCPDF",
3388 "barcodes",
3389 "datamatrix",
3390 "pdf",
3391 "pdf417",
3392 "qrcode"
3393 ],
3394 "support": {
3395 "issues": "https://github.com/tecnickcom/TCPDF/issues",
3396 "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.5"
3397 },
3398 "funding": [
3399 {
3400 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
3401 "type": "custom"
3402 }
3403 ],
3404 "time": "2023-09-06T15:09:26+00:00"
3405 },
3406 {
3407 "name": "twig/string-extra",
3408 "version": "v3.8.0",
3409 "source": {
3410 "type": "git",
3411 "url": "https://github.com/twigphp/string-extra.git",
3412 "reference": "b0c9037d96baff79abe368dc092a59b726517548"
3413 },
3414 "dist": {
3415 "type": "zip",
3416 "url": "https://api.github.com/repos/twigphp/string-extra/zipball/b0c9037d96baff79abe368dc092a59b726517548",
3417 "reference": "b0c9037d96baff79abe368dc092a59b726517548",
3418 "shasum": ""
3419 },
3420 "require": {
3421 "php": ">=7.2.5",
3422 "symfony/string": "^5.4|^6.0|^7.0",
3423 "symfony/translation-contracts": "^1.1|^2|^3",
3424 "twig/twig": "^3.0"
3425 },
3426 "require-dev": {
3427 "symfony/phpunit-bridge": "^6.4|^7.0"
3428 },
3429 "type": "library",
3430 "autoload": {
3431 "psr-4": {
3432 "Twig\\Extra\\String\\": ""
3433 },
3434 "exclude-from-classmap": [
3435 "/Tests/"
3436 ]
3437 },
3438 "notification-url": "https://packagist.org/downloads/",
3439 "license": [
3440 "MIT"
3441 ],
3442 "authors": [
3443 {
3444 "name": "Fabien Potencier",
3445 "email": "fabien@symfony.com",
3446 "homepage": "http://fabien.potencier.org",
3447 "role": "Lead Developer"
3448 }
3449 ],
3450 "description": "A Twig extension for Symfony String",
3451 "homepage": "https://twig.symfony.com",
3452 "keywords": [
3453 "html",
3454 "string",
3455 "twig",
3456 "unicode"
3457 ],
3458 "support": {
3459 "source": "https://github.com/twigphp/string-extra/tree/v3.8.0"
3460 },
3461 "funding": [
3462 {
3463 "url": "https://github.com/fabpot",
3464 "type": "github"
3465 },
3466 {
3467 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
3468 "type": "tidelift"
3469 }
3470 ],
3471 "time": "2023-11-21T14:02:01+00:00"
3472 },
3473 {
3474 "name": "twig/twig",
3475 "version": "v3.7.1",
3476 "source": {
3477 "type": "git",
3478 "url": "https://github.com/twigphp/Twig.git",
3479 "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
3480 },
3481 "dist": {
3482 "type": "zip",
3483 "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
3484 "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
3485 "shasum": ""
3486 },
3487 "require": {
3488 "php": ">=7.2.5",
3489 "symfony/polyfill-ctype": "^1.8",
3490 "symfony/polyfill-mbstring": "^1.3"
3491 },
3492 "require-dev": {
3493 "psr/container": "^1.0|^2.0",
3494 "symfony/phpunit-bridge": "^5.4.9|^6.3"
3495 },
3496 "type": "library",
3497 "autoload": {
3498 "psr-4": {
3499 "Twig\\": "src/"
3500 }
3501 },
3502 "notification-url": "https://packagist.org/downloads/",
3503 "license": [
3504 "BSD-3-Clause"
3505 ],
3506 "authors": [
3507 {
3508 "name": "Fabien Potencier",
3509 "email": "fabien@symfony.com",
3510 "homepage": "http://fabien.potencier.org",
3511 "role": "Lead Developer"
3512 },
3513 {
3514 "name": "Twig Team",
3515 "role": "Contributors"
3516 },
3517 {
3518 "name": "Armin Ronacher",
3519 "email": "armin.ronacher@active-4.com",
3520 "role": "Project Founder"
3521 }
3522 ],
3523 "description": "Twig, the flexible, fast, and secure template language for PHP",
3524 "homepage": "https://twig.symfony.com",
3525 "keywords": [
3526 "templating"
3527 ],
3528 "support": {
3529 "issues": "https://github.com/twigphp/Twig/issues",
3530 "source": "https://github.com/twigphp/Twig/tree/v3.7.1"
3531 },
3532 "funding": [
3533 {
3534 "url": "https://github.com/fabpot",
3535 "type": "github"
3536 },
3537 {
3538 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
3539 "type": "tidelift"
3540 }
3541 ],
3542 "time": "2023-08-28T11:09:02+00:00"
3543 }
3544 ],
3545 "packages-dev": [
3546 {
3547 "name": "friendsoftwig/twigcs",
3548 "version": "6.2.0",
3549 "source": {
3550 "type": "git",
3551 "url": "https://github.com/friendsoftwig/twigcs.git",
3552 "reference": "da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6"
3553 },
3554 "dist": {
3555 "type": "zip",
3556 "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6",
3557 "reference": "da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6",
3558 "shasum": ""
3559 },
3560 "require": {
3561 "ext-ctype": "*",
3562 "ext-hash": "*",
3563 "ext-json": "*",
3564 "ext-mbstring": "*",
3565 "ext-simplexml": "*",
3566 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3567 "symfony/console": "^4.4 || ^5.3 || ^6.0",
3568 "symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
3569 "symfony/finder": "^4.4 || ^5.3 || ^6.0"
3570 },
3571 "require-dev": {
3572 "phpunit/phpunit": "^9.5.27",
3573 "symfony/phpunit-bridge": "^6.2.3"
3574 },
3575 "bin": [
3576 "bin/twigcs"
3577 ],
3578 "type": "library",
3579 "autoload": {
3580 "psr-4": {
3581 "FriendsOfTwig\\Twigcs\\": "src/"
3582 }
3583 },
3584 "notification-url": "https://packagist.org/downloads/",
3585 "license": [
3586 "MIT"
3587 ],
3588 "authors": [
3589 {
3590 "name": "Tristan Maindron",
3591 "email": "tmaindron@gmail.com"
3592 }
3593 ],
3594 "description": "Checkstyle automation for Twig",
3595 "support": {
3596 "issues": "https://github.com/friendsoftwig/twigcs/issues",
3597 "source": "https://github.com/friendsoftwig/twigcs/tree/6.2.0"
3598 },
3599 "time": "2023-01-13T16:02:00+00:00"
3600 },
3601 {
3602 "name": "malukenho/docheader",
3603 "version": "1.0.0",
3604 "source": {
3605 "type": "git",
3606 "url": "https://github.com/malukenho/docheader.git",
3607 "reference": "8d3a4c2f7717c2502b71a9bccad638c4dda0b4de"
3608 },
3609 "dist": {
3610 "type": "zip",
3611 "url": "https://api.github.com/repos/malukenho/docheader/zipball/8d3a4c2f7717c2502b71a9bccad638c4dda0b4de",
3612 "reference": "8d3a4c2f7717c2502b71a9bccad638c4dda0b4de",
3613 "shasum": ""
3614 },
3615 "require": {
3616 "php": "^8.0",
3617 "symfony/console": "^4.4 || ^5.4 || ^6.0",
3618 "symfony/finder": "^4.4 || ^5.4 || ^6.0"
3619 },
3620 "require-dev": {
3621 "doctrine/coding-standard": "^9.0",
3622 "mikey179/vfsstream": "^1.6.10",
3623 "phpunit/phpunit": "^9.5",
3624 "vimeo/psalm": "^4.23"
3625 },
3626 "bin": [
3627 "bin/docheader"
3628 ],
3629 "type": "library",
3630 "autoload": {
3631 "psr-4": {
3632 "DocHeader\\": "src/"
3633 }
3634 },
3635 "notification-url": "https://packagist.org/downloads/",
3636 "license": [
3637 "MIT"
3638 ],
3639 "authors": [
3640 {
3641 "name": "Jefersson Nathan",
3642 "email": "malukenho.dev@gmail.com"
3643 }
3644 ],
3645 "description": "A small library to check header docs",
3646 "homepage": "https://github.com/malukenho/docheader",
3647 "keywords": [
3648 "Code style",
3649 "code standard",
3650 "license"
3651 ],
3652 "support": {
3653 "issues": "https://github.com/malukenho/docheader/issues",
3654 "source": "https://github.com/malukenho/docheader/tree/1.0.0"
3655 },
3656 "time": "2022-07-12T09:10:09+00:00"
3657 },
3658 {
3659 "name": "myclabs/deep-copy",
3660 "version": "1.11.1",
3661 "source": {
3662 "type": "git",
3663 "url": "https://github.com/myclabs/DeepCopy.git",
3664 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
3665 },
3666 "dist": {
3667 "type": "zip",
3668 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
3669 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
3670 "shasum": ""
3671 },
3672 "require": {
3673 "php": "^7.1 || ^8.0"
3674 },
3675 "conflict": {
3676 "doctrine/collections": "<1.6.8",
3677 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
3678 },
3679 "require-dev": {
3680 "doctrine/collections": "^1.6.8",
3681 "doctrine/common": "^2.13.3 || ^3.2.2",
3682 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
3683 },
3684 "type": "library",
3685 "autoload": {
3686 "files": [
3687 "src/DeepCopy/deep_copy.php"
3688 ],
3689 "psr-4": {
3690 "DeepCopy\\": "src/DeepCopy/"
3691 }
3692 },
3693 "notification-url": "https://packagist.org/downloads/",
3694 "license": [
3695 "MIT"
3696 ],
3697 "description": "Create deep copies (clones) of your objects",
3698 "keywords": [
3699 "clone",
3700 "copy",
3701 "duplicate",
3702 "object",
3703 "object graph"
3704 ],
3705 "support": {
3706 "issues": "https://github.com/myclabs/DeepCopy/issues",
3707 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
3708 },
3709 "funding": [
3710 {
3711 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
3712 "type": "tidelift"
3713 }
3714 ],
3715 "time": "2023-03-08T13:26:56+00:00"
3716 },
3717 {
3718 "name": "nikic/php-parser",
3719 "version": "v4.17.1",
3720 "source": {
3721 "type": "git",
3722 "url": "https://github.com/nikic/PHP-Parser.git",
3723 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
3724 },
3725 "dist": {
3726 "type": "zip",
3727 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
3728 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
3729 "shasum": ""
3730 },
3731 "require": {
3732 "ext-tokenizer": "*",
3733 "php": ">=7.0"
3734 },
3735 "require-dev": {
3736 "ircmaxell/php-yacc": "^0.0.7",
3737 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3738 },
3739 "bin": [
3740 "bin/php-parse"
3741 ],
3742 "type": "library",
3743 "extra": {
3744 "branch-alias": {
3745 "dev-master": "4.9-dev"
3746 }
3747 },
3748 "autoload": {
3749 "psr-4": {
3750 "PhpParser\\": "lib/PhpParser"
3751 }
3752 },
3753 "notification-url": "https://packagist.org/downloads/",
3754 "license": [
3755 "BSD-3-Clause"
3756 ],
3757 "authors": [
3758 {
3759 "name": "Nikita Popov"
3760 }
3761 ],
3762 "description": "A PHP parser written in PHP",
3763 "keywords": [
3764 "parser",
3765 "php"
3766 ],
3767 "support": {
3768 "issues": "https://github.com/nikic/PHP-Parser/issues",
3769 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
3770 },
3771 "time": "2023-08-13T19:53:39+00:00"
3772 },
3773 {
3774 "name": "phar-io/manifest",
3775 "version": "2.0.3",
3776 "source": {
3777 "type": "git",
3778 "url": "https://github.com/phar-io/manifest.git",
3779 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
3780 },
3781 "dist": {
3782 "type": "zip",
3783 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
3784 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
3785 "shasum": ""
3786 },
3787 "require": {
3788 "ext-dom": "*",
3789 "ext-phar": "*",
3790 "ext-xmlwriter": "*",
3791 "phar-io/version": "^3.0.1",
3792 "php": "^7.2 || ^8.0"
3793 },
3794 "type": "library",
3795 "extra": {
3796 "branch-alias": {
3797 "dev-master": "2.0.x-dev"
3798 }
3799 },
3800 "autoload": {
3801 "classmap": [
3802 "src/"
3803 ]
3804 },
3805 "notification-url": "https://packagist.org/downloads/",
3806 "license": [
3807 "BSD-3-Clause"
3808 ],
3809 "authors": [
3810 {
3811 "name": "Arne Blankerts",
3812 "email": "arne@blankerts.de",
3813 "role": "Developer"
3814 },
3815 {
3816 "name": "Sebastian Heuer",
3817 "email": "sebastian@phpeople.de",
3818 "role": "Developer"
3819 },
3820 {
3821 "name": "Sebastian Bergmann",
3822 "email": "sebastian@phpunit.de",
3823 "role": "Developer"
3824 }
3825 ],
3826 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3827 "support": {
3828 "issues": "https://github.com/phar-io/manifest/issues",
3829 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
3830 },
3831 "time": "2021-07-20T11:28:43+00:00"
3832 },
3833 {
3834 "name": "phar-io/version",
3835 "version": "3.2.1",
3836 "source": {
3837 "type": "git",
3838 "url": "https://github.com/phar-io/version.git",
3839 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
3840 },
3841 "dist": {
3842 "type": "zip",
3843 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
3844 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
3845 "shasum": ""
3846 },
3847 "require": {
3848 "php": "^7.2 || ^8.0"
3849 },
3850 "type": "library",
3851 "autoload": {
3852 "classmap": [
3853 "src/"
3854 ]
3855 },
3856 "notification-url": "https://packagist.org/downloads/",
3857 "license": [
3858 "BSD-3-Clause"
3859 ],
3860 "authors": [
3861 {
3862 "name": "Arne Blankerts",
3863 "email": "arne@blankerts.de",
3864 "role": "Developer"
3865 },
3866 {
3867 "name": "Sebastian Heuer",
3868 "email": "sebastian@phpeople.de",
3869 "role": "Developer"
3870 },
3871 {
3872 "name": "Sebastian Bergmann",
3873 "email": "sebastian@phpunit.de",
3874 "role": "Developer"
3875 }
3876 ],
3877 "description": "Library for handling version information and constraints",
3878 "support": {
3879 "issues": "https://github.com/phar-io/version/issues",
3880 "source": "https://github.com/phar-io/version/tree/3.2.1"
3881 },
3882 "time": "2022-02-21T01:04:05+00:00"
3883 },
3884 {
3885 "name": "phpstan/phpstan",
3886 "version": "1.10.41",
3887 "source": {
3888 "type": "git",
3889 "url": "https://github.com/phpstan/phpstan.git",
3890 "reference": "c6174523c2a69231df55bdc65b61655e72876d76"
3891 },
3892 "dist": {
3893 "type": "zip",
3894 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6174523c2a69231df55bdc65b61655e72876d76",
3895 "reference": "c6174523c2a69231df55bdc65b61655e72876d76",
3896 "shasum": ""
3897 },
3898 "require": {
3899 "php": "^7.2|^8.0"
3900 },
3901 "conflict": {
3902 "phpstan/phpstan-shim": "*"
3903 },
3904 "bin": [
3905 "phpstan",
3906 "phpstan.phar"
3907 ],
3908 "type": "library",
3909 "autoload": {
3910 "files": [
3911 "bootstrap.php"
3912 ]
3913 },
3914 "notification-url": "https://packagist.org/downloads/",
3915 "license": [
3916 "MIT"
3917 ],
3918 "description": "PHPStan - PHP Static Analysis Tool",
3919 "keywords": [
3920 "dev",
3921 "static analysis"
3922 ],
3923 "support": {
3924 "docs": "https://phpstan.org/user-guide/getting-started",
3925 "forum": "https://github.com/phpstan/phpstan/discussions",
3926 "issues": "https://github.com/phpstan/phpstan/issues",
3927 "security": "https://github.com/phpstan/phpstan/security/policy",
3928 "source": "https://github.com/phpstan/phpstan-src"
3929 },
3930 "funding": [
3931 {
3932 "url": "https://github.com/ondrejmirtes",
3933 "type": "github"
3934 },
3935 {
3936 "url": "https://github.com/phpstan",
3937 "type": "github"
3938 },
3939 {
3940 "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
3941 "type": "tidelift"
3942 }
3943 ],
3944 "time": "2023-11-05T12:57:57+00:00"
3945 },
3946 {
3947 "name": "phpunit/php-code-coverage",
3948 "version": "10.1.7",
3949 "source": {
3950 "type": "git",
3951 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
3952 "reference": "355324ca4980b8916c18b9db29f3ef484078f26e"
3953 },
3954 "dist": {
3955 "type": "zip",
3956 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/355324ca4980b8916c18b9db29f3ef484078f26e",
3957 "reference": "355324ca4980b8916c18b9db29f3ef484078f26e",
3958 "shasum": ""
3959 },
3960 "require": {
3961 "ext-dom": "*",
3962 "ext-libxml": "*",
3963 "ext-xmlwriter": "*",
3964 "nikic/php-parser": "^4.15",
3965 "php": ">=8.1",
3966 "phpunit/php-file-iterator": "^4.0",
3967 "phpunit/php-text-template": "^3.0",
3968 "sebastian/code-unit-reverse-lookup": "^3.0",
3969 "sebastian/complexity": "^3.0",
3970 "sebastian/environment": "^6.0",
3971 "sebastian/lines-of-code": "^2.0",
3972 "sebastian/version": "^4.0",
3973 "theseer/tokenizer": "^1.2.0"
3974 },
3975 "require-dev": {
3976 "phpunit/phpunit": "^10.1"
3977 },
3978 "suggest": {
3979 "ext-pcov": "PHP extension that provides line coverage",
3980 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
3981 },
3982 "type": "library",
3983 "extra": {
3984 "branch-alias": {
3985 "dev-main": "10.1-dev"
3986 }
3987 },
3988 "autoload": {
3989 "classmap": [
3990 "src/"
3991 ]
3992 },
3993 "notification-url": "https://packagist.org/downloads/",
3994 "license": [
3995 "BSD-3-Clause"
3996 ],
3997 "authors": [
3998 {
3999 "name": "Sebastian Bergmann",
4000 "email": "sebastian@phpunit.de",
4001 "role": "lead"
4002 }
4003 ],
4004 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4005 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4006 "keywords": [
4007 "coverage",
4008 "testing",
4009 "xunit"
4010 ],
4011 "support": {
4012 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
4013 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
4014 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.7"
4015 },
4016 "funding": [
4017 {
4018 "url": "https://github.com/sebastianbergmann",
4019 "type": "github"
4020 }
4021 ],
4022 "time": "2023-10-04T15:34:17+00:00"
4023 },
4024 {
4025 "name": "phpunit/php-file-iterator",
4026 "version": "4.1.0",
4027 "source": {
4028 "type": "git",
4029 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4030 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
4031 },
4032 "dist": {
4033 "type": "zip",
4034 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
4035 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
4036 "shasum": ""
4037 },
4038 "require": {
4039 "php": ">=8.1"
4040 },
4041 "require-dev": {
4042 "phpunit/phpunit": "^10.0"
4043 },
4044 "type": "library",
4045 "extra": {
4046 "branch-alias": {
4047 "dev-main": "4.0-dev"
4048 }
4049 },
4050 "autoload": {
4051 "classmap": [
4052 "src/"
4053 ]
4054 },
4055 "notification-url": "https://packagist.org/downloads/",
4056 "license": [
4057 "BSD-3-Clause"
4058 ],
4059 "authors": [
4060 {
4061 "name": "Sebastian Bergmann",
4062 "email": "sebastian@phpunit.de",
4063 "role": "lead"
4064 }
4065 ],
4066 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4067 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4068 "keywords": [
4069 "filesystem",
4070 "iterator"
4071 ],
4072 "support": {
4073 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
4074 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
4075 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
4076 },
4077 "funding": [
4078 {
4079 "url": "https://github.com/sebastianbergmann",
4080 "type": "github"
4081 }
4082 ],
4083 "time": "2023-08-31T06:24:48+00:00"
4084 },
4085 {
4086 "name": "phpunit/php-invoker",
4087 "version": "4.0.0",
4088 "source": {
4089 "type": "git",
4090 "url": "https://github.com/sebastianbergmann/php-invoker.git",
4091 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
4092 },
4093 "dist": {
4094 "type": "zip",
4095 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
4096 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
4097 "shasum": ""
4098 },
4099 "require": {
4100 "php": ">=8.1"
4101 },
4102 "require-dev": {
4103 "ext-pcntl": "*",
4104 "phpunit/phpunit": "^10.0"
4105 },
4106 "suggest": {
4107 "ext-pcntl": "*"
4108 },
4109 "type": "library",
4110 "extra": {
4111 "branch-alias": {
4112 "dev-main": "4.0-dev"
4113 }
4114 },
4115 "autoload": {
4116 "classmap": [
4117 "src/"
4118 ]
4119 },
4120 "notification-url": "https://packagist.org/downloads/",
4121 "license": [
4122 "BSD-3-Clause"
4123 ],
4124 "authors": [
4125 {
4126 "name": "Sebastian Bergmann",
4127 "email": "sebastian@phpunit.de",
4128 "role": "lead"
4129 }
4130 ],
4131 "description": "Invoke callables with a timeout",
4132 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
4133 "keywords": [
4134 "process"
4135 ],
4136 "support": {
4137 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
4138 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
4139 },
4140 "funding": [
4141 {
4142 "url": "https://github.com/sebastianbergmann",
4143 "type": "github"
4144 }
4145 ],
4146 "time": "2023-02-03T06:56:09+00:00"
4147 },
4148 {
4149 "name": "phpunit/php-text-template",
4150 "version": "3.0.1",
4151 "source": {
4152 "type": "git",
4153 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4154 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
4155 },
4156 "dist": {
4157 "type": "zip",
4158 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
4159 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
4160 "shasum": ""
4161 },
4162 "require": {
4163 "php": ">=8.1"
4164 },
4165 "require-dev": {
4166 "phpunit/phpunit": "^10.0"
4167 },
4168 "type": "library",
4169 "extra": {
4170 "branch-alias": {
4171 "dev-main": "3.0-dev"
4172 }
4173 },
4174 "autoload": {
4175 "classmap": [
4176 "src/"
4177 ]
4178 },
4179 "notification-url": "https://packagist.org/downloads/",
4180 "license": [
4181 "BSD-3-Clause"
4182 ],
4183 "authors": [
4184 {
4185 "name": "Sebastian Bergmann",
4186 "email": "sebastian@phpunit.de",
4187 "role": "lead"
4188 }
4189 ],
4190 "description": "Simple template engine.",
4191 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4192 "keywords": [
4193 "template"
4194 ],
4195 "support": {
4196 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
4197 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
4198 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
4199 },
4200 "funding": [
4201 {
4202 "url": "https://github.com/sebastianbergmann",
4203 "type": "github"
4204 }
4205 ],
4206 "time": "2023-08-31T14:07:24+00:00"
4207 },
4208 {
4209 "name": "phpunit/php-timer",
4210 "version": "6.0.0",
4211 "source": {
4212 "type": "git",
4213 "url": "https://github.com/sebastianbergmann/php-timer.git",
4214 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
4215 },
4216 "dist": {
4217 "type": "zip",
4218 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
4219 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
4220 "shasum": ""
4221 },
4222 "require": {
4223 "php": ">=8.1"
4224 },
4225 "require-dev": {
4226 "phpunit/phpunit": "^10.0"
4227 },
4228 "type": "library",
4229 "extra": {
4230 "branch-alias": {
4231 "dev-main": "6.0-dev"
4232 }
4233 },
4234 "autoload": {
4235 "classmap": [
4236 "src/"
4237 ]
4238 },
4239 "notification-url": "https://packagist.org/downloads/",
4240 "license": [
4241 "BSD-3-Clause"
4242 ],
4243 "authors": [
4244 {
4245 "name": "Sebastian Bergmann",
4246 "email": "sebastian@phpunit.de",
4247 "role": "lead"
4248 }
4249 ],
4250 "description": "Utility class for timing",
4251 "homepage": "https://github.com/sebastianbergmann/php-timer/",
4252 "keywords": [
4253 "timer"
4254 ],
4255 "support": {
4256 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
4257 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
4258 },
4259 "funding": [
4260 {
4261 "url": "https://github.com/sebastianbergmann",
4262 "type": "github"
4263 }
4264 ],
4265 "time": "2023-02-03T06:57:52+00:00"
4266 },
4267 {
4268 "name": "phpunit/phpunit",
4269 "version": "10.4.2",
4270 "source": {
4271 "type": "git",
4272 "url": "https://github.com/sebastianbergmann/phpunit.git",
4273 "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1"
4274 },
4275 "dist": {
4276 "type": "zip",
4277 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
4278 "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
4279 "shasum": ""
4280 },
4281 "require": {
4282 "ext-dom": "*",
4283 "ext-json": "*",
4284 "ext-libxml": "*",
4285 "ext-mbstring": "*",
4286 "ext-xml": "*",
4287 "ext-xmlwriter": "*",
4288 "myclabs/deep-copy": "^1.10.1",
4289 "phar-io/manifest": "^2.0.3",
4290 "phar-io/version": "^3.0.2",
4291 "php": ">=8.1",
4292 "phpunit/php-code-coverage": "^10.1.5",
4293 "phpunit/php-file-iterator": "^4.0",
4294 "phpunit/php-invoker": "^4.0",
4295 "phpunit/php-text-template": "^3.0",
4296 "phpunit/php-timer": "^6.0",
4297 "sebastian/cli-parser": "^2.0",
4298 "sebastian/code-unit": "^2.0",
4299 "sebastian/comparator": "^5.0",
4300 "sebastian/diff": "^5.0",
4301 "sebastian/environment": "^6.0",
4302 "sebastian/exporter": "^5.1",
4303 "sebastian/global-state": "^6.0.1",
4304 "sebastian/object-enumerator": "^5.0",
4305 "sebastian/recursion-context": "^5.0",
4306 "sebastian/type": "^4.0",
4307 "sebastian/version": "^4.0"
4308 },
4309 "suggest": {
4310 "ext-soap": "To be able to generate mocks based on WSDL files"
4311 },
4312 "bin": [
4313 "phpunit"
4314 ],
4315 "type": "library",
4316 "extra": {
4317 "branch-alias": {
4318 "dev-main": "10.4-dev"
4319 }
4320 },
4321 "autoload": {
4322 "files": [
4323 "src/Framework/Assert/Functions.php"
4324 ],
4325 "classmap": [
4326 "src/"
4327 ]
4328 },
4329 "notification-url": "https://packagist.org/downloads/",
4330 "license": [
4331 "BSD-3-Clause"
4332 ],
4333 "authors": [
4334 {
4335 "name": "Sebastian Bergmann",
4336 "email": "sebastian@phpunit.de",
4337 "role": "lead"
4338 }
4339 ],
4340 "description": "The PHP Unit Testing framework.",
4341 "homepage": "https://phpunit.de/",
4342 "keywords": [
4343 "phpunit",
4344 "testing",
4345 "xunit"
4346 ],
4347 "support": {
4348 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
4349 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
4350 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2"
4351 },
4352 "funding": [
4353 {
4354 "url": "https://phpunit.de/sponsors.html",
4355 "type": "custom"
4356 },
4357 {
4358 "url": "https://github.com/sebastianbergmann",
4359 "type": "github"
4360 },
4361 {
4362 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
4363 "type": "tidelift"
4364 }
4365 ],
4366 "time": "2023-10-26T07:21:45+00:00"
4367 },
4368 {
4369 "name": "sebastian/cli-parser",
4370 "version": "2.0.0",
4371 "source": {
4372 "type": "git",
4373 "url": "https://github.com/sebastianbergmann/cli-parser.git",
4374 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
4375 },
4376 "dist": {
4377 "type": "zip",
4378 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
4379 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
4380 "shasum": ""
4381 },
4382 "require": {
4383 "php": ">=8.1"
4384 },
4385 "require-dev": {
4386 "phpunit/phpunit": "^10.0"
4387 },
4388 "type": "library",
4389 "extra": {
4390 "branch-alias": {
4391 "dev-main": "2.0-dev"
4392 }
4393 },
4394 "autoload": {
4395 "classmap": [
4396 "src/"
4397 ]
4398 },
4399 "notification-url": "https://packagist.org/downloads/",
4400 "license": [
4401 "BSD-3-Clause"
4402 ],
4403 "authors": [
4404 {
4405 "name": "Sebastian Bergmann",
4406 "email": "sebastian@phpunit.de",
4407 "role": "lead"
4408 }
4409 ],
4410 "description": "Library for parsing CLI options",
4411 "homepage": "https://github.com/sebastianbergmann/cli-parser",
4412 "support": {
4413 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
4414 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
4415 },
4416 "funding": [
4417 {
4418 "url": "https://github.com/sebastianbergmann",
4419 "type": "github"
4420 }
4421 ],
4422 "time": "2023-02-03T06:58:15+00:00"
4423 },
4424 {
4425 "name": "sebastian/code-unit",
4426 "version": "2.0.0",
4427 "source": {
4428 "type": "git",
4429 "url": "https://github.com/sebastianbergmann/code-unit.git",
4430 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
4431 },
4432 "dist": {
4433 "type": "zip",
4434 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
4435 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
4436 "shasum": ""
4437 },
4438 "require": {
4439 "php": ">=8.1"
4440 },
4441 "require-dev": {
4442 "phpunit/phpunit": "^10.0"
4443 },
4444 "type": "library",
4445 "extra": {
4446 "branch-alias": {
4447 "dev-main": "2.0-dev"
4448 }
4449 },
4450 "autoload": {
4451 "classmap": [
4452 "src/"
4453 ]
4454 },
4455 "notification-url": "https://packagist.org/downloads/",
4456 "license": [
4457 "BSD-3-Clause"
4458 ],
4459 "authors": [
4460 {
4461 "name": "Sebastian Bergmann",
4462 "email": "sebastian@phpunit.de",
4463 "role": "lead"
4464 }
4465 ],
4466 "description": "Collection of value objects that represent the PHP code units",
4467 "homepage": "https://github.com/sebastianbergmann/code-unit",
4468 "support": {
4469 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
4470 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
4471 },
4472 "funding": [
4473 {
4474 "url": "https://github.com/sebastianbergmann",
4475 "type": "github"
4476 }
4477 ],
4478 "time": "2023-02-03T06:58:43+00:00"
4479 },
4480 {
4481 "name": "sebastian/code-unit-reverse-lookup",
4482 "version": "3.0.0",
4483 "source": {
4484 "type": "git",
4485 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4486 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
4487 },
4488 "dist": {
4489 "type": "zip",
4490 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
4491 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
4492 "shasum": ""
4493 },
4494 "require": {
4495 "php": ">=8.1"
4496 },
4497 "require-dev": {
4498 "phpunit/phpunit": "^10.0"
4499 },
4500 "type": "library",
4501 "extra": {
4502 "branch-alias": {
4503 "dev-main": "3.0-dev"
4504 }
4505 },
4506 "autoload": {
4507 "classmap": [
4508 "src/"
4509 ]
4510 },
4511 "notification-url": "https://packagist.org/downloads/",
4512 "license": [
4513 "BSD-3-Clause"
4514 ],
4515 "authors": [
4516 {
4517 "name": "Sebastian Bergmann",
4518 "email": "sebastian@phpunit.de"
4519 }
4520 ],
4521 "description": "Looks up which function or method a line of code belongs to",
4522 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4523 "support": {
4524 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
4525 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
4526 },
4527 "funding": [
4528 {
4529 "url": "https://github.com/sebastianbergmann",
4530 "type": "github"
4531 }
4532 ],
4533 "time": "2023-02-03T06:59:15+00:00"
4534 },
4535 {
4536 "name": "sebastian/comparator",
4537 "version": "5.0.1",
4538 "source": {
4539 "type": "git",
4540 "url": "https://github.com/sebastianbergmann/comparator.git",
4541 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
4542 },
4543 "dist": {
4544 "type": "zip",
4545 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
4546 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
4547 "shasum": ""
4548 },
4549 "require": {
4550 "ext-dom": "*",
4551 "ext-mbstring": "*",
4552 "php": ">=8.1",
4553 "sebastian/diff": "^5.0",
4554 "sebastian/exporter": "^5.0"
4555 },
4556 "require-dev": {
4557 "phpunit/phpunit": "^10.3"
4558 },
4559 "type": "library",
4560 "extra": {
4561 "branch-alias": {
4562 "dev-main": "5.0-dev"
4563 }
4564 },
4565 "autoload": {
4566 "classmap": [
4567 "src/"
4568 ]
4569 },
4570 "notification-url": "https://packagist.org/downloads/",
4571 "license": [
4572 "BSD-3-Clause"
4573 ],
4574 "authors": [
4575 {
4576 "name": "Sebastian Bergmann",
4577 "email": "sebastian@phpunit.de"
4578 },
4579 {
4580 "name": "Jeff Welch",
4581 "email": "whatthejeff@gmail.com"
4582 },
4583 {
4584 "name": "Volker Dusch",
4585 "email": "github@wallbash.com"
4586 },
4587 {
4588 "name": "Bernhard Schussek",
4589 "email": "bschussek@2bepublished.at"
4590 }
4591 ],
4592 "description": "Provides the functionality to compare PHP values for equality",
4593 "homepage": "https://github.com/sebastianbergmann/comparator",
4594 "keywords": [
4595 "comparator",
4596 "compare",
4597 "equality"
4598 ],
4599 "support": {
4600 "issues": "https://github.com/sebastianbergmann/comparator/issues",
4601 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
4602 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
4603 },
4604 "funding": [
4605 {
4606 "url": "https://github.com/sebastianbergmann",
4607 "type": "github"
4608 }
4609 ],
4610 "time": "2023-08-14T13:18:12+00:00"
4611 },
4612 {
4613 "name": "sebastian/complexity",
4614 "version": "3.1.0",
4615 "source": {
4616 "type": "git",
4617 "url": "https://github.com/sebastianbergmann/complexity.git",
4618 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957"
4619 },
4620 "dist": {
4621 "type": "zip",
4622 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957",
4623 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957",
4624 "shasum": ""
4625 },
4626 "require": {
4627 "nikic/php-parser": "^4.10",
4628 "php": ">=8.1"
4629 },
4630 "require-dev": {
4631 "phpunit/phpunit": "^10.0"
4632 },
4633 "type": "library",
4634 "extra": {
4635 "branch-alias": {
4636 "dev-main": "3.1-dev"
4637 }
4638 },
4639 "autoload": {
4640 "classmap": [
4641 "src/"
4642 ]
4643 },
4644 "notification-url": "https://packagist.org/downloads/",
4645 "license": [
4646 "BSD-3-Clause"
4647 ],
4648 "authors": [
4649 {
4650 "name": "Sebastian Bergmann",
4651 "email": "sebastian@phpunit.de",
4652 "role": "lead"
4653 }
4654 ],
4655 "description": "Library for calculating the complexity of PHP code units",
4656 "homepage": "https://github.com/sebastianbergmann/complexity",
4657 "support": {
4658 "issues": "https://github.com/sebastianbergmann/complexity/issues",
4659 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
4660 "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0"
4661 },
4662 "funding": [
4663 {
4664 "url": "https://github.com/sebastianbergmann",
4665 "type": "github"
4666 }
4667 ],
4668 "time": "2023-09-28T11:50:59+00:00"
4669 },
4670 {
4671 "name": "sebastian/diff",
4672 "version": "5.0.3",
4673 "source": {
4674 "type": "git",
4675 "url": "https://github.com/sebastianbergmann/diff.git",
4676 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
4677 },
4678 "dist": {
4679 "type": "zip",
4680 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
4681 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
4682 "shasum": ""
4683 },
4684 "require": {
4685 "php": ">=8.1"
4686 },
4687 "require-dev": {
4688 "phpunit/phpunit": "^10.0",
4689 "symfony/process": "^4.2 || ^5"
4690 },
4691 "type": "library",
4692 "extra": {
4693 "branch-alias": {
4694 "dev-main": "5.0-dev"
4695 }
4696 },
4697 "autoload": {
4698 "classmap": [
4699 "src/"
4700 ]
4701 },
4702 "notification-url": "https://packagist.org/downloads/",
4703 "license": [
4704 "BSD-3-Clause"
4705 ],
4706 "authors": [
4707 {
4708 "name": "Sebastian Bergmann",
4709 "email": "sebastian@phpunit.de"
4710 },
4711 {
4712 "name": "Kore Nordmann",
4713 "email": "mail@kore-nordmann.de"
4714 }
4715 ],
4716 "description": "Diff implementation",
4717 "homepage": "https://github.com/sebastianbergmann/diff",
4718 "keywords": [
4719 "diff",
4720 "udiff",
4721 "unidiff",
4722 "unified diff"
4723 ],
4724 "support": {
4725 "issues": "https://github.com/sebastianbergmann/diff/issues",
4726 "security": "https://github.com/sebastianbergmann/diff/security/policy",
4727 "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
4728 },
4729 "funding": [
4730 {
4731 "url": "https://github.com/sebastianbergmann",
4732 "type": "github"
4733 }
4734 ],
4735 "time": "2023-05-01T07:48:21+00:00"
4736 },
4737 {
4738 "name": "sebastian/environment",
4739 "version": "6.0.1",
4740 "source": {
4741 "type": "git",
4742 "url": "https://github.com/sebastianbergmann/environment.git",
4743 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
4744 },
4745 "dist": {
4746 "type": "zip",
4747 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
4748 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
4749 "shasum": ""
4750 },
4751 "require": {
4752 "php": ">=8.1"
4753 },
4754 "require-dev": {
4755 "phpunit/phpunit": "^10.0"
4756 },
4757 "suggest": {
4758 "ext-posix": "*"
4759 },
4760 "type": "library",
4761 "extra": {
4762 "branch-alias": {
4763 "dev-main": "6.0-dev"
4764 }
4765 },
4766 "autoload": {
4767 "classmap": [
4768 "src/"
4769 ]
4770 },
4771 "notification-url": "https://packagist.org/downloads/",
4772 "license": [
4773 "BSD-3-Clause"
4774 ],
4775 "authors": [
4776 {
4777 "name": "Sebastian Bergmann",
4778 "email": "sebastian@phpunit.de"
4779 }
4780 ],
4781 "description": "Provides functionality to handle HHVM/PHP environments",
4782 "homepage": "https://github.com/sebastianbergmann/environment",
4783 "keywords": [
4784 "Xdebug",
4785 "environment",
4786 "hhvm"
4787 ],
4788 "support": {
4789 "issues": "https://github.com/sebastianbergmann/environment/issues",
4790 "security": "https://github.com/sebastianbergmann/environment/security/policy",
4791 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
4792 },
4793 "funding": [
4794 {
4795 "url": "https://github.com/sebastianbergmann",
4796 "type": "github"
4797 }
4798 ],
4799 "time": "2023-04-11T05:39:26+00:00"
4800 },
4801 {
4802 "name": "sebastian/exporter",
4803 "version": "5.1.1",
4804 "source": {
4805 "type": "git",
4806 "url": "https://github.com/sebastianbergmann/exporter.git",
4807 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
4808 },
4809 "dist": {
4810 "type": "zip",
4811 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
4812 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
4813 "shasum": ""
4814 },
4815 "require": {
4816 "ext-mbstring": "*",
4817 "php": ">=8.1",
4818 "sebastian/recursion-context": "^5.0"
4819 },
4820 "require-dev": {
4821 "phpunit/phpunit": "^10.0"
4822 },
4823 "type": "library",
4824 "extra": {
4825 "branch-alias": {
4826 "dev-main": "5.1-dev"
4827 }
4828 },
4829 "autoload": {
4830 "classmap": [
4831 "src/"
4832 ]
4833 },
4834 "notification-url": "https://packagist.org/downloads/",
4835 "license": [
4836 "BSD-3-Clause"
4837 ],
4838 "authors": [
4839 {
4840 "name": "Sebastian Bergmann",
4841 "email": "sebastian@phpunit.de"
4842 },
4843 {
4844 "name": "Jeff Welch",
4845 "email": "whatthejeff@gmail.com"
4846 },
4847 {
4848 "name": "Volker Dusch",
4849 "email": "github@wallbash.com"
4850 },
4851 {
4852 "name": "Adam Harvey",
4853 "email": "aharvey@php.net"
4854 },
4855 {
4856 "name": "Bernhard Schussek",
4857 "email": "bschussek@gmail.com"
4858 }
4859 ],
4860 "description": "Provides the functionality to export PHP variables for visualization",
4861 "homepage": "https://www.github.com/sebastianbergmann/exporter",
4862 "keywords": [
4863 "export",
4864 "exporter"
4865 ],
4866 "support": {
4867 "issues": "https://github.com/sebastianbergmann/exporter/issues",
4868 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
4869 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
4870 },
4871 "funding": [
4872 {
4873 "url": "https://github.com/sebastianbergmann",
4874 "type": "github"
4875 }
4876 ],
4877 "time": "2023-09-24T13:22:09+00:00"
4878 },
4879 {
4880 "name": "sebastian/global-state",
4881 "version": "6.0.1",
4882 "source": {
4883 "type": "git",
4884 "url": "https://github.com/sebastianbergmann/global-state.git",
4885 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
4886 },
4887 "dist": {
4888 "type": "zip",
4889 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
4890 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
4891 "shasum": ""
4892 },
4893 "require": {
4894 "php": ">=8.1",
4895 "sebastian/object-reflector": "^3.0",
4896 "sebastian/recursion-context": "^5.0"
4897 },
4898 "require-dev": {
4899 "ext-dom": "*",
4900 "phpunit/phpunit": "^10.0"
4901 },
4902 "type": "library",
4903 "extra": {
4904 "branch-alias": {
4905 "dev-main": "6.0-dev"
4906 }
4907 },
4908 "autoload": {
4909 "classmap": [
4910 "src/"
4911 ]
4912 },
4913 "notification-url": "https://packagist.org/downloads/",
4914 "license": [
4915 "BSD-3-Clause"
4916 ],
4917 "authors": [
4918 {
4919 "name": "Sebastian Bergmann",
4920 "email": "sebastian@phpunit.de"
4921 }
4922 ],
4923 "description": "Snapshotting of global state",
4924 "homepage": "http://www.github.com/sebastianbergmann/global-state",
4925 "keywords": [
4926 "global state"
4927 ],
4928 "support": {
4929 "issues": "https://github.com/sebastianbergmann/global-state/issues",
4930 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
4931 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
4932 },
4933 "funding": [
4934 {
4935 "url": "https://github.com/sebastianbergmann",
4936 "type": "github"
4937 }
4938 ],
4939 "time": "2023-07-19T07:19:23+00:00"
4940 },
4941 {
4942 "name": "sebastian/lines-of-code",
4943 "version": "2.0.1",
4944 "source": {
4945 "type": "git",
4946 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
4947 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d"
4948 },
4949 "dist": {
4950 "type": "zip",
4951 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d",
4952 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d",
4953 "shasum": ""
4954 },
4955 "require": {
4956 "nikic/php-parser": "^4.10",
4957 "php": ">=8.1"
4958 },
4959 "require-dev": {
4960 "phpunit/phpunit": "^10.0"
4961 },
4962 "type": "library",
4963 "extra": {
4964 "branch-alias": {
4965 "dev-main": "2.0-dev"
4966 }
4967 },
4968 "autoload": {
4969 "classmap": [
4970 "src/"
4971 ]
4972 },
4973 "notification-url": "https://packagist.org/downloads/",
4974 "license": [
4975 "BSD-3-Clause"
4976 ],
4977 "authors": [
4978 {
4979 "name": "Sebastian Bergmann",
4980 "email": "sebastian@phpunit.de",
4981 "role": "lead"
4982 }
4983 ],
4984 "description": "Library for counting the lines of code in PHP source code",
4985 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
4986 "support": {
4987 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
4988 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
4989 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1"
4990 },
4991 "funding": [
4992 {
4993 "url": "https://github.com/sebastianbergmann",
4994 "type": "github"
4995 }
4996 ],
4997 "time": "2023-08-31T09:25:50+00:00"
4998 },
4999 {
5000 "name": "sebastian/object-enumerator",
5001 "version": "5.0.0",
5002 "source": {
5003 "type": "git",
5004 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5005 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
5006 },
5007 "dist": {
5008 "type": "zip",
5009 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
5010 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
5011 "shasum": ""
5012 },
5013 "require": {
5014 "php": ">=8.1",
5015 "sebastian/object-reflector": "^3.0",
5016 "sebastian/recursion-context": "^5.0"
5017 },
5018 "require-dev": {
5019 "phpunit/phpunit": "^10.0"
5020 },
5021 "type": "library",
5022 "extra": {
5023 "branch-alias": {
5024 "dev-main": "5.0-dev"
5025 }
5026 },
5027 "autoload": {
5028 "classmap": [
5029 "src/"
5030 ]
5031 },
5032 "notification-url": "https://packagist.org/downloads/",
5033 "license": [
5034 "BSD-3-Clause"
5035 ],
5036 "authors": [
5037 {
5038 "name": "Sebastian Bergmann",
5039 "email": "sebastian@phpunit.de"
5040 }
5041 ],
5042 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5043 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5044 "support": {
5045 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
5046 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
5047 },
5048 "funding": [
5049 {
5050 "url": "https://github.com/sebastianbergmann",
5051 "type": "github"
5052 }
5053 ],
5054 "time": "2023-02-03T07:08:32+00:00"
5055 },
5056 {
5057 "name": "sebastian/object-reflector",
5058 "version": "3.0.0",
5059 "source": {
5060 "type": "git",
5061 "url": "https://github.com/sebastianbergmann/object-reflector.git",
5062 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
5063 },
5064 "dist": {
5065 "type": "zip",
5066 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
5067 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
5068 "shasum": ""
5069 },
5070 "require": {
5071 "php": ">=8.1"
5072 },
5073 "require-dev": {
5074 "phpunit/phpunit": "^10.0"
5075 },
5076 "type": "library",
5077 "extra": {
5078 "branch-alias": {
5079 "dev-main": "3.0-dev"
5080 }
5081 },
5082 "autoload": {
5083 "classmap": [
5084 "src/"
5085 ]
5086 },
5087 "notification-url": "https://packagist.org/downloads/",
5088 "license": [
5089 "BSD-3-Clause"
5090 ],
5091 "authors": [
5092 {
5093 "name": "Sebastian Bergmann",
5094 "email": "sebastian@phpunit.de"
5095 }
5096 ],
5097 "description": "Allows reflection of object attributes, including inherited and non-public ones",
5098 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5099 "support": {
5100 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
5101 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
5102 },
5103 "funding": [
5104 {
5105 "url": "https://github.com/sebastianbergmann",
5106 "type": "github"
5107 }
5108 ],
5109 "time": "2023-02-03T07:06:18+00:00"
5110 },
5111 {
5112 "name": "sebastian/recursion-context",
5113 "version": "5.0.0",
5114 "source": {
5115 "type": "git",
5116 "url": "https://github.com/sebastianbergmann/recursion-context.git",
5117 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
5118 },
5119 "dist": {
5120 "type": "zip",
5121 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
5122 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
5123 "shasum": ""
5124 },
5125 "require": {
5126 "php": ">=8.1"
5127 },
5128 "require-dev": {
5129 "phpunit/phpunit": "^10.0"
5130 },
5131 "type": "library",
5132 "extra": {
5133 "branch-alias": {
5134 "dev-main": "5.0-dev"
5135 }
5136 },
5137 "autoload": {
5138 "classmap": [
5139 "src/"
5140 ]
5141 },
5142 "notification-url": "https://packagist.org/downloads/",
5143 "license": [
5144 "BSD-3-Clause"
5145 ],
5146 "authors": [
5147 {
5148 "name": "Sebastian Bergmann",
5149 "email": "sebastian@phpunit.de"
5150 },
5151 {
5152 "name": "Jeff Welch",
5153 "email": "whatthejeff@gmail.com"
5154 },
5155 {
5156 "name": "Adam Harvey",
5157 "email": "aharvey@php.net"
5158 }
5159 ],
5160 "description": "Provides functionality to recursively process PHP variables",
5161 "homepage": "https://github.com/sebastianbergmann/recursion-context",
5162 "support": {
5163 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
5164 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
5165 },
5166 "funding": [
5167 {
5168 "url": "https://github.com/sebastianbergmann",
5169 "type": "github"
5170 }
5171 ],
5172 "time": "2023-02-03T07:05:40+00:00"
5173 },
5174 {
5175 "name": "sebastian/type",
5176 "version": "4.0.0",
5177 "source": {
5178 "type": "git",
5179 "url": "https://github.com/sebastianbergmann/type.git",
5180 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
5181 },
5182 "dist": {
5183 "type": "zip",
5184 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
5185 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
5186 "shasum": ""
5187 },
5188 "require": {
5189 "php": ">=8.1"
5190 },
5191 "require-dev": {
5192 "phpunit/phpunit": "^10.0"
5193 },
5194 "type": "library",
5195 "extra": {
5196 "branch-alias": {
5197 "dev-main": "4.0-dev"
5198 }
5199 },
5200 "autoload": {
5201 "classmap": [
5202 "src/"
5203 ]
5204 },
5205 "notification-url": "https://packagist.org/downloads/",
5206 "license": [
5207 "BSD-3-Clause"
5208 ],
5209 "authors": [
5210 {
5211 "name": "Sebastian Bergmann",
5212 "email": "sebastian@phpunit.de",
5213 "role": "lead"
5214 }
5215 ],
5216 "description": "Collection of value objects that represent the types of the PHP type system",
5217 "homepage": "https://github.com/sebastianbergmann/type",
5218 "support": {
5219 "issues": "https://github.com/sebastianbergmann/type/issues",
5220 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
5221 },
5222 "funding": [
5223 {
5224 "url": "https://github.com/sebastianbergmann",
5225 "type": "github"
5226 }
5227 ],
5228 "time": "2023-02-03T07:10:45+00:00"
5229 },
5230 {
5231 "name": "sebastian/version",
5232 "version": "4.0.1",
5233 "source": {
5234 "type": "git",
5235 "url": "https://github.com/sebastianbergmann/version.git",
5236 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
5237 },
5238 "dist": {
5239 "type": "zip",
5240 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
5241 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
5242 "shasum": ""
5243 },
5244 "require": {
5245 "php": ">=8.1"
5246 },
5247 "type": "library",
5248 "extra": {
5249 "branch-alias": {
5250 "dev-main": "4.0-dev"
5251 }
5252 },
5253 "autoload": {
5254 "classmap": [
5255 "src/"
5256 ]
5257 },
5258 "notification-url": "https://packagist.org/downloads/",
5259 "license": [
5260 "BSD-3-Clause"
5261 ],
5262 "authors": [
5263 {
5264 "name": "Sebastian Bergmann",
5265 "email": "sebastian@phpunit.de",
5266 "role": "lead"
5267 }
5268 ],
5269 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5270 "homepage": "https://github.com/sebastianbergmann/version",
5271 "support": {
5272 "issues": "https://github.com/sebastianbergmann/version/issues",
5273 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
5274 },
5275 "funding": [
5276 {
5277 "url": "https://github.com/sebastianbergmann",
5278 "type": "github"
5279 }
5280 ],
5281 "time": "2023-02-07T11:34:05+00:00"
5282 },
5283 {
5284 "name": "squizlabs/php_codesniffer",
5285 "version": "3.7.2",
5286 "source": {
5287 "type": "git",
5288 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5289 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
5290 },
5291 "dist": {
5292 "type": "zip",
5293 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
5294 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
5295 "shasum": ""
5296 },
5297 "require": {
5298 "ext-simplexml": "*",
5299 "ext-tokenizer": "*",
5300 "ext-xmlwriter": "*",
5301 "php": ">=5.4.0"
5302 },
5303 "require-dev": {
5304 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5305 },
5306 "bin": [
5307 "bin/phpcs",
5308 "bin/phpcbf"
5309 ],
5310 "type": "library",
5311 "extra": {
5312 "branch-alias": {
5313 "dev-master": "3.x-dev"
5314 }
5315 },
5316 "notification-url": "https://packagist.org/downloads/",
5317 "license": [
5318 "BSD-3-Clause"
5319 ],
5320 "authors": [
5321 {
5322 "name": "Greg Sherwood",
5323 "role": "lead"
5324 }
5325 ],
5326 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5327 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
5328 "keywords": [
5329 "phpcs",
5330 "standards",
5331 "static analysis"
5332 ],
5333 "support": {
5334 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
5335 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
5336 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
5337 },
5338 "time": "2023-02-22T23:07:41+00:00"
5339 },
5340 {
5341 "name": "symfony/console",
5342 "version": "v6.3.4",
5343 "source": {
5344 "type": "git",
5345 "url": "https://github.com/symfony/console.git",
5346 "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
5347 },
5348 "dist": {
5349 "type": "zip",
5350 "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
5351 "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
5352 "shasum": ""
5353 },
5354 "require": {
5355 "php": ">=8.1",
5356 "symfony/deprecation-contracts": "^2.5|^3",
5357 "symfony/polyfill-mbstring": "~1.0",
5358 "symfony/service-contracts": "^2.5|^3",
5359 "symfony/string": "^5.4|^6.0"
5360 },
5361 "conflict": {
5362 "symfony/dependency-injection": "<5.4",
5363 "symfony/dotenv": "<5.4",
5364 "symfony/event-dispatcher": "<5.4",
5365 "symfony/lock": "<5.4",
5366 "symfony/process": "<5.4"
5367 },
5368 "provide": {
5369 "psr/log-implementation": "1.0|2.0|3.0"
5370 },
5371 "require-dev": {
5372 "psr/log": "^1|^2|^3",
5373 "symfony/config": "^5.4|^6.0",
5374 "symfony/dependency-injection": "^5.4|^6.0",
5375 "symfony/event-dispatcher": "^5.4|^6.0",
5376 "symfony/lock": "^5.4|^6.0",
5377 "symfony/process": "^5.4|^6.0",
5378 "symfony/var-dumper": "^5.4|^6.0"
5379 },
5380 "type": "library",
5381 "autoload": {
5382 "psr-4": {
5383 "Symfony\\Component\\Console\\": ""
5384 },
5385 "exclude-from-classmap": [
5386 "/Tests/"
5387 ]
5388 },
5389 "notification-url": "https://packagist.org/downloads/",
5390 "license": [
5391 "MIT"
5392 ],
5393 "authors": [
5394 {
5395 "name": "Fabien Potencier",
5396 "email": "fabien@symfony.com"
5397 },
5398 {
5399 "name": "Symfony Community",
5400 "homepage": "https://symfony.com/contributors"
5401 }
5402 ],
5403 "description": "Eases the creation of beautiful and testable command line interfaces",
5404 "homepage": "https://symfony.com",
5405 "keywords": [
5406 "cli",
5407 "command-line",
5408 "console",
5409 "terminal"
5410 ],
5411 "support": {
5412 "source": "https://github.com/symfony/console/tree/v6.3.4"
5413 },
5414 "funding": [
5415 {
5416 "url": "https://symfony.com/sponsor",
5417 "type": "custom"
5418 },
5419 {
5420 "url": "https://github.com/fabpot",
5421 "type": "github"
5422 },
5423 {
5424 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5425 "type": "tidelift"
5426 }
5427 ],
5428 "time": "2023-08-16T10:10:12+00:00"
5429 },
5430 {
5431 "name": "symfony/filesystem",
5432 "version": "v6.3.1",
5433 "source": {
5434 "type": "git",
5435 "url": "https://github.com/symfony/filesystem.git",
5436 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
5437 },
5438 "dist": {
5439 "type": "zip",
5440 "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
5441 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
5442 "shasum": ""
5443 },
5444 "require": {
5445 "php": ">=8.1",
5446 "symfony/polyfill-ctype": "~1.8",
5447 "symfony/polyfill-mbstring": "~1.8"
5448 },
5449 "type": "library",
5450 "autoload": {
5451 "psr-4": {
5452 "Symfony\\Component\\Filesystem\\": ""
5453 },
5454 "exclude-from-classmap": [
5455 "/Tests/"
5456 ]
5457 },
5458 "notification-url": "https://packagist.org/downloads/",
5459 "license": [
5460 "MIT"
5461 ],
5462 "authors": [
5463 {
5464 "name": "Fabien Potencier",
5465 "email": "fabien@symfony.com"
5466 },
5467 {
5468 "name": "Symfony Community",
5469 "homepage": "https://symfony.com/contributors"
5470 }
5471 ],
5472 "description": "Provides basic utilities for the filesystem",
5473 "homepage": "https://symfony.com",
5474 "support": {
5475 "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
5476 },
5477 "funding": [
5478 {
5479 "url": "https://symfony.com/sponsor",
5480 "type": "custom"
5481 },
5482 {
5483 "url": "https://github.com/fabpot",
5484 "type": "github"
5485 },
5486 {
5487 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5488 "type": "tidelift"
5489 }
5490 ],
5491 "time": "2023-06-01T08:30:39+00:00"
5492 },
5493 {
5494 "name": "symfony/finder",
5495 "version": "v6.3.5",
5496 "source": {
5497 "type": "git",
5498 "url": "https://github.com/symfony/finder.git",
5499 "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
5500 },
5501 "dist": {
5502 "type": "zip",
5503 "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
5504 "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
5505 "shasum": ""
5506 },
5507 "require": {
5508 "php": ">=8.1"
5509 },
5510 "require-dev": {
5511 "symfony/filesystem": "^6.0"
5512 },
5513 "type": "library",
5514 "autoload": {
5515 "psr-4": {
5516 "Symfony\\Component\\Finder\\": ""
5517 },
5518 "exclude-from-classmap": [
5519 "/Tests/"
5520 ]
5521 },
5522 "notification-url": "https://packagist.org/downloads/",
5523 "license": [
5524 "MIT"
5525 ],
5526 "authors": [
5527 {
5528 "name": "Fabien Potencier",
5529 "email": "fabien@symfony.com"
5530 },
5531 {
5532 "name": "Symfony Community",
5533 "homepage": "https://symfony.com/contributors"
5534 }
5535 ],
5536 "description": "Finds files and directories via an intuitive fluent interface",
5537 "homepage": "https://symfony.com",
5538 "support": {
5539 "source": "https://github.com/symfony/finder/tree/v6.3.5"
5540 },
5541 "funding": [
5542 {
5543 "url": "https://symfony.com/sponsor",
5544 "type": "custom"
5545 },
5546 {
5547 "url": "https://github.com/fabpot",
5548 "type": "github"
5549 },
5550 {
5551 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5552 "type": "tidelift"
5553 }
5554 ],
5555 "time": "2023-09-26T12:56:25+00:00"
5556 },
5557 {
5558 "name": "symfony/service-contracts",
5559 "version": "v2.5.2",
5560 "source": {
5561 "type": "git",
5562 "url": "https://github.com/symfony/service-contracts.git",
5563 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
5564 },
5565 "dist": {
5566 "type": "zip",
5567 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5568 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5569 "shasum": ""
5570 },
5571 "require": {
5572 "php": ">=7.2.5",
5573 "psr/container": "^1.1",
5574 "symfony/deprecation-contracts": "^2.1|^3"
5575 },
5576 "conflict": {
5577 "ext-psr": "<1.1|>=2"
5578 },
5579 "suggest": {
5580 "symfony/service-implementation": ""
5581 },
5582 "type": "library",
5583 "extra": {
5584 "branch-alias": {
5585 "dev-main": "2.5-dev"
5586 },
5587 "thanks": {
5588 "name": "symfony/contracts",
5589 "url": "https://github.com/symfony/contracts"
5590 }
5591 },
5592 "autoload": {
5593 "psr-4": {
5594 "Symfony\\Contracts\\Service\\": ""
5595 }
5596 },
5597 "notification-url": "https://packagist.org/downloads/",
5598 "license": [
5599 "MIT"
5600 ],
5601 "authors": [
5602 {
5603 "name": "Nicolas Grekas",
5604 "email": "p@tchwork.com"
5605 },
5606 {
5607 "name": "Symfony Community",
5608 "homepage": "https://symfony.com/contributors"
5609 }
5610 ],
5611 "description": "Generic abstractions related to writing services",
5612 "homepage": "https://symfony.com",
5613 "keywords": [
5614 "abstractions",
5615 "contracts",
5616 "decoupling",
5617 "interfaces",
5618 "interoperability",
5619 "standards"
5620 ],
5621 "support": {
5622 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
5623 },
5624 "funding": [
5625 {
5626 "url": "https://symfony.com/sponsor",
5627 "type": "custom"
5628 },
5629 {
5630 "url": "https://github.com/fabpot",
5631 "type": "github"
5632 },
5633 {
5634 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5635 "type": "tidelift"
5636 }
5637 ],
5638 "time": "2022-05-30T19:17:29+00:00"
5639 },
5640 {
5641 "name": "theseer/tokenizer",
5642 "version": "1.2.1",
5643 "source": {
5644 "type": "git",
5645 "url": "https://github.com/theseer/tokenizer.git",
5646 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
5647 },
5648 "dist": {
5649 "type": "zip",
5650 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
5651 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
5652 "shasum": ""
5653 },
5654 "require": {
5655 "ext-dom": "*",
5656 "ext-tokenizer": "*",
5657 "ext-xmlwriter": "*",
5658 "php": "^7.2 || ^8.0"
5659 },
5660 "type": "library",
5661 "autoload": {
5662 "classmap": [
5663 "src/"
5664 ]
5665 },
5666 "notification-url": "https://packagist.org/downloads/",
5667 "license": [
5668 "BSD-3-Clause"
5669 ],
5670 "authors": [
5671 {
5672 "name": "Arne Blankerts",
5673 "email": "arne@blankerts.de",
5674 "role": "Developer"
5675 }
5676 ],
5677 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5678 "support": {
5679 "issues": "https://github.com/theseer/tokenizer/issues",
5680 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
5681 },
5682 "funding": [
5683 {
5684 "url": "https://github.com/theseer",
5685 "type": "github"
5686 }
5687 ],
5688 "time": "2021-07-28T10:34:58+00:00"
5689 }
5690 ],
5691 "aliases": [],
5692 "minimum-stability": "stable",
5693 "stability-flags": [],
5694 "prefer-stable": false,
5695 "prefer-lowest": false,
5696 "platform": {
5697 "php": ">=8.1"
5698 },
5699 "platform-dev": [],
5700 "plugin-api-version": "2.6.0"
5701 }