summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock2058
1 files changed, 2058 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000..a4dec7b
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,2058 @@
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": "b2b341ca38a4f4893d007860fc0c9a84",
8 "packages": [
9 {
10 "name": "doctrine/collections",
11 "version": "2.3.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/collections.git",
15 "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d",
20 "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d",
21 "shasum": ""
22 },
23 "require": {
24 "doctrine/deprecations": "^1",
25 "php": "^8.1",
26 "symfony/polyfill-php84": "^1.30"
27 },
28 "require-dev": {
29 "doctrine/coding-standard": "^12",
30 "ext-json": "*",
31 "phpstan/phpstan": "^1.8",
32 "phpstan/phpstan-phpunit": "^1.0",
33 "phpunit/phpunit": "^10.5"
34 },
35 "type": "library",
36 "autoload": {
37 "psr-4": {
38 "Doctrine\\Common\\Collections\\": "src"
39 }
40 },
41 "notification-url": "https://packagist.org/downloads/",
42 "license": [
43 "MIT"
44 ],
45 "authors": [
46 {
47 "name": "Guilherme Blanco",
48 "email": "guilhermeblanco@gmail.com"
49 },
50 {
51 "name": "Roman Borschel",
52 "email": "roman@code-factory.org"
53 },
54 {
55 "name": "Benjamin Eberlei",
56 "email": "kontakt@beberlei.de"
57 },
58 {
59 "name": "Jonathan Wage",
60 "email": "jonwage@gmail.com"
61 },
62 {
63 "name": "Johannes Schmitt",
64 "email": "schmittjoh@gmail.com"
65 }
66 ],
67 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
68 "homepage": "https://www.doctrine-project.org/projects/collections.html",
69 "keywords": [
70 "array",
71 "collections",
72 "iterators",
73 "php"
74 ],
75 "support": {
76 "issues": "https://github.com/doctrine/collections/issues",
77 "source": "https://github.com/doctrine/collections/tree/2.3.0"
78 },
79 "funding": [
80 {
81 "url": "https://www.doctrine-project.org/sponsorship.html",
82 "type": "custom"
83 },
84 {
85 "url": "https://www.patreon.com/phpdoctrine",
86 "type": "patreon"
87 },
88 {
89 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
90 "type": "tidelift"
91 }
92 ],
93 "time": "2025-03-22T10:17:19+00:00"
94 },
95 {
96 "name": "doctrine/dbal",
97 "version": "4.2.3",
98 "source": {
99 "type": "git",
100 "url": "https://github.com/doctrine/dbal.git",
101 "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e"
102 },
103 "dist": {
104 "type": "zip",
105 "url": "https://api.github.com/repos/doctrine/dbal/zipball/33d2d7fe1269b2301640c44cf2896ea607b30e3e",
106 "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e",
107 "shasum": ""
108 },
109 "require": {
110 "doctrine/deprecations": "^0.5.3|^1",
111 "php": "^8.1",
112 "psr/cache": "^1|^2|^3",
113 "psr/log": "^1|^2|^3"
114 },
115 "require-dev": {
116 "doctrine/coding-standard": "12.0.0",
117 "fig/log-test": "^1",
118 "jetbrains/phpstorm-stubs": "2023.2",
119 "phpstan/phpstan": "2.1.1",
120 "phpstan/phpstan-phpunit": "2.0.3",
121 "phpstan/phpstan-strict-rules": "^2",
122 "phpunit/phpunit": "10.5.39",
123 "slevomat/coding-standard": "8.13.1",
124 "squizlabs/php_codesniffer": "3.10.2",
125 "symfony/cache": "^6.3.8|^7.0",
126 "symfony/console": "^5.4|^6.3|^7.0"
127 },
128 "suggest": {
129 "symfony/console": "For helpful console commands such as SQL execution and import of files."
130 },
131 "type": "library",
132 "autoload": {
133 "psr-4": {
134 "Doctrine\\DBAL\\": "src"
135 }
136 },
137 "notification-url": "https://packagist.org/downloads/",
138 "license": [
139 "MIT"
140 ],
141 "authors": [
142 {
143 "name": "Guilherme Blanco",
144 "email": "guilhermeblanco@gmail.com"
145 },
146 {
147 "name": "Roman Borschel",
148 "email": "roman@code-factory.org"
149 },
150 {
151 "name": "Benjamin Eberlei",
152 "email": "kontakt@beberlei.de"
153 },
154 {
155 "name": "Jonathan Wage",
156 "email": "jonwage@gmail.com"
157 }
158 ],
159 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
160 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
161 "keywords": [
162 "abstraction",
163 "database",
164 "db2",
165 "dbal",
166 "mariadb",
167 "mssql",
168 "mysql",
169 "oci8",
170 "oracle",
171 "pdo",
172 "pgsql",
173 "postgresql",
174 "queryobject",
175 "sasql",
176 "sql",
177 "sqlite",
178 "sqlserver",
179 "sqlsrv"
180 ],
181 "support": {
182 "issues": "https://github.com/doctrine/dbal/issues",
183 "source": "https://github.com/doctrine/dbal/tree/4.2.3"
184 },
185 "funding": [
186 {
187 "url": "https://www.doctrine-project.org/sponsorship.html",
188 "type": "custom"
189 },
190 {
191 "url": "https://www.patreon.com/phpdoctrine",
192 "type": "patreon"
193 },
194 {
195 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
196 "type": "tidelift"
197 }
198 ],
199 "time": "2025-03-07T18:29:05+00:00"
200 },
201 {
202 "name": "doctrine/deprecations",
203 "version": "1.1.5",
204 "source": {
205 "type": "git",
206 "url": "https://github.com/doctrine/deprecations.git",
207 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
208 },
209 "dist": {
210 "type": "zip",
211 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
212 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
213 "shasum": ""
214 },
215 "require": {
216 "php": "^7.1 || ^8.0"
217 },
218 "conflict": {
219 "phpunit/phpunit": "<=7.5 || >=13"
220 },
221 "require-dev": {
222 "doctrine/coding-standard": "^9 || ^12 || ^13",
223 "phpstan/phpstan": "1.4.10 || 2.1.11",
224 "phpstan/phpstan-phpunit": "^1.0 || ^2",
225 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
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\\": "src"
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/1.1.5"
246 },
247 "time": "2025-04-07T20:06:18+00:00"
248 },
249 {
250 "name": "doctrine/event-manager",
251 "version": "2.0.1",
252 "source": {
253 "type": "git",
254 "url": "https://github.com/doctrine/event-manager.git",
255 "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e"
256 },
257 "dist": {
258 "type": "zip",
259 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e",
260 "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e",
261 "shasum": ""
262 },
263 "require": {
264 "php": "^8.1"
265 },
266 "conflict": {
267 "doctrine/common": "<2.9"
268 },
269 "require-dev": {
270 "doctrine/coding-standard": "^12",
271 "phpstan/phpstan": "^1.8.8",
272 "phpunit/phpunit": "^10.5",
273 "vimeo/psalm": "^5.24"
274 },
275 "type": "library",
276 "autoload": {
277 "psr-4": {
278 "Doctrine\\Common\\": "src"
279 }
280 },
281 "notification-url": "https://packagist.org/downloads/",
282 "license": [
283 "MIT"
284 ],
285 "authors": [
286 {
287 "name": "Guilherme Blanco",
288 "email": "guilhermeblanco@gmail.com"
289 },
290 {
291 "name": "Roman Borschel",
292 "email": "roman@code-factory.org"
293 },
294 {
295 "name": "Benjamin Eberlei",
296 "email": "kontakt@beberlei.de"
297 },
298 {
299 "name": "Jonathan Wage",
300 "email": "jonwage@gmail.com"
301 },
302 {
303 "name": "Johannes Schmitt",
304 "email": "schmittjoh@gmail.com"
305 },
306 {
307 "name": "Marco Pivetta",
308 "email": "ocramius@gmail.com"
309 }
310 ],
311 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
312 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
313 "keywords": [
314 "event",
315 "event dispatcher",
316 "event manager",
317 "event system",
318 "events"
319 ],
320 "support": {
321 "issues": "https://github.com/doctrine/event-manager/issues",
322 "source": "https://github.com/doctrine/event-manager/tree/2.0.1"
323 },
324 "funding": [
325 {
326 "url": "https://www.doctrine-project.org/sponsorship.html",
327 "type": "custom"
328 },
329 {
330 "url": "https://www.patreon.com/phpdoctrine",
331 "type": "patreon"
332 },
333 {
334 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
335 "type": "tidelift"
336 }
337 ],
338 "time": "2024-05-22T20:47:39+00:00"
339 },
340 {
341 "name": "doctrine/inflector",
342 "version": "2.0.10",
343 "source": {
344 "type": "git",
345 "url": "https://github.com/doctrine/inflector.git",
346 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
347 },
348 "dist": {
349 "type": "zip",
350 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
351 "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
352 "shasum": ""
353 },
354 "require": {
355 "php": "^7.2 || ^8.0"
356 },
357 "require-dev": {
358 "doctrine/coding-standard": "^11.0",
359 "phpstan/phpstan": "^1.8",
360 "phpstan/phpstan-phpunit": "^1.1",
361 "phpstan/phpstan-strict-rules": "^1.3",
362 "phpunit/phpunit": "^8.5 || ^9.5",
363 "vimeo/psalm": "^4.25 || ^5.4"
364 },
365 "type": "library",
366 "autoload": {
367 "psr-4": {
368 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
369 }
370 },
371 "notification-url": "https://packagist.org/downloads/",
372 "license": [
373 "MIT"
374 ],
375 "authors": [
376 {
377 "name": "Guilherme Blanco",
378 "email": "guilhermeblanco@gmail.com"
379 },
380 {
381 "name": "Roman Borschel",
382 "email": "roman@code-factory.org"
383 },
384 {
385 "name": "Benjamin Eberlei",
386 "email": "kontakt@beberlei.de"
387 },
388 {
389 "name": "Jonathan Wage",
390 "email": "jonwage@gmail.com"
391 },
392 {
393 "name": "Johannes Schmitt",
394 "email": "schmittjoh@gmail.com"
395 }
396 ],
397 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
398 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
399 "keywords": [
400 "inflection",
401 "inflector",
402 "lowercase",
403 "manipulation",
404 "php",
405 "plural",
406 "singular",
407 "strings",
408 "uppercase",
409 "words"
410 ],
411 "support": {
412 "issues": "https://github.com/doctrine/inflector/issues",
413 "source": "https://github.com/doctrine/inflector/tree/2.0.10"
414 },
415 "funding": [
416 {
417 "url": "https://www.doctrine-project.org/sponsorship.html",
418 "type": "custom"
419 },
420 {
421 "url": "https://www.patreon.com/phpdoctrine",
422 "type": "patreon"
423 },
424 {
425 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
426 "type": "tidelift"
427 }
428 ],
429 "time": "2024-02-18T20:23:39+00:00"
430 },
431 {
432 "name": "doctrine/instantiator",
433 "version": "2.0.0",
434 "source": {
435 "type": "git",
436 "url": "https://github.com/doctrine/instantiator.git",
437 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
438 },
439 "dist": {
440 "type": "zip",
441 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
442 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
443 "shasum": ""
444 },
445 "require": {
446 "php": "^8.1"
447 },
448 "require-dev": {
449 "doctrine/coding-standard": "^11",
450 "ext-pdo": "*",
451 "ext-phar": "*",
452 "phpbench/phpbench": "^1.2",
453 "phpstan/phpstan": "^1.9.4",
454 "phpstan/phpstan-phpunit": "^1.3",
455 "phpunit/phpunit": "^9.5.27",
456 "vimeo/psalm": "^5.4"
457 },
458 "type": "library",
459 "autoload": {
460 "psr-4": {
461 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
462 }
463 },
464 "notification-url": "https://packagist.org/downloads/",
465 "license": [
466 "MIT"
467 ],
468 "authors": [
469 {
470 "name": "Marco Pivetta",
471 "email": "ocramius@gmail.com",
472 "homepage": "https://ocramius.github.io/"
473 }
474 ],
475 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
476 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
477 "keywords": [
478 "constructor",
479 "instantiate"
480 ],
481 "support": {
482 "issues": "https://github.com/doctrine/instantiator/issues",
483 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
484 },
485 "funding": [
486 {
487 "url": "https://www.doctrine-project.org/sponsorship.html",
488 "type": "custom"
489 },
490 {
491 "url": "https://www.patreon.com/phpdoctrine",
492 "type": "patreon"
493 },
494 {
495 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
496 "type": "tidelift"
497 }
498 ],
499 "time": "2022-12-30T00:23:10+00:00"
500 },
501 {
502 "name": "doctrine/lexer",
503 "version": "3.0.1",
504 "source": {
505 "type": "git",
506 "url": "https://github.com/doctrine/lexer.git",
507 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
508 },
509 "dist": {
510 "type": "zip",
511 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
512 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
513 "shasum": ""
514 },
515 "require": {
516 "php": "^8.1"
517 },
518 "require-dev": {
519 "doctrine/coding-standard": "^12",
520 "phpstan/phpstan": "^1.10",
521 "phpunit/phpunit": "^10.5",
522 "psalm/plugin-phpunit": "^0.18.3",
523 "vimeo/psalm": "^5.21"
524 },
525 "type": "library",
526 "autoload": {
527 "psr-4": {
528 "Doctrine\\Common\\Lexer\\": "src"
529 }
530 },
531 "notification-url": "https://packagist.org/downloads/",
532 "license": [
533 "MIT"
534 ],
535 "authors": [
536 {
537 "name": "Guilherme Blanco",
538 "email": "guilhermeblanco@gmail.com"
539 },
540 {
541 "name": "Roman Borschel",
542 "email": "roman@code-factory.org"
543 },
544 {
545 "name": "Johannes Schmitt",
546 "email": "schmittjoh@gmail.com"
547 }
548 ],
549 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
550 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
551 "keywords": [
552 "annotations",
553 "docblock",
554 "lexer",
555 "parser",
556 "php"
557 ],
558 "support": {
559 "issues": "https://github.com/doctrine/lexer/issues",
560 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
561 },
562 "funding": [
563 {
564 "url": "https://www.doctrine-project.org/sponsorship.html",
565 "type": "custom"
566 },
567 {
568 "url": "https://www.patreon.com/phpdoctrine",
569 "type": "patreon"
570 },
571 {
572 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
573 "type": "tidelift"
574 }
575 ],
576 "time": "2024-02-05T11:56:58+00:00"
577 },
578 {
579 "name": "doctrine/orm",
580 "version": "3.3.3",
581 "source": {
582 "type": "git",
583 "url": "https://github.com/doctrine/orm.git",
584 "reference": "1f1891d3e20ef9881e81c2f32c53e9dc88dfc9a7"
585 },
586 "dist": {
587 "type": "zip",
588 "url": "https://api.github.com/repos/doctrine/orm/zipball/1f1891d3e20ef9881e81c2f32c53e9dc88dfc9a7",
589 "reference": "1f1891d3e20ef9881e81c2f32c53e9dc88dfc9a7",
590 "shasum": ""
591 },
592 "require": {
593 "composer-runtime-api": "^2",
594 "doctrine/collections": "^2.2",
595 "doctrine/dbal": "^3.8.2 || ^4",
596 "doctrine/deprecations": "^0.5.3 || ^1",
597 "doctrine/event-manager": "^1.2 || ^2",
598 "doctrine/inflector": "^1.4 || ^2.0",
599 "doctrine/instantiator": "^1.3 || ^2",
600 "doctrine/lexer": "^3",
601 "doctrine/persistence": "^3.3.1 || ^4",
602 "ext-ctype": "*",
603 "php": "^8.1",
604 "psr/cache": "^1 || ^2 || ^3",
605 "symfony/console": "^5.4 || ^6.0 || ^7.0",
606 "symfony/var-exporter": "^6.3.9 || ^7.0"
607 },
608 "require-dev": {
609 "doctrine/coding-standard": "^13.0",
610 "phpbench/phpbench": "^1.0",
611 "phpdocumentor/guides-cli": "^1.4",
612 "phpstan/extension-installer": "^1.4",
613 "phpstan/phpstan": "2.0.3",
614 "phpstan/phpstan-deprecation-rules": "^2",
615 "phpunit/phpunit": "^10.4.0",
616 "psr/log": "^1 || ^2 || ^3",
617 "squizlabs/php_codesniffer": "3.12.0",
618 "symfony/cache": "^5.4 || ^6.2 || ^7.0"
619 },
620 "suggest": {
621 "ext-dom": "Provides support for XSD validation for XML mapping files",
622 "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"
623 },
624 "type": "library",
625 "autoload": {
626 "psr-4": {
627 "Doctrine\\ORM\\": "src"
628 }
629 },
630 "notification-url": "https://packagist.org/downloads/",
631 "license": [
632 "MIT"
633 ],
634 "authors": [
635 {
636 "name": "Guilherme Blanco",
637 "email": "guilhermeblanco@gmail.com"
638 },
639 {
640 "name": "Roman Borschel",
641 "email": "roman@code-factory.org"
642 },
643 {
644 "name": "Benjamin Eberlei",
645 "email": "kontakt@beberlei.de"
646 },
647 {
648 "name": "Jonathan Wage",
649 "email": "jonwage@gmail.com"
650 },
651 {
652 "name": "Marco Pivetta",
653 "email": "ocramius@gmail.com"
654 }
655 ],
656 "description": "Object-Relational-Mapper for PHP",
657 "homepage": "https://www.doctrine-project.org/projects/orm.html",
658 "keywords": [
659 "database",
660 "orm"
661 ],
662 "support": {
663 "issues": "https://github.com/doctrine/orm/issues",
664 "source": "https://github.com/doctrine/orm/tree/3.3.3"
665 },
666 "time": "2025-05-02T17:42:51+00:00"
667 },
668 {
669 "name": "doctrine/persistence",
670 "version": "4.0.0",
671 "source": {
672 "type": "git",
673 "url": "https://github.com/doctrine/persistence.git",
674 "reference": "45004aca79189474f113cbe3a53847c2115a55fa"
675 },
676 "dist": {
677 "type": "zip",
678 "url": "https://api.github.com/repos/doctrine/persistence/zipball/45004aca79189474f113cbe3a53847c2115a55fa",
679 "reference": "45004aca79189474f113cbe3a53847c2115a55fa",
680 "shasum": ""
681 },
682 "require": {
683 "doctrine/event-manager": "^1 || ^2",
684 "php": "^8.1",
685 "psr/cache": "^1.0 || ^2.0 || ^3.0"
686 },
687 "conflict": {
688 "doctrine/common": "<2.10"
689 },
690 "require-dev": {
691 "doctrine/coding-standard": "^12",
692 "phpstan/phpstan": "1.12.7",
693 "phpstan/phpstan-phpunit": "^1",
694 "phpstan/phpstan-strict-rules": "^1.1",
695 "phpunit/phpunit": "^9.6",
696 "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
697 },
698 "type": "library",
699 "autoload": {
700 "psr-4": {
701 "Doctrine\\Persistence\\": "src/Persistence"
702 }
703 },
704 "notification-url": "https://packagist.org/downloads/",
705 "license": [
706 "MIT"
707 ],
708 "authors": [
709 {
710 "name": "Guilherme Blanco",
711 "email": "guilhermeblanco@gmail.com"
712 },
713 {
714 "name": "Roman Borschel",
715 "email": "roman@code-factory.org"
716 },
717 {
718 "name": "Benjamin Eberlei",
719 "email": "kontakt@beberlei.de"
720 },
721 {
722 "name": "Jonathan Wage",
723 "email": "jonwage@gmail.com"
724 },
725 {
726 "name": "Johannes Schmitt",
727 "email": "schmittjoh@gmail.com"
728 },
729 {
730 "name": "Marco Pivetta",
731 "email": "ocramius@gmail.com"
732 }
733 ],
734 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
735 "homepage": "https://www.doctrine-project.org/projects/persistence.html",
736 "keywords": [
737 "mapper",
738 "object",
739 "odm",
740 "orm",
741 "persistence"
742 ],
743 "support": {
744 "issues": "https://github.com/doctrine/persistence/issues",
745 "source": "https://github.com/doctrine/persistence/tree/4.0.0"
746 },
747 "funding": [
748 {
749 "url": "https://www.doctrine-project.org/sponsorship.html",
750 "type": "custom"
751 },
752 {
753 "url": "https://www.patreon.com/phpdoctrine",
754 "type": "patreon"
755 },
756 {
757 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
758 "type": "tidelift"
759 }
760 ],
761 "time": "2024-11-01T21:49:07+00:00"
762 },
763 {
764 "name": "htmlawed/htmlawed",
765 "version": "1.2.15.1",
766 "source": {
767 "type": "git",
768 "url": "https://github.com/kesar/HTMLawed.git",
769 "reference": "76cfddd6877f4afd395cb0a70ca246d525d2837a"
770 },
771 "dist": {
772 "type": "zip",
773 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/76cfddd6877f4afd395cb0a70ca246d525d2837a",
774 "reference": "76cfddd6877f4afd395cb0a70ca246d525d2837a",
775 "shasum": ""
776 },
777 "require": {
778 "php": ">=4.4"
779 },
780 "type": "library",
781 "autoload": {
782 "files": [
783 "htmLawed.php"
784 ]
785 },
786 "notification-url": "https://packagist.org/downloads/",
787 "license": [
788 "GPL-2.0-or-later",
789 "LGPL-3.0-only"
790 ],
791 "authors": [
792 {
793 "name": "Santosh Patnaik",
794 "email": "drpatnaikREMOVECAPS@yahoo.com",
795 "role": "Creator and developer"
796 }
797 ],
798 "description": "Official htmLawed PHP library for HTML filtering",
799 "homepage": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed",
800 "keywords": [
801 "clean",
802 "compliance",
803 "filter",
804 "filtering",
805 "htm",
806 "html",
807 "input",
808 "purify",
809 "safe",
810 "safety",
811 "sanitize",
812 "sanitizer",
813 "standards",
814 "text",
815 "xss"
816 ],
817 "support": {
818 "docs": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed",
819 "forum": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed",
820 "issues": "https://github.com/kesar/HTMLawed/issues",
821 "source": "https://bioinformatics.org/phplabware/internal_utilities/htmLawed"
822 },
823 "time": "2024-06-24T16:20:15+00:00"
824 },
825 {
826 "name": "psr/cache",
827 "version": "3.0.0",
828 "source": {
829 "type": "git",
830 "url": "https://github.com/php-fig/cache.git",
831 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
832 },
833 "dist": {
834 "type": "zip",
835 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
836 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
837 "shasum": ""
838 },
839 "require": {
840 "php": ">=8.0.0"
841 },
842 "type": "library",
843 "extra": {
844 "branch-alias": {
845 "dev-master": "1.0.x-dev"
846 }
847 },
848 "autoload": {
849 "psr-4": {
850 "Psr\\Cache\\": "src/"
851 }
852 },
853 "notification-url": "https://packagist.org/downloads/",
854 "license": [
855 "MIT"
856 ],
857 "authors": [
858 {
859 "name": "PHP-FIG",
860 "homepage": "https://www.php-fig.org/"
861 }
862 ],
863 "description": "Common interface for caching libraries",
864 "keywords": [
865 "cache",
866 "psr",
867 "psr-6"
868 ],
869 "support": {
870 "source": "https://github.com/php-fig/cache/tree/3.0.0"
871 },
872 "time": "2021-02-03T23:26:27+00:00"
873 },
874 {
875 "name": "psr/container",
876 "version": "2.0.2",
877 "source": {
878 "type": "git",
879 "url": "https://github.com/php-fig/container.git",
880 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
881 },
882 "dist": {
883 "type": "zip",
884 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
885 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
886 "shasum": ""
887 },
888 "require": {
889 "php": ">=7.4.0"
890 },
891 "type": "library",
892 "extra": {
893 "branch-alias": {
894 "dev-master": "2.0.x-dev"
895 }
896 },
897 "autoload": {
898 "psr-4": {
899 "Psr\\Container\\": "src/"
900 }
901 },
902 "notification-url": "https://packagist.org/downloads/",
903 "license": [
904 "MIT"
905 ],
906 "authors": [
907 {
908 "name": "PHP-FIG",
909 "homepage": "https://www.php-fig.org/"
910 }
911 ],
912 "description": "Common Container Interface (PHP FIG PSR-11)",
913 "homepage": "https://github.com/php-fig/container",
914 "keywords": [
915 "PSR-11",
916 "container",
917 "container-interface",
918 "container-interop",
919 "psr"
920 ],
921 "support": {
922 "issues": "https://github.com/php-fig/container/issues",
923 "source": "https://github.com/php-fig/container/tree/2.0.2"
924 },
925 "time": "2021-11-05T16:47:00+00:00"
926 },
927 {
928 "name": "psr/log",
929 "version": "3.0.2",
930 "source": {
931 "type": "git",
932 "url": "https://github.com/php-fig/log.git",
933 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
934 },
935 "dist": {
936 "type": "zip",
937 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
938 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
939 "shasum": ""
940 },
941 "require": {
942 "php": ">=8.0.0"
943 },
944 "type": "library",
945 "extra": {
946 "branch-alias": {
947 "dev-master": "3.x-dev"
948 }
949 },
950 "autoload": {
951 "psr-4": {
952 "Psr\\Log\\": "src"
953 }
954 },
955 "notification-url": "https://packagist.org/downloads/",
956 "license": [
957 "MIT"
958 ],
959 "authors": [
960 {
961 "name": "PHP-FIG",
962 "homepage": "https://www.php-fig.org/"
963 }
964 ],
965 "description": "Common interface for logging libraries",
966 "homepage": "https://github.com/php-fig/log",
967 "keywords": [
968 "log",
969 "psr",
970 "psr-3"
971 ],
972 "support": {
973 "source": "https://github.com/php-fig/log/tree/3.0.2"
974 },
975 "time": "2024-09-11T13:17:53+00:00"
976 },
977 {
978 "name": "symfony/cache",
979 "version": "v7.2.6",
980 "source": {
981 "type": "git",
982 "url": "https://github.com/symfony/cache.git",
983 "reference": "8b49dde3f5a5e9867595a3a269977f78418d75ee"
984 },
985 "dist": {
986 "type": "zip",
987 "url": "https://api.github.com/repos/symfony/cache/zipball/8b49dde3f5a5e9867595a3a269977f78418d75ee",
988 "reference": "8b49dde3f5a5e9867595a3a269977f78418d75ee",
989 "shasum": ""
990 },
991 "require": {
992 "php": ">=8.2",
993 "psr/cache": "^2.0|^3.0",
994 "psr/log": "^1.1|^2|^3",
995 "symfony/cache-contracts": "^2.5|^3",
996 "symfony/deprecation-contracts": "^2.5|^3.0",
997 "symfony/service-contracts": "^2.5|^3",
998 "symfony/var-exporter": "^6.4|^7.0"
999 },
1000 "conflict": {
1001 "doctrine/dbal": "<3.6",
1002 "symfony/dependency-injection": "<6.4",
1003 "symfony/http-kernel": "<6.4",
1004 "symfony/var-dumper": "<6.4"
1005 },
1006 "provide": {
1007 "psr/cache-implementation": "2.0|3.0",
1008 "psr/simple-cache-implementation": "1.0|2.0|3.0",
1009 "symfony/cache-implementation": "1.1|2.0|3.0"
1010 },
1011 "require-dev": {
1012 "cache/integration-tests": "dev-master",
1013 "doctrine/dbal": "^3.6|^4",
1014 "predis/predis": "^1.1|^2.0",
1015 "psr/simple-cache": "^1.0|^2.0|^3.0",
1016 "symfony/clock": "^6.4|^7.0",
1017 "symfony/config": "^6.4|^7.0",
1018 "symfony/dependency-injection": "^6.4|^7.0",
1019 "symfony/filesystem": "^6.4|^7.0",
1020 "symfony/http-kernel": "^6.4|^7.0",
1021 "symfony/messenger": "^6.4|^7.0",
1022 "symfony/var-dumper": "^6.4|^7.0"
1023 },
1024 "type": "library",
1025 "autoload": {
1026 "psr-4": {
1027 "Symfony\\Component\\Cache\\": ""
1028 },
1029 "classmap": [
1030 "Traits/ValueWrapper.php"
1031 ],
1032 "exclude-from-classmap": [
1033 "/Tests/"
1034 ]
1035 },
1036 "notification-url": "https://packagist.org/downloads/",
1037 "license": [
1038 "MIT"
1039 ],
1040 "authors": [
1041 {
1042 "name": "Nicolas Grekas",
1043 "email": "p@tchwork.com"
1044 },
1045 {
1046 "name": "Symfony Community",
1047 "homepage": "https://symfony.com/contributors"
1048 }
1049 ],
1050 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
1051 "homepage": "https://symfony.com",
1052 "keywords": [
1053 "caching",
1054 "psr6"
1055 ],
1056 "support": {
1057 "source": "https://github.com/symfony/cache/tree/v7.2.6"
1058 },
1059 "funding": [
1060 {
1061 "url": "https://symfony.com/sponsor",
1062 "type": "custom"
1063 },
1064 {
1065 "url": "https://github.com/fabpot",
1066 "type": "github"
1067 },
1068 {
1069 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1070 "type": "tidelift"
1071 }
1072 ],
1073 "time": "2025-04-08T09:06:23+00:00"
1074 },
1075 {
1076 "name": "symfony/cache-contracts",
1077 "version": "v3.5.1",
1078 "source": {
1079 "type": "git",
1080 "url": "https://github.com/symfony/cache-contracts.git",
1081 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
1082 },
1083 "dist": {
1084 "type": "zip",
1085 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
1086 "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
1087 "shasum": ""
1088 },
1089 "require": {
1090 "php": ">=8.1",
1091 "psr/cache": "^3.0"
1092 },
1093 "type": "library",
1094 "extra": {
1095 "thanks": {
1096 "url": "https://github.com/symfony/contracts",
1097 "name": "symfony/contracts"
1098 },
1099 "branch-alias": {
1100 "dev-main": "3.5-dev"
1101 }
1102 },
1103 "autoload": {
1104 "psr-4": {
1105 "Symfony\\Contracts\\Cache\\": ""
1106 }
1107 },
1108 "notification-url": "https://packagist.org/downloads/",
1109 "license": [
1110 "MIT"
1111 ],
1112 "authors": [
1113 {
1114 "name": "Nicolas Grekas",
1115 "email": "p@tchwork.com"
1116 },
1117 {
1118 "name": "Symfony Community",
1119 "homepage": "https://symfony.com/contributors"
1120 }
1121 ],
1122 "description": "Generic abstractions related to caching",
1123 "homepage": "https://symfony.com",
1124 "keywords": [
1125 "abstractions",
1126 "contracts",
1127 "decoupling",
1128 "interfaces",
1129 "interoperability",
1130 "standards"
1131 ],
1132 "support": {
1133 "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
1134 },
1135 "funding": [
1136 {
1137 "url": "https://symfony.com/sponsor",
1138 "type": "custom"
1139 },
1140 {
1141 "url": "https://github.com/fabpot",
1142 "type": "github"
1143 },
1144 {
1145 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1146 "type": "tidelift"
1147 }
1148 ],
1149 "time": "2024-09-25T14:20:29+00:00"
1150 },
1151 {
1152 "name": "symfony/console",
1153 "version": "v7.2.6",
1154 "source": {
1155 "type": "git",
1156 "url": "https://github.com/symfony/console.git",
1157 "reference": "0e2e3f38c192e93e622e41ec37f4ca70cfedf218"
1158 },
1159 "dist": {
1160 "type": "zip",
1161 "url": "https://api.github.com/repos/symfony/console/zipball/0e2e3f38c192e93e622e41ec37f4ca70cfedf218",
1162 "reference": "0e2e3f38c192e93e622e41ec37f4ca70cfedf218",
1163 "shasum": ""
1164 },
1165 "require": {
1166 "php": ">=8.2",
1167 "symfony/polyfill-mbstring": "~1.0",
1168 "symfony/service-contracts": "^2.5|^3",
1169 "symfony/string": "^6.4|^7.0"
1170 },
1171 "conflict": {
1172 "symfony/dependency-injection": "<6.4",
1173 "symfony/dotenv": "<6.4",
1174 "symfony/event-dispatcher": "<6.4",
1175 "symfony/lock": "<6.4",
1176 "symfony/process": "<6.4"
1177 },
1178 "provide": {
1179 "psr/log-implementation": "1.0|2.0|3.0"
1180 },
1181 "require-dev": {
1182 "psr/log": "^1|^2|^3",
1183 "symfony/config": "^6.4|^7.0",
1184 "symfony/dependency-injection": "^6.4|^7.0",
1185 "symfony/event-dispatcher": "^6.4|^7.0",
1186 "symfony/http-foundation": "^6.4|^7.0",
1187 "symfony/http-kernel": "^6.4|^7.0",
1188 "symfony/lock": "^6.4|^7.0",
1189 "symfony/messenger": "^6.4|^7.0",
1190 "symfony/process": "^6.4|^7.0",
1191 "symfony/stopwatch": "^6.4|^7.0",
1192 "symfony/var-dumper": "^6.4|^7.0"
1193 },
1194 "type": "library",
1195 "autoload": {
1196 "psr-4": {
1197 "Symfony\\Component\\Console\\": ""
1198 },
1199 "exclude-from-classmap": [
1200 "/Tests/"
1201 ]
1202 },
1203 "notification-url": "https://packagist.org/downloads/",
1204 "license": [
1205 "MIT"
1206 ],
1207 "authors": [
1208 {
1209 "name": "Fabien Potencier",
1210 "email": "fabien@symfony.com"
1211 },
1212 {
1213 "name": "Symfony Community",
1214 "homepage": "https://symfony.com/contributors"
1215 }
1216 ],
1217 "description": "Eases the creation of beautiful and testable command line interfaces",
1218 "homepage": "https://symfony.com",
1219 "keywords": [
1220 "cli",
1221 "command-line",
1222 "console",
1223 "terminal"
1224 ],
1225 "support": {
1226 "source": "https://github.com/symfony/console/tree/v7.2.6"
1227 },
1228 "funding": [
1229 {
1230 "url": "https://symfony.com/sponsor",
1231 "type": "custom"
1232 },
1233 {
1234 "url": "https://github.com/fabpot",
1235 "type": "github"
1236 },
1237 {
1238 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1239 "type": "tidelift"
1240 }
1241 ],
1242 "time": "2025-04-07T19:09:28+00:00"
1243 },
1244 {
1245 "name": "symfony/deprecation-contracts",
1246 "version": "v3.5.1",
1247 "source": {
1248 "type": "git",
1249 "url": "https://github.com/symfony/deprecation-contracts.git",
1250 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
1251 },
1252 "dist": {
1253 "type": "zip",
1254 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
1255 "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
1256 "shasum": ""
1257 },
1258 "require": {
1259 "php": ">=8.1"
1260 },
1261 "type": "library",
1262 "extra": {
1263 "thanks": {
1264 "url": "https://github.com/symfony/contracts",
1265 "name": "symfony/contracts"
1266 },
1267 "branch-alias": {
1268 "dev-main": "3.5-dev"
1269 }
1270 },
1271 "autoload": {
1272 "files": [
1273 "function.php"
1274 ]
1275 },
1276 "notification-url": "https://packagist.org/downloads/",
1277 "license": [
1278 "MIT"
1279 ],
1280 "authors": [
1281 {
1282 "name": "Nicolas Grekas",
1283 "email": "p@tchwork.com"
1284 },
1285 {
1286 "name": "Symfony Community",
1287 "homepage": "https://symfony.com/contributors"
1288 }
1289 ],
1290 "description": "A generic function and convention to trigger deprecation notices",
1291 "homepage": "https://symfony.com",
1292 "support": {
1293 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
1294 },
1295 "funding": [
1296 {
1297 "url": "https://symfony.com/sponsor",
1298 "type": "custom"
1299 },
1300 {
1301 "url": "https://github.com/fabpot",
1302 "type": "github"
1303 },
1304 {
1305 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1306 "type": "tidelift"
1307 }
1308 ],
1309 "time": "2024-09-25T14:20:29+00:00"
1310 },
1311 {
1312 "name": "symfony/polyfill-ctype",
1313 "version": "v1.32.0",
1314 "source": {
1315 "type": "git",
1316 "url": "https://github.com/symfony/polyfill-ctype.git",
1317 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
1318 },
1319 "dist": {
1320 "type": "zip",
1321 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
1322 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
1323 "shasum": ""
1324 },
1325 "require": {
1326 "php": ">=7.2"
1327 },
1328 "provide": {
1329 "ext-ctype": "*"
1330 },
1331 "suggest": {
1332 "ext-ctype": "For best performance"
1333 },
1334 "type": "library",
1335 "extra": {
1336 "thanks": {
1337 "url": "https://github.com/symfony/polyfill",
1338 "name": "symfony/polyfill"
1339 }
1340 },
1341 "autoload": {
1342 "files": [
1343 "bootstrap.php"
1344 ],
1345 "psr-4": {
1346 "Symfony\\Polyfill\\Ctype\\": ""
1347 }
1348 },
1349 "notification-url": "https://packagist.org/downloads/",
1350 "license": [
1351 "MIT"
1352 ],
1353 "authors": [
1354 {
1355 "name": "Gert de Pagter",
1356 "email": "BackEndTea@gmail.com"
1357 },
1358 {
1359 "name": "Symfony Community",
1360 "homepage": "https://symfony.com/contributors"
1361 }
1362 ],
1363 "description": "Symfony polyfill for ctype functions",
1364 "homepage": "https://symfony.com",
1365 "keywords": [
1366 "compatibility",
1367 "ctype",
1368 "polyfill",
1369 "portable"
1370 ],
1371 "support": {
1372 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
1373 },
1374 "funding": [
1375 {
1376 "url": "https://symfony.com/sponsor",
1377 "type": "custom"
1378 },
1379 {
1380 "url": "https://github.com/fabpot",
1381 "type": "github"
1382 },
1383 {
1384 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1385 "type": "tidelift"
1386 }
1387 ],
1388 "time": "2024-09-09T11:45:10+00:00"
1389 },
1390 {
1391 "name": "symfony/polyfill-intl-grapheme",
1392 "version": "v1.32.0",
1393 "source": {
1394 "type": "git",
1395 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
1396 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
1397 },
1398 "dist": {
1399 "type": "zip",
1400 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1401 "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
1402 "shasum": ""
1403 },
1404 "require": {
1405 "php": ">=7.2"
1406 },
1407 "suggest": {
1408 "ext-intl": "For best performance"
1409 },
1410 "type": "library",
1411 "extra": {
1412 "thanks": {
1413 "url": "https://github.com/symfony/polyfill",
1414 "name": "symfony/polyfill"
1415 }
1416 },
1417 "autoload": {
1418 "files": [
1419 "bootstrap.php"
1420 ],
1421 "psr-4": {
1422 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
1423 }
1424 },
1425 "notification-url": "https://packagist.org/downloads/",
1426 "license": [
1427 "MIT"
1428 ],
1429 "authors": [
1430 {
1431 "name": "Nicolas Grekas",
1432 "email": "p@tchwork.com"
1433 },
1434 {
1435 "name": "Symfony Community",
1436 "homepage": "https://symfony.com/contributors"
1437 }
1438 ],
1439 "description": "Symfony polyfill for intl's grapheme_* functions",
1440 "homepage": "https://symfony.com",
1441 "keywords": [
1442 "compatibility",
1443 "grapheme",
1444 "intl",
1445 "polyfill",
1446 "portable",
1447 "shim"
1448 ],
1449 "support": {
1450 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
1451 },
1452 "funding": [
1453 {
1454 "url": "https://symfony.com/sponsor",
1455 "type": "custom"
1456 },
1457 {
1458 "url": "https://github.com/fabpot",
1459 "type": "github"
1460 },
1461 {
1462 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1463 "type": "tidelift"
1464 }
1465 ],
1466 "time": "2024-09-09T11:45:10+00:00"
1467 },
1468 {
1469 "name": "symfony/polyfill-intl-normalizer",
1470 "version": "v1.32.0",
1471 "source": {
1472 "type": "git",
1473 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
1474 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
1475 },
1476 "dist": {
1477 "type": "zip",
1478 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
1479 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
1480 "shasum": ""
1481 },
1482 "require": {
1483 "php": ">=7.2"
1484 },
1485 "suggest": {
1486 "ext-intl": "For best performance"
1487 },
1488 "type": "library",
1489 "extra": {
1490 "thanks": {
1491 "url": "https://github.com/symfony/polyfill",
1492 "name": "symfony/polyfill"
1493 }
1494 },
1495 "autoload": {
1496 "files": [
1497 "bootstrap.php"
1498 ],
1499 "psr-4": {
1500 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
1501 },
1502 "classmap": [
1503 "Resources/stubs"
1504 ]
1505 },
1506 "notification-url": "https://packagist.org/downloads/",
1507 "license": [
1508 "MIT"
1509 ],
1510 "authors": [
1511 {
1512 "name": "Nicolas Grekas",
1513 "email": "p@tchwork.com"
1514 },
1515 {
1516 "name": "Symfony Community",
1517 "homepage": "https://symfony.com/contributors"
1518 }
1519 ],
1520 "description": "Symfony polyfill for intl's Normalizer class and related functions",
1521 "homepage": "https://symfony.com",
1522 "keywords": [
1523 "compatibility",
1524 "intl",
1525 "normalizer",
1526 "polyfill",
1527 "portable",
1528 "shim"
1529 ],
1530 "support": {
1531 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
1532 },
1533 "funding": [
1534 {
1535 "url": "https://symfony.com/sponsor",
1536 "type": "custom"
1537 },
1538 {
1539 "url": "https://github.com/fabpot",
1540 "type": "github"
1541 },
1542 {
1543 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1544 "type": "tidelift"
1545 }
1546 ],
1547 "time": "2024-09-09T11:45:10+00:00"
1548 },
1549 {
1550 "name": "symfony/polyfill-mbstring",
1551 "version": "v1.31.0",
1552 "source": {
1553 "type": "git",
1554 "url": "https://github.com/symfony/polyfill-mbstring.git",
1555 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
1556 },
1557 "dist": {
1558 "type": "zip",
1559 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
1560 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
1561 "shasum": ""
1562 },
1563 "require": {
1564 "php": ">=7.2"
1565 },
1566 "provide": {
1567 "ext-mbstring": "*"
1568 },
1569 "suggest": {
1570 "ext-mbstring": "For best performance"
1571 },
1572 "type": "library",
1573 "extra": {
1574 "thanks": {
1575 "url": "https://github.com/symfony/polyfill",
1576 "name": "symfony/polyfill"
1577 }
1578 },
1579 "autoload": {
1580 "files": [
1581 "bootstrap.php"
1582 ],
1583 "psr-4": {
1584 "Symfony\\Polyfill\\Mbstring\\": ""
1585 }
1586 },
1587 "notification-url": "https://packagist.org/downloads/",
1588 "license": [
1589 "MIT"
1590 ],
1591 "authors": [
1592 {
1593 "name": "Nicolas Grekas",
1594 "email": "p@tchwork.com"
1595 },
1596 {
1597 "name": "Symfony Community",
1598 "homepage": "https://symfony.com/contributors"
1599 }
1600 ],
1601 "description": "Symfony polyfill for the Mbstring extension",
1602 "homepage": "https://symfony.com",
1603 "keywords": [
1604 "compatibility",
1605 "mbstring",
1606 "polyfill",
1607 "portable",
1608 "shim"
1609 ],
1610 "support": {
1611 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
1612 },
1613 "funding": [
1614 {
1615 "url": "https://symfony.com/sponsor",
1616 "type": "custom"
1617 },
1618 {
1619 "url": "https://github.com/fabpot",
1620 "type": "github"
1621 },
1622 {
1623 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1624 "type": "tidelift"
1625 }
1626 ],
1627 "time": "2024-09-09T11:45:10+00:00"
1628 },
1629 {
1630 "name": "symfony/polyfill-php84",
1631 "version": "v1.32.0",
1632 "source": {
1633 "type": "git",
1634 "url": "https://github.com/symfony/polyfill-php84.git",
1635 "reference": "000df7860439609837bbe28670b0be15783b7fbf"
1636 },
1637 "dist": {
1638 "type": "zip",
1639 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/000df7860439609837bbe28670b0be15783b7fbf",
1640 "reference": "000df7860439609837bbe28670b0be15783b7fbf",
1641 "shasum": ""
1642 },
1643 "require": {
1644 "php": ">=7.2"
1645 },
1646 "type": "library",
1647 "extra": {
1648 "thanks": {
1649 "url": "https://github.com/symfony/polyfill",
1650 "name": "symfony/polyfill"
1651 }
1652 },
1653 "autoload": {
1654 "files": [
1655 "bootstrap.php"
1656 ],
1657 "psr-4": {
1658 "Symfony\\Polyfill\\Php84\\": ""
1659 },
1660 "classmap": [
1661 "Resources/stubs"
1662 ]
1663 },
1664 "notification-url": "https://packagist.org/downloads/",
1665 "license": [
1666 "MIT"
1667 ],
1668 "authors": [
1669 {
1670 "name": "Nicolas Grekas",
1671 "email": "p@tchwork.com"
1672 },
1673 {
1674 "name": "Symfony Community",
1675 "homepage": "https://symfony.com/contributors"
1676 }
1677 ],
1678 "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
1679 "homepage": "https://symfony.com",
1680 "keywords": [
1681 "compatibility",
1682 "polyfill",
1683 "portable",
1684 "shim"
1685 ],
1686 "support": {
1687 "source": "https://github.com/symfony/polyfill-php84/tree/v1.32.0"
1688 },
1689 "funding": [
1690 {
1691 "url": "https://symfony.com/sponsor",
1692 "type": "custom"
1693 },
1694 {
1695 "url": "https://github.com/fabpot",
1696 "type": "github"
1697 },
1698 {
1699 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1700 "type": "tidelift"
1701 }
1702 ],
1703 "time": "2025-02-20T12:04:08+00:00"
1704 },
1705 {
1706 "name": "symfony/service-contracts",
1707 "version": "v3.5.1",
1708 "source": {
1709 "type": "git",
1710 "url": "https://github.com/symfony/service-contracts.git",
1711 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
1712 },
1713 "dist": {
1714 "type": "zip",
1715 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
1716 "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
1717 "shasum": ""
1718 },
1719 "require": {
1720 "php": ">=8.1",
1721 "psr/container": "^1.1|^2.0",
1722 "symfony/deprecation-contracts": "^2.5|^3"
1723 },
1724 "conflict": {
1725 "ext-psr": "<1.1|>=2"
1726 },
1727 "type": "library",
1728 "extra": {
1729 "thanks": {
1730 "url": "https://github.com/symfony/contracts",
1731 "name": "symfony/contracts"
1732 },
1733 "branch-alias": {
1734 "dev-main": "3.5-dev"
1735 }
1736 },
1737 "autoload": {
1738 "psr-4": {
1739 "Symfony\\Contracts\\Service\\": ""
1740 },
1741 "exclude-from-classmap": [
1742 "/Test/"
1743 ]
1744 },
1745 "notification-url": "https://packagist.org/downloads/",
1746 "license": [
1747 "MIT"
1748 ],
1749 "authors": [
1750 {
1751 "name": "Nicolas Grekas",
1752 "email": "p@tchwork.com"
1753 },
1754 {
1755 "name": "Symfony Community",
1756 "homepage": "https://symfony.com/contributors"
1757 }
1758 ],
1759 "description": "Generic abstractions related to writing services",
1760 "homepage": "https://symfony.com",
1761 "keywords": [
1762 "abstractions",
1763 "contracts",
1764 "decoupling",
1765 "interfaces",
1766 "interoperability",
1767 "standards"
1768 ],
1769 "support": {
1770 "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
1771 },
1772 "funding": [
1773 {
1774 "url": "https://symfony.com/sponsor",
1775 "type": "custom"
1776 },
1777 {
1778 "url": "https://github.com/fabpot",
1779 "type": "github"
1780 },
1781 {
1782 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1783 "type": "tidelift"
1784 }
1785 ],
1786 "time": "2024-09-25T14:20:29+00:00"
1787 },
1788 {
1789 "name": "symfony/string",
1790 "version": "v7.2.6",
1791 "source": {
1792 "type": "git",
1793 "url": "https://github.com/symfony/string.git",
1794 "reference": "a214fe7d62bd4df2a76447c67c6b26e1d5e74931"
1795 },
1796 "dist": {
1797 "type": "zip",
1798 "url": "https://api.github.com/repos/symfony/string/zipball/a214fe7d62bd4df2a76447c67c6b26e1d5e74931",
1799 "reference": "a214fe7d62bd4df2a76447c67c6b26e1d5e74931",
1800 "shasum": ""
1801 },
1802 "require": {
1803 "php": ">=8.2",
1804 "symfony/polyfill-ctype": "~1.8",
1805 "symfony/polyfill-intl-grapheme": "~1.0",
1806 "symfony/polyfill-intl-normalizer": "~1.0",
1807 "symfony/polyfill-mbstring": "~1.0"
1808 },
1809 "conflict": {
1810 "symfony/translation-contracts": "<2.5"
1811 },
1812 "require-dev": {
1813 "symfony/emoji": "^7.1",
1814 "symfony/error-handler": "^6.4|^7.0",
1815 "symfony/http-client": "^6.4|^7.0",
1816 "symfony/intl": "^6.4|^7.0",
1817 "symfony/translation-contracts": "^2.5|^3.0",
1818 "symfony/var-exporter": "^6.4|^7.0"
1819 },
1820 "type": "library",
1821 "autoload": {
1822 "files": [
1823 "Resources/functions.php"
1824 ],
1825 "psr-4": {
1826 "Symfony\\Component\\String\\": ""
1827 },
1828 "exclude-from-classmap": [
1829 "/Tests/"
1830 ]
1831 },
1832 "notification-url": "https://packagist.org/downloads/",
1833 "license": [
1834 "MIT"
1835 ],
1836 "authors": [
1837 {
1838 "name": "Nicolas Grekas",
1839 "email": "p@tchwork.com"
1840 },
1841 {
1842 "name": "Symfony Community",
1843 "homepage": "https://symfony.com/contributors"
1844 }
1845 ],
1846 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
1847 "homepage": "https://symfony.com",
1848 "keywords": [
1849 "grapheme",
1850 "i18n",
1851 "string",
1852 "unicode",
1853 "utf-8",
1854 "utf8"
1855 ],
1856 "support": {
1857 "source": "https://github.com/symfony/string/tree/v7.2.6"
1858 },
1859 "funding": [
1860 {
1861 "url": "https://symfony.com/sponsor",
1862 "type": "custom"
1863 },
1864 {
1865 "url": "https://github.com/fabpot",
1866 "type": "github"
1867 },
1868 {
1869 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1870 "type": "tidelift"
1871 }
1872 ],
1873 "time": "2025-04-20T20:18:16+00:00"
1874 },
1875 {
1876 "name": "symfony/var-exporter",
1877 "version": "v7.2.6",
1878 "source": {
1879 "type": "git",
1880 "url": "https://github.com/symfony/var-exporter.git",
1881 "reference": "422b8de94c738830a1e071f59ad14d67417d7007"
1882 },
1883 "dist": {
1884 "type": "zip",
1885 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/422b8de94c738830a1e071f59ad14d67417d7007",
1886 "reference": "422b8de94c738830a1e071f59ad14d67417d7007",
1887 "shasum": ""
1888 },
1889 "require": {
1890 "php": ">=8.2"
1891 },
1892 "require-dev": {
1893 "symfony/property-access": "^6.4|^7.0",
1894 "symfony/serializer": "^6.4|^7.0",
1895 "symfony/var-dumper": "^6.4|^7.0"
1896 },
1897 "type": "library",
1898 "autoload": {
1899 "psr-4": {
1900 "Symfony\\Component\\VarExporter\\": ""
1901 },
1902 "exclude-from-classmap": [
1903 "/Tests/"
1904 ]
1905 },
1906 "notification-url": "https://packagist.org/downloads/",
1907 "license": [
1908 "MIT"
1909 ],
1910 "authors": [
1911 {
1912 "name": "Nicolas Grekas",
1913 "email": "p@tchwork.com"
1914 },
1915 {
1916 "name": "Symfony Community",
1917 "homepage": "https://symfony.com/contributors"
1918 }
1919 ],
1920 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
1921 "homepage": "https://symfony.com",
1922 "keywords": [
1923 "clone",
1924 "construct",
1925 "export",
1926 "hydrate",
1927 "instantiate",
1928 "lazy-loading",
1929 "proxy",
1930 "serialize"
1931 ],
1932 "support": {
1933 "source": "https://github.com/symfony/var-exporter/tree/v7.2.6"
1934 },
1935 "funding": [
1936 {
1937 "url": "https://symfony.com/sponsor",
1938 "type": "custom"
1939 },
1940 {
1941 "url": "https://github.com/fabpot",
1942 "type": "github"
1943 },
1944 {
1945 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1946 "type": "tidelift"
1947 }
1948 ],
1949 "time": "2025-05-02T08:36:00+00:00"
1950 },
1951 {
1952 "name": "tinymce/tinymce",
1953 "version": "7.8.0",
1954 "source": {
1955 "type": "git",
1956 "url": "https://github.com/tinymce/tinymce-dist.git",
1957 "reference": "88d1b2874256895338034dba28bf6e920aa4ba17"
1958 },
1959 "dist": {
1960 "type": "zip",
1961 "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/88d1b2874256895338034dba28bf6e920aa4ba17",
1962 "reference": "88d1b2874256895338034dba28bf6e920aa4ba17",
1963 "shasum": ""
1964 },
1965 "type": "component",
1966 "extra": {
1967 "component": {
1968 "files": [
1969 "tinymce.min.js",
1970 "plugins/*/plugin.min.js",
1971 "themes/*/theme.min.js",
1972 "models/*/model.min.js",
1973 "skins/**",
1974 "icons/*/icons.min.js"
1975 ],
1976 "scripts": [
1977 "tinymce.js",
1978 "plugins/*/plugin.js",
1979 "themes/*/theme.js",
1980 "models/*/model.js",
1981 "icons/*/icons.js"
1982 ]
1983 }
1984 },
1985 "notification-url": "https://packagist.org/downloads/",
1986 "license": [
1987 "GPL-2.0-or-later"
1988 ],
1989 "description": "Web based JavaScript HTML WYSIWYG editor control.",
1990 "homepage": "https://www.tiny.cloud/",
1991 "keywords": [
1992 "contenteditable",
1993 "editing",
1994 "html",
1995 "javascript",
1996 "rich editor",
1997 "rich text",
1998 "rich text editor",
1999 "richtext",
2000 "rte",
2001 "text",
2002 "tinymce",
2003 "wysiwyg"
2004 ],
2005 "support": {
2006 "source": "https://github.com/tinymce/tinymce-dist/tree/7.8.0"
2007 },
2008 "time": "2025-04-09T02:06:27+00:00"
2009 },
2010 {
2011 "name": "tweeb/tinymce-i18n",
2012 "version": "2.0.4",
2013 "source": {
2014 "type": "git",
2015 "url": "https://github.com/tweeb/tinymce-i18n.git",
2016 "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5"
2017 },
2018 "dist": {
2019 "type": "zip",
2020 "url": "https://api.github.com/repos/tweeb/tinymce-i18n/zipball/058da08d6e61dc4e0279de6509bb6969a62f68e5",
2021 "reference": "058da08d6e61dc4e0279de6509bb6969a62f68e5",
2022 "shasum": ""
2023 },
2024 "type": "library",
2025 "notification-url": "https://packagist.org/downloads/",
2026 "license": [
2027 "MIT"
2028 ],
2029 "authors": [
2030 {
2031 "name": "TinyMCE Community"
2032 }
2033 ],
2034 "description": "Languages for TinyMCE 6",
2035 "homepage": "https://github.com/tweeb/tinymce-i18n",
2036 "keywords": [
2037 "i18n",
2038 "languages",
2039 "tinymce"
2040 ],
2041 "support": {
2042 "source": "https://github.com/tweeb/tinymce-i18n/tree/2.0.4"
2043 },
2044 "time": "2022-04-12T13:16:56+00:00"
2045 }
2046 ],
2047 "packages-dev": [],
2048 "aliases": [],
2049 "minimum-stability": "stable",
2050 "stability-flags": {},
2051 "prefer-stable": false,
2052 "prefer-lowest": false,
2053 "platform": {
2054 "composer": "*"
2055 },
2056 "platform-dev": {},
2057 "plugin-api-version": "2.6.0"
2058}