]> git.agnieray.net Git - galette.git/blob - galette/composer.lock
Fix histroy filter
[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": "be5bd2ccb4b48326a2ceeec5665880c3",
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.7.4",
3337 "source": {
3338 "type": "git",
3339 "url": "https://github.com/tecnickcom/TCPDF.git",
3340 "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937"
3341 },
3342 "dist": {
3343 "type": "zip",
3344 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/d4adef47ca21c90e6483d59dcb9e5b1023696937",
3345 "reference": "d4adef47ca21c90e6483d59dcb9e5b1023696937",
3346 "shasum": ""
3347 },
3348 "require": {
3349 "php": ">=5.5.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.7.4"
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": "2024-03-25T23:56:24+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": "dealerdirect/phpcodesniffer-composer-installer",
3548 "version": "v1.0.0",
3549 "source": {
3550 "type": "git",
3551 "url": "https://github.com/PHPCSStandards/composer-installer.git",
3552 "reference": "4be43904336affa5c2f70744a348312336afd0da"
3553 },
3554 "dist": {
3555 "type": "zip",
3556 "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
3557 "reference": "4be43904336affa5c2f70744a348312336afd0da",
3558 "shasum": ""
3559 },
3560 "require": {
3561 "composer-plugin-api": "^1.0 || ^2.0",
3562 "php": ">=5.4",
3563 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
3564 },
3565 "require-dev": {
3566 "composer/composer": "*",
3567 "ext-json": "*",
3568 "ext-zip": "*",
3569 "php-parallel-lint/php-parallel-lint": "^1.3.1",
3570 "phpcompatibility/php-compatibility": "^9.0",
3571 "yoast/phpunit-polyfills": "^1.0"
3572 },
3573 "type": "composer-plugin",
3574 "extra": {
3575 "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
3576 },
3577 "autoload": {
3578 "psr-4": {
3579 "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
3580 }
3581 },
3582 "notification-url": "https://packagist.org/downloads/",
3583 "license": [
3584 "MIT"
3585 ],
3586 "authors": [
3587 {
3588 "name": "Franck Nijhof",
3589 "email": "franck.nijhof@dealerdirect.com",
3590 "homepage": "http://www.frenck.nl",
3591 "role": "Developer / IT Manager"
3592 },
3593 {
3594 "name": "Contributors",
3595 "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
3596 }
3597 ],
3598 "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
3599 "homepage": "http://www.dealerdirect.com",
3600 "keywords": [
3601 "PHPCodeSniffer",
3602 "PHP_CodeSniffer",
3603 "code quality",
3604 "codesniffer",
3605 "composer",
3606 "installer",
3607 "phpcbf",
3608 "phpcs",
3609 "plugin",
3610 "qa",
3611 "quality",
3612 "standard",
3613 "standards",
3614 "style guide",
3615 "stylecheck",
3616 "tests"
3617 ],
3618 "support": {
3619 "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
3620 "source": "https://github.com/PHPCSStandards/composer-installer"
3621 },
3622 "time": "2023-01-05T11:28:13+00:00"
3623 },
3624 {
3625 "name": "friendsoftwig/twigcs",
3626 "version": "6.2.0",
3627 "source": {
3628 "type": "git",
3629 "url": "https://github.com/friendsoftwig/twigcs.git",
3630 "reference": "da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6"
3631 },
3632 "dist": {
3633 "type": "zip",
3634 "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6",
3635 "reference": "da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6",
3636 "shasum": ""
3637 },
3638 "require": {
3639 "ext-ctype": "*",
3640 "ext-hash": "*",
3641 "ext-json": "*",
3642 "ext-mbstring": "*",
3643 "ext-simplexml": "*",
3644 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3645 "symfony/console": "^4.4 || ^5.3 || ^6.0",
3646 "symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
3647 "symfony/finder": "^4.4 || ^5.3 || ^6.0"
3648 },
3649 "require-dev": {
3650 "phpunit/phpunit": "^9.5.27",
3651 "symfony/phpunit-bridge": "^6.2.3"
3652 },
3653 "bin": [
3654 "bin/twigcs"
3655 ],
3656 "type": "library",
3657 "autoload": {
3658 "psr-4": {
3659 "FriendsOfTwig\\Twigcs\\": "src/"
3660 }
3661 },
3662 "notification-url": "https://packagist.org/downloads/",
3663 "license": [
3664 "MIT"
3665 ],
3666 "authors": [
3667 {
3668 "name": "Tristan Maindron",
3669 "email": "tmaindron@gmail.com"
3670 }
3671 ],
3672 "description": "Checkstyle automation for Twig",
3673 "support": {
3674 "issues": "https://github.com/friendsoftwig/twigcs/issues",
3675 "source": "https://github.com/friendsoftwig/twigcs/tree/6.2.0"
3676 },
3677 "time": "2023-01-13T16:02:00+00:00"
3678 },
3679 {
3680 "name": "malukenho/docheader",
3681 "version": "1.0.0",
3682 "source": {
3683 "type": "git",
3684 "url": "https://github.com/malukenho/docheader.git",
3685 "reference": "8d3a4c2f7717c2502b71a9bccad638c4dda0b4de"
3686 },
3687 "dist": {
3688 "type": "zip",
3689 "url": "https://api.github.com/repos/malukenho/docheader/zipball/8d3a4c2f7717c2502b71a9bccad638c4dda0b4de",
3690 "reference": "8d3a4c2f7717c2502b71a9bccad638c4dda0b4de",
3691 "shasum": ""
3692 },
3693 "require": {
3694 "php": "^8.0",
3695 "symfony/console": "^4.4 || ^5.4 || ^6.0",
3696 "symfony/finder": "^4.4 || ^5.4 || ^6.0"
3697 },
3698 "require-dev": {
3699 "doctrine/coding-standard": "^9.0",
3700 "mikey179/vfsstream": "^1.6.10",
3701 "phpunit/phpunit": "^9.5",
3702 "vimeo/psalm": "^4.23"
3703 },
3704 "bin": [
3705 "bin/docheader"
3706 ],
3707 "type": "library",
3708 "autoload": {
3709 "psr-4": {
3710 "DocHeader\\": "src/"
3711 }
3712 },
3713 "notification-url": "https://packagist.org/downloads/",
3714 "license": [
3715 "MIT"
3716 ],
3717 "authors": [
3718 {
3719 "name": "Jefersson Nathan",
3720 "email": "malukenho.dev@gmail.com"
3721 }
3722 ],
3723 "description": "A small library to check header docs",
3724 "homepage": "https://github.com/malukenho/docheader",
3725 "keywords": [
3726 "Code style",
3727 "code standard",
3728 "license"
3729 ],
3730 "support": {
3731 "issues": "https://github.com/malukenho/docheader/issues",
3732 "source": "https://github.com/malukenho/docheader/tree/1.0.0"
3733 },
3734 "time": "2022-07-12T09:10:09+00:00"
3735 },
3736 {
3737 "name": "myclabs/deep-copy",
3738 "version": "1.11.1",
3739 "source": {
3740 "type": "git",
3741 "url": "https://github.com/myclabs/DeepCopy.git",
3742 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
3743 },
3744 "dist": {
3745 "type": "zip",
3746 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
3747 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
3748 "shasum": ""
3749 },
3750 "require": {
3751 "php": "^7.1 || ^8.0"
3752 },
3753 "conflict": {
3754 "doctrine/collections": "<1.6.8",
3755 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
3756 },
3757 "require-dev": {
3758 "doctrine/collections": "^1.6.8",
3759 "doctrine/common": "^2.13.3 || ^3.2.2",
3760 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
3761 },
3762 "type": "library",
3763 "autoload": {
3764 "files": [
3765 "src/DeepCopy/deep_copy.php"
3766 ],
3767 "psr-4": {
3768 "DeepCopy\\": "src/DeepCopy/"
3769 }
3770 },
3771 "notification-url": "https://packagist.org/downloads/",
3772 "license": [
3773 "MIT"
3774 ],
3775 "description": "Create deep copies (clones) of your objects",
3776 "keywords": [
3777 "clone",
3778 "copy",
3779 "duplicate",
3780 "object",
3781 "object graph"
3782 ],
3783 "support": {
3784 "issues": "https://github.com/myclabs/DeepCopy/issues",
3785 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
3786 },
3787 "funding": [
3788 {
3789 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
3790 "type": "tidelift"
3791 }
3792 ],
3793 "time": "2023-03-08T13:26:56+00:00"
3794 },
3795 {
3796 "name": "nikic/php-parser",
3797 "version": "v4.17.1",
3798 "source": {
3799 "type": "git",
3800 "url": "https://github.com/nikic/PHP-Parser.git",
3801 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
3802 },
3803 "dist": {
3804 "type": "zip",
3805 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
3806 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
3807 "shasum": ""
3808 },
3809 "require": {
3810 "ext-tokenizer": "*",
3811 "php": ">=7.0"
3812 },
3813 "require-dev": {
3814 "ircmaxell/php-yacc": "^0.0.7",
3815 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3816 },
3817 "bin": [
3818 "bin/php-parse"
3819 ],
3820 "type": "library",
3821 "extra": {
3822 "branch-alias": {
3823 "dev-master": "4.9-dev"
3824 }
3825 },
3826 "autoload": {
3827 "psr-4": {
3828 "PhpParser\\": "lib/PhpParser"
3829 }
3830 },
3831 "notification-url": "https://packagist.org/downloads/",
3832 "license": [
3833 "BSD-3-Clause"
3834 ],
3835 "authors": [
3836 {
3837 "name": "Nikita Popov"
3838 }
3839 ],
3840 "description": "A PHP parser written in PHP",
3841 "keywords": [
3842 "parser",
3843 "php"
3844 ],
3845 "support": {
3846 "issues": "https://github.com/nikic/PHP-Parser/issues",
3847 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
3848 },
3849 "time": "2023-08-13T19:53:39+00:00"
3850 },
3851 {
3852 "name": "phar-io/manifest",
3853 "version": "2.0.3",
3854 "source": {
3855 "type": "git",
3856 "url": "https://github.com/phar-io/manifest.git",
3857 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
3858 },
3859 "dist": {
3860 "type": "zip",
3861 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
3862 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
3863 "shasum": ""
3864 },
3865 "require": {
3866 "ext-dom": "*",
3867 "ext-phar": "*",
3868 "ext-xmlwriter": "*",
3869 "phar-io/version": "^3.0.1",
3870 "php": "^7.2 || ^8.0"
3871 },
3872 "type": "library",
3873 "extra": {
3874 "branch-alias": {
3875 "dev-master": "2.0.x-dev"
3876 }
3877 },
3878 "autoload": {
3879 "classmap": [
3880 "src/"
3881 ]
3882 },
3883 "notification-url": "https://packagist.org/downloads/",
3884 "license": [
3885 "BSD-3-Clause"
3886 ],
3887 "authors": [
3888 {
3889 "name": "Arne Blankerts",
3890 "email": "arne@blankerts.de",
3891 "role": "Developer"
3892 },
3893 {
3894 "name": "Sebastian Heuer",
3895 "email": "sebastian@phpeople.de",
3896 "role": "Developer"
3897 },
3898 {
3899 "name": "Sebastian Bergmann",
3900 "email": "sebastian@phpunit.de",
3901 "role": "Developer"
3902 }
3903 ],
3904 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3905 "support": {
3906 "issues": "https://github.com/phar-io/manifest/issues",
3907 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
3908 },
3909 "time": "2021-07-20T11:28:43+00:00"
3910 },
3911 {
3912 "name": "phar-io/version",
3913 "version": "3.2.1",
3914 "source": {
3915 "type": "git",
3916 "url": "https://github.com/phar-io/version.git",
3917 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
3918 },
3919 "dist": {
3920 "type": "zip",
3921 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
3922 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
3923 "shasum": ""
3924 },
3925 "require": {
3926 "php": "^7.2 || ^8.0"
3927 },
3928 "type": "library",
3929 "autoload": {
3930 "classmap": [
3931 "src/"
3932 ]
3933 },
3934 "notification-url": "https://packagist.org/downloads/",
3935 "license": [
3936 "BSD-3-Clause"
3937 ],
3938 "authors": [
3939 {
3940 "name": "Arne Blankerts",
3941 "email": "arne@blankerts.de",
3942 "role": "Developer"
3943 },
3944 {
3945 "name": "Sebastian Heuer",
3946 "email": "sebastian@phpeople.de",
3947 "role": "Developer"
3948 },
3949 {
3950 "name": "Sebastian Bergmann",
3951 "email": "sebastian@phpunit.de",
3952 "role": "Developer"
3953 }
3954 ],
3955 "description": "Library for handling version information and constraints",
3956 "support": {
3957 "issues": "https://github.com/phar-io/version/issues",
3958 "source": "https://github.com/phar-io/version/tree/3.2.1"
3959 },
3960 "time": "2022-02-21T01:04:05+00:00"
3961 },
3962 {
3963 "name": "phpstan/phpdoc-parser",
3964 "version": "1.28.0",
3965 "source": {
3966 "type": "git",
3967 "url": "https://github.com/phpstan/phpdoc-parser.git",
3968 "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"
3969 },
3970 "dist": {
3971 "type": "zip",
3972 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
3973 "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
3974 "shasum": ""
3975 },
3976 "require": {
3977 "php": "^7.2 || ^8.0"
3978 },
3979 "require-dev": {
3980 "doctrine/annotations": "^2.0",
3981 "nikic/php-parser": "^4.15",
3982 "php-parallel-lint/php-parallel-lint": "^1.2",
3983 "phpstan/extension-installer": "^1.0",
3984 "phpstan/phpstan": "^1.5",
3985 "phpstan/phpstan-phpunit": "^1.1",
3986 "phpstan/phpstan-strict-rules": "^1.0",
3987 "phpunit/phpunit": "^9.5",
3988 "symfony/process": "^5.2"
3989 },
3990 "type": "library",
3991 "autoload": {
3992 "psr-4": {
3993 "PHPStan\\PhpDocParser\\": [
3994 "src/"
3995 ]
3996 }
3997 },
3998 "notification-url": "https://packagist.org/downloads/",
3999 "license": [
4000 "MIT"
4001 ],
4002 "description": "PHPDoc parser with support for nullable, intersection and generic types",
4003 "support": {
4004 "issues": "https://github.com/phpstan/phpdoc-parser/issues",
4005 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0"
4006 },
4007 "time": "2024-04-03T18:51:33+00:00"
4008 },
4009 {
4010 "name": "phpstan/phpstan",
4011 "version": "1.10.41",
4012 "source": {
4013 "type": "git",
4014 "url": "https://github.com/phpstan/phpstan.git",
4015 "reference": "c6174523c2a69231df55bdc65b61655e72876d76"
4016 },
4017 "dist": {
4018 "type": "zip",
4019 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6174523c2a69231df55bdc65b61655e72876d76",
4020 "reference": "c6174523c2a69231df55bdc65b61655e72876d76",
4021 "shasum": ""
4022 },
4023 "require": {
4024 "php": "^7.2|^8.0"
4025 },
4026 "conflict": {
4027 "phpstan/phpstan-shim": "*"
4028 },
4029 "bin": [
4030 "phpstan",
4031 "phpstan.phar"
4032 ],
4033 "type": "library",
4034 "autoload": {
4035 "files": [
4036 "bootstrap.php"
4037 ]
4038 },
4039 "notification-url": "https://packagist.org/downloads/",
4040 "license": [
4041 "MIT"
4042 ],
4043 "description": "PHPStan - PHP Static Analysis Tool",
4044 "keywords": [
4045 "dev",
4046 "static analysis"
4047 ],
4048 "support": {
4049 "docs": "https://phpstan.org/user-guide/getting-started",
4050 "forum": "https://github.com/phpstan/phpstan/discussions",
4051 "issues": "https://github.com/phpstan/phpstan/issues",
4052 "security": "https://github.com/phpstan/phpstan/security/policy",
4053 "source": "https://github.com/phpstan/phpstan-src"
4054 },
4055 "funding": [
4056 {
4057 "url": "https://github.com/ondrejmirtes",
4058 "type": "github"
4059 },
4060 {
4061 "url": "https://github.com/phpstan",
4062 "type": "github"
4063 },
4064 {
4065 "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
4066 "type": "tidelift"
4067 }
4068 ],
4069 "time": "2023-11-05T12:57:57+00:00"
4070 },
4071 {
4072 "name": "phpunit/php-code-coverage",
4073 "version": "10.1.7",
4074 "source": {
4075 "type": "git",
4076 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4077 "reference": "355324ca4980b8916c18b9db29f3ef484078f26e"
4078 },
4079 "dist": {
4080 "type": "zip",
4081 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/355324ca4980b8916c18b9db29f3ef484078f26e",
4082 "reference": "355324ca4980b8916c18b9db29f3ef484078f26e",
4083 "shasum": ""
4084 },
4085 "require": {
4086 "ext-dom": "*",
4087 "ext-libxml": "*",
4088 "ext-xmlwriter": "*",
4089 "nikic/php-parser": "^4.15",
4090 "php": ">=8.1",
4091 "phpunit/php-file-iterator": "^4.0",
4092 "phpunit/php-text-template": "^3.0",
4093 "sebastian/code-unit-reverse-lookup": "^3.0",
4094 "sebastian/complexity": "^3.0",
4095 "sebastian/environment": "^6.0",
4096 "sebastian/lines-of-code": "^2.0",
4097 "sebastian/version": "^4.0",
4098 "theseer/tokenizer": "^1.2.0"
4099 },
4100 "require-dev": {
4101 "phpunit/phpunit": "^10.1"
4102 },
4103 "suggest": {
4104 "ext-pcov": "PHP extension that provides line coverage",
4105 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
4106 },
4107 "type": "library",
4108 "extra": {
4109 "branch-alias": {
4110 "dev-main": "10.1-dev"
4111 }
4112 },
4113 "autoload": {
4114 "classmap": [
4115 "src/"
4116 ]
4117 },
4118 "notification-url": "https://packagist.org/downloads/",
4119 "license": [
4120 "BSD-3-Clause"
4121 ],
4122 "authors": [
4123 {
4124 "name": "Sebastian Bergmann",
4125 "email": "sebastian@phpunit.de",
4126 "role": "lead"
4127 }
4128 ],
4129 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4130 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4131 "keywords": [
4132 "coverage",
4133 "testing",
4134 "xunit"
4135 ],
4136 "support": {
4137 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
4138 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
4139 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.7"
4140 },
4141 "funding": [
4142 {
4143 "url": "https://github.com/sebastianbergmann",
4144 "type": "github"
4145 }
4146 ],
4147 "time": "2023-10-04T15:34:17+00:00"
4148 },
4149 {
4150 "name": "phpunit/php-file-iterator",
4151 "version": "4.1.0",
4152 "source": {
4153 "type": "git",
4154 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4155 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
4156 },
4157 "dist": {
4158 "type": "zip",
4159 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
4160 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
4161 "shasum": ""
4162 },
4163 "require": {
4164 "php": ">=8.1"
4165 },
4166 "require-dev": {
4167 "phpunit/phpunit": "^10.0"
4168 },
4169 "type": "library",
4170 "extra": {
4171 "branch-alias": {
4172 "dev-main": "4.0-dev"
4173 }
4174 },
4175 "autoload": {
4176 "classmap": [
4177 "src/"
4178 ]
4179 },
4180 "notification-url": "https://packagist.org/downloads/",
4181 "license": [
4182 "BSD-3-Clause"
4183 ],
4184 "authors": [
4185 {
4186 "name": "Sebastian Bergmann",
4187 "email": "sebastian@phpunit.de",
4188 "role": "lead"
4189 }
4190 ],
4191 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4192 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4193 "keywords": [
4194 "filesystem",
4195 "iterator"
4196 ],
4197 "support": {
4198 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
4199 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
4200 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
4201 },
4202 "funding": [
4203 {
4204 "url": "https://github.com/sebastianbergmann",
4205 "type": "github"
4206 }
4207 ],
4208 "time": "2023-08-31T06:24:48+00:00"
4209 },
4210 {
4211 "name": "phpunit/php-invoker",
4212 "version": "4.0.0",
4213 "source": {
4214 "type": "git",
4215 "url": "https://github.com/sebastianbergmann/php-invoker.git",
4216 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
4217 },
4218 "dist": {
4219 "type": "zip",
4220 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
4221 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
4222 "shasum": ""
4223 },
4224 "require": {
4225 "php": ">=8.1"
4226 },
4227 "require-dev": {
4228 "ext-pcntl": "*",
4229 "phpunit/phpunit": "^10.0"
4230 },
4231 "suggest": {
4232 "ext-pcntl": "*"
4233 },
4234 "type": "library",
4235 "extra": {
4236 "branch-alias": {
4237 "dev-main": "4.0-dev"
4238 }
4239 },
4240 "autoload": {
4241 "classmap": [
4242 "src/"
4243 ]
4244 },
4245 "notification-url": "https://packagist.org/downloads/",
4246 "license": [
4247 "BSD-3-Clause"
4248 ],
4249 "authors": [
4250 {
4251 "name": "Sebastian Bergmann",
4252 "email": "sebastian@phpunit.de",
4253 "role": "lead"
4254 }
4255 ],
4256 "description": "Invoke callables with a timeout",
4257 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
4258 "keywords": [
4259 "process"
4260 ],
4261 "support": {
4262 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
4263 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
4264 },
4265 "funding": [
4266 {
4267 "url": "https://github.com/sebastianbergmann",
4268 "type": "github"
4269 }
4270 ],
4271 "time": "2023-02-03T06:56:09+00:00"
4272 },
4273 {
4274 "name": "phpunit/php-text-template",
4275 "version": "3.0.1",
4276 "source": {
4277 "type": "git",
4278 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4279 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
4280 },
4281 "dist": {
4282 "type": "zip",
4283 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
4284 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
4285 "shasum": ""
4286 },
4287 "require": {
4288 "php": ">=8.1"
4289 },
4290 "require-dev": {
4291 "phpunit/phpunit": "^10.0"
4292 },
4293 "type": "library",
4294 "extra": {
4295 "branch-alias": {
4296 "dev-main": "3.0-dev"
4297 }
4298 },
4299 "autoload": {
4300 "classmap": [
4301 "src/"
4302 ]
4303 },
4304 "notification-url": "https://packagist.org/downloads/",
4305 "license": [
4306 "BSD-3-Clause"
4307 ],
4308 "authors": [
4309 {
4310 "name": "Sebastian Bergmann",
4311 "email": "sebastian@phpunit.de",
4312 "role": "lead"
4313 }
4314 ],
4315 "description": "Simple template engine.",
4316 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4317 "keywords": [
4318 "template"
4319 ],
4320 "support": {
4321 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
4322 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
4323 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
4324 },
4325 "funding": [
4326 {
4327 "url": "https://github.com/sebastianbergmann",
4328 "type": "github"
4329 }
4330 ],
4331 "time": "2023-08-31T14:07:24+00:00"
4332 },
4333 {
4334 "name": "phpunit/php-timer",
4335 "version": "6.0.0",
4336 "source": {
4337 "type": "git",
4338 "url": "https://github.com/sebastianbergmann/php-timer.git",
4339 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
4340 },
4341 "dist": {
4342 "type": "zip",
4343 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
4344 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
4345 "shasum": ""
4346 },
4347 "require": {
4348 "php": ">=8.1"
4349 },
4350 "require-dev": {
4351 "phpunit/phpunit": "^10.0"
4352 },
4353 "type": "library",
4354 "extra": {
4355 "branch-alias": {
4356 "dev-main": "6.0-dev"
4357 }
4358 },
4359 "autoload": {
4360 "classmap": [
4361 "src/"
4362 ]
4363 },
4364 "notification-url": "https://packagist.org/downloads/",
4365 "license": [
4366 "BSD-3-Clause"
4367 ],
4368 "authors": [
4369 {
4370 "name": "Sebastian Bergmann",
4371 "email": "sebastian@phpunit.de",
4372 "role": "lead"
4373 }
4374 ],
4375 "description": "Utility class for timing",
4376 "homepage": "https://github.com/sebastianbergmann/php-timer/",
4377 "keywords": [
4378 "timer"
4379 ],
4380 "support": {
4381 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
4382 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
4383 },
4384 "funding": [
4385 {
4386 "url": "https://github.com/sebastianbergmann",
4387 "type": "github"
4388 }
4389 ],
4390 "time": "2023-02-03T06:57:52+00:00"
4391 },
4392 {
4393 "name": "phpunit/phpunit",
4394 "version": "10.4.2",
4395 "source": {
4396 "type": "git",
4397 "url": "https://github.com/sebastianbergmann/phpunit.git",
4398 "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1"
4399 },
4400 "dist": {
4401 "type": "zip",
4402 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
4403 "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
4404 "shasum": ""
4405 },
4406 "require": {
4407 "ext-dom": "*",
4408 "ext-json": "*",
4409 "ext-libxml": "*",
4410 "ext-mbstring": "*",
4411 "ext-xml": "*",
4412 "ext-xmlwriter": "*",
4413 "myclabs/deep-copy": "^1.10.1",
4414 "phar-io/manifest": "^2.0.3",
4415 "phar-io/version": "^3.0.2",
4416 "php": ">=8.1",
4417 "phpunit/php-code-coverage": "^10.1.5",
4418 "phpunit/php-file-iterator": "^4.0",
4419 "phpunit/php-invoker": "^4.0",
4420 "phpunit/php-text-template": "^3.0",
4421 "phpunit/php-timer": "^6.0",
4422 "sebastian/cli-parser": "^2.0",
4423 "sebastian/code-unit": "^2.0",
4424 "sebastian/comparator": "^5.0",
4425 "sebastian/diff": "^5.0",
4426 "sebastian/environment": "^6.0",
4427 "sebastian/exporter": "^5.1",
4428 "sebastian/global-state": "^6.0.1",
4429 "sebastian/object-enumerator": "^5.0",
4430 "sebastian/recursion-context": "^5.0",
4431 "sebastian/type": "^4.0",
4432 "sebastian/version": "^4.0"
4433 },
4434 "suggest": {
4435 "ext-soap": "To be able to generate mocks based on WSDL files"
4436 },
4437 "bin": [
4438 "phpunit"
4439 ],
4440 "type": "library",
4441 "extra": {
4442 "branch-alias": {
4443 "dev-main": "10.4-dev"
4444 }
4445 },
4446 "autoload": {
4447 "files": [
4448 "src/Framework/Assert/Functions.php"
4449 ],
4450 "classmap": [
4451 "src/"
4452 ]
4453 },
4454 "notification-url": "https://packagist.org/downloads/",
4455 "license": [
4456 "BSD-3-Clause"
4457 ],
4458 "authors": [
4459 {
4460 "name": "Sebastian Bergmann",
4461 "email": "sebastian@phpunit.de",
4462 "role": "lead"
4463 }
4464 ],
4465 "description": "The PHP Unit Testing framework.",
4466 "homepage": "https://phpunit.de/",
4467 "keywords": [
4468 "phpunit",
4469 "testing",
4470 "xunit"
4471 ],
4472 "support": {
4473 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
4474 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
4475 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2"
4476 },
4477 "funding": [
4478 {
4479 "url": "https://phpunit.de/sponsors.html",
4480 "type": "custom"
4481 },
4482 {
4483 "url": "https://github.com/sebastianbergmann",
4484 "type": "github"
4485 },
4486 {
4487 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
4488 "type": "tidelift"
4489 }
4490 ],
4491 "time": "2023-10-26T07:21:45+00:00"
4492 },
4493 {
4494 "name": "sebastian/cli-parser",
4495 "version": "2.0.0",
4496 "source": {
4497 "type": "git",
4498 "url": "https://github.com/sebastianbergmann/cli-parser.git",
4499 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
4500 },
4501 "dist": {
4502 "type": "zip",
4503 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
4504 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
4505 "shasum": ""
4506 },
4507 "require": {
4508 "php": ">=8.1"
4509 },
4510 "require-dev": {
4511 "phpunit/phpunit": "^10.0"
4512 },
4513 "type": "library",
4514 "extra": {
4515 "branch-alias": {
4516 "dev-main": "2.0-dev"
4517 }
4518 },
4519 "autoload": {
4520 "classmap": [
4521 "src/"
4522 ]
4523 },
4524 "notification-url": "https://packagist.org/downloads/",
4525 "license": [
4526 "BSD-3-Clause"
4527 ],
4528 "authors": [
4529 {
4530 "name": "Sebastian Bergmann",
4531 "email": "sebastian@phpunit.de",
4532 "role": "lead"
4533 }
4534 ],
4535 "description": "Library for parsing CLI options",
4536 "homepage": "https://github.com/sebastianbergmann/cli-parser",
4537 "support": {
4538 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
4539 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
4540 },
4541 "funding": [
4542 {
4543 "url": "https://github.com/sebastianbergmann",
4544 "type": "github"
4545 }
4546 ],
4547 "time": "2023-02-03T06:58:15+00:00"
4548 },
4549 {
4550 "name": "sebastian/code-unit",
4551 "version": "2.0.0",
4552 "source": {
4553 "type": "git",
4554 "url": "https://github.com/sebastianbergmann/code-unit.git",
4555 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
4556 },
4557 "dist": {
4558 "type": "zip",
4559 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
4560 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
4561 "shasum": ""
4562 },
4563 "require": {
4564 "php": ">=8.1"
4565 },
4566 "require-dev": {
4567 "phpunit/phpunit": "^10.0"
4568 },
4569 "type": "library",
4570 "extra": {
4571 "branch-alias": {
4572 "dev-main": "2.0-dev"
4573 }
4574 },
4575 "autoload": {
4576 "classmap": [
4577 "src/"
4578 ]
4579 },
4580 "notification-url": "https://packagist.org/downloads/",
4581 "license": [
4582 "BSD-3-Clause"
4583 ],
4584 "authors": [
4585 {
4586 "name": "Sebastian Bergmann",
4587 "email": "sebastian@phpunit.de",
4588 "role": "lead"
4589 }
4590 ],
4591 "description": "Collection of value objects that represent the PHP code units",
4592 "homepage": "https://github.com/sebastianbergmann/code-unit",
4593 "support": {
4594 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
4595 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
4596 },
4597 "funding": [
4598 {
4599 "url": "https://github.com/sebastianbergmann",
4600 "type": "github"
4601 }
4602 ],
4603 "time": "2023-02-03T06:58:43+00:00"
4604 },
4605 {
4606 "name": "sebastian/code-unit-reverse-lookup",
4607 "version": "3.0.0",
4608 "source": {
4609 "type": "git",
4610 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4611 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
4612 },
4613 "dist": {
4614 "type": "zip",
4615 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
4616 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
4617 "shasum": ""
4618 },
4619 "require": {
4620 "php": ">=8.1"
4621 },
4622 "require-dev": {
4623 "phpunit/phpunit": "^10.0"
4624 },
4625 "type": "library",
4626 "extra": {
4627 "branch-alias": {
4628 "dev-main": "3.0-dev"
4629 }
4630 },
4631 "autoload": {
4632 "classmap": [
4633 "src/"
4634 ]
4635 },
4636 "notification-url": "https://packagist.org/downloads/",
4637 "license": [
4638 "BSD-3-Clause"
4639 ],
4640 "authors": [
4641 {
4642 "name": "Sebastian Bergmann",
4643 "email": "sebastian@phpunit.de"
4644 }
4645 ],
4646 "description": "Looks up which function or method a line of code belongs to",
4647 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4648 "support": {
4649 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
4650 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
4651 },
4652 "funding": [
4653 {
4654 "url": "https://github.com/sebastianbergmann",
4655 "type": "github"
4656 }
4657 ],
4658 "time": "2023-02-03T06:59:15+00:00"
4659 },
4660 {
4661 "name": "sebastian/comparator",
4662 "version": "5.0.1",
4663 "source": {
4664 "type": "git",
4665 "url": "https://github.com/sebastianbergmann/comparator.git",
4666 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
4667 },
4668 "dist": {
4669 "type": "zip",
4670 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
4671 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
4672 "shasum": ""
4673 },
4674 "require": {
4675 "ext-dom": "*",
4676 "ext-mbstring": "*",
4677 "php": ">=8.1",
4678 "sebastian/diff": "^5.0",
4679 "sebastian/exporter": "^5.0"
4680 },
4681 "require-dev": {
4682 "phpunit/phpunit": "^10.3"
4683 },
4684 "type": "library",
4685 "extra": {
4686 "branch-alias": {
4687 "dev-main": "5.0-dev"
4688 }
4689 },
4690 "autoload": {
4691 "classmap": [
4692 "src/"
4693 ]
4694 },
4695 "notification-url": "https://packagist.org/downloads/",
4696 "license": [
4697 "BSD-3-Clause"
4698 ],
4699 "authors": [
4700 {
4701 "name": "Sebastian Bergmann",
4702 "email": "sebastian@phpunit.de"
4703 },
4704 {
4705 "name": "Jeff Welch",
4706 "email": "whatthejeff@gmail.com"
4707 },
4708 {
4709 "name": "Volker Dusch",
4710 "email": "github@wallbash.com"
4711 },
4712 {
4713 "name": "Bernhard Schussek",
4714 "email": "bschussek@2bepublished.at"
4715 }
4716 ],
4717 "description": "Provides the functionality to compare PHP values for equality",
4718 "homepage": "https://github.com/sebastianbergmann/comparator",
4719 "keywords": [
4720 "comparator",
4721 "compare",
4722 "equality"
4723 ],
4724 "support": {
4725 "issues": "https://github.com/sebastianbergmann/comparator/issues",
4726 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
4727 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
4728 },
4729 "funding": [
4730 {
4731 "url": "https://github.com/sebastianbergmann",
4732 "type": "github"
4733 }
4734 ],
4735 "time": "2023-08-14T13:18:12+00:00"
4736 },
4737 {
4738 "name": "sebastian/complexity",
4739 "version": "3.1.0",
4740 "source": {
4741 "type": "git",
4742 "url": "https://github.com/sebastianbergmann/complexity.git",
4743 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957"
4744 },
4745 "dist": {
4746 "type": "zip",
4747 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957",
4748 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957",
4749 "shasum": ""
4750 },
4751 "require": {
4752 "nikic/php-parser": "^4.10",
4753 "php": ">=8.1"
4754 },
4755 "require-dev": {
4756 "phpunit/phpunit": "^10.0"
4757 },
4758 "type": "library",
4759 "extra": {
4760 "branch-alias": {
4761 "dev-main": "3.1-dev"
4762 }
4763 },
4764 "autoload": {
4765 "classmap": [
4766 "src/"
4767 ]
4768 },
4769 "notification-url": "https://packagist.org/downloads/",
4770 "license": [
4771 "BSD-3-Clause"
4772 ],
4773 "authors": [
4774 {
4775 "name": "Sebastian Bergmann",
4776 "email": "sebastian@phpunit.de",
4777 "role": "lead"
4778 }
4779 ],
4780 "description": "Library for calculating the complexity of PHP code units",
4781 "homepage": "https://github.com/sebastianbergmann/complexity",
4782 "support": {
4783 "issues": "https://github.com/sebastianbergmann/complexity/issues",
4784 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
4785 "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0"
4786 },
4787 "funding": [
4788 {
4789 "url": "https://github.com/sebastianbergmann",
4790 "type": "github"
4791 }
4792 ],
4793 "time": "2023-09-28T11:50:59+00:00"
4794 },
4795 {
4796 "name": "sebastian/diff",
4797 "version": "5.0.3",
4798 "source": {
4799 "type": "git",
4800 "url": "https://github.com/sebastianbergmann/diff.git",
4801 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
4802 },
4803 "dist": {
4804 "type": "zip",
4805 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
4806 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
4807 "shasum": ""
4808 },
4809 "require": {
4810 "php": ">=8.1"
4811 },
4812 "require-dev": {
4813 "phpunit/phpunit": "^10.0",
4814 "symfony/process": "^4.2 || ^5"
4815 },
4816 "type": "library",
4817 "extra": {
4818 "branch-alias": {
4819 "dev-main": "5.0-dev"
4820 }
4821 },
4822 "autoload": {
4823 "classmap": [
4824 "src/"
4825 ]
4826 },
4827 "notification-url": "https://packagist.org/downloads/",
4828 "license": [
4829 "BSD-3-Clause"
4830 ],
4831 "authors": [
4832 {
4833 "name": "Sebastian Bergmann",
4834 "email": "sebastian@phpunit.de"
4835 },
4836 {
4837 "name": "Kore Nordmann",
4838 "email": "mail@kore-nordmann.de"
4839 }
4840 ],
4841 "description": "Diff implementation",
4842 "homepage": "https://github.com/sebastianbergmann/diff",
4843 "keywords": [
4844 "diff",
4845 "udiff",
4846 "unidiff",
4847 "unified diff"
4848 ],
4849 "support": {
4850 "issues": "https://github.com/sebastianbergmann/diff/issues",
4851 "security": "https://github.com/sebastianbergmann/diff/security/policy",
4852 "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
4853 },
4854 "funding": [
4855 {
4856 "url": "https://github.com/sebastianbergmann",
4857 "type": "github"
4858 }
4859 ],
4860 "time": "2023-05-01T07:48:21+00:00"
4861 },
4862 {
4863 "name": "sebastian/environment",
4864 "version": "6.0.1",
4865 "source": {
4866 "type": "git",
4867 "url": "https://github.com/sebastianbergmann/environment.git",
4868 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
4869 },
4870 "dist": {
4871 "type": "zip",
4872 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
4873 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
4874 "shasum": ""
4875 },
4876 "require": {
4877 "php": ">=8.1"
4878 },
4879 "require-dev": {
4880 "phpunit/phpunit": "^10.0"
4881 },
4882 "suggest": {
4883 "ext-posix": "*"
4884 },
4885 "type": "library",
4886 "extra": {
4887 "branch-alias": {
4888 "dev-main": "6.0-dev"
4889 }
4890 },
4891 "autoload": {
4892 "classmap": [
4893 "src/"
4894 ]
4895 },
4896 "notification-url": "https://packagist.org/downloads/",
4897 "license": [
4898 "BSD-3-Clause"
4899 ],
4900 "authors": [
4901 {
4902 "name": "Sebastian Bergmann",
4903 "email": "sebastian@phpunit.de"
4904 }
4905 ],
4906 "description": "Provides functionality to handle HHVM/PHP environments",
4907 "homepage": "https://github.com/sebastianbergmann/environment",
4908 "keywords": [
4909 "Xdebug",
4910 "environment",
4911 "hhvm"
4912 ],
4913 "support": {
4914 "issues": "https://github.com/sebastianbergmann/environment/issues",
4915 "security": "https://github.com/sebastianbergmann/environment/security/policy",
4916 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
4917 },
4918 "funding": [
4919 {
4920 "url": "https://github.com/sebastianbergmann",
4921 "type": "github"
4922 }
4923 ],
4924 "time": "2023-04-11T05:39:26+00:00"
4925 },
4926 {
4927 "name": "sebastian/exporter",
4928 "version": "5.1.1",
4929 "source": {
4930 "type": "git",
4931 "url": "https://github.com/sebastianbergmann/exporter.git",
4932 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
4933 },
4934 "dist": {
4935 "type": "zip",
4936 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
4937 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
4938 "shasum": ""
4939 },
4940 "require": {
4941 "ext-mbstring": "*",
4942 "php": ">=8.1",
4943 "sebastian/recursion-context": "^5.0"
4944 },
4945 "require-dev": {
4946 "phpunit/phpunit": "^10.0"
4947 },
4948 "type": "library",
4949 "extra": {
4950 "branch-alias": {
4951 "dev-main": "5.1-dev"
4952 }
4953 },
4954 "autoload": {
4955 "classmap": [
4956 "src/"
4957 ]
4958 },
4959 "notification-url": "https://packagist.org/downloads/",
4960 "license": [
4961 "BSD-3-Clause"
4962 ],
4963 "authors": [
4964 {
4965 "name": "Sebastian Bergmann",
4966 "email": "sebastian@phpunit.de"
4967 },
4968 {
4969 "name": "Jeff Welch",
4970 "email": "whatthejeff@gmail.com"
4971 },
4972 {
4973 "name": "Volker Dusch",
4974 "email": "github@wallbash.com"
4975 },
4976 {
4977 "name": "Adam Harvey",
4978 "email": "aharvey@php.net"
4979 },
4980 {
4981 "name": "Bernhard Schussek",
4982 "email": "bschussek@gmail.com"
4983 }
4984 ],
4985 "description": "Provides the functionality to export PHP variables for visualization",
4986 "homepage": "https://www.github.com/sebastianbergmann/exporter",
4987 "keywords": [
4988 "export",
4989 "exporter"
4990 ],
4991 "support": {
4992 "issues": "https://github.com/sebastianbergmann/exporter/issues",
4993 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
4994 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
4995 },
4996 "funding": [
4997 {
4998 "url": "https://github.com/sebastianbergmann",
4999 "type": "github"
5000 }
5001 ],
5002 "time": "2023-09-24T13:22:09+00:00"
5003 },
5004 {
5005 "name": "sebastian/global-state",
5006 "version": "6.0.1",
5007 "source": {
5008 "type": "git",
5009 "url": "https://github.com/sebastianbergmann/global-state.git",
5010 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
5011 },
5012 "dist": {
5013 "type": "zip",
5014 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
5015 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
5016 "shasum": ""
5017 },
5018 "require": {
5019 "php": ">=8.1",
5020 "sebastian/object-reflector": "^3.0",
5021 "sebastian/recursion-context": "^5.0"
5022 },
5023 "require-dev": {
5024 "ext-dom": "*",
5025 "phpunit/phpunit": "^10.0"
5026 },
5027 "type": "library",
5028 "extra": {
5029 "branch-alias": {
5030 "dev-main": "6.0-dev"
5031 }
5032 },
5033 "autoload": {
5034 "classmap": [
5035 "src/"
5036 ]
5037 },
5038 "notification-url": "https://packagist.org/downloads/",
5039 "license": [
5040 "BSD-3-Clause"
5041 ],
5042 "authors": [
5043 {
5044 "name": "Sebastian Bergmann",
5045 "email": "sebastian@phpunit.de"
5046 }
5047 ],
5048 "description": "Snapshotting of global state",
5049 "homepage": "http://www.github.com/sebastianbergmann/global-state",
5050 "keywords": [
5051 "global state"
5052 ],
5053 "support": {
5054 "issues": "https://github.com/sebastianbergmann/global-state/issues",
5055 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
5056 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
5057 },
5058 "funding": [
5059 {
5060 "url": "https://github.com/sebastianbergmann",
5061 "type": "github"
5062 }
5063 ],
5064 "time": "2023-07-19T07:19:23+00:00"
5065 },
5066 {
5067 "name": "sebastian/lines-of-code",
5068 "version": "2.0.1",
5069 "source": {
5070 "type": "git",
5071 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
5072 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d"
5073 },
5074 "dist": {
5075 "type": "zip",
5076 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d",
5077 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d",
5078 "shasum": ""
5079 },
5080 "require": {
5081 "nikic/php-parser": "^4.10",
5082 "php": ">=8.1"
5083 },
5084 "require-dev": {
5085 "phpunit/phpunit": "^10.0"
5086 },
5087 "type": "library",
5088 "extra": {
5089 "branch-alias": {
5090 "dev-main": "2.0-dev"
5091 }
5092 },
5093 "autoload": {
5094 "classmap": [
5095 "src/"
5096 ]
5097 },
5098 "notification-url": "https://packagist.org/downloads/",
5099 "license": [
5100 "BSD-3-Clause"
5101 ],
5102 "authors": [
5103 {
5104 "name": "Sebastian Bergmann",
5105 "email": "sebastian@phpunit.de",
5106 "role": "lead"
5107 }
5108 ],
5109 "description": "Library for counting the lines of code in PHP source code",
5110 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
5111 "support": {
5112 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
5113 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
5114 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1"
5115 },
5116 "funding": [
5117 {
5118 "url": "https://github.com/sebastianbergmann",
5119 "type": "github"
5120 }
5121 ],
5122 "time": "2023-08-31T09:25:50+00:00"
5123 },
5124 {
5125 "name": "sebastian/object-enumerator",
5126 "version": "5.0.0",
5127 "source": {
5128 "type": "git",
5129 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
5130 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
5131 },
5132 "dist": {
5133 "type": "zip",
5134 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
5135 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
5136 "shasum": ""
5137 },
5138 "require": {
5139 "php": ">=8.1",
5140 "sebastian/object-reflector": "^3.0",
5141 "sebastian/recursion-context": "^5.0"
5142 },
5143 "require-dev": {
5144 "phpunit/phpunit": "^10.0"
5145 },
5146 "type": "library",
5147 "extra": {
5148 "branch-alias": {
5149 "dev-main": "5.0-dev"
5150 }
5151 },
5152 "autoload": {
5153 "classmap": [
5154 "src/"
5155 ]
5156 },
5157 "notification-url": "https://packagist.org/downloads/",
5158 "license": [
5159 "BSD-3-Clause"
5160 ],
5161 "authors": [
5162 {
5163 "name": "Sebastian Bergmann",
5164 "email": "sebastian@phpunit.de"
5165 }
5166 ],
5167 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5168 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5169 "support": {
5170 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
5171 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
5172 },
5173 "funding": [
5174 {
5175 "url": "https://github.com/sebastianbergmann",
5176 "type": "github"
5177 }
5178 ],
5179 "time": "2023-02-03T07:08:32+00:00"
5180 },
5181 {
5182 "name": "sebastian/object-reflector",
5183 "version": "3.0.0",
5184 "source": {
5185 "type": "git",
5186 "url": "https://github.com/sebastianbergmann/object-reflector.git",
5187 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
5188 },
5189 "dist": {
5190 "type": "zip",
5191 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
5192 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
5193 "shasum": ""
5194 },
5195 "require": {
5196 "php": ">=8.1"
5197 },
5198 "require-dev": {
5199 "phpunit/phpunit": "^10.0"
5200 },
5201 "type": "library",
5202 "extra": {
5203 "branch-alias": {
5204 "dev-main": "3.0-dev"
5205 }
5206 },
5207 "autoload": {
5208 "classmap": [
5209 "src/"
5210 ]
5211 },
5212 "notification-url": "https://packagist.org/downloads/",
5213 "license": [
5214 "BSD-3-Clause"
5215 ],
5216 "authors": [
5217 {
5218 "name": "Sebastian Bergmann",
5219 "email": "sebastian@phpunit.de"
5220 }
5221 ],
5222 "description": "Allows reflection of object attributes, including inherited and non-public ones",
5223 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5224 "support": {
5225 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
5226 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
5227 },
5228 "funding": [
5229 {
5230 "url": "https://github.com/sebastianbergmann",
5231 "type": "github"
5232 }
5233 ],
5234 "time": "2023-02-03T07:06:18+00:00"
5235 },
5236 {
5237 "name": "sebastian/recursion-context",
5238 "version": "5.0.0",
5239 "source": {
5240 "type": "git",
5241 "url": "https://github.com/sebastianbergmann/recursion-context.git",
5242 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
5243 },
5244 "dist": {
5245 "type": "zip",
5246 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
5247 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
5248 "shasum": ""
5249 },
5250 "require": {
5251 "php": ">=8.1"
5252 },
5253 "require-dev": {
5254 "phpunit/phpunit": "^10.0"
5255 },
5256 "type": "library",
5257 "extra": {
5258 "branch-alias": {
5259 "dev-main": "5.0-dev"
5260 }
5261 },
5262 "autoload": {
5263 "classmap": [
5264 "src/"
5265 ]
5266 },
5267 "notification-url": "https://packagist.org/downloads/",
5268 "license": [
5269 "BSD-3-Clause"
5270 ],
5271 "authors": [
5272 {
5273 "name": "Sebastian Bergmann",
5274 "email": "sebastian@phpunit.de"
5275 },
5276 {
5277 "name": "Jeff Welch",
5278 "email": "whatthejeff@gmail.com"
5279 },
5280 {
5281 "name": "Adam Harvey",
5282 "email": "aharvey@php.net"
5283 }
5284 ],
5285 "description": "Provides functionality to recursively process PHP variables",
5286 "homepage": "https://github.com/sebastianbergmann/recursion-context",
5287 "support": {
5288 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
5289 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
5290 },
5291 "funding": [
5292 {
5293 "url": "https://github.com/sebastianbergmann",
5294 "type": "github"
5295 }
5296 ],
5297 "time": "2023-02-03T07:05:40+00:00"
5298 },
5299 {
5300 "name": "sebastian/type",
5301 "version": "4.0.0",
5302 "source": {
5303 "type": "git",
5304 "url": "https://github.com/sebastianbergmann/type.git",
5305 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
5306 },
5307 "dist": {
5308 "type": "zip",
5309 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
5310 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
5311 "shasum": ""
5312 },
5313 "require": {
5314 "php": ">=8.1"
5315 },
5316 "require-dev": {
5317 "phpunit/phpunit": "^10.0"
5318 },
5319 "type": "library",
5320 "extra": {
5321 "branch-alias": {
5322 "dev-main": "4.0-dev"
5323 }
5324 },
5325 "autoload": {
5326 "classmap": [
5327 "src/"
5328 ]
5329 },
5330 "notification-url": "https://packagist.org/downloads/",
5331 "license": [
5332 "BSD-3-Clause"
5333 ],
5334 "authors": [
5335 {
5336 "name": "Sebastian Bergmann",
5337 "email": "sebastian@phpunit.de",
5338 "role": "lead"
5339 }
5340 ],
5341 "description": "Collection of value objects that represent the types of the PHP type system",
5342 "homepage": "https://github.com/sebastianbergmann/type",
5343 "support": {
5344 "issues": "https://github.com/sebastianbergmann/type/issues",
5345 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
5346 },
5347 "funding": [
5348 {
5349 "url": "https://github.com/sebastianbergmann",
5350 "type": "github"
5351 }
5352 ],
5353 "time": "2023-02-03T07:10:45+00:00"
5354 },
5355 {
5356 "name": "sebastian/version",
5357 "version": "4.0.1",
5358 "source": {
5359 "type": "git",
5360 "url": "https://github.com/sebastianbergmann/version.git",
5361 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
5362 },
5363 "dist": {
5364 "type": "zip",
5365 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
5366 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
5367 "shasum": ""
5368 },
5369 "require": {
5370 "php": ">=8.1"
5371 },
5372 "type": "library",
5373 "extra": {
5374 "branch-alias": {
5375 "dev-main": "4.0-dev"
5376 }
5377 },
5378 "autoload": {
5379 "classmap": [
5380 "src/"
5381 ]
5382 },
5383 "notification-url": "https://packagist.org/downloads/",
5384 "license": [
5385 "BSD-3-Clause"
5386 ],
5387 "authors": [
5388 {
5389 "name": "Sebastian Bergmann",
5390 "email": "sebastian@phpunit.de",
5391 "role": "lead"
5392 }
5393 ],
5394 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5395 "homepage": "https://github.com/sebastianbergmann/version",
5396 "support": {
5397 "issues": "https://github.com/sebastianbergmann/version/issues",
5398 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
5399 },
5400 "funding": [
5401 {
5402 "url": "https://github.com/sebastianbergmann",
5403 "type": "github"
5404 }
5405 ],
5406 "time": "2023-02-07T11:34:05+00:00"
5407 },
5408 {
5409 "name": "slevomat/coding-standard",
5410 "version": "8.14.1",
5411 "source": {
5412 "type": "git",
5413 "url": "https://github.com/slevomat/coding-standard.git",
5414 "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926"
5415 },
5416 "dist": {
5417 "type": "zip",
5418 "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/fea1fd6f137cc84f9cba0ae30d549615dbc6a926",
5419 "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926",
5420 "shasum": ""
5421 },
5422 "require": {
5423 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
5424 "php": "^7.2 || ^8.0",
5425 "phpstan/phpdoc-parser": "^1.23.1",
5426 "squizlabs/php_codesniffer": "^3.7.1"
5427 },
5428 "require-dev": {
5429 "phing/phing": "2.17.4",
5430 "php-parallel-lint/php-parallel-lint": "1.3.2",
5431 "phpstan/phpstan": "1.10.37",
5432 "phpstan/phpstan-deprecation-rules": "1.1.4",
5433 "phpstan/phpstan-phpunit": "1.3.14",
5434 "phpstan/phpstan-strict-rules": "1.5.1",
5435 "phpunit/phpunit": "8.5.21|9.6.8|10.3.5"
5436 },
5437 "type": "phpcodesniffer-standard",
5438 "extra": {
5439 "branch-alias": {
5440 "dev-master": "8.x-dev"
5441 }
5442 },
5443 "autoload": {
5444 "psr-4": {
5445 "SlevomatCodingStandard\\": "SlevomatCodingStandard/"
5446 }
5447 },
5448 "notification-url": "https://packagist.org/downloads/",
5449 "license": [
5450 "MIT"
5451 ],
5452 "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
5453 "keywords": [
5454 "dev",
5455 "phpcs"
5456 ],
5457 "support": {
5458 "issues": "https://github.com/slevomat/coding-standard/issues",
5459 "source": "https://github.com/slevomat/coding-standard/tree/8.14.1"
5460 },
5461 "funding": [
5462 {
5463 "url": "https://github.com/kukulich",
5464 "type": "github"
5465 },
5466 {
5467 "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
5468 "type": "tidelift"
5469 }
5470 ],
5471 "time": "2023-10-08T07:28:08+00:00"
5472 },
5473 {
5474 "name": "squizlabs/php_codesniffer",
5475 "version": "3.7.2",
5476 "source": {
5477 "type": "git",
5478 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5479 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
5480 },
5481 "dist": {
5482 "type": "zip",
5483 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
5484 "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
5485 "shasum": ""
5486 },
5487 "require": {
5488 "ext-simplexml": "*",
5489 "ext-tokenizer": "*",
5490 "ext-xmlwriter": "*",
5491 "php": ">=5.4.0"
5492 },
5493 "require-dev": {
5494 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5495 },
5496 "bin": [
5497 "bin/phpcs",
5498 "bin/phpcbf"
5499 ],
5500 "type": "library",
5501 "extra": {
5502 "branch-alias": {
5503 "dev-master": "3.x-dev"
5504 }
5505 },
5506 "notification-url": "https://packagist.org/downloads/",
5507 "license": [
5508 "BSD-3-Clause"
5509 ],
5510 "authors": [
5511 {
5512 "name": "Greg Sherwood",
5513 "role": "lead"
5514 }
5515 ],
5516 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5517 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
5518 "keywords": [
5519 "phpcs",
5520 "standards",
5521 "static analysis"
5522 ],
5523 "support": {
5524 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
5525 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
5526 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
5527 },
5528 "time": "2023-02-22T23:07:41+00:00"
5529 },
5530 {
5531 "name": "symfony/console",
5532 "version": "v6.3.4",
5533 "source": {
5534 "type": "git",
5535 "url": "https://github.com/symfony/console.git",
5536 "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
5537 },
5538 "dist": {
5539 "type": "zip",
5540 "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
5541 "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
5542 "shasum": ""
5543 },
5544 "require": {
5545 "php": ">=8.1",
5546 "symfony/deprecation-contracts": "^2.5|^3",
5547 "symfony/polyfill-mbstring": "~1.0",
5548 "symfony/service-contracts": "^2.5|^3",
5549 "symfony/string": "^5.4|^6.0"
5550 },
5551 "conflict": {
5552 "symfony/dependency-injection": "<5.4",
5553 "symfony/dotenv": "<5.4",
5554 "symfony/event-dispatcher": "<5.4",
5555 "symfony/lock": "<5.4",
5556 "symfony/process": "<5.4"
5557 },
5558 "provide": {
5559 "psr/log-implementation": "1.0|2.0|3.0"
5560 },
5561 "require-dev": {
5562 "psr/log": "^1|^2|^3",
5563 "symfony/config": "^5.4|^6.0",
5564 "symfony/dependency-injection": "^5.4|^6.0",
5565 "symfony/event-dispatcher": "^5.4|^6.0",
5566 "symfony/lock": "^5.4|^6.0",
5567 "symfony/process": "^5.4|^6.0",
5568 "symfony/var-dumper": "^5.4|^6.0"
5569 },
5570 "type": "library",
5571 "autoload": {
5572 "psr-4": {
5573 "Symfony\\Component\\Console\\": ""
5574 },
5575 "exclude-from-classmap": [
5576 "/Tests/"
5577 ]
5578 },
5579 "notification-url": "https://packagist.org/downloads/",
5580 "license": [
5581 "MIT"
5582 ],
5583 "authors": [
5584 {
5585 "name": "Fabien Potencier",
5586 "email": "fabien@symfony.com"
5587 },
5588 {
5589 "name": "Symfony Community",
5590 "homepage": "https://symfony.com/contributors"
5591 }
5592 ],
5593 "description": "Eases the creation of beautiful and testable command line interfaces",
5594 "homepage": "https://symfony.com",
5595 "keywords": [
5596 "cli",
5597 "command-line",
5598 "console",
5599 "terminal"
5600 ],
5601 "support": {
5602 "source": "https://github.com/symfony/console/tree/v6.3.4"
5603 },
5604 "funding": [
5605 {
5606 "url": "https://symfony.com/sponsor",
5607 "type": "custom"
5608 },
5609 {
5610 "url": "https://github.com/fabpot",
5611 "type": "github"
5612 },
5613 {
5614 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5615 "type": "tidelift"
5616 }
5617 ],
5618 "time": "2023-08-16T10:10:12+00:00"
5619 },
5620 {
5621 "name": "symfony/filesystem",
5622 "version": "v6.3.1",
5623 "source": {
5624 "type": "git",
5625 "url": "https://github.com/symfony/filesystem.git",
5626 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae"
5627 },
5628 "dist": {
5629 "type": "zip",
5630 "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
5631 "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae",
5632 "shasum": ""
5633 },
5634 "require": {
5635 "php": ">=8.1",
5636 "symfony/polyfill-ctype": "~1.8",
5637 "symfony/polyfill-mbstring": "~1.8"
5638 },
5639 "type": "library",
5640 "autoload": {
5641 "psr-4": {
5642 "Symfony\\Component\\Filesystem\\": ""
5643 },
5644 "exclude-from-classmap": [
5645 "/Tests/"
5646 ]
5647 },
5648 "notification-url": "https://packagist.org/downloads/",
5649 "license": [
5650 "MIT"
5651 ],
5652 "authors": [
5653 {
5654 "name": "Fabien Potencier",
5655 "email": "fabien@symfony.com"
5656 },
5657 {
5658 "name": "Symfony Community",
5659 "homepage": "https://symfony.com/contributors"
5660 }
5661 ],
5662 "description": "Provides basic utilities for the filesystem",
5663 "homepage": "https://symfony.com",
5664 "support": {
5665 "source": "https://github.com/symfony/filesystem/tree/v6.3.1"
5666 },
5667 "funding": [
5668 {
5669 "url": "https://symfony.com/sponsor",
5670 "type": "custom"
5671 },
5672 {
5673 "url": "https://github.com/fabpot",
5674 "type": "github"
5675 },
5676 {
5677 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5678 "type": "tidelift"
5679 }
5680 ],
5681 "time": "2023-06-01T08:30:39+00:00"
5682 },
5683 {
5684 "name": "symfony/finder",
5685 "version": "v6.3.5",
5686 "source": {
5687 "type": "git",
5688 "url": "https://github.com/symfony/finder.git",
5689 "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
5690 },
5691 "dist": {
5692 "type": "zip",
5693 "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
5694 "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
5695 "shasum": ""
5696 },
5697 "require": {
5698 "php": ">=8.1"
5699 },
5700 "require-dev": {
5701 "symfony/filesystem": "^6.0"
5702 },
5703 "type": "library",
5704 "autoload": {
5705 "psr-4": {
5706 "Symfony\\Component\\Finder\\": ""
5707 },
5708 "exclude-from-classmap": [
5709 "/Tests/"
5710 ]
5711 },
5712 "notification-url": "https://packagist.org/downloads/",
5713 "license": [
5714 "MIT"
5715 ],
5716 "authors": [
5717 {
5718 "name": "Fabien Potencier",
5719 "email": "fabien@symfony.com"
5720 },
5721 {
5722 "name": "Symfony Community",
5723 "homepage": "https://symfony.com/contributors"
5724 }
5725 ],
5726 "description": "Finds files and directories via an intuitive fluent interface",
5727 "homepage": "https://symfony.com",
5728 "support": {
5729 "source": "https://github.com/symfony/finder/tree/v6.3.5"
5730 },
5731 "funding": [
5732 {
5733 "url": "https://symfony.com/sponsor",
5734 "type": "custom"
5735 },
5736 {
5737 "url": "https://github.com/fabpot",
5738 "type": "github"
5739 },
5740 {
5741 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5742 "type": "tidelift"
5743 }
5744 ],
5745 "time": "2023-09-26T12:56:25+00:00"
5746 },
5747 {
5748 "name": "symfony/service-contracts",
5749 "version": "v2.5.2",
5750 "source": {
5751 "type": "git",
5752 "url": "https://github.com/symfony/service-contracts.git",
5753 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
5754 },
5755 "dist": {
5756 "type": "zip",
5757 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5758 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
5759 "shasum": ""
5760 },
5761 "require": {
5762 "php": ">=7.2.5",
5763 "psr/container": "^1.1",
5764 "symfony/deprecation-contracts": "^2.1|^3"
5765 },
5766 "conflict": {
5767 "ext-psr": "<1.1|>=2"
5768 },
5769 "suggest": {
5770 "symfony/service-implementation": ""
5771 },
5772 "type": "library",
5773 "extra": {
5774 "branch-alias": {
5775 "dev-main": "2.5-dev"
5776 },
5777 "thanks": {
5778 "name": "symfony/contracts",
5779 "url": "https://github.com/symfony/contracts"
5780 }
5781 },
5782 "autoload": {
5783 "psr-4": {
5784 "Symfony\\Contracts\\Service\\": ""
5785 }
5786 },
5787 "notification-url": "https://packagist.org/downloads/",
5788 "license": [
5789 "MIT"
5790 ],
5791 "authors": [
5792 {
5793 "name": "Nicolas Grekas",
5794 "email": "p@tchwork.com"
5795 },
5796 {
5797 "name": "Symfony Community",
5798 "homepage": "https://symfony.com/contributors"
5799 }
5800 ],
5801 "description": "Generic abstractions related to writing services",
5802 "homepage": "https://symfony.com",
5803 "keywords": [
5804 "abstractions",
5805 "contracts",
5806 "decoupling",
5807 "interfaces",
5808 "interoperability",
5809 "standards"
5810 ],
5811 "support": {
5812 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
5813 },
5814 "funding": [
5815 {
5816 "url": "https://symfony.com/sponsor",
5817 "type": "custom"
5818 },
5819 {
5820 "url": "https://github.com/fabpot",
5821 "type": "github"
5822 },
5823 {
5824 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5825 "type": "tidelift"
5826 }
5827 ],
5828 "time": "2022-05-30T19:17:29+00:00"
5829 },
5830 {
5831 "name": "theseer/tokenizer",
5832 "version": "1.2.1",
5833 "source": {
5834 "type": "git",
5835 "url": "https://github.com/theseer/tokenizer.git",
5836 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
5837 },
5838 "dist": {
5839 "type": "zip",
5840 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
5841 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
5842 "shasum": ""
5843 },
5844 "require": {
5845 "ext-dom": "*",
5846 "ext-tokenizer": "*",
5847 "ext-xmlwriter": "*",
5848 "php": "^7.2 || ^8.0"
5849 },
5850 "type": "library",
5851 "autoload": {
5852 "classmap": [
5853 "src/"
5854 ]
5855 },
5856 "notification-url": "https://packagist.org/downloads/",
5857 "license": [
5858 "BSD-3-Clause"
5859 ],
5860 "authors": [
5861 {
5862 "name": "Arne Blankerts",
5863 "email": "arne@blankerts.de",
5864 "role": "Developer"
5865 }
5866 ],
5867 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5868 "support": {
5869 "issues": "https://github.com/theseer/tokenizer/issues",
5870 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
5871 },
5872 "funding": [
5873 {
5874 "url": "https://github.com/theseer",
5875 "type": "github"
5876 }
5877 ],
5878 "time": "2021-07-28T10:34:58+00:00"
5879 }
5880 ],
5881 "aliases": [],
5882 "minimum-stability": "stable",
5883 "stability-flags": [],
5884 "prefer-stable": false,
5885 "prefer-lowest": false,
5886 "platform": {
5887 "php": ">=8.1"
5888 },
5889 "platform-dev": [],
5890 "plugin-api-version": "2.6.0"
5891 }