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