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