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