]> git.agnieray.net Git - galette.git/blob - galette/composer.lock
d21d9a32e15c6f524193f2e82f9fdcee2cae250f
[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": "aa17238d71273466c4c9228450487eed",
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.19-stable",
64 "source": {
65 "type": "git",
66 "url": "https://github.com/jbroadway/analog.git",
67 "reference": "53afd53b77bf911d926e5b895484a3fed3479aee"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https://api.github.com/repos/jbroadway/analog/zipball/53afd53b77bf911d926e5b895484a3fed3479aee",
72 "reference": "53afd53b77bf911d926e5b895484a3fed3479aee",
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.19-stable"
127 },
128 "time": "2021-11-05T03:59:12+00:00"
129 },
130 {
131 "name": "doctrine/annotations",
132 "version": "1.14.2",
133 "source": {
134 "type": "git",
135 "url": "https://github.com/doctrine/annotations.git",
136 "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b"
137 },
138 "dist": {
139 "type": "zip",
140 "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
141 "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
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.2"
203 },
204 "time": "2022-12-15T06:48:22+00:00"
205 },
206 {
207 "name": "doctrine/deprecations",
208 "version": "v1.0.0",
209 "source": {
210 "type": "git",
211 "url": "https://github.com/doctrine/deprecations.git",
212 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
213 },
214 "dist": {
215 "type": "zip",
216 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
217 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
218 "shasum": ""
219 },
220 "require": {
221 "php": "^7.1|^8.0"
222 },
223 "require-dev": {
224 "doctrine/coding-standard": "^9",
225 "phpunit/phpunit": "^7.5|^8.5|^9.5",
226 "psr/log": "^1|^2|^3"
227 },
228 "suggest": {
229 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
230 },
231 "type": "library",
232 "autoload": {
233 "psr-4": {
234 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
235 }
236 },
237 "notification-url": "https://packagist.org/downloads/",
238 "license": [
239 "MIT"
240 ],
241 "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.",
242 "homepage": "https://www.doctrine-project.org/",
243 "support": {
244 "issues": "https://github.com/doctrine/deprecations/issues",
245 "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
246 },
247 "time": "2022-05-02T15:47:09+00:00"
248 },
249 {
250 "name": "doctrine/lexer",
251 "version": "2.1.0",
252 "source": {
253 "type": "git",
254 "url": "https://github.com/doctrine/lexer.git",
255 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
256 },
257 "dist": {
258 "type": "zip",
259 "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
260 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
261 "shasum": ""
262 },
263 "require": {
264 "doctrine/deprecations": "^1.0",
265 "php": "^7.1 || ^8.0"
266 },
267 "require-dev": {
268 "doctrine/coding-standard": "^9 || ^10",
269 "phpstan/phpstan": "^1.3",
270 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
271 "psalm/plugin-phpunit": "^0.18.3",
272 "vimeo/psalm": "^4.11 || ^5.0"
273 },
274 "type": "library",
275 "autoload": {
276 "psr-4": {
277 "Doctrine\\Common\\Lexer\\": "src"
278 }
279 },
280 "notification-url": "https://packagist.org/downloads/",
281 "license": [
282 "MIT"
283 ],
284 "authors": [
285 {
286 "name": "Guilherme Blanco",
287 "email": "guilhermeblanco@gmail.com"
288 },
289 {
290 "name": "Roman Borschel",
291 "email": "roman@code-factory.org"
292 },
293 {
294 "name": "Johannes Schmitt",
295 "email": "schmittjoh@gmail.com"
296 }
297 ],
298 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
299 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
300 "keywords": [
301 "annotations",
302 "docblock",
303 "lexer",
304 "parser",
305 "php"
306 ],
307 "support": {
308 "issues": "https://github.com/doctrine/lexer/issues",
309 "source": "https://github.com/doctrine/lexer/tree/2.1.0"
310 },
311 "funding": [
312 {
313 "url": "https://www.doctrine-project.org/sponsorship.html",
314 "type": "custom"
315 },
316 {
317 "url": "https://www.patreon.com/phpdoctrine",
318 "type": "patreon"
319 },
320 {
321 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
322 "type": "tidelift"
323 }
324 ],
325 "time": "2022-12-14T08:49:07+00:00"
326 },
327 {
328 "name": "ezyang/htmlpurifier",
329 "version": "v4.16.0",
330 "source": {
331 "type": "git",
332 "url": "https://github.com/ezyang/htmlpurifier.git",
333 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
334 },
335 "dist": {
336 "type": "zip",
337 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
338 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
339 "shasum": ""
340 },
341 "require": {
342 "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"
343 },
344 "require-dev": {
345 "cerdic/css-tidy": "^1.7 || ^2.0",
346 "simpletest/simpletest": "dev-master"
347 },
348 "suggest": {
349 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
350 "ext-bcmath": "Used for unit conversion and imagecrash protection",
351 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
352 "ext-tidy": "Used for pretty-printing HTML"
353 },
354 "type": "library",
355 "autoload": {
356 "files": [
357 "library/HTMLPurifier.composer.php"
358 ],
359 "psr-0": {
360 "HTMLPurifier": "library/"
361 },
362 "exclude-from-classmap": [
363 "/library/HTMLPurifier/Language/"
364 ]
365 },
366 "notification-url": "https://packagist.org/downloads/",
367 "license": [
368 "LGPL-2.1-or-later"
369 ],
370 "authors": [
371 {
372 "name": "Edward Z. Yang",
373 "email": "admin@htmlpurifier.org",
374 "homepage": "http://ezyang.com"
375 }
376 ],
377 "description": "Standards compliant HTML filter written in PHP",
378 "homepage": "http://htmlpurifier.org/",
379 "keywords": [
380 "html"
381 ],
382 "support": {
383 "issues": "https://github.com/ezyang/htmlpurifier/issues",
384 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
385 },
386 "time": "2022-09-18T07:06:19+00:00"
387 },
388 {
389 "name": "fig/http-message-util",
390 "version": "1.1.5",
391 "source": {
392 "type": "git",
393 "url": "https://github.com/php-fig/http-message-util.git",
394 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
395 },
396 "dist": {
397 "type": "zip",
398 "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
399 "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
400 "shasum": ""
401 },
402 "require": {
403 "php": "^5.3 || ^7.0 || ^8.0"
404 },
405 "suggest": {
406 "psr/http-message": "The package containing the PSR-7 interfaces"
407 },
408 "type": "library",
409 "extra": {
410 "branch-alias": {
411 "dev-master": "1.1.x-dev"
412 }
413 },
414 "autoload": {
415 "psr-4": {
416 "Fig\\Http\\Message\\": "src/"
417 }
418 },
419 "notification-url": "https://packagist.org/downloads/",
420 "license": [
421 "MIT"
422 ],
423 "authors": [
424 {
425 "name": "PHP-FIG",
426 "homepage": "https://www.php-fig.org/"
427 }
428 ],
429 "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
430 "keywords": [
431 "http",
432 "http-message",
433 "psr",
434 "psr-7",
435 "request",
436 "response"
437 ],
438 "support": {
439 "issues": "https://github.com/php-fig/http-message-util/issues",
440 "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
441 },
442 "time": "2020-11-24T22:02:12+00:00"
443 },
444 {
445 "name": "laminas/laminas-db",
446 "version": "2.16.3",
447 "source": {
448 "type": "git",
449 "url": "https://github.com/laminas/laminas-db.git",
450 "reference": "dadd9a19d2f9e89aa59205572b928892b91ff1da"
451 },
452 "dist": {
453 "type": "zip",
454 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/dadd9a19d2f9e89aa59205572b928892b91ff1da",
455 "reference": "dadd9a19d2f9e89aa59205572b928892b91ff1da",
456 "shasum": ""
457 },
458 "require": {
459 "laminas/laminas-stdlib": "^3.7.1",
460 "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
461 },
462 "conflict": {
463 "zendframework/zend-db": "*"
464 },
465 "require-dev": {
466 "laminas/laminas-coding-standard": "^2.4.0",
467 "laminas/laminas-eventmanager": "^3.6.0",
468 "laminas/laminas-hydrator": "^4.7",
469 "laminas/laminas-servicemanager": "^3.19.0",
470 "phpunit/phpunit": "^9.5.25"
471 },
472 "suggest": {
473 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
474 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
475 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
476 },
477 "type": "library",
478 "extra": {
479 "laminas": {
480 "component": "Laminas\\Db",
481 "config-provider": "Laminas\\Db\\ConfigProvider"
482 }
483 },
484 "autoload": {
485 "psr-4": {
486 "Laminas\\Db\\": "src/"
487 }
488 },
489 "notification-url": "https://packagist.org/downloads/",
490 "license": [
491 "BSD-3-Clause"
492 ],
493 "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
494 "homepage": "https://laminas.dev",
495 "keywords": [
496 "db",
497 "laminas"
498 ],
499 "support": {
500 "chat": "https://laminas.dev/chat",
501 "docs": "https://docs.laminas.dev/laminas-db/",
502 "forum": "https://discourse.laminas.dev",
503 "issues": "https://github.com/laminas/laminas-db/issues",
504 "rss": "https://github.com/laminas/laminas-db/releases.atom",
505 "source": "https://github.com/laminas/laminas-db"
506 },
507 "funding": [
508 {
509 "url": "https://funding.communitybridge.org/projects/laminas-project",
510 "type": "community_bridge"
511 }
512 ],
513 "time": "2022-12-17T16:31:58+00:00"
514 },
515 {
516 "name": "laminas/laminas-i18n",
517 "version": "2.21.0",
518 "source": {
519 "type": "git",
520 "url": "https://github.com/laminas/laminas-i18n.git",
521 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1"
522 },
523 "dist": {
524 "type": "zip",
525 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fbd2d0373aaced4769cba2bf3d1425d55f68abb1",
526 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1",
527 "shasum": ""
528 },
529 "require": {
530 "ext-intl": "*",
531 "laminas/laminas-servicemanager": "^3.14.0",
532 "laminas/laminas-stdlib": "^2.7 || ^3.0",
533 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
534 },
535 "conflict": {
536 "laminas/laminas-view": "<2.20.0",
537 "phpspec/prophecy": "<1.9.0",
538 "zendframework/zend-i18n": "*"
539 },
540 "require-dev": {
541 "laminas/laminas-cache": "^3.8",
542 "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
543 "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1",
544 "laminas/laminas-coding-standard": "~2.4.0",
545 "laminas/laminas-config": "^3.8.0",
546 "laminas/laminas-eventmanager": "^3.7",
547 "laminas/laminas-filter": "^2.28.1",
548 "laminas/laminas-validator": "^2.28",
549 "laminas/laminas-view": "^2.25",
550 "phpunit/phpunit": "^9.5.26",
551 "psalm/plugin-phpunit": "^0.18.3",
552 "vimeo/psalm": "^5.0.0"
553 },
554 "suggest": {
555 "laminas/laminas-cache": "You should install this package to cache the translations",
556 "laminas/laminas-config": "You should install this package to use the INI translation format",
557 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
558 "laminas/laminas-filter": "You should install this package to use the provided filters",
559 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
560 "laminas/laminas-validator": "You should install this package to use the provided validators",
561 "laminas/laminas-view": "You should install this package to use the provided view helpers"
562 },
563 "type": "library",
564 "extra": {
565 "laminas": {
566 "component": "Laminas\\I18n",
567 "config-provider": "Laminas\\I18n\\ConfigProvider"
568 }
569 },
570 "autoload": {
571 "psr-4": {
572 "Laminas\\I18n\\": "src/"
573 }
574 },
575 "notification-url": "https://packagist.org/downloads/",
576 "license": [
577 "BSD-3-Clause"
578 ],
579 "description": "Provide translations for your application, and filter and validate internationalized values",
580 "homepage": "https://laminas.dev",
581 "keywords": [
582 "i18n",
583 "laminas"
584 ],
585 "support": {
586 "chat": "https://laminas.dev/chat",
587 "docs": "https://docs.laminas.dev/laminas-i18n/",
588 "forum": "https://discourse.laminas.dev",
589 "issues": "https://github.com/laminas/laminas-i18n/issues",
590 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
591 "source": "https://github.com/laminas/laminas-i18n"
592 },
593 "funding": [
594 {
595 "url": "https://funding.communitybridge.org/projects/laminas-project",
596 "type": "community_bridge"
597 }
598 ],
599 "time": "2022-12-02T17:15:52+00:00"
600 },
601 {
602 "name": "laminas/laminas-servicemanager",
603 "version": "3.20.0",
604 "source": {
605 "type": "git",
606 "url": "https://github.com/laminas/laminas-servicemanager.git",
607 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59"
608 },
609 "dist": {
610 "type": "zip",
611 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
612 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
613 "shasum": ""
614 },
615 "require": {
616 "laminas/laminas-stdlib": "^3.2.1",
617 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
618 "psr/container": "^1.0"
619 },
620 "conflict": {
621 "ext-psr": "*",
622 "laminas/laminas-code": "<3.3.1",
623 "zendframework/zend-code": "<3.3.1",
624 "zendframework/zend-servicemanager": "*"
625 },
626 "provide": {
627 "psr/container-implementation": "^1.0"
628 },
629 "replace": {
630 "container-interop/container-interop": "^1.2.0"
631 },
632 "require-dev": {
633 "composer/package-versions-deprecated": "^1.11.99.5",
634 "laminas/laminas-coding-standard": "~2.4.0",
635 "laminas/laminas-container-config-test": "^0.8",
636 "laminas/laminas-dependency-plugin": "^2.2",
637 "mikey179/vfsstream": "^1.6.11@alpha",
638 "ocramius/proxy-manager": "^2.14.1",
639 "phpbench/phpbench": "^1.2.7",
640 "phpunit/phpunit": "^9.5.26",
641 "psalm/plugin-phpunit": "^0.18.0",
642 "vimeo/psalm": "^5.0.0"
643 },
644 "suggest": {
645 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
646 },
647 "bin": [
648 "bin/generate-deps-for-config-factory",
649 "bin/generate-factory-for-class"
650 ],
651 "type": "library",
652 "autoload": {
653 "files": [
654 "src/autoload.php"
655 ],
656 "psr-4": {
657 "Laminas\\ServiceManager\\": "src/"
658 }
659 },
660 "notification-url": "https://packagist.org/downloads/",
661 "license": [
662 "BSD-3-Clause"
663 ],
664 "description": "Factory-Driven Dependency Injection Container",
665 "homepage": "https://laminas.dev",
666 "keywords": [
667 "PSR-11",
668 "dependency-injection",
669 "di",
670 "dic",
671 "laminas",
672 "service-manager",
673 "servicemanager"
674 ],
675 "support": {
676 "chat": "https://laminas.dev/chat",
677 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
678 "forum": "https://discourse.laminas.dev",
679 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
680 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
681 "source": "https://github.com/laminas/laminas-servicemanager"
682 },
683 "funding": [
684 {
685 "url": "https://funding.communitybridge.org/projects/laminas-project",
686 "type": "community_bridge"
687 }
688 ],
689 "time": "2022-12-01T17:03:38+00:00"
690 },
691 {
692 "name": "laminas/laminas-stdlib",
693 "version": "3.16.1",
694 "source": {
695 "type": "git",
696 "url": "https://github.com/laminas/laminas-stdlib.git",
697 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17"
698 },
699 "dist": {
700 "type": "zip",
701 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
702 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
703 "shasum": ""
704 },
705 "require": {
706 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
707 },
708 "conflict": {
709 "zendframework/zend-stdlib": "*"
710 },
711 "require-dev": {
712 "laminas/laminas-coding-standard": "^2.4.0",
713 "phpbench/phpbench": "^1.2.7",
714 "phpunit/phpunit": "^9.5.26",
715 "psalm/plugin-phpunit": "^0.18.0",
716 "vimeo/psalm": "^5.0.0"
717 },
718 "type": "library",
719 "autoload": {
720 "psr-4": {
721 "Laminas\\Stdlib\\": "src/"
722 }
723 },
724 "notification-url": "https://packagist.org/downloads/",
725 "license": [
726 "BSD-3-Clause"
727 ],
728 "description": "SPL extensions, array utilities, error handlers, and more",
729 "homepage": "https://laminas.dev",
730 "keywords": [
731 "laminas",
732 "stdlib"
733 ],
734 "support": {
735 "chat": "https://laminas.dev/chat",
736 "docs": "https://docs.laminas.dev/laminas-stdlib/",
737 "forum": "https://discourse.laminas.dev",
738 "issues": "https://github.com/laminas/laminas-stdlib/issues",
739 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
740 "source": "https://github.com/laminas/laminas-stdlib"
741 },
742 "funding": [
743 {
744 "url": "https://funding.communitybridge.org/projects/laminas-project",
745 "type": "community_bridge"
746 }
747 ],
748 "time": "2022-12-03T18:48:01+00:00"
749 },
750 {
751 "name": "laravel/serializable-closure",
752 "version": "v1.2.2",
753 "source": {
754 "type": "git",
755 "url": "https://github.com/laravel/serializable-closure.git",
756 "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
757 },
758 "dist": {
759 "type": "zip",
760 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
761 "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
762 "shasum": ""
763 },
764 "require": {
765 "php": "^7.3|^8.0"
766 },
767 "require-dev": {
768 "nesbot/carbon": "^2.61",
769 "pestphp/pest": "^1.21.3",
770 "phpstan/phpstan": "^1.8.2",
771 "symfony/var-dumper": "^5.4.11"
772 },
773 "type": "library",
774 "extra": {
775 "branch-alias": {
776 "dev-master": "1.x-dev"
777 }
778 },
779 "autoload": {
780 "psr-4": {
781 "Laravel\\SerializableClosure\\": "src/"
782 }
783 },
784 "notification-url": "https://packagist.org/downloads/",
785 "license": [
786 "MIT"
787 ],
788 "authors": [
789 {
790 "name": "Taylor Otwell",
791 "email": "taylor@laravel.com"
792 },
793 {
794 "name": "Nuno Maduro",
795 "email": "nuno@laravel.com"
796 }
797 ],
798 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
799 "keywords": [
800 "closure",
801 "laravel",
802 "serializable"
803 ],
804 "support": {
805 "issues": "https://github.com/laravel/serializable-closure/issues",
806 "source": "https://github.com/laravel/serializable-closure"
807 },
808 "time": "2022-09-08T13:45:54+00:00"
809 },
810 {
811 "name": "league/event",
812 "version": "3.0.2",
813 "source": {
814 "type": "git",
815 "url": "https://github.com/thephpleague/event.git",
816 "reference": "221867a61087ee265ca07bd39aa757879afca820"
817 },
818 "dist": {
819 "type": "zip",
820 "url": "https://api.github.com/repos/thephpleague/event/zipball/221867a61087ee265ca07bd39aa757879afca820",
821 "reference": "221867a61087ee265ca07bd39aa757879afca820",
822 "shasum": ""
823 },
824 "require": {
825 "php": ">=7.2.0",
826 "psr/event-dispatcher": "^1.0"
827 },
828 "provide": {
829 "psr/event-dispatcher-implementation": "1.0"
830 },
831 "require-dev": {
832 "friendsofphp/php-cs-fixer": "^2.16",
833 "phpstan/phpstan": "^0.12.45",
834 "phpunit/phpunit": "^8.5"
835 },
836 "type": "library",
837 "extra": {
838 "branch-alias": {
839 "dev-master": "3.0-dev"
840 }
841 },
842 "autoload": {
843 "psr-4": {
844 "League\\Event\\": "src/"
845 }
846 },
847 "notification-url": "https://packagist.org/downloads/",
848 "license": [
849 "MIT"
850 ],
851 "authors": [
852 {
853 "name": "Frank de Jonge",
854 "email": "info@frenky.net"
855 }
856 ],
857 "description": "Event package",
858 "keywords": [
859 "emitter",
860 "event",
861 "listener"
862 ],
863 "support": {
864 "issues": "https://github.com/thephpleague/event/issues",
865 "source": "https://github.com/thephpleague/event/tree/3.0.2"
866 },
867 "time": "2022-10-29T09:31:25+00:00"
868 },
869 {
870 "name": "monolog/monolog",
871 "version": "2.8.0",
872 "source": {
873 "type": "git",
874 "url": "https://github.com/Seldaek/monolog.git",
875 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
876 },
877 "dist": {
878 "type": "zip",
879 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
880 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
881 "shasum": ""
882 },
883 "require": {
884 "php": ">=7.2",
885 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
886 },
887 "provide": {
888 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
889 },
890 "require-dev": {
891 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
892 "doctrine/couchdb": "~1.0@dev",
893 "elasticsearch/elasticsearch": "^7 || ^8",
894 "ext-json": "*",
895 "graylog2/gelf-php": "^1.4.2",
896 "guzzlehttp/guzzle": "^7.4",
897 "guzzlehttp/psr7": "^2.2",
898 "mongodb/mongodb": "^1.8",
899 "php-amqplib/php-amqplib": "~2.4 || ^3",
900 "phpspec/prophecy": "^1.15",
901 "phpstan/phpstan": "^0.12.91",
902 "phpunit/phpunit": "^8.5.14",
903 "predis/predis": "^1.1 || ^2.0",
904 "rollbar/rollbar": "^1.3 || ^2 || ^3",
905 "ruflin/elastica": "^7",
906 "swiftmailer/swiftmailer": "^5.3|^6.0",
907 "symfony/mailer": "^5.4 || ^6",
908 "symfony/mime": "^5.4 || ^6"
909 },
910 "suggest": {
911 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
912 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
913 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
914 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
915 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
916 "ext-mbstring": "Allow to work properly with unicode symbols",
917 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
918 "ext-openssl": "Required to send log messages using SSL",
919 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
920 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
921 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
922 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
923 "rollbar/rollbar": "Allow sending log messages to Rollbar",
924 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
925 },
926 "type": "library",
927 "extra": {
928 "branch-alias": {
929 "dev-main": "2.x-dev"
930 }
931 },
932 "autoload": {
933 "psr-4": {
934 "Monolog\\": "src/Monolog"
935 }
936 },
937 "notification-url": "https://packagist.org/downloads/",
938 "license": [
939 "MIT"
940 ],
941 "authors": [
942 {
943 "name": "Jordi Boggiano",
944 "email": "j.boggiano@seld.be",
945 "homepage": "https://seld.be"
946 }
947 ],
948 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
949 "homepage": "https://github.com/Seldaek/monolog",
950 "keywords": [
951 "log",
952 "logging",
953 "psr-3"
954 ],
955 "support": {
956 "issues": "https://github.com/Seldaek/monolog/issues",
957 "source": "https://github.com/Seldaek/monolog/tree/2.8.0"
958 },
959 "funding": [
960 {
961 "url": "https://github.com/Seldaek",
962 "type": "github"
963 },
964 {
965 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
966 "type": "tidelift"
967 }
968 ],
969 "time": "2022-07-24T11:55:47+00:00"
970 },
971 {
972 "name": "nikic/fast-route",
973 "version": "v1.3.0",
974 "source": {
975 "type": "git",
976 "url": "https://github.com/nikic/FastRoute.git",
977 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
978 },
979 "dist": {
980 "type": "zip",
981 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
982 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
983 "shasum": ""
984 },
985 "require": {
986 "php": ">=5.4.0"
987 },
988 "require-dev": {
989 "phpunit/phpunit": "^4.8.35|~5.7"
990 },
991 "type": "library",
992 "autoload": {
993 "files": [
994 "src/functions.php"
995 ],
996 "psr-4": {
997 "FastRoute\\": "src/"
998 }
999 },
1000 "notification-url": "https://packagist.org/downloads/",
1001 "license": [
1002 "BSD-3-Clause"
1003 ],
1004 "authors": [
1005 {
1006 "name": "Nikita Popov",
1007 "email": "nikic@php.net"
1008 }
1009 ],
1010 "description": "Fast request router for PHP",
1011 "keywords": [
1012 "router",
1013 "routing"
1014 ],
1015 "support": {
1016 "issues": "https://github.com/nikic/FastRoute/issues",
1017 "source": "https://github.com/nikic/FastRoute/tree/master"
1018 },
1019 "time": "2018-02-13T20:26:39+00:00"
1020 },
1021 {
1022 "name": "php-di/invoker",
1023 "version": "2.3.3",
1024 "source": {
1025 "type": "git",
1026 "url": "https://github.com/PHP-DI/Invoker.git",
1027 "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786"
1028 },
1029 "dist": {
1030 "type": "zip",
1031 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/cd6d9f267d1a3474bdddf1be1da079f01b942786",
1032 "reference": "cd6d9f267d1a3474bdddf1be1da079f01b942786",
1033 "shasum": ""
1034 },
1035 "require": {
1036 "php": ">=7.3",
1037 "psr/container": "^1.0|^2.0"
1038 },
1039 "require-dev": {
1040 "athletic/athletic": "~0.1.8",
1041 "mnapoli/hard-mode": "~0.3.0",
1042 "phpunit/phpunit": "^9.0"
1043 },
1044 "type": "library",
1045 "autoload": {
1046 "psr-4": {
1047 "Invoker\\": "src/"
1048 }
1049 },
1050 "notification-url": "https://packagist.org/downloads/",
1051 "license": [
1052 "MIT"
1053 ],
1054 "description": "Generic and extensible callable invoker",
1055 "homepage": "https://github.com/PHP-DI/Invoker",
1056 "keywords": [
1057 "callable",
1058 "dependency",
1059 "dependency-injection",
1060 "injection",
1061 "invoke",
1062 "invoker"
1063 ],
1064 "support": {
1065 "issues": "https://github.com/PHP-DI/Invoker/issues",
1066 "source": "https://github.com/PHP-DI/Invoker/tree/2.3.3"
1067 },
1068 "funding": [
1069 {
1070 "url": "https://github.com/mnapoli",
1071 "type": "github"
1072 }
1073 ],
1074 "time": "2021-12-13T09:22:56+00:00"
1075 },
1076 {
1077 "name": "php-di/php-di",
1078 "version": "7.0.1",
1079 "source": {
1080 "type": "git",
1081 "url": "https://github.com/PHP-DI/PHP-DI.git",
1082 "reference": "1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a"
1083 },
1084 "dist": {
1085 "type": "zip",
1086 "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a",
1087 "reference": "1c7f1cc9cf6f51ff7f5f44bb1fa59243fcb7474a",
1088 "shasum": ""
1089 },
1090 "require": {
1091 "laravel/serializable-closure": "^1.0",
1092 "php": ">=8.0",
1093 "php-di/invoker": "^2.0",
1094 "psr/container": "^1.1 || ^2.0"
1095 },
1096 "provide": {
1097 "psr/container-implementation": "^1.0"
1098 },
1099 "require-dev": {
1100 "friendsofphp/php-cs-fixer": "^3",
1101 "mnapoli/phpunit-easymock": "^1.3",
1102 "ocramius/proxy-manager": "^2.11.2",
1103 "phpunit/phpunit": "^9.5",
1104 "vimeo/psalm": "^4.6"
1105 },
1106 "suggest": {
1107 "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ^2.3)"
1108 },
1109 "type": "library",
1110 "autoload": {
1111 "files": [
1112 "src/functions.php"
1113 ],
1114 "psr-4": {
1115 "DI\\": "src/"
1116 }
1117 },
1118 "notification-url": "https://packagist.org/downloads/",
1119 "license": [
1120 "MIT"
1121 ],
1122 "description": "The dependency injection container for humans",
1123 "homepage": "https://php-di.org/",
1124 "keywords": [
1125 "PSR-11",
1126 "container",
1127 "container-interop",
1128 "dependency injection",
1129 "di",
1130 "ioc",
1131 "psr11"
1132 ],
1133 "support": {
1134 "issues": "https://github.com/PHP-DI/PHP-DI/issues",
1135 "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.1"
1136 },
1137 "funding": [
1138 {
1139 "url": "https://github.com/mnapoli",
1140 "type": "github"
1141 },
1142 {
1143 "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
1144 "type": "tidelift"
1145 }
1146 ],
1147 "time": "2023-01-13T22:30:45+00:00"
1148 },
1149 {
1150 "name": "php-di/slim-bridge",
1151 "version": "3.3.0",
1152 "source": {
1153 "type": "git",
1154 "url": "https://github.com/PHP-DI/Slim-Bridge.git",
1155 "reference": "9374b67ebf2f135b32c34907b7891b02b935d845"
1156 },
1157 "dist": {
1158 "type": "zip",
1159 "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/9374b67ebf2f135b32c34907b7891b02b935d845",
1160 "reference": "9374b67ebf2f135b32c34907b7891b02b935d845",
1161 "shasum": ""
1162 },
1163 "require": {
1164 "php": "^7.1 || ^8.0",
1165 "php-di/invoker": "^2.0.0",
1166 "php-di/php-di": "^6.0|^7.0",
1167 "slim/slim": "^4.2.0"
1168 },
1169 "require-dev": {
1170 "laminas/laminas-diactoros": "^2.1",
1171 "phpunit/phpunit": ">= 7.0 < 10"
1172 },
1173 "type": "library",
1174 "autoload": {
1175 "psr-4": {
1176 "DI\\Bridge\\Slim\\": "src/"
1177 }
1178 },
1179 "notification-url": "https://packagist.org/downloads/",
1180 "license": [
1181 "MIT"
1182 ],
1183 "description": "PHP-DI integration in Slim",
1184 "support": {
1185 "issues": "https://github.com/PHP-DI/Slim-Bridge/issues",
1186 "source": "https://github.com/PHP-DI/Slim-Bridge/tree/3.3.0"
1187 },
1188 "time": "2023-01-13T15:49:44+00:00"
1189 },
1190 {
1191 "name": "phpmailer/phpmailer",
1192 "version": "v6.7.1",
1193 "source": {
1194 "type": "git",
1195 "url": "https://github.com/PHPMailer/PHPMailer.git",
1196 "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
1197 },
1198 "dist": {
1199 "type": "zip",
1200 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
1201 "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
1202 "shasum": ""
1203 },
1204 "require": {
1205 "ext-ctype": "*",
1206 "ext-filter": "*",
1207 "ext-hash": "*",
1208 "php": ">=5.5.0"
1209 },
1210 "require-dev": {
1211 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
1212 "doctrine/annotations": "^1.2.6 || ^1.13.3",
1213 "php-parallel-lint/php-console-highlighter": "^1.0.0",
1214 "php-parallel-lint/php-parallel-lint": "^1.3.2",
1215 "phpcompatibility/php-compatibility": "^9.3.5",
1216 "roave/security-advisories": "dev-latest",
1217 "squizlabs/php_codesniffer": "^3.7.1",
1218 "yoast/phpunit-polyfills": "^1.0.4"
1219 },
1220 "suggest": {
1221 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
1222 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
1223 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
1224 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
1225 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
1226 "psr/log": "For optional PSR-3 debug logging",
1227 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
1228 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
1229 },
1230 "type": "library",
1231 "autoload": {
1232 "psr-4": {
1233 "PHPMailer\\PHPMailer\\": "src/"
1234 }
1235 },
1236 "notification-url": "https://packagist.org/downloads/",
1237 "license": [
1238 "LGPL-2.1-only"
1239 ],
1240 "authors": [
1241 {
1242 "name": "Marcus Bointon",
1243 "email": "phpmailer@synchromedia.co.uk"
1244 },
1245 {
1246 "name": "Jim Jagielski",
1247 "email": "jimjag@gmail.com"
1248 },
1249 {
1250 "name": "Andy Prevost",
1251 "email": "codeworxtech@users.sourceforge.net"
1252 },
1253 {
1254 "name": "Brent R. Matzelle"
1255 }
1256 ],
1257 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
1258 "support": {
1259 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
1260 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
1261 },
1262 "funding": [
1263 {
1264 "url": "https://github.com/Synchro",
1265 "type": "github"
1266 }
1267 ],
1268 "time": "2022-12-08T13:30:06+00:00"
1269 },
1270 {
1271 "name": "psr/cache",
1272 "version": "3.0.0",
1273 "source": {
1274 "type": "git",
1275 "url": "https://github.com/php-fig/cache.git",
1276 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
1277 },
1278 "dist": {
1279 "type": "zip",
1280 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1281 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1282 "shasum": ""
1283 },
1284 "require": {
1285 "php": ">=8.0.0"
1286 },
1287 "type": "library",
1288 "extra": {
1289 "branch-alias": {
1290 "dev-master": "1.0.x-dev"
1291 }
1292 },
1293 "autoload": {
1294 "psr-4": {
1295 "Psr\\Cache\\": "src/"
1296 }
1297 },
1298 "notification-url": "https://packagist.org/downloads/",
1299 "license": [
1300 "MIT"
1301 ],
1302 "authors": [
1303 {
1304 "name": "PHP-FIG",
1305 "homepage": "https://www.php-fig.org/"
1306 }
1307 ],
1308 "description": "Common interface for caching libraries",
1309 "keywords": [
1310 "cache",
1311 "psr",
1312 "psr-6"
1313 ],
1314 "support": {
1315 "source": "https://github.com/php-fig/cache/tree/3.0.0"
1316 },
1317 "time": "2021-02-03T23:26:27+00:00"
1318 },
1319 {
1320 "name": "psr/container",
1321 "version": "1.1.2",
1322 "source": {
1323 "type": "git",
1324 "url": "https://github.com/php-fig/container.git",
1325 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
1326 },
1327 "dist": {
1328 "type": "zip",
1329 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
1330 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
1331 "shasum": ""
1332 },
1333 "require": {
1334 "php": ">=7.4.0"
1335 },
1336 "type": "library",
1337 "autoload": {
1338 "psr-4": {
1339 "Psr\\Container\\": "src/"
1340 }
1341 },
1342 "notification-url": "https://packagist.org/downloads/",
1343 "license": [
1344 "MIT"
1345 ],
1346 "authors": [
1347 {
1348 "name": "PHP-FIG",
1349 "homepage": "https://www.php-fig.org/"
1350 }
1351 ],
1352 "description": "Common Container Interface (PHP FIG PSR-11)",
1353 "homepage": "https://github.com/php-fig/container",
1354 "keywords": [
1355 "PSR-11",
1356 "container",
1357 "container-interface",
1358 "container-interop",
1359 "psr"
1360 ],
1361 "support": {
1362 "issues": "https://github.com/php-fig/container/issues",
1363 "source": "https://github.com/php-fig/container/tree/1.1.2"
1364 },
1365 "time": "2021-11-05T16:50:12+00:00"
1366 },
1367 {
1368 "name": "psr/event-dispatcher",
1369 "version": "1.0.0",
1370 "source": {
1371 "type": "git",
1372 "url": "https://github.com/php-fig/event-dispatcher.git",
1373 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1374 },
1375 "dist": {
1376 "type": "zip",
1377 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1378 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1379 "shasum": ""
1380 },
1381 "require": {
1382 "php": ">=7.2.0"
1383 },
1384 "type": "library",
1385 "extra": {
1386 "branch-alias": {
1387 "dev-master": "1.0.x-dev"
1388 }
1389 },
1390 "autoload": {
1391 "psr-4": {
1392 "Psr\\EventDispatcher\\": "src/"
1393 }
1394 },
1395 "notification-url": "https://packagist.org/downloads/",
1396 "license": [
1397 "MIT"
1398 ],
1399 "authors": [
1400 {
1401 "name": "PHP-FIG",
1402 "homepage": "http://www.php-fig.org/"
1403 }
1404 ],
1405 "description": "Standard interfaces for event handling.",
1406 "keywords": [
1407 "events",
1408 "psr",
1409 "psr-14"
1410 ],
1411 "support": {
1412 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1413 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1414 },
1415 "time": "2019-01-08T18:20:26+00:00"
1416 },
1417 {
1418 "name": "psr/http-factory",
1419 "version": "1.0.1",
1420 "source": {
1421 "type": "git",
1422 "url": "https://github.com/php-fig/http-factory.git",
1423 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
1424 },
1425 "dist": {
1426 "type": "zip",
1427 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
1428 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
1429 "shasum": ""
1430 },
1431 "require": {
1432 "php": ">=7.0.0",
1433 "psr/http-message": "^1.0"
1434 },
1435 "type": "library",
1436 "extra": {
1437 "branch-alias": {
1438 "dev-master": "1.0.x-dev"
1439 }
1440 },
1441 "autoload": {
1442 "psr-4": {
1443 "Psr\\Http\\Message\\": "src/"
1444 }
1445 },
1446 "notification-url": "https://packagist.org/downloads/",
1447 "license": [
1448 "MIT"
1449 ],
1450 "authors": [
1451 {
1452 "name": "PHP-FIG",
1453 "homepage": "http://www.php-fig.org/"
1454 }
1455 ],
1456 "description": "Common interfaces for PSR-7 HTTP message factories",
1457 "keywords": [
1458 "factory",
1459 "http",
1460 "message",
1461 "psr",
1462 "psr-17",
1463 "psr-7",
1464 "request",
1465 "response"
1466 ],
1467 "support": {
1468 "source": "https://github.com/php-fig/http-factory/tree/master"
1469 },
1470 "time": "2019-04-30T12:38:16+00:00"
1471 },
1472 {
1473 "name": "psr/http-message",
1474 "version": "1.0.1",
1475 "source": {
1476 "type": "git",
1477 "url": "https://github.com/php-fig/http-message.git",
1478 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1479 },
1480 "dist": {
1481 "type": "zip",
1482 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1483 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1484 "shasum": ""
1485 },
1486 "require": {
1487 "php": ">=5.3.0"
1488 },
1489 "type": "library",
1490 "extra": {
1491 "branch-alias": {
1492 "dev-master": "1.0.x-dev"
1493 }
1494 },
1495 "autoload": {
1496 "psr-4": {
1497 "Psr\\Http\\Message\\": "src/"
1498 }
1499 },
1500 "notification-url": "https://packagist.org/downloads/",
1501 "license": [
1502 "MIT"
1503 ],
1504 "authors": [
1505 {
1506 "name": "PHP-FIG",
1507 "homepage": "http://www.php-fig.org/"
1508 }
1509 ],
1510 "description": "Common interface for HTTP messages",
1511 "homepage": "https://github.com/php-fig/http-message",
1512 "keywords": [
1513 "http",
1514 "http-message",
1515 "psr",
1516 "psr-7",
1517 "request",
1518 "response"
1519 ],
1520 "support": {
1521 "source": "https://github.com/php-fig/http-message/tree/master"
1522 },
1523 "time": "2016-08-06T14:39:51+00:00"
1524 },
1525 {
1526 "name": "psr/http-server-handler",
1527 "version": "1.0.1",
1528 "source": {
1529 "type": "git",
1530 "url": "https://github.com/php-fig/http-server-handler.git",
1531 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
1532 },
1533 "dist": {
1534 "type": "zip",
1535 "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
1536 "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
1537 "shasum": ""
1538 },
1539 "require": {
1540 "php": ">=7.0",
1541 "psr/http-message": "^1.0"
1542 },
1543 "type": "library",
1544 "extra": {
1545 "branch-alias": {
1546 "dev-master": "1.0.x-dev"
1547 }
1548 },
1549 "autoload": {
1550 "psr-4": {
1551 "Psr\\Http\\Server\\": "src/"
1552 }
1553 },
1554 "notification-url": "https://packagist.org/downloads/",
1555 "license": [
1556 "MIT"
1557 ],
1558 "authors": [
1559 {
1560 "name": "PHP-FIG",
1561 "homepage": "http://www.php-fig.org/"
1562 }
1563 ],
1564 "description": "Common interface for HTTP server-side request handler",
1565 "keywords": [
1566 "handler",
1567 "http",
1568 "http-interop",
1569 "psr",
1570 "psr-15",
1571 "psr-7",
1572 "request",
1573 "response",
1574 "server"
1575 ],
1576 "support": {
1577 "issues": "https://github.com/php-fig/http-server-handler/issues",
1578 "source": "https://github.com/php-fig/http-server-handler/tree/master"
1579 },
1580 "time": "2018-10-30T16:46:14+00:00"
1581 },
1582 {
1583 "name": "psr/http-server-middleware",
1584 "version": "1.0.1",
1585 "source": {
1586 "type": "git",
1587 "url": "https://github.com/php-fig/http-server-middleware.git",
1588 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
1589 },
1590 "dist": {
1591 "type": "zip",
1592 "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
1593 "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
1594 "shasum": ""
1595 },
1596 "require": {
1597 "php": ">=7.0",
1598 "psr/http-message": "^1.0",
1599 "psr/http-server-handler": "^1.0"
1600 },
1601 "type": "library",
1602 "extra": {
1603 "branch-alias": {
1604 "dev-master": "1.0.x-dev"
1605 }
1606 },
1607 "autoload": {
1608 "psr-4": {
1609 "Psr\\Http\\Server\\": "src/"
1610 }
1611 },
1612 "notification-url": "https://packagist.org/downloads/",
1613 "license": [
1614 "MIT"
1615 ],
1616 "authors": [
1617 {
1618 "name": "PHP-FIG",
1619 "homepage": "http://www.php-fig.org/"
1620 }
1621 ],
1622 "description": "Common interface for HTTP server-side middleware",
1623 "keywords": [
1624 "http",
1625 "http-interop",
1626 "middleware",
1627 "psr",
1628 "psr-15",
1629 "psr-7",
1630 "request",
1631 "response"
1632 ],
1633 "support": {
1634 "issues": "https://github.com/php-fig/http-server-middleware/issues",
1635 "source": "https://github.com/php-fig/http-server-middleware/tree/master"
1636 },
1637 "time": "2018-10-30T17:12:04+00:00"
1638 },
1639 {
1640 "name": "psr/log",
1641 "version": "1.1.4",
1642 "source": {
1643 "type": "git",
1644 "url": "https://github.com/php-fig/log.git",
1645 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
1646 },
1647 "dist": {
1648 "type": "zip",
1649 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
1650 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
1651 "shasum": ""
1652 },
1653 "require": {
1654 "php": ">=5.3.0"
1655 },
1656 "type": "library",
1657 "extra": {
1658 "branch-alias": {
1659 "dev-master": "1.1.x-dev"
1660 }
1661 },
1662 "autoload": {
1663 "psr-4": {
1664 "Psr\\Log\\": "Psr/Log/"
1665 }
1666 },
1667 "notification-url": "https://packagist.org/downloads/",
1668 "license": [
1669 "MIT"
1670 ],
1671 "authors": [
1672 {
1673 "name": "PHP-FIG",
1674 "homepage": "https://www.php-fig.org/"
1675 }
1676 ],
1677 "description": "Common interface for logging libraries",
1678 "homepage": "https://github.com/php-fig/log",
1679 "keywords": [
1680 "log",
1681 "psr",
1682 "psr-3"
1683 ],
1684 "support": {
1685 "source": "https://github.com/php-fig/log/tree/1.1.4"
1686 },
1687 "time": "2021-05-03T11:20:27+00:00"
1688 },
1689 {
1690 "name": "ralouphie/getallheaders",
1691 "version": "3.0.3",
1692 "source": {
1693 "type": "git",
1694 "url": "https://github.com/ralouphie/getallheaders.git",
1695 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1696 },
1697 "dist": {
1698 "type": "zip",
1699 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1700 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1701 "shasum": ""
1702 },
1703 "require": {
1704 "php": ">=5.6"
1705 },
1706 "require-dev": {
1707 "php-coveralls/php-coveralls": "^2.1",
1708 "phpunit/phpunit": "^5 || ^6.5"
1709 },
1710 "type": "library",
1711 "autoload": {
1712 "files": [
1713 "src/getallheaders.php"
1714 ]
1715 },
1716 "notification-url": "https://packagist.org/downloads/",
1717 "license": [
1718 "MIT"
1719 ],
1720 "authors": [
1721 {
1722 "name": "Ralph Khattar",
1723 "email": "ralph.khattar@gmail.com"
1724 }
1725 ],
1726 "description": "A polyfill for getallheaders.",
1727 "support": {
1728 "issues": "https://github.com/ralouphie/getallheaders/issues",
1729 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
1730 },
1731 "time": "2019-03-08T08:55:37+00:00"
1732 },
1733 {
1734 "name": "slim/csrf",
1735 "version": "1.3.0",
1736 "source": {
1737 "type": "git",
1738 "url": "https://github.com/slimphp/Slim-Csrf.git",
1739 "reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7"
1740 },
1741 "dist": {
1742 "type": "zip",
1743 "url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/ebaaf295fd6d7224078d8ae3bba45329b31798c7",
1744 "reference": "ebaaf295fd6d7224078d8ae3bba45329b31798c7",
1745 "shasum": ""
1746 },
1747 "require": {
1748 "php": "^7.4 || ^8.0",
1749 "psr/http-factory": "^1.0",
1750 "psr/http-message": "^1.0",
1751 "psr/http-server-handler": "^1.0",
1752 "psr/http-server-middleware": "^1.0"
1753 },
1754 "require-dev": {
1755 "phpspec/prophecy": "^1.15",
1756 "phpspec/prophecy-phpunit": "^2.0",
1757 "phpunit/phpunit": "^9.5",
1758 "squizlabs/php_codesniffer": "^3.7"
1759 },
1760 "type": "library",
1761 "autoload": {
1762 "psr-4": {
1763 "Slim\\Csrf\\": "src"
1764 }
1765 },
1766 "notification-url": "https://packagist.org/downloads/",
1767 "license": [
1768 "MIT"
1769 ],
1770 "authors": [
1771 {
1772 "name": "Josh Lockhart",
1773 "email": "hello@joshlockhart.com",
1774 "homepage": "http://joshlockhart.com"
1775 }
1776 ],
1777 "description": "Slim Framework 4 CSRF protection PSR-15 middleware",
1778 "homepage": "https://www.slimframework.com",
1779 "keywords": [
1780 "csrf",
1781 "framework",
1782 "middleware",
1783 "slim"
1784 ],
1785 "support": {
1786 "issues": "https://github.com/slimphp/Slim-Csrf/issues",
1787 "source": "https://github.com/slimphp/Slim-Csrf/tree/1.3.0"
1788 },
1789 "time": "2022-11-05T19:27:53+00:00"
1790 },
1791 {
1792 "name": "slim/flash",
1793 "version": "0.4.0",
1794 "source": {
1795 "type": "git",
1796 "url": "https://github.com/slimphp/Slim-Flash.git",
1797 "reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc"
1798 },
1799 "dist": {
1800 "type": "zip",
1801 "url": "https://api.github.com/repos/slimphp/Slim-Flash/zipball/9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
1802 "reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
1803 "shasum": ""
1804 },
1805 "require": {
1806 "php": ">=5.5.0"
1807 },
1808 "require-dev": {
1809 "phpunit/phpunit": "^4.0"
1810 },
1811 "type": "library",
1812 "autoload": {
1813 "psr-4": {
1814 "Slim\\Flash\\": "src"
1815 }
1816 },
1817 "notification-url": "https://packagist.org/downloads/",
1818 "license": [
1819 "MIT"
1820 ],
1821 "authors": [
1822 {
1823 "name": "Josh Lockhart",
1824 "email": "hello@joshlockhart.com",
1825 "homepage": "http://joshlockhart.com"
1826 }
1827 ],
1828 "description": "Slim Framework Flash message service provider",
1829 "homepage": "http://slimframework.com",
1830 "keywords": [
1831 "flash",
1832 "framework",
1833 "message",
1834 "provider",
1835 "slim"
1836 ],
1837 "support": {
1838 "issues": "https://github.com/slimphp/Slim-Flash/issues",
1839 "source": "https://github.com/slimphp/Slim-Flash/tree/master"
1840 },
1841 "time": "2017-10-22T10:35:05+00:00"
1842 },
1843 {
1844 "name": "slim/psr7",
1845 "version": "1.6",
1846 "source": {
1847 "type": "git",
1848 "url": "https://github.com/slimphp/Slim-Psr7.git",
1849 "reference": "3471c22c1a0d26c51c78f6aeb06489d38cf46a4d"
1850 },
1851 "dist": {
1852 "type": "zip",
1853 "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/3471c22c1a0d26c51c78f6aeb06489d38cf46a4d",
1854 "reference": "3471c22c1a0d26c51c78f6aeb06489d38cf46a4d",
1855 "shasum": ""
1856 },
1857 "require": {
1858 "fig/http-message-util": "^1.1.5",
1859 "php": "^7.4 || ^8.0",
1860 "psr/http-factory": "^1.0",
1861 "psr/http-message": "^1.0",
1862 "ralouphie/getallheaders": "^3.0",
1863 "symfony/polyfill-php80": "^1.26"
1864 },
1865 "provide": {
1866 "psr/http-factory-implementation": "1.0",
1867 "psr/http-message-implementation": "1.0"
1868 },
1869 "require-dev": {
1870 "adriansuter/php-autoload-override": "^1.3",
1871 "ext-json": "*",
1872 "http-interop/http-factory-tests": "^0.9.0",
1873 "php-http/psr7-integration-tests": "dev-master",
1874 "phpspec/prophecy": "^1.15",
1875 "phpspec/prophecy-phpunit": "^2.0",
1876 "phpstan/phpstan": "^1.8",
1877 "phpunit/phpunit": "^9.5",
1878 "squizlabs/php_codesniffer": "^3.7"
1879 },
1880 "type": "library",
1881 "autoload": {
1882 "psr-4": {
1883 "Slim\\Psr7\\": "src"
1884 }
1885 },
1886 "notification-url": "https://packagist.org/downloads/",
1887 "license": [
1888 "MIT"
1889 ],
1890 "authors": [
1891 {
1892 "name": "Josh Lockhart",
1893 "email": "hello@joshlockhart.com",
1894 "homepage": "http://joshlockhart.com"
1895 },
1896 {
1897 "name": "Andrew Smith",
1898 "email": "a.smith@silentworks.co.uk",
1899 "homepage": "http://silentworks.co.uk"
1900 },
1901 {
1902 "name": "Rob Allen",
1903 "email": "rob@akrabat.com",
1904 "homepage": "http://akrabat.com"
1905 },
1906 {
1907 "name": "Pierre Berube",
1908 "email": "pierre@lgse.com",
1909 "homepage": "http://www.lgse.com"
1910 }
1911 ],
1912 "description": "Strict PSR-7 implementation",
1913 "homepage": "https://www.slimframework.com",
1914 "keywords": [
1915 "http",
1916 "psr-7",
1917 "psr7"
1918 ],
1919 "support": {
1920 "issues": "https://github.com/slimphp/Slim-Psr7/issues",
1921 "source": "https://github.com/slimphp/Slim-Psr7/tree/1.6"
1922 },
1923 "time": "2022-11-05T18:50:24+00:00"
1924 },
1925 {
1926 "name": "slim/slim",
1927 "version": "4.11.0",
1928 "source": {
1929 "type": "git",
1930 "url": "https://github.com/slimphp/Slim.git",
1931 "reference": "b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7"
1932 },
1933 "dist": {
1934 "type": "zip",
1935 "url": "https://api.github.com/repos/slimphp/Slim/zipball/b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7",
1936 "reference": "b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7",
1937 "shasum": ""
1938 },
1939 "require": {
1940 "ext-json": "*",
1941 "nikic/fast-route": "^1.3",
1942 "php": "^7.4 || ^8.0",
1943 "psr/container": "^1.0 || ^2.0",
1944 "psr/http-factory": "^1.0",
1945 "psr/http-message": "^1.0",
1946 "psr/http-server-handler": "^1.0",
1947 "psr/http-server-middleware": "^1.0",
1948 "psr/log": "^1.1 || ^2.0 || ^3.0"
1949 },
1950 "require-dev": {
1951 "adriansuter/php-autoload-override": "^1.3",
1952 "ext-simplexml": "*",
1953 "guzzlehttp/psr7": "^2.4",
1954 "httpsoft/http-message": "^1.0",
1955 "httpsoft/http-server-request": "^1.0",
1956 "laminas/laminas-diactoros": "^2.17",
1957 "nyholm/psr7": "^1.5",
1958 "nyholm/psr7-server": "^1.0",
1959 "phpspec/prophecy": "^1.15",
1960 "phpspec/prophecy-phpunit": "^2.0",
1961 "phpstan/phpstan": "^1.8",
1962 "phpunit/phpunit": "^9.5",
1963 "slim/http": "^1.2",
1964 "slim/psr7": "^1.5",
1965 "squizlabs/php_codesniffer": "^3.7"
1966 },
1967 "suggest": {
1968 "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
1969 "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
1970 "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
1971 "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
1972 },
1973 "type": "library",
1974 "autoload": {
1975 "psr-4": {
1976 "Slim\\": "Slim"
1977 }
1978 },
1979 "notification-url": "https://packagist.org/downloads/",
1980 "license": [
1981 "MIT"
1982 ],
1983 "authors": [
1984 {
1985 "name": "Josh Lockhart",
1986 "email": "hello@joshlockhart.com",
1987 "homepage": "https://joshlockhart.com"
1988 },
1989 {
1990 "name": "Andrew Smith",
1991 "email": "a.smith@silentworks.co.uk",
1992 "homepage": "http://silentworks.co.uk"
1993 },
1994 {
1995 "name": "Rob Allen",
1996 "email": "rob@akrabat.com",
1997 "homepage": "http://akrabat.com"
1998 },
1999 {
2000 "name": "Pierre Berube",
2001 "email": "pierre@lgse.com",
2002 "homepage": "http://www.lgse.com"
2003 },
2004 {
2005 "name": "Gabriel Manricks",
2006 "email": "gmanricks@me.com",
2007 "homepage": "http://gabrielmanricks.com"
2008 }
2009 ],
2010 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
2011 "homepage": "https://www.slimframework.com",
2012 "keywords": [
2013 "api",
2014 "framework",
2015 "micro",
2016 "router"
2017 ],
2018 "support": {
2019 "docs": "https://www.slimframework.com/docs/v4/",
2020 "forum": "https://discourse.slimframework.com/",
2021 "irc": "irc://irc.freenode.net:6667/slimphp",
2022 "issues": "https://github.com/slimphp/Slim/issues",
2023 "rss": "https://www.slimframework.com/blog/feed.rss",
2024 "slack": "https://slimphp.slack.com/",
2025 "source": "https://github.com/slimphp/Slim",
2026 "wiki": "https://github.com/slimphp/Slim/wiki"
2027 },
2028 "funding": [
2029 {
2030 "url": "https://opencollective.com/slimphp",
2031 "type": "open_collective"
2032 },
2033 {
2034 "url": "https://tidelift.com/funding/github/packagist/slim/slim",
2035 "type": "tidelift"
2036 }
2037 ],
2038 "time": "2022-11-06T16:33:39+00:00"
2039 },
2040 {
2041 "name": "slim/twig-view",
2042 "version": "3.3.0",
2043 "source": {
2044 "type": "git",
2045 "url": "https://github.com/slimphp/Twig-View.git",
2046 "reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98"
2047 },
2048 "dist": {
2049 "type": "zip",
2050 "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
2051 "reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
2052 "shasum": ""
2053 },
2054 "require": {
2055 "php": "^7.4 || ^8.0",
2056 "psr/http-message": "^1.0",
2057 "slim/slim": "^4.9",
2058 "symfony/polyfill-php81": "^1.23",
2059 "twig/twig": "^3.3"
2060 },
2061 "require-dev": {
2062 "phpspec/prophecy-phpunit": "^2.0",
2063 "phpstan/phpstan": "^1.3.0",
2064 "phpunit/phpunit": "^9.5",
2065 "psr/http-factory": "^1.0",
2066 "squizlabs/php_codesniffer": "^3.6"
2067 },
2068 "type": "library",
2069 "autoload": {
2070 "psr-4": {
2071 "Slim\\Views\\": "src"
2072 }
2073 },
2074 "notification-url": "https://packagist.org/downloads/",
2075 "license": [
2076 "MIT"
2077 ],
2078 "authors": [
2079 {
2080 "name": "Josh Lockhart",
2081 "email": "hello@joshlockhart.com",
2082 "homepage": "http://joshlockhart.com"
2083 },
2084 {
2085 "name": "Pierre Berube",
2086 "email": "pierre@lgse.com",
2087 "homepage": "http://www.lgse.com"
2088 }
2089 ],
2090 "description": "Slim Framework 4 view helper built on top of the Twig 3 templating component",
2091 "homepage": "https://www.slimframework.com",
2092 "keywords": [
2093 "framework",
2094 "slim",
2095 "template",
2096 "twig",
2097 "view"
2098 ],
2099 "support": {
2100 "issues": "https://github.com/slimphp/Twig-View/issues",
2101 "source": "https://github.com/slimphp/Twig-View/tree/3.3.0"
2102 },
2103 "time": "2022-01-02T05:14:45+00:00"
2104 },
2105 {
2106 "name": "soundasleep/html2text",
2107 "version": "2.1.0",
2108 "source": {
2109 "type": "git",
2110 "url": "https://github.com/soundasleep/html2text.git",
2111 "reference": "83502b6f8f1aaef8e2e238897199d64f284b4af3"
2112 },
2113 "dist": {
2114 "type": "zip",
2115 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/83502b6f8f1aaef8e2e238897199d64f284b4af3",
2116 "reference": "83502b6f8f1aaef8e2e238897199d64f284b4af3",
2117 "shasum": ""
2118 },
2119 "require": {
2120 "ext-dom": "*",
2121 "ext-libxml": "*",
2122 "php": "^7.3|^8.0"
2123 },
2124 "require-dev": {
2125 "phpstan/phpstan": "^1.9",
2126 "phpunit/phpunit": "^7.0|^8.0|^9.0"
2127 },
2128 "type": "library",
2129 "autoload": {
2130 "psr-4": {
2131 "Soundasleep\\": "src"
2132 }
2133 },
2134 "notification-url": "https://packagist.org/downloads/",
2135 "license": [
2136 "MIT"
2137 ],
2138 "authors": [
2139 {
2140 "name": "Jevon Wright",
2141 "homepage": "https://jevon.org",
2142 "role": "Developer"
2143 }
2144 ],
2145 "description": "A PHP script to convert HTML into a plain text format",
2146 "homepage": "https://github.com/soundasleep/html2text",
2147 "keywords": [
2148 "email",
2149 "html",
2150 "php",
2151 "text"
2152 ],
2153 "support": {
2154 "email": "support@jevon.org",
2155 "issues": "https://github.com/soundasleep/html2text/issues",
2156 "source": "https://github.com/soundasleep/html2text/tree/2.1.0"
2157 },
2158 "time": "2023-01-06T09:28:15+00:00"
2159 },
2160 {
2161 "name": "symfony/polyfill-ctype",
2162 "version": "v1.27.0",
2163 "source": {
2164 "type": "git",
2165 "url": "https://github.com/symfony/polyfill-ctype.git",
2166 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2167 },
2168 "dist": {
2169 "type": "zip",
2170 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
2171 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2172 "shasum": ""
2173 },
2174 "require": {
2175 "php": ">=7.1"
2176 },
2177 "provide": {
2178 "ext-ctype": "*"
2179 },
2180 "suggest": {
2181 "ext-ctype": "For best performance"
2182 },
2183 "type": "library",
2184 "extra": {
2185 "branch-alias": {
2186 "dev-main": "1.27-dev"
2187 },
2188 "thanks": {
2189 "name": "symfony/polyfill",
2190 "url": "https://github.com/symfony/polyfill"
2191 }
2192 },
2193 "autoload": {
2194 "files": [
2195 "bootstrap.php"
2196 ],
2197 "psr-4": {
2198 "Symfony\\Polyfill\\Ctype\\": ""
2199 }
2200 },
2201 "notification-url": "https://packagist.org/downloads/",
2202 "license": [
2203 "MIT"
2204 ],
2205 "authors": [
2206 {
2207 "name": "Gert de Pagter",
2208 "email": "BackEndTea@gmail.com"
2209 },
2210 {
2211 "name": "Symfony Community",
2212 "homepage": "https://symfony.com/contributors"
2213 }
2214 ],
2215 "description": "Symfony polyfill for ctype functions",
2216 "homepage": "https://symfony.com",
2217 "keywords": [
2218 "compatibility",
2219 "ctype",
2220 "polyfill",
2221 "portable"
2222 ],
2223 "support": {
2224 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2225 },
2226 "funding": [
2227 {
2228 "url": "https://symfony.com/sponsor",
2229 "type": "custom"
2230 },
2231 {
2232 "url": "https://github.com/fabpot",
2233 "type": "github"
2234 },
2235 {
2236 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2237 "type": "tidelift"
2238 }
2239 ],
2240 "time": "2022-11-03T14:55:06+00:00"
2241 },
2242 {
2243 "name": "symfony/polyfill-mbstring",
2244 "version": "v1.27.0",
2245 "source": {
2246 "type": "git",
2247 "url": "https://github.com/symfony/polyfill-mbstring.git",
2248 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2249 },
2250 "dist": {
2251 "type": "zip",
2252 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2253 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2254 "shasum": ""
2255 },
2256 "require": {
2257 "php": ">=7.1"
2258 },
2259 "provide": {
2260 "ext-mbstring": "*"
2261 },
2262 "suggest": {
2263 "ext-mbstring": "For best performance"
2264 },
2265 "type": "library",
2266 "extra": {
2267 "branch-alias": {
2268 "dev-main": "1.27-dev"
2269 },
2270 "thanks": {
2271 "name": "symfony/polyfill",
2272 "url": "https://github.com/symfony/polyfill"
2273 }
2274 },
2275 "autoload": {
2276 "files": [
2277 "bootstrap.php"
2278 ],
2279 "psr-4": {
2280 "Symfony\\Polyfill\\Mbstring\\": ""
2281 }
2282 },
2283 "notification-url": "https://packagist.org/downloads/",
2284 "license": [
2285 "MIT"
2286 ],
2287 "authors": [
2288 {
2289 "name": "Nicolas Grekas",
2290 "email": "p@tchwork.com"
2291 },
2292 {
2293 "name": "Symfony Community",
2294 "homepage": "https://symfony.com/contributors"
2295 }
2296 ],
2297 "description": "Symfony polyfill for the Mbstring extension",
2298 "homepage": "https://symfony.com",
2299 "keywords": [
2300 "compatibility",
2301 "mbstring",
2302 "polyfill",
2303 "portable",
2304 "shim"
2305 ],
2306 "support": {
2307 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2308 },
2309 "funding": [
2310 {
2311 "url": "https://symfony.com/sponsor",
2312 "type": "custom"
2313 },
2314 {
2315 "url": "https://github.com/fabpot",
2316 "type": "github"
2317 },
2318 {
2319 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2320 "type": "tidelift"
2321 }
2322 ],
2323 "time": "2022-11-03T14:55:06+00:00"
2324 },
2325 {
2326 "name": "symfony/polyfill-php80",
2327 "version": "v1.27.0",
2328 "source": {
2329 "type": "git",
2330 "url": "https://github.com/symfony/polyfill-php80.git",
2331 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
2332 },
2333 "dist": {
2334 "type": "zip",
2335 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
2336 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
2337 "shasum": ""
2338 },
2339 "require": {
2340 "php": ">=7.1"
2341 },
2342 "type": "library",
2343 "extra": {
2344 "branch-alias": {
2345 "dev-main": "1.27-dev"
2346 },
2347 "thanks": {
2348 "name": "symfony/polyfill",
2349 "url": "https://github.com/symfony/polyfill"
2350 }
2351 },
2352 "autoload": {
2353 "files": [
2354 "bootstrap.php"
2355 ],
2356 "psr-4": {
2357 "Symfony\\Polyfill\\Php80\\": ""
2358 },
2359 "classmap": [
2360 "Resources/stubs"
2361 ]
2362 },
2363 "notification-url": "https://packagist.org/downloads/",
2364 "license": [
2365 "MIT"
2366 ],
2367 "authors": [
2368 {
2369 "name": "Ion Bazan",
2370 "email": "ion.bazan@gmail.com"
2371 },
2372 {
2373 "name": "Nicolas Grekas",
2374 "email": "p@tchwork.com"
2375 },
2376 {
2377 "name": "Symfony Community",
2378 "homepage": "https://symfony.com/contributors"
2379 }
2380 ],
2381 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2382 "homepage": "https://symfony.com",
2383 "keywords": [
2384 "compatibility",
2385 "polyfill",
2386 "portable",
2387 "shim"
2388 ],
2389 "support": {
2390 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
2391 },
2392 "funding": [
2393 {
2394 "url": "https://symfony.com/sponsor",
2395 "type": "custom"
2396 },
2397 {
2398 "url": "https://github.com/fabpot",
2399 "type": "github"
2400 },
2401 {
2402 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2403 "type": "tidelift"
2404 }
2405 ],
2406 "time": "2022-11-03T14:55:06+00:00"
2407 },
2408 {
2409 "name": "symfony/polyfill-php81",
2410 "version": "v1.27.0",
2411 "source": {
2412 "type": "git",
2413 "url": "https://github.com/symfony/polyfill-php81.git",
2414 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
2415 },
2416 "dist": {
2417 "type": "zip",
2418 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
2419 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
2420 "shasum": ""
2421 },
2422 "require": {
2423 "php": ">=7.1"
2424 },
2425 "type": "library",
2426 "extra": {
2427 "branch-alias": {
2428 "dev-main": "1.27-dev"
2429 },
2430 "thanks": {
2431 "name": "symfony/polyfill",
2432 "url": "https://github.com/symfony/polyfill"
2433 }
2434 },
2435 "autoload": {
2436 "files": [
2437 "bootstrap.php"
2438 ],
2439 "psr-4": {
2440 "Symfony\\Polyfill\\Php81\\": ""
2441 },
2442 "classmap": [
2443 "Resources/stubs"
2444 ]
2445 },
2446 "notification-url": "https://packagist.org/downloads/",
2447 "license": [
2448 "MIT"
2449 ],
2450 "authors": [
2451 {
2452 "name": "Nicolas Grekas",
2453 "email": "p@tchwork.com"
2454 },
2455 {
2456 "name": "Symfony Community",
2457 "homepage": "https://symfony.com/contributors"
2458 }
2459 ],
2460 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
2461 "homepage": "https://symfony.com",
2462 "keywords": [
2463 "compatibility",
2464 "polyfill",
2465 "portable",
2466 "shim"
2467 ],
2468 "support": {
2469 "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
2470 },
2471 "funding": [
2472 {
2473 "url": "https://symfony.com/sponsor",
2474 "type": "custom"
2475 },
2476 {
2477 "url": "https://github.com/fabpot",
2478 "type": "github"
2479 },
2480 {
2481 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2482 "type": "tidelift"
2483 }
2484 ],
2485 "time": "2022-11-03T14:55:06+00:00"
2486 },
2487 {
2488 "name": "symfony/yaml",
2489 "version": "v6.2.5",
2490 "source": {
2491 "type": "git",
2492 "url": "https://github.com/symfony/yaml.git",
2493 "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19"
2494 },
2495 "dist": {
2496 "type": "zip",
2497 "url": "https://api.github.com/repos/symfony/yaml/zipball/2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19",
2498 "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19",
2499 "shasum": ""
2500 },
2501 "require": {
2502 "php": ">=8.1",
2503 "symfony/polyfill-ctype": "^1.8"
2504 },
2505 "conflict": {
2506 "symfony/console": "<5.4"
2507 },
2508 "require-dev": {
2509 "symfony/console": "^5.4|^6.0"
2510 },
2511 "suggest": {
2512 "symfony/console": "For validating YAML files using the lint command"
2513 },
2514 "bin": [
2515 "Resources/bin/yaml-lint"
2516 ],
2517 "type": "library",
2518 "autoload": {
2519 "psr-4": {
2520 "Symfony\\Component\\Yaml\\": ""
2521 },
2522 "exclude-from-classmap": [
2523 "/Tests/"
2524 ]
2525 },
2526 "notification-url": "https://packagist.org/downloads/",
2527 "license": [
2528 "MIT"
2529 ],
2530 "authors": [
2531 {
2532 "name": "Fabien Potencier",
2533 "email": "fabien@symfony.com"
2534 },
2535 {
2536 "name": "Symfony Community",
2537 "homepage": "https://symfony.com/contributors"
2538 }
2539 ],
2540 "description": "Loads and dumps YAML files",
2541 "homepage": "https://symfony.com",
2542 "support": {
2543 "source": "https://github.com/symfony/yaml/tree/v6.2.5"
2544 },
2545 "funding": [
2546 {
2547 "url": "https://symfony.com/sponsor",
2548 "type": "custom"
2549 },
2550 {
2551 "url": "https://github.com/fabpot",
2552 "type": "github"
2553 },
2554 {
2555 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2556 "type": "tidelift"
2557 }
2558 ],
2559 "time": "2023-01-10T18:53:53+00:00"
2560 },
2561 {
2562 "name": "tecnickcom/tcpdf",
2563 "version": "6.6.2",
2564 "source": {
2565 "type": "git",
2566 "url": "https://github.com/tecnickcom/TCPDF.git",
2567 "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459"
2568 },
2569 "dist": {
2570 "type": "zip",
2571 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/e3cffc9bcbc76e89e167e9eb0bbda0cab7518459",
2572 "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459",
2573 "shasum": ""
2574 },
2575 "require": {
2576 "php": ">=5.3.0"
2577 },
2578 "type": "library",
2579 "autoload": {
2580 "classmap": [
2581 "config",
2582 "include",
2583 "tcpdf.php",
2584 "tcpdf_parser.php",
2585 "tcpdf_import.php",
2586 "tcpdf_barcodes_1d.php",
2587 "tcpdf_barcodes_2d.php",
2588 "include/tcpdf_colors.php",
2589 "include/tcpdf_filters.php",
2590 "include/tcpdf_font_data.php",
2591 "include/tcpdf_fonts.php",
2592 "include/tcpdf_images.php",
2593 "include/tcpdf_static.php",
2594 "include/barcodes/datamatrix.php",
2595 "include/barcodes/pdf417.php",
2596 "include/barcodes/qrcode.php"
2597 ]
2598 },
2599 "notification-url": "https://packagist.org/downloads/",
2600 "license": [
2601 "LGPL-3.0-only"
2602 ],
2603 "authors": [
2604 {
2605 "name": "Nicola Asuni",
2606 "email": "info@tecnick.com",
2607 "role": "lead"
2608 }
2609 ],
2610 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2611 "homepage": "http://www.tcpdf.org/",
2612 "keywords": [
2613 "PDFD32000-2008",
2614 "TCPDF",
2615 "barcodes",
2616 "datamatrix",
2617 "pdf",
2618 "pdf417",
2619 "qrcode"
2620 ],
2621 "support": {
2622 "issues": "https://github.com/tecnickcom/TCPDF/issues",
2623 "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.2"
2624 },
2625 "funding": [
2626 {
2627 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
2628 "type": "custom"
2629 }
2630 ],
2631 "time": "2022-12-17T10:28:59+00:00"
2632 },
2633 {
2634 "name": "twig/twig",
2635 "version": "v3.5.0",
2636 "source": {
2637 "type": "git",
2638 "url": "https://github.com/twigphp/Twig.git",
2639 "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72"
2640 },
2641 "dist": {
2642 "type": "zip",
2643 "url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72",
2644 "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72",
2645 "shasum": ""
2646 },
2647 "require": {
2648 "php": ">=7.2.5",
2649 "symfony/polyfill-ctype": "^1.8",
2650 "symfony/polyfill-mbstring": "^1.3"
2651 },
2652 "require-dev": {
2653 "psr/container": "^1.0",
2654 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2655 },
2656 "type": "library",
2657 "extra": {
2658 "branch-alias": {
2659 "dev-master": "3.5-dev"
2660 }
2661 },
2662 "autoload": {
2663 "psr-4": {
2664 "Twig\\": "src/"
2665 }
2666 },
2667 "notification-url": "https://packagist.org/downloads/",
2668 "license": [
2669 "BSD-3-Clause"
2670 ],
2671 "authors": [
2672 {
2673 "name": "Fabien Potencier",
2674 "email": "fabien@symfony.com",
2675 "homepage": "http://fabien.potencier.org",
2676 "role": "Lead Developer"
2677 },
2678 {
2679 "name": "Twig Team",
2680 "role": "Contributors"
2681 },
2682 {
2683 "name": "Armin Ronacher",
2684 "email": "armin.ronacher@active-4.com",
2685 "role": "Project Founder"
2686 }
2687 ],
2688 "description": "Twig, the flexible, fast, and secure template language for PHP",
2689 "homepage": "https://twig.symfony.com",
2690 "keywords": [
2691 "templating"
2692 ],
2693 "support": {
2694 "issues": "https://github.com/twigphp/Twig/issues",
2695 "source": "https://github.com/twigphp/Twig/tree/v3.5.0"
2696 },
2697 "funding": [
2698 {
2699 "url": "https://github.com/fabpot",
2700 "type": "github"
2701 },
2702 {
2703 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
2704 "type": "tidelift"
2705 }
2706 ],
2707 "time": "2022-12-27T12:28:18+00:00"
2708 }
2709 ],
2710 "packages-dev": [
2711 {
2712 "name": "atoum/atoum",
2713 "version": "dev-main",
2714 "source": {
2715 "type": "git",
2716 "url": "https://github.com/atoum/atoum.git",
2717 "reference": "e866f3d4ad683c35757cd73fc6da3e3d5e563667"
2718 },
2719 "dist": {
2720 "type": "zip",
2721 "url": "https://api.github.com/repos/atoum/atoum/zipball/e866f3d4ad683c35757cd73fc6da3e3d5e563667",
2722 "reference": "e866f3d4ad683c35757cd73fc6da3e3d5e563667",
2723 "shasum": ""
2724 },
2725 "require": {
2726 "ext-hash": "*",
2727 "ext-json": "*",
2728 "ext-tokenizer": "*",
2729 "ext-xml": "*",
2730 "php": "^7.4 || ^8.0"
2731 },
2732 "replace": {
2733 "mageekguy/atoum": "*"
2734 },
2735 "require-dev": {
2736 "friendsofphp/php-cs-fixer": "^3.2"
2737 },
2738 "suggest": {
2739 "atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
2740 "ext-mbstring": "Provides support for UTF-8 strings",
2741 "ext-xdebug": "Provides code coverage report (>= 2.3)"
2742 },
2743 "default-branch": true,
2744 "bin": [
2745 "bin/atoum"
2746 ],
2747 "type": "library",
2748 "extra": {
2749 "branch-alias": {
2750 "dev-master": "4.x-dev"
2751 }
2752 },
2753 "autoload": {
2754 "classmap": [
2755 "classes/"
2756 ]
2757 },
2758 "notification-url": "https://packagist.org/downloads/",
2759 "license": [
2760 "BSD-3-Clause"
2761 ],
2762 "authors": [
2763 {
2764 "name": "Frédéric Hardy",
2765 "email": "frederic.hardy@atoum.org",
2766 "homepage": "http://blog.mageekbox.net"
2767 },
2768 {
2769 "name": "François Dussert",
2770 "email": "francois.dussert@atoum.org"
2771 },
2772 {
2773 "name": "Gérald Croes",
2774 "email": "gerald.croes@atoum.org"
2775 },
2776 {
2777 "name": "Julien Bianchi",
2778 "email": "julien.bianchi@atoum.org"
2779 },
2780 {
2781 "name": "Ludovic Fleury",
2782 "email": "ludovic.fleury@atoum.org"
2783 }
2784 ],
2785 "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
2786 "homepage": "http://www.atoum.org",
2787 "keywords": [
2788 "TDD",
2789 "atoum",
2790 "test",
2791 "unit testing"
2792 ],
2793 "support": {
2794 "issues": "https://github.com/atoum/atoum/issues",
2795 "source": "https://github.com/atoum/atoum/tree/4.1.0"
2796 },
2797 "time": "2022-11-20T20:18:31+00:00"
2798 },
2799 {
2800 "name": "friendsoftwig/twigcs",
2801 "version": "6.2.0",
2802 "source": {
2803 "type": "git",
2804 "url": "https://github.com/friendsoftwig/twigcs.git",
2805 "reference": "da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6"
2806 },
2807 "dist": {
2808 "type": "zip",
2809 "url": "https://api.github.com/repos/friendsoftwig/twigcs/zipball/da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6",
2810 "reference": "da697cc1bf6bf22feb1d8dbefcbdb1451e6a35f6",
2811 "shasum": ""
2812 },
2813 "require": {
2814 "ext-ctype": "*",
2815 "ext-hash": "*",
2816 "ext-json": "*",
2817 "ext-mbstring": "*",
2818 "ext-simplexml": "*",
2819 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2820 "symfony/console": "^4.4 || ^5.3 || ^6.0",
2821 "symfony/filesystem": "^4.4 || ^5.3 || ^6.0",
2822 "symfony/finder": "^4.4 || ^5.3 || ^6.0"
2823 },
2824 "require-dev": {
2825 "phpunit/phpunit": "^9.5.27",
2826 "symfony/phpunit-bridge": "^6.2.3"
2827 },
2828 "bin": [
2829 "bin/twigcs"
2830 ],
2831 "type": "library",
2832 "autoload": {
2833 "psr-4": {
2834 "FriendsOfTwig\\Twigcs\\": "src/"
2835 }
2836 },
2837 "notification-url": "https://packagist.org/downloads/",
2838 "license": [
2839 "MIT"
2840 ],
2841 "authors": [
2842 {
2843 "name": "Tristan Maindron",
2844 "email": "tmaindron@gmail.com"
2845 }
2846 ],
2847 "description": "Checkstyle automation for Twig",
2848 "support": {
2849 "issues": "https://github.com/friendsoftwig/twigcs/issues",
2850 "source": "https://github.com/friendsoftwig/twigcs/tree/6.2.0"
2851 },
2852 "time": "2023-01-13T16:02:00+00:00"
2853 },
2854 {
2855 "name": "phpstan/phpstan",
2856 "version": "1.9.14",
2857 "source": {
2858 "type": "git",
2859 "url": "https://github.com/phpstan/phpstan.git",
2860 "reference": "e5fcc96289cf737304286a9b505fbed091f02e58"
2861 },
2862 "dist": {
2863 "type": "zip",
2864 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58",
2865 "reference": "e5fcc96289cf737304286a9b505fbed091f02e58",
2866 "shasum": ""
2867 },
2868 "require": {
2869 "php": "^7.2|^8.0"
2870 },
2871 "conflict": {
2872 "phpstan/phpstan-shim": "*"
2873 },
2874 "bin": [
2875 "phpstan",
2876 "phpstan.phar"
2877 ],
2878 "type": "library",
2879 "autoload": {
2880 "files": [
2881 "bootstrap.php"
2882 ]
2883 },
2884 "notification-url": "https://packagist.org/downloads/",
2885 "license": [
2886 "MIT"
2887 ],
2888 "description": "PHPStan - PHP Static Analysis Tool",
2889 "keywords": [
2890 "dev",
2891 "static analysis"
2892 ],
2893 "support": {
2894 "issues": "https://github.com/phpstan/phpstan/issues",
2895 "source": "https://github.com/phpstan/phpstan/tree/1.9.14"
2896 },
2897 "funding": [
2898 {
2899 "url": "https://github.com/ondrejmirtes",
2900 "type": "github"
2901 },
2902 {
2903 "url": "https://github.com/phpstan",
2904 "type": "github"
2905 },
2906 {
2907 "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
2908 "type": "tidelift"
2909 }
2910 ],
2911 "time": "2023-01-19T10:47:09+00:00"
2912 },
2913 {
2914 "name": "squizlabs/php_codesniffer",
2915 "version": "3.7.1",
2916 "source": {
2917 "type": "git",
2918 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2919 "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
2920 },
2921 "dist": {
2922 "type": "zip",
2923 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
2924 "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
2925 "shasum": ""
2926 },
2927 "require": {
2928 "ext-simplexml": "*",
2929 "ext-tokenizer": "*",
2930 "ext-xmlwriter": "*",
2931 "php": ">=5.4.0"
2932 },
2933 "require-dev": {
2934 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2935 },
2936 "bin": [
2937 "bin/phpcs",
2938 "bin/phpcbf"
2939 ],
2940 "type": "library",
2941 "extra": {
2942 "branch-alias": {
2943 "dev-master": "3.x-dev"
2944 }
2945 },
2946 "notification-url": "https://packagist.org/downloads/",
2947 "license": [
2948 "BSD-3-Clause"
2949 ],
2950 "authors": [
2951 {
2952 "name": "Greg Sherwood",
2953 "role": "lead"
2954 }
2955 ],
2956 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2957 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2958 "keywords": [
2959 "phpcs",
2960 "standards"
2961 ],
2962 "support": {
2963 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
2964 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
2965 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
2966 },
2967 "time": "2022-06-18T07:21:10+00:00"
2968 },
2969 {
2970 "name": "symfony/console",
2971 "version": "v6.2.3",
2972 "source": {
2973 "type": "git",
2974 "url": "https://github.com/symfony/console.git",
2975 "reference": "0f579613e771dba2dbb8211c382342a641f5da06"
2976 },
2977 "dist": {
2978 "type": "zip",
2979 "url": "https://api.github.com/repos/symfony/console/zipball/0f579613e771dba2dbb8211c382342a641f5da06",
2980 "reference": "0f579613e771dba2dbb8211c382342a641f5da06",
2981 "shasum": ""
2982 },
2983 "require": {
2984 "php": ">=8.1",
2985 "symfony/deprecation-contracts": "^2.1|^3",
2986 "symfony/polyfill-mbstring": "~1.0",
2987 "symfony/service-contracts": "^1.1|^2|^3",
2988 "symfony/string": "^5.4|^6.0"
2989 },
2990 "conflict": {
2991 "symfony/dependency-injection": "<5.4",
2992 "symfony/dotenv": "<5.4",
2993 "symfony/event-dispatcher": "<5.4",
2994 "symfony/lock": "<5.4",
2995 "symfony/process": "<5.4"
2996 },
2997 "provide": {
2998 "psr/log-implementation": "1.0|2.0|3.0"
2999 },
3000 "require-dev": {
3001 "psr/log": "^1|^2|^3",
3002 "symfony/config": "^5.4|^6.0",
3003 "symfony/dependency-injection": "^5.4|^6.0",
3004 "symfony/event-dispatcher": "^5.4|^6.0",
3005 "symfony/lock": "^5.4|^6.0",
3006 "symfony/process": "^5.4|^6.0",
3007 "symfony/var-dumper": "^5.4|^6.0"
3008 },
3009 "suggest": {
3010 "psr/log": "For using the console logger",
3011 "symfony/event-dispatcher": "",
3012 "symfony/lock": "",
3013 "symfony/process": ""
3014 },
3015 "type": "library",
3016 "autoload": {
3017 "psr-4": {
3018 "Symfony\\Component\\Console\\": ""
3019 },
3020 "exclude-from-classmap": [
3021 "/Tests/"
3022 ]
3023 },
3024 "notification-url": "https://packagist.org/downloads/",
3025 "license": [
3026 "MIT"
3027 ],
3028 "authors": [
3029 {
3030 "name": "Fabien Potencier",
3031 "email": "fabien@symfony.com"
3032 },
3033 {
3034 "name": "Symfony Community",
3035 "homepage": "https://symfony.com/contributors"
3036 }
3037 ],
3038 "description": "Eases the creation of beautiful and testable command line interfaces",
3039 "homepage": "https://symfony.com",
3040 "keywords": [
3041 "cli",
3042 "command line",
3043 "console",
3044 "terminal"
3045 ],
3046 "support": {
3047 "source": "https://github.com/symfony/console/tree/v6.2.3"
3048 },
3049 "funding": [
3050 {
3051 "url": "https://symfony.com/sponsor",
3052 "type": "custom"
3053 },
3054 {
3055 "url": "https://github.com/fabpot",
3056 "type": "github"
3057 },
3058 {
3059 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3060 "type": "tidelift"
3061 }
3062 ],
3063 "time": "2022-12-28T14:26:22+00:00"
3064 },
3065 {
3066 "name": "symfony/deprecation-contracts",
3067 "version": "v3.2.0",
3068 "source": {
3069 "type": "git",
3070 "url": "https://github.com/symfony/deprecation-contracts.git",
3071 "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
3072 },
3073 "dist": {
3074 "type": "zip",
3075 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
3076 "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
3077 "shasum": ""
3078 },
3079 "require": {
3080 "php": ">=8.1"
3081 },
3082 "type": "library",
3083 "extra": {
3084 "branch-alias": {
3085 "dev-main": "3.3-dev"
3086 },
3087 "thanks": {
3088 "name": "symfony/contracts",
3089 "url": "https://github.com/symfony/contracts"
3090 }
3091 },
3092 "autoload": {
3093 "files": [
3094 "function.php"
3095 ]
3096 },
3097 "notification-url": "https://packagist.org/downloads/",
3098 "license": [
3099 "MIT"
3100 ],
3101 "authors": [
3102 {
3103 "name": "Nicolas Grekas",
3104 "email": "p@tchwork.com"
3105 },
3106 {
3107 "name": "Symfony Community",
3108 "homepage": "https://symfony.com/contributors"
3109 }
3110 ],
3111 "description": "A generic function and convention to trigger deprecation notices",
3112 "homepage": "https://symfony.com",
3113 "support": {
3114 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0"
3115 },
3116 "funding": [
3117 {
3118 "url": "https://symfony.com/sponsor",
3119 "type": "custom"
3120 },
3121 {
3122 "url": "https://github.com/fabpot",
3123 "type": "github"
3124 },
3125 {
3126 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3127 "type": "tidelift"
3128 }
3129 ],
3130 "time": "2022-11-25T10:21:52+00:00"
3131 },
3132 {
3133 "name": "symfony/filesystem",
3134 "version": "v6.2.0",
3135 "source": {
3136 "type": "git",
3137 "url": "https://github.com/symfony/filesystem.git",
3138 "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016"
3139 },
3140 "dist": {
3141 "type": "zip",
3142 "url": "https://api.github.com/repos/symfony/filesystem/zipball/50b2523c874605cf3d4acf7a9e2b30b6a440a016",
3143 "reference": "50b2523c874605cf3d4acf7a9e2b30b6a440a016",
3144 "shasum": ""
3145 },
3146 "require": {
3147 "php": ">=8.1",
3148 "symfony/polyfill-ctype": "~1.8",
3149 "symfony/polyfill-mbstring": "~1.8"
3150 },
3151 "type": "library",
3152 "autoload": {
3153 "psr-4": {
3154 "Symfony\\Component\\Filesystem\\": ""
3155 },
3156 "exclude-from-classmap": [
3157 "/Tests/"
3158 ]
3159 },
3160 "notification-url": "https://packagist.org/downloads/",
3161 "license": [
3162 "MIT"
3163 ],
3164 "authors": [
3165 {
3166 "name": "Fabien Potencier",
3167 "email": "fabien@symfony.com"
3168 },
3169 {
3170 "name": "Symfony Community",
3171 "homepage": "https://symfony.com/contributors"
3172 }
3173 ],
3174 "description": "Provides basic utilities for the filesystem",
3175 "homepage": "https://symfony.com",
3176 "support": {
3177 "source": "https://github.com/symfony/filesystem/tree/v6.2.0"
3178 },
3179 "funding": [
3180 {
3181 "url": "https://symfony.com/sponsor",
3182 "type": "custom"
3183 },
3184 {
3185 "url": "https://github.com/fabpot",
3186 "type": "github"
3187 },
3188 {
3189 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3190 "type": "tidelift"
3191 }
3192 ],
3193 "time": "2022-11-20T13:01:27+00:00"
3194 },
3195 {
3196 "name": "symfony/finder",
3197 "version": "v6.2.3",
3198 "source": {
3199 "type": "git",
3200 "url": "https://github.com/symfony/finder.git",
3201 "reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e"
3202 },
3203 "dist": {
3204 "type": "zip",
3205 "url": "https://api.github.com/repos/symfony/finder/zipball/81eefbddfde282ee33b437ba5e13d7753211ae8e",
3206 "reference": "81eefbddfde282ee33b437ba5e13d7753211ae8e",
3207 "shasum": ""
3208 },
3209 "require": {
3210 "php": ">=8.1"
3211 },
3212 "require-dev": {
3213 "symfony/filesystem": "^6.0"
3214 },
3215 "type": "library",
3216 "autoload": {
3217 "psr-4": {
3218 "Symfony\\Component\\Finder\\": ""
3219 },
3220 "exclude-from-classmap": [
3221 "/Tests/"
3222 ]
3223 },
3224 "notification-url": "https://packagist.org/downloads/",
3225 "license": [
3226 "MIT"
3227 ],
3228 "authors": [
3229 {
3230 "name": "Fabien Potencier",
3231 "email": "fabien@symfony.com"
3232 },
3233 {
3234 "name": "Symfony Community",
3235 "homepage": "https://symfony.com/contributors"
3236 }
3237 ],
3238 "description": "Finds files and directories via an intuitive fluent interface",
3239 "homepage": "https://symfony.com",
3240 "support": {
3241 "source": "https://github.com/symfony/finder/tree/v6.2.3"
3242 },
3243 "funding": [
3244 {
3245 "url": "https://symfony.com/sponsor",
3246 "type": "custom"
3247 },
3248 {
3249 "url": "https://github.com/fabpot",
3250 "type": "github"
3251 },
3252 {
3253 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3254 "type": "tidelift"
3255 }
3256 ],
3257 "time": "2022-12-22T17:55:15+00:00"
3258 },
3259 {
3260 "name": "symfony/polyfill-intl-grapheme",
3261 "version": "v1.27.0",
3262 "source": {
3263 "type": "git",
3264 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3265 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
3266 },
3267 "dist": {
3268 "type": "zip",
3269 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
3270 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
3271 "shasum": ""
3272 },
3273 "require": {
3274 "php": ">=7.1"
3275 },
3276 "suggest": {
3277 "ext-intl": "For best performance"
3278 },
3279 "type": "library",
3280 "extra": {
3281 "branch-alias": {
3282 "dev-main": "1.27-dev"
3283 },
3284 "thanks": {
3285 "name": "symfony/polyfill",
3286 "url": "https://github.com/symfony/polyfill"
3287 }
3288 },
3289 "autoload": {
3290 "files": [
3291 "bootstrap.php"
3292 ],
3293 "psr-4": {
3294 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3295 }
3296 },
3297 "notification-url": "https://packagist.org/downloads/",
3298 "license": [
3299 "MIT"
3300 ],
3301 "authors": [
3302 {
3303 "name": "Nicolas Grekas",
3304 "email": "p@tchwork.com"
3305 },
3306 {
3307 "name": "Symfony Community",
3308 "homepage": "https://symfony.com/contributors"
3309 }
3310 ],
3311 "description": "Symfony polyfill for intl's grapheme_* functions",
3312 "homepage": "https://symfony.com",
3313 "keywords": [
3314 "compatibility",
3315 "grapheme",
3316 "intl",
3317 "polyfill",
3318 "portable",
3319 "shim"
3320 ],
3321 "support": {
3322 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
3323 },
3324 "funding": [
3325 {
3326 "url": "https://symfony.com/sponsor",
3327 "type": "custom"
3328 },
3329 {
3330 "url": "https://github.com/fabpot",
3331 "type": "github"
3332 },
3333 {
3334 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3335 "type": "tidelift"
3336 }
3337 ],
3338 "time": "2022-11-03T14:55:06+00:00"
3339 },
3340 {
3341 "name": "symfony/polyfill-intl-normalizer",
3342 "version": "v1.27.0",
3343 "source": {
3344 "type": "git",
3345 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3346 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
3347 },
3348 "dist": {
3349 "type": "zip",
3350 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
3351 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
3352 "shasum": ""
3353 },
3354 "require": {
3355 "php": ">=7.1"
3356 },
3357 "suggest": {
3358 "ext-intl": "For best performance"
3359 },
3360 "type": "library",
3361 "extra": {
3362 "branch-alias": {
3363 "dev-main": "1.27-dev"
3364 },
3365 "thanks": {
3366 "name": "symfony/polyfill",
3367 "url": "https://github.com/symfony/polyfill"
3368 }
3369 },
3370 "autoload": {
3371 "files": [
3372 "bootstrap.php"
3373 ],
3374 "psr-4": {
3375 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3376 },
3377 "classmap": [
3378 "Resources/stubs"
3379 ]
3380 },
3381 "notification-url": "https://packagist.org/downloads/",
3382 "license": [
3383 "MIT"
3384 ],
3385 "authors": [
3386 {
3387 "name": "Nicolas Grekas",
3388 "email": "p@tchwork.com"
3389 },
3390 {
3391 "name": "Symfony Community",
3392 "homepage": "https://symfony.com/contributors"
3393 }
3394 ],
3395 "description": "Symfony polyfill for intl's Normalizer class and related functions",
3396 "homepage": "https://symfony.com",
3397 "keywords": [
3398 "compatibility",
3399 "intl",
3400 "normalizer",
3401 "polyfill",
3402 "portable",
3403 "shim"
3404 ],
3405 "support": {
3406 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
3407 },
3408 "funding": [
3409 {
3410 "url": "https://symfony.com/sponsor",
3411 "type": "custom"
3412 },
3413 {
3414 "url": "https://github.com/fabpot",
3415 "type": "github"
3416 },
3417 {
3418 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3419 "type": "tidelift"
3420 }
3421 ],
3422 "time": "2022-11-03T14:55:06+00:00"
3423 },
3424 {
3425 "name": "symfony/service-contracts",
3426 "version": "v2.5.2",
3427 "source": {
3428 "type": "git",
3429 "url": "https://github.com/symfony/service-contracts.git",
3430 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
3431 },
3432 "dist": {
3433 "type": "zip",
3434 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
3435 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
3436 "shasum": ""
3437 },
3438 "require": {
3439 "php": ">=7.2.5",
3440 "psr/container": "^1.1",
3441 "symfony/deprecation-contracts": "^2.1|^3"
3442 },
3443 "conflict": {
3444 "ext-psr": "<1.1|>=2"
3445 },
3446 "suggest": {
3447 "symfony/service-implementation": ""
3448 },
3449 "type": "library",
3450 "extra": {
3451 "branch-alias": {
3452 "dev-main": "2.5-dev"
3453 },
3454 "thanks": {
3455 "name": "symfony/contracts",
3456 "url": "https://github.com/symfony/contracts"
3457 }
3458 },
3459 "autoload": {
3460 "psr-4": {
3461 "Symfony\\Contracts\\Service\\": ""
3462 }
3463 },
3464 "notification-url": "https://packagist.org/downloads/",
3465 "license": [
3466 "MIT"
3467 ],
3468 "authors": [
3469 {
3470 "name": "Nicolas Grekas",
3471 "email": "p@tchwork.com"
3472 },
3473 {
3474 "name": "Symfony Community",
3475 "homepage": "https://symfony.com/contributors"
3476 }
3477 ],
3478 "description": "Generic abstractions related to writing services",
3479 "homepage": "https://symfony.com",
3480 "keywords": [
3481 "abstractions",
3482 "contracts",
3483 "decoupling",
3484 "interfaces",
3485 "interoperability",
3486 "standards"
3487 ],
3488 "support": {
3489 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
3490 },
3491 "funding": [
3492 {
3493 "url": "https://symfony.com/sponsor",
3494 "type": "custom"
3495 },
3496 {
3497 "url": "https://github.com/fabpot",
3498 "type": "github"
3499 },
3500 {
3501 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3502 "type": "tidelift"
3503 }
3504 ],
3505 "time": "2022-05-30T19:17:29+00:00"
3506 },
3507 {
3508 "name": "symfony/string",
3509 "version": "v6.2.2",
3510 "source": {
3511 "type": "git",
3512 "url": "https://github.com/symfony/string.git",
3513 "reference": "863219fd713fa41cbcd285a79723f94672faff4d"
3514 },
3515 "dist": {
3516 "type": "zip",
3517 "url": "https://api.github.com/repos/symfony/string/zipball/863219fd713fa41cbcd285a79723f94672faff4d",
3518 "reference": "863219fd713fa41cbcd285a79723f94672faff4d",
3519 "shasum": ""
3520 },
3521 "require": {
3522 "php": ">=8.1",
3523 "symfony/polyfill-ctype": "~1.8",
3524 "symfony/polyfill-intl-grapheme": "~1.0",
3525 "symfony/polyfill-intl-normalizer": "~1.0",
3526 "symfony/polyfill-mbstring": "~1.0"
3527 },
3528 "conflict": {
3529 "symfony/translation-contracts": "<2.0"
3530 },
3531 "require-dev": {
3532 "symfony/error-handler": "^5.4|^6.0",
3533 "symfony/http-client": "^5.4|^6.0",
3534 "symfony/intl": "^6.2",
3535 "symfony/translation-contracts": "^2.0|^3.0",
3536 "symfony/var-exporter": "^5.4|^6.0"
3537 },
3538 "type": "library",
3539 "autoload": {
3540 "files": [
3541 "Resources/functions.php"
3542 ],
3543 "psr-4": {
3544 "Symfony\\Component\\String\\": ""
3545 },
3546 "exclude-from-classmap": [
3547 "/Tests/"
3548 ]
3549 },
3550 "notification-url": "https://packagist.org/downloads/",
3551 "license": [
3552 "MIT"
3553 ],
3554 "authors": [
3555 {
3556 "name": "Nicolas Grekas",
3557 "email": "p@tchwork.com"
3558 },
3559 {
3560 "name": "Symfony Community",
3561 "homepage": "https://symfony.com/contributors"
3562 }
3563 ],
3564 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3565 "homepage": "https://symfony.com",
3566 "keywords": [
3567 "grapheme",
3568 "i18n",
3569 "string",
3570 "unicode",
3571 "utf-8",
3572 "utf8"
3573 ],
3574 "support": {
3575 "source": "https://github.com/symfony/string/tree/v6.2.2"
3576 },
3577 "funding": [
3578 {
3579 "url": "https://symfony.com/sponsor",
3580 "type": "custom"
3581 },
3582 {
3583 "url": "https://github.com/fabpot",
3584 "type": "github"
3585 },
3586 {
3587 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3588 "type": "tidelift"
3589 }
3590 ],
3591 "time": "2022-12-14T16:11:27+00:00"
3592 }
3593 ],
3594 "aliases": [],
3595 "minimum-stability": "stable",
3596 "stability-flags": {
3597 "atoum/atoum": 20
3598 },
3599 "prefer-stable": false,
3600 "prefer-lowest": false,
3601 "platform": {
3602 "php": ">=8.1"
3603 },
3604 "platform-dev": [],
3605 "plugin-api-version": "2.3.0"
3606 }