]> Raphaƫl G. Git Repositories - airlibre/blob - composer.lock
Update versions
[airlibre] / 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": "ba3c975e98b8523aac27b9a2e1b1470e",
8 "packages": [
9 {
10 "name": "doctrine/annotations",
11 "version": "1.13.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "648b0343343565c4a056bfc8392201385e8d89f0"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
20 "reference": "648b0343343565c4a056bfc8392201385e8d89f0",
21 "shasum": ""
22 },
23 "require": {
24 "doctrine/lexer": "1.*",
25 "ext-tokenizer": "*",
26 "php": "^7.1 || ^8.0",
27 "psr/cache": "^1 || ^2 || ^3"
28 },
29 "require-dev": {
30 "doctrine/cache": "^1.11 || ^2.0",
31 "doctrine/coding-standard": "^6.0 || ^8.1",
32 "phpstan/phpstan": "^1.4.10 || ^1.8.0",
33 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
34 "symfony/cache": "^4.4 || ^5.2",
35 "vimeo/psalm": "^4.10"
36 },
37 "type": "library",
38 "autoload": {
39 "psr-4": {
40 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
41 }
42 },
43 "notification-url": "https://packagist.org/downloads/",
44 "license": [
45 "MIT"
46 ],
47 "authors": [
48 {
49 "name": "Guilherme Blanco",
50 "email": "guilhermeblanco@gmail.com"
51 },
52 {
53 "name": "Roman Borschel",
54 "email": "roman@code-factory.org"
55 },
56 {
57 "name": "Benjamin Eberlei",
58 "email": "kontakt@beberlei.de"
59 },
60 {
61 "name": "Jonathan Wage",
62 "email": "jonwage@gmail.com"
63 },
64 {
65 "name": "Johannes Schmitt",
66 "email": "schmittjoh@gmail.com"
67 }
68 ],
69 "description": "Docblock Annotations Parser",
70 "homepage": "https://www.doctrine-project.org/projects/annotations.html",
71 "keywords": [
72 "annotations",
73 "docblock",
74 "parser"
75 ],
76 "support": {
77 "issues": "https://github.com/doctrine/annotations/issues",
78 "source": "https://github.com/doctrine/annotations/tree/1.13.3"
79 },
80 "time": "2022-07-02T10:48:51+00:00"
81 },
82 {
83 "name": "doctrine/cache",
84 "version": "2.2.0",
85 "source": {
86 "type": "git",
87 "url": "https://github.com/doctrine/cache.git",
88 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
89 },
90 "dist": {
91 "type": "zip",
92 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
93 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
94 "shasum": ""
95 },
96 "require": {
97 "php": "~7.1 || ^8.0"
98 },
99 "conflict": {
100 "doctrine/common": ">2.2,<2.4"
101 },
102 "require-dev": {
103 "cache/integration-tests": "dev-master",
104 "doctrine/coding-standard": "^9",
105 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
106 "psr/cache": "^1.0 || ^2.0 || ^3.0",
107 "symfony/cache": "^4.4 || ^5.4 || ^6",
108 "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
109 },
110 "type": "library",
111 "autoload": {
112 "psr-4": {
113 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
114 }
115 },
116 "notification-url": "https://packagist.org/downloads/",
117 "license": [
118 "MIT"
119 ],
120 "authors": [
121 {
122 "name": "Guilherme Blanco",
123 "email": "guilhermeblanco@gmail.com"
124 },
125 {
126 "name": "Roman Borschel",
127 "email": "roman@code-factory.org"
128 },
129 {
130 "name": "Benjamin Eberlei",
131 "email": "kontakt@beberlei.de"
132 },
133 {
134 "name": "Jonathan Wage",
135 "email": "jonwage@gmail.com"
136 },
137 {
138 "name": "Johannes Schmitt",
139 "email": "schmittjoh@gmail.com"
140 }
141 ],
142 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
143 "homepage": "https://www.doctrine-project.org/projects/cache.html",
144 "keywords": [
145 "abstraction",
146 "apcu",
147 "cache",
148 "caching",
149 "couchdb",
150 "memcached",
151 "php",
152 "redis",
153 "xcache"
154 ],
155 "support": {
156 "issues": "https://github.com/doctrine/cache/issues",
157 "source": "https://github.com/doctrine/cache/tree/2.2.0"
158 },
159 "funding": [
160 {
161 "url": "https://www.doctrine-project.org/sponsorship.html",
162 "type": "custom"
163 },
164 {
165 "url": "https://www.patreon.com/phpdoctrine",
166 "type": "patreon"
167 },
168 {
169 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
170 "type": "tidelift"
171 }
172 ],
173 "time": "2022-05-20T20:07:39+00:00"
174 },
175 {
176 "name": "doctrine/collections",
177 "version": "1.7.2",
178 "source": {
179 "type": "git",
180 "url": "https://github.com/doctrine/collections.git",
181 "reference": "3fe77330f5591108bbf1315da7377a7e704ed8a0"
182 },
183 "dist": {
184 "type": "zip",
185 "url": "https://api.github.com/repos/doctrine/collections/zipball/3fe77330f5591108bbf1315da7377a7e704ed8a0",
186 "reference": "3fe77330f5591108bbf1315da7377a7e704ed8a0",
187 "shasum": ""
188 },
189 "require": {
190 "doctrine/deprecations": "^0.5.3 || ^1",
191 "php": "^7.1.3 || ^8.0"
192 },
193 "require-dev": {
194 "doctrine/coding-standard": "^9.0 || ^10.0",
195 "phpstan/phpstan": "^1.4.8",
196 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
197 "vimeo/psalm": "^4.22"
198 },
199 "type": "library",
200 "autoload": {
201 "psr-4": {
202 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
203 }
204 },
205 "notification-url": "https://packagist.org/downloads/",
206 "license": [
207 "MIT"
208 ],
209 "authors": [
210 {
211 "name": "Guilherme Blanco",
212 "email": "guilhermeblanco@gmail.com"
213 },
214 {
215 "name": "Roman Borschel",
216 "email": "roman@code-factory.org"
217 },
218 {
219 "name": "Benjamin Eberlei",
220 "email": "kontakt@beberlei.de"
221 },
222 {
223 "name": "Jonathan Wage",
224 "email": "jonwage@gmail.com"
225 },
226 {
227 "name": "Johannes Schmitt",
228 "email": "schmittjoh@gmail.com"
229 }
230 ],
231 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
232 "homepage": "https://www.doctrine-project.org/projects/collections.html",
233 "keywords": [
234 "array",
235 "collections",
236 "iterators",
237 "php"
238 ],
239 "support": {
240 "issues": "https://github.com/doctrine/collections/issues",
241 "source": "https://github.com/doctrine/collections/tree/1.7.2"
242 },
243 "time": "2022-08-27T16:08:58+00:00"
244 },
245 {
246 "name": "doctrine/common",
247 "version": "3.4.0",
248 "source": {
249 "type": "git",
250 "url": "https://github.com/doctrine/common.git",
251 "reference": "e09556bbdf95b8420e649162b19ae9da2d1a80f3"
252 },
253 "dist": {
254 "type": "zip",
255 "url": "https://api.github.com/repos/doctrine/common/zipball/e09556bbdf95b8420e649162b19ae9da2d1a80f3",
256 "reference": "e09556bbdf95b8420e649162b19ae9da2d1a80f3",
257 "shasum": ""
258 },
259 "require": {
260 "doctrine/persistence": "^2.0 || ^3.0",
261 "php": "^7.1 || ^8.0"
262 },
263 "require-dev": {
264 "doctrine/coding-standard": "^9.0",
265 "doctrine/collections": "^1",
266 "phpstan/phpstan": "^1.4.1",
267 "phpstan/phpstan-phpunit": "^1",
268 "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
269 "squizlabs/php_codesniffer": "^3.0",
270 "symfony/phpunit-bridge": "^4.0.5",
271 "vimeo/psalm": "^4.4"
272 },
273 "type": "library",
274 "autoload": {
275 "psr-4": {
276 "Doctrine\\Common\\": "src"
277 }
278 },
279 "notification-url": "https://packagist.org/downloads/",
280 "license": [
281 "MIT"
282 ],
283 "authors": [
284 {
285 "name": "Guilherme Blanco",
286 "email": "guilhermeblanco@gmail.com"
287 },
288 {
289 "name": "Roman Borschel",
290 "email": "roman@code-factory.org"
291 },
292 {
293 "name": "Benjamin Eberlei",
294 "email": "kontakt@beberlei.de"
295 },
296 {
297 "name": "Jonathan Wage",
298 "email": "jonwage@gmail.com"
299 },
300 {
301 "name": "Johannes Schmitt",
302 "email": "schmittjoh@gmail.com"
303 },
304 {
305 "name": "Marco Pivetta",
306 "email": "ocramius@gmail.com"
307 }
308 ],
309 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
310 "homepage": "https://www.doctrine-project.org/projects/common.html",
311 "keywords": [
312 "common",
313 "doctrine",
314 "php"
315 ],
316 "support": {
317 "issues": "https://github.com/doctrine/common/issues",
318 "source": "https://github.com/doctrine/common/tree/3.4.0"
319 },
320 "funding": [
321 {
322 "url": "https://www.doctrine-project.org/sponsorship.html",
323 "type": "custom"
324 },
325 {
326 "url": "https://www.patreon.com/phpdoctrine",
327 "type": "patreon"
328 },
329 {
330 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
331 "type": "tidelift"
332 }
333 ],
334 "time": "2022-08-23T19:46:56+00:00"
335 },
336 {
337 "name": "doctrine/dbal",
338 "version": "3.4.4",
339 "source": {
340 "type": "git",
341 "url": "https://github.com/doctrine/dbal.git",
342 "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5"
343 },
344 "dist": {
345 "type": "zip",
346 "url": "https://api.github.com/repos/doctrine/dbal/zipball/4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
347 "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
348 "shasum": ""
349 },
350 "require": {
351 "composer-runtime-api": "^2",
352 "doctrine/cache": "^1.11|^2.0",
353 "doctrine/deprecations": "^0.5.3|^1",
354 "doctrine/event-manager": "^1.0",
355 "php": "^7.4 || ^8.0",
356 "psr/cache": "^1|^2|^3",
357 "psr/log": "^1|^2|^3"
358 },
359 "require-dev": {
360 "doctrine/coding-standard": "10.0.0",
361 "jetbrains/phpstorm-stubs": "2022.2",
362 "phpstan/phpstan": "1.8.3",
363 "phpstan/phpstan-strict-rules": "^1.3",
364 "phpunit/phpunit": "9.5.24",
365 "psalm/plugin-phpunit": "0.17.0",
366 "squizlabs/php_codesniffer": "3.7.1",
367 "symfony/cache": "^5.4|^6.0",
368 "symfony/console": "^4.4|^5.4|^6.0",
369 "vimeo/psalm": "4.27.0"
370 },
371 "suggest": {
372 "symfony/console": "For helpful console commands such as SQL execution and import of files."
373 },
374 "bin": [
375 "bin/doctrine-dbal"
376 ],
377 "type": "library",
378 "autoload": {
379 "psr-4": {
380 "Doctrine\\DBAL\\": "src"
381 }
382 },
383 "notification-url": "https://packagist.org/downloads/",
384 "license": [
385 "MIT"
386 ],
387 "authors": [
388 {
389 "name": "Guilherme Blanco",
390 "email": "guilhermeblanco@gmail.com"
391 },
392 {
393 "name": "Roman Borschel",
394 "email": "roman@code-factory.org"
395 },
396 {
397 "name": "Benjamin Eberlei",
398 "email": "kontakt@beberlei.de"
399 },
400 {
401 "name": "Jonathan Wage",
402 "email": "jonwage@gmail.com"
403 }
404 ],
405 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
406 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
407 "keywords": [
408 "abstraction",
409 "database",
410 "db2",
411 "dbal",
412 "mariadb",
413 "mssql",
414 "mysql",
415 "oci8",
416 "oracle",
417 "pdo",
418 "pgsql",
419 "postgresql",
420 "queryobject",
421 "sasql",
422 "sql",
423 "sqlite",
424 "sqlserver",
425 "sqlsrv"
426 ],
427 "support": {
428 "issues": "https://github.com/doctrine/dbal/issues",
429 "source": "https://github.com/doctrine/dbal/tree/3.4.4"
430 },
431 "funding": [
432 {
433 "url": "https://www.doctrine-project.org/sponsorship.html",
434 "type": "custom"
435 },
436 {
437 "url": "https://www.patreon.com/phpdoctrine",
438 "type": "patreon"
439 },
440 {
441 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
442 "type": "tidelift"
443 }
444 ],
445 "time": "2022-09-01T21:26:42+00:00"
446 },
447 {
448 "name": "doctrine/deprecations",
449 "version": "v1.0.0",
450 "source": {
451 "type": "git",
452 "url": "https://github.com/doctrine/deprecations.git",
453 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
454 },
455 "dist": {
456 "type": "zip",
457 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
458 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
459 "shasum": ""
460 },
461 "require": {
462 "php": "^7.1|^8.0"
463 },
464 "require-dev": {
465 "doctrine/coding-standard": "^9",
466 "phpunit/phpunit": "^7.5|^8.5|^9.5",
467 "psr/log": "^1|^2|^3"
468 },
469 "suggest": {
470 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
471 },
472 "type": "library",
473 "autoload": {
474 "psr-4": {
475 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
476 }
477 },
478 "notification-url": "https://packagist.org/downloads/",
479 "license": [
480 "MIT"
481 ],
482 "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.",
483 "homepage": "https://www.doctrine-project.org/",
484 "support": {
485 "issues": "https://github.com/doctrine/deprecations/issues",
486 "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
487 },
488 "time": "2022-05-02T15:47:09+00:00"
489 },
490 {
491 "name": "doctrine/doctrine-bundle",
492 "version": "2.7.0",
493 "source": {
494 "type": "git",
495 "url": "https://github.com/doctrine/DoctrineBundle.git",
496 "reference": "d2088fc50494e4e7441fecca54732245a613eeb6"
497 },
498 "dist": {
499 "type": "zip",
500 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d2088fc50494e4e7441fecca54732245a613eeb6",
501 "reference": "d2088fc50494e4e7441fecca54732245a613eeb6",
502 "shasum": ""
503 },
504 "require": {
505 "doctrine/annotations": "^1",
506 "doctrine/cache": "^1.11 || ^2.0",
507 "doctrine/dbal": "^2.13.1|^3.3.2",
508 "doctrine/persistence": "^2.2|^3",
509 "doctrine/sql-formatter": "^1.0.1",
510 "php": "^7.1 || ^8.0",
511 "symfony/cache": "^4.3.3|^5.0|^6.0",
512 "symfony/config": "^4.4.3|^5.0|^6.0",
513 "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
514 "symfony/dependency-injection": "^4.4.18|^5.0|^6.0",
515 "symfony/deprecation-contracts": "^2.1|^3",
516 "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
517 "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
518 "symfony/service-contracts": "^1.1.1|^2.0|^3"
519 },
520 "conflict": {
521 "doctrine/orm": "<2.10|>=3.0",
522 "twig/twig": "<1.34|>=2.0,<2.4"
523 },
524 "require-dev": {
525 "doctrine/coding-standard": "^9.0",
526 "doctrine/orm": "^2.11 || ^3.0",
527 "friendsofphp/proxy-manager-lts": "^1.0",
528 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
529 "psalm/plugin-phpunit": "^0.16.1",
530 "psalm/plugin-symfony": "^3",
531 "psr/log": "^1.1.4|^2.0|^3.0",
532 "symfony/phpunit-bridge": "^5.2|^6.0",
533 "symfony/property-info": "^4.3.3|^5.0|^6.0",
534 "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
535 "symfony/security-bundle": "^4.4|^5.0|^6.0",
536 "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
537 "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
538 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
539 "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
540 "twig/twig": "^1.34|^2.12|^3.0",
541 "vimeo/psalm": "^4.7"
542 },
543 "suggest": {
544 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
545 "ext-pdo": "*",
546 "symfony/web-profiler-bundle": "To use the data collector."
547 },
548 "type": "symfony-bundle",
549 "autoload": {
550 "psr-4": {
551 "Doctrine\\Bundle\\DoctrineBundle\\": ""
552 }
553 },
554 "notification-url": "https://packagist.org/downloads/",
555 "license": [
556 "MIT"
557 ],
558 "authors": [
559 {
560 "name": "Fabien Potencier",
561 "email": "fabien@symfony.com"
562 },
563 {
564 "name": "Benjamin Eberlei",
565 "email": "kontakt@beberlei.de"
566 },
567 {
568 "name": "Symfony Community",
569 "homepage": "https://symfony.com/contributors"
570 },
571 {
572 "name": "Doctrine Project",
573 "homepage": "https://www.doctrine-project.org/"
574 }
575 ],
576 "description": "Symfony DoctrineBundle",
577 "homepage": "https://www.doctrine-project.org",
578 "keywords": [
579 "database",
580 "dbal",
581 "orm",
582 "persistence"
583 ],
584 "support": {
585 "issues": "https://github.com/doctrine/DoctrineBundle/issues",
586 "source": "https://github.com/doctrine/DoctrineBundle/tree/2.7.0"
587 },
588 "funding": [
589 {
590 "url": "https://www.doctrine-project.org/sponsorship.html",
591 "type": "custom"
592 },
593 {
594 "url": "https://www.patreon.com/phpdoctrine",
595 "type": "patreon"
596 },
597 {
598 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
599 "type": "tidelift"
600 }
601 ],
602 "time": "2022-06-10T10:55:26+00:00"
603 },
604 {
605 "name": "doctrine/event-manager",
606 "version": "1.1.2",
607 "source": {
608 "type": "git",
609 "url": "https://github.com/doctrine/event-manager.git",
610 "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683"
611 },
612 "dist": {
613 "type": "zip",
614 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
615 "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
616 "shasum": ""
617 },
618 "require": {
619 "php": "^7.1 || ^8.0"
620 },
621 "conflict": {
622 "doctrine/common": "<2.9"
623 },
624 "require-dev": {
625 "doctrine/coding-standard": "^9",
626 "phpstan/phpstan": "~1.4.10 || ^1.5.4",
627 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
628 "vimeo/psalm": "^4.22"
629 },
630 "type": "library",
631 "autoload": {
632 "psr-4": {
633 "Doctrine\\Common\\": "lib/Doctrine/Common"
634 }
635 },
636 "notification-url": "https://packagist.org/downloads/",
637 "license": [
638 "MIT"
639 ],
640 "authors": [
641 {
642 "name": "Guilherme Blanco",
643 "email": "guilhermeblanco@gmail.com"
644 },
645 {
646 "name": "Roman Borschel",
647 "email": "roman@code-factory.org"
648 },
649 {
650 "name": "Benjamin Eberlei",
651 "email": "kontakt@beberlei.de"
652 },
653 {
654 "name": "Jonathan Wage",
655 "email": "jonwage@gmail.com"
656 },
657 {
658 "name": "Johannes Schmitt",
659 "email": "schmittjoh@gmail.com"
660 },
661 {
662 "name": "Marco Pivetta",
663 "email": "ocramius@gmail.com"
664 }
665 ],
666 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
667 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
668 "keywords": [
669 "event",
670 "event dispatcher",
671 "event manager",
672 "event system",
673 "events"
674 ],
675 "support": {
676 "issues": "https://github.com/doctrine/event-manager/issues",
677 "source": "https://github.com/doctrine/event-manager/tree/1.1.2"
678 },
679 "funding": [
680 {
681 "url": "https://www.doctrine-project.org/sponsorship.html",
682 "type": "custom"
683 },
684 {
685 "url": "https://www.patreon.com/phpdoctrine",
686 "type": "patreon"
687 },
688 {
689 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
690 "type": "tidelift"
691 }
692 ],
693 "time": "2022-07-27T22:18:11+00:00"
694 },
695 {
696 "name": "doctrine/inflector",
697 "version": "2.0.5",
698 "source": {
699 "type": "git",
700 "url": "https://github.com/doctrine/inflector.git",
701 "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392"
702 },
703 "dist": {
704 "type": "zip",
705 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
706 "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
707 "shasum": ""
708 },
709 "require": {
710 "php": "^7.2 || ^8.0"
711 },
712 "require-dev": {
713 "doctrine/coding-standard": "^9",
714 "phpstan/phpstan": "^1.8",
715 "phpstan/phpstan-phpunit": "^1.1",
716 "phpstan/phpstan-strict-rules": "^1.3",
717 "phpunit/phpunit": "^8.5 || ^9.5",
718 "vimeo/psalm": "^4.25"
719 },
720 "type": "library",
721 "autoload": {
722 "psr-4": {
723 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
724 }
725 },
726 "notification-url": "https://packagist.org/downloads/",
727 "license": [
728 "MIT"
729 ],
730 "authors": [
731 {
732 "name": "Guilherme Blanco",
733 "email": "guilhermeblanco@gmail.com"
734 },
735 {
736 "name": "Roman Borschel",
737 "email": "roman@code-factory.org"
738 },
739 {
740 "name": "Benjamin Eberlei",
741 "email": "kontakt@beberlei.de"
742 },
743 {
744 "name": "Jonathan Wage",
745 "email": "jonwage@gmail.com"
746 },
747 {
748 "name": "Johannes Schmitt",
749 "email": "schmittjoh@gmail.com"
750 }
751 ],
752 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
753 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
754 "keywords": [
755 "inflection",
756 "inflector",
757 "lowercase",
758 "manipulation",
759 "php",
760 "plural",
761 "singular",
762 "strings",
763 "uppercase",
764 "words"
765 ],
766 "support": {
767 "issues": "https://github.com/doctrine/inflector/issues",
768 "source": "https://github.com/doctrine/inflector/tree/2.0.5"
769 },
770 "funding": [
771 {
772 "url": "https://www.doctrine-project.org/sponsorship.html",
773 "type": "custom"
774 },
775 {
776 "url": "https://www.patreon.com/phpdoctrine",
777 "type": "patreon"
778 },
779 {
780 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
781 "type": "tidelift"
782 }
783 ],
784 "time": "2022-09-07T09:01:28+00:00"
785 },
786 {
787 "name": "doctrine/instantiator",
788 "version": "1.4.1",
789 "source": {
790 "type": "git",
791 "url": "https://github.com/doctrine/instantiator.git",
792 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
793 },
794 "dist": {
795 "type": "zip",
796 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
797 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
798 "shasum": ""
799 },
800 "require": {
801 "php": "^7.1 || ^8.0"
802 },
803 "require-dev": {
804 "doctrine/coding-standard": "^9",
805 "ext-pdo": "*",
806 "ext-phar": "*",
807 "phpbench/phpbench": "^0.16 || ^1",
808 "phpstan/phpstan": "^1.4",
809 "phpstan/phpstan-phpunit": "^1",
810 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
811 "vimeo/psalm": "^4.22"
812 },
813 "type": "library",
814 "autoload": {
815 "psr-4": {
816 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
817 }
818 },
819 "notification-url": "https://packagist.org/downloads/",
820 "license": [
821 "MIT"
822 ],
823 "authors": [
824 {
825 "name": "Marco Pivetta",
826 "email": "ocramius@gmail.com",
827 "homepage": "https://ocramius.github.io/"
828 }
829 ],
830 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
831 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
832 "keywords": [
833 "constructor",
834 "instantiate"
835 ],
836 "support": {
837 "issues": "https://github.com/doctrine/instantiator/issues",
838 "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
839 },
840 "funding": [
841 {
842 "url": "https://www.doctrine-project.org/sponsorship.html",
843 "type": "custom"
844 },
845 {
846 "url": "https://www.patreon.com/phpdoctrine",
847 "type": "patreon"
848 },
849 {
850 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
851 "type": "tidelift"
852 }
853 ],
854 "time": "2022-03-03T08:28:38+00:00"
855 },
856 {
857 "name": "doctrine/lexer",
858 "version": "1.2.3",
859 "source": {
860 "type": "git",
861 "url": "https://github.com/doctrine/lexer.git",
862 "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
863 },
864 "dist": {
865 "type": "zip",
866 "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
867 "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
868 "shasum": ""
869 },
870 "require": {
871 "php": "^7.1 || ^8.0"
872 },
873 "require-dev": {
874 "doctrine/coding-standard": "^9.0",
875 "phpstan/phpstan": "^1.3",
876 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
877 "vimeo/psalm": "^4.11"
878 },
879 "type": "library",
880 "autoload": {
881 "psr-4": {
882 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
883 }
884 },
885 "notification-url": "https://packagist.org/downloads/",
886 "license": [
887 "MIT"
888 ],
889 "authors": [
890 {
891 "name": "Guilherme Blanco",
892 "email": "guilhermeblanco@gmail.com"
893 },
894 {
895 "name": "Roman Borschel",
896 "email": "roman@code-factory.org"
897 },
898 {
899 "name": "Johannes Schmitt",
900 "email": "schmittjoh@gmail.com"
901 }
902 ],
903 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
904 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
905 "keywords": [
906 "annotations",
907 "docblock",
908 "lexer",
909 "parser",
910 "php"
911 ],
912 "support": {
913 "issues": "https://github.com/doctrine/lexer/issues",
914 "source": "https://github.com/doctrine/lexer/tree/1.2.3"
915 },
916 "funding": [
917 {
918 "url": "https://www.doctrine-project.org/sponsorship.html",
919 "type": "custom"
920 },
921 {
922 "url": "https://www.patreon.com/phpdoctrine",
923 "type": "patreon"
924 },
925 {
926 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
927 "type": "tidelift"
928 }
929 ],
930 "time": "2022-02-28T11:07:21+00:00"
931 },
932 {
933 "name": "doctrine/orm",
934 "version": "2.13.1",
935 "source": {
936 "type": "git",
937 "url": "https://github.com/doctrine/orm.git",
938 "reference": "35c44a56677adb3ce796138b6e4934ce93ec6811"
939 },
940 "dist": {
941 "type": "zip",
942 "url": "https://api.github.com/repos/doctrine/orm/zipball/35c44a56677adb3ce796138b6e4934ce93ec6811",
943 "reference": "35c44a56677adb3ce796138b6e4934ce93ec6811",
944 "shasum": ""
945 },
946 "require": {
947 "composer-runtime-api": "^2",
948 "doctrine/cache": "^1.12.1 || ^2.1.1",
949 "doctrine/collections": "^1.5",
950 "doctrine/common": "^3.0.3",
951 "doctrine/dbal": "^2.13.1 || ^3.2",
952 "doctrine/deprecations": "^0.5.3 || ^1",
953 "doctrine/event-manager": "^1.1",
954 "doctrine/inflector": "^1.4 || ^2.0",
955 "doctrine/instantiator": "^1.3",
956 "doctrine/lexer": "^1.2.3",
957 "doctrine/persistence": "^2.4 || ^3",
958 "ext-ctype": "*",
959 "php": "^7.1 || ^8.0",
960 "psr/cache": "^1 || ^2 || ^3",
961 "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
962 "symfony/polyfill-php72": "^1.23",
963 "symfony/polyfill-php80": "^1.16"
964 },
965 "conflict": {
966 "doctrine/annotations": "<1.13 || >= 2.0"
967 },
968 "require-dev": {
969 "doctrine/annotations": "^1.13",
970 "doctrine/coding-standard": "^9.0",
971 "phpbench/phpbench": "^0.16.10 || ^1.0",
972 "phpstan/phpstan": "~1.4.10 || 1.8.2",
973 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
974 "psr/log": "^1 || ^2 || ^3",
975 "squizlabs/php_codesniffer": "3.7.1",
976 "symfony/cache": "^4.4 || ^5.4 || ^6.0",
977 "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
978 "vimeo/psalm": "4.26.0"
979 },
980 "suggest": {
981 "ext-dom": "Provides support for XSD validation for XML mapping files",
982 "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
983 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
984 },
985 "bin": [
986 "bin/doctrine"
987 ],
988 "type": "library",
989 "autoload": {
990 "psr-4": {
991 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
992 }
993 },
994 "notification-url": "https://packagist.org/downloads/",
995 "license": [
996 "MIT"
997 ],
998 "authors": [
999 {
1000 "name": "Guilherme Blanco",
1001 "email": "guilhermeblanco@gmail.com"
1002 },
1003 {
1004 "name": "Roman Borschel",
1005 "email": "roman@code-factory.org"
1006 },
1007 {
1008 "name": "Benjamin Eberlei",
1009 "email": "kontakt@beberlei.de"
1010 },
1011 {
1012 "name": "Jonathan Wage",
1013 "email": "jonwage@gmail.com"
1014 },
1015 {
1016 "name": "Marco Pivetta",
1017 "email": "ocramius@gmail.com"
1018 }
1019 ],
1020 "description": "Object-Relational-Mapper for PHP",
1021 "homepage": "https://www.doctrine-project.org/projects/orm.html",
1022 "keywords": [
1023 "database",
1024 "orm"
1025 ],
1026 "support": {
1027 "issues": "https://github.com/doctrine/orm/issues",
1028 "source": "https://github.com/doctrine/orm/tree/2.13.1"
1029 },
1030 "time": "2022-08-08T09:00:16+00:00"
1031 },
1032 {
1033 "name": "doctrine/persistence",
1034 "version": "2.5.4",
1035 "source": {
1036 "type": "git",
1037 "url": "https://github.com/doctrine/persistence.git",
1038 "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17"
1039 },
1040 "dist": {
1041 "type": "zip",
1042 "url": "https://api.github.com/repos/doctrine/persistence/zipball/830c2ba42093e0e428eca37568ab36bd8008bc17",
1043 "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17",
1044 "shasum": ""
1045 },
1046 "require": {
1047 "doctrine/cache": "^1.11 || ^2.0",
1048 "doctrine/collections": "^1.0",
1049 "doctrine/deprecations": "^0.5.3 || ^1",
1050 "doctrine/event-manager": "^1.0",
1051 "php": "^7.1 || ^8.0",
1052 "psr/cache": "^1.0 || ^2.0 || ^3.0"
1053 },
1054 "conflict": {
1055 "doctrine/annotations": "<1.0 || >=2.0",
1056 "doctrine/common": "<2.10"
1057 },
1058 "require-dev": {
1059 "composer/package-versions-deprecated": "^1.11",
1060 "doctrine/annotations": "^1.0",
1061 "doctrine/coding-standard": "^9.0",
1062 "doctrine/common": "^3.0",
1063 "phpstan/phpstan": "~1.4.10 || 1.5.0",
1064 "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
1065 "symfony/cache": "^4.4 || ^5.4 || ^6.0",
1066 "vimeo/psalm": "4.22.0"
1067 },
1068 "type": "library",
1069 "autoload": {
1070 "psr-4": {
1071 "Doctrine\\Common\\": "src/Common",
1072 "Doctrine\\Persistence\\": "src/Persistence"
1073 }
1074 },
1075 "notification-url": "https://packagist.org/downloads/",
1076 "license": [
1077 "MIT"
1078 ],
1079 "authors": [
1080 {
1081 "name": "Guilherme Blanco",
1082 "email": "guilhermeblanco@gmail.com"
1083 },
1084 {
1085 "name": "Roman Borschel",
1086 "email": "roman@code-factory.org"
1087 },
1088 {
1089 "name": "Benjamin Eberlei",
1090 "email": "kontakt@beberlei.de"
1091 },
1092 {
1093 "name": "Jonathan Wage",
1094 "email": "jonwage@gmail.com"
1095 },
1096 {
1097 "name": "Johannes Schmitt",
1098 "email": "schmittjoh@gmail.com"
1099 },
1100 {
1101 "name": "Marco Pivetta",
1102 "email": "ocramius@gmail.com"
1103 }
1104 ],
1105 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1106 "homepage": "https://doctrine-project.org/projects/persistence.html",
1107 "keywords": [
1108 "mapper",
1109 "object",
1110 "odm",
1111 "orm",
1112 "persistence"
1113 ],
1114 "support": {
1115 "issues": "https://github.com/doctrine/persistence/issues",
1116 "source": "https://github.com/doctrine/persistence/tree/2.5.4"
1117 },
1118 "funding": [
1119 {
1120 "url": "https://www.doctrine-project.org/sponsorship.html",
1121 "type": "custom"
1122 },
1123 {
1124 "url": "https://www.patreon.com/phpdoctrine",
1125 "type": "patreon"
1126 },
1127 {
1128 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
1129 "type": "tidelift"
1130 }
1131 ],
1132 "time": "2022-08-06T22:06:57+00:00"
1133 },
1134 {
1135 "name": "doctrine/sql-formatter",
1136 "version": "1.1.3",
1137 "source": {
1138 "type": "git",
1139 "url": "https://github.com/doctrine/sql-formatter.git",
1140 "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
1141 },
1142 "dist": {
1143 "type": "zip",
1144 "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
1145 "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
1146 "shasum": ""
1147 },
1148 "require": {
1149 "php": "^7.1 || ^8.0"
1150 },
1151 "require-dev": {
1152 "bamarni/composer-bin-plugin": "^1.4"
1153 },
1154 "bin": [
1155 "bin/sql-formatter"
1156 ],
1157 "type": "library",
1158 "autoload": {
1159 "psr-4": {
1160 "Doctrine\\SqlFormatter\\": "src"
1161 }
1162 },
1163 "notification-url": "https://packagist.org/downloads/",
1164 "license": [
1165 "MIT"
1166 ],
1167 "authors": [
1168 {
1169 "name": "Jeremy Dorn",
1170 "email": "jeremy@jeremydorn.com",
1171 "homepage": "https://jeremydorn.com/"
1172 }
1173 ],
1174 "description": "a PHP SQL highlighting library",
1175 "homepage": "https://github.com/doctrine/sql-formatter/",
1176 "keywords": [
1177 "highlight",
1178 "sql"
1179 ],
1180 "support": {
1181 "issues": "https://github.com/doctrine/sql-formatter/issues",
1182 "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
1183 },
1184 "time": "2022-05-23T21:33:49+00:00"
1185 },
1186 {
1187 "name": "egulias/email-validator",
1188 "version": "3.2.1",
1189 "source": {
1190 "type": "git",
1191 "url": "https://github.com/egulias/EmailValidator.git",
1192 "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
1193 },
1194 "dist": {
1195 "type": "zip",
1196 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
1197 "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
1198 "shasum": ""
1199 },
1200 "require": {
1201 "doctrine/lexer": "^1.2",
1202 "php": ">=7.2",
1203 "symfony/polyfill-intl-idn": "^1.15"
1204 },
1205 "require-dev": {
1206 "php-coveralls/php-coveralls": "^2.2",
1207 "phpunit/phpunit": "^8.5.8|^9.3.3",
1208 "vimeo/psalm": "^4"
1209 },
1210 "suggest": {
1211 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1212 },
1213 "type": "library",
1214 "extra": {
1215 "branch-alias": {
1216 "dev-master": "3.0.x-dev"
1217 }
1218 },
1219 "autoload": {
1220 "psr-4": {
1221 "Egulias\\EmailValidator\\": "src"
1222 }
1223 },
1224 "notification-url": "https://packagist.org/downloads/",
1225 "license": [
1226 "MIT"
1227 ],
1228 "authors": [
1229 {
1230 "name": "Eduardo Gulias Davis"
1231 }
1232 ],
1233 "description": "A library for validating emails against several RFCs",
1234 "homepage": "https://github.com/egulias/EmailValidator",
1235 "keywords": [
1236 "email",
1237 "emailvalidation",
1238 "emailvalidator",
1239 "validation",
1240 "validator"
1241 ],
1242 "support": {
1243 "issues": "https://github.com/egulias/EmailValidator/issues",
1244 "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
1245 },
1246 "funding": [
1247 {
1248 "url": "https://github.com/egulias",
1249 "type": "github"
1250 }
1251 ],
1252 "time": "2022-06-18T20:57:19+00:00"
1253 },
1254 {
1255 "name": "erusev/parsedown",
1256 "version": "1.7.4",
1257 "source": {
1258 "type": "git",
1259 "url": "https://github.com/erusev/parsedown.git",
1260 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
1261 },
1262 "dist": {
1263 "type": "zip",
1264 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1265 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1266 "shasum": ""
1267 },
1268 "require": {
1269 "ext-mbstring": "*",
1270 "php": ">=5.3.0"
1271 },
1272 "require-dev": {
1273 "phpunit/phpunit": "^4.8.35"
1274 },
1275 "type": "library",
1276 "autoload": {
1277 "psr-0": {
1278 "Parsedown": ""
1279 }
1280 },
1281 "notification-url": "https://packagist.org/downloads/",
1282 "license": [
1283 "MIT"
1284 ],
1285 "authors": [
1286 {
1287 "name": "Emanuil Rusev",
1288 "email": "hello@erusev.com",
1289 "homepage": "http://erusev.com"
1290 }
1291 ],
1292 "description": "Parser for Markdown.",
1293 "homepage": "http://parsedown.org",
1294 "keywords": [
1295 "markdown",
1296 "parser"
1297 ],
1298 "support": {
1299 "issues": "https://github.com/erusev/parsedown/issues",
1300 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
1301 },
1302 "time": "2019-12-30T22:54:17+00:00"
1303 },
1304 {
1305 "name": "firebase/php-jwt",
1306 "version": "v6.3.0",
1307 "source": {
1308 "type": "git",
1309 "url": "https://github.com/firebase/php-jwt.git",
1310 "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8"
1311 },
1312 "dist": {
1313 "type": "zip",
1314 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
1315 "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
1316 "shasum": ""
1317 },
1318 "require": {
1319 "php": "^7.1||^8.0"
1320 },
1321 "require-dev": {
1322 "guzzlehttp/guzzle": "^6.5||^7.4",
1323 "phpspec/prophecy-phpunit": "^1.1",
1324 "phpunit/phpunit": "^7.5||^9.5",
1325 "psr/cache": "^1.0||^2.0",
1326 "psr/http-client": "^1.0",
1327 "psr/http-factory": "^1.0"
1328 },
1329 "suggest": {
1330 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
1331 },
1332 "type": "library",
1333 "autoload": {
1334 "psr-4": {
1335 "Firebase\\JWT\\": "src"
1336 }
1337 },
1338 "notification-url": "https://packagist.org/downloads/",
1339 "license": [
1340 "BSD-3-Clause"
1341 ],
1342 "authors": [
1343 {
1344 "name": "Neuman Vong",
1345 "email": "neuman+pear@twilio.com",
1346 "role": "Developer"
1347 },
1348 {
1349 "name": "Anant Narayanan",
1350 "email": "anant@php.net",
1351 "role": "Developer"
1352 }
1353 ],
1354 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
1355 "homepage": "https://github.com/firebase/php-jwt",
1356 "keywords": [
1357 "jwt",
1358 "php"
1359 ],
1360 "support": {
1361 "issues": "https://github.com/firebase/php-jwt/issues",
1362 "source": "https://github.com/firebase/php-jwt/tree/v6.3.0"
1363 },
1364 "time": "2022-07-15T16:48:45+00:00"
1365 },
1366 {
1367 "name": "fpdf/fpdf",
1368 "version": "1.84.1",
1369 "source": {
1370 "type": "git",
1371 "url": "https://github.com/coreydoughty/Fpdf.git",
1372 "reference": "cfafa307947f7c646b87045d0decc67bdc423209"
1373 },
1374 "dist": {
1375 "type": "zip",
1376 "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/cfafa307947f7c646b87045d0decc67bdc423209",
1377 "reference": "cfafa307947f7c646b87045d0decc67bdc423209",
1378 "shasum": ""
1379 },
1380 "require": {
1381 "php": ">=5.6.0"
1382 },
1383 "type": "library",
1384 "autoload": {
1385 "psr-4": {
1386 "Fpdf\\": "src/Fpdf"
1387 }
1388 },
1389 "notification-url": "https://packagist.org/downloads/",
1390 "license": [
1391 "MIT"
1392 ],
1393 "authors": [
1394 {
1395 "name": "Corey Doughty",
1396 "email": "corey@doughty.ca"
1397 }
1398 ],
1399 "description": "FPDF Composer Wrapper",
1400 "homepage": "https://github.com/coreydoughty/Fpdf",
1401 "keywords": [
1402 "fpdf",
1403 "pdf",
1404 "wrapper"
1405 ],
1406 "support": {
1407 "issues": "https://github.com/coreydoughty/Fpdf/issues",
1408 "source": "https://github.com/coreydoughty/Fpdf/tree/1.84.1"
1409 },
1410 "time": "2022-09-02T14:13:29+00:00"
1411 },
1412 {
1413 "name": "google/apiclient",
1414 "version": "v2.12.6",
1415 "source": {
1416 "type": "git",
1417 "url": "https://github.com/googleapis/google-api-php-client.git",
1418 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
1419 },
1420 "dist": {
1421 "type": "zip",
1422 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
1423 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
1424 "shasum": ""
1425 },
1426 "require": {
1427 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
1428 "google/apiclient-services": "~0.200",
1429 "google/auth": "^1.10",
1430 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
1431 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
1432 "monolog/monolog": "^1.17||^2.0||^3.0",
1433 "php": "^5.6|^7.0|^8.0",
1434 "phpseclib/phpseclib": "~2.0||^3.0.2"
1435 },
1436 "require-dev": {
1437 "cache/filesystem-adapter": "^0.3.2|^1.1",
1438 "composer/composer": "^1.10.22",
1439 "phpcompatibility/php-compatibility": "^9.2",
1440 "phpspec/prophecy-phpunit": "^1.1||^2.0",
1441 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
1442 "squizlabs/php_codesniffer": "^3.0",
1443 "symfony/css-selector": "~2.1",
1444 "symfony/dom-crawler": "~2.1",
1445 "yoast/phpunit-polyfills": "^1.0"
1446 },
1447 "suggest": {
1448 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
1449 },
1450 "type": "library",
1451 "extra": {
1452 "branch-alias": {
1453 "dev-main": "2.x-dev"
1454 }
1455 },
1456 "autoload": {
1457 "files": [
1458 "src/aliases.php"
1459 ],
1460 "psr-4": {
1461 "Google\\": "src/"
1462 },
1463 "classmap": [
1464 "src/aliases.php"
1465 ]
1466 },
1467 "notification-url": "https://packagist.org/downloads/",
1468 "license": [
1469 "Apache-2.0"
1470 ],
1471 "description": "Client library for Google APIs",
1472 "homepage": "http://developers.google.com/api-client-library/php",
1473 "keywords": [
1474 "google"
1475 ],
1476 "support": {
1477 "issues": "https://github.com/googleapis/google-api-php-client/issues",
1478 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.6"
1479 },
1480 "time": "2022-06-06T20:00:19+00:00"
1481 },
1482 {
1483 "name": "google/apiclient-services",
1484 "version": "v0.266.0",
1485 "source": {
1486 "type": "git",
1487 "url": "https://github.com/googleapis/google-api-php-client-services.git",
1488 "reference": "27ead5edc8ba4a17ddd211ad03216c313a57411f"
1489 },
1490 "dist": {
1491 "type": "zip",
1492 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/27ead5edc8ba4a17ddd211ad03216c313a57411f",
1493 "reference": "27ead5edc8ba4a17ddd211ad03216c313a57411f",
1494 "shasum": ""
1495 },
1496 "require": {
1497 "php": ">=5.6"
1498 },
1499 "require-dev": {
1500 "phpunit/phpunit": "^5.7||^8.5.13"
1501 },
1502 "type": "library",
1503 "autoload": {
1504 "files": [
1505 "autoload.php"
1506 ],
1507 "psr-4": {
1508 "Google\\Service\\": "src"
1509 }
1510 },
1511 "notification-url": "https://packagist.org/downloads/",
1512 "license": [
1513 "Apache-2.0"
1514 ],
1515 "description": "Client library for Google APIs",
1516 "homepage": "http://developers.google.com/api-client-library/php",
1517 "keywords": [
1518 "google"
1519 ],
1520 "support": {
1521 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
1522 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.266.0"
1523 },
1524 "time": "2022-09-12T01:28:14+00:00"
1525 },
1526 {
1527 "name": "google/auth",
1528 "version": "v1.22.0",
1529 "source": {
1530 "type": "git",
1531 "url": "https://github.com/googleapis/google-auth-library-php.git",
1532 "reference": "da4037df770027c8f7163595a29ec434f705f8b1"
1533 },
1534 "dist": {
1535 "type": "zip",
1536 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/da4037df770027c8f7163595a29ec434f705f8b1",
1537 "reference": "da4037df770027c8f7163595a29ec434f705f8b1",
1538 "shasum": ""
1539 },
1540 "require": {
1541 "firebase/php-jwt": "^5.5||^6.0",
1542 "guzzlehttp/guzzle": "^6.2.1|^7.0",
1543 "guzzlehttp/psr7": "^1.7|^2.0",
1544 "php": "^7.1||^8.0",
1545 "psr/cache": "^1.0|^2.0|^3.0",
1546 "psr/http-message": "^1.0"
1547 },
1548 "require-dev": {
1549 "guzzlehttp/promises": "0.1.1|^1.3",
1550 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
1551 "phpseclib/phpseclib": "^2.0.31",
1552 "phpspec/prophecy-phpunit": "^1.1",
1553 "phpunit/phpunit": "^7.5||^8.5",
1554 "sebastian/comparator": ">=1.2.3",
1555 "squizlabs/php_codesniffer": "^3.5"
1556 },
1557 "suggest": {
1558 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
1559 },
1560 "type": "library",
1561 "autoload": {
1562 "psr-4": {
1563 "Google\\Auth\\": "src"
1564 }
1565 },
1566 "notification-url": "https://packagist.org/downloads/",
1567 "license": [
1568 "Apache-2.0"
1569 ],
1570 "description": "Google Auth Library for PHP",
1571 "homepage": "http://github.com/google/google-auth-library-php",
1572 "keywords": [
1573 "Authentication",
1574 "google",
1575 "oauth2"
1576 ],
1577 "support": {
1578 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
1579 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
1580 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.22.0"
1581 },
1582 "time": "2022-09-01T17:07:07+00:00"
1583 },
1584 {
1585 "name": "guzzlehttp/guzzle",
1586 "version": "7.5.0",
1587 "source": {
1588 "type": "git",
1589 "url": "https://github.com/guzzle/guzzle.git",
1590 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
1591 },
1592 "dist": {
1593 "type": "zip",
1594 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1595 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1596 "shasum": ""
1597 },
1598 "require": {
1599 "ext-json": "*",
1600 "guzzlehttp/promises": "^1.5",
1601 "guzzlehttp/psr7": "^1.9 || ^2.4",
1602 "php": "^7.2.5 || ^8.0",
1603 "psr/http-client": "^1.0",
1604 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1605 },
1606 "provide": {
1607 "psr/http-client-implementation": "1.0"
1608 },
1609 "require-dev": {
1610 "bamarni/composer-bin-plugin": "^1.8.1",
1611 "ext-curl": "*",
1612 "php-http/client-integration-tests": "^3.0",
1613 "phpunit/phpunit": "^8.5.29 || ^9.5.23",
1614 "psr/log": "^1.1 || ^2.0 || ^3.0"
1615 },
1616 "suggest": {
1617 "ext-curl": "Required for CURL handler support",
1618 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1619 "psr/log": "Required for using the Log middleware"
1620 },
1621 "type": "library",
1622 "extra": {
1623 "bamarni-bin": {
1624 "bin-links": true,
1625 "forward-command": false
1626 },
1627 "branch-alias": {
1628 "dev-master": "7.5-dev"
1629 }
1630 },
1631 "autoload": {
1632 "files": [
1633 "src/functions_include.php"
1634 ],
1635 "psr-4": {
1636 "GuzzleHttp\\": "src/"
1637 }
1638 },
1639 "notification-url": "https://packagist.org/downloads/",
1640 "license": [
1641 "MIT"
1642 ],
1643 "authors": [
1644 {
1645 "name": "Graham Campbell",
1646 "email": "hello@gjcampbell.co.uk",
1647 "homepage": "https://github.com/GrahamCampbell"
1648 },
1649 {
1650 "name": "Michael Dowling",
1651 "email": "mtdowling@gmail.com",
1652 "homepage": "https://github.com/mtdowling"
1653 },
1654 {
1655 "name": "Jeremy Lindblom",
1656 "email": "jeremeamia@gmail.com",
1657 "homepage": "https://github.com/jeremeamia"
1658 },
1659 {
1660 "name": "George Mponos",
1661 "email": "gmponos@gmail.com",
1662 "homepage": "https://github.com/gmponos"
1663 },
1664 {
1665 "name": "Tobias Nyholm",
1666 "email": "tobias.nyholm@gmail.com",
1667 "homepage": "https://github.com/Nyholm"
1668 },
1669 {
1670 "name": "MƔrk SƔgi-KazƔr",
1671 "email": "mark.sagikazar@gmail.com",
1672 "homepage": "https://github.com/sagikazarmark"
1673 },
1674 {
1675 "name": "Tobias Schultze",
1676 "email": "webmaster@tubo-world.de",
1677 "homepage": "https://github.com/Tobion"
1678 }
1679 ],
1680 "description": "Guzzle is a PHP HTTP client library",
1681 "keywords": [
1682 "client",
1683 "curl",
1684 "framework",
1685 "http",
1686 "http client",
1687 "psr-18",
1688 "psr-7",
1689 "rest",
1690 "web service"
1691 ],
1692 "support": {
1693 "issues": "https://github.com/guzzle/guzzle/issues",
1694 "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
1695 },
1696 "funding": [
1697 {
1698 "url": "https://github.com/GrahamCampbell",
1699 "type": "github"
1700 },
1701 {
1702 "url": "https://github.com/Nyholm",
1703 "type": "github"
1704 },
1705 {
1706 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1707 "type": "tidelift"
1708 }
1709 ],
1710 "time": "2022-08-28T15:39:27+00:00"
1711 },
1712 {
1713 "name": "guzzlehttp/promises",
1714 "version": "1.5.2",
1715 "source": {
1716 "type": "git",
1717 "url": "https://github.com/guzzle/promises.git",
1718 "reference": "b94b2807d85443f9719887892882d0329d1e2598"
1719 },
1720 "dist": {
1721 "type": "zip",
1722 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
1723 "reference": "b94b2807d85443f9719887892882d0329d1e2598",
1724 "shasum": ""
1725 },
1726 "require": {
1727 "php": ">=5.5"
1728 },
1729 "require-dev": {
1730 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1731 },
1732 "type": "library",
1733 "extra": {
1734 "branch-alias": {
1735 "dev-master": "1.5-dev"
1736 }
1737 },
1738 "autoload": {
1739 "files": [
1740 "src/functions_include.php"
1741 ],
1742 "psr-4": {
1743 "GuzzleHttp\\Promise\\": "src/"
1744 }
1745 },
1746 "notification-url": "https://packagist.org/downloads/",
1747 "license": [
1748 "MIT"
1749 ],
1750 "authors": [
1751 {
1752 "name": "Graham Campbell",
1753 "email": "hello@gjcampbell.co.uk",
1754 "homepage": "https://github.com/GrahamCampbell"
1755 },
1756 {
1757 "name": "Michael Dowling",
1758 "email": "mtdowling@gmail.com",
1759 "homepage": "https://github.com/mtdowling"
1760 },
1761 {
1762 "name": "Tobias Nyholm",
1763 "email": "tobias.nyholm@gmail.com",
1764 "homepage": "https://github.com/Nyholm"
1765 },
1766 {
1767 "name": "Tobias Schultze",
1768 "email": "webmaster@tubo-world.de",
1769 "homepage": "https://github.com/Tobion"
1770 }
1771 ],
1772 "description": "Guzzle promises library",
1773 "keywords": [
1774 "promise"
1775 ],
1776 "support": {
1777 "issues": "https://github.com/guzzle/promises/issues",
1778 "source": "https://github.com/guzzle/promises/tree/1.5.2"
1779 },
1780 "funding": [
1781 {
1782 "url": "https://github.com/GrahamCampbell",
1783 "type": "github"
1784 },
1785 {
1786 "url": "https://github.com/Nyholm",
1787 "type": "github"
1788 },
1789 {
1790 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1791 "type": "tidelift"
1792 }
1793 ],
1794 "time": "2022-08-28T14:55:35+00:00"
1795 },
1796 {
1797 "name": "guzzlehttp/psr7",
1798 "version": "2.4.1",
1799 "source": {
1800 "type": "git",
1801 "url": "https://github.com/guzzle/psr7.git",
1802 "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379"
1803 },
1804 "dist": {
1805 "type": "zip",
1806 "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379",
1807 "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379",
1808 "shasum": ""
1809 },
1810 "require": {
1811 "php": "^7.2.5 || ^8.0",
1812 "psr/http-factory": "^1.0",
1813 "psr/http-message": "^1.0",
1814 "ralouphie/getallheaders": "^3.0"
1815 },
1816 "provide": {
1817 "psr/http-factory-implementation": "1.0",
1818 "psr/http-message-implementation": "1.0"
1819 },
1820 "require-dev": {
1821 "bamarni/composer-bin-plugin": "^1.8.1",
1822 "http-interop/http-factory-tests": "^0.9",
1823 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1824 },
1825 "suggest": {
1826 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1827 },
1828 "type": "library",
1829 "extra": {
1830 "bamarni-bin": {
1831 "bin-links": true,
1832 "forward-command": false
1833 },
1834 "branch-alias": {
1835 "dev-master": "2.4-dev"
1836 }
1837 },
1838 "autoload": {
1839 "psr-4": {
1840 "GuzzleHttp\\Psr7\\": "src/"
1841 }
1842 },
1843 "notification-url": "https://packagist.org/downloads/",
1844 "license": [
1845 "MIT"
1846 ],
1847 "authors": [
1848 {
1849 "name": "Graham Campbell",
1850 "email": "hello@gjcampbell.co.uk",
1851 "homepage": "https://github.com/GrahamCampbell"
1852 },
1853 {
1854 "name": "Michael Dowling",
1855 "email": "mtdowling@gmail.com",
1856 "homepage": "https://github.com/mtdowling"
1857 },
1858 {
1859 "name": "George Mponos",
1860 "email": "gmponos@gmail.com",
1861 "homepage": "https://github.com/gmponos"
1862 },
1863 {
1864 "name": "Tobias Nyholm",
1865 "email": "tobias.nyholm@gmail.com",
1866 "homepage": "https://github.com/Nyholm"
1867 },
1868 {
1869 "name": "MƔrk SƔgi-KazƔr",
1870 "email": "mark.sagikazar@gmail.com",
1871 "homepage": "https://github.com/sagikazarmark"
1872 },
1873 {
1874 "name": "Tobias Schultze",
1875 "email": "webmaster@tubo-world.de",
1876 "homepage": "https://github.com/Tobion"
1877 },
1878 {
1879 "name": "MƔrk SƔgi-KazƔr",
1880 "email": "mark.sagikazar@gmail.com",
1881 "homepage": "https://sagikazarmark.hu"
1882 }
1883 ],
1884 "description": "PSR-7 message implementation that also provides common utility methods",
1885 "keywords": [
1886 "http",
1887 "message",
1888 "psr-7",
1889 "request",
1890 "response",
1891 "stream",
1892 "uri",
1893 "url"
1894 ],
1895 "support": {
1896 "issues": "https://github.com/guzzle/psr7/issues",
1897 "source": "https://github.com/guzzle/psr7/tree/2.4.1"
1898 },
1899 "funding": [
1900 {
1901 "url": "https://github.com/GrahamCampbell",
1902 "type": "github"
1903 },
1904 {
1905 "url": "https://github.com/Nyholm",
1906 "type": "github"
1907 },
1908 {
1909 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1910 "type": "tidelift"
1911 }
1912 ],
1913 "time": "2022-08-28T14:45:39+00:00"
1914 },
1915 {
1916 "name": "monolog/monolog",
1917 "version": "3.2.0",
1918 "source": {
1919 "type": "git",
1920 "url": "https://github.com/Seldaek/monolog.git",
1921 "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81"
1922 },
1923 "dist": {
1924 "type": "zip",
1925 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/305444bc6fb6c89e490f4b34fa6e979584d7fa81",
1926 "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81",
1927 "shasum": ""
1928 },
1929 "require": {
1930 "php": ">=8.1",
1931 "psr/log": "^2.0 || ^3.0"
1932 },
1933 "provide": {
1934 "psr/log-implementation": "3.0.0"
1935 },
1936 "require-dev": {
1937 "aws/aws-sdk-php": "^3.0",
1938 "doctrine/couchdb": "~1.0@dev",
1939 "elasticsearch/elasticsearch": "^7 || ^8",
1940 "ext-json": "*",
1941 "graylog2/gelf-php": "^1.4.2",
1942 "guzzlehttp/guzzle": "^7.4",
1943 "guzzlehttp/psr7": "^2.2",
1944 "mongodb/mongodb": "^1.8",
1945 "php-amqplib/php-amqplib": "~2.4 || ^3",
1946 "phpstan/phpstan": "^1.4",
1947 "phpstan/phpstan-deprecation-rules": "^1.0",
1948 "phpstan/phpstan-strict-rules": "^1.1",
1949 "phpunit/phpunit": "^9.5.16",
1950 "predis/predis": "^1.1",
1951 "ruflin/elastica": "^7",
1952 "symfony/mailer": "^5.4 || ^6",
1953 "symfony/mime": "^5.4 || ^6"
1954 },
1955 "suggest": {
1956 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1957 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1958 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1959 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1960 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1961 "ext-mbstring": "Allow to work properly with unicode symbols",
1962 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1963 "ext-openssl": "Required to send log messages using SSL",
1964 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1965 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1966 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1967 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1968 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1969 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1970 },
1971 "type": "library",
1972 "extra": {
1973 "branch-alias": {
1974 "dev-main": "3.x-dev"
1975 }
1976 },
1977 "autoload": {
1978 "psr-4": {
1979 "Monolog\\": "src/Monolog"
1980 }
1981 },
1982 "notification-url": "https://packagist.org/downloads/",
1983 "license": [
1984 "MIT"
1985 ],
1986 "authors": [
1987 {
1988 "name": "Jordi Boggiano",
1989 "email": "j.boggiano@seld.be",
1990 "homepage": "https://seld.be"
1991 }
1992 ],
1993 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1994 "homepage": "https://github.com/Seldaek/monolog",
1995 "keywords": [
1996 "log",
1997 "logging",
1998 "psr-3"
1999 ],
2000 "support": {
2001 "issues": "https://github.com/Seldaek/monolog/issues",
2002 "source": "https://github.com/Seldaek/monolog/tree/3.2.0"
2003 },
2004 "funding": [
2005 {
2006 "url": "https://github.com/Seldaek",
2007 "type": "github"
2008 },
2009 {
2010 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2011 "type": "tidelift"
2012 }
2013 ],
2014 "time": "2022-07-24T12:00:55+00:00"
2015 },
2016 {
2017 "name": "paragonie/constant_time_encoding",
2018 "version": "v2.6.3",
2019 "source": {
2020 "type": "git",
2021 "url": "https://github.com/paragonie/constant_time_encoding.git",
2022 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
2023 },
2024 "dist": {
2025 "type": "zip",
2026 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
2027 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
2028 "shasum": ""
2029 },
2030 "require": {
2031 "php": "^7|^8"
2032 },
2033 "require-dev": {
2034 "phpunit/phpunit": "^6|^7|^8|^9",
2035 "vimeo/psalm": "^1|^2|^3|^4"
2036 },
2037 "type": "library",
2038 "autoload": {
2039 "psr-4": {
2040 "ParagonIE\\ConstantTime\\": "src/"
2041 }
2042 },
2043 "notification-url": "https://packagist.org/downloads/",
2044 "license": [
2045 "MIT"
2046 ],
2047 "authors": [
2048 {
2049 "name": "Paragon Initiative Enterprises",
2050 "email": "security@paragonie.com",
2051 "homepage": "https://paragonie.com",
2052 "role": "Maintainer"
2053 },
2054 {
2055 "name": "Steve 'Sc00bz' Thomas",
2056 "email": "steve@tobtu.com",
2057 "homepage": "https://www.tobtu.com",
2058 "role": "Original Developer"
2059 }
2060 ],
2061 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
2062 "keywords": [
2063 "base16",
2064 "base32",
2065 "base32_decode",
2066 "base32_encode",
2067 "base64",
2068 "base64_decode",
2069 "base64_encode",
2070 "bin2hex",
2071 "encoding",
2072 "hex",
2073 "hex2bin",
2074 "rfc4648"
2075 ],
2076 "support": {
2077 "email": "info@paragonie.com",
2078 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
2079 "source": "https://github.com/paragonie/constant_time_encoding"
2080 },
2081 "time": "2022-06-14T06:56:20+00:00"
2082 },
2083 {
2084 "name": "phpseclib/phpseclib",
2085 "version": "3.0.16",
2086 "source": {
2087 "type": "git",
2088 "url": "https://github.com/phpseclib/phpseclib.git",
2089 "reference": "7181378909ed8890be4db53d289faac5b77f8b05"
2090 },
2091 "dist": {
2092 "type": "zip",
2093 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/7181378909ed8890be4db53d289faac5b77f8b05",
2094 "reference": "7181378909ed8890be4db53d289faac5b77f8b05",
2095 "shasum": ""
2096 },
2097 "require": {
2098 "paragonie/constant_time_encoding": "^1|^2",
2099 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
2100 "php": ">=5.6.1"
2101 },
2102 "require-dev": {
2103 "phpunit/phpunit": "*"
2104 },
2105 "suggest": {
2106 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
2107 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2108 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2109 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2110 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2111 },
2112 "type": "library",
2113 "autoload": {
2114 "files": [
2115 "phpseclib/bootstrap.php"
2116 ],
2117 "psr-4": {
2118 "phpseclib3\\": "phpseclib/"
2119 }
2120 },
2121 "notification-url": "https://packagist.org/downloads/",
2122 "license": [
2123 "MIT"
2124 ],
2125 "authors": [
2126 {
2127 "name": "Jim Wigginton",
2128 "email": "terrafrost@php.net",
2129 "role": "Lead Developer"
2130 },
2131 {
2132 "name": "Patrick Monnerat",
2133 "email": "pm@datasphere.ch",
2134 "role": "Developer"
2135 },
2136 {
2137 "name": "Andreas Fischer",
2138 "email": "bantu@phpbb.com",
2139 "role": "Developer"
2140 },
2141 {
2142 "name": "Hans-JĆ¼rgen Petrich",
2143 "email": "petrich@tronic-media.com",
2144 "role": "Developer"
2145 },
2146 {
2147 "name": "Graham Campbell",
2148 "email": "graham@alt-three.com",
2149 "role": "Developer"
2150 }
2151 ],
2152 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2153 "homepage": "http://phpseclib.sourceforge.net",
2154 "keywords": [
2155 "BigInteger",
2156 "aes",
2157 "asn.1",
2158 "asn1",
2159 "blowfish",
2160 "crypto",
2161 "cryptography",
2162 "encryption",
2163 "rsa",
2164 "security",
2165 "sftp",
2166 "signature",
2167 "signing",
2168 "ssh",
2169 "twofish",
2170 "x.509",
2171 "x509"
2172 ],
2173 "support": {
2174 "issues": "https://github.com/phpseclib/phpseclib/issues",
2175 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.16"
2176 },
2177 "funding": [
2178 {
2179 "url": "https://github.com/terrafrost",
2180 "type": "github"
2181 },
2182 {
2183 "url": "https://www.patreon.com/phpseclib",
2184 "type": "patreon"
2185 },
2186 {
2187 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2188 "type": "tidelift"
2189 }
2190 ],
2191 "time": "2022-09-05T18:03:08+00:00"
2192 },
2193 {
2194 "name": "psr/cache",
2195 "version": "2.0.0",
2196 "source": {
2197 "type": "git",
2198 "url": "https://github.com/php-fig/cache.git",
2199 "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
2200 },
2201 "dist": {
2202 "type": "zip",
2203 "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
2204 "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
2205 "shasum": ""
2206 },
2207 "require": {
2208 "php": ">=8.0.0"
2209 },
2210 "type": "library",
2211 "extra": {
2212 "branch-alias": {
2213 "dev-master": "1.0.x-dev"
2214 }
2215 },
2216 "autoload": {
2217 "psr-4": {
2218 "Psr\\Cache\\": "src/"
2219 }
2220 },
2221 "notification-url": "https://packagist.org/downloads/",
2222 "license": [
2223 "MIT"
2224 ],
2225 "authors": [
2226 {
2227 "name": "PHP-FIG",
2228 "homepage": "https://www.php-fig.org/"
2229 }
2230 ],
2231 "description": "Common interface for caching libraries",
2232 "keywords": [
2233 "cache",
2234 "psr",
2235 "psr-6"
2236 ],
2237 "support": {
2238 "source": "https://github.com/php-fig/cache/tree/2.0.0"
2239 },
2240 "time": "2021-02-03T23:23:37+00:00"
2241 },
2242 {
2243 "name": "psr/container",
2244 "version": "1.1.2",
2245 "source": {
2246 "type": "git",
2247 "url": "https://github.com/php-fig/container.git",
2248 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
2249 },
2250 "dist": {
2251 "type": "zip",
2252 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
2253 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
2254 "shasum": ""
2255 },
2256 "require": {
2257 "php": ">=7.4.0"
2258 },
2259 "type": "library",
2260 "autoload": {
2261 "psr-4": {
2262 "Psr\\Container\\": "src/"
2263 }
2264 },
2265 "notification-url": "https://packagist.org/downloads/",
2266 "license": [
2267 "MIT"
2268 ],
2269 "authors": [
2270 {
2271 "name": "PHP-FIG",
2272 "homepage": "https://www.php-fig.org/"
2273 }
2274 ],
2275 "description": "Common Container Interface (PHP FIG PSR-11)",
2276 "homepage": "https://github.com/php-fig/container",
2277 "keywords": [
2278 "PSR-11",
2279 "container",
2280 "container-interface",
2281 "container-interop",
2282 "psr"
2283 ],
2284 "support": {
2285 "issues": "https://github.com/php-fig/container/issues",
2286 "source": "https://github.com/php-fig/container/tree/1.1.2"
2287 },
2288 "time": "2021-11-05T16:50:12+00:00"
2289 },
2290 {
2291 "name": "psr/event-dispatcher",
2292 "version": "1.0.0",
2293 "source": {
2294 "type": "git",
2295 "url": "https://github.com/php-fig/event-dispatcher.git",
2296 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2297 },
2298 "dist": {
2299 "type": "zip",
2300 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2301 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2302 "shasum": ""
2303 },
2304 "require": {
2305 "php": ">=7.2.0"
2306 },
2307 "type": "library",
2308 "extra": {
2309 "branch-alias": {
2310 "dev-master": "1.0.x-dev"
2311 }
2312 },
2313 "autoload": {
2314 "psr-4": {
2315 "Psr\\EventDispatcher\\": "src/"
2316 }
2317 },
2318 "notification-url": "https://packagist.org/downloads/",
2319 "license": [
2320 "MIT"
2321 ],
2322 "authors": [
2323 {
2324 "name": "PHP-FIG",
2325 "homepage": "http://www.php-fig.org/"
2326 }
2327 ],
2328 "description": "Standard interfaces for event handling.",
2329 "keywords": [
2330 "events",
2331 "psr",
2332 "psr-14"
2333 ],
2334 "support": {
2335 "issues": "https://github.com/php-fig/event-dispatcher/issues",
2336 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2337 },
2338 "time": "2019-01-08T18:20:26+00:00"
2339 },
2340 {
2341 "name": "psr/http-client",
2342 "version": "1.0.1",
2343 "source": {
2344 "type": "git",
2345 "url": "https://github.com/php-fig/http-client.git",
2346 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2347 },
2348 "dist": {
2349 "type": "zip",
2350 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2351 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2352 "shasum": ""
2353 },
2354 "require": {
2355 "php": "^7.0 || ^8.0",
2356 "psr/http-message": "^1.0"
2357 },
2358 "type": "library",
2359 "extra": {
2360 "branch-alias": {
2361 "dev-master": "1.0.x-dev"
2362 }
2363 },
2364 "autoload": {
2365 "psr-4": {
2366 "Psr\\Http\\Client\\": "src/"
2367 }
2368 },
2369 "notification-url": "https://packagist.org/downloads/",
2370 "license": [
2371 "MIT"
2372 ],
2373 "authors": [
2374 {
2375 "name": "PHP-FIG",
2376 "homepage": "http://www.php-fig.org/"
2377 }
2378 ],
2379 "description": "Common interface for HTTP clients",
2380 "homepage": "https://github.com/php-fig/http-client",
2381 "keywords": [
2382 "http",
2383 "http-client",
2384 "psr",
2385 "psr-18"
2386 ],
2387 "support": {
2388 "source": "https://github.com/php-fig/http-client/tree/master"
2389 },
2390 "time": "2020-06-29T06:28:15+00:00"
2391 },
2392 {
2393 "name": "psr/http-factory",
2394 "version": "1.0.1",
2395 "source": {
2396 "type": "git",
2397 "url": "https://github.com/php-fig/http-factory.git",
2398 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
2399 },
2400 "dist": {
2401 "type": "zip",
2402 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2403 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2404 "shasum": ""
2405 },
2406 "require": {
2407 "php": ">=7.0.0",
2408 "psr/http-message": "^1.0"
2409 },
2410 "type": "library",
2411 "extra": {
2412 "branch-alias": {
2413 "dev-master": "1.0.x-dev"
2414 }
2415 },
2416 "autoload": {
2417 "psr-4": {
2418 "Psr\\Http\\Message\\": "src/"
2419 }
2420 },
2421 "notification-url": "https://packagist.org/downloads/",
2422 "license": [
2423 "MIT"
2424 ],
2425 "authors": [
2426 {
2427 "name": "PHP-FIG",
2428 "homepage": "http://www.php-fig.org/"
2429 }
2430 ],
2431 "description": "Common interfaces for PSR-7 HTTP message factories",
2432 "keywords": [
2433 "factory",
2434 "http",
2435 "message",
2436 "psr",
2437 "psr-17",
2438 "psr-7",
2439 "request",
2440 "response"
2441 ],
2442 "support": {
2443 "source": "https://github.com/php-fig/http-factory/tree/master"
2444 },
2445 "time": "2019-04-30T12:38:16+00:00"
2446 },
2447 {
2448 "name": "psr/http-message",
2449 "version": "1.0.1",
2450 "source": {
2451 "type": "git",
2452 "url": "https://github.com/php-fig/http-message.git",
2453 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2454 },
2455 "dist": {
2456 "type": "zip",
2457 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2458 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2459 "shasum": ""
2460 },
2461 "require": {
2462 "php": ">=5.3.0"
2463 },
2464 "type": "library",
2465 "extra": {
2466 "branch-alias": {
2467 "dev-master": "1.0.x-dev"
2468 }
2469 },
2470 "autoload": {
2471 "psr-4": {
2472 "Psr\\Http\\Message\\": "src/"
2473 }
2474 },
2475 "notification-url": "https://packagist.org/downloads/",
2476 "license": [
2477 "MIT"
2478 ],
2479 "authors": [
2480 {
2481 "name": "PHP-FIG",
2482 "homepage": "http://www.php-fig.org/"
2483 }
2484 ],
2485 "description": "Common interface for HTTP messages",
2486 "homepage": "https://github.com/php-fig/http-message",
2487 "keywords": [
2488 "http",
2489 "http-message",
2490 "psr",
2491 "psr-7",
2492 "request",
2493 "response"
2494 ],
2495 "support": {
2496 "source": "https://github.com/php-fig/http-message/tree/master"
2497 },
2498 "time": "2016-08-06T14:39:51+00:00"
2499 },
2500 {
2501 "name": "psr/log",
2502 "version": "2.0.0",
2503 "source": {
2504 "type": "git",
2505 "url": "https://github.com/php-fig/log.git",
2506 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
2507 },
2508 "dist": {
2509 "type": "zip",
2510 "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
2511 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
2512 "shasum": ""
2513 },
2514 "require": {
2515 "php": ">=8.0.0"
2516 },
2517 "type": "library",
2518 "extra": {
2519 "branch-alias": {
2520 "dev-master": "2.0.x-dev"
2521 }
2522 },
2523 "autoload": {
2524 "psr-4": {
2525 "Psr\\Log\\": "src"
2526 }
2527 },
2528 "notification-url": "https://packagist.org/downloads/",
2529 "license": [
2530 "MIT"
2531 ],
2532 "authors": [
2533 {
2534 "name": "PHP-FIG",
2535 "homepage": "https://www.php-fig.org/"
2536 }
2537 ],
2538 "description": "Common interface for logging libraries",
2539 "homepage": "https://github.com/php-fig/log",
2540 "keywords": [
2541 "log",
2542 "psr",
2543 "psr-3"
2544 ],
2545 "support": {
2546 "source": "https://github.com/php-fig/log/tree/2.0.0"
2547 },
2548 "time": "2021-07-14T16:41:46+00:00"
2549 },
2550 {
2551 "name": "ralouphie/getallheaders",
2552 "version": "3.0.3",
2553 "source": {
2554 "type": "git",
2555 "url": "https://github.com/ralouphie/getallheaders.git",
2556 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2557 },
2558 "dist": {
2559 "type": "zip",
2560 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2561 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2562 "shasum": ""
2563 },
2564 "require": {
2565 "php": ">=5.6"
2566 },
2567 "require-dev": {
2568 "php-coveralls/php-coveralls": "^2.1",
2569 "phpunit/phpunit": "^5 || ^6.5"
2570 },
2571 "type": "library",
2572 "autoload": {
2573 "files": [
2574 "src/getallheaders.php"
2575 ]
2576 },
2577 "notification-url": "https://packagist.org/downloads/",
2578 "license": [
2579 "MIT"
2580 ],
2581 "authors": [
2582 {
2583 "name": "Ralph Khattar",
2584 "email": "ralph.khattar@gmail.com"
2585 }
2586 ],
2587 "description": "A polyfill for getallheaders.",
2588 "support": {
2589 "issues": "https://github.com/ralouphie/getallheaders/issues",
2590 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2591 },
2592 "time": "2019-03-08T08:55:37+00:00"
2593 },
2594 {
2595 "name": "rapsys/airbundle",
2596 "version": "dev-master",
2597 "source": {
2598 "type": "git",
2599 "url": "https://rapsys@git.rapsys.eu/airbundle",
2600 "reference": "master"
2601 },
2602 "require": {
2603 "doctrine/doctrine-bundle": "^1.0|^2.6",
2604 "doctrine/orm": "^2.0",
2605 "erusev/parsedown": "^1.7",
2606 "fpdf/fpdf": "^1.83",
2607 "google/apiclient": "^2.9",
2608 "rapsys/packbundle": "dev-master",
2609 "rapsys/userbundle": "dev-master",
2610 "symfony/flex": "^1.0",
2611 "symfony/form": "^4.0|^5.0",
2612 "symfony/framework-bundle": "^4.0|^5.0",
2613 "symfony/mailer": "^4.0|^5.0",
2614 "symfony/profiler-pack": "^1.0",
2615 "symfony/security-bundle": "^4.0|^5.0",
2616 "symfony/translation": "^4.0|^5.0",
2617 "symfony/twig-bundle": "^4.0|^5.0",
2618 "symfony/validator": "^4.0|^5.0",
2619 "twig/html-extra": "^2.0|^3.0"
2620 },
2621 "require-dev": {
2622 "doctrine/doctrine-fixtures-bundle": "^3.0",
2623 "symfony/browser-kit": "^4.0|^5.0",
2624 "symfony/maker-bundle": "^1.0",
2625 "symfony/phpunit-bridge": "^4.0|^5.0",
2626 "symfony/web-profiler-bundle": "^4.0|^5.0"
2627 },
2628 "type": "library",
2629 "autoload": {
2630 "psr-4": {
2631 "Rapsys\\AirBundle\\": ""
2632 }
2633 }
2634 },
2635 {
2636 "name": "rapsys/packbundle",
2637 "version": "dev-master",
2638 "source": {
2639 "type": "git",
2640 "url": "https://rapsys@git.rapsys.eu/packbundle",
2641 "reference": "master"
2642 },
2643 "require": {
2644 "symfony/asset": "^4.0|^5.0",
2645 "symfony/flex": "^1.0",
2646 "symfony/framework-bundle": "^4.0|^5.0",
2647 "symfony/process": "^4.0|^5.0",
2648 "symfony/twig-bundle": "^4.0|^5.0"
2649 },
2650 "type": "library",
2651 "autoload": {
2652 "psr-4": {
2653 "Rapsys\\PackBundle\\": ""
2654 }
2655 }
2656 },
2657 {
2658 "name": "rapsys/userbundle",
2659 "version": "dev-master",
2660 "source": {
2661 "type": "git",
2662 "url": "https://rapsys@git.rapsys.eu/userbundle",
2663 "reference": "master"
2664 },
2665 "require": {
2666 "doctrine/doctrine-bundle": "^1.0|^2.6",
2667 "rapsys/packbundle": "dev-master",
2668 "symfony/flex": "^1.0",
2669 "symfony/form": "^4.0|^5.0",
2670 "symfony/framework-bundle": "^4.0|^5.0",
2671 "symfony/security-bundle": "^4.0|^5.0",
2672 "symfony/validator": "^4.0|^5.0"
2673 },
2674 "require-dev": {
2675 "doctrine/doctrine-fixtures-bundle": "^3.0"
2676 },
2677 "type": "library",
2678 "autoload": {
2679 "psr-4": {
2680 "Rapsys\\UserBundle\\": ""
2681 }
2682 }
2683 },
2684 {
2685 "name": "symfony/asset",
2686 "version": "v5.4.7",
2687 "source": {
2688 "type": "git",
2689 "url": "https://github.com/symfony/asset.git",
2690 "reference": "4affdca3da5f380caa27a338269b36ac288b3981"
2691 },
2692 "dist": {
2693 "type": "zip",
2694 "url": "https://api.github.com/repos/symfony/asset/zipball/4affdca3da5f380caa27a338269b36ac288b3981",
2695 "reference": "4affdca3da5f380caa27a338269b36ac288b3981",
2696 "shasum": ""
2697 },
2698 "require": {
2699 "php": ">=7.2.5",
2700 "symfony/deprecation-contracts": "^2.1|^3",
2701 "symfony/polyfill-php80": "^1.16"
2702 },
2703 "conflict": {
2704 "symfony/http-foundation": "<5.3"
2705 },
2706 "require-dev": {
2707 "symfony/http-client": "^4.4|^5.0|^6.0",
2708 "symfony/http-foundation": "^5.3|^6.0",
2709 "symfony/http-kernel": "^4.4|^5.0|^6.0"
2710 },
2711 "suggest": {
2712 "symfony/http-foundation": ""
2713 },
2714 "type": "library",
2715 "autoload": {
2716 "psr-4": {
2717 "Symfony\\Component\\Asset\\": ""
2718 },
2719 "exclude-from-classmap": [
2720 "/Tests/"
2721 ]
2722 },
2723 "notification-url": "https://packagist.org/downloads/",
2724 "license": [
2725 "MIT"
2726 ],
2727 "authors": [
2728 {
2729 "name": "Fabien Potencier",
2730 "email": "fabien@symfony.com"
2731 },
2732 {
2733 "name": "Symfony Community",
2734 "homepage": "https://symfony.com/contributors"
2735 }
2736 ],
2737 "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
2738 "homepage": "https://symfony.com",
2739 "support": {
2740 "source": "https://github.com/symfony/asset/tree/v5.4.7"
2741 },
2742 "funding": [
2743 {
2744 "url": "https://symfony.com/sponsor",
2745 "type": "custom"
2746 },
2747 {
2748 "url": "https://github.com/fabpot",
2749 "type": "github"
2750 },
2751 {
2752 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2753 "type": "tidelift"
2754 }
2755 ],
2756 "time": "2022-03-18T16:00:30+00:00"
2757 },
2758 {
2759 "name": "symfony/cache",
2760 "version": "v5.4.11",
2761 "source": {
2762 "type": "git",
2763 "url": "https://github.com/symfony/cache.git",
2764 "reference": "5a0fff46df349f0db3fe242263451fddf5277362"
2765 },
2766 "dist": {
2767 "type": "zip",
2768 "url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362",
2769 "reference": "5a0fff46df349f0db3fe242263451fddf5277362",
2770 "shasum": ""
2771 },
2772 "require": {
2773 "php": ">=7.2.5",
2774 "psr/cache": "^1.0|^2.0",
2775 "psr/log": "^1.1|^2|^3",
2776 "symfony/cache-contracts": "^1.1.7|^2",
2777 "symfony/deprecation-contracts": "^2.1|^3",
2778 "symfony/polyfill-php73": "^1.9",
2779 "symfony/polyfill-php80": "^1.16",
2780 "symfony/service-contracts": "^1.1|^2|^3",
2781 "symfony/var-exporter": "^4.4|^5.0|^6.0"
2782 },
2783 "conflict": {
2784 "doctrine/dbal": "<2.13.1",
2785 "symfony/dependency-injection": "<4.4",
2786 "symfony/http-kernel": "<4.4",
2787 "symfony/var-dumper": "<4.4"
2788 },
2789 "provide": {
2790 "psr/cache-implementation": "1.0|2.0",
2791 "psr/simple-cache-implementation": "1.0|2.0",
2792 "symfony/cache-implementation": "1.0|2.0"
2793 },
2794 "require-dev": {
2795 "cache/integration-tests": "dev-master",
2796 "doctrine/cache": "^1.6|^2.0",
2797 "doctrine/dbal": "^2.13.1|^3.0",
2798 "predis/predis": "^1.1",
2799 "psr/simple-cache": "^1.0|^2.0",
2800 "symfony/config": "^4.4|^5.0|^6.0",
2801 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
2802 "symfony/filesystem": "^4.4|^5.0|^6.0",
2803 "symfony/http-kernel": "^4.4|^5.0|^6.0",
2804 "symfony/messenger": "^4.4|^5.0|^6.0",
2805 "symfony/var-dumper": "^4.4|^5.0|^6.0"
2806 },
2807 "type": "library",
2808 "autoload": {
2809 "psr-4": {
2810 "Symfony\\Component\\Cache\\": ""
2811 },
2812 "exclude-from-classmap": [
2813 "/Tests/"
2814 ]
2815 },
2816 "notification-url": "https://packagist.org/downloads/",
2817 "license": [
2818 "MIT"
2819 ],
2820 "authors": [
2821 {
2822 "name": "Nicolas Grekas",
2823 "email": "p@tchwork.com"
2824 },
2825 {
2826 "name": "Symfony Community",
2827 "homepage": "https://symfony.com/contributors"
2828 }
2829 ],
2830 "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
2831 "homepage": "https://symfony.com",
2832 "keywords": [
2833 "caching",
2834 "psr6"
2835 ],
2836 "support": {
2837 "source": "https://github.com/symfony/cache/tree/v5.4.11"
2838 },
2839 "funding": [
2840 {
2841 "url": "https://symfony.com/sponsor",
2842 "type": "custom"
2843 },
2844 {
2845 "url": "https://github.com/fabpot",
2846 "type": "github"
2847 },
2848 {
2849 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2850 "type": "tidelift"
2851 }
2852 ],
2853 "time": "2022-07-28T15:25:17+00:00"
2854 },
2855 {
2856 "name": "symfony/cache-contracts",
2857 "version": "v2.5.2",
2858 "source": {
2859 "type": "git",
2860 "url": "https://github.com/symfony/cache-contracts.git",
2861 "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
2862 },
2863 "dist": {
2864 "type": "zip",
2865 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
2866 "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
2867 "shasum": ""
2868 },
2869 "require": {
2870 "php": ">=7.2.5",
2871 "psr/cache": "^1.0|^2.0|^3.0"
2872 },
2873 "suggest": {
2874 "symfony/cache-implementation": ""
2875 },
2876 "type": "library",
2877 "extra": {
2878 "branch-alias": {
2879 "dev-main": "2.5-dev"
2880 },
2881 "thanks": {
2882 "name": "symfony/contracts",
2883 "url": "https://github.com/symfony/contracts"
2884 }
2885 },
2886 "autoload": {
2887 "psr-4": {
2888 "Symfony\\Contracts\\Cache\\": ""
2889 }
2890 },
2891 "notification-url": "https://packagist.org/downloads/",
2892 "license": [
2893 "MIT"
2894 ],
2895 "authors": [
2896 {
2897 "name": "Nicolas Grekas",
2898 "email": "p@tchwork.com"
2899 },
2900 {
2901 "name": "Symfony Community",
2902 "homepage": "https://symfony.com/contributors"
2903 }
2904 ],
2905 "description": "Generic abstractions related to caching",
2906 "homepage": "https://symfony.com",
2907 "keywords": [
2908 "abstractions",
2909 "contracts",
2910 "decoupling",
2911 "interfaces",
2912 "interoperability",
2913 "standards"
2914 ],
2915 "support": {
2916 "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
2917 },
2918 "funding": [
2919 {
2920 "url": "https://symfony.com/sponsor",
2921 "type": "custom"
2922 },
2923 {
2924 "url": "https://github.com/fabpot",
2925 "type": "github"
2926 },
2927 {
2928 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2929 "type": "tidelift"
2930 }
2931 ],
2932 "time": "2022-01-02T09:53:40+00:00"
2933 },
2934 {
2935 "name": "symfony/config",
2936 "version": "v5.4.11",
2937 "source": {
2938 "type": "git",
2939 "url": "https://github.com/symfony/config.git",
2940 "reference": "ec79e03125c1d2477e43dde8528535d90cc78379"
2941 },
2942 "dist": {
2943 "type": "zip",
2944 "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379",
2945 "reference": "ec79e03125c1d2477e43dde8528535d90cc78379",
2946 "shasum": ""
2947 },
2948 "require": {
2949 "php": ">=7.2.5",
2950 "symfony/deprecation-contracts": "^2.1|^3",
2951 "symfony/filesystem": "^4.4|^5.0|^6.0",
2952 "symfony/polyfill-ctype": "~1.8",
2953 "symfony/polyfill-php80": "^1.16",
2954 "symfony/polyfill-php81": "^1.22"
2955 },
2956 "conflict": {
2957 "symfony/finder": "<4.4"
2958 },
2959 "require-dev": {
2960 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2961 "symfony/finder": "^4.4|^5.0|^6.0",
2962 "symfony/messenger": "^4.4|^5.0|^6.0",
2963 "symfony/service-contracts": "^1.1|^2|^3",
2964 "symfony/yaml": "^4.4|^5.0|^6.0"
2965 },
2966 "suggest": {
2967 "symfony/yaml": "To use the yaml reference dumper"
2968 },
2969 "type": "library",
2970 "autoload": {
2971 "psr-4": {
2972 "Symfony\\Component\\Config\\": ""
2973 },
2974 "exclude-from-classmap": [
2975 "/Tests/"
2976 ]
2977 },
2978 "notification-url": "https://packagist.org/downloads/",
2979 "license": [
2980 "MIT"
2981 ],
2982 "authors": [
2983 {
2984 "name": "Fabien Potencier",
2985 "email": "fabien@symfony.com"
2986 },
2987 {
2988 "name": "Symfony Community",
2989 "homepage": "https://symfony.com/contributors"
2990 }
2991 ],
2992 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2993 "homepage": "https://symfony.com",
2994 "support": {
2995 "source": "https://github.com/symfony/config/tree/v5.4.11"
2996 },
2997 "funding": [
2998 {
2999 "url": "https://symfony.com/sponsor",
3000 "type": "custom"
3001 },
3002 {
3003 "url": "https://github.com/fabpot",
3004 "type": "github"
3005 },
3006 {
3007 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3008 "type": "tidelift"
3009 }
3010 ],
3011 "time": "2022-07-20T13:00:38+00:00"
3012 },
3013 {
3014 "name": "symfony/console",
3015 "version": "v5.4.12",
3016 "source": {
3017 "type": "git",
3018 "url": "https://github.com/symfony/console.git",
3019 "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1"
3020 },
3021 "dist": {
3022 "type": "zip",
3023 "url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1",
3024 "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1",
3025 "shasum": ""
3026 },
3027 "require": {
3028 "php": ">=7.2.5",
3029 "symfony/deprecation-contracts": "^2.1|^3",
3030 "symfony/polyfill-mbstring": "~1.0",
3031 "symfony/polyfill-php73": "^1.9",
3032 "symfony/polyfill-php80": "^1.16",
3033 "symfony/service-contracts": "^1.1|^2|^3",
3034 "symfony/string": "^5.1|^6.0"
3035 },
3036 "conflict": {
3037 "psr/log": ">=3",
3038 "symfony/dependency-injection": "<4.4",
3039 "symfony/dotenv": "<5.1",
3040 "symfony/event-dispatcher": "<4.4",
3041 "symfony/lock": "<4.4",
3042 "symfony/process": "<4.4"
3043 },
3044 "provide": {
3045 "psr/log-implementation": "1.0|2.0"
3046 },
3047 "require-dev": {
3048 "psr/log": "^1|^2",
3049 "symfony/config": "^4.4|^5.0|^6.0",
3050 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3051 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
3052 "symfony/lock": "^4.4|^5.0|^6.0",
3053 "symfony/process": "^4.4|^5.0|^6.0",
3054 "symfony/var-dumper": "^4.4|^5.0|^6.0"
3055 },
3056 "suggest": {
3057 "psr/log": "For using the console logger",
3058 "symfony/event-dispatcher": "",
3059 "symfony/lock": "",
3060 "symfony/process": ""
3061 },
3062 "type": "library",
3063 "autoload": {
3064 "psr-4": {
3065 "Symfony\\Component\\Console\\": ""
3066 },
3067 "exclude-from-classmap": [
3068 "/Tests/"
3069 ]
3070 },
3071 "notification-url": "https://packagist.org/downloads/",
3072 "license": [
3073 "MIT"
3074 ],
3075 "authors": [
3076 {
3077 "name": "Fabien Potencier",
3078 "email": "fabien@symfony.com"
3079 },
3080 {
3081 "name": "Symfony Community",
3082 "homepage": "https://symfony.com/contributors"
3083 }
3084 ],
3085 "description": "Eases the creation of beautiful and testable command line interfaces",
3086 "homepage": "https://symfony.com",
3087 "keywords": [
3088 "cli",
3089 "command line",
3090 "console",
3091 "terminal"
3092 ],
3093 "support": {
3094 "source": "https://github.com/symfony/console/tree/v5.4.12"
3095 },
3096 "funding": [
3097 {
3098 "url": "https://symfony.com/sponsor",
3099 "type": "custom"
3100 },
3101 {
3102 "url": "https://github.com/fabpot",
3103 "type": "github"
3104 },
3105 {
3106 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3107 "type": "tidelift"
3108 }
3109 ],
3110 "time": "2022-08-17T13:18:05+00:00"
3111 },
3112 {
3113 "name": "symfony/dependency-injection",
3114 "version": "v5.4.11",
3115 "source": {
3116 "type": "git",
3117 "url": "https://github.com/symfony/dependency-injection.git",
3118 "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62"
3119 },
3120 "dist": {
3121 "type": "zip",
3122 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a8b9251016e9476db73e25fa836904bc0bf74c62",
3123 "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62",
3124 "shasum": ""
3125 },
3126 "require": {
3127 "php": ">=7.2.5",
3128 "psr/container": "^1.1.1",
3129 "symfony/deprecation-contracts": "^2.1|^3",
3130 "symfony/polyfill-php80": "^1.16",
3131 "symfony/polyfill-php81": "^1.22",
3132 "symfony/service-contracts": "^1.1.6|^2"
3133 },
3134 "conflict": {
3135 "ext-psr": "<1.1|>=2",
3136 "symfony/config": "<5.3",
3137 "symfony/finder": "<4.4",
3138 "symfony/proxy-manager-bridge": "<4.4",
3139 "symfony/yaml": "<4.4.26"
3140 },
3141 "provide": {
3142 "psr/container-implementation": "1.0",
3143 "symfony/service-implementation": "1.0|2.0"
3144 },
3145 "require-dev": {
3146 "symfony/config": "^5.3|^6.0",
3147 "symfony/expression-language": "^4.4|^5.0|^6.0",
3148 "symfony/yaml": "^4.4.26|^5.0|^6.0"
3149 },
3150 "suggest": {
3151 "symfony/config": "",
3152 "symfony/expression-language": "For using expressions in service container configuration",
3153 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
3154 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3155 "symfony/yaml": ""
3156 },
3157 "type": "library",
3158 "autoload": {
3159 "psr-4": {
3160 "Symfony\\Component\\DependencyInjection\\": ""
3161 },
3162 "exclude-from-classmap": [
3163 "/Tests/"
3164 ]
3165 },
3166 "notification-url": "https://packagist.org/downloads/",
3167 "license": [
3168 "MIT"
3169 ],
3170 "authors": [
3171 {
3172 "name": "Fabien Potencier",
3173 "email": "fabien@symfony.com"
3174 },
3175 {
3176 "name": "Symfony Community",
3177 "homepage": "https://symfony.com/contributors"
3178 }
3179 ],
3180 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
3181 "homepage": "https://symfony.com",
3182 "support": {
3183 "source": "https://github.com/symfony/dependency-injection/tree/v5.4.11"
3184 },
3185 "funding": [
3186 {
3187 "url": "https://symfony.com/sponsor",
3188 "type": "custom"
3189 },
3190 {
3191 "url": "https://github.com/fabpot",
3192 "type": "github"
3193 },
3194 {
3195 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3196 "type": "tidelift"
3197 }
3198 ],
3199 "time": "2022-07-20T13:00:38+00:00"
3200 },
3201 {
3202 "name": "symfony/deprecation-contracts",
3203 "version": "v3.1.1",
3204 "source": {
3205 "type": "git",
3206 "url": "https://github.com/symfony/deprecation-contracts.git",
3207 "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
3208 },
3209 "dist": {
3210 "type": "zip",
3211 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
3212 "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
3213 "shasum": ""
3214 },
3215 "require": {
3216 "php": ">=8.1"
3217 },
3218 "type": "library",
3219 "extra": {
3220 "branch-alias": {
3221 "dev-main": "3.1-dev"
3222 },
3223 "thanks": {
3224 "name": "symfony/contracts",
3225 "url": "https://github.com/symfony/contracts"
3226 }
3227 },
3228 "autoload": {
3229 "files": [
3230 "function.php"
3231 ]
3232 },
3233 "notification-url": "https://packagist.org/downloads/",
3234 "license": [
3235 "MIT"
3236 ],
3237 "authors": [
3238 {
3239 "name": "Nicolas Grekas",
3240 "email": "p@tchwork.com"
3241 },
3242 {
3243 "name": "Symfony Community",
3244 "homepage": "https://symfony.com/contributors"
3245 }
3246 ],
3247 "description": "A generic function and convention to trigger deprecation notices",
3248 "homepage": "https://symfony.com",
3249 "support": {
3250 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
3251 },
3252 "funding": [
3253 {
3254 "url": "https://symfony.com/sponsor",
3255 "type": "custom"
3256 },
3257 {
3258 "url": "https://github.com/fabpot",
3259 "type": "github"
3260 },
3261 {
3262 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3263 "type": "tidelift"
3264 }
3265 ],
3266 "time": "2022-02-25T11:15:52+00:00"
3267 },
3268 {
3269 "name": "symfony/doctrine-bridge",
3270 "version": "v5.4.11",
3271 "source": {
3272 "type": "git",
3273 "url": "https://github.com/symfony/doctrine-bridge.git",
3274 "reference": "e0250f61a450518dd5b0b7847ec63d26665241dd"
3275 },
3276 "dist": {
3277 "type": "zip",
3278 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e0250f61a450518dd5b0b7847ec63d26665241dd",
3279 "reference": "e0250f61a450518dd5b0b7847ec63d26665241dd",
3280 "shasum": ""
3281 },
3282 "require": {
3283 "doctrine/event-manager": "~1.0",
3284 "doctrine/persistence": "^2|^3",
3285 "php": ">=7.2.5",
3286 "symfony/deprecation-contracts": "^2.1|^3",
3287 "symfony/polyfill-ctype": "~1.8",
3288 "symfony/polyfill-mbstring": "~1.0",
3289 "symfony/polyfill-php80": "^1.16",
3290 "symfony/service-contracts": "^1.1|^2|^3"
3291 },
3292 "conflict": {
3293 "doctrine/dbal": "<2.13.1",
3294 "doctrine/lexer": "<1.1",
3295 "doctrine/orm": "<2.7.4",
3296 "phpunit/phpunit": "<5.4.3",
3297 "symfony/cache": "<5.4",
3298 "symfony/dependency-injection": "<4.4",
3299 "symfony/form": "<5.1",
3300 "symfony/http-kernel": "<5",
3301 "symfony/messenger": "<4.4",
3302 "symfony/property-info": "<5",
3303 "symfony/proxy-manager-bridge": "<4.4.19",
3304 "symfony/security-bundle": "<5",
3305 "symfony/security-core": "<5.3",
3306 "symfony/validator": "<5.2"
3307 },
3308 "require-dev": {
3309 "doctrine/annotations": "^1.10.4",
3310 "doctrine/collections": "~1.0",
3311 "doctrine/data-fixtures": "^1.1",
3312 "doctrine/dbal": "^2.13.1|^3.0",
3313 "doctrine/orm": "^2.7.4",
3314 "psr/log": "^1|^2|^3",
3315 "symfony/cache": "^5.4|^6.0",
3316 "symfony/config": "^4.4|^5.0|^6.0",
3317 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3318 "symfony/doctrine-messenger": "^5.1|^6.0",
3319 "symfony/expression-language": "^4.4|^5.0|^6.0",
3320 "symfony/form": "^5.4.9|^6.0.9",
3321 "symfony/http-kernel": "^5.0|^6.0",
3322 "symfony/messenger": "^4.4|^5.0|^6.0",
3323 "symfony/property-access": "^4.4|^5.0|^6.0",
3324 "symfony/property-info": "^5.0|^6.0",
3325 "symfony/proxy-manager-bridge": "^4.4|^5.0|^6.0",
3326 "symfony/security-core": "^5.3|^6.0",
3327 "symfony/stopwatch": "^4.4|^5.0|^6.0",
3328 "symfony/translation": "^4.4|^5.0|^6.0",
3329 "symfony/uid": "^5.1|^6.0",
3330 "symfony/validator": "^5.2|^6.0",
3331 "symfony/var-dumper": "^4.4|^5.0|^6.0"
3332 },
3333 "suggest": {
3334 "doctrine/data-fixtures": "",
3335 "doctrine/dbal": "",
3336 "doctrine/orm": "",
3337 "symfony/form": "",
3338 "symfony/property-info": "",
3339 "symfony/validator": ""
3340 },
3341 "type": "symfony-bridge",
3342 "autoload": {
3343 "psr-4": {
3344 "Symfony\\Bridge\\Doctrine\\": ""
3345 },
3346 "exclude-from-classmap": [
3347 "/Tests/"
3348 ]
3349 },
3350 "notification-url": "https://packagist.org/downloads/",
3351 "license": [
3352 "MIT"
3353 ],
3354 "authors": [
3355 {
3356 "name": "Fabien Potencier",
3357 "email": "fabien@symfony.com"
3358 },
3359 {
3360 "name": "Symfony Community",
3361 "homepage": "https://symfony.com/contributors"
3362 }
3363 ],
3364 "description": "Provides integration for Doctrine with various Symfony components",
3365 "homepage": "https://symfony.com",
3366 "support": {
3367 "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.11"
3368 },
3369 "funding": [
3370 {
3371 "url": "https://symfony.com/sponsor",
3372 "type": "custom"
3373 },
3374 {
3375 "url": "https://github.com/fabpot",
3376 "type": "github"
3377 },
3378 {
3379 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3380 "type": "tidelift"
3381 }
3382 ],
3383 "time": "2022-07-28T14:12:24+00:00"
3384 },
3385 {
3386 "name": "symfony/dom-crawler",
3387 "version": "v5.4.12",
3388 "source": {
3389 "type": "git",
3390 "url": "https://github.com/symfony/dom-crawler.git",
3391 "reference": "291c1e92281a09152dda089f782e23dedd34bd4f"
3392 },
3393 "dist": {
3394 "type": "zip",
3395 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/291c1e92281a09152dda089f782e23dedd34bd4f",
3396 "reference": "291c1e92281a09152dda089f782e23dedd34bd4f",
3397 "shasum": ""
3398 },
3399 "require": {
3400 "php": ">=7.2.5",
3401 "symfony/deprecation-contracts": "^2.1|^3",
3402 "symfony/polyfill-ctype": "~1.8",
3403 "symfony/polyfill-mbstring": "~1.0",
3404 "symfony/polyfill-php80": "^1.16"
3405 },
3406 "conflict": {
3407 "masterminds/html5": "<2.6"
3408 },
3409 "require-dev": {
3410 "masterminds/html5": "^2.6",
3411 "symfony/css-selector": "^4.4|^5.0|^6.0"
3412 },
3413 "suggest": {
3414 "symfony/css-selector": ""
3415 },
3416 "type": "library",
3417 "autoload": {
3418 "psr-4": {
3419 "Symfony\\Component\\DomCrawler\\": ""
3420 },
3421 "exclude-from-classmap": [
3422 "/Tests/"
3423 ]
3424 },
3425 "notification-url": "https://packagist.org/downloads/",
3426 "license": [
3427 "MIT"
3428 ],
3429 "authors": [
3430 {
3431 "name": "Fabien Potencier",
3432 "email": "fabien@symfony.com"
3433 },
3434 {
3435 "name": "Symfony Community",
3436 "homepage": "https://symfony.com/contributors"
3437 }
3438 ],
3439 "description": "Eases DOM navigation for HTML and XML documents",
3440 "homepage": "https://symfony.com",
3441 "support": {
3442 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.12"
3443 },
3444 "funding": [
3445 {
3446 "url": "https://symfony.com/sponsor",
3447 "type": "custom"
3448 },
3449 {
3450 "url": "https://github.com/fabpot",
3451 "type": "github"
3452 },
3453 {
3454 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3455 "type": "tidelift"
3456 }
3457 ],
3458 "time": "2022-08-03T13:09:21+00:00"
3459 },
3460 {
3461 "name": "symfony/dotenv",
3462 "version": "v5.4.5",
3463 "source": {
3464 "type": "git",
3465 "url": "https://github.com/symfony/dotenv.git",
3466 "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9"
3467 },
3468 "dist": {
3469 "type": "zip",
3470 "url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9",
3471 "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9",
3472 "shasum": ""
3473 },
3474 "require": {
3475 "php": ">=7.2.5",
3476 "symfony/deprecation-contracts": "^2.1|^3"
3477 },
3478 "require-dev": {
3479 "symfony/console": "^4.4|^5.0|^6.0",
3480 "symfony/process": "^4.4|^5.0|^6.0"
3481 },
3482 "type": "library",
3483 "autoload": {
3484 "psr-4": {
3485 "Symfony\\Component\\Dotenv\\": ""
3486 },
3487 "exclude-from-classmap": [
3488 "/Tests/"
3489 ]
3490 },
3491 "notification-url": "https://packagist.org/downloads/",
3492 "license": [
3493 "MIT"
3494 ],
3495 "authors": [
3496 {
3497 "name": "Fabien Potencier",
3498 "email": "fabien@symfony.com"
3499 },
3500 {
3501 "name": "Symfony Community",
3502 "homepage": "https://symfony.com/contributors"
3503 }
3504 ],
3505 "description": "Registers environment variables from a .env file",
3506 "homepage": "https://symfony.com",
3507 "keywords": [
3508 "dotenv",
3509 "env",
3510 "environment"
3511 ],
3512 "support": {
3513 "source": "https://github.com/symfony/dotenv/tree/v5.4.5"
3514 },
3515 "funding": [
3516 {
3517 "url": "https://symfony.com/sponsor",
3518 "type": "custom"
3519 },
3520 {
3521 "url": "https://github.com/fabpot",
3522 "type": "github"
3523 },
3524 {
3525 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3526 "type": "tidelift"
3527 }
3528 ],
3529 "time": "2022-02-15T17:04:12+00:00"
3530 },
3531 {
3532 "name": "symfony/error-handler",
3533 "version": "v5.4.11",
3534 "source": {
3535 "type": "git",
3536 "url": "https://github.com/symfony/error-handler.git",
3537 "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8"
3538 },
3539 "dist": {
3540 "type": "zip",
3541 "url": "https://api.github.com/repos/symfony/error-handler/zipball/f75d17cb4769eb38cd5fccbda95cd80a054d35c8",
3542 "reference": "f75d17cb4769eb38cd5fccbda95cd80a054d35c8",
3543 "shasum": ""
3544 },
3545 "require": {
3546 "php": ">=7.2.5",
3547 "psr/log": "^1|^2|^3",
3548 "symfony/var-dumper": "^4.4|^5.0|^6.0"
3549 },
3550 "require-dev": {
3551 "symfony/deprecation-contracts": "^2.1|^3",
3552 "symfony/http-kernel": "^4.4|^5.0|^6.0",
3553 "symfony/serializer": "^4.4|^5.0|^6.0"
3554 },
3555 "bin": [
3556 "Resources/bin/patch-type-declarations"
3557 ],
3558 "type": "library",
3559 "autoload": {
3560 "psr-4": {
3561 "Symfony\\Component\\ErrorHandler\\": ""
3562 },
3563 "exclude-from-classmap": [
3564 "/Tests/"
3565 ]
3566 },
3567 "notification-url": "https://packagist.org/downloads/",
3568 "license": [
3569 "MIT"
3570 ],
3571 "authors": [
3572 {
3573 "name": "Fabien Potencier",
3574 "email": "fabien@symfony.com"
3575 },
3576 {
3577 "name": "Symfony Community",
3578 "homepage": "https://symfony.com/contributors"
3579 }
3580 ],
3581 "description": "Provides tools to manage errors and ease debugging PHP code",
3582 "homepage": "https://symfony.com",
3583 "support": {
3584 "source": "https://github.com/symfony/error-handler/tree/v5.4.11"
3585 },
3586 "funding": [
3587 {
3588 "url": "https://symfony.com/sponsor",
3589 "type": "custom"
3590 },
3591 {
3592 "url": "https://github.com/fabpot",
3593 "type": "github"
3594 },
3595 {
3596 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3597 "type": "tidelift"
3598 }
3599 ],
3600 "time": "2022-07-29T07:37:50+00:00"
3601 },
3602 {
3603 "name": "symfony/event-dispatcher",
3604 "version": "v5.4.9",
3605 "source": {
3606 "type": "git",
3607 "url": "https://github.com/symfony/event-dispatcher.git",
3608 "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
3609 },
3610 "dist": {
3611 "type": "zip",
3612 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
3613 "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
3614 "shasum": ""
3615 },
3616 "require": {
3617 "php": ">=7.2.5",
3618 "symfony/deprecation-contracts": "^2.1|^3",
3619 "symfony/event-dispatcher-contracts": "^2|^3",
3620 "symfony/polyfill-php80": "^1.16"
3621 },
3622 "conflict": {
3623 "symfony/dependency-injection": "<4.4"
3624 },
3625 "provide": {
3626 "psr/event-dispatcher-implementation": "1.0",
3627 "symfony/event-dispatcher-implementation": "2.0"
3628 },
3629 "require-dev": {
3630 "psr/log": "^1|^2|^3",
3631 "symfony/config": "^4.4|^5.0|^6.0",
3632 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
3633 "symfony/error-handler": "^4.4|^5.0|^6.0",
3634 "symfony/expression-language": "^4.4|^5.0|^6.0",
3635 "symfony/http-foundation": "^4.4|^5.0|^6.0",
3636 "symfony/service-contracts": "^1.1|^2|^3",
3637 "symfony/stopwatch": "^4.4|^5.0|^6.0"
3638 },
3639 "suggest": {
3640 "symfony/dependency-injection": "",
3641 "symfony/http-kernel": ""
3642 },
3643 "type": "library",
3644 "autoload": {
3645 "psr-4": {
3646 "Symfony\\Component\\EventDispatcher\\": ""
3647 },
3648 "exclude-from-classmap": [
3649 "/Tests/"
3650 ]
3651 },
3652 "notification-url": "https://packagist.org/downloads/",
3653 "license": [
3654 "MIT"
3655 ],
3656 "authors": [
3657 {
3658 "name": "Fabien Potencier",
3659 "email": "fabien@symfony.com"
3660 },
3661 {
3662 "name": "Symfony Community",
3663 "homepage": "https://symfony.com/contributors"
3664 }
3665 ],
3666 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3667 "homepage": "https://symfony.com",
3668 "support": {
3669 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
3670 },
3671 "funding": [
3672 {
3673 "url": "https://symfony.com/sponsor",
3674 "type": "custom"
3675 },
3676 {
3677 "url": "https://github.com/fabpot",
3678 "type": "github"
3679 },
3680 {
3681 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3682 "type": "tidelift"
3683 }
3684 ],
3685 "time": "2022-05-05T16:45:39+00:00"
3686 },
3687 {
3688 "name": "symfony/event-dispatcher-contracts",
3689 "version": "v3.1.1",
3690 "source": {
3691 "type": "git",
3692 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3693 "reference": "02ff5eea2f453731cfbc6bc215e456b781480448"
3694 },
3695 "dist": {
3696 "type": "zip",
3697 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448",
3698 "reference": "02ff5eea2f453731cfbc6bc215e456b781480448",
3699 "shasum": ""
3700 },
3701 "require": {
3702 "php": ">=8.1",
3703 "psr/event-dispatcher": "^1"
3704 },
3705 "suggest": {
3706 "symfony/event-dispatcher-implementation": ""
3707 },
3708 "type": "library",
3709 "extra": {
3710 "branch-alias": {
3711 "dev-main": "3.1-dev"
3712 },
3713 "thanks": {
3714 "name": "symfony/contracts",
3715 "url": "https://github.com/symfony/contracts"
3716 }
3717 },
3718 "autoload": {
3719 "psr-4": {
3720 "Symfony\\Contracts\\EventDispatcher\\": ""
3721 }
3722 },
3723 "notification-url": "https://packagist.org/downloads/",
3724 "license": [
3725 "MIT"
3726 ],
3727 "authors": [
3728 {
3729 "name": "Nicolas Grekas",
3730 "email": "p@tchwork.com"
3731 },
3732 {
3733 "name": "Symfony Community",
3734 "homepage": "https://symfony.com/contributors"
3735 }
3736 ],
3737 "description": "Generic abstractions related to dispatching event",
3738 "homepage": "https://symfony.com",
3739 "keywords": [
3740 "abstractions",
3741 "contracts",
3742 "decoupling",
3743 "interfaces",
3744 "interoperability",
3745 "standards"
3746 ],
3747 "support": {
3748 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1"
3749 },
3750 "funding": [
3751 {
3752 "url": "https://symfony.com/sponsor",
3753 "type": "custom"
3754 },
3755 {
3756 "url": "https://github.com/fabpot",
3757 "type": "github"
3758 },
3759 {
3760 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3761 "type": "tidelift"
3762 }
3763 ],
3764 "time": "2022-02-25T11:15:52+00:00"
3765 },
3766 {
3767 "name": "symfony/filesystem",
3768 "version": "v5.4.12",
3769 "source": {
3770 "type": "git",
3771 "url": "https://github.com/symfony/filesystem.git",
3772 "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447"
3773 },
3774 "dist": {
3775 "type": "zip",
3776 "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447",
3777 "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447",
3778 "shasum": ""
3779 },
3780 "require": {
3781 "php": ">=7.2.5",
3782 "symfony/polyfill-ctype": "~1.8",
3783 "symfony/polyfill-mbstring": "~1.8",
3784 "symfony/polyfill-php80": "^1.16"
3785 },
3786 "type": "library",
3787 "autoload": {
3788 "psr-4": {
3789 "Symfony\\Component\\Filesystem\\": ""
3790 },
3791 "exclude-from-classmap": [
3792 "/Tests/"
3793 ]
3794 },
3795 "notification-url": "https://packagist.org/downloads/",
3796 "license": [
3797 "MIT"
3798 ],
3799 "authors": [
3800 {
3801 "name": "Fabien Potencier",
3802 "email": "fabien@symfony.com"
3803 },
3804 {
3805 "name": "Symfony Community",
3806 "homepage": "https://symfony.com/contributors"
3807 }
3808 ],
3809 "description": "Provides basic utilities for the filesystem",
3810 "homepage": "https://symfony.com",
3811 "support": {
3812 "source": "https://github.com/symfony/filesystem/tree/v5.4.12"
3813 },
3814 "funding": [
3815 {
3816 "url": "https://symfony.com/sponsor",
3817 "type": "custom"
3818 },
3819 {
3820 "url": "https://github.com/fabpot",
3821 "type": "github"
3822 },
3823 {
3824 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3825 "type": "tidelift"
3826 }
3827 ],
3828 "time": "2022-08-02T13:48:16+00:00"
3829 },
3830 {
3831 "name": "symfony/finder",
3832 "version": "v5.4.11",
3833 "source": {
3834 "type": "git",
3835 "url": "https://github.com/symfony/finder.git",
3836 "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
3837 },
3838 "dist": {
3839 "type": "zip",
3840 "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
3841 "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
3842 "shasum": ""
3843 },
3844 "require": {
3845 "php": ">=7.2.5",
3846 "symfony/deprecation-contracts": "^2.1|^3",
3847 "symfony/polyfill-php80": "^1.16"
3848 },
3849 "type": "library",
3850 "autoload": {
3851 "psr-4": {
3852 "Symfony\\Component\\Finder\\": ""
3853 },
3854 "exclude-from-classmap": [
3855 "/Tests/"
3856 ]
3857 },
3858 "notification-url": "https://packagist.org/downloads/",
3859 "license": [
3860 "MIT"
3861 ],
3862 "authors": [
3863 {
3864 "name": "Fabien Potencier",
3865 "email": "fabien@symfony.com"
3866 },
3867 {
3868 "name": "Symfony Community",
3869 "homepage": "https://symfony.com/contributors"
3870 }
3871 ],
3872 "description": "Finds files and directories via an intuitive fluent interface",
3873 "homepage": "https://symfony.com",
3874 "support": {
3875 "source": "https://github.com/symfony/finder/tree/v5.4.11"
3876 },
3877 "funding": [
3878 {
3879 "url": "https://symfony.com/sponsor",
3880 "type": "custom"
3881 },
3882 {
3883 "url": "https://github.com/fabpot",
3884 "type": "github"
3885 },
3886 {
3887 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3888 "type": "tidelift"
3889 }
3890 ],
3891 "time": "2022-07-29T07:37:50+00:00"
3892 },
3893 {
3894 "name": "symfony/flex",
3895 "version": "v1.19.3",
3896 "source": {
3897 "type": "git",
3898 "url": "https://github.com/symfony/flex.git",
3899 "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67"
3900 },
3901 "dist": {
3902 "type": "zip",
3903 "url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67",
3904 "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67",
3905 "shasum": ""
3906 },
3907 "require": {
3908 "composer-plugin-api": "^1.0|^2.0",
3909 "php": ">=7.1"
3910 },
3911 "require-dev": {
3912 "composer/composer": "^1.0.2|^2.0",
3913 "symfony/dotenv": "^4.4|^5.0|^6.0",
3914 "symfony/filesystem": "^4.4|^5.0|^6.0",
3915 "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0",
3916 "symfony/process": "^4.4|^5.0|^6.0"
3917 },
3918 "type": "composer-plugin",
3919 "extra": {
3920 "class": "Symfony\\Flex\\Flex"
3921 },
3922 "autoload": {
3923 "psr-4": {
3924 "Symfony\\Flex\\": "src"
3925 }
3926 },
3927 "notification-url": "https://packagist.org/downloads/",
3928 "license": [
3929 "MIT"
3930 ],
3931 "authors": [
3932 {
3933 "name": "Fabien Potencier",
3934 "email": "fabien.potencier@gmail.com"
3935 }
3936 ],
3937 "description": "Composer plugin for Symfony",
3938 "support": {
3939 "issues": "https://github.com/symfony/flex/issues",
3940 "source": "https://github.com/symfony/flex/tree/v1.19.3"
3941 },
3942 "funding": [
3943 {
3944 "url": "https://symfony.com/sponsor",
3945 "type": "custom"
3946 },
3947 {
3948 "url": "https://github.com/fabpot",
3949 "type": "github"
3950 },
3951 {
3952 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3953 "type": "tidelift"
3954 }
3955 ],
3956 "time": "2022-08-07T09:39:08+00:00"
3957 },
3958 {
3959 "name": "symfony/form",
3960 "version": "v5.4.12",
3961 "source": {
3962 "type": "git",
3963 "url": "https://github.com/symfony/form.git",
3964 "reference": "d8c5cc929f8dc7a58b710c9474dd7a0173006017"
3965 },
3966 "dist": {
3967 "type": "zip",
3968 "url": "https://api.github.com/repos/symfony/form/zipball/d8c5cc929f8dc7a58b710c9474dd7a0173006017",
3969 "reference": "d8c5cc929f8dc7a58b710c9474dd7a0173006017",
3970 "shasum": ""
3971 },
3972 "require": {
3973 "php": ">=7.2.5",
3974 "symfony/deprecation-contracts": "^2.1|^3",
3975 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
3976 "symfony/options-resolver": "^5.1|^6.0",
3977 "symfony/polyfill-ctype": "~1.8",
3978 "symfony/polyfill-intl-icu": "^1.21",
3979 "symfony/polyfill-mbstring": "~1.0",
3980 "symfony/polyfill-php80": "^1.16",
3981 "symfony/polyfill-php81": "^1.23",
3982 "symfony/property-access": "^5.0.8|^6.0",
3983 "symfony/service-contracts": "^1.1|^2|^3"
3984 },
3985 "conflict": {
3986 "phpunit/phpunit": "<5.4.3",
3987 "symfony/console": "<4.4",
3988 "symfony/dependency-injection": "<4.4",
3989 "symfony/doctrine-bridge": "<4.4",
3990 "symfony/error-handler": "<4.4.5",
3991 "symfony/framework-bundle": "<4.4",
3992 "symfony/http-kernel": "<4.4",
3993 "symfony/translation": "<4.4",
3994 "symfony/translation-contracts": "<1.1.7",
3995 "symfony/twig-bridge": "<4.4"
3996 },
3997 "require-dev": {
3998 "doctrine/collections": "~1.0",
3999 "symfony/config": "^4.4|^5.0|^6.0",
4000 "symfony/console": "^5.4|^6.0",
4001 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
4002 "symfony/expression-language": "^4.4|^5.0|^6.0",
4003 "symfony/http-foundation": "^4.4|^5.0|^6.0",
4004 "symfony/http-kernel": "^4.4|^5.0|^6.0",
4005 "symfony/intl": "^4.4|^5.0|^6.0",
4006 "symfony/security-csrf": "^4.4|^5.0|^6.0",
4007 "symfony/translation": "^4.4|^5.0|^6.0",
4008 "symfony/uid": "^5.1|^6.0",
4009 "symfony/validator": "^4.4.17|^5.1.9|^6.0",
4010 "symfony/var-dumper": "^4.4|^5.0|^6.0"
4011 },
4012 "suggest": {
4013 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
4014 "symfony/twig-bridge": "For templating with Twig.",
4015 "symfony/validator": "For form validation."
4016 },
4017 "type": "library",
4018 "autoload": {
4019 "psr-4": {
4020 "Symfony\\Component\\Form\\": ""
4021 },
4022 "exclude-from-classmap": [
4023 "/Tests/"
4024 ]
4025 },
4026 "notification-url": "https://packagist.org/downloads/",
4027 "license": [
4028 "MIT"
4029 ],
4030 "authors": [
4031 {
4032 "name": "Fabien Potencier",
4033 "email": "fabien@symfony.com"
4034 },
4035 {
4036 "name": "Symfony Community",
4037 "homepage": "https://symfony.com/contributors"
4038 }
4039 ],
4040 "description": "Allows to easily create, process and reuse HTML forms",
4041 "homepage": "https://symfony.com",
4042 "support": {
4043 "source": "https://github.com/symfony/form/tree/v5.4.12"
4044 },
4045 "funding": [
4046 {
4047 "url": "https://symfony.com/sponsor",
4048 "type": "custom"
4049 },
4050 {
4051 "url": "https://github.com/fabpot",
4052 "type": "github"
4053 },
4054 {
4055 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4056 "type": "tidelift"
4057 }
4058 ],
4059 "time": "2022-08-05T13:13:10+00:00"
4060 },
4061 {
4062 "name": "symfony/framework-bundle",
4063 "version": "v5.4.12",
4064 "source": {
4065 "type": "git",
4066 "url": "https://github.com/symfony/framework-bundle.git",
4067 "reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910"
4068 },
4069 "dist": {
4070 "type": "zip",
4071 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/49f8fe5d39b7513a3f26898788885dbe66b0d910",
4072 "reference": "49f8fe5d39b7513a3f26898788885dbe66b0d910",
4073 "shasum": ""
4074 },
4075 "require": {
4076 "ext-xml": "*",
4077 "php": ">=7.2.5",
4078 "symfony/cache": "^5.2|^6.0",
4079 "symfony/config": "^5.3|^6.0",
4080 "symfony/dependency-injection": "^5.4.5|^6.0.5",
4081 "symfony/deprecation-contracts": "^2.1|^3",
4082 "symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
4083 "symfony/event-dispatcher": "^5.1|^6.0",
4084 "symfony/filesystem": "^4.4|^5.0|^6.0",
4085 "symfony/finder": "^4.4|^5.0|^6.0",
4086 "symfony/http-foundation": "^5.3|^6.0",
4087 "symfony/http-kernel": "^5.4|^6.0",
4088 "symfony/polyfill-mbstring": "~1.0",
4089 "symfony/polyfill-php80": "^1.16",
4090 "symfony/polyfill-php81": "^1.22",
4091 "symfony/routing": "^5.3|^6.0"
4092 },
4093 "conflict": {
4094 "doctrine/annotations": "<1.13.1",
4095 "doctrine/cache": "<1.11",
4096 "doctrine/persistence": "<1.3",
4097 "phpdocumentor/reflection-docblock": "<3.2.2",
4098 "phpdocumentor/type-resolver": "<1.4.0",
4099 "phpunit/phpunit": "<5.4.3",
4100 "symfony/asset": "<5.3",
4101 "symfony/console": "<5.2.5",
4102 "symfony/dom-crawler": "<4.4",
4103 "symfony/dotenv": "<5.1",
4104 "symfony/form": "<5.2",
4105 "symfony/http-client": "<4.4",
4106 "symfony/lock": "<4.4",
4107 "symfony/mailer": "<5.2",
4108 "symfony/messenger": "<5.4",
4109 "symfony/mime": "<4.4",
4110 "symfony/property-access": "<5.3",
4111 "symfony/property-info": "<4.4",
4112 "symfony/security-csrf": "<5.3",
4113 "symfony/serializer": "<5.2",
4114 "symfony/service-contracts": ">=3.0",
4115 "symfony/stopwatch": "<4.4",
4116 "symfony/translation": "<5.3",
4117 "symfony/twig-bridge": "<4.4",
4118 "symfony/twig-bundle": "<4.4",
4119 "symfony/validator": "<5.2",
4120 "symfony/web-profiler-bundle": "<4.4",
4121 "symfony/workflow": "<5.2"
4122 },
4123 "require-dev": {
4124 "doctrine/annotations": "^1.13.1",
4125 "doctrine/cache": "^1.11|^2.0",
4126 "doctrine/persistence": "^1.3|^2|^3",
4127 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4128 "symfony/asset": "^5.3|^6.0",
4129 "symfony/browser-kit": "^5.4|^6.0",
4130 "symfony/console": "^5.4.9|^6.0.9",
4131 "symfony/css-selector": "^4.4|^5.0|^6.0",
4132 "symfony/dom-crawler": "^4.4.30|^5.3.7|^6.0",
4133 "symfony/dotenv": "^5.1|^6.0",
4134 "symfony/expression-language": "^4.4|^5.0|^6.0",
4135 "symfony/form": "^5.2|^6.0",
4136 "symfony/http-client": "^4.4|^5.0|^6.0",
4137 "symfony/lock": "^4.4|^5.0|^6.0",
4138 "symfony/mailer": "^5.2|^6.0",
4139 "symfony/messenger": "^5.4|^6.0",
4140 "symfony/mime": "^4.4|^5.0|^6.0",
4141 "symfony/notifier": "^5.4|^6.0",
4142 "symfony/polyfill-intl-icu": "~1.0",
4143 "symfony/process": "^4.4|^5.0|^6.0",
4144 "symfony/property-info": "^4.4|^5.0|^6.0",
4145 "symfony/rate-limiter": "^5.2|^6.0",
4146 "symfony/security-bundle": "^5.4|^6.0",
4147 "symfony/serializer": "^5.4|^6.0",
4148 "symfony/stopwatch": "^4.4|^5.0|^6.0",
4149 "symfony/string": "^5.0|^6.0",
4150 "symfony/translation": "^5.3|^6.0",
4151 "symfony/twig-bundle": "^4.4|^5.0|^6.0",
4152 "symfony/validator": "^5.2|^6.0",
4153 "symfony/web-link": "^4.4|^5.0|^6.0",
4154 "symfony/workflow": "^5.2|^6.0",
4155 "symfony/yaml": "^4.4|^5.0|^6.0",
4156 "twig/twig": "^2.10|^3.0"
4157 },
4158 "suggest": {
4159 "ext-apcu": "For best performance of the system caches",
4160 "symfony/console": "For using the console commands",
4161 "symfony/form": "For using forms",
4162 "symfony/property-info": "For using the property_info service",
4163 "symfony/serializer": "For using the serializer service",
4164 "symfony/validator": "For using validation",
4165 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
4166 "symfony/yaml": "For using the debug:config and lint:yaml commands"
4167 },
4168 "type": "symfony-bundle",
4169 "autoload": {
4170 "psr-4": {
4171 "Symfony\\Bundle\\FrameworkBundle\\": ""
4172 },
4173 "exclude-from-classmap": [
4174 "/Tests/"
4175 ]
4176 },
4177 "notification-url": "https://packagist.org/downloads/",
4178 "license": [
4179 "MIT"
4180 ],
4181 "authors": [
4182 {
4183 "name": "Fabien Potencier",
4184 "email": "fabien@symfony.com"
4185 },
4186 {
4187 "name": "Symfony Community",
4188 "homepage": "https://symfony.com/contributors"
4189 }
4190 ],
4191 "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
4192 "homepage": "https://symfony.com",
4193 "support": {
4194 "source": "https://github.com/symfony/framework-bundle/tree/v5.4.12"
4195 },
4196 "funding": [
4197 {
4198 "url": "https://symfony.com/sponsor",
4199 "type": "custom"
4200 },
4201 {
4202 "url": "https://github.com/fabpot",
4203 "type": "github"
4204 },
4205 {
4206 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4207 "type": "tidelift"
4208 }
4209 ],
4210 "time": "2022-08-26T10:32:10+00:00"
4211 },
4212 {
4213 "name": "symfony/http-foundation",
4214 "version": "v5.4.12",
4215 "source": {
4216 "type": "git",
4217 "url": "https://github.com/symfony/http-foundation.git",
4218 "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791"
4219 },
4220 "dist": {
4221 "type": "zip",
4222 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4bfe9611b113b15d98a43da68ec9b5a00d56791",
4223 "reference": "f4bfe9611b113b15d98a43da68ec9b5a00d56791",
4224 "shasum": ""
4225 },
4226 "require": {
4227 "php": ">=7.2.5",
4228 "symfony/deprecation-contracts": "^2.1|^3",
4229 "symfony/polyfill-mbstring": "~1.1",
4230 "symfony/polyfill-php80": "^1.16"
4231 },
4232 "require-dev": {
4233 "predis/predis": "~1.0",
4234 "symfony/cache": "^4.4|^5.0|^6.0",
4235 "symfony/dependency-injection": "^5.4|^6.0",
4236 "symfony/expression-language": "^4.4|^5.0|^6.0",
4237 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
4238 "symfony/mime": "^4.4|^5.0|^6.0",
4239 "symfony/rate-limiter": "^5.2|^6.0"
4240 },
4241 "suggest": {
4242 "symfony/mime": "To use the file extension guesser"
4243 },
4244 "type": "library",
4245 "autoload": {
4246 "psr-4": {
4247 "Symfony\\Component\\HttpFoundation\\": ""
4248 },
4249 "exclude-from-classmap": [
4250 "/Tests/"
4251 ]
4252 },
4253 "notification-url": "https://packagist.org/downloads/",
4254 "license": [
4255 "MIT"
4256 ],
4257 "authors": [
4258 {
4259 "name": "Fabien Potencier",
4260 "email": "fabien@symfony.com"
4261 },
4262 {
4263 "name": "Symfony Community",
4264 "homepage": "https://symfony.com/contributors"
4265 }
4266 ],
4267 "description": "Defines an object-oriented layer for the HTTP specification",
4268 "homepage": "https://symfony.com",
4269 "support": {
4270 "source": "https://github.com/symfony/http-foundation/tree/v5.4.12"
4271 },
4272 "funding": [
4273 {
4274 "url": "https://symfony.com/sponsor",
4275 "type": "custom"
4276 },
4277 {
4278 "url": "https://github.com/fabpot",
4279 "type": "github"
4280 },
4281 {
4282 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4283 "type": "tidelift"
4284 }
4285 ],
4286 "time": "2022-08-19T07:33:17+00:00"
4287 },
4288 {
4289 "name": "symfony/http-kernel",
4290 "version": "v5.4.12",
4291 "source": {
4292 "type": "git",
4293 "url": "https://github.com/symfony/http-kernel.git",
4294 "reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be"
4295 },
4296 "dist": {
4297 "type": "zip",
4298 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/37f660fa3bcd78fe4893ce23ebe934618ec099be",
4299 "reference": "37f660fa3bcd78fe4893ce23ebe934618ec099be",
4300 "shasum": ""
4301 },
4302 "require": {
4303 "php": ">=7.2.5",
4304 "psr/log": "^1|^2",
4305 "symfony/deprecation-contracts": "^2.1|^3",
4306 "symfony/error-handler": "^4.4|^5.0|^6.0",
4307 "symfony/event-dispatcher": "^5.0|^6.0",
4308 "symfony/http-foundation": "^5.3.7|^6.0",
4309 "symfony/polyfill-ctype": "^1.8",
4310 "symfony/polyfill-php73": "^1.9",
4311 "symfony/polyfill-php80": "^1.16"
4312 },
4313 "conflict": {
4314 "symfony/browser-kit": "<5.4",
4315 "symfony/cache": "<5.0",
4316 "symfony/config": "<5.0",
4317 "symfony/console": "<4.4",
4318 "symfony/dependency-injection": "<5.3",
4319 "symfony/doctrine-bridge": "<5.0",
4320 "symfony/form": "<5.0",
4321 "symfony/http-client": "<5.0",
4322 "symfony/mailer": "<5.0",
4323 "symfony/messenger": "<5.0",
4324 "symfony/translation": "<5.0",
4325 "symfony/twig-bridge": "<5.0",
4326 "symfony/validator": "<5.0",
4327 "twig/twig": "<2.13"
4328 },
4329 "provide": {
4330 "psr/log-implementation": "1.0|2.0"
4331 },
4332 "require-dev": {
4333 "psr/cache": "^1.0|^2.0|^3.0",
4334 "symfony/browser-kit": "^5.4|^6.0",
4335 "symfony/config": "^5.0|^6.0",
4336 "symfony/console": "^4.4|^5.0|^6.0",
4337 "symfony/css-selector": "^4.4|^5.0|^6.0",
4338 "symfony/dependency-injection": "^5.3|^6.0",
4339 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
4340 "symfony/expression-language": "^4.4|^5.0|^6.0",
4341 "symfony/finder": "^4.4|^5.0|^6.0",
4342 "symfony/http-client-contracts": "^1.1|^2|^3",
4343 "symfony/process": "^4.4|^5.0|^6.0",
4344 "symfony/routing": "^4.4|^5.0|^6.0",
4345 "symfony/stopwatch": "^4.4|^5.0|^6.0",
4346 "symfony/translation": "^4.4|^5.0|^6.0",
4347 "symfony/translation-contracts": "^1.1|^2|^3",
4348 "twig/twig": "^2.13|^3.0.4"
4349 },
4350 "suggest": {
4351 "symfony/browser-kit": "",
4352 "symfony/config": "",
4353 "symfony/console": "",
4354 "symfony/dependency-injection": ""
4355 },
4356 "type": "library",
4357 "autoload": {
4358 "psr-4": {
4359 "Symfony\\Component\\HttpKernel\\": ""
4360 },
4361 "exclude-from-classmap": [
4362 "/Tests/"
4363 ]
4364 },
4365 "notification-url": "https://packagist.org/downloads/",
4366 "license": [
4367 "MIT"
4368 ],
4369 "authors": [
4370 {
4371 "name": "Fabien Potencier",
4372 "email": "fabien@symfony.com"
4373 },
4374 {
4375 "name": "Symfony Community",
4376 "homepage": "https://symfony.com/contributors"
4377 }
4378 ],
4379 "description": "Provides a structured process for converting a Request into a Response",
4380 "homepage": "https://symfony.com",
4381 "support": {
4382 "source": "https://github.com/symfony/http-kernel/tree/v5.4.12"
4383 },
4384 "funding": [
4385 {
4386 "url": "https://symfony.com/sponsor",
4387 "type": "custom"
4388 },
4389 {
4390 "url": "https://github.com/fabpot",
4391 "type": "github"
4392 },
4393 {
4394 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4395 "type": "tidelift"
4396 }
4397 ],
4398 "time": "2022-08-26T14:40:40+00:00"
4399 },
4400 {
4401 "name": "symfony/intl",
4402 "version": "v5.4.11",
4403 "source": {
4404 "type": "git",
4405 "url": "https://github.com/symfony/intl.git",
4406 "reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e"
4407 },
4408 "dist": {
4409 "type": "zip",
4410 "url": "https://api.github.com/repos/symfony/intl/zipball/d305c0c1d31b30b3876e041804c35e49e5f8a96e",
4411 "reference": "d305c0c1d31b30b3876e041804c35e49e5f8a96e",
4412 "shasum": ""
4413 },
4414 "require": {
4415 "php": ">=7.2.5",
4416 "symfony/deprecation-contracts": "^2.1|^3",
4417 "symfony/polyfill-php80": "^1.16"
4418 },
4419 "require-dev": {
4420 "symfony/filesystem": "^4.4|^5.0|^6.0"
4421 },
4422 "type": "library",
4423 "autoload": {
4424 "files": [
4425 "Resources/functions.php"
4426 ],
4427 "psr-4": {
4428 "Symfony\\Component\\Intl\\": ""
4429 },
4430 "classmap": [
4431 "Resources/stubs"
4432 ],
4433 "exclude-from-classmap": [
4434 "/Tests/"
4435 ]
4436 },
4437 "notification-url": "https://packagist.org/downloads/",
4438 "license": [
4439 "MIT"
4440 ],
4441 "authors": [
4442 {
4443 "name": "Bernhard Schussek",
4444 "email": "bschussek@gmail.com"
4445 },
4446 {
4447 "name": "Eriksen Costa",
4448 "email": "eriksen.costa@infranology.com.br"
4449 },
4450 {
4451 "name": "Igor Wiedler",
4452 "email": "igor@wiedler.ch"
4453 },
4454 {
4455 "name": "Symfony Community",
4456 "homepage": "https://symfony.com/contributors"
4457 }
4458 ],
4459 "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
4460 "homepage": "https://symfony.com",
4461 "keywords": [
4462 "i18n",
4463 "icu",
4464 "internationalization",
4465 "intl",
4466 "l10n",
4467 "localization"
4468 ],
4469 "support": {
4470 "source": "https://github.com/symfony/intl/tree/v5.4.11"
4471 },
4472 "funding": [
4473 {
4474 "url": "https://symfony.com/sponsor",
4475 "type": "custom"
4476 },
4477 {
4478 "url": "https://github.com/fabpot",
4479 "type": "github"
4480 },
4481 {
4482 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4483 "type": "tidelift"
4484 }
4485 ],
4486 "time": "2022-07-20T11:34:24+00:00"
4487 },
4488 {
4489 "name": "symfony/mailer",
4490 "version": "v5.4.12",
4491 "source": {
4492 "type": "git",
4493 "url": "https://github.com/symfony/mailer.git",
4494 "reference": "076043af11e58b20a68d2fd93f59cdbc6e8fdd00"
4495 },
4496 "dist": {
4497 "type": "zip",
4498 "url": "https://api.github.com/repos/symfony/mailer/zipball/076043af11e58b20a68d2fd93f59cdbc6e8fdd00",
4499 "reference": "076043af11e58b20a68d2fd93f59cdbc6e8fdd00",
4500 "shasum": ""
4501 },
4502 "require": {
4503 "egulias/email-validator": "^2.1.10|^3",
4504 "php": ">=7.2.5",
4505 "psr/event-dispatcher": "^1",
4506 "psr/log": "^1|^2|^3",
4507 "symfony/deprecation-contracts": "^2.1|^3",
4508 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
4509 "symfony/mime": "^5.2.6|^6.0",
4510 "symfony/polyfill-php80": "^1.16",
4511 "symfony/service-contracts": "^1.1|^2|^3"
4512 },
4513 "conflict": {
4514 "symfony/http-kernel": "<4.4"
4515 },
4516 "require-dev": {
4517 "symfony/http-client-contracts": "^1.1|^2|^3",
4518 "symfony/messenger": "^4.4|^5.0|^6.0"
4519 },
4520 "type": "library",
4521 "autoload": {
4522 "psr-4": {
4523 "Symfony\\Component\\Mailer\\": ""
4524 },
4525 "exclude-from-classmap": [
4526 "/Tests/"
4527 ]
4528 },
4529 "notification-url": "https://packagist.org/downloads/",
4530 "license": [
4531 "MIT"
4532 ],
4533 "authors": [
4534 {
4535 "name": "Fabien Potencier",
4536 "email": "fabien@symfony.com"
4537 },
4538 {
4539 "name": "Symfony Community",
4540 "homepage": "https://symfony.com/contributors"
4541 }
4542 ],
4543 "description": "Helps sending emails",
4544 "homepage": "https://symfony.com",
4545 "support": {
4546 "source": "https://github.com/symfony/mailer/tree/v5.4.12"
4547 },
4548 "funding": [
4549 {
4550 "url": "https://symfony.com/sponsor",
4551 "type": "custom"
4552 },
4553 {
4554 "url": "https://github.com/fabpot",
4555 "type": "github"
4556 },
4557 {
4558 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4559 "type": "tidelift"
4560 }
4561 ],
4562 "time": "2022-08-03T05:17:26+00:00"
4563 },
4564 {
4565 "name": "symfony/mime",
4566 "version": "v5.4.12",
4567 "source": {
4568 "type": "git",
4569 "url": "https://github.com/symfony/mime.git",
4570 "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90"
4571 },
4572 "dist": {
4573 "type": "zip",
4574 "url": "https://api.github.com/repos/symfony/mime/zipball/03876e9c5a36f5b45e7d9a381edda5421eff8a90",
4575 "reference": "03876e9c5a36f5b45e7d9a381edda5421eff8a90",
4576 "shasum": ""
4577 },
4578 "require": {
4579 "php": ">=7.2.5",
4580 "symfony/deprecation-contracts": "^2.1|^3",
4581 "symfony/polyfill-intl-idn": "^1.10",
4582 "symfony/polyfill-mbstring": "^1.0",
4583 "symfony/polyfill-php80": "^1.16"
4584 },
4585 "conflict": {
4586 "egulias/email-validator": "~3.0.0",
4587 "phpdocumentor/reflection-docblock": "<3.2.2",
4588 "phpdocumentor/type-resolver": "<1.4.0",
4589 "symfony/mailer": "<4.4"
4590 },
4591 "require-dev": {
4592 "egulias/email-validator": "^2.1.10|^3.1",
4593 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4594 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
4595 "symfony/property-access": "^4.4|^5.1|^6.0",
4596 "symfony/property-info": "^4.4|^5.1|^6.0",
4597 "symfony/serializer": "^5.2|^6.0"
4598 },
4599 "type": "library",
4600 "autoload": {
4601 "psr-4": {
4602 "Symfony\\Component\\Mime\\": ""
4603 },
4604 "exclude-from-classmap": [
4605 "/Tests/"
4606 ]
4607 },
4608 "notification-url": "https://packagist.org/downloads/",
4609 "license": [
4610 "MIT"
4611 ],
4612 "authors": [
4613 {
4614 "name": "Fabien Potencier",
4615 "email": "fabien@symfony.com"
4616 },
4617 {
4618 "name": "Symfony Community",
4619 "homepage": "https://symfony.com/contributors"
4620 }
4621 ],
4622 "description": "Allows manipulating MIME messages",
4623 "homepage": "https://symfony.com",
4624 "keywords": [
4625 "mime",
4626 "mime-type"
4627 ],
4628 "support": {
4629 "source": "https://github.com/symfony/mime/tree/v5.4.12"
4630 },
4631 "funding": [
4632 {
4633 "url": "https://symfony.com/sponsor",
4634 "type": "custom"
4635 },
4636 {
4637 "url": "https://github.com/fabpot",
4638 "type": "github"
4639 },
4640 {
4641 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4642 "type": "tidelift"
4643 }
4644 ],
4645 "time": "2022-08-19T14:24:03+00:00"
4646 },
4647 {
4648 "name": "symfony/options-resolver",
4649 "version": "v5.4.11",
4650 "source": {
4651 "type": "git",
4652 "url": "https://github.com/symfony/options-resolver.git",
4653 "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690"
4654 },
4655 "dist": {
4656 "type": "zip",
4657 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/54f14e36aa73cb8f7261d7686691fd4d75ea2690",
4658 "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690",
4659 "shasum": ""
4660 },
4661 "require": {
4662 "php": ">=7.2.5",
4663 "symfony/deprecation-contracts": "^2.1|^3",
4664 "symfony/polyfill-php73": "~1.0",
4665 "symfony/polyfill-php80": "^1.16"
4666 },
4667 "type": "library",
4668 "autoload": {
4669 "psr-4": {
4670 "Symfony\\Component\\OptionsResolver\\": ""
4671 },
4672 "exclude-from-classmap": [
4673 "/Tests/"
4674 ]
4675 },
4676 "notification-url": "https://packagist.org/downloads/",
4677 "license": [
4678 "MIT"
4679 ],
4680 "authors": [
4681 {
4682 "name": "Fabien Potencier",
4683 "email": "fabien@symfony.com"
4684 },
4685 {
4686 "name": "Symfony Community",
4687 "homepage": "https://symfony.com/contributors"
4688 }
4689 ],
4690 "description": "Provides an improved replacement for the array_replace PHP function",
4691 "homepage": "https://symfony.com",
4692 "keywords": [
4693 "config",
4694 "configuration",
4695 "options"
4696 ],
4697 "support": {
4698 "source": "https://github.com/symfony/options-resolver/tree/v5.4.11"
4699 },
4700 "funding": [
4701 {
4702 "url": "https://symfony.com/sponsor",
4703 "type": "custom"
4704 },
4705 {
4706 "url": "https://github.com/fabpot",
4707 "type": "github"
4708 },
4709 {
4710 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4711 "type": "tidelift"
4712 }
4713 ],
4714 "time": "2022-07-20T13:00:38+00:00"
4715 },
4716 {
4717 "name": "symfony/password-hasher",
4718 "version": "v5.4.11",
4719 "source": {
4720 "type": "git",
4721 "url": "https://github.com/symfony/password-hasher.git",
4722 "reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179"
4723 },
4724 "dist": {
4725 "type": "zip",
4726 "url": "https://api.github.com/repos/symfony/password-hasher/zipball/b0169ed8f09a4ae39eb119218ea1685079a9b179",
4727 "reference": "b0169ed8f09a4ae39eb119218ea1685079a9b179",
4728 "shasum": ""
4729 },
4730 "require": {
4731 "php": ">=7.2.5",
4732 "symfony/polyfill-php80": "^1.15"
4733 },
4734 "conflict": {
4735 "symfony/security-core": "<5.3"
4736 },
4737 "require-dev": {
4738 "symfony/console": "^5.3|^6.0",
4739 "symfony/security-core": "^5.3|^6.0"
4740 },
4741 "type": "library",
4742 "autoload": {
4743 "psr-4": {
4744 "Symfony\\Component\\PasswordHasher\\": ""
4745 },
4746 "exclude-from-classmap": [
4747 "/Tests/"
4748 ]
4749 },
4750 "notification-url": "https://packagist.org/downloads/",
4751 "license": [
4752 "MIT"
4753 ],
4754 "authors": [
4755 {
4756 "name": "Robin Chalas",
4757 "email": "robin.chalas@gmail.com"
4758 },
4759 {
4760 "name": "Symfony Community",
4761 "homepage": "https://symfony.com/contributors"
4762 }
4763 ],
4764 "description": "Provides password hashing utilities",
4765 "homepage": "https://symfony.com",
4766 "keywords": [
4767 "hashing",
4768 "password"
4769 ],
4770 "support": {
4771 "source": "https://github.com/symfony/password-hasher/tree/v5.4.11"
4772 },
4773 "funding": [
4774 {
4775 "url": "https://symfony.com/sponsor",
4776 "type": "custom"
4777 },
4778 {
4779 "url": "https://github.com/fabpot",
4780 "type": "github"
4781 },
4782 {
4783 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4784 "type": "tidelift"
4785 }
4786 ],
4787 "time": "2022-07-20T13:00:38+00:00"
4788 },
4789 {
4790 "name": "symfony/polyfill-intl-grapheme",
4791 "version": "v1.26.0",
4792 "source": {
4793 "type": "git",
4794 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4795 "reference": "433d05519ce6990bf3530fba6957499d327395c2"
4796 },
4797 "dist": {
4798 "type": "zip",
4799 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
4800 "reference": "433d05519ce6990bf3530fba6957499d327395c2",
4801 "shasum": ""
4802 },
4803 "require": {
4804 "php": ">=7.1"
4805 },
4806 "suggest": {
4807 "ext-intl": "For best performance"
4808 },
4809 "type": "library",
4810 "extra": {
4811 "branch-alias": {
4812 "dev-main": "1.26-dev"
4813 },
4814 "thanks": {
4815 "name": "symfony/polyfill",
4816 "url": "https://github.com/symfony/polyfill"
4817 }
4818 },
4819 "autoload": {
4820 "files": [
4821 "bootstrap.php"
4822 ],
4823 "psr-4": {
4824 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4825 }
4826 },
4827 "notification-url": "https://packagist.org/downloads/",
4828 "license": [
4829 "MIT"
4830 ],
4831 "authors": [
4832 {
4833 "name": "Nicolas Grekas",
4834 "email": "p@tchwork.com"
4835 },
4836 {
4837 "name": "Symfony Community",
4838 "homepage": "https://symfony.com/contributors"
4839 }
4840 ],
4841 "description": "Symfony polyfill for intl's grapheme_* functions",
4842 "homepage": "https://symfony.com",
4843 "keywords": [
4844 "compatibility",
4845 "grapheme",
4846 "intl",
4847 "polyfill",
4848 "portable",
4849 "shim"
4850 ],
4851 "support": {
4852 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
4853 },
4854 "funding": [
4855 {
4856 "url": "https://symfony.com/sponsor",
4857 "type": "custom"
4858 },
4859 {
4860 "url": "https://github.com/fabpot",
4861 "type": "github"
4862 },
4863 {
4864 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4865 "type": "tidelift"
4866 }
4867 ],
4868 "time": "2022-05-24T11:49:31+00:00"
4869 },
4870 {
4871 "name": "symfony/polyfill-intl-icu",
4872 "version": "v1.26.0",
4873 "source": {
4874 "type": "git",
4875 "url": "https://github.com/symfony/polyfill-intl-icu.git",
4876 "reference": "e407643d610e5f2c8a4b14189150f68934bf5e48"
4877 },
4878 "dist": {
4879 "type": "zip",
4880 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e407643d610e5f2c8a4b14189150f68934bf5e48",
4881 "reference": "e407643d610e5f2c8a4b14189150f68934bf5e48",
4882 "shasum": ""
4883 },
4884 "require": {
4885 "php": ">=7.1"
4886 },
4887 "suggest": {
4888 "ext-intl": "For best performance and support of other locales than \"en\""
4889 },
4890 "type": "library",
4891 "extra": {
4892 "branch-alias": {
4893 "dev-main": "1.26-dev"
4894 },
4895 "thanks": {
4896 "name": "symfony/polyfill",
4897 "url": "https://github.com/symfony/polyfill"
4898 }
4899 },
4900 "autoload": {
4901 "files": [
4902 "bootstrap.php"
4903 ],
4904 "psr-4": {
4905 "Symfony\\Polyfill\\Intl\\Icu\\": ""
4906 },
4907 "classmap": [
4908 "Resources/stubs"
4909 ],
4910 "exclude-from-classmap": [
4911 "/Tests/"
4912 ]
4913 },
4914 "notification-url": "https://packagist.org/downloads/",
4915 "license": [
4916 "MIT"
4917 ],
4918 "authors": [
4919 {
4920 "name": "Nicolas Grekas",
4921 "email": "p@tchwork.com"
4922 },
4923 {
4924 "name": "Symfony Community",
4925 "homepage": "https://symfony.com/contributors"
4926 }
4927 ],
4928 "description": "Symfony polyfill for intl's ICU-related data and classes",
4929 "homepage": "https://symfony.com",
4930 "keywords": [
4931 "compatibility",
4932 "icu",
4933 "intl",
4934 "polyfill",
4935 "portable",
4936 "shim"
4937 ],
4938 "support": {
4939 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.26.0"
4940 },
4941 "funding": [
4942 {
4943 "url": "https://symfony.com/sponsor",
4944 "type": "custom"
4945 },
4946 {
4947 "url": "https://github.com/fabpot",
4948 "type": "github"
4949 },
4950 {
4951 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4952 "type": "tidelift"
4953 }
4954 ],
4955 "time": "2022-05-24T11:49:31+00:00"
4956 },
4957 {
4958 "name": "symfony/polyfill-intl-idn",
4959 "version": "v1.26.0",
4960 "source": {
4961 "type": "git",
4962 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4963 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
4964 },
4965 "dist": {
4966 "type": "zip",
4967 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4968 "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
4969 "shasum": ""
4970 },
4971 "require": {
4972 "php": ">=7.1",
4973 "symfony/polyfill-intl-normalizer": "^1.10",
4974 "symfony/polyfill-php72": "^1.10"
4975 },
4976 "suggest": {
4977 "ext-intl": "For best performance"
4978 },
4979 "type": "library",
4980 "extra": {
4981 "branch-alias": {
4982 "dev-main": "1.26-dev"
4983 },
4984 "thanks": {
4985 "name": "symfony/polyfill",
4986 "url": "https://github.com/symfony/polyfill"
4987 }
4988 },
4989 "autoload": {
4990 "files": [
4991 "bootstrap.php"
4992 ],
4993 "psr-4": {
4994 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4995 }
4996 },
4997 "notification-url": "https://packagist.org/downloads/",
4998 "license": [
4999 "MIT"
5000 ],
5001 "authors": [
5002 {
5003 "name": "Laurent Bassin",
5004 "email": "laurent@bassin.info"
5005 },
5006 {
5007 "name": "Trevor Rowbotham",
5008 "email": "trevor.rowbotham@pm.me"
5009 },
5010 {
5011 "name": "Symfony Community",
5012 "homepage": "https://symfony.com/contributors"
5013 }
5014 ],
5015 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
5016 "homepage": "https://symfony.com",
5017 "keywords": [
5018 "compatibility",
5019 "idn",
5020 "intl",
5021 "polyfill",
5022 "portable",
5023 "shim"
5024 ],
5025 "support": {
5026 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
5027 },
5028 "funding": [
5029 {
5030 "url": "https://symfony.com/sponsor",
5031 "type": "custom"
5032 },
5033 {
5034 "url": "https://github.com/fabpot",
5035 "type": "github"
5036 },
5037 {
5038 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5039 "type": "tidelift"
5040 }
5041 ],
5042 "time": "2022-05-24T11:49:31+00:00"
5043 },
5044 {
5045 "name": "symfony/polyfill-intl-normalizer",
5046 "version": "v1.26.0",
5047 "source": {
5048 "type": "git",
5049 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
5050 "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
5051 },
5052 "dist": {
5053 "type": "zip",
5054 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
5055 "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
5056 "shasum": ""
5057 },
5058 "require": {
5059 "php": ">=7.1"
5060 },
5061 "suggest": {
5062 "ext-intl": "For best performance"
5063 },
5064 "type": "library",
5065 "extra": {
5066 "branch-alias": {
5067 "dev-main": "1.26-dev"
5068 },
5069 "thanks": {
5070 "name": "symfony/polyfill",
5071 "url": "https://github.com/symfony/polyfill"
5072 }
5073 },
5074 "autoload": {
5075 "files": [
5076 "bootstrap.php"
5077 ],
5078 "psr-4": {
5079 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
5080 },
5081 "classmap": [
5082 "Resources/stubs"
5083 ]
5084 },
5085 "notification-url": "https://packagist.org/downloads/",
5086 "license": [
5087 "MIT"
5088 ],
5089 "authors": [
5090 {
5091 "name": "Nicolas Grekas",
5092 "email": "p@tchwork.com"
5093 },
5094 {
5095 "name": "Symfony Community",
5096 "homepage": "https://symfony.com/contributors"
5097 }
5098 ],
5099 "description": "Symfony polyfill for intl's Normalizer class and related functions",
5100 "homepage": "https://symfony.com",
5101 "keywords": [
5102 "compatibility",
5103 "intl",
5104 "normalizer",
5105 "polyfill",
5106 "portable",
5107 "shim"
5108 ],
5109 "support": {
5110 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
5111 },
5112 "funding": [
5113 {
5114 "url": "https://symfony.com/sponsor",
5115 "type": "custom"
5116 },
5117 {
5118 "url": "https://github.com/fabpot",
5119 "type": "github"
5120 },
5121 {
5122 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5123 "type": "tidelift"
5124 }
5125 ],
5126 "time": "2022-05-24T11:49:31+00:00"
5127 },
5128 {
5129 "name": "symfony/polyfill-mbstring",
5130 "version": "v1.26.0",
5131 "source": {
5132 "type": "git",
5133 "url": "https://github.com/symfony/polyfill-mbstring.git",
5134 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
5135 },
5136 "dist": {
5137 "type": "zip",
5138 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
5139 "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
5140 "shasum": ""
5141 },
5142 "require": {
5143 "php": ">=7.1"
5144 },
5145 "provide": {
5146 "ext-mbstring": "*"
5147 },
5148 "suggest": {
5149 "ext-mbstring": "For best performance"
5150 },
5151 "type": "library",
5152 "extra": {
5153 "branch-alias": {
5154 "dev-main": "1.26-dev"
5155 },
5156 "thanks": {
5157 "name": "symfony/polyfill",
5158 "url": "https://github.com/symfony/polyfill"
5159 }
5160 },
5161 "autoload": {
5162 "files": [
5163 "bootstrap.php"
5164 ],
5165 "psr-4": {
5166 "Symfony\\Polyfill\\Mbstring\\": ""
5167 }
5168 },
5169 "notification-url": "https://packagist.org/downloads/",
5170 "license": [
5171 "MIT"
5172 ],
5173 "authors": [
5174 {
5175 "name": "Nicolas Grekas",
5176 "email": "p@tchwork.com"
5177 },
5178 {
5179 "name": "Symfony Community",
5180 "homepage": "https://symfony.com/contributors"
5181 }
5182 ],
5183 "description": "Symfony polyfill for the Mbstring extension",
5184 "homepage": "https://symfony.com",
5185 "keywords": [
5186 "compatibility",
5187 "mbstring",
5188 "polyfill",
5189 "portable",
5190 "shim"
5191 ],
5192 "support": {
5193 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
5194 },
5195 "funding": [
5196 {
5197 "url": "https://symfony.com/sponsor",
5198 "type": "custom"
5199 },
5200 {
5201 "url": "https://github.com/fabpot",
5202 "type": "github"
5203 },
5204 {
5205 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5206 "type": "tidelift"
5207 }
5208 ],
5209 "time": "2022-05-24T11:49:31+00:00"
5210 },
5211 {
5212 "name": "symfony/polyfill-php72",
5213 "version": "v1.26.0",
5214 "source": {
5215 "type": "git",
5216 "url": "https://github.com/symfony/polyfill-php72.git",
5217 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
5218 },
5219 "dist": {
5220 "type": "zip",
5221 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
5222 "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
5223 "shasum": ""
5224 },
5225 "require": {
5226 "php": ">=7.1"
5227 },
5228 "type": "library",
5229 "extra": {
5230 "branch-alias": {
5231 "dev-main": "1.26-dev"
5232 },
5233 "thanks": {
5234 "name": "symfony/polyfill",
5235 "url": "https://github.com/symfony/polyfill"
5236 }
5237 },
5238 "autoload": {
5239 "files": [
5240 "bootstrap.php"
5241 ],
5242 "psr-4": {
5243 "Symfony\\Polyfill\\Php72\\": ""
5244 }
5245 },
5246 "notification-url": "https://packagist.org/downloads/",
5247 "license": [
5248 "MIT"
5249 ],
5250 "authors": [
5251 {
5252 "name": "Nicolas Grekas",
5253 "email": "p@tchwork.com"
5254 },
5255 {
5256 "name": "Symfony Community",
5257 "homepage": "https://symfony.com/contributors"
5258 }
5259 ],
5260 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5261 "homepage": "https://symfony.com",
5262 "keywords": [
5263 "compatibility",
5264 "polyfill",
5265 "portable",
5266 "shim"
5267 ],
5268 "support": {
5269 "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
5270 },
5271 "funding": [
5272 {
5273 "url": "https://symfony.com/sponsor",
5274 "type": "custom"
5275 },
5276 {
5277 "url": "https://github.com/fabpot",
5278 "type": "github"
5279 },
5280 {
5281 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5282 "type": "tidelift"
5283 }
5284 ],
5285 "time": "2022-05-24T11:49:31+00:00"
5286 },
5287 {
5288 "name": "symfony/polyfill-php73",
5289 "version": "v1.26.0",
5290 "source": {
5291 "type": "git",
5292 "url": "https://github.com/symfony/polyfill-php73.git",
5293 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
5294 },
5295 "dist": {
5296 "type": "zip",
5297 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
5298 "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
5299 "shasum": ""
5300 },
5301 "require": {
5302 "php": ">=7.1"
5303 },
5304 "type": "library",
5305 "extra": {
5306 "branch-alias": {
5307 "dev-main": "1.26-dev"
5308 },
5309 "thanks": {
5310 "name": "symfony/polyfill",
5311 "url": "https://github.com/symfony/polyfill"
5312 }
5313 },
5314 "autoload": {
5315 "files": [
5316 "bootstrap.php"
5317 ],
5318 "psr-4": {
5319 "Symfony\\Polyfill\\Php73\\": ""
5320 },
5321 "classmap": [
5322 "Resources/stubs"
5323 ]
5324 },
5325 "notification-url": "https://packagist.org/downloads/",
5326 "license": [
5327 "MIT"
5328 ],
5329 "authors": [
5330 {
5331 "name": "Nicolas Grekas",
5332 "email": "p@tchwork.com"
5333 },
5334 {
5335 "name": "Symfony Community",
5336 "homepage": "https://symfony.com/contributors"
5337 }
5338 ],
5339 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
5340 "homepage": "https://symfony.com",
5341 "keywords": [
5342 "compatibility",
5343 "polyfill",
5344 "portable",
5345 "shim"
5346 ],
5347 "support": {
5348 "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
5349 },
5350 "funding": [
5351 {
5352 "url": "https://symfony.com/sponsor",
5353 "type": "custom"
5354 },
5355 {
5356 "url": "https://github.com/fabpot",
5357 "type": "github"
5358 },
5359 {
5360 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5361 "type": "tidelift"
5362 }
5363 ],
5364 "time": "2022-05-24T11:49:31+00:00"
5365 },
5366 {
5367 "name": "symfony/polyfill-php80",
5368 "version": "v1.26.0",
5369 "source": {
5370 "type": "git",
5371 "url": "https://github.com/symfony/polyfill-php80.git",
5372 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
5373 },
5374 "dist": {
5375 "type": "zip",
5376 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
5377 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
5378 "shasum": ""
5379 },
5380 "require": {
5381 "php": ">=7.1"
5382 },
5383 "type": "library",
5384 "extra": {
5385 "branch-alias": {
5386 "dev-main": "1.26-dev"
5387 },
5388 "thanks": {
5389 "name": "symfony/polyfill",
5390 "url": "https://github.com/symfony/polyfill"
5391 }
5392 },
5393 "autoload": {
5394 "files": [
5395 "bootstrap.php"
5396 ],
5397 "psr-4": {
5398 "Symfony\\Polyfill\\Php80\\": ""
5399 },
5400 "classmap": [
5401 "Resources/stubs"
5402 ]
5403 },
5404 "notification-url": "https://packagist.org/downloads/",
5405 "license": [
5406 "MIT"
5407 ],
5408 "authors": [
5409 {
5410 "name": "Ion Bazan",
5411 "email": "ion.bazan@gmail.com"
5412 },
5413 {
5414 "name": "Nicolas Grekas",
5415 "email": "p@tchwork.com"
5416 },
5417 {
5418 "name": "Symfony Community",
5419 "homepage": "https://symfony.com/contributors"
5420 }
5421 ],
5422 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5423 "homepage": "https://symfony.com",
5424 "keywords": [
5425 "compatibility",
5426 "polyfill",
5427 "portable",
5428 "shim"
5429 ],
5430 "support": {
5431 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
5432 },
5433 "funding": [
5434 {
5435 "url": "https://symfony.com/sponsor",
5436 "type": "custom"
5437 },
5438 {
5439 "url": "https://github.com/fabpot",
5440 "type": "github"
5441 },
5442 {
5443 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5444 "type": "tidelift"
5445 }
5446 ],
5447 "time": "2022-05-10T07:21:04+00:00"
5448 },
5449 {
5450 "name": "symfony/polyfill-php81",
5451 "version": "v1.26.0",
5452 "source": {
5453 "type": "git",
5454 "url": "https://github.com/symfony/polyfill-php81.git",
5455 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
5456 },
5457 "dist": {
5458 "type": "zip",
5459 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
5460 "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
5461 "shasum": ""
5462 },
5463 "require": {
5464 "php": ">=7.1"
5465 },
5466 "type": "library",
5467 "extra": {
5468 "branch-alias": {
5469 "dev-main": "1.26-dev"
5470 },
5471 "thanks": {
5472 "name": "symfony/polyfill",
5473 "url": "https://github.com/symfony/polyfill"
5474 }
5475 },
5476 "autoload": {
5477 "files": [
5478 "bootstrap.php"
5479 ],
5480 "psr-4": {
5481 "Symfony\\Polyfill\\Php81\\": ""
5482 },
5483 "classmap": [
5484 "Resources/stubs"
5485 ]
5486 },
5487 "notification-url": "https://packagist.org/downloads/",
5488 "license": [
5489 "MIT"
5490 ],
5491 "authors": [
5492 {
5493 "name": "Nicolas Grekas",
5494 "email": "p@tchwork.com"
5495 },
5496 {
5497 "name": "Symfony Community",
5498 "homepage": "https://symfony.com/contributors"
5499 }
5500 ],
5501 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
5502 "homepage": "https://symfony.com",
5503 "keywords": [
5504 "compatibility",
5505 "polyfill",
5506 "portable",
5507 "shim"
5508 ],
5509 "support": {
5510 "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
5511 },
5512 "funding": [
5513 {
5514 "url": "https://symfony.com/sponsor",
5515 "type": "custom"
5516 },
5517 {
5518 "url": "https://github.com/fabpot",
5519 "type": "github"
5520 },
5521 {
5522 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5523 "type": "tidelift"
5524 }
5525 ],
5526 "time": "2022-05-24T11:49:31+00:00"
5527 },
5528 {
5529 "name": "symfony/process",
5530 "version": "v5.4.11",
5531 "source": {
5532 "type": "git",
5533 "url": "https://github.com/symfony/process.git",
5534 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
5535 },
5536 "dist": {
5537 "type": "zip",
5538 "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
5539 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
5540 "shasum": ""
5541 },
5542 "require": {
5543 "php": ">=7.2.5",
5544 "symfony/polyfill-php80": "^1.16"
5545 },
5546 "type": "library",
5547 "autoload": {
5548 "psr-4": {
5549 "Symfony\\Component\\Process\\": ""
5550 },
5551 "exclude-from-classmap": [
5552 "/Tests/"
5553 ]
5554 },
5555 "notification-url": "https://packagist.org/downloads/",
5556 "license": [
5557 "MIT"
5558 ],
5559 "authors": [
5560 {
5561 "name": "Fabien Potencier",
5562 "email": "fabien@symfony.com"
5563 },
5564 {
5565 "name": "Symfony Community",
5566 "homepage": "https://symfony.com/contributors"
5567 }
5568 ],
5569 "description": "Executes commands in sub-processes",
5570 "homepage": "https://symfony.com",
5571 "support": {
5572 "source": "https://github.com/symfony/process/tree/v5.4.11"
5573 },
5574 "funding": [
5575 {
5576 "url": "https://symfony.com/sponsor",
5577 "type": "custom"
5578 },
5579 {
5580 "url": "https://github.com/fabpot",
5581 "type": "github"
5582 },
5583 {
5584 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5585 "type": "tidelift"
5586 }
5587 ],
5588 "time": "2022-06-27T16:58:25+00:00"
5589 },
5590 {
5591 "name": "symfony/profiler-pack",
5592 "version": "v1.0.6",
5593 "source": {
5594 "type": "git",
5595 "url": "https://github.com/symfony/profiler-pack.git",
5596 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7"
5597 },
5598 "dist": {
5599 "type": "zip",
5600 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/bcd6e80af9819454ac18594362e7875fd1d771c7",
5601 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7",
5602 "shasum": ""
5603 },
5604 "require": {
5605 "symfony/stopwatch": "*",
5606 "symfony/web-profiler-bundle": "*"
5607 },
5608 "require-dev": {
5609 "symfony/stopwatch": "*",
5610 "symfony/web-profiler-bundle": "*"
5611 },
5612 "type": "symfony-pack",
5613 "notification-url": "https://packagist.org/downloads/",
5614 "license": [
5615 "MIT"
5616 ],
5617 "description": "A pack for the Symfony web profiler",
5618 "support": {
5619 "issues": "https://github.com/symfony/profiler-pack/issues",
5620 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.6"
5621 },
5622 "funding": [
5623 {
5624 "url": "https://symfony.com/sponsor",
5625 "type": "custom"
5626 },
5627 {
5628 "url": "https://github.com/fabpot",
5629 "type": "github"
5630 },
5631 {
5632 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5633 "type": "tidelift"
5634 }
5635 ],
5636 "time": "2021-08-20T17:27:58+00:00"
5637 },
5638 {
5639 "name": "symfony/property-access",
5640 "version": "v5.4.11",
5641 "source": {
5642 "type": "git",
5643 "url": "https://github.com/symfony/property-access.git",
5644 "reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c"
5645 },
5646 "dist": {
5647 "type": "zip",
5648 "url": "https://api.github.com/repos/symfony/property-access/zipball/c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
5649 "reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
5650 "shasum": ""
5651 },
5652 "require": {
5653 "php": ">=7.2.5",
5654 "symfony/deprecation-contracts": "^2.1|^3",
5655 "symfony/polyfill-php80": "^1.16",
5656 "symfony/property-info": "^5.2|^6.0"
5657 },
5658 "require-dev": {
5659 "symfony/cache": "^4.4|^5.0|^6.0"
5660 },
5661 "suggest": {
5662 "psr/cache-implementation": "To cache access methods."
5663 },
5664 "type": "library",
5665 "autoload": {
5666 "psr-4": {
5667 "Symfony\\Component\\PropertyAccess\\": ""
5668 },
5669 "exclude-from-classmap": [
5670 "/Tests/"
5671 ]
5672 },
5673 "notification-url": "https://packagist.org/downloads/",
5674 "license": [
5675 "MIT"
5676 ],
5677 "authors": [
5678 {
5679 "name": "Fabien Potencier",
5680 "email": "fabien@symfony.com"
5681 },
5682 {
5683 "name": "Symfony Community",
5684 "homepage": "https://symfony.com/contributors"
5685 }
5686 ],
5687 "description": "Provides functions to read and write from/to an object or array using a simple string notation",
5688 "homepage": "https://symfony.com",
5689 "keywords": [
5690 "access",
5691 "array",
5692 "extraction",
5693 "index",
5694 "injection",
5695 "object",
5696 "property",
5697 "property path",
5698 "reflection"
5699 ],
5700 "support": {
5701 "source": "https://github.com/symfony/property-access/tree/v5.4.11"
5702 },
5703 "funding": [
5704 {
5705 "url": "https://symfony.com/sponsor",
5706 "type": "custom"
5707 },
5708 {
5709 "url": "https://github.com/fabpot",
5710 "type": "github"
5711 },
5712 {
5713 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5714 "type": "tidelift"
5715 }
5716 ],
5717 "time": "2022-06-27T16:58:25+00:00"
5718 },
5719 {
5720 "name": "symfony/property-info",
5721 "version": "v5.4.11",
5722 "source": {
5723 "type": "git",
5724 "url": "https://github.com/symfony/property-info.git",
5725 "reference": "8a9a2b638a808cc92a2fbce185b9318e76b0e20c"
5726 },
5727 "dist": {
5728 "type": "zip",
5729 "url": "https://api.github.com/repos/symfony/property-info/zipball/8a9a2b638a808cc92a2fbce185b9318e76b0e20c",
5730 "reference": "8a9a2b638a808cc92a2fbce185b9318e76b0e20c",
5731 "shasum": ""
5732 },
5733 "require": {
5734 "php": ">=7.2.5",
5735 "symfony/deprecation-contracts": "^2.1|^3",
5736 "symfony/polyfill-php80": "^1.16",
5737 "symfony/string": "^5.1|^6.0"
5738 },
5739 "conflict": {
5740 "phpdocumentor/reflection-docblock": "<3.2.2",
5741 "phpdocumentor/type-resolver": "<1.4.0",
5742 "symfony/dependency-injection": "<4.4"
5743 },
5744 "require-dev": {
5745 "doctrine/annotations": "^1.10.4",
5746 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5747 "phpstan/phpdoc-parser": "^1.0",
5748 "symfony/cache": "^4.4|^5.0|^6.0",
5749 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5750 "symfony/serializer": "^4.4|^5.0|^6.0"
5751 },
5752 "suggest": {
5753 "phpdocumentor/reflection-docblock": "To use the PHPDoc",
5754 "psr/cache-implementation": "To cache results",
5755 "symfony/doctrine-bridge": "To use Doctrine metadata",
5756 "symfony/serializer": "To use Serializer metadata"
5757 },
5758 "type": "library",
5759 "autoload": {
5760 "psr-4": {
5761 "Symfony\\Component\\PropertyInfo\\": ""
5762 },
5763 "exclude-from-classmap": [
5764 "/Tests/"
5765 ]
5766 },
5767 "notification-url": "https://packagist.org/downloads/",
5768 "license": [
5769 "MIT"
5770 ],
5771 "authors": [
5772 {
5773 "name": "KĆ©vin Dunglas",
5774 "email": "dunglas@gmail.com"
5775 },
5776 {
5777 "name": "Symfony Community",
5778 "homepage": "https://symfony.com/contributors"
5779 }
5780 ],
5781 "description": "Extracts information about PHP class' properties using metadata of popular sources",
5782 "homepage": "https://symfony.com",
5783 "keywords": [
5784 "doctrine",
5785 "phpdoc",
5786 "property",
5787 "symfony",
5788 "type",
5789 "validator"
5790 ],
5791 "support": {
5792 "source": "https://github.com/symfony/property-info/tree/v5.4.11"
5793 },
5794 "funding": [
5795 {
5796 "url": "https://symfony.com/sponsor",
5797 "type": "custom"
5798 },
5799 {
5800 "url": "https://github.com/fabpot",
5801 "type": "github"
5802 },
5803 {
5804 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5805 "type": "tidelift"
5806 }
5807 ],
5808 "time": "2022-07-19T08:07:51+00:00"
5809 },
5810 {
5811 "name": "symfony/routing",
5812 "version": "v5.4.11",
5813 "source": {
5814 "type": "git",
5815 "url": "https://github.com/symfony/routing.git",
5816 "reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226"
5817 },
5818 "dist": {
5819 "type": "zip",
5820 "url": "https://api.github.com/repos/symfony/routing/zipball/3e01ccd9b2a3a4167ba2b3c53612762300300226",
5821 "reference": "3e01ccd9b2a3a4167ba2b3c53612762300300226",
5822 "shasum": ""
5823 },
5824 "require": {
5825 "php": ">=7.2.5",
5826 "symfony/deprecation-contracts": "^2.1|^3",
5827 "symfony/polyfill-php80": "^1.16"
5828 },
5829 "conflict": {
5830 "doctrine/annotations": "<1.12",
5831 "symfony/config": "<5.3",
5832 "symfony/dependency-injection": "<4.4",
5833 "symfony/yaml": "<4.4"
5834 },
5835 "require-dev": {
5836 "doctrine/annotations": "^1.12",
5837 "psr/log": "^1|^2|^3",
5838 "symfony/config": "^5.3|^6.0",
5839 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5840 "symfony/expression-language": "^4.4|^5.0|^6.0",
5841 "symfony/http-foundation": "^4.4|^5.0|^6.0",
5842 "symfony/yaml": "^4.4|^5.0|^6.0"
5843 },
5844 "suggest": {
5845 "symfony/config": "For using the all-in-one router or any loader",
5846 "symfony/expression-language": "For using expression matching",
5847 "symfony/http-foundation": "For using a Symfony Request object",
5848 "symfony/yaml": "For using the YAML loader"
5849 },
5850 "type": "library",
5851 "autoload": {
5852 "psr-4": {
5853 "Symfony\\Component\\Routing\\": ""
5854 },
5855 "exclude-from-classmap": [
5856 "/Tests/"
5857 ]
5858 },
5859 "notification-url": "https://packagist.org/downloads/",
5860 "license": [
5861 "MIT"
5862 ],
5863 "authors": [
5864 {
5865 "name": "Fabien Potencier",
5866 "email": "fabien@symfony.com"
5867 },
5868 {
5869 "name": "Symfony Community",
5870 "homepage": "https://symfony.com/contributors"
5871 }
5872 ],
5873 "description": "Maps an HTTP request to a set of configuration variables",
5874 "homepage": "https://symfony.com",
5875 "keywords": [
5876 "router",
5877 "routing",
5878 "uri",
5879 "url"
5880 ],
5881 "support": {
5882 "source": "https://github.com/symfony/routing/tree/v5.4.11"
5883 },
5884 "funding": [
5885 {
5886 "url": "https://symfony.com/sponsor",
5887 "type": "custom"
5888 },
5889 {
5890 "url": "https://github.com/fabpot",
5891 "type": "github"
5892 },
5893 {
5894 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5895 "type": "tidelift"
5896 }
5897 ],
5898 "time": "2022-07-20T13:00:38+00:00"
5899 },
5900 {
5901 "name": "symfony/runtime",
5902 "version": "v5.4.11",
5903 "source": {
5904 "type": "git",
5905 "url": "https://github.com/symfony/runtime.git",
5906 "reference": "c32ac27a8abebe4e6375cd12a4f78ba78e9c742f"
5907 },
5908 "dist": {
5909 "type": "zip",
5910 "url": "https://api.github.com/repos/symfony/runtime/zipball/c32ac27a8abebe4e6375cd12a4f78ba78e9c742f",
5911 "reference": "c32ac27a8abebe4e6375cd12a4f78ba78e9c742f",
5912 "shasum": ""
5913 },
5914 "require": {
5915 "composer-plugin-api": "^1.0|^2.0",
5916 "php": ">=7.2.5",
5917 "symfony/polyfill-php80": "^1.15"
5918 },
5919 "conflict": {
5920 "symfony/dotenv": "<5.1"
5921 },
5922 "require-dev": {
5923 "composer/composer": "^1.0.2|^2.0",
5924 "symfony/console": "^4.4.30|^5.3.7|^6.0",
5925 "symfony/dotenv": "^5.1|^6.0",
5926 "symfony/http-foundation": "^4.4.30|^5.3.7|^6.0",
5927 "symfony/http-kernel": "^4.4.30|^5.3.7|^6.0"
5928 },
5929 "type": "composer-plugin",
5930 "extra": {
5931 "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
5932 },
5933 "autoload": {
5934 "psr-4": {
5935 "Symfony\\Component\\Runtime\\": "",
5936 "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
5937 },
5938 "exclude-from-classmap": [
5939 "/Tests/"
5940 ]
5941 },
5942 "notification-url": "https://packagist.org/downloads/",
5943 "license": [
5944 "MIT"
5945 ],
5946 "authors": [
5947 {
5948 "name": "Nicolas Grekas",
5949 "email": "p@tchwork.com"
5950 },
5951 {
5952 "name": "Symfony Community",
5953 "homepage": "https://symfony.com/contributors"
5954 }
5955 ],
5956 "description": "Enables decoupling PHP applications from global state",
5957 "homepage": "https://symfony.com",
5958 "support": {
5959 "source": "https://github.com/symfony/runtime/tree/v5.4.11"
5960 },
5961 "funding": [
5962 {
5963 "url": "https://symfony.com/sponsor",
5964 "type": "custom"
5965 },
5966 {
5967 "url": "https://github.com/fabpot",
5968 "type": "github"
5969 },
5970 {
5971 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5972 "type": "tidelift"
5973 }
5974 ],
5975 "time": "2022-06-27T16:58:25+00:00"
5976 },
5977 {
5978 "name": "symfony/security-bundle",
5979 "version": "v5.4.11",
5980 "source": {
5981 "type": "git",
5982 "url": "https://github.com/symfony/security-bundle.git",
5983 "reference": "86b49feb056b840f2b79a03fcfa2d378d6d34234"
5984 },
5985 "dist": {
5986 "type": "zip",
5987 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/86b49feb056b840f2b79a03fcfa2d378d6d34234",
5988 "reference": "86b49feb056b840f2b79a03fcfa2d378d6d34234",
5989 "shasum": ""
5990 },
5991 "require": {
5992 "ext-xml": "*",
5993 "php": ">=7.2.5",
5994 "symfony/config": "^4.4|^5.0|^6.0",
5995 "symfony/dependency-injection": "^5.3|^6.0",
5996 "symfony/deprecation-contracts": "^2.1|^3",
5997 "symfony/event-dispatcher": "^5.1|^6.0",
5998 "symfony/http-foundation": "^5.3|^6.0",
5999 "symfony/http-kernel": "^5.3|^6.0",
6000 "symfony/password-hasher": "^5.3|^6.0",
6001 "symfony/polyfill-php80": "^1.16",
6002 "symfony/security-core": "^5.4|^6.0",
6003 "symfony/security-csrf": "^4.4|^5.0|^6.0",
6004 "symfony/security-guard": "^5.3",
6005 "symfony/security-http": "^5.4|^6.0"
6006 },
6007 "conflict": {
6008 "symfony/browser-kit": "<4.4",
6009 "symfony/console": "<4.4",
6010 "symfony/framework-bundle": "<4.4",
6011 "symfony/ldap": "<5.1",
6012 "symfony/twig-bundle": "<4.4"
6013 },
6014 "require-dev": {
6015 "doctrine/annotations": "^1.10.4",
6016 "symfony/asset": "^4.4|^5.0|^6.0",
6017 "symfony/browser-kit": "^4.4|^5.0|^6.0",
6018 "symfony/console": "^4.4|^5.0|^6.0",
6019 "symfony/css-selector": "^4.4|^5.0|^6.0",
6020 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
6021 "symfony/expression-language": "^4.4|^5.0|^6.0",
6022 "symfony/form": "^4.4|^5.0|^6.0",
6023 "symfony/framework-bundle": "^5.3|^6.0",
6024 "symfony/ldap": "^5.3|^6.0",
6025 "symfony/process": "^4.4|^5.0|^6.0",
6026 "symfony/rate-limiter": "^5.2|^6.0",
6027 "symfony/serializer": "^4.4|^5.0|^6.0",
6028 "symfony/translation": "^4.4|^5.0|^6.0",
6029 "symfony/twig-bridge": "^4.4|^5.0|^6.0",
6030 "symfony/twig-bundle": "^4.4|^5.0|^6.0",
6031 "symfony/validator": "^4.4|^5.0|^6.0",
6032 "symfony/yaml": "^4.4|^5.0|^6.0",
6033 "twig/twig": "^2.13|^3.0.4"
6034 },
6035 "type": "symfony-bundle",
6036 "autoload": {
6037 "psr-4": {
6038 "Symfony\\Bundle\\SecurityBundle\\": ""
6039 },
6040 "exclude-from-classmap": [
6041 "/Tests/"
6042 ]
6043 },
6044 "notification-url": "https://packagist.org/downloads/",
6045 "license": [
6046 "MIT"
6047 ],
6048 "authors": [
6049 {
6050 "name": "Fabien Potencier",
6051 "email": "fabien@symfony.com"
6052 },
6053 {
6054 "name": "Symfony Community",
6055 "homepage": "https://symfony.com/contributors"
6056 }
6057 ],
6058 "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
6059 "homepage": "https://symfony.com",
6060 "support": {
6061 "source": "https://github.com/symfony/security-bundle/tree/v5.4.11"
6062 },
6063 "funding": [
6064 {
6065 "url": "https://symfony.com/sponsor",
6066 "type": "custom"
6067 },
6068 {
6069 "url": "https://github.com/fabpot",
6070 "type": "github"
6071 },
6072 {
6073 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6074 "type": "tidelift"
6075 }
6076 ],
6077 "time": "2022-07-20T13:00:38+00:00"
6078 },
6079 {
6080 "name": "symfony/security-core",
6081 "version": "v5.4.11",
6082 "source": {
6083 "type": "git",
6084 "url": "https://github.com/symfony/security-core.git",
6085 "reference": "25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92"
6086 },
6087 "dist": {
6088 "type": "zip",
6089 "url": "https://api.github.com/repos/symfony/security-core/zipball/25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92",
6090 "reference": "25d14fa47f9efa084d3c23d0ae3b2624d2ad9e92",
6091 "shasum": ""
6092 },
6093 "require": {
6094 "php": ">=7.2.5",
6095 "symfony/deprecation-contracts": "^2.1|^3",
6096 "symfony/event-dispatcher-contracts": "^1.1|^2|^3",
6097 "symfony/password-hasher": "^5.3|^6.0",
6098 "symfony/polyfill-php80": "^1.16",
6099 "symfony/service-contracts": "^1.1.6|^2|^3"
6100 },
6101 "conflict": {
6102 "symfony/event-dispatcher": "<4.4",
6103 "symfony/http-foundation": "<5.3",
6104 "symfony/ldap": "<4.4",
6105 "symfony/security-guard": "<4.4",
6106 "symfony/validator": "<5.2"
6107 },
6108 "require-dev": {
6109 "psr/cache": "^1.0|^2.0|^3.0",
6110 "psr/container": "^1.0|^2.0",
6111 "psr/log": "^1|^2|^3",
6112 "symfony/cache": "^4.4|^5.0|^6.0",
6113 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
6114 "symfony/expression-language": "^4.4|^5.0|^6.0",
6115 "symfony/http-foundation": "^5.3|^6.0",
6116 "symfony/ldap": "^4.4|^5.0|^6.0",
6117 "symfony/translation": "^4.4|^5.0|^6.0",
6118 "symfony/validator": "^5.2|^6.0"
6119 },
6120 "suggest": {
6121 "psr/container-implementation": "To instantiate the Security class",
6122 "symfony/event-dispatcher": "",
6123 "symfony/expression-language": "For using the expression voter",
6124 "symfony/http-foundation": "",
6125 "symfony/ldap": "For using LDAP integration",
6126 "symfony/validator": "For using the user password constraint"
6127 },
6128 "type": "library",
6129 "autoload": {
6130 "psr-4": {
6131 "Symfony\\Component\\Security\\Core\\": ""
6132 },
6133 "exclude-from-classmap": [
6134 "/Tests/"
6135 ]
6136 },
6137 "notification-url": "https://packagist.org/downloads/",
6138 "license": [
6139 "MIT"
6140 ],
6141 "authors": [
6142 {
6143 "name": "Fabien Potencier",
6144 "email": "fabien@symfony.com"
6145 },
6146 {
6147 "name": "Symfony Community",
6148 "homepage": "https://symfony.com/contributors"
6149 }
6150 ],
6151 "description": "Symfony Security Component - Core Library",
6152 "homepage": "https://symfony.com",
6153 "support": {
6154 "source": "https://github.com/symfony/security-core/tree/v5.4.11"
6155 },
6156 "funding": [
6157 {
6158 "url": "https://symfony.com/sponsor",
6159 "type": "custom"
6160 },
6161 {
6162 "url": "https://github.com/fabpot",
6163 "type": "github"
6164 },
6165 {
6166 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6167 "type": "tidelift"
6168 }
6169 ],
6170 "time": "2022-07-20T13:00:38+00:00"
6171 },
6172 {
6173 "name": "symfony/security-csrf",
6174 "version": "v5.4.11",
6175 "source": {
6176 "type": "git",
6177 "url": "https://github.com/symfony/security-csrf.git",
6178 "reference": "b97ab244b6dda80abb84a4a236d682871695db4a"
6179 },
6180 "dist": {
6181 "type": "zip",
6182 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/b97ab244b6dda80abb84a4a236d682871695db4a",
6183 "reference": "b97ab244b6dda80abb84a4a236d682871695db4a",
6184 "shasum": ""
6185 },
6186 "require": {
6187 "php": ">=7.2.5",
6188 "symfony/polyfill-php80": "^1.16",
6189 "symfony/security-core": "^4.4|^5.0|^6.0"
6190 },
6191 "conflict": {
6192 "symfony/http-foundation": "<5.3"
6193 },
6194 "require-dev": {
6195 "symfony/http-foundation": "^5.3|^6.0"
6196 },
6197 "suggest": {
6198 "symfony/http-foundation": "For using the class SessionTokenStorage."
6199 },
6200 "type": "library",
6201 "autoload": {
6202 "psr-4": {
6203 "Symfony\\Component\\Security\\Csrf\\": ""
6204 },
6205 "exclude-from-classmap": [
6206 "/Tests/"
6207 ]
6208 },
6209 "notification-url": "https://packagist.org/downloads/",
6210 "license": [
6211 "MIT"
6212 ],
6213 "authors": [
6214 {
6215 "name": "Fabien Potencier",
6216 "email": "fabien@symfony.com"
6217 },
6218 {
6219 "name": "Symfony Community",
6220 "homepage": "https://symfony.com/contributors"
6221 }
6222 ],
6223 "description": "Symfony Security Component - CSRF Library",
6224 "homepage": "https://symfony.com",
6225 "support": {
6226 "source": "https://github.com/symfony/security-csrf/tree/v5.4.11"
6227 },
6228 "funding": [
6229 {
6230 "url": "https://symfony.com/sponsor",
6231 "type": "custom"
6232 },
6233 {
6234 "url": "https://github.com/fabpot",
6235 "type": "github"
6236 },
6237 {
6238 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6239 "type": "tidelift"
6240 }
6241 ],
6242 "time": "2022-07-20T13:00:38+00:00"
6243 },
6244 {
6245 "name": "symfony/security-guard",
6246 "version": "v5.4.9",
6247 "source": {
6248 "type": "git",
6249 "url": "https://github.com/symfony/security-guard.git",
6250 "reference": "64c83d25b5b23fa07e77c861d19e46ce7929a789"
6251 },
6252 "dist": {
6253 "type": "zip",
6254 "url": "https://api.github.com/repos/symfony/security-guard/zipball/64c83d25b5b23fa07e77c861d19e46ce7929a789",
6255 "reference": "64c83d25b5b23fa07e77c861d19e46ce7929a789",
6256 "shasum": ""
6257 },
6258 "require": {
6259 "php": ">=7.2.5",
6260 "symfony/polyfill-php80": "^1.15",
6261 "symfony/security-core": "^5.0",
6262 "symfony/security-http": "^5.3"
6263 },
6264 "require-dev": {
6265 "psr/log": "^1|^2|^3"
6266 },
6267 "type": "library",
6268 "autoload": {
6269 "psr-4": {
6270 "Symfony\\Component\\Security\\Guard\\": ""
6271 },
6272 "exclude-from-classmap": [
6273 "/Tests/"
6274 ]
6275 },
6276 "notification-url": "https://packagist.org/downloads/",
6277 "license": [
6278 "MIT"
6279 ],
6280 "authors": [
6281 {
6282 "name": "Fabien Potencier",
6283 "email": "fabien@symfony.com"
6284 },
6285 {
6286 "name": "Symfony Community",
6287 "homepage": "https://symfony.com/contributors"
6288 }
6289 ],
6290 "description": "Symfony Security Component - Guard",
6291 "homepage": "https://symfony.com",
6292 "support": {
6293 "source": "https://github.com/symfony/security-guard/tree/v5.4.9"
6294 },
6295 "funding": [
6296 {
6297 "url": "https://symfony.com/sponsor",
6298 "type": "custom"
6299 },
6300 {
6301 "url": "https://github.com/fabpot",
6302 "type": "github"
6303 },
6304 {
6305 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6306 "type": "tidelift"
6307 }
6308 ],
6309 "time": "2022-05-06T14:25:18+00:00"
6310 },
6311 {
6312 "name": "symfony/security-http",
6313 "version": "v5.4.12",
6314 "source": {
6315 "type": "git",
6316 "url": "https://github.com/symfony/security-http.git",
6317 "reference": "3ca3eb2a866a4a5adaf0a952d2d7db7208da378b"
6318 },
6319 "dist": {
6320 "type": "zip",
6321 "url": "https://api.github.com/repos/symfony/security-http/zipball/3ca3eb2a866a4a5adaf0a952d2d7db7208da378b",
6322 "reference": "3ca3eb2a866a4a5adaf0a952d2d7db7208da378b",
6323 "shasum": ""
6324 },
6325 "require": {
6326 "php": ">=7.2.5",
6327 "symfony/deprecation-contracts": "^2.1|^3",
6328 "symfony/http-foundation": "^5.3|^6.0",
6329 "symfony/http-kernel": "^5.3|^6.0",
6330 "symfony/polyfill-mbstring": "~1.0",
6331 "symfony/polyfill-php80": "^1.16",
6332 "symfony/property-access": "^4.4|^5.0|^6.0",
6333 "symfony/security-core": "^5.4|^6.0"
6334 },
6335 "conflict": {
6336 "symfony/event-dispatcher": "<4.3",
6337 "symfony/security-bundle": "<5.3",
6338 "symfony/security-csrf": "<4.4"
6339 },
6340 "require-dev": {
6341 "psr/log": "^1|^2|^3",
6342 "symfony/cache": "^4.4|^5.0|^6.0",
6343 "symfony/rate-limiter": "^5.2|^6.0",
6344 "symfony/routing": "^4.4|^5.0|^6.0",
6345 "symfony/security-csrf": "^4.4|^5.0|^6.0",
6346 "symfony/translation": "^4.4|^5.0|^6.0"
6347 },
6348 "suggest": {
6349 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
6350 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
6351 },
6352 "type": "library",
6353 "autoload": {
6354 "psr-4": {
6355 "Symfony\\Component\\Security\\Http\\": ""
6356 },
6357 "exclude-from-classmap": [
6358 "/Tests/"
6359 ]
6360 },
6361 "notification-url": "https://packagist.org/downloads/",
6362 "license": [
6363 "MIT"
6364 ],
6365 "authors": [
6366 {
6367 "name": "Fabien Potencier",
6368 "email": "fabien@symfony.com"
6369 },
6370 {
6371 "name": "Symfony Community",
6372 "homepage": "https://symfony.com/contributors"
6373 }
6374 ],
6375 "description": "Symfony Security Component - HTTP Integration",
6376 "homepage": "https://symfony.com",
6377 "support": {
6378 "source": "https://github.com/symfony/security-http/tree/v5.4.12"
6379 },
6380 "funding": [
6381 {
6382 "url": "https://symfony.com/sponsor",
6383 "type": "custom"
6384 },
6385 {
6386 "url": "https://github.com/fabpot",
6387 "type": "github"
6388 },
6389 {
6390 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6391 "type": "tidelift"
6392 }
6393 ],
6394 "time": "2022-08-23T10:55:18+00:00"
6395 },
6396 {
6397 "name": "symfony/service-contracts",
6398 "version": "v2.5.2",
6399 "source": {
6400 "type": "git",
6401 "url": "https://github.com/symfony/service-contracts.git",
6402 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
6403 },
6404 "dist": {
6405 "type": "zip",
6406 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6407 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
6408 "shasum": ""
6409 },
6410 "require": {
6411 "php": ">=7.2.5",
6412 "psr/container": "^1.1",
6413 "symfony/deprecation-contracts": "^2.1|^3"
6414 },
6415 "conflict": {
6416 "ext-psr": "<1.1|>=2"
6417 },
6418 "suggest": {
6419 "symfony/service-implementation": ""
6420 },
6421 "type": "library",
6422 "extra": {
6423 "branch-alias": {
6424 "dev-main": "2.5-dev"
6425 },
6426 "thanks": {
6427 "name": "symfony/contracts",
6428 "url": "https://github.com/symfony/contracts"
6429 }
6430 },
6431 "autoload": {
6432 "psr-4": {
6433 "Symfony\\Contracts\\Service\\": ""
6434 }
6435 },
6436 "notification-url": "https://packagist.org/downloads/",
6437 "license": [
6438 "MIT"
6439 ],
6440 "authors": [
6441 {
6442 "name": "Nicolas Grekas",
6443 "email": "p@tchwork.com"
6444 },
6445 {
6446 "name": "Symfony Community",
6447 "homepage": "https://symfony.com/contributors"
6448 }
6449 ],
6450 "description": "Generic abstractions related to writing services",
6451 "homepage": "https://symfony.com",
6452 "keywords": [
6453 "abstractions",
6454 "contracts",
6455 "decoupling",
6456 "interfaces",
6457 "interoperability",
6458 "standards"
6459 ],
6460 "support": {
6461 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
6462 },
6463 "funding": [
6464 {
6465 "url": "https://symfony.com/sponsor",
6466 "type": "custom"
6467 },
6468 {
6469 "url": "https://github.com/fabpot",
6470 "type": "github"
6471 },
6472 {
6473 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6474 "type": "tidelift"
6475 }
6476 ],
6477 "time": "2022-05-30T19:17:29+00:00"
6478 },
6479 {
6480 "name": "symfony/stopwatch",
6481 "version": "v5.4.5",
6482 "source": {
6483 "type": "git",
6484 "url": "https://github.com/symfony/stopwatch.git",
6485 "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
6486 },
6487 "dist": {
6488 "type": "zip",
6489 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
6490 "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
6491 "shasum": ""
6492 },
6493 "require": {
6494 "php": ">=7.2.5",
6495 "symfony/service-contracts": "^1|^2|^3"
6496 },
6497 "type": "library",
6498 "autoload": {
6499 "psr-4": {
6500 "Symfony\\Component\\Stopwatch\\": ""
6501 },
6502 "exclude-from-classmap": [
6503 "/Tests/"
6504 ]
6505 },
6506 "notification-url": "https://packagist.org/downloads/",
6507 "license": [
6508 "MIT"
6509 ],
6510 "authors": [
6511 {
6512 "name": "Fabien Potencier",
6513 "email": "fabien@symfony.com"
6514 },
6515 {
6516 "name": "Symfony Community",
6517 "homepage": "https://symfony.com/contributors"
6518 }
6519 ],
6520 "description": "Provides a way to profile code",
6521 "homepage": "https://symfony.com",
6522 "support": {
6523 "source": "https://github.com/symfony/stopwatch/tree/v5.4.5"
6524 },
6525 "funding": [
6526 {
6527 "url": "https://symfony.com/sponsor",
6528 "type": "custom"
6529 },
6530 {
6531 "url": "https://github.com/fabpot",
6532 "type": "github"
6533 },
6534 {
6535 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6536 "type": "tidelift"
6537 }
6538 ],
6539 "time": "2022-02-18T16:06:09+00:00"
6540 },
6541 {
6542 "name": "symfony/string",
6543 "version": "v5.4.12",
6544 "source": {
6545 "type": "git",
6546 "url": "https://github.com/symfony/string.git",
6547 "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058"
6548 },
6549 "dist": {
6550 "type": "zip",
6551 "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058",
6552 "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058",
6553 "shasum": ""
6554 },
6555 "require": {
6556 "php": ">=7.2.5",
6557 "symfony/polyfill-ctype": "~1.8",
6558 "symfony/polyfill-intl-grapheme": "~1.0",
6559 "symfony/polyfill-intl-normalizer": "~1.0",
6560 "symfony/polyfill-mbstring": "~1.0",
6561 "symfony/polyfill-php80": "~1.15"
6562 },
6563 "conflict": {
6564 "symfony/translation-contracts": ">=3.0"
6565 },
6566 "require-dev": {
6567 "symfony/error-handler": "^4.4|^5.0|^6.0",
6568 "symfony/http-client": "^4.4|^5.0|^6.0",
6569 "symfony/translation-contracts": "^1.1|^2",
6570 "symfony/var-exporter": "^4.4|^5.0|^6.0"
6571 },
6572 "type": "library",
6573 "autoload": {
6574 "files": [
6575 "Resources/functions.php"
6576 ],
6577 "psr-4": {
6578 "Symfony\\Component\\String\\": ""
6579 },
6580 "exclude-from-classmap": [
6581 "/Tests/"
6582 ]
6583 },
6584 "notification-url": "https://packagist.org/downloads/",
6585 "license": [
6586 "MIT"
6587 ],
6588 "authors": [
6589 {
6590 "name": "Nicolas Grekas",
6591 "email": "p@tchwork.com"
6592 },
6593 {
6594 "name": "Symfony Community",
6595 "homepage": "https://symfony.com/contributors"
6596 }
6597 ],
6598 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6599 "homepage": "https://symfony.com",
6600 "keywords": [
6601 "grapheme",
6602 "i18n",
6603 "string",
6604 "unicode",
6605 "utf-8",
6606 "utf8"
6607 ],
6608 "support": {
6609 "source": "https://github.com/symfony/string/tree/v5.4.12"
6610 },
6611 "funding": [
6612 {
6613 "url": "https://symfony.com/sponsor",
6614 "type": "custom"
6615 },
6616 {
6617 "url": "https://github.com/fabpot",
6618 "type": "github"
6619 },
6620 {
6621 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6622 "type": "tidelift"
6623 }
6624 ],
6625 "time": "2022-08-12T17:03:11+00:00"
6626 },
6627 {
6628 "name": "symfony/translation",
6629 "version": "v5.4.12",
6630 "source": {
6631 "type": "git",
6632 "url": "https://github.com/symfony/translation.git",
6633 "reference": "42ecc77eb4f229ce2df702a648ec93b8478d76ae"
6634 },
6635 "dist": {
6636 "type": "zip",
6637 "url": "https://api.github.com/repos/symfony/translation/zipball/42ecc77eb4f229ce2df702a648ec93b8478d76ae",
6638 "reference": "42ecc77eb4f229ce2df702a648ec93b8478d76ae",
6639 "shasum": ""
6640 },
6641 "require": {
6642 "php": ">=7.2.5",
6643 "symfony/deprecation-contracts": "^2.1|^3",
6644 "symfony/polyfill-mbstring": "~1.0",
6645 "symfony/polyfill-php80": "^1.16",
6646 "symfony/translation-contracts": "^2.3"
6647 },
6648 "conflict": {
6649 "symfony/config": "<4.4",
6650 "symfony/console": "<5.3",
6651 "symfony/dependency-injection": "<5.0",
6652 "symfony/http-kernel": "<5.0",
6653 "symfony/twig-bundle": "<5.0",
6654 "symfony/yaml": "<4.4"
6655 },
6656 "provide": {
6657 "symfony/translation-implementation": "2.3"
6658 },
6659 "require-dev": {
6660 "psr/log": "^1|^2|^3",
6661 "symfony/config": "^4.4|^5.0|^6.0",
6662 "symfony/console": "^5.4|^6.0",
6663 "symfony/dependency-injection": "^5.0|^6.0",
6664 "symfony/finder": "^4.4|^5.0|^6.0",
6665 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
6666 "symfony/http-kernel": "^5.0|^6.0",
6667 "symfony/intl": "^4.4|^5.0|^6.0",
6668 "symfony/polyfill-intl-icu": "^1.21",
6669 "symfony/service-contracts": "^1.1.2|^2|^3",
6670 "symfony/yaml": "^4.4|^5.0|^6.0"
6671 },
6672 "suggest": {
6673 "psr/log-implementation": "To use logging capability in translator",
6674 "symfony/config": "",
6675 "symfony/yaml": ""
6676 },
6677 "type": "library",
6678 "autoload": {
6679 "files": [
6680 "Resources/functions.php"
6681 ],
6682 "psr-4": {
6683 "Symfony\\Component\\Translation\\": ""
6684 },
6685 "exclude-from-classmap": [
6686 "/Tests/"
6687 ]
6688 },
6689 "notification-url": "https://packagist.org/downloads/",
6690 "license": [
6691 "MIT"
6692 ],
6693 "authors": [
6694 {
6695 "name": "Fabien Potencier",
6696 "email": "fabien@symfony.com"
6697 },
6698 {
6699 "name": "Symfony Community",
6700 "homepage": "https://symfony.com/contributors"
6701 }
6702 ],
6703 "description": "Provides tools to internationalize your application",
6704 "homepage": "https://symfony.com",
6705 "support": {
6706 "source": "https://github.com/symfony/translation/tree/v5.4.12"
6707 },
6708 "funding": [
6709 {
6710 "url": "https://symfony.com/sponsor",
6711 "type": "custom"
6712 },
6713 {
6714 "url": "https://github.com/fabpot",
6715 "type": "github"
6716 },
6717 {
6718 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6719 "type": "tidelift"
6720 }
6721 ],
6722 "time": "2022-08-02T15:52:22+00:00"
6723 },
6724 {
6725 "name": "symfony/translation-contracts",
6726 "version": "v2.5.2",
6727 "source": {
6728 "type": "git",
6729 "url": "https://github.com/symfony/translation-contracts.git",
6730 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
6731 },
6732 "dist": {
6733 "type": "zip",
6734 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
6735 "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
6736 "shasum": ""
6737 },
6738 "require": {
6739 "php": ">=7.2.5"
6740 },
6741 "suggest": {
6742 "symfony/translation-implementation": ""
6743 },
6744 "type": "library",
6745 "extra": {
6746 "branch-alias": {
6747 "dev-main": "2.5-dev"
6748 },
6749 "thanks": {
6750 "name": "symfony/contracts",
6751 "url": "https://github.com/symfony/contracts"
6752 }
6753 },
6754 "autoload": {
6755 "psr-4": {
6756 "Symfony\\Contracts\\Translation\\": ""
6757 }
6758 },
6759 "notification-url": "https://packagist.org/downloads/",
6760 "license": [
6761 "MIT"
6762 ],
6763 "authors": [
6764 {
6765 "name": "Nicolas Grekas",
6766 "email": "p@tchwork.com"
6767 },
6768 {
6769 "name": "Symfony Community",
6770 "homepage": "https://symfony.com/contributors"
6771 }
6772 ],
6773 "description": "Generic abstractions related to translation",
6774 "homepage": "https://symfony.com",
6775 "keywords": [
6776 "abstractions",
6777 "contracts",
6778 "decoupling",
6779 "interfaces",
6780 "interoperability",
6781 "standards"
6782 ],
6783 "support": {
6784 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
6785 },
6786 "funding": [
6787 {
6788 "url": "https://symfony.com/sponsor",
6789 "type": "custom"
6790 },
6791 {
6792 "url": "https://github.com/fabpot",
6793 "type": "github"
6794 },
6795 {
6796 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6797 "type": "tidelift"
6798 }
6799 ],
6800 "time": "2022-06-27T16:58:25+00:00"
6801 },
6802 {
6803 "name": "symfony/twig-bridge",
6804 "version": "v5.4.12",
6805 "source": {
6806 "type": "git",
6807 "url": "https://github.com/symfony/twig-bridge.git",
6808 "reference": "94c3b38514c953e3e84719c96d4e578a01ca1819"
6809 },
6810 "dist": {
6811 "type": "zip",
6812 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/94c3b38514c953e3e84719c96d4e578a01ca1819",
6813 "reference": "94c3b38514c953e3e84719c96d4e578a01ca1819",
6814 "shasum": ""
6815 },
6816 "require": {
6817 "php": ">=7.2.5",
6818 "symfony/polyfill-php80": "^1.16",
6819 "symfony/translation-contracts": "^1.1|^2|^3",
6820 "twig/twig": "^2.13|^3.0.4"
6821 },
6822 "conflict": {
6823 "phpdocumentor/reflection-docblock": "<3.2.2",
6824 "phpdocumentor/type-resolver": "<1.4.0",
6825 "symfony/console": "<5.3",
6826 "symfony/form": "<5.3",
6827 "symfony/http-foundation": "<5.3",
6828 "symfony/http-kernel": "<4.4",
6829 "symfony/translation": "<5.2",
6830 "symfony/workflow": "<5.2"
6831 },
6832 "require-dev": {
6833 "doctrine/annotations": "^1.12",
6834 "egulias/email-validator": "^2.1.10|^3",
6835 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6836 "symfony/asset": "^4.4|^5.0|^6.0",
6837 "symfony/console": "^5.3|^6.0",
6838 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
6839 "symfony/expression-language": "^4.4|^5.0|^6.0",
6840 "symfony/finder": "^4.4|^5.0|^6.0",
6841 "symfony/form": "^5.3|^6.0",
6842 "symfony/http-foundation": "^5.3|^6.0",
6843 "symfony/http-kernel": "^4.4|^5.0|^6.0",
6844 "symfony/intl": "^4.4|^5.0|^6.0",
6845 "symfony/mime": "^5.2|^6.0",
6846 "symfony/polyfill-intl-icu": "~1.0",
6847 "symfony/property-info": "^4.4|^5.1|^6.0",
6848 "symfony/routing": "^4.4|^5.0|^6.0",
6849 "symfony/security-acl": "^2.8|^3.0",
6850 "symfony/security-core": "^4.4|^5.0|^6.0",
6851 "symfony/security-csrf": "^4.4|^5.0|^6.0",
6852 "symfony/security-http": "^4.4|^5.0|^6.0",
6853 "symfony/serializer": "^5.2|^6.0",
6854 "symfony/stopwatch": "^4.4|^5.0|^6.0",
6855 "symfony/translation": "^5.2|^6.0",
6856 "symfony/web-link": "^4.4|^5.0|^6.0",
6857 "symfony/workflow": "^5.2|^6.0",
6858 "symfony/yaml": "^4.4|^5.0|^6.0",
6859 "twig/cssinliner-extra": "^2.12|^3",
6860 "twig/inky-extra": "^2.12|^3",
6861 "twig/markdown-extra": "^2.12|^3"
6862 },
6863 "suggest": {
6864 "symfony/asset": "For using the AssetExtension",
6865 "symfony/expression-language": "For using the ExpressionExtension",
6866 "symfony/finder": "",
6867 "symfony/form": "For using the FormExtension",
6868 "symfony/http-kernel": "For using the HttpKernelExtension",
6869 "symfony/routing": "For using the RoutingExtension",
6870 "symfony/security-core": "For using the SecurityExtension",
6871 "symfony/security-csrf": "For using the CsrfExtension",
6872 "symfony/security-http": "For using the LogoutUrlExtension",
6873 "symfony/stopwatch": "For using the StopwatchExtension",
6874 "symfony/translation": "For using the TranslationExtension",
6875 "symfony/var-dumper": "For using the DumpExtension",
6876 "symfony/web-link": "For using the WebLinkExtension",
6877 "symfony/yaml": "For using the YamlExtension"
6878 },
6879 "type": "symfony-bridge",
6880 "autoload": {
6881 "psr-4": {
6882 "Symfony\\Bridge\\Twig\\": ""
6883 },
6884 "exclude-from-classmap": [
6885 "/Tests/"
6886 ]
6887 },
6888 "notification-url": "https://packagist.org/downloads/",
6889 "license": [
6890 "MIT"
6891 ],
6892 "authors": [
6893 {
6894 "name": "Fabien Potencier",
6895 "email": "fabien@symfony.com"
6896 },
6897 {
6898 "name": "Symfony Community",
6899 "homepage": "https://symfony.com/contributors"
6900 }
6901 ],
6902 "description": "Provides integration for Twig with various Symfony components",
6903 "homepage": "https://symfony.com",
6904 "support": {
6905 "source": "https://github.com/symfony/twig-bridge/tree/v5.4.12"
6906 },
6907 "funding": [
6908 {
6909 "url": "https://symfony.com/sponsor",
6910 "type": "custom"
6911 },
6912 {
6913 "url": "https://github.com/fabpot",
6914 "type": "github"
6915 },
6916 {
6917 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6918 "type": "tidelift"
6919 }
6920 ],
6921 "time": "2022-08-03T13:09:21+00:00"
6922 },
6923 {
6924 "name": "symfony/twig-bundle",
6925 "version": "v5.4.8",
6926 "source": {
6927 "type": "git",
6928 "url": "https://github.com/symfony/twig-bundle.git",
6929 "reference": "c992b4474c3a31f3c40a1ca593d213833f91b818"
6930 },
6931 "dist": {
6932 "type": "zip",
6933 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c992b4474c3a31f3c40a1ca593d213833f91b818",
6934 "reference": "c992b4474c3a31f3c40a1ca593d213833f91b818",
6935 "shasum": ""
6936 },
6937 "require": {
6938 "php": ">=7.2.5",
6939 "symfony/config": "^4.4|^5.0|^6.0",
6940 "symfony/http-foundation": "^4.4|^5.0|^6.0",
6941 "symfony/http-kernel": "^5.0|^6.0",
6942 "symfony/polyfill-ctype": "~1.8",
6943 "symfony/polyfill-php80": "^1.16",
6944 "symfony/twig-bridge": "^5.3|^6.0",
6945 "twig/twig": "^2.13|^3.0.4"
6946 },
6947 "conflict": {
6948 "symfony/dependency-injection": "<5.3",
6949 "symfony/framework-bundle": "<5.0",
6950 "symfony/service-contracts": ">=3.0",
6951 "symfony/translation": "<5.0"
6952 },
6953 "require-dev": {
6954 "doctrine/annotations": "^1.10.4",
6955 "doctrine/cache": "^1.0|^2.0",
6956 "symfony/asset": "^4.4|^5.0|^6.0",
6957 "symfony/dependency-injection": "^5.3|^6.0",
6958 "symfony/expression-language": "^4.4|^5.0|^6.0",
6959 "symfony/finder": "^4.4|^5.0|^6.0",
6960 "symfony/form": "^4.4|^5.0|^6.0",
6961 "symfony/framework-bundle": "^5.0|^6.0",
6962 "symfony/routing": "^4.4|^5.0|^6.0",
6963 "symfony/stopwatch": "^4.4|^5.0|^6.0",
6964 "symfony/translation": "^5.0|^6.0",
6965 "symfony/web-link": "^4.4|^5.0|^6.0",
6966 "symfony/yaml": "^4.4|^5.0|^6.0"
6967 },
6968 "type": "symfony-bundle",
6969 "autoload": {
6970 "psr-4": {
6971 "Symfony\\Bundle\\TwigBundle\\": ""
6972 },
6973 "exclude-from-classmap": [
6974 "/Tests/"
6975 ]
6976 },
6977 "notification-url": "https://packagist.org/downloads/",
6978 "license": [
6979 "MIT"
6980 ],
6981 "authors": [
6982 {
6983 "name": "Fabien Potencier",
6984 "email": "fabien@symfony.com"
6985 },
6986 {
6987 "name": "Symfony Community",
6988 "homepage": "https://symfony.com/contributors"
6989 }
6990 ],
6991 "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
6992 "homepage": "https://symfony.com",
6993 "support": {
6994 "source": "https://github.com/symfony/twig-bundle/tree/v5.4.8"
6995 },
6996 "funding": [
6997 {
6998 "url": "https://symfony.com/sponsor",
6999 "type": "custom"
7000 },
7001 {
7002 "url": "https://github.com/fabpot",
7003 "type": "github"
7004 },
7005 {
7006 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7007 "type": "tidelift"
7008 }
7009 ],
7010 "time": "2022-04-03T13:03:10+00:00"
7011 },
7012 {
7013 "name": "symfony/validator",
7014 "version": "v5.4.12",
7015 "source": {
7016 "type": "git",
7017 "url": "https://github.com/symfony/validator.git",
7018 "reference": "38bc4d83d01b800f1fa5acaceb5ff77490b8f768"
7019 },
7020 "dist": {
7021 "type": "zip",
7022 "url": "https://api.github.com/repos/symfony/validator/zipball/38bc4d83d01b800f1fa5acaceb5ff77490b8f768",
7023 "reference": "38bc4d83d01b800f1fa5acaceb5ff77490b8f768",
7024 "shasum": ""
7025 },
7026 "require": {
7027 "php": ">=7.2.5",
7028 "symfony/deprecation-contracts": "^2.1|^3",
7029 "symfony/polyfill-ctype": "~1.8",
7030 "symfony/polyfill-mbstring": "~1.0",
7031 "symfony/polyfill-php73": "~1.0",
7032 "symfony/polyfill-php80": "^1.16",
7033 "symfony/polyfill-php81": "^1.22",
7034 "symfony/translation-contracts": "^1.1|^2|^3"
7035 },
7036 "conflict": {
7037 "doctrine/annotations": "<1.13",
7038 "doctrine/cache": "<1.11",
7039 "doctrine/lexer": "<1.1",
7040 "phpunit/phpunit": "<5.4.3",
7041 "symfony/dependency-injection": "<4.4",
7042 "symfony/expression-language": "<5.1",
7043 "symfony/http-kernel": "<4.4",
7044 "symfony/intl": "<4.4",
7045 "symfony/property-info": "<5.3",
7046 "symfony/translation": "<4.4",
7047 "symfony/yaml": "<4.4"
7048 },
7049 "require-dev": {
7050 "doctrine/annotations": "^1.13",
7051 "doctrine/cache": "^1.11|^2.0",
7052 "egulias/email-validator": "^2.1.10|^3",
7053 "symfony/cache": "^4.4|^5.0|^6.0",
7054 "symfony/config": "^4.4|^5.0|^6.0",
7055 "symfony/console": "^4.4|^5.0|^6.0",
7056 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7057 "symfony/expression-language": "^5.1|^6.0",
7058 "symfony/finder": "^4.4|^5.0|^6.0",
7059 "symfony/http-client": "^4.4|^5.0|^6.0",
7060 "symfony/http-foundation": "^4.4|^5.0|^6.0",
7061 "symfony/http-kernel": "^4.4|^5.0|^6.0",
7062 "symfony/intl": "^4.4|^5.0|^6.0",
7063 "symfony/mime": "^4.4|^5.0|^6.0",
7064 "symfony/property-access": "^4.4|^5.0|^6.0",
7065 "symfony/property-info": "^5.3|^6.0",
7066 "symfony/translation": "^4.4|^5.0|^6.0",
7067 "symfony/yaml": "^4.4|^5.0|^6.0"
7068 },
7069 "suggest": {
7070 "egulias/email-validator": "Strict (RFC compliant) email validation",
7071 "psr/cache-implementation": "For using the mapping cache.",
7072 "symfony/config": "",
7073 "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
7074 "symfony/http-foundation": "",
7075 "symfony/intl": "",
7076 "symfony/property-access": "For accessing properties within comparison constraints",
7077 "symfony/property-info": "To automatically add NotNull and Type constraints",
7078 "symfony/translation": "For translating validation errors.",
7079 "symfony/yaml": ""
7080 },
7081 "type": "library",
7082 "autoload": {
7083 "psr-4": {
7084 "Symfony\\Component\\Validator\\": ""
7085 },
7086 "exclude-from-classmap": [
7087 "/Tests/"
7088 ]
7089 },
7090 "notification-url": "https://packagist.org/downloads/",
7091 "license": [
7092 "MIT"
7093 ],
7094 "authors": [
7095 {
7096 "name": "Fabien Potencier",
7097 "email": "fabien@symfony.com"
7098 },
7099 {
7100 "name": "Symfony Community",
7101 "homepage": "https://symfony.com/contributors"
7102 }
7103 ],
7104 "description": "Provides tools to validate values",
7105 "homepage": "https://symfony.com",
7106 "support": {
7107 "source": "https://github.com/symfony/validator/tree/v5.4.12"
7108 },
7109 "funding": [
7110 {
7111 "url": "https://symfony.com/sponsor",
7112 "type": "custom"
7113 },
7114 {
7115 "url": "https://github.com/fabpot",
7116 "type": "github"
7117 },
7118 {
7119 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7120 "type": "tidelift"
7121 }
7122 ],
7123 "time": "2022-08-09T11:54:29+00:00"
7124 },
7125 {
7126 "name": "symfony/var-dumper",
7127 "version": "v5.4.11",
7128 "source": {
7129 "type": "git",
7130 "url": "https://github.com/symfony/var-dumper.git",
7131 "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861"
7132 },
7133 "dist": {
7134 "type": "zip",
7135 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861",
7136 "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861",
7137 "shasum": ""
7138 },
7139 "require": {
7140 "php": ">=7.2.5",
7141 "symfony/polyfill-mbstring": "~1.0",
7142 "symfony/polyfill-php80": "^1.16"
7143 },
7144 "conflict": {
7145 "phpunit/phpunit": "<5.4.3",
7146 "symfony/console": "<4.4"
7147 },
7148 "require-dev": {
7149 "ext-iconv": "*",
7150 "symfony/console": "^4.4|^5.0|^6.0",
7151 "symfony/process": "^4.4|^5.0|^6.0",
7152 "symfony/uid": "^5.1|^6.0",
7153 "twig/twig": "^2.13|^3.0.4"
7154 },
7155 "suggest": {
7156 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7157 "ext-intl": "To show region name in time zone dump",
7158 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7159 },
7160 "bin": [
7161 "Resources/bin/var-dump-server"
7162 ],
7163 "type": "library",
7164 "autoload": {
7165 "files": [
7166 "Resources/functions/dump.php"
7167 ],
7168 "psr-4": {
7169 "Symfony\\Component\\VarDumper\\": ""
7170 },
7171 "exclude-from-classmap": [
7172 "/Tests/"
7173 ]
7174 },
7175 "notification-url": "https://packagist.org/downloads/",
7176 "license": [
7177 "MIT"
7178 ],
7179 "authors": [
7180 {
7181 "name": "Nicolas Grekas",
7182 "email": "p@tchwork.com"
7183 },
7184 {
7185 "name": "Symfony Community",
7186 "homepage": "https://symfony.com/contributors"
7187 }
7188 ],
7189 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7190 "homepage": "https://symfony.com",
7191 "keywords": [
7192 "debug",
7193 "dump"
7194 ],
7195 "support": {
7196 "source": "https://github.com/symfony/var-dumper/tree/v5.4.11"
7197 },
7198 "funding": [
7199 {
7200 "url": "https://symfony.com/sponsor",
7201 "type": "custom"
7202 },
7203 {
7204 "url": "https://github.com/fabpot",
7205 "type": "github"
7206 },
7207 {
7208 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7209 "type": "tidelift"
7210 }
7211 ],
7212 "time": "2022-07-20T13:00:38+00:00"
7213 },
7214 {
7215 "name": "symfony/var-exporter",
7216 "version": "v5.4.10",
7217 "source": {
7218 "type": "git",
7219 "url": "https://github.com/symfony/var-exporter.git",
7220 "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340"
7221 },
7222 "dist": {
7223 "type": "zip",
7224 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
7225 "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
7226 "shasum": ""
7227 },
7228 "require": {
7229 "php": ">=7.2.5",
7230 "symfony/polyfill-php80": "^1.16"
7231 },
7232 "require-dev": {
7233 "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
7234 },
7235 "type": "library",
7236 "autoload": {
7237 "psr-4": {
7238 "Symfony\\Component\\VarExporter\\": ""
7239 },
7240 "exclude-from-classmap": [
7241 "/Tests/"
7242 ]
7243 },
7244 "notification-url": "https://packagist.org/downloads/",
7245 "license": [
7246 "MIT"
7247 ],
7248 "authors": [
7249 {
7250 "name": "Nicolas Grekas",
7251 "email": "p@tchwork.com"
7252 },
7253 {
7254 "name": "Symfony Community",
7255 "homepage": "https://symfony.com/contributors"
7256 }
7257 ],
7258 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
7259 "homepage": "https://symfony.com",
7260 "keywords": [
7261 "clone",
7262 "construct",
7263 "export",
7264 "hydrate",
7265 "instantiate",
7266 "serialize"
7267 ],
7268 "support": {
7269 "source": "https://github.com/symfony/var-exporter/tree/v5.4.10"
7270 },
7271 "funding": [
7272 {
7273 "url": "https://symfony.com/sponsor",
7274 "type": "custom"
7275 },
7276 {
7277 "url": "https://github.com/fabpot",
7278 "type": "github"
7279 },
7280 {
7281 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7282 "type": "tidelift"
7283 }
7284 ],
7285 "time": "2022-05-27T12:56:18+00:00"
7286 },
7287 {
7288 "name": "symfony/web-profiler-bundle",
7289 "version": "v5.4.10",
7290 "source": {
7291 "type": "git",
7292 "url": "https://github.com/symfony/web-profiler-bundle.git",
7293 "reference": "f61c99d8dbd864b11935851b598f784bcff36fc7"
7294 },
7295 "dist": {
7296 "type": "zip",
7297 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f61c99d8dbd864b11935851b598f784bcff36fc7",
7298 "reference": "f61c99d8dbd864b11935851b598f784bcff36fc7",
7299 "shasum": ""
7300 },
7301 "require": {
7302 "php": ">=7.2.5",
7303 "symfony/config": "^4.4|^5.0|^6.0",
7304 "symfony/framework-bundle": "^5.3|^6.0",
7305 "symfony/http-kernel": "^5.3|^6.0",
7306 "symfony/polyfill-php80": "^1.16",
7307 "symfony/routing": "^4.4|^5.0|^6.0",
7308 "symfony/twig-bundle": "^4.4|^5.0|^6.0",
7309 "twig/twig": "^2.13|^3.0.4"
7310 },
7311 "conflict": {
7312 "symfony/dependency-injection": "<5.2",
7313 "symfony/form": "<4.4",
7314 "symfony/mailer": "<5.4",
7315 "symfony/messenger": "<4.4"
7316 },
7317 "require-dev": {
7318 "symfony/browser-kit": "^4.4|^5.0|^6.0",
7319 "symfony/console": "^4.4|^5.0|^6.0",
7320 "symfony/css-selector": "^4.4|^5.0|^6.0",
7321 "symfony/stopwatch": "^4.4|^5.0|^6.0"
7322 },
7323 "type": "symfony-bundle",
7324 "autoload": {
7325 "psr-4": {
7326 "Symfony\\Bundle\\WebProfilerBundle\\": ""
7327 },
7328 "exclude-from-classmap": [
7329 "/Tests/"
7330 ]
7331 },
7332 "notification-url": "https://packagist.org/downloads/",
7333 "license": [
7334 "MIT"
7335 ],
7336 "authors": [
7337 {
7338 "name": "Fabien Potencier",
7339 "email": "fabien@symfony.com"
7340 },
7341 {
7342 "name": "Symfony Community",
7343 "homepage": "https://symfony.com/contributors"
7344 }
7345 ],
7346 "description": "Provides a development tool that gives detailed information about the execution of any request",
7347 "homepage": "https://symfony.com",
7348 "support": {
7349 "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.10"
7350 },
7351 "funding": [
7352 {
7353 "url": "https://symfony.com/sponsor",
7354 "type": "custom"
7355 },
7356 {
7357 "url": "https://github.com/fabpot",
7358 "type": "github"
7359 },
7360 {
7361 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7362 "type": "tidelift"
7363 }
7364 ],
7365 "time": "2022-06-06T19:10:58+00:00"
7366 },
7367 {
7368 "name": "symfony/yaml",
7369 "version": "v5.4.12",
7370 "source": {
7371 "type": "git",
7372 "url": "https://github.com/symfony/yaml.git",
7373 "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c"
7374 },
7375 "dist": {
7376 "type": "zip",
7377 "url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
7378 "reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
7379 "shasum": ""
7380 },
7381 "require": {
7382 "php": ">=7.2.5",
7383 "symfony/deprecation-contracts": "^2.1|^3",
7384 "symfony/polyfill-ctype": "^1.8"
7385 },
7386 "conflict": {
7387 "symfony/console": "<5.3"
7388 },
7389 "require-dev": {
7390 "symfony/console": "^5.3|^6.0"
7391 },
7392 "suggest": {
7393 "symfony/console": "For validating YAML files using the lint command"
7394 },
7395 "bin": [
7396 "Resources/bin/yaml-lint"
7397 ],
7398 "type": "library",
7399 "autoload": {
7400 "psr-4": {
7401 "Symfony\\Component\\Yaml\\": ""
7402 },
7403 "exclude-from-classmap": [
7404 "/Tests/"
7405 ]
7406 },
7407 "notification-url": "https://packagist.org/downloads/",
7408 "license": [
7409 "MIT"
7410 ],
7411 "authors": [
7412 {
7413 "name": "Fabien Potencier",
7414 "email": "fabien@symfony.com"
7415 },
7416 {
7417 "name": "Symfony Community",
7418 "homepage": "https://symfony.com/contributors"
7419 }
7420 ],
7421 "description": "Loads and dumps YAML files",
7422 "homepage": "https://symfony.com",
7423 "support": {
7424 "source": "https://github.com/symfony/yaml/tree/v5.4.12"
7425 },
7426 "funding": [
7427 {
7428 "url": "https://symfony.com/sponsor",
7429 "type": "custom"
7430 },
7431 {
7432 "url": "https://github.com/fabpot",
7433 "type": "github"
7434 },
7435 {
7436 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7437 "type": "tidelift"
7438 }
7439 ],
7440 "time": "2022-08-02T15:52:22+00:00"
7441 },
7442 {
7443 "name": "twig/extra-bundle",
7444 "version": "v3.4.0",
7445 "source": {
7446 "type": "git",
7447 "url": "https://github.com/twigphp/twig-extra-bundle.git",
7448 "reference": "2e58256b0e9fe52f30149347c0547e4633304765"
7449 },
7450 "dist": {
7451 "type": "zip",
7452 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/2e58256b0e9fe52f30149347c0547e4633304765",
7453 "reference": "2e58256b0e9fe52f30149347c0547e4633304765",
7454 "shasum": ""
7455 },
7456 "require": {
7457 "php": ">=7.2.5",
7458 "symfony/framework-bundle": "^4.4|^5.0|^6.0",
7459 "symfony/twig-bundle": "^4.4|^5.0|^6.0",
7460 "twig/twig": "^2.7|^3.0"
7461 },
7462 "require-dev": {
7463 "league/commonmark": "^1.0|^2.0",
7464 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0",
7465 "twig/cache-extra": "^3.0",
7466 "twig/cssinliner-extra": "^2.12|^3.0",
7467 "twig/html-extra": "^2.12|^3.0",
7468 "twig/inky-extra": "^2.12|^3.0",
7469 "twig/intl-extra": "^2.12|^3.0",
7470 "twig/markdown-extra": "^2.12|^3.0",
7471 "twig/string-extra": "^2.12|^3.0"
7472 },
7473 "type": "symfony-bundle",
7474 "extra": {
7475 "branch-alias": {
7476 "dev-master": "3.2-dev"
7477 }
7478 },
7479 "autoload": {
7480 "psr-4": {
7481 "Twig\\Extra\\TwigExtraBundle\\": ""
7482 },
7483 "exclude-from-classmap": [
7484 "/Tests/"
7485 ]
7486 },
7487 "notification-url": "https://packagist.org/downloads/",
7488 "license": [
7489 "MIT"
7490 ],
7491 "authors": [
7492 {
7493 "name": "Fabien Potencier",
7494 "email": "fabien@symfony.com",
7495 "homepage": "http://fabien.potencier.org",
7496 "role": "Lead Developer"
7497 }
7498 ],
7499 "description": "A Symfony bundle for extra Twig extensions",
7500 "homepage": "https://twig.symfony.com",
7501 "keywords": [
7502 "bundle",
7503 "extra",
7504 "twig"
7505 ],
7506 "support": {
7507 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.4.0"
7508 },
7509 "funding": [
7510 {
7511 "url": "https://github.com/fabpot",
7512 "type": "github"
7513 },
7514 {
7515 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7516 "type": "tidelift"
7517 }
7518 ],
7519 "time": "2022-01-04T13:58:53+00:00"
7520 },
7521 {
7522 "name": "twig/html-extra",
7523 "version": "v3.4.0",
7524 "source": {
7525 "type": "git",
7526 "url": "https://github.com/twigphp/html-extra.git",
7527 "reference": "f31c6296b1f0797118c142cf9c9bddf1d8e0acea"
7528 },
7529 "dist": {
7530 "type": "zip",
7531 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/f31c6296b1f0797118c142cf9c9bddf1d8e0acea",
7532 "reference": "f31c6296b1f0797118c142cf9c9bddf1d8e0acea",
7533 "shasum": ""
7534 },
7535 "require": {
7536 "php": ">=7.1.3",
7537 "symfony/mime": "^4.4|^5.0|^6.0",
7538 "twig/twig": "^2.7|^3.0"
7539 },
7540 "require-dev": {
7541 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
7542 },
7543 "type": "library",
7544 "extra": {
7545 "branch-alias": {
7546 "dev-master": "3.2-dev"
7547 }
7548 },
7549 "autoload": {
7550 "psr-4": {
7551 "Twig\\Extra\\Html\\": ""
7552 },
7553 "exclude-from-classmap": [
7554 "/Tests/"
7555 ]
7556 },
7557 "notification-url": "https://packagist.org/downloads/",
7558 "license": [
7559 "MIT"
7560 ],
7561 "authors": [
7562 {
7563 "name": "Fabien Potencier",
7564 "email": "fabien@symfony.com",
7565 "homepage": "http://fabien.potencier.org",
7566 "role": "Lead Developer"
7567 }
7568 ],
7569 "description": "A Twig extension for HTML",
7570 "homepage": "https://twig.symfony.com",
7571 "keywords": [
7572 "html",
7573 "twig"
7574 ],
7575 "support": {
7576 "source": "https://github.com/twigphp/html-extra/tree/v3.4.0"
7577 },
7578 "funding": [
7579 {
7580 "url": "https://github.com/fabpot",
7581 "type": "github"
7582 },
7583 {
7584 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7585 "type": "tidelift"
7586 }
7587 ],
7588 "time": "2022-01-02T10:02:25+00:00"
7589 },
7590 {
7591 "name": "twig/markdown-extra",
7592 "version": "v3.4.0",
7593 "source": {
7594 "type": "git",
7595 "url": "https://github.com/twigphp/markdown-extra.git",
7596 "reference": "25ed505b6ffd3b00f922ca682489dfbaf44eb1f7"
7597 },
7598 "dist": {
7599 "type": "zip",
7600 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/25ed505b6ffd3b00f922ca682489dfbaf44eb1f7",
7601 "reference": "25ed505b6ffd3b00f922ca682489dfbaf44eb1f7",
7602 "shasum": ""
7603 },
7604 "require": {
7605 "php": ">=7.1.3",
7606 "twig/twig": "^2.7|^3.0"
7607 },
7608 "require-dev": {
7609 "erusev/parsedown": "^1.7",
7610 "league/commonmark": "^1.0|^2.0",
7611 "league/html-to-markdown": "^4.8|^5.0",
7612 "michelf/php-markdown": "^1.8",
7613 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
7614 },
7615 "type": "library",
7616 "extra": {
7617 "branch-alias": {
7618 "dev-master": "3.2-dev"
7619 }
7620 },
7621 "autoload": {
7622 "psr-4": {
7623 "Twig\\Extra\\Markdown\\": ""
7624 },
7625 "exclude-from-classmap": [
7626 "/Tests/"
7627 ]
7628 },
7629 "notification-url": "https://packagist.org/downloads/",
7630 "license": [
7631 "MIT"
7632 ],
7633 "authors": [
7634 {
7635 "name": "Fabien Potencier",
7636 "email": "fabien@symfony.com",
7637 "homepage": "http://fabien.potencier.org",
7638 "role": "Lead Developer"
7639 }
7640 ],
7641 "description": "A Twig extension for Markdown",
7642 "homepage": "https://twig.symfony.com",
7643 "keywords": [
7644 "html",
7645 "markdown",
7646 "twig"
7647 ],
7648 "support": {
7649 "source": "https://github.com/twigphp/markdown-extra/tree/v3.4.0"
7650 },
7651 "funding": [
7652 {
7653 "url": "https://github.com/fabpot",
7654 "type": "github"
7655 },
7656 {
7657 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7658 "type": "tidelift"
7659 }
7660 ],
7661 "time": "2022-01-29T15:34:05+00:00"
7662 },
7663 {
7664 "name": "twig/twig",
7665 "version": "v3.4.2",
7666 "source": {
7667 "type": "git",
7668 "url": "https://github.com/twigphp/Twig.git",
7669 "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077"
7670 },
7671 "dist": {
7672 "type": "zip",
7673 "url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
7674 "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
7675 "shasum": ""
7676 },
7677 "require": {
7678 "php": ">=7.2.5",
7679 "symfony/polyfill-ctype": "^1.8",
7680 "symfony/polyfill-mbstring": "^1.3"
7681 },
7682 "require-dev": {
7683 "psr/container": "^1.0",
7684 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
7685 },
7686 "type": "library",
7687 "extra": {
7688 "branch-alias": {
7689 "dev-master": "3.4-dev"
7690 }
7691 },
7692 "autoload": {
7693 "psr-4": {
7694 "Twig\\": "src/"
7695 }
7696 },
7697 "notification-url": "https://packagist.org/downloads/",
7698 "license": [
7699 "BSD-3-Clause"
7700 ],
7701 "authors": [
7702 {
7703 "name": "Fabien Potencier",
7704 "email": "fabien@symfony.com",
7705 "homepage": "http://fabien.potencier.org",
7706 "role": "Lead Developer"
7707 },
7708 {
7709 "name": "Twig Team",
7710 "role": "Contributors"
7711 },
7712 {
7713 "name": "Armin Ronacher",
7714 "email": "armin.ronacher@active-4.com",
7715 "role": "Project Founder"
7716 }
7717 ],
7718 "description": "Twig, the flexible, fast, and secure template language for PHP",
7719 "homepage": "https://twig.symfony.com",
7720 "keywords": [
7721 "templating"
7722 ],
7723 "support": {
7724 "issues": "https://github.com/twigphp/Twig/issues",
7725 "source": "https://github.com/twigphp/Twig/tree/v3.4.2"
7726 },
7727 "funding": [
7728 {
7729 "url": "https://github.com/fabpot",
7730 "type": "github"
7731 },
7732 {
7733 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7734 "type": "tidelift"
7735 }
7736 ],
7737 "time": "2022-08-12T06:47:24+00:00"
7738 }
7739 ],
7740 "packages-dev": [
7741 {
7742 "name": "doctrine/data-fixtures",
7743 "version": "1.5.3",
7744 "source": {
7745 "type": "git",
7746 "url": "https://github.com/doctrine/data-fixtures.git",
7747 "reference": "ba37bfb776de763c5bf04a36d074cd5f5a083c42"
7748 },
7749 "dist": {
7750 "type": "zip",
7751 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/ba37bfb776de763c5bf04a36d074cd5f5a083c42",
7752 "reference": "ba37bfb776de763c5bf04a36d074cd5f5a083c42",
7753 "shasum": ""
7754 },
7755 "require": {
7756 "doctrine/common": "^2.13|^3.0",
7757 "doctrine/persistence": "^1.3.3|^2.0|^3.0",
7758 "php": "^7.2 || ^8.0"
7759 },
7760 "conflict": {
7761 "doctrine/dbal": "<2.13",
7762 "doctrine/phpcr-odm": "<1.3.0"
7763 },
7764 "require-dev": {
7765 "doctrine/coding-standard": "^9.0",
7766 "doctrine/dbal": "^2.13 || ^3.0",
7767 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
7768 "doctrine/orm": "^2.7.0",
7769 "ext-sqlite3": "*",
7770 "jangregor/phpstan-prophecy": "^1",
7771 "phpstan/phpstan": "^1.5",
7772 "phpunit/phpunit": "^8.5 || ^9.5",
7773 "symfony/cache": "^5.0 || ^6.0",
7774 "vimeo/psalm": "^4.10"
7775 },
7776 "suggest": {
7777 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
7778 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
7779 "doctrine/orm": "For loading ORM fixtures",
7780 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
7781 },
7782 "type": "library",
7783 "autoload": {
7784 "psr-4": {
7785 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
7786 }
7787 },
7788 "notification-url": "https://packagist.org/downloads/",
7789 "license": [
7790 "MIT"
7791 ],
7792 "authors": [
7793 {
7794 "name": "Jonathan Wage",
7795 "email": "jonwage@gmail.com"
7796 }
7797 ],
7798 "description": "Data Fixtures for all Doctrine Object Managers",
7799 "homepage": "https://www.doctrine-project.org",
7800 "keywords": [
7801 "database"
7802 ],
7803 "support": {
7804 "issues": "https://github.com/doctrine/data-fixtures/issues",
7805 "source": "https://github.com/doctrine/data-fixtures/tree/1.5.3"
7806 },
7807 "funding": [
7808 {
7809 "url": "https://www.doctrine-project.org/sponsorship.html",
7810 "type": "custom"
7811 },
7812 {
7813 "url": "https://www.patreon.com/phpdoctrine",
7814 "type": "patreon"
7815 },
7816 {
7817 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
7818 "type": "tidelift"
7819 }
7820 ],
7821 "time": "2022-04-19T10:01:44+00:00"
7822 },
7823 {
7824 "name": "doctrine/doctrine-fixtures-bundle",
7825 "version": "3.4.2",
7826 "source": {
7827 "type": "git",
7828 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
7829 "reference": "601988c5b46dbd20a0f886f967210aba378a6fd5"
7830 },
7831 "dist": {
7832 "type": "zip",
7833 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/601988c5b46dbd20a0f886f967210aba378a6fd5",
7834 "reference": "601988c5b46dbd20a0f886f967210aba378a6fd5",
7835 "shasum": ""
7836 },
7837 "require": {
7838 "doctrine/data-fixtures": "^1.3",
7839 "doctrine/doctrine-bundle": "^1.11|^2.0",
7840 "doctrine/orm": "^2.6.0",
7841 "doctrine/persistence": "^1.3.7|^2.0|^3.0",
7842 "php": "^7.1 || ^8.0",
7843 "symfony/config": "^3.4|^4.3|^5.0|^6.0",
7844 "symfony/console": "^3.4|^4.3|^5.0|^6.0",
7845 "symfony/dependency-injection": "^3.4.47|^4.3|^5.0|^6.0",
7846 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0|^6.0",
7847 "symfony/http-kernel": "^3.4|^4.3|^5.0|^6.0"
7848 },
7849 "require-dev": {
7850 "doctrine/coding-standard": "^9",
7851 "phpstan/phpstan": "^1.4.10",
7852 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
7853 "symfony/phpunit-bridge": "^6.0.8",
7854 "vimeo/psalm": "^4.22"
7855 },
7856 "type": "symfony-bundle",
7857 "autoload": {
7858 "psr-4": {
7859 "Doctrine\\Bundle\\FixturesBundle\\": ""
7860 }
7861 },
7862 "notification-url": "https://packagist.org/downloads/",
7863 "license": [
7864 "MIT"
7865 ],
7866 "authors": [
7867 {
7868 "name": "Fabien Potencier",
7869 "email": "fabien@symfony.com"
7870 },
7871 {
7872 "name": "Doctrine Project",
7873 "homepage": "https://www.doctrine-project.org"
7874 },
7875 {
7876 "name": "Symfony Community",
7877 "homepage": "https://symfony.com/contributors"
7878 }
7879 ],
7880 "description": "Symfony DoctrineFixturesBundle",
7881 "homepage": "https://www.doctrine-project.org",
7882 "keywords": [
7883 "Fixture",
7884 "persistence"
7885 ],
7886 "support": {
7887 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
7888 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.2"
7889 },
7890 "funding": [
7891 {
7892 "url": "https://www.doctrine-project.org/sponsorship.html",
7893 "type": "custom"
7894 },
7895 {
7896 "url": "https://www.patreon.com/phpdoctrine",
7897 "type": "patreon"
7898 },
7899 {
7900 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
7901 "type": "tidelift"
7902 }
7903 ],
7904 "time": "2022-04-28T17:58:29+00:00"
7905 },
7906 {
7907 "name": "nikic/php-parser",
7908 "version": "v4.15.1",
7909 "source": {
7910 "type": "git",
7911 "url": "https://github.com/nikic/PHP-Parser.git",
7912 "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900"
7913 },
7914 "dist": {
7915 "type": "zip",
7916 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
7917 "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900",
7918 "shasum": ""
7919 },
7920 "require": {
7921 "ext-tokenizer": "*",
7922 "php": ">=7.0"
7923 },
7924 "require-dev": {
7925 "ircmaxell/php-yacc": "^0.0.7",
7926 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
7927 },
7928 "bin": [
7929 "bin/php-parse"
7930 ],
7931 "type": "library",
7932 "extra": {
7933 "branch-alias": {
7934 "dev-master": "4.9-dev"
7935 }
7936 },
7937 "autoload": {
7938 "psr-4": {
7939 "PhpParser\\": "lib/PhpParser"
7940 }
7941 },
7942 "notification-url": "https://packagist.org/downloads/",
7943 "license": [
7944 "BSD-3-Clause"
7945 ],
7946 "authors": [
7947 {
7948 "name": "Nikita Popov"
7949 }
7950 ],
7951 "description": "A PHP parser written in PHP",
7952 "keywords": [
7953 "parser",
7954 "php"
7955 ],
7956 "support": {
7957 "issues": "https://github.com/nikic/PHP-Parser/issues",
7958 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1"
7959 },
7960 "time": "2022-09-04T07:30:47+00:00"
7961 },
7962 {
7963 "name": "symfony/browser-kit",
7964 "version": "v5.4.11",
7965 "source": {
7966 "type": "git",
7967 "url": "https://github.com/symfony/browser-kit.git",
7968 "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027"
7969 },
7970 "dist": {
7971 "type": "zip",
7972 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027",
7973 "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027",
7974 "shasum": ""
7975 },
7976 "require": {
7977 "php": ">=7.2.5",
7978 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
7979 "symfony/polyfill-php80": "^1.16"
7980 },
7981 "require-dev": {
7982 "symfony/css-selector": "^4.4|^5.0|^6.0",
7983 "symfony/http-client": "^4.4|^5.0|^6.0",
7984 "symfony/mime": "^4.4|^5.0|^6.0",
7985 "symfony/process": "^4.4|^5.0|^6.0"
7986 },
7987 "suggest": {
7988 "symfony/process": ""
7989 },
7990 "type": "library",
7991 "autoload": {
7992 "psr-4": {
7993 "Symfony\\Component\\BrowserKit\\": ""
7994 },
7995 "exclude-from-classmap": [
7996 "/Tests/"
7997 ]
7998 },
7999 "notification-url": "https://packagist.org/downloads/",
8000 "license": [
8001 "MIT"
8002 ],
8003 "authors": [
8004 {
8005 "name": "Fabien Potencier",
8006 "email": "fabien@symfony.com"
8007 },
8008 {
8009 "name": "Symfony Community",
8010 "homepage": "https://symfony.com/contributors"
8011 }
8012 ],
8013 "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
8014 "homepage": "https://symfony.com",
8015 "support": {
8016 "source": "https://github.com/symfony/browser-kit/tree/v5.4.11"
8017 },
8018 "funding": [
8019 {
8020 "url": "https://symfony.com/sponsor",
8021 "type": "custom"
8022 },
8023 {
8024 "url": "https://github.com/fabpot",
8025 "type": "github"
8026 },
8027 {
8028 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8029 "type": "tidelift"
8030 }
8031 ],
8032 "time": "2022-07-27T15:50:05+00:00"
8033 },
8034 {
8035 "name": "symfony/maker-bundle",
8036 "version": "v1.45.0",
8037 "source": {
8038 "type": "git",
8039 "url": "https://github.com/symfony/maker-bundle.git",
8040 "reference": "7ae4ff28ac1b6d6d55591999026040d58b8a3967"
8041 },
8042 "dist": {
8043 "type": "zip",
8044 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/7ae4ff28ac1b6d6d55591999026040d58b8a3967",
8045 "reference": "7ae4ff28ac1b6d6d55591999026040d58b8a3967",
8046 "shasum": ""
8047 },
8048 "require": {
8049 "doctrine/inflector": "^2.0",
8050 "nikic/php-parser": "^4.11",
8051 "php": ">=8.0",
8052 "symfony/config": "^5.4.7|^6.0",
8053 "symfony/console": "^5.4.7|^6.0",
8054 "symfony/dependency-injection": "^5.4.7|^6.0",
8055 "symfony/deprecation-contracts": "^2.2|^3",
8056 "symfony/filesystem": "^5.4.7|^6.0",
8057 "symfony/finder": "^5.4.3|^6.0",
8058 "symfony/framework-bundle": "^5.4.7|^6.0",
8059 "symfony/http-kernel": "^5.4.7|^6.0"
8060 },
8061 "conflict": {
8062 "doctrine/doctrine-bundle": "<2.4",
8063 "doctrine/orm": "<2.10",
8064 "symfony/doctrine-bridge": "<5.4"
8065 },
8066 "require-dev": {
8067 "composer/semver": "^3.0",
8068 "doctrine/doctrine-bundle": "^2.4",
8069 "doctrine/orm": "^2.10.0",
8070 "symfony/http-client": "^5.4.7|^6.0",
8071 "symfony/phpunit-bridge": "^5.4.7|^6.0",
8072 "symfony/polyfill-php80": "^1.16.0",
8073 "symfony/process": "^5.4.7|^6.0",
8074 "symfony/security-core": "^5.4.7|^6.0",
8075 "symfony/yaml": "^5.4.3|^6.0",
8076 "twig/twig": "^2.0|^3.0"
8077 },
8078 "type": "symfony-bundle",
8079 "extra": {
8080 "branch-alias": {
8081 "dev-main": "1.0-dev"
8082 }
8083 },
8084 "autoload": {
8085 "psr-4": {
8086 "Symfony\\Bundle\\MakerBundle\\": "src/"
8087 }
8088 },
8089 "notification-url": "https://packagist.org/downloads/",
8090 "license": [
8091 "MIT"
8092 ],
8093 "authors": [
8094 {
8095 "name": "Symfony Community",
8096 "homepage": "https://symfony.com/contributors"
8097 }
8098 ],
8099 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
8100 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
8101 "keywords": [
8102 "code generator",
8103 "generator",
8104 "scaffold",
8105 "scaffolding"
8106 ],
8107 "support": {
8108 "issues": "https://github.com/symfony/maker-bundle/issues",
8109 "source": "https://github.com/symfony/maker-bundle/tree/v1.45.0"
8110 },
8111 "funding": [
8112 {
8113 "url": "https://symfony.com/sponsor",
8114 "type": "custom"
8115 },
8116 {
8117 "url": "https://github.com/fabpot",
8118 "type": "github"
8119 },
8120 {
8121 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8122 "type": "tidelift"
8123 }
8124 ],
8125 "time": "2022-07-26T12:31:45+00:00"
8126 },
8127 {
8128 "name": "symfony/phpunit-bridge",
8129 "version": "v5.4.11",
8130 "source": {
8131 "type": "git",
8132 "url": "https://github.com/symfony/phpunit-bridge.git",
8133 "reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3"
8134 },
8135 "dist": {
8136 "type": "zip",
8137 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/31b1549f54b1a1890e725a0c1c8c2de6ef2205b3",
8138 "reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3",
8139 "shasum": ""
8140 },
8141 "require": {
8142 "php": ">=7.1.3",
8143 "symfony/deprecation-contracts": "^2.1|^3"
8144 },
8145 "conflict": {
8146 "phpunit/phpunit": "<7.5|9.1.2"
8147 },
8148 "require-dev": {
8149 "symfony/error-handler": "^4.4|^5.0|^6.0"
8150 },
8151 "suggest": {
8152 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
8153 },
8154 "bin": [
8155 "bin/simple-phpunit"
8156 ],
8157 "type": "symfony-bridge",
8158 "extra": {
8159 "thanks": {
8160 "name": "phpunit/phpunit",
8161 "url": "https://github.com/sebastianbergmann/phpunit"
8162 }
8163 },
8164 "autoload": {
8165 "files": [
8166 "bootstrap.php"
8167 ],
8168 "psr-4": {
8169 "Symfony\\Bridge\\PhpUnit\\": ""
8170 },
8171 "exclude-from-classmap": [
8172 "/Tests/"
8173 ]
8174 },
8175 "notification-url": "https://packagist.org/downloads/",
8176 "license": [
8177 "MIT"
8178 ],
8179 "authors": [
8180 {
8181 "name": "Nicolas Grekas",
8182 "email": "p@tchwork.com"
8183 },
8184 {
8185 "name": "Symfony Community",
8186 "homepage": "https://symfony.com/contributors"
8187 }
8188 ],
8189 "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
8190 "homepage": "https://symfony.com",
8191 "support": {
8192 "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.11"
8193 },
8194 "funding": [
8195 {
8196 "url": "https://symfony.com/sponsor",
8197 "type": "custom"
8198 },
8199 {
8200 "url": "https://github.com/fabpot",
8201 "type": "github"
8202 },
8203 {
8204 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8205 "type": "tidelift"
8206 }
8207 ],
8208 "time": "2022-07-28T13:33:28+00:00"
8209 }
8210 ],
8211 "aliases": [],
8212 "minimum-stability": "stable",
8213 "stability-flags": {
8214 "rapsys/airbundle": 20,
8215 "rapsys/packbundle": 20,
8216 "rapsys/userbundle": 20
8217 },
8218 "prefer-stable": false,
8219 "prefer-lowest": false,
8220 "platform": {
8221 "php": "^7.0|^8.0",
8222 "ext-ctype": "*",
8223 "ext-iconv": "*"
8224 },
8225 "platform-dev": [],
8226 "plugin-api-version": "2.1.0"
8227 }