]> git.agnieray.net Git - galette.git/blob - galette/composer.lock
34aff016c4859a62a0ea025e19b0031456d45202
[galette.git] / galette / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "58771c7f593b6023a54dbe5cd3fa9a99",
8 "packages": [
9 {
10 "name": "akrabat/rka-slim-session-middleware",
11 "version": "2.0.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/akrabat/rka-slim-session-middleware.git",
15 "reference": "e4f8f485f6d52fd4c0a2254d0b12240245629e6a"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/akrabat/rka-slim-session-middleware/zipball/e4f8f485f6d52fd4c0a2254d0b12240245629e6a",
20 "reference": "e4f8f485f6d52fd4c0a2254d0b12240245629e6a",
21 "shasum": ""
22 },
23 "require": {
24 "php": ">=5.5"
25 },
26 "require-dev": {
27 "slim/slim": "^3.0"
28 },
29 "type": "library",
30 "autoload": {
31 "psr-4": {
32 "RKA\\": "RKA"
33 }
34 },
35 "notification-url": "https://packagist.org/downloads/",
36 "license": [
37 "BSD-3-Clause"
38 ],
39 "authors": [
40 {
41 "name": "Rob Allen",
42 "email": "rob@akrabat.com",
43 "homepage": "http://akrabat.com"
44 }
45 ],
46 "description": "Simple session middleware for Slim Framework",
47 "homepage": "http://github.com/akrabat/rka-slim-session-middleware",
48 "keywords": [
49 "middleware",
50 "session",
51 "slim"
52 ],
53 "support": {
54 "issues": "https://github.com/akrabat/rka-slim-session-middleware/issues",
55 "source": "https://github.com/akrabat/rka-slim-session-middleware/tree/master"
56 },
57 "time": "2016-04-18T07:52:43+00:00"
58 },
59 {
60 "name": "analog/analog",
61 "version": "1.0.18-stable",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/jbroadway/analog.git",
65 "reference": "d9b5db551ccd91d3ce41a7425da6672d038ee6b1"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/jbroadway/analog/zipball/d9b5db551ccd91d3ce41a7425da6672d038ee6b1",
70 "reference": "d9b5db551ccd91d3ce41a7425da6672d038ee6b1",
71 "shasum": ""
72 },
73 "require": {
74 "php": ">=7.2",
75 "psr/log": "^1.0.1"
76 },
77 "require-dev": {
78 "phpunit/phpunit": "^8.5"
79 },
80 "type": "library",
81 "autoload": {
82 "psr-0": {
83 "Analog": "lib/"
84 }
85 },
86 "notification-url": "https://packagist.org/downloads/",
87 "license": [
88 "MIT"
89 ],
90 "authors": [
91 {
92 "name": "Johnny Broadway",
93 "email": "johnny@johnnybroadway.com",
94 "homepage": "http://www.johnnybroadway.com/"
95 }
96 ],
97 "description": "Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.",
98 "homepage": "https://github.com/jbroadway/analog",
99 "keywords": [
100 "PSR3",
101 "alerts",
102 "amon",
103 "apprise",
104 "chrome-logger",
105 "console",
106 "debug",
107 "debugging",
108 "error",
109 "errors",
110 "firephp",
111 "gelf",
112 "log",
113 "logger",
114 "logging",
115 "logs",
116 "monitor",
117 "monitoring",
118 "psr-3",
119 "stderr",
120 "syslog"
121 ],
122 "support": {
123 "issues": "https://github.com/jbroadway/analog/issues",
124 "source": "https://github.com/jbroadway/analog/tree/1.0.18-stable"
125 },
126 "time": "2021-04-06T15:56:20+00:00"
127 },
128 {
129 "name": "aneek/slim-event-dispatcher",
130 "version": "1.0",
131 "source": {
132 "type": "git",
133 "url": "https://github.com/aneek/slim-event-dispatcher.git",
134 "reference": "9b3eb70b0408cc7131337796752df312c19abb99"
135 },
136 "dist": {
137 "type": "zip",
138 "url": "https://api.github.com/repos/aneek/slim-event-dispatcher/zipball/9b3eb70b0408cc7131337796752df312c19abb99",
139 "reference": "9b3eb70b0408cc7131337796752df312c19abb99",
140 "shasum": ""
141 },
142 "require": {
143 "league/event": "^2.1",
144 "php": ">= 5.6",
145 "slim/slim": "^3.0"
146 },
147 "require-dev": {
148 "phpunit/phpunit": "5.7.22",
149 "symfony/var-dumper": "^3.0"
150 },
151 "type": "library",
152 "autoload": {
153 "psr-4": {
154 "Slim\\Event\\": "./src/Event"
155 }
156 },
157 "notification-url": "https://packagist.org/downloads/",
158 "license": [
159 "MIT"
160 ],
161 "authors": [
162 {
163 "name": "Aneek Mukhopadhyay",
164 "email": "dream.aneek@gmail.com"
165 }
166 ],
167 "description": "An event dispatcher bridge between League Event and Slim Framework.",
168 "keywords": [
169 "emitter",
170 "event",
171 "event-dispatcher",
172 "listener",
173 "slim framework"
174 ],
175 "support": {
176 "issues": "https://github.com/aneek/slim-event-dispatcher/issues",
177 "source": "https://github.com/aneek/slim-event-dispatcher/tree/develop"
178 },
179 "time": "2017-09-27T07:58:29+00:00"
180 },
181 {
182 "name": "container-interop/container-interop",
183 "version": "1.2.0",
184 "source": {
185 "type": "git",
186 "url": "https://github.com/container-interop/container-interop.git",
187 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
188 },
189 "dist": {
190 "type": "zip",
191 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
192 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
193 "shasum": ""
194 },
195 "require": {
196 "psr/container": "^1.0"
197 },
198 "type": "library",
199 "autoload": {
200 "psr-4": {
201 "Interop\\Container\\": "src/Interop/Container/"
202 }
203 },
204 "notification-url": "https://packagist.org/downloads/",
205 "license": [
206 "MIT"
207 ],
208 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
209 "homepage": "https://github.com/container-interop/container-interop",
210 "support": {
211 "issues": "https://github.com/container-interop/container-interop/issues",
212 "source": "https://github.com/container-interop/container-interop/tree/master"
213 },
214 "abandoned": "psr/container",
215 "time": "2017-02-14T19:40:03+00:00"
216 },
217 {
218 "name": "doctrine/annotations",
219 "version": "1.13.2",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/doctrine/annotations.git",
223 "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
228 "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
229 "shasum": ""
230 },
231 "require": {
232 "doctrine/lexer": "1.*",
233 "ext-tokenizer": "*",
234 "php": "^7.1 || ^8.0",
235 "psr/cache": "^1 || ^2 || ^3"
236 },
237 "require-dev": {
238 "doctrine/cache": "^1.11 || ^2.0",
239 "doctrine/coding-standard": "^6.0 || ^8.1",
240 "phpstan/phpstan": "^0.12.20",
241 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
242 "symfony/cache": "^4.4 || ^5.2"
243 },
244 "type": "library",
245 "autoload": {
246 "psr-4": {
247 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
248 }
249 },
250 "notification-url": "https://packagist.org/downloads/",
251 "license": [
252 "MIT"
253 ],
254 "authors": [
255 {
256 "name": "Guilherme Blanco",
257 "email": "guilhermeblanco@gmail.com"
258 },
259 {
260 "name": "Roman Borschel",
261 "email": "roman@code-factory.org"
262 },
263 {
264 "name": "Benjamin Eberlei",
265 "email": "kontakt@beberlei.de"
266 },
267 {
268 "name": "Jonathan Wage",
269 "email": "jonwage@gmail.com"
270 },
271 {
272 "name": "Johannes Schmitt",
273 "email": "schmittjoh@gmail.com"
274 }
275 ],
276 "description": "Docblock Annotations Parser",
277 "homepage": "https://www.doctrine-project.org/projects/annotations.html",
278 "keywords": [
279 "annotations",
280 "docblock",
281 "parser"
282 ],
283 "support": {
284 "issues": "https://github.com/doctrine/annotations/issues",
285 "source": "https://github.com/doctrine/annotations/tree/1.13.2"
286 },
287 "time": "2021-08-05T19:00:23+00:00"
288 },
289 {
290 "name": "doctrine/lexer",
291 "version": "1.2.1",
292 "source": {
293 "type": "git",
294 "url": "https://github.com/doctrine/lexer.git",
295 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
296 },
297 "dist": {
298 "type": "zip",
299 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
300 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
301 "shasum": ""
302 },
303 "require": {
304 "php": "^7.2 || ^8.0"
305 },
306 "require-dev": {
307 "doctrine/coding-standard": "^6.0",
308 "phpstan/phpstan": "^0.11.8",
309 "phpunit/phpunit": "^8.2"
310 },
311 "type": "library",
312 "extra": {
313 "branch-alias": {
314 "dev-master": "1.2.x-dev"
315 }
316 },
317 "autoload": {
318 "psr-4": {
319 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
320 }
321 },
322 "notification-url": "https://packagist.org/downloads/",
323 "license": [
324 "MIT"
325 ],
326 "authors": [
327 {
328 "name": "Guilherme Blanco",
329 "email": "guilhermeblanco@gmail.com"
330 },
331 {
332 "name": "Roman Borschel",
333 "email": "roman@code-factory.org"
334 },
335 {
336 "name": "Johannes Schmitt",
337 "email": "schmittjoh@gmail.com"
338 }
339 ],
340 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
341 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
342 "keywords": [
343 "annotations",
344 "docblock",
345 "lexer",
346 "parser",
347 "php"
348 ],
349 "support": {
350 "issues": "https://github.com/doctrine/lexer/issues",
351 "source": "https://github.com/doctrine/lexer/tree/1.2.1"
352 },
353 "funding": [
354 {
355 "url": "https://www.doctrine-project.org/sponsorship.html",
356 "type": "custom"
357 },
358 {
359 "url": "https://www.patreon.com/phpdoctrine",
360 "type": "patreon"
361 },
362 {
363 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
364 "type": "tidelift"
365 }
366 ],
367 "time": "2020-05-25T17:44:05+00:00"
368 },
369 {
370 "name": "laminas/laminas-cache",
371 "version": "2.13.0",
372 "source": {
373 "type": "git",
374 "url": "https://github.com/laminas/laminas-cache.git",
375 "reference": "566948e32f30881cb903ffbd0e3e20dac00cd83e"
376 },
377 "dist": {
378 "type": "zip",
379 "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/566948e32f30881cb903ffbd0e3e20dac00cd83e",
380 "reference": "566948e32f30881cb903ffbd0e3e20dac00cd83e",
381 "shasum": ""
382 },
383 "require": {
384 "laminas/laminas-cache-storage-adapter-apc": "^1.0",
385 "laminas/laminas-cache-storage-adapter-apcu": "^1.0",
386 "laminas/laminas-cache-storage-adapter-blackhole": "^1.0",
387 "laminas/laminas-cache-storage-adapter-dba": "^1.0",
388 "laminas/laminas-cache-storage-adapter-ext-mongodb": "^1.0",
389 "laminas/laminas-cache-storage-adapter-filesystem": "^1.0",
390 "laminas/laminas-cache-storage-adapter-memcache": "^1.0",
391 "laminas/laminas-cache-storage-adapter-memcached": "^1.0",
392 "laminas/laminas-cache-storage-adapter-memory": "^1.0",
393 "laminas/laminas-cache-storage-adapter-mongodb": "^1.0",
394 "laminas/laminas-cache-storage-adapter-redis": "^1.0",
395 "laminas/laminas-cache-storage-adapter-session": "^1.0",
396 "laminas/laminas-cache-storage-adapter-wincache": "^1.0",
397 "laminas/laminas-cache-storage-adapter-xcache": "^1.0",
398 "laminas/laminas-cache-storage-adapter-zend-server": "^1.0",
399 "laminas/laminas-eventmanager": "^3.3",
400 "laminas/laminas-servicemanager": "^3.6",
401 "laminas/laminas-stdlib": "^3.3",
402 "laminas/laminas-zendframework-bridge": "^1.0",
403 "php": "^7.3 || ~8.0.0",
404 "psr/cache": "^1.0",
405 "psr/simple-cache": "^1.0"
406 },
407 "conflict": {
408 "symfony/console": "<5.1"
409 },
410 "provide": {
411 "psr/cache-implementation": "1.0",
412 "psr/simple-cache-implementation": "1.0"
413 },
414 "replace": {
415 "zendframework/zend-cache": "^2.9.0"
416 },
417 "require-dev": {
418 "laminas/laminas-cli": "^1.0",
419 "laminas/laminas-coding-standard": "~1.0.0",
420 "laminas/laminas-config-aggregator": "^1.5",
421 "laminas/laminas-feed": "^2.14",
422 "laminas/laminas-serializer": "^2.6",
423 "phpbench/phpbench": "^1.0.0-beta2",
424 "phpspec/prophecy-phpunit": "^2.0",
425 "phpunit/phpunit": "^9.5"
426 },
427 "suggest": {
428 "laminas/laminas-cli": "The laminas-cli binary can be used to consume commands provided by this component",
429 "laminas/laminas-serializer": "Laminas\\Serializer component"
430 },
431 "type": "library",
432 "extra": {
433 "laminas": {
434 "component": "Laminas\\Cache",
435 "config-provider": "Laminas\\Cache\\ConfigProvider"
436 }
437 },
438 "autoload": {
439 "files": [
440 "autoload/patternPluginManagerPolyfill.php"
441 ],
442 "psr-4": {
443 "Laminas\\Cache\\": "src/"
444 }
445 },
446 "notification-url": "https://packagist.org/downloads/",
447 "license": [
448 "BSD-3-Clause"
449 ],
450 "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
451 "homepage": "https://laminas.dev",
452 "keywords": [
453 "cache",
454 "laminas",
455 "psr-16",
456 "psr-6"
457 ],
458 "support": {
459 "chat": "https://laminas.dev/chat",
460 "docs": "https://docs.laminas.dev/laminas-cache/",
461 "forum": "https://discourse.laminas.dev",
462 "issues": "https://github.com/laminas/laminas-cache/issues",
463 "rss": "https://github.com/laminas/laminas-cache/releases.atom",
464 "source": "https://github.com/laminas/laminas-cache"
465 },
466 "funding": [
467 {
468 "url": "https://funding.communitybridge.org/projects/laminas-project",
469 "type": "community_bridge"
470 }
471 ],
472 "time": "2021-08-08T10:21:18+00:00"
473 },
474 {
475 "name": "laminas/laminas-cache-storage-adapter-apc",
476 "version": "1.0.1",
477 "source": {
478 "type": "git",
479 "url": "https://github.com/laminas/laminas-cache-storage-adapter-apc.git",
480 "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1"
481 },
482 "dist": {
483 "type": "zip",
484 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apc/zipball/8b375d994f6e67534f6ae6e995249e706faa30c1",
485 "reference": "8b375d994f6e67534f6ae6e995249e706faa30c1",
486 "shasum": ""
487 },
488 "require": {
489 "php": "^5.6 || ^7.0"
490 },
491 "conflict": {
492 "laminas/laminas-cache": "<2.10"
493 },
494 "provide": {
495 "laminas/laminas-cache-storage-implementation": "1.0"
496 },
497 "require-dev": {
498 "laminas/laminas-cache": "^2.10",
499 "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
500 "laminas/laminas-coding-standard": "~1.0.0",
501 "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
502 },
503 "suggest": {
504 "ext-apc": "APC or compatible extension, to use the APC storage adapter"
505 },
506 "type": "library",
507 "autoload": {
508 "psr-4": {
509 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
510 }
511 },
512 "notification-url": "https://packagist.org/downloads/",
513 "license": [
514 "BSD-3-Clause"
515 ],
516 "description": "Laminas cache adapter",
517 "keywords": [
518 "cache",
519 "laminas"
520 ],
521 "support": {
522 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apc/",
523 "forum": "https://discourse.laminas.dev/",
524 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apc/issues",
525 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apc/releases.atom",
526 "source": "https://github.com/laminas/laminas-cache-storage-adapter-apc"
527 },
528 "funding": [
529 {
530 "url": "https://funding.communitybridge.org/projects/laminas-project",
531 "type": "community_bridge"
532 }
533 ],
534 "abandoned": true,
535 "time": "2020-10-12T16:04:12+00:00"
536 },
537 {
538 "name": "laminas/laminas-cache-storage-adapter-apcu",
539 "version": "1.1.0",
540 "source": {
541 "type": "git",
542 "url": "https://github.com/laminas/laminas-cache-storage-adapter-apcu.git",
543 "reference": "e182aab739d6b03992a9915cc3c7019391a94548"
544 },
545 "dist": {
546 "type": "zip",
547 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-apcu/zipball/e182aab739d6b03992a9915cc3c7019391a94548",
548 "reference": "e182aab739d6b03992a9915cc3c7019391a94548",
549 "shasum": ""
550 },
551 "require": {
552 "php": "^7.3 || ~8.0.0"
553 },
554 "conflict": {
555 "laminas/laminas-cache": "<2.10"
556 },
557 "provide": {
558 "laminas/laminas-cache-storage-implementation": "1.0"
559 },
560 "require-dev": {
561 "ext-apcu": "*",
562 "laminas/laminas-cache": "^2.10.1",
563 "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
564 "laminas/laminas-coding-standard": "~1.0.0",
565 "squizlabs/php_codesniffer": "^2.7"
566 },
567 "suggest": {
568 "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter"
569 },
570 "type": "library",
571 "autoload": {
572 "psr-4": {
573 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
574 }
575 },
576 "notification-url": "https://packagist.org/downloads/",
577 "license": [
578 "BSD-3-Clause"
579 ],
580 "description": "Laminas cache adapter for apcu",
581 "keywords": [
582 "cache",
583 "laminas"
584 ],
585 "support": {
586 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-apcu/",
587 "forum": "https://discourse.laminas.dev/",
588 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/issues",
589 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-apcu/releases.atom",
590 "source": "https://github.com/laminas/laminas-cache-storage-adapter-apcu"
591 },
592 "funding": [
593 {
594 "url": "https://funding.communitybridge.org/projects/laminas-project",
595 "type": "community_bridge"
596 }
597 ],
598 "time": "2021-05-03T20:41:53+00:00"
599 },
600 {
601 "name": "laminas/laminas-cache-storage-adapter-blackhole",
602 "version": "1.2.1",
603 "source": {
604 "type": "git",
605 "url": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole.git",
606 "reference": "4af1053efd81785a292c2a9442871c075700345a"
607 },
608 "dist": {
609 "type": "zip",
610 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-blackhole/zipball/4af1053efd81785a292c2a9442871c075700345a",
611 "reference": "4af1053efd81785a292c2a9442871c075700345a",
612 "shasum": ""
613 },
614 "require": {
615 "php": "^7.3 || ~8.0.0"
616 },
617 "conflict": {
618 "laminas/laminas-cache": "<2.10"
619 },
620 "provide": {
621 "laminas/laminas-cache-storage-implementation": "1.0"
622 },
623 "require-dev": {
624 "laminas/laminas-cache": "^2.10.1",
625 "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
626 "laminas/laminas-coding-standard": "^2.1.4",
627 "squizlabs/php_codesniffer": "^3.5.8"
628 },
629 "type": "library",
630 "autoload": {
631 "psr-4": {
632 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
633 }
634 },
635 "notification-url": "https://packagist.org/downloads/",
636 "license": [
637 "BSD-3-Clause"
638 ],
639 "description": "Laminas cache adapter for blackhole",
640 "keywords": [
641 "cache",
642 "laminas"
643 ],
644 "support": {
645 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-blackhole/",
646 "forum": "https://discourse.laminas.dev/",
647 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/issues",
648 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole/releases.atom",
649 "source": "https://github.com/laminas/laminas-cache-storage-adapter-blackhole"
650 },
651 "funding": [
652 {
653 "url": "https://funding.communitybridge.org/projects/laminas-project",
654 "type": "community_bridge"
655 }
656 ],
657 "time": "2021-04-29T21:06:24+00:00"
658 },
659 {
660 "name": "laminas/laminas-cache-storage-adapter-dba",
661 "version": "1.0.1",
662 "source": {
663 "type": "git",
664 "url": "https://github.com/laminas/laminas-cache-storage-adapter-dba.git",
665 "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b"
666 },
667 "dist": {
668 "type": "zip",
669 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-dba/zipball/ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
670 "reference": "ad968d3d8a0350af8e6717be58bb96e5a9e77f3b",
671 "shasum": ""
672 },
673 "require": {
674 "php": "^5.6 || ^7.0"
675 },
676 "conflict": {
677 "laminas/laminas-cache": "<2.10"
678 },
679 "provide": {
680 "laminas/laminas-cache-storage-implementation": "1.0"
681 },
682 "require-dev": {
683 "laminas/laminas-cache": "^2.10",
684 "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
685 "laminas/laminas-coding-standard": "~1.0.0",
686 "squizlabs/php_codesniffer": "^2.7"
687 },
688 "suggest": {
689 "ext-dba": "DBA, to use the DBA storage adapter"
690 },
691 "type": "library",
692 "autoload": {
693 "psr-4": {
694 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
695 }
696 },
697 "notification-url": "https://packagist.org/downloads/",
698 "license": [
699 "BSD-3-Clause"
700 ],
701 "description": "Laminas cache adapter for dba",
702 "keywords": [
703 "cache",
704 "laminas"
705 ],
706 "support": {
707 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-dba/",
708 "forum": "https://discourse.laminas.dev/",
709 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-dba/issues",
710 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-dba/releases.atom",
711 "source": "https://github.com/laminas/laminas-cache-storage-adapter-dba"
712 },
713 "funding": [
714 {
715 "url": "https://funding.communitybridge.org/projects/laminas-project",
716 "type": "community_bridge"
717 }
718 ],
719 "abandoned": true,
720 "time": "2020-10-12T16:08:58+00:00"
721 },
722 {
723 "name": "laminas/laminas-cache-storage-adapter-ext-mongodb",
724 "version": "1.2.0",
725 "source": {
726 "type": "git",
727 "url": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb.git",
728 "reference": "72f68589cc8323fa688167a4720b795dd0907f4e"
729 },
730 "dist": {
731 "type": "zip",
732 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-ext-mongodb/zipball/72f68589cc8323fa688167a4720b795dd0907f4e",
733 "reference": "72f68589cc8323fa688167a4720b795dd0907f4e",
734 "shasum": ""
735 },
736 "require": {
737 "php": "^7.3 || ~8.0.0"
738 },
739 "conflict": {
740 "laminas/laminas-cache": "<2.10",
741 "mongodb/mongodb": "<1.8"
742 },
743 "provide": {
744 "laminas/laminas-cache-storage-implementation": "1.0"
745 },
746 "require-dev": {
747 "laminas/laminas-cache": "^2.10.3",
748 "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
749 "laminas/laminas-coding-standard": "~2.2.0",
750 "laminas/laminas-serializer": "^2.10.1",
751 "mongodb/mongodb": "^1.8.0",
752 "psalm/plugin-phpunit": "^0.16.1",
753 "vimeo/psalm": "^4.9"
754 },
755 "suggest": {
756 "mongodb/mongodb": "MongoDB, to use the ExtMongoDb storage adapter"
757 },
758 "type": "library",
759 "autoload": {
760 "psr-4": {
761 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
762 }
763 },
764 "notification-url": "https://packagist.org/downloads/",
765 "license": [
766 "BSD-3-Clause"
767 ],
768 "description": "Laminas cache adapter for ext-mongodb",
769 "keywords": [
770 "cache",
771 "laminas"
772 ],
773 "support": {
774 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-ext-mongodb/",
775 "forum": "https://discourse.laminas.dev/",
776 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/issues",
777 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb/releases.atom",
778 "source": "https://github.com/laminas/laminas-cache-storage-adapter-ext-mongodb"
779 },
780 "funding": [
781 {
782 "url": "https://funding.communitybridge.org/projects/laminas-project",
783 "type": "community_bridge"
784 }
785 ],
786 "time": "2021-08-10T18:17:48+00:00"
787 },
788 {
789 "name": "laminas/laminas-cache-storage-adapter-filesystem",
790 "version": "1.1.1",
791 "source": {
792 "type": "git",
793 "url": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem.git",
794 "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc"
795 },
796 "dist": {
797 "type": "zip",
798 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-filesystem/zipball/76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
799 "reference": "76fc488c3fa0ad442e4e70f807305c940d1bdcbc",
800 "shasum": ""
801 },
802 "require": {
803 "php": "^7.3 || ~8.0.0"
804 },
805 "conflict": {
806 "laminas/laminas-cache": "<2.10"
807 },
808 "provide": {
809 "laminas/laminas-cache-storage-implementation": "1.0"
810 },
811 "require-dev": {
812 "laminas/laminas-cache": "^2.10",
813 "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
814 "laminas/laminas-coding-standard": "~1.0.0",
815 "laminas/laminas-serializer": "^2.10",
816 "phpunit/phpunit": "^9.5",
817 "squizlabs/php_codesniffer": "^2.7"
818 },
819 "type": "library",
820 "autoload": {
821 "psr-4": {
822 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
823 }
824 },
825 "notification-url": "https://packagist.org/downloads/",
826 "license": [
827 "BSD-3-Clause"
828 ],
829 "description": "Laminas cache adapter for filesystem",
830 "keywords": [
831 "cache",
832 "laminas"
833 ],
834 "support": {
835 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-filesystem/",
836 "forum": "https://discourse.laminas.dev/",
837 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/issues",
838 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem/releases.atom",
839 "source": "https://github.com/laminas/laminas-cache-storage-adapter-filesystem"
840 },
841 "funding": [
842 {
843 "url": "https://funding.communitybridge.org/projects/laminas-project",
844 "type": "community_bridge"
845 }
846 ],
847 "time": "2021-04-25T00:27:54+00:00"
848 },
849 {
850 "name": "laminas/laminas-cache-storage-adapter-memcache",
851 "version": "1.1.0",
852 "source": {
853 "type": "git",
854 "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcache.git",
855 "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088"
856 },
857 "dist": {
858 "type": "zip",
859 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcache/zipball/1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
860 "reference": "1d2a74e300a0fd0b8d0e0cb4e379a173ccad0088",
861 "shasum": ""
862 },
863 "require": {
864 "php": "^7.3 || ~8.0.0"
865 },
866 "conflict": {
867 "laminas/laminas-cache": "<2.10"
868 },
869 "provide": {
870 "laminas/laminas-cache-storage-implementation": "1.0"
871 },
872 "require-dev": {
873 "laminas/laminas-cache": "^2.10.1",
874 "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
875 "laminas/laminas-coding-standard": "^2.1.4",
876 "laminas/laminas-serializer": "^2.10.1",
877 "squizlabs/php_codesniffer": "^3.6.0"
878 },
879 "suggest": {
880 "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter"
881 },
882 "type": "library",
883 "autoload": {
884 "psr-4": {
885 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
886 }
887 },
888 "notification-url": "https://packagist.org/downloads/",
889 "license": [
890 "BSD-3-Clause"
891 ],
892 "description": "Laminas cache adapter for memcache",
893 "keywords": [
894 "cache",
895 "laminas"
896 ],
897 "support": {
898 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcache/",
899 "forum": "https://discourse.laminas.dev/",
900 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/issues",
901 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcache/releases.atom",
902 "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcache"
903 },
904 "funding": [
905 {
906 "url": "https://funding.communitybridge.org/projects/laminas-project",
907 "type": "community_bridge"
908 }
909 ],
910 "abandoned": true,
911 "time": "2021-04-29T19:57:43+00:00"
912 },
913 {
914 "name": "laminas/laminas-cache-storage-adapter-memcached",
915 "version": "1.2.0",
916 "source": {
917 "type": "git",
918 "url": "https://github.com/laminas/laminas-cache-storage-adapter-memcached.git",
919 "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3"
920 },
921 "dist": {
922 "type": "zip",
923 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memcached/zipball/d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
924 "reference": "d05f33e43a352b85c6d0208e9cfbf2a59f02ede3",
925 "shasum": ""
926 },
927 "require": {
928 "php": "^7.3 || ~8.0.0"
929 },
930 "conflict": {
931 "laminas/laminas-cache": "<2.10"
932 },
933 "provide": {
934 "laminas/laminas-cache-storage-implementation": "1.0"
935 },
936 "require-dev": {
937 "laminas/laminas-cache": "^2.10",
938 "laminas/laminas-cache-storage-adapter-test": "^1.0.2",
939 "laminas/laminas-coding-standard": "~2.2.0",
940 "phpunit/phpunit": "^9.5.8"
941 },
942 "suggest": {
943 "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter"
944 },
945 "type": "library",
946 "autoload": {
947 "psr-4": {
948 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
949 }
950 },
951 "notification-url": "https://packagist.org/downloads/",
952 "license": [
953 "BSD-3-Clause"
954 ],
955 "description": "Laminas cache adapter for memcached",
956 "keywords": [
957 "cache",
958 "laminas",
959 "memcached"
960 ],
961 "support": {
962 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memcached/",
963 "forum": "https://discourse.laminas.dev/",
964 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/issues",
965 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memcached/releases.atom",
966 "source": "https://github.com/laminas/laminas-cache-storage-adapter-memcached"
967 },
968 "funding": [
969 {
970 "url": "https://funding.communitybridge.org/projects/laminas-project",
971 "type": "community_bridge"
972 }
973 ],
974 "time": "2021-08-08T14:51:12+00:00"
975 },
976 {
977 "name": "laminas/laminas-cache-storage-adapter-memory",
978 "version": "1.1.0",
979 "source": {
980 "type": "git",
981 "url": "https://github.com/laminas/laminas-cache-storage-adapter-memory.git",
982 "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd"
983 },
984 "dist": {
985 "type": "zip",
986 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-memory/zipball/02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
987 "reference": "02c7a4a1118bbd47d1c0f0bfe1e8b140af79d2bd",
988 "shasum": ""
989 },
990 "require": {
991 "php": "^7.3 || ~8.0.0"
992 },
993 "conflict": {
994 "laminas/laminas-cache": "<2.10"
995 },
996 "provide": {
997 "laminas/laminas-cache-storage-implementation": "1.0"
998 },
999 "require-dev": {
1000 "laminas/laminas-cache": "^2.10.1",
1001 "laminas/laminas-cache-storage-adapter-test": "^1.1.1",
1002 "laminas/laminas-coding-standard": "^2.1.4",
1003 "squizlabs/php_codesniffer": "^3.5.8"
1004 },
1005 "type": "library",
1006 "autoload": {
1007 "psr-4": {
1008 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1009 }
1010 },
1011 "notification-url": "https://packagist.org/downloads/",
1012 "license": [
1013 "BSD-3-Clause"
1014 ],
1015 "description": "Laminas cache adapter for memory",
1016 "keywords": [
1017 "cache",
1018 "laminas"
1019 ],
1020 "support": {
1021 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-memory/",
1022 "forum": "https://discourse.laminas.dev/",
1023 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-memory/issues",
1024 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-memory/releases.atom",
1025 "source": "https://github.com/laminas/laminas-cache-storage-adapter-memory"
1026 },
1027 "funding": [
1028 {
1029 "url": "https://funding.communitybridge.org/projects/laminas-project",
1030 "type": "community_bridge"
1031 }
1032 ],
1033 "time": "2021-04-28T17:27:13+00:00"
1034 },
1035 {
1036 "name": "laminas/laminas-cache-storage-adapter-mongodb",
1037 "version": "1.0.1",
1038 "source": {
1039 "type": "git",
1040 "url": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb.git",
1041 "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6"
1042 },
1043 "dist": {
1044 "type": "zip",
1045 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-mongodb/zipball/ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
1046 "reference": "ef4aa396b55533b8eb3e1d4126c39a78a22e49a6",
1047 "shasum": ""
1048 },
1049 "require": {
1050 "php": "^5.6 || ^7.0"
1051 },
1052 "conflict": {
1053 "laminas/laminas-cache": "<2.10"
1054 },
1055 "provide": {
1056 "laminas/laminas-cache-storage-implementation": "1.0"
1057 },
1058 "require-dev": {
1059 "laminas/laminas-cache": "^2.10",
1060 "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1061 "laminas/laminas-coding-standard": "~1.0.0",
1062 "squizlabs/php_codesniffer": "^2.7"
1063 },
1064 "type": "library",
1065 "autoload": {
1066 "psr-4": {
1067 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1068 }
1069 },
1070 "notification-url": "https://packagist.org/downloads/",
1071 "license": [
1072 "BSD-3-Clause"
1073 ],
1074 "description": "Laminas cache adapter for mongodb",
1075 "keywords": [
1076 "cache",
1077 "laminas"
1078 ],
1079 "support": {
1080 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-mongodb/",
1081 "forum": "https://discourse.laminas.dev/",
1082 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/issues",
1083 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb/releases.atom",
1084 "source": "https://github.com/laminas/laminas-cache-storage-adapter-mongodb"
1085 },
1086 "funding": [
1087 {
1088 "url": "https://funding.communitybridge.org/projects/laminas-project",
1089 "type": "community_bridge"
1090 }
1091 ],
1092 "abandoned": true,
1093 "time": "2020-10-12T16:19:10+00:00"
1094 },
1095 {
1096 "name": "laminas/laminas-cache-storage-adapter-redis",
1097 "version": "1.2.0",
1098 "source": {
1099 "type": "git",
1100 "url": "https://github.com/laminas/laminas-cache-storage-adapter-redis.git",
1101 "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee"
1102 },
1103 "dist": {
1104 "type": "zip",
1105 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-redis/zipball/de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
1106 "reference": "de8a63d4a0ef1ccead401eb7fb6d75b57fa3f9ee",
1107 "shasum": ""
1108 },
1109 "require": {
1110 "php": "^7.3 || ~8.0.0"
1111 },
1112 "conflict": {
1113 "laminas/laminas-cache": "<2.10",
1114 "phpunit/phpunit": "<6.1.0"
1115 },
1116 "provide": {
1117 "laminas/laminas-cache-storage-implementation": "1.0"
1118 },
1119 "require-dev": {
1120 "composer-runtime-api": "^2",
1121 "ext-posix": "*",
1122 "ext-redis": "*",
1123 "laminas/laminas-cache": "^2.10",
1124 "laminas/laminas-cache-storage-adapter-test": "^1.1",
1125 "laminas/laminas-coding-standard": "^2.1",
1126 "laminas/laminas-serializer": "^2.10",
1127 "psalm/plugin-phpunit": "^0.15.1",
1128 "vimeo/psalm": "^4.7"
1129 },
1130 "type": "library",
1131 "autoload": {
1132 "psr-4": {
1133 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1134 }
1135 },
1136 "notification-url": "https://packagist.org/downloads/",
1137 "license": [
1138 "BSD-3-Clause"
1139 ],
1140 "description": "Laminas cache adapter for redis",
1141 "keywords": [
1142 "cache",
1143 "laminas"
1144 ],
1145 "support": {
1146 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-redis/",
1147 "forum": "https://discourse.laminas.dev/",
1148 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-redis/issues",
1149 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-redis/releases.atom",
1150 "source": "https://github.com/laminas/laminas-cache-storage-adapter-redis"
1151 },
1152 "funding": [
1153 {
1154 "url": "https://funding.communitybridge.org/projects/laminas-project",
1155 "type": "community_bridge"
1156 }
1157 ],
1158 "time": "2021-06-03T16:14:07+00:00"
1159 },
1160 {
1161 "name": "laminas/laminas-cache-storage-adapter-session",
1162 "version": "1.1.0",
1163 "source": {
1164 "type": "git",
1165 "url": "https://github.com/laminas/laminas-cache-storage-adapter-session.git",
1166 "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113"
1167 },
1168 "dist": {
1169 "type": "zip",
1170 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-session/zipball/74a275056cfca2300eb9a67cd1d917f7066b4113",
1171 "reference": "74a275056cfca2300eb9a67cd1d917f7066b4113",
1172 "shasum": ""
1173 },
1174 "require": {
1175 "php": "^7.3 || ~8.0.0"
1176 },
1177 "conflict": {
1178 "laminas/laminas-cache": "<2.10"
1179 },
1180 "provide": {
1181 "laminas/laminas-cache-storage-implementation": "1.0"
1182 },
1183 "require-dev": {
1184 "laminas/laminas-cache": "^2.10",
1185 "laminas/laminas-cache-storage-adapter-test": "^1.1",
1186 "laminas/laminas-coding-standard": "^2.1",
1187 "laminas/laminas-session": "^2.7.4"
1188 },
1189 "suggest": {
1190 "laminas/laminas-session": "Laminas\\Session component"
1191 },
1192 "type": "library",
1193 "autoload": {
1194 "psr-4": {
1195 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1196 }
1197 },
1198 "notification-url": "https://packagist.org/downloads/",
1199 "license": [
1200 "BSD-3-Clause"
1201 ],
1202 "description": "Laminas cache adapter for session",
1203 "keywords": [
1204 "cache",
1205 "laminas"
1206 ],
1207 "support": {
1208 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-session/",
1209 "forum": "https://discourse.laminas.dev/",
1210 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-session/issues",
1211 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-session/releases.atom",
1212 "source": "https://github.com/laminas/laminas-cache-storage-adapter-session"
1213 },
1214 "funding": [
1215 {
1216 "url": "https://funding.communitybridge.org/projects/laminas-project",
1217 "type": "community_bridge"
1218 }
1219 ],
1220 "time": "2021-05-02T13:52:36+00:00"
1221 },
1222 {
1223 "name": "laminas/laminas-cache-storage-adapter-wincache",
1224 "version": "1.0.1",
1225 "source": {
1226 "type": "git",
1227 "url": "https://github.com/laminas/laminas-cache-storage-adapter-wincache.git",
1228 "reference": "0f54599c5d9aff11b01adadd2742097f923170ba"
1229 },
1230 "dist": {
1231 "type": "zip",
1232 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-wincache/zipball/0f54599c5d9aff11b01adadd2742097f923170ba",
1233 "reference": "0f54599c5d9aff11b01adadd2742097f923170ba",
1234 "shasum": ""
1235 },
1236 "require": {
1237 "php": "^5.6 || ^7.0"
1238 },
1239 "conflict": {
1240 "laminas/laminas-cache": "<2.10"
1241 },
1242 "provide": {
1243 "laminas/laminas-cache-storage-implementation": "1.0"
1244 },
1245 "require-dev": {
1246 "laminas/laminas-cache": "^2.10",
1247 "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1248 "laminas/laminas-coding-standard": "~1.0.0",
1249 "squizlabs/php_codesniffer": "^2.7"
1250 },
1251 "suggest": {
1252 "ext-wincache": "WinCache, to use the WinCache storage adapter"
1253 },
1254 "type": "library",
1255 "autoload": {
1256 "psr-4": {
1257 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1258 }
1259 },
1260 "notification-url": "https://packagist.org/downloads/",
1261 "license": [
1262 "BSD-3-Clause"
1263 ],
1264 "description": "Laminas cache adapter for wincache",
1265 "keywords": [
1266 "cache",
1267 "laminas"
1268 ],
1269 "support": {
1270 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-wincache/",
1271 "forum": "https://discourse.laminas.dev/",
1272 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/issues",
1273 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-wincache/releases.atom",
1274 "source": "https://github.com/laminas/laminas-cache-storage-adapter-wincache"
1275 },
1276 "funding": [
1277 {
1278 "url": "https://funding.communitybridge.org/projects/laminas-project",
1279 "type": "community_bridge"
1280 }
1281 ],
1282 "abandoned": true,
1283 "time": "2020-10-12T16:22:49+00:00"
1284 },
1285 {
1286 "name": "laminas/laminas-cache-storage-adapter-xcache",
1287 "version": "1.0.1",
1288 "source": {
1289 "type": "git",
1290 "url": "https://github.com/laminas/laminas-cache-storage-adapter-xcache.git",
1291 "reference": "24049557aa796ec7527bcc8032ed68346232b219"
1292 },
1293 "dist": {
1294 "type": "zip",
1295 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-xcache/zipball/24049557aa796ec7527bcc8032ed68346232b219",
1296 "reference": "24049557aa796ec7527bcc8032ed68346232b219",
1297 "shasum": ""
1298 },
1299 "require": {
1300 "php": "^5.6 || ^7.0"
1301 },
1302 "conflict": {
1303 "laminas/laminas-cache": "<2.10"
1304 },
1305 "provide": {
1306 "laminas/laminas-cache-storage-implementation": "1.0"
1307 },
1308 "require-dev": {
1309 "laminas/laminas-cache": "^2.10",
1310 "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1311 "laminas/laminas-coding-standard": "~1.0.0",
1312 "laminas/laminas-serializer": "^2.9",
1313 "squizlabs/php_codesniffer": "^2.7"
1314 },
1315 "suggest": {
1316 "ext-xcache": "XCache, to use the XCache storage adapter"
1317 },
1318 "type": "library",
1319 "autoload": {
1320 "psr-4": {
1321 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1322 }
1323 },
1324 "notification-url": "https://packagist.org/downloads/",
1325 "license": [
1326 "BSD-3-Clause"
1327 ],
1328 "description": "Laminas cache adapter for xcache",
1329 "keywords": [
1330 "cache",
1331 "laminas"
1332 ],
1333 "support": {
1334 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-xcache/",
1335 "forum": "https://discourse.laminas.dev/",
1336 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/issues",
1337 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-xcache/releases.atom",
1338 "source": "https://github.com/laminas/laminas-cache-storage-adapter-xcache"
1339 },
1340 "funding": [
1341 {
1342 "url": "https://funding.communitybridge.org/projects/laminas-project",
1343 "type": "community_bridge"
1344 }
1345 ],
1346 "abandoned": true,
1347 "time": "2020-10-12T16:23:46+00:00"
1348 },
1349 {
1350 "name": "laminas/laminas-cache-storage-adapter-zend-server",
1351 "version": "1.0.1",
1352 "source": {
1353 "type": "git",
1354 "url": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server.git",
1355 "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc"
1356 },
1357 "dist": {
1358 "type": "zip",
1359 "url": "https://api.github.com/repos/laminas/laminas-cache-storage-adapter-zend-server/zipball/8d0b0d219a048a92472d89a5e527990f3ea2decc",
1360 "reference": "8d0b0d219a048a92472d89a5e527990f3ea2decc",
1361 "shasum": ""
1362 },
1363 "require": {
1364 "php": "^5.6 || ^7.0"
1365 },
1366 "conflict": {
1367 "laminas/laminas-cache": "<2.10"
1368 },
1369 "provide": {
1370 "laminas/laminas-cache-storage-implementation": "1.0"
1371 },
1372 "require-dev": {
1373 "laminas/laminas-cache": "^2.10",
1374 "laminas/laminas-cache-storage-adapter-test": "^1.0@dev",
1375 "laminas/laminas-coding-standard": "~1.0.0",
1376 "squizlabs/php_codesniffer": "^2.7"
1377 },
1378 "type": "library",
1379 "autoload": {
1380 "psr-4": {
1381 "Laminas\\Cache\\Storage\\Adapter\\": "src/"
1382 }
1383 },
1384 "notification-url": "https://packagist.org/downloads/",
1385 "license": [
1386 "BSD-3-Clause"
1387 ],
1388 "description": "Laminas cache adapter for zend-server",
1389 "keywords": [
1390 "cache",
1391 "laminas"
1392 ],
1393 "support": {
1394 "docs": "https://docs.laminas.dev/laminas-cache-storage-adapter-zend-server/",
1395 "forum": "https://discourse.laminas.dev/",
1396 "issues": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/issues",
1397 "rss": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server/releases.atom",
1398 "source": "https://github.com/laminas/laminas-cache-storage-adapter-zend-server"
1399 },
1400 "funding": [
1401 {
1402 "url": "https://funding.communitybridge.org/projects/laminas-project",
1403 "type": "community_bridge"
1404 }
1405 ],
1406 "time": "2020-10-12T16:24:25+00:00"
1407 },
1408 {
1409 "name": "laminas/laminas-db",
1410 "version": "2.13.4",
1411 "source": {
1412 "type": "git",
1413 "url": "https://github.com/laminas/laminas-db.git",
1414 "reference": "cdabb4bfa669c2c0edb0cb4e014c15b41afd3fb1"
1415 },
1416 "dist": {
1417 "type": "zip",
1418 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/cdabb4bfa669c2c0edb0cb4e014c15b41afd3fb1",
1419 "reference": "cdabb4bfa669c2c0edb0cb4e014c15b41afd3fb1",
1420 "shasum": ""
1421 },
1422 "require": {
1423 "laminas/laminas-stdlib": "^3.6",
1424 "php": "^7.3 || ~8.0.0 || ~8.1.0"
1425 },
1426 "conflict": {
1427 "zendframework/zend-db": "*"
1428 },
1429 "require-dev": {
1430 "laminas/laminas-coding-standard": "~2.2.1",
1431 "laminas/laminas-eventmanager": "^3.4",
1432 "laminas/laminas-hydrator": "^3.2 || ^4.3",
1433 "laminas/laminas-servicemanager": "^3.7",
1434 "phpunit/phpunit": "^9.5.5"
1435 },
1436 "suggest": {
1437 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1438 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1439 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1440 },
1441 "type": "library",
1442 "extra": {
1443 "laminas": {
1444 "component": "Laminas\\Db",
1445 "config-provider": "Laminas\\Db\\ConfigProvider"
1446 }
1447 },
1448 "autoload": {
1449 "psr-4": {
1450 "Laminas\\Db\\": "src/"
1451 }
1452 },
1453 "notification-url": "https://packagist.org/downloads/",
1454 "license": [
1455 "BSD-3-Clause"
1456 ],
1457 "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1458 "homepage": "https://laminas.dev",
1459 "keywords": [
1460 "db",
1461 "laminas"
1462 ],
1463 "support": {
1464 "chat": "https://laminas.dev/chat",
1465 "docs": "https://docs.laminas.dev/laminas-db/",
1466 "forum": "https://discourse.laminas.dev",
1467 "issues": "https://github.com/laminas/laminas-db/issues",
1468 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1469 "source": "https://github.com/laminas/laminas-db"
1470 },
1471 "funding": [
1472 {
1473 "url": "https://funding.communitybridge.org/projects/laminas-project",
1474 "type": "community_bridge"
1475 }
1476 ],
1477 "time": "2021-09-21T18:59:44+00:00"
1478 },
1479 {
1480 "name": "laminas/laminas-eventmanager",
1481 "version": "3.4.0",
1482 "source": {
1483 "type": "git",
1484 "url": "https://github.com/laminas/laminas-eventmanager.git",
1485 "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba"
1486 },
1487 "dist": {
1488 "type": "zip",
1489 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
1490 "reference": "a93fd278c97b2d41ebbce5ba048a24e3e6f580ba",
1491 "shasum": ""
1492 },
1493 "require": {
1494 "php": "^7.3 || ~8.0.0 || ~8.1.0"
1495 },
1496 "conflict": {
1497 "zendframework/zend-eventmanager": "*"
1498 },
1499 "require-dev": {
1500 "container-interop/container-interop": "^1.1",
1501 "laminas/laminas-coding-standard": "~2.2.1",
1502 "laminas/laminas-stdlib": "^3.6",
1503 "phpbench/phpbench": "^1.1",
1504 "phpspec/prophecy-phpunit": "^2.0",
1505 "phpunit/phpunit": "^9.5.5"
1506 },
1507 "suggest": {
1508 "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
1509 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
1510 },
1511 "type": "library",
1512 "autoload": {
1513 "psr-4": {
1514 "Laminas\\EventManager\\": "src/"
1515 }
1516 },
1517 "notification-url": "https://packagist.org/downloads/",
1518 "license": [
1519 "BSD-3-Clause"
1520 ],
1521 "description": "Trigger and listen to events within a PHP application",
1522 "homepage": "https://laminas.dev",
1523 "keywords": [
1524 "event",
1525 "eventmanager",
1526 "events",
1527 "laminas"
1528 ],
1529 "support": {
1530 "chat": "https://laminas.dev/chat",
1531 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1532 "forum": "https://discourse.laminas.dev",
1533 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1534 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1535 "source": "https://github.com/laminas/laminas-eventmanager"
1536 },
1537 "funding": [
1538 {
1539 "url": "https://funding.communitybridge.org/projects/laminas-project",
1540 "type": "community_bridge"
1541 }
1542 ],
1543 "time": "2021-09-07T22:35:32+00:00"
1544 },
1545 {
1546 "name": "laminas/laminas-i18n",
1547 "version": "2.11.3",
1548 "source": {
1549 "type": "git",
1550 "url": "https://github.com/laminas/laminas-i18n.git",
1551 "reference": "563b1b720ee53f2748473656a250d65911fc4462"
1552 },
1553 "dist": {
1554 "type": "zip",
1555 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/563b1b720ee53f2748473656a250d65911fc4462",
1556 "reference": "563b1b720ee53f2748473656a250d65911fc4462",
1557 "shasum": ""
1558 },
1559 "require": {
1560 "ext-intl": "*",
1561 "laminas/laminas-stdlib": "^2.7 || ^3.0",
1562 "laminas/laminas-zendframework-bridge": "^1.0",
1563 "php": "^7.3 || ~8.0.0"
1564 },
1565 "conflict": {
1566 "phpspec/prophecy": "<1.9.0"
1567 },
1568 "replace": {
1569 "zendframework/zend-i18n": "^2.10.1"
1570 },
1571 "require-dev": {
1572 "laminas/laminas-cache": "^2.6.1",
1573 "laminas/laminas-coding-standard": "~1.0.0",
1574 "laminas/laminas-config": "^2.6",
1575 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
1576 "laminas/laminas-filter": "^2.6.1",
1577 "laminas/laminas-servicemanager": "^3.2.1",
1578 "laminas/laminas-validator": "^2.6",
1579 "laminas/laminas-view": "^2.6.3",
1580 "phpunit/phpunit": "^9.3"
1581 },
1582 "suggest": {
1583 "laminas/laminas-cache": "You should install this package to cache the translations",
1584 "laminas/laminas-config": "You should install this package to use the INI translation format",
1585 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
1586 "laminas/laminas-filter": "You should install this package to use the provided filters",
1587 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
1588 "laminas/laminas-servicemanager": "You should install this package to use the translator",
1589 "laminas/laminas-validator": "You should install this package to use the provided validators",
1590 "laminas/laminas-view": "You should install this package to use the provided view helpers"
1591 },
1592 "type": "library",
1593 "extra": {
1594 "laminas": {
1595 "component": "Laminas\\I18n",
1596 "config-provider": "Laminas\\I18n\\ConfigProvider"
1597 }
1598 },
1599 "autoload": {
1600 "psr-4": {
1601 "Laminas\\I18n\\": "src/"
1602 }
1603 },
1604 "notification-url": "https://packagist.org/downloads/",
1605 "license": [
1606 "BSD-3-Clause"
1607 ],
1608 "description": "Provide translations for your application, and filter and validate internationalized values",
1609 "homepage": "https://laminas.dev",
1610 "keywords": [
1611 "i18n",
1612 "laminas"
1613 ],
1614 "support": {
1615 "chat": "https://laminas.dev/chat",
1616 "docs": "https://docs.laminas.dev/laminas-i18n/",
1617 "forum": "https://discourse.laminas.dev",
1618 "issues": "https://github.com/laminas/laminas-i18n/issues",
1619 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
1620 "source": "https://github.com/laminas/laminas-i18n"
1621 },
1622 "funding": [
1623 {
1624 "url": "https://funding.communitybridge.org/projects/laminas-project",
1625 "type": "community_bridge"
1626 }
1627 ],
1628 "time": "2021-10-13T08:07:28+00:00"
1629 },
1630 {
1631 "name": "laminas/laminas-servicemanager",
1632 "version": "3.7.0",
1633 "source": {
1634 "type": "git",
1635 "url": "https://github.com/laminas/laminas-servicemanager.git",
1636 "reference": "2b0aee477fdbd3191af7c302b93dbc5fda0626f4"
1637 },
1638 "dist": {
1639 "type": "zip",
1640 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/2b0aee477fdbd3191af7c302b93dbc5fda0626f4",
1641 "reference": "2b0aee477fdbd3191af7c302b93dbc5fda0626f4",
1642 "shasum": ""
1643 },
1644 "require": {
1645 "container-interop/container-interop": "^1.2",
1646 "laminas/laminas-stdlib": "^3.2.1",
1647 "laminas/laminas-zendframework-bridge": "^1.0",
1648 "php": "^7.3 || ~8.0.0",
1649 "psr/container": "^1.0"
1650 },
1651 "conflict": {
1652 "laminas/laminas-code": "<3.3.1",
1653 "zendframework/zend-code": "<3.3.1"
1654 },
1655 "provide": {
1656 "container-interop/container-interop-implementation": "^1.2",
1657 "psr/container-implementation": "^1.0"
1658 },
1659 "replace": {
1660 "zendframework/zend-servicemanager": "^3.4.0"
1661 },
1662 "require-dev": {
1663 "composer/package-versions-deprecated": "^1.0",
1664 "laminas/laminas-coding-standard": "~2.2.0",
1665 "laminas/laminas-container-config-test": "^0.3",
1666 "laminas/laminas-dependency-plugin": "^2.1.2",
1667 "mikey179/vfsstream": "^1.6.8",
1668 "ocramius/proxy-manager": "^2.2.3",
1669 "phpbench/phpbench": "^1.0.4",
1670 "phpspec/prophecy-phpunit": "^2.0",
1671 "phpunit/phpunit": "^9.4",
1672 "psalm/plugin-phpunit": "^0.16.1",
1673 "vimeo/psalm": "^4.8"
1674 },
1675 "suggest": {
1676 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
1677 },
1678 "bin": [
1679 "bin/generate-deps-for-config-factory",
1680 "bin/generate-factory-for-class"
1681 ],
1682 "type": "library",
1683 "autoload": {
1684 "psr-4": {
1685 "Laminas\\ServiceManager\\": "src/"
1686 }
1687 },
1688 "notification-url": "https://packagist.org/downloads/",
1689 "license": [
1690 "BSD-3-Clause"
1691 ],
1692 "description": "Factory-Driven Dependency Injection Container",
1693 "homepage": "https://laminas.dev",
1694 "keywords": [
1695 "PSR-11",
1696 "dependency-injection",
1697 "di",
1698 "dic",
1699 "laminas",
1700 "service-manager",
1701 "servicemanager"
1702 ],
1703 "support": {
1704 "chat": "https://laminas.dev/chat",
1705 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
1706 "forum": "https://discourse.laminas.dev",
1707 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
1708 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
1709 "source": "https://github.com/laminas/laminas-servicemanager"
1710 },
1711 "funding": [
1712 {
1713 "url": "https://funding.communitybridge.org/projects/laminas-project",
1714 "type": "community_bridge"
1715 }
1716 ],
1717 "time": "2021-07-24T19:33:07+00:00"
1718 },
1719 {
1720 "name": "laminas/laminas-stdlib",
1721 "version": "3.6.0",
1722 "source": {
1723 "type": "git",
1724 "url": "https://github.com/laminas/laminas-stdlib.git",
1725 "reference": "c53d8537f108fac3fae652677a19735db730ba46"
1726 },
1727 "dist": {
1728 "type": "zip",
1729 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/c53d8537f108fac3fae652677a19735db730ba46",
1730 "reference": "c53d8537f108fac3fae652677a19735db730ba46",
1731 "shasum": ""
1732 },
1733 "require": {
1734 "php": "^7.3 || ~8.0.0 || ~8.1.0"
1735 },
1736 "conflict": {
1737 "zendframework/zend-stdlib": "*"
1738 },
1739 "require-dev": {
1740 "laminas/laminas-coding-standard": "~2.3.0",
1741 "phpbench/phpbench": "^0.17.1",
1742 "phpunit/phpunit": "~9.3.7",
1743 "psalm/plugin-phpunit": "^0.16.0",
1744 "vimeo/psalm": "^4.7"
1745 },
1746 "type": "library",
1747 "autoload": {
1748 "psr-4": {
1749 "Laminas\\Stdlib\\": "src/"
1750 }
1751 },
1752 "notification-url": "https://packagist.org/downloads/",
1753 "license": [
1754 "BSD-3-Clause"
1755 ],
1756 "description": "SPL extensions, array utilities, error handlers, and more",
1757 "homepage": "https://laminas.dev",
1758 "keywords": [
1759 "laminas",
1760 "stdlib"
1761 ],
1762 "support": {
1763 "chat": "https://laminas.dev/chat",
1764 "docs": "https://docs.laminas.dev/laminas-stdlib/",
1765 "forum": "https://discourse.laminas.dev",
1766 "issues": "https://github.com/laminas/laminas-stdlib/issues",
1767 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
1768 "source": "https://github.com/laminas/laminas-stdlib"
1769 },
1770 "funding": [
1771 {
1772 "url": "https://funding.communitybridge.org/projects/laminas-project",
1773 "type": "community_bridge"
1774 }
1775 ],
1776 "time": "2021-09-02T16:11:32+00:00"
1777 },
1778 {
1779 "name": "laminas/laminas-zendframework-bridge",
1780 "version": "1.4.0",
1781 "source": {
1782 "type": "git",
1783 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
1784 "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf"
1785 },
1786 "dist": {
1787 "type": "zip",
1788 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
1789 "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf",
1790 "shasum": ""
1791 },
1792 "require": {
1793 "php": "^7.3 || ~8.0.0 || ~8.1.0"
1794 },
1795 "require-dev": {
1796 "phpunit/phpunit": "^9.3",
1797 "psalm/plugin-phpunit": "^0.15.1",
1798 "squizlabs/php_codesniffer": "^3.5",
1799 "vimeo/psalm": "^4.6"
1800 },
1801 "type": "library",
1802 "extra": {
1803 "laminas": {
1804 "module": "Laminas\\ZendFrameworkBridge"
1805 }
1806 },
1807 "autoload": {
1808 "files": [
1809 "src/autoload.php"
1810 ],
1811 "psr-4": {
1812 "Laminas\\ZendFrameworkBridge\\": "src//"
1813 }
1814 },
1815 "notification-url": "https://packagist.org/downloads/",
1816 "license": [
1817 "BSD-3-Clause"
1818 ],
1819 "description": "Alias legacy ZF class names to Laminas Project equivalents.",
1820 "keywords": [
1821 "ZendFramework",
1822 "autoloading",
1823 "laminas",
1824 "zf"
1825 ],
1826 "support": {
1827 "forum": "https://discourse.laminas.dev/",
1828 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
1829 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
1830 "source": "https://github.com/laminas/laminas-zendframework-bridge"
1831 },
1832 "funding": [
1833 {
1834 "url": "https://funding.communitybridge.org/projects/laminas-project",
1835 "type": "community_bridge"
1836 }
1837 ],
1838 "time": "2021-09-03T17:53:30+00:00"
1839 },
1840 {
1841 "name": "league/event",
1842 "version": "2.2.0",
1843 "source": {
1844 "type": "git",
1845 "url": "https://github.com/thephpleague/event.git",
1846 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
1847 },
1848 "dist": {
1849 "type": "zip",
1850 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
1851 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
1852 "shasum": ""
1853 },
1854 "require": {
1855 "php": ">=5.4.0"
1856 },
1857 "require-dev": {
1858 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1859 "phpspec/phpspec": "^2.2"
1860 },
1861 "type": "library",
1862 "extra": {
1863 "branch-alias": {
1864 "dev-master": "2.2-dev"
1865 }
1866 },
1867 "autoload": {
1868 "psr-4": {
1869 "League\\Event\\": "src/"
1870 }
1871 },
1872 "notification-url": "https://packagist.org/downloads/",
1873 "license": [
1874 "MIT"
1875 ],
1876 "authors": [
1877 {
1878 "name": "Frank de Jonge",
1879 "email": "info@frenky.net"
1880 }
1881 ],
1882 "description": "Event package",
1883 "keywords": [
1884 "emitter",
1885 "event",
1886 "listener"
1887 ],
1888 "support": {
1889 "issues": "https://github.com/thephpleague/event/issues",
1890 "source": "https://github.com/thephpleague/event/tree/master"
1891 },
1892 "time": "2018-11-26T11:52:41+00:00"
1893 },
1894 {
1895 "name": "mathmarques/smarty-view",
1896 "version": "1.1.2",
1897 "source": {
1898 "type": "git",
1899 "url": "https://github.com/mathmarques/Smarty-View.git",
1900 "reference": "2ab996e79efcc600cc324b6469c1cdbcd189c9fe"
1901 },
1902 "dist": {
1903 "type": "zip",
1904 "url": "https://api.github.com/repos/mathmarques/Smarty-View/zipball/2ab996e79efcc600cc324b6469c1cdbcd189c9fe",
1905 "reference": "2ab996e79efcc600cc324b6469c1cdbcd189c9fe",
1906 "shasum": ""
1907 },
1908 "require": {
1909 "php": ">=5.5.0",
1910 "slim/slim": "^3.0",
1911 "smarty/smarty": "~3.1"
1912 },
1913 "require-dev": {
1914 "phpunit/phpunit": "^4.8.0"
1915 },
1916 "type": "library",
1917 "autoload": {
1918 "psr-4": {
1919 "Slim\\Views\\": "src"
1920 }
1921 },
1922 "notification-url": "https://packagist.org/downloads/",
1923 "license": [
1924 "MIT"
1925 ],
1926 "authors": [
1927 {
1928 "name": "Matheus Marques",
1929 "email": "matheusocmarques@gmail.com",
1930 "homepage": "http://matheusmarques.com"
1931 }
1932 ],
1933 "description": "Slim Framework 3 view helper built on top of the Smarty templating component",
1934 "keywords": [
1935 "framework",
1936 "slim",
1937 "slim 3",
1938 "smarty",
1939 "template",
1940 "view"
1941 ],
1942 "support": {
1943 "issues": "https://github.com/mathmarques/Smarty-View/issues",
1944 "source": "https://github.com/mathmarques/Smarty-View/tree/1.1.2"
1945 },
1946 "time": "2019-03-31T14:42:41+00:00"
1947 },
1948 {
1949 "name": "monolog/monolog",
1950 "version": "2.3.5",
1951 "source": {
1952 "type": "git",
1953 "url": "https://github.com/Seldaek/monolog.git",
1954 "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
1955 },
1956 "dist": {
1957 "type": "zip",
1958 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
1959 "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
1960 "shasum": ""
1961 },
1962 "require": {
1963 "php": ">=7.2",
1964 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1965 },
1966 "provide": {
1967 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
1968 },
1969 "require-dev": {
1970 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1971 "doctrine/couchdb": "~1.0@dev",
1972 "elasticsearch/elasticsearch": "^7",
1973 "graylog2/gelf-php": "^1.4.2",
1974 "mongodb/mongodb": "^1.8",
1975 "php-amqplib/php-amqplib": "~2.4 || ^3",
1976 "php-console/php-console": "^3.1.3",
1977 "phpspec/prophecy": "^1.6.1",
1978 "phpstan/phpstan": "^0.12.91",
1979 "phpunit/phpunit": "^8.5",
1980 "predis/predis": "^1.1",
1981 "rollbar/rollbar": "^1.3",
1982 "ruflin/elastica": ">=0.90@dev",
1983 "swiftmailer/swiftmailer": "^5.3|^6.0"
1984 },
1985 "suggest": {
1986 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1987 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1988 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1989 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1990 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
1991 "ext-mbstring": "Allow to work properly with unicode symbols",
1992 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1993 "ext-openssl": "Required to send log messages using SSL",
1994 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
1995 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1996 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1997 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1998 "php-console/php-console": "Allow sending log messages to Google Chrome",
1999 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2000 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2001 },
2002 "type": "library",
2003 "extra": {
2004 "branch-alias": {
2005 "dev-main": "2.x-dev"
2006 }
2007 },
2008 "autoload": {
2009 "psr-4": {
2010 "Monolog\\": "src/Monolog"
2011 }
2012 },
2013 "notification-url": "https://packagist.org/downloads/",
2014 "license": [
2015 "MIT"
2016 ],
2017 "authors": [
2018 {
2019 "name": "Jordi Boggiano",
2020 "email": "j.boggiano@seld.be",
2021 "homepage": "https://seld.be"
2022 }
2023 ],
2024 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2025 "homepage": "https://github.com/Seldaek/monolog",
2026 "keywords": [
2027 "log",
2028 "logging",
2029 "psr-3"
2030 ],
2031 "support": {
2032 "issues": "https://github.com/Seldaek/monolog/issues",
2033 "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
2034 },
2035 "funding": [
2036 {
2037 "url": "https://github.com/Seldaek",
2038 "type": "github"
2039 },
2040 {
2041 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2042 "type": "tidelift"
2043 }
2044 ],
2045 "time": "2021-10-01T21:08:31+00:00"
2046 },
2047 {
2048 "name": "nikic/fast-route",
2049 "version": "v1.3.0",
2050 "source": {
2051 "type": "git",
2052 "url": "https://github.com/nikic/FastRoute.git",
2053 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
2054 },
2055 "dist": {
2056 "type": "zip",
2057 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
2058 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
2059 "shasum": ""
2060 },
2061 "require": {
2062 "php": ">=5.4.0"
2063 },
2064 "require-dev": {
2065 "phpunit/phpunit": "^4.8.35|~5.7"
2066 },
2067 "type": "library",
2068 "autoload": {
2069 "psr-4": {
2070 "FastRoute\\": "src/"
2071 },
2072 "files": [
2073 "src/functions.php"
2074 ]
2075 },
2076 "notification-url": "https://packagist.org/downloads/",
2077 "license": [
2078 "BSD-3-Clause"
2079 ],
2080 "authors": [
2081 {
2082 "name": "Nikita Popov",
2083 "email": "nikic@php.net"
2084 }
2085 ],
2086 "description": "Fast request router for PHP",
2087 "keywords": [
2088 "router",
2089 "routing"
2090 ],
2091 "support": {
2092 "issues": "https://github.com/nikic/FastRoute/issues",
2093 "source": "https://github.com/nikic/FastRoute/tree/master"
2094 },
2095 "time": "2018-02-13T20:26:39+00:00"
2096 },
2097 {
2098 "name": "opis/closure",
2099 "version": "3.6.2",
2100 "source": {
2101 "type": "git",
2102 "url": "https://github.com/opis/closure.git",
2103 "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
2104 },
2105 "dist": {
2106 "type": "zip",
2107 "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
2108 "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
2109 "shasum": ""
2110 },
2111 "require": {
2112 "php": "^5.4 || ^7.0 || ^8.0"
2113 },
2114 "require-dev": {
2115 "jeremeamia/superclosure": "^2.0",
2116 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2117 },
2118 "type": "library",
2119 "extra": {
2120 "branch-alias": {
2121 "dev-master": "3.6.x-dev"
2122 }
2123 },
2124 "autoload": {
2125 "psr-4": {
2126 "Opis\\Closure\\": "src/"
2127 },
2128 "files": [
2129 "functions.php"
2130 ]
2131 },
2132 "notification-url": "https://packagist.org/downloads/",
2133 "license": [
2134 "MIT"
2135 ],
2136 "authors": [
2137 {
2138 "name": "Marius Sarca",
2139 "email": "marius.sarca@gmail.com"
2140 },
2141 {
2142 "name": "Sorin Sarca",
2143 "email": "sarca_sorin@hotmail.com"
2144 }
2145 ],
2146 "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
2147 "homepage": "https://opis.io/closure",
2148 "keywords": [
2149 "anonymous functions",
2150 "closure",
2151 "function",
2152 "serializable",
2153 "serialization",
2154 "serialize"
2155 ],
2156 "support": {
2157 "issues": "https://github.com/opis/closure/issues",
2158 "source": "https://github.com/opis/closure/tree/3.6.2"
2159 },
2160 "time": "2021-04-09T13:42:10+00:00"
2161 },
2162 {
2163 "name": "php-di/invoker",
2164 "version": "2.3.2",
2165 "source": {
2166 "type": "git",
2167 "url": "https://github.com/PHP-DI/Invoker.git",
2168 "reference": "5214cbe5aad066022cd845dbf313f0e47aed928f"
2169 },
2170 "dist": {
2171 "type": "zip",
2172 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/5214cbe5aad066022cd845dbf313f0e47aed928f",
2173 "reference": "5214cbe5aad066022cd845dbf313f0e47aed928f",
2174 "shasum": ""
2175 },
2176 "require": {
2177 "php": ">=7.3",
2178 "psr/container": "^1.0|^2.0"
2179 },
2180 "require-dev": {
2181 "athletic/athletic": "~0.1.8",
2182 "mnapoli/hard-mode": "~0.3.0",
2183 "phpunit/phpunit": "^9.0"
2184 },
2185 "type": "library",
2186 "autoload": {
2187 "psr-4": {
2188 "Invoker\\": "src/"
2189 }
2190 },
2191 "notification-url": "https://packagist.org/downloads/",
2192 "license": [
2193 "MIT"
2194 ],
2195 "description": "Generic and extensible callable invoker",
2196 "homepage": "https://github.com/PHP-DI/Invoker",
2197 "keywords": [
2198 "callable",
2199 "dependency",
2200 "dependency-injection",
2201 "injection",
2202 "invoke",
2203 "invoker"
2204 ],
2205 "support": {
2206 "issues": "https://github.com/PHP-DI/Invoker/issues",
2207 "source": "https://github.com/PHP-DI/Invoker/tree/2.3.2"
2208 },
2209 "funding": [
2210 {
2211 "url": "https://github.com/mnapoli",
2212 "type": "github"
2213 }
2214 ],
2215 "time": "2021-07-30T15:05:32+00:00"
2216 },
2217 {
2218 "name": "php-di/php-di",
2219 "version": "6.3.5",
2220 "source": {
2221 "type": "git",
2222 "url": "https://github.com/PHP-DI/PHP-DI.git",
2223 "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588"
2224 },
2225 "dist": {
2226 "type": "zip",
2227 "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/b8126d066ce144765300ee0ab040c1ed6c9ef588",
2228 "reference": "b8126d066ce144765300ee0ab040c1ed6c9ef588",
2229 "shasum": ""
2230 },
2231 "require": {
2232 "opis/closure": "^3.5.5",
2233 "php": ">=7.2.0",
2234 "php-di/invoker": "^2.0",
2235 "php-di/phpdoc-reader": "^2.0.1",
2236 "psr/container": "^1.0"
2237 },
2238 "provide": {
2239 "psr/container-implementation": "^1.0"
2240 },
2241 "require-dev": {
2242 "doctrine/annotations": "~1.2",
2243 "friendsofphp/php-cs-fixer": "^2.4",
2244 "mnapoli/phpunit-easymock": "^1.2",
2245 "ocramius/proxy-manager": "^2.0.2",
2246 "phpstan/phpstan": "^0.12",
2247 "phpunit/phpunit": "^8.5|^9.0"
2248 },
2249 "suggest": {
2250 "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
2251 "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
2252 },
2253 "type": "library",
2254 "autoload": {
2255 "psr-4": {
2256 "DI\\": "src/"
2257 },
2258 "files": [
2259 "src/functions.php"
2260 ]
2261 },
2262 "notification-url": "https://packagist.org/downloads/",
2263 "license": [
2264 "MIT"
2265 ],
2266 "description": "The dependency injection container for humans",
2267 "homepage": "https://php-di.org/",
2268 "keywords": [
2269 "PSR-11",
2270 "container",
2271 "container-interop",
2272 "dependency injection",
2273 "di",
2274 "ioc",
2275 "psr11"
2276 ],
2277 "support": {
2278 "issues": "https://github.com/PHP-DI/PHP-DI/issues",
2279 "source": "https://github.com/PHP-DI/PHP-DI/tree/6.3.5"
2280 },
2281 "funding": [
2282 {
2283 "url": "https://github.com/mnapoli",
2284 "type": "github"
2285 },
2286 {
2287 "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
2288 "type": "tidelift"
2289 }
2290 ],
2291 "time": "2021-09-02T09:49:58+00:00"
2292 },
2293 {
2294 "name": "php-di/phpdoc-reader",
2295 "version": "2.2.1",
2296 "source": {
2297 "type": "git",
2298 "url": "https://github.com/PHP-DI/PhpDocReader.git",
2299 "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
2300 },
2301 "dist": {
2302 "type": "zip",
2303 "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/66daff34cbd2627740ffec9469ffbac9f8c8185c",
2304 "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
2305 "shasum": ""
2306 },
2307 "require": {
2308 "php": ">=7.2.0"
2309 },
2310 "require-dev": {
2311 "mnapoli/hard-mode": "~0.3.0",
2312 "phpunit/phpunit": "^8.5|^9.0"
2313 },
2314 "type": "library",
2315 "autoload": {
2316 "psr-4": {
2317 "PhpDocReader\\": "src/PhpDocReader"
2318 }
2319 },
2320 "notification-url": "https://packagist.org/downloads/",
2321 "license": [
2322 "MIT"
2323 ],
2324 "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
2325 "keywords": [
2326 "phpdoc",
2327 "reflection"
2328 ],
2329 "support": {
2330 "issues": "https://github.com/PHP-DI/PhpDocReader/issues",
2331 "source": "https://github.com/PHP-DI/PhpDocReader/tree/2.2.1"
2332 },
2333 "time": "2020-10-12T12:39:22+00:00"
2334 },
2335 {
2336 "name": "php-di/slim-bridge",
2337 "version": "2.0.0",
2338 "source": {
2339 "type": "git",
2340 "url": "https://github.com/PHP-DI/Slim-Bridge.git",
2341 "reference": "df3c116bedb325c88c01991605380b0fd77b97ed"
2342 },
2343 "dist": {
2344 "type": "zip",
2345 "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/df3c116bedb325c88c01991605380b0fd77b97ed",
2346 "reference": "df3c116bedb325c88c01991605380b0fd77b97ed",
2347 "shasum": ""
2348 },
2349 "require": {
2350 "php": "~7.0",
2351 "php-di/invoker": "^2.0.0",
2352 "php-di/php-di": "^6.0.0",
2353 "slim/slim": "^3.9.0"
2354 },
2355 "require-dev": {
2356 "phpunit/phpunit": "~6.0"
2357 },
2358 "type": "library",
2359 "autoload": {
2360 "psr-4": {
2361 "DI\\Bridge\\Slim\\": "src/"
2362 }
2363 },
2364 "notification-url": "https://packagist.org/downloads/",
2365 "license": [
2366 "MIT"
2367 ],
2368 "description": "PHP-DI integration in Slim",
2369 "support": {
2370 "issues": "https://github.com/PHP-DI/Slim-Bridge/issues",
2371 "source": "https://github.com/PHP-DI/Slim-Bridge/tree/master"
2372 },
2373 "time": "2018-02-24T10:54:47+00:00"
2374 },
2375 {
2376 "name": "phpmailer/phpmailer",
2377 "version": "v6.5.1",
2378 "source": {
2379 "type": "git",
2380 "url": "https://github.com/PHPMailer/PHPMailer.git",
2381 "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355"
2382 },
2383 "dist": {
2384 "type": "zip",
2385 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355",
2386 "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355",
2387 "shasum": ""
2388 },
2389 "require": {
2390 "ext-ctype": "*",
2391 "ext-filter": "*",
2392 "ext-hash": "*",
2393 "php": ">=5.5.0"
2394 },
2395 "require-dev": {
2396 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2397 "doctrine/annotations": "^1.2",
2398 "php-parallel-lint/php-console-highlighter": "^0.5.0",
2399 "php-parallel-lint/php-parallel-lint": "^1.3",
2400 "phpcompatibility/php-compatibility": "^9.3.5",
2401 "roave/security-advisories": "dev-latest",
2402 "squizlabs/php_codesniffer": "^3.6.0",
2403 "yoast/phpunit-polyfills": "^1.0.0"
2404 },
2405 "suggest": {
2406 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
2407 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
2408 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
2409 "psr/log": "For optional PSR-3 debug logging",
2410 "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
2411 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
2412 },
2413 "type": "library",
2414 "autoload": {
2415 "psr-4": {
2416 "PHPMailer\\PHPMailer\\": "src/"
2417 }
2418 },
2419 "notification-url": "https://packagist.org/downloads/",
2420 "license": [
2421 "LGPL-2.1-only"
2422 ],
2423 "authors": [
2424 {
2425 "name": "Marcus Bointon",
2426 "email": "phpmailer@synchromedia.co.uk"
2427 },
2428 {
2429 "name": "Jim Jagielski",
2430 "email": "jimjag@gmail.com"
2431 },
2432 {
2433 "name": "Andy Prevost",
2434 "email": "codeworxtech@users.sourceforge.net"
2435 },
2436 {
2437 "name": "Brent R. Matzelle"
2438 }
2439 ],
2440 "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
2441 "support": {
2442 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
2443 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1"
2444 },
2445 "funding": [
2446 {
2447 "url": "https://github.com/Synchro",
2448 "type": "github"
2449 }
2450 ],
2451 "time": "2021-08-18T09:14:16+00:00"
2452 },
2453 {
2454 "name": "pimple/pimple",
2455 "version": "v3.5.0",
2456 "source": {
2457 "type": "git",
2458 "url": "https://github.com/silexphp/Pimple.git",
2459 "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
2460 },
2461 "dist": {
2462 "type": "zip",
2463 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
2464 "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
2465 "shasum": ""
2466 },
2467 "require": {
2468 "php": ">=7.2.5",
2469 "psr/container": "^1.1 || ^2.0"
2470 },
2471 "require-dev": {
2472 "symfony/phpunit-bridge": "^5.4@dev"
2473 },
2474 "type": "library",
2475 "extra": {
2476 "branch-alias": {
2477 "dev-master": "3.4.x-dev"
2478 }
2479 },
2480 "autoload": {
2481 "psr-0": {
2482 "Pimple": "src/"
2483 }
2484 },
2485 "notification-url": "https://packagist.org/downloads/",
2486 "license": [
2487 "MIT"
2488 ],
2489 "authors": [
2490 {
2491 "name": "Fabien Potencier",
2492 "email": "fabien@symfony.com"
2493 }
2494 ],
2495 "description": "Pimple, a simple Dependency Injection Container",
2496 "homepage": "https://pimple.symfony.com",
2497 "keywords": [
2498 "container",
2499 "dependency injection"
2500 ],
2501 "support": {
2502 "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
2503 },
2504 "time": "2021-10-28T11:13:42+00:00"
2505 },
2506 {
2507 "name": "psr/cache",
2508 "version": "1.0.1",
2509 "source": {
2510 "type": "git",
2511 "url": "https://github.com/php-fig/cache.git",
2512 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2513 },
2514 "dist": {
2515 "type": "zip",
2516 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
2517 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2518 "shasum": ""
2519 },
2520 "require": {
2521 "php": ">=5.3.0"
2522 },
2523 "type": "library",
2524 "extra": {
2525 "branch-alias": {
2526 "dev-master": "1.0.x-dev"
2527 }
2528 },
2529 "autoload": {
2530 "psr-4": {
2531 "Psr\\Cache\\": "src/"
2532 }
2533 },
2534 "notification-url": "https://packagist.org/downloads/",
2535 "license": [
2536 "MIT"
2537 ],
2538 "authors": [
2539 {
2540 "name": "PHP-FIG",
2541 "homepage": "http://www.php-fig.org/"
2542 }
2543 ],
2544 "description": "Common interface for caching libraries",
2545 "keywords": [
2546 "cache",
2547 "psr",
2548 "psr-6"
2549 ],
2550 "support": {
2551 "source": "https://github.com/php-fig/cache/tree/master"
2552 },
2553 "time": "2016-08-06T20:24:11+00:00"
2554 },
2555 {
2556 "name": "psr/container",
2557 "version": "1.1.1",
2558 "source": {
2559 "type": "git",
2560 "url": "https://github.com/php-fig/container.git",
2561 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
2562 },
2563 "dist": {
2564 "type": "zip",
2565 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
2566 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
2567 "shasum": ""
2568 },
2569 "require": {
2570 "php": ">=7.2.0"
2571 },
2572 "type": "library",
2573 "autoload": {
2574 "psr-4": {
2575 "Psr\\Container\\": "src/"
2576 }
2577 },
2578 "notification-url": "https://packagist.org/downloads/",
2579 "license": [
2580 "MIT"
2581 ],
2582 "authors": [
2583 {
2584 "name": "PHP-FIG",
2585 "homepage": "https://www.php-fig.org/"
2586 }
2587 ],
2588 "description": "Common Container Interface (PHP FIG PSR-11)",
2589 "homepage": "https://github.com/php-fig/container",
2590 "keywords": [
2591 "PSR-11",
2592 "container",
2593 "container-interface",
2594 "container-interop",
2595 "psr"
2596 ],
2597 "support": {
2598 "issues": "https://github.com/php-fig/container/issues",
2599 "source": "https://github.com/php-fig/container/tree/1.1.1"
2600 },
2601 "time": "2021-03-05T17:36:06+00:00"
2602 },
2603 {
2604 "name": "psr/http-message",
2605 "version": "1.0.1",
2606 "source": {
2607 "type": "git",
2608 "url": "https://github.com/php-fig/http-message.git",
2609 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2610 },
2611 "dist": {
2612 "type": "zip",
2613 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2614 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2615 "shasum": ""
2616 },
2617 "require": {
2618 "php": ">=5.3.0"
2619 },
2620 "type": "library",
2621 "extra": {
2622 "branch-alias": {
2623 "dev-master": "1.0.x-dev"
2624 }
2625 },
2626 "autoload": {
2627 "psr-4": {
2628 "Psr\\Http\\Message\\": "src/"
2629 }
2630 },
2631 "notification-url": "https://packagist.org/downloads/",
2632 "license": [
2633 "MIT"
2634 ],
2635 "authors": [
2636 {
2637 "name": "PHP-FIG",
2638 "homepage": "http://www.php-fig.org/"
2639 }
2640 ],
2641 "description": "Common interface for HTTP messages",
2642 "homepage": "https://github.com/php-fig/http-message",
2643 "keywords": [
2644 "http",
2645 "http-message",
2646 "psr",
2647 "psr-7",
2648 "request",
2649 "response"
2650 ],
2651 "support": {
2652 "source": "https://github.com/php-fig/http-message/tree/master"
2653 },
2654 "time": "2016-08-06T14:39:51+00:00"
2655 },
2656 {
2657 "name": "psr/log",
2658 "version": "1.1.4",
2659 "source": {
2660 "type": "git",
2661 "url": "https://github.com/php-fig/log.git",
2662 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2663 },
2664 "dist": {
2665 "type": "zip",
2666 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
2667 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2668 "shasum": ""
2669 },
2670 "require": {
2671 "php": ">=5.3.0"
2672 },
2673 "type": "library",
2674 "extra": {
2675 "branch-alias": {
2676 "dev-master": "1.1.x-dev"
2677 }
2678 },
2679 "autoload": {
2680 "psr-4": {
2681 "Psr\\Log\\": "Psr/Log/"
2682 }
2683 },
2684 "notification-url": "https://packagist.org/downloads/",
2685 "license": [
2686 "MIT"
2687 ],
2688 "authors": [
2689 {
2690 "name": "PHP-FIG",
2691 "homepage": "https://www.php-fig.org/"
2692 }
2693 ],
2694 "description": "Common interface for logging libraries",
2695 "homepage": "https://github.com/php-fig/log",
2696 "keywords": [
2697 "log",
2698 "psr",
2699 "psr-3"
2700 ],
2701 "support": {
2702 "source": "https://github.com/php-fig/log/tree/1.1.4"
2703 },
2704 "time": "2021-05-03T11:20:27+00:00"
2705 },
2706 {
2707 "name": "psr/simple-cache",
2708 "version": "1.0.1",
2709 "source": {
2710 "type": "git",
2711 "url": "https://github.com/php-fig/simple-cache.git",
2712 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2713 },
2714 "dist": {
2715 "type": "zip",
2716 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2717 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2718 "shasum": ""
2719 },
2720 "require": {
2721 "php": ">=5.3.0"
2722 },
2723 "type": "library",
2724 "extra": {
2725 "branch-alias": {
2726 "dev-master": "1.0.x-dev"
2727 }
2728 },
2729 "autoload": {
2730 "psr-4": {
2731 "Psr\\SimpleCache\\": "src/"
2732 }
2733 },
2734 "notification-url": "https://packagist.org/downloads/",
2735 "license": [
2736 "MIT"
2737 ],
2738 "authors": [
2739 {
2740 "name": "PHP-FIG",
2741 "homepage": "http://www.php-fig.org/"
2742 }
2743 ],
2744 "description": "Common interfaces for simple caching",
2745 "keywords": [
2746 "cache",
2747 "caching",
2748 "psr",
2749 "psr-16",
2750 "simple-cache"
2751 ],
2752 "support": {
2753 "source": "https://github.com/php-fig/simple-cache/tree/master"
2754 },
2755 "time": "2017-10-23T01:57:42+00:00"
2756 },
2757 {
2758 "name": "slim/flash",
2759 "version": "0.4.0",
2760 "source": {
2761 "type": "git",
2762 "url": "https://github.com/slimphp/Slim-Flash.git",
2763 "reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc"
2764 },
2765 "dist": {
2766 "type": "zip",
2767 "url": "https://api.github.com/repos/slimphp/Slim-Flash/zipball/9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
2768 "reference": "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc",
2769 "shasum": ""
2770 },
2771 "require": {
2772 "php": ">=5.5.0"
2773 },
2774 "require-dev": {
2775 "phpunit/phpunit": "^4.0"
2776 },
2777 "type": "library",
2778 "autoload": {
2779 "psr-4": {
2780 "Slim\\Flash\\": "src"
2781 }
2782 },
2783 "notification-url": "https://packagist.org/downloads/",
2784 "license": [
2785 "MIT"
2786 ],
2787 "authors": [
2788 {
2789 "name": "Josh Lockhart",
2790 "email": "hello@joshlockhart.com",
2791 "homepage": "http://joshlockhart.com"
2792 }
2793 ],
2794 "description": "Slim Framework Flash message service provider",
2795 "homepage": "http://slimframework.com",
2796 "keywords": [
2797 "flash",
2798 "framework",
2799 "message",
2800 "provider",
2801 "slim"
2802 ],
2803 "support": {
2804 "issues": "https://github.com/slimphp/Slim-Flash/issues",
2805 "source": "https://github.com/slimphp/Slim-Flash/tree/master"
2806 },
2807 "time": "2017-10-22T10:35:05+00:00"
2808 },
2809 {
2810 "name": "slim/slim",
2811 "version": "3.12.3",
2812 "source": {
2813 "type": "git",
2814 "url": "https://github.com/slimphp/Slim.git",
2815 "reference": "1c9318a84ffb890900901136d620b4f03a59da38"
2816 },
2817 "dist": {
2818 "type": "zip",
2819 "url": "https://api.github.com/repos/slimphp/Slim/zipball/1c9318a84ffb890900901136d620b4f03a59da38",
2820 "reference": "1c9318a84ffb890900901136d620b4f03a59da38",
2821 "shasum": ""
2822 },
2823 "require": {
2824 "ext-json": "*",
2825 "ext-libxml": "*",
2826 "ext-simplexml": "*",
2827 "nikic/fast-route": "^1.0",
2828 "php": ">=5.5.0",
2829 "pimple/pimple": "^3.0",
2830 "psr/container": "^1.0",
2831 "psr/http-message": "^1.0"
2832 },
2833 "provide": {
2834 "psr/http-message-implementation": "1.0"
2835 },
2836 "require-dev": {
2837 "phpunit/phpunit": "^4.0",
2838 "squizlabs/php_codesniffer": "^2.5"
2839 },
2840 "type": "library",
2841 "autoload": {
2842 "psr-4": {
2843 "Slim\\": "Slim"
2844 }
2845 },
2846 "notification-url": "https://packagist.org/downloads/",
2847 "license": [
2848 "MIT"
2849 ],
2850 "authors": [
2851 {
2852 "name": "Josh Lockhart",
2853 "email": "hello@joshlockhart.com",
2854 "homepage": "https://joshlockhart.com"
2855 },
2856 {
2857 "name": "Andrew Smith",
2858 "email": "a.smith@silentworks.co.uk",
2859 "homepage": "http://silentworks.co.uk"
2860 },
2861 {
2862 "name": "Rob Allen",
2863 "email": "rob@akrabat.com",
2864 "homepage": "http://akrabat.com"
2865 },
2866 {
2867 "name": "Gabriel Manricks",
2868 "email": "gmanricks@me.com",
2869 "homepage": "http://gabrielmanricks.com"
2870 }
2871 ],
2872 "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
2873 "homepage": "https://slimframework.com",
2874 "keywords": [
2875 "api",
2876 "framework",
2877 "micro",
2878 "router"
2879 ],
2880 "support": {
2881 "issues": "https://github.com/slimphp/Slim/issues",
2882 "source": "https://github.com/slimphp/Slim/tree/3.x"
2883 },
2884 "time": "2019-11-28T17:40:33+00:00"
2885 },
2886 {
2887 "name": "smarty/smarty",
2888 "version": "v3.1.40",
2889 "source": {
2890 "type": "git",
2891 "url": "https://github.com/smarty-php/smarty.git",
2892 "reference": "9d4f8309ed49702e0d7152f9983c3a9c4b98eb9d"
2893 },
2894 "dist": {
2895 "type": "zip",
2896 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/9d4f8309ed49702e0d7152f9983c3a9c4b98eb9d",
2897 "reference": "9d4f8309ed49702e0d7152f9983c3a9c4b98eb9d",
2898 "shasum": ""
2899 },
2900 "require": {
2901 "php": ">=5.2"
2902 },
2903 "require-dev": {
2904 "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8",
2905 "smarty/smarty-lexer": "^3.1"
2906 },
2907 "type": "library",
2908 "extra": {
2909 "branch-alias": {
2910 "dev-master": "3.1.x-dev"
2911 }
2912 },
2913 "autoload": {
2914 "classmap": [
2915 "libs/"
2916 ]
2917 },
2918 "notification-url": "https://packagist.org/downloads/",
2919 "license": [
2920 "LGPL-3.0"
2921 ],
2922 "authors": [
2923 {
2924 "name": "Monte Ohrt",
2925 "email": "monte@ohrt.com"
2926 },
2927 {
2928 "name": "Uwe Tews",
2929 "email": "uwe.tews@googlemail.com"
2930 },
2931 {
2932 "name": "Rodney Rehm",
2933 "email": "rodney.rehm@medialize.de"
2934 }
2935 ],
2936 "description": "Smarty - the compiling PHP template engine",
2937 "homepage": "http://www.smarty.net",
2938 "keywords": [
2939 "templating"
2940 ],
2941 "support": {
2942 "forum": "http://www.smarty.net/forums/",
2943 "irc": "irc://irc.freenode.org/smarty",
2944 "issues": "https://github.com/smarty-php/smarty/issues",
2945 "source": "https://github.com/smarty-php/smarty/tree/v3.1.40"
2946 },
2947 "time": "2021-10-13T10:04:31+00:00"
2948 },
2949 {
2950 "name": "soundasleep/html2text",
2951 "version": "1.1.0",
2952 "source": {
2953 "type": "git",
2954 "url": "https://github.com/soundasleep/html2text.git",
2955 "reference": "3243a7107878a61685d2eccf99918d6479e039fc"
2956 },
2957 "dist": {
2958 "type": "zip",
2959 "url": "https://api.github.com/repos/soundasleep/html2text/zipball/3243a7107878a61685d2eccf99918d6479e039fc",
2960 "reference": "3243a7107878a61685d2eccf99918d6479e039fc",
2961 "shasum": ""
2962 },
2963 "require": {
2964 "ext-dom": "*",
2965 "ext-libxml": "*",
2966 "php": ">=7.0"
2967 },
2968 "require-dev": {
2969 "phpunit/phpunit": "~7.0",
2970 "soundasleep/component-tests": "~0.2"
2971 },
2972 "type": "library",
2973 "autoload": {
2974 "psr-4": {
2975 "Soundasleep\\": "src"
2976 }
2977 },
2978 "notification-url": "https://packagist.org/downloads/",
2979 "license": [
2980 "MIT"
2981 ],
2982 "authors": [
2983 {
2984 "name": "Jevon Wright",
2985 "homepage": "https://jevon.org",
2986 "role": "Developer"
2987 }
2988 ],
2989 "description": "A PHP script to convert HTML into a plain text format",
2990 "homepage": "https://github.com/soundasleep/html2text",
2991 "keywords": [
2992 "email",
2993 "html",
2994 "php",
2995 "text"
2996 ],
2997 "support": {
2998 "email": "support@jevon.org",
2999 "issues": "https://github.com/soundasleep/html2text/issues",
3000 "source": "https://github.com/soundasleep/html2text/tree/master"
3001 },
3002 "time": "2019-02-15T01:44:54+00:00"
3003 },
3004 {
3005 "name": "tecnickcom/tcpdf",
3006 "version": "6.4.2",
3007 "source": {
3008 "type": "git",
3009 "url": "https://github.com/tecnickcom/TCPDF.git",
3010 "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76"
3011 },
3012 "dist": {
3013 "type": "zip",
3014 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
3015 "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76",
3016 "shasum": ""
3017 },
3018 "require": {
3019 "php": ">=5.3.0"
3020 },
3021 "type": "library",
3022 "autoload": {
3023 "classmap": [
3024 "config",
3025 "include",
3026 "tcpdf.php",
3027 "tcpdf_parser.php",
3028 "tcpdf_import.php",
3029 "tcpdf_barcodes_1d.php",
3030 "tcpdf_barcodes_2d.php",
3031 "include/tcpdf_colors.php",
3032 "include/tcpdf_filters.php",
3033 "include/tcpdf_font_data.php",
3034 "include/tcpdf_fonts.php",
3035 "include/tcpdf_images.php",
3036 "include/tcpdf_static.php",
3037 "include/barcodes/datamatrix.php",
3038 "include/barcodes/pdf417.php",
3039 "include/barcodes/qrcode.php"
3040 ]
3041 },
3042 "notification-url": "https://packagist.org/downloads/",
3043 "license": [
3044 "LGPL-3.0-only"
3045 ],
3046 "authors": [
3047 {
3048 "name": "Nicola Asuni",
3049 "email": "info@tecnick.com",
3050 "role": "lead"
3051 }
3052 ],
3053 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
3054 "homepage": "http://www.tcpdf.org/",
3055 "keywords": [
3056 "PDFD32000-2008",
3057 "TCPDF",
3058 "barcodes",
3059 "datamatrix",
3060 "pdf",
3061 "pdf417",
3062 "qrcode"
3063 ],
3064 "support": {
3065 "issues": "https://github.com/tecnickcom/TCPDF/issues",
3066 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.2"
3067 },
3068 "funding": [
3069 {
3070 "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
3071 "type": "custom"
3072 }
3073 ],
3074 "time": "2021-07-20T14:43:20+00:00"
3075 }
3076 ],
3077 "packages-dev": [
3078 {
3079 "name": "atoum/atoum",
3080 "version": "dev-master",
3081 "source": {
3082 "type": "git",
3083 "url": "https://github.com/atoum/atoum.git",
3084 "reference": "0fe4495643f6a529f9e304ea6933d29733253489"
3085 },
3086 "dist": {
3087 "type": "zip",
3088 "url": "https://api.github.com/repos/atoum/atoum/zipball/0fe4495643f6a529f9e304ea6933d29733253489",
3089 "reference": "0fe4495643f6a529f9e304ea6933d29733253489",
3090 "shasum": ""
3091 },
3092 "require": {
3093 "ext-hash": "*",
3094 "ext-json": "*",
3095 "ext-tokenizer": "*",
3096 "ext-xml": "*",
3097 "php": "^7.2 || ^8.0"
3098 },
3099 "replace": {
3100 "mageekguy/atoum": "*"
3101 },
3102 "require-dev": {
3103 "friendsofphp/php-cs-fixer": "^3.2"
3104 },
3105 "suggest": {
3106 "atoum/stubs": "Provides IDE support (like autocompletion) for atoum",
3107 "ext-mbstring": "Provides support for UTF-8 strings",
3108 "ext-xdebug": "Provides code coverage report (>= 2.3)"
3109 },
3110 "default-branch": true,
3111 "bin": [
3112 "bin/atoum"
3113 ],
3114 "type": "library",
3115 "extra": {
3116 "branch-alias": {
3117 "dev-master": "4.x-dev"
3118 }
3119 },
3120 "autoload": {
3121 "classmap": [
3122 "classes/"
3123 ]
3124 },
3125 "notification-url": "https://packagist.org/downloads/",
3126 "license": [
3127 "BSD-3-Clause"
3128 ],
3129 "authors": [
3130 {
3131 "name": "Frédéric Hardy",
3132 "email": "frederic.hardy@atoum.org",
3133 "homepage": "http://blog.mageekbox.net"
3134 },
3135 {
3136 "name": "François Dussert",
3137 "email": "francois.dussert@atoum.org"
3138 },
3139 {
3140 "name": "Gérald Croes",
3141 "email": "gerald.croes@atoum.org"
3142 },
3143 {
3144 "name": "Julien Bianchi",
3145 "email": "julien.bianchi@atoum.org"
3146 },
3147 {
3148 "name": "Ludovic Fleury",
3149 "email": "ludovic.fleury@atoum.org"
3150 }
3151 ],
3152 "description": "Simple modern and intuitive unit testing framework for PHP 5.3+",
3153 "homepage": "http://www.atoum.org",
3154 "keywords": [
3155 "TDD",
3156 "atoum",
3157 "test",
3158 "unit testing"
3159 ],
3160 "support": {
3161 "issues": "https://github.com/atoum/atoum/issues",
3162 "source": "https://github.com/atoum/atoum/tree/4.0.3"
3163 },
3164 "time": "2021-10-22T08:10:33+00:00"
3165 },
3166 {
3167 "name": "galette/smarty-xgettext",
3168 "version": "1.2.1",
3169 "source": {
3170 "type": "git",
3171 "url": "https://github.com/galette/smarty-xgettext.git",
3172 "reference": "623df2499945bc21b693d017973b048f2ef1a597"
3173 },
3174 "dist": {
3175 "type": "zip",
3176 "url": "https://api.github.com/repos/galette/smarty-xgettext/zipball/623df2499945bc21b693d017973b048f2ef1a597",
3177 "reference": "623df2499945bc21b693d017973b048f2ef1a597",
3178 "shasum": ""
3179 },
3180 "require": {
3181 "geekwright/po": "^2.0",
3182 "php": "^7.3 || ^8",
3183 "smarty/smarty": "^3.1",
3184 "symfony/console": "^5.1",
3185 "symfony/finder": "^5.1"
3186 },
3187 "require-dev": {
3188 "phpunit/phpunit": "^8 || ^9",
3189 "squizlabs/php_codesniffer": "^3.5",
3190 "symfony/var-dumper": "^3.3"
3191 },
3192 "bin": [
3193 "bin/smarty-xgettext"
3194 ],
3195 "type": "library",
3196 "autoload": {
3197 "psr-4": {
3198 "SmartyGettext\\": "src"
3199 }
3200 },
3201 "notification-url": "https://packagist.org/downloads/",
3202 "license": [
3203 "BSD-3-Clause"
3204 ],
3205 "authors": [
3206 {
3207 "name": "Elan Ruusamäe",
3208 "email": "glen@pld-linux.org"
3209 },
3210 {
3211 "name": "Johan Cwiklinski",
3212 "email": "trasher@x-tnd.be"
3213 }
3214 ],
3215 "description": "Smarty xgettext features",
3216 "homepage": "https://github.com/galette/smarty-xgettext",
3217 "support": {
3218 "issues": "https://github.com/galette/smarty-xgettext/issues",
3219 "source": "https://github.com/galette/smarty-xgettext/tree/1.2.1"
3220 },
3221 "funding": [
3222 {
3223 "url": "https://paypal.me/pools/c/8u4dEPpM0q",
3224 "type": "custom"
3225 }
3226 ],
3227 "time": "2020-12-19T22:14:28+00:00"
3228 },
3229 {
3230 "name": "geekwright/po",
3231 "version": "v2.0.2",
3232 "source": {
3233 "type": "git",
3234 "url": "https://github.com/geekwright/Po.git",
3235 "reference": "f9222a901d38f2101d22f767099926d945c78db5"
3236 },
3237 "dist": {
3238 "type": "zip",
3239 "url": "https://api.github.com/repos/geekwright/Po/zipball/f9222a901d38f2101d22f767099926d945c78db5",
3240 "reference": "f9222a901d38f2101d22f767099926d945c78db5",
3241 "shasum": ""
3242 },
3243 "require": {
3244 "php": ">7.1"
3245 },
3246 "require-dev": {
3247 "phpunit/phpunit": "^7.0|^8.0",
3248 "smarty/smarty": "^3.1"
3249 },
3250 "type": "library",
3251 "autoload": {
3252 "psr-4": {
3253 "Geekwright\\Po\\": "src/"
3254 }
3255 },
3256 "notification-url": "https://packagist.org/downloads/",
3257 "license": [
3258 "GPL-2.0-or-later"
3259 ],
3260 "authors": [
3261 {
3262 "name": "Richard Griffith",
3263 "email": "richard@geekwright.com"
3264 }
3265 ],
3266 "description": "Objects to assist in reading, manipulating and creating GNU gettext style PO files",
3267 "homepage": "https://github.com/geekwright/Po",
3268 "keywords": [
3269 "gettext",
3270 "i18n",
3271 "l10n",
3272 "po",
3273 "pot"
3274 ],
3275 "support": {
3276 "issues": "https://github.com/geekwright/Po/issues",
3277 "source": "https://github.com/geekwright/Po/tree/v2.0.2"
3278 },
3279 "time": "2020-12-30T23:34:48+00:00"
3280 },
3281 {
3282 "name": "squizlabs/php_codesniffer",
3283 "version": "3.6.1",
3284 "source": {
3285 "type": "git",
3286 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3287 "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e"
3288 },
3289 "dist": {
3290 "type": "zip",
3291 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/f268ca40d54617c6e06757f83f699775c9b3ff2e",
3292 "reference": "f268ca40d54617c6e06757f83f699775c9b3ff2e",
3293 "shasum": ""
3294 },
3295 "require": {
3296 "ext-simplexml": "*",
3297 "ext-tokenizer": "*",
3298 "ext-xmlwriter": "*",
3299 "php": ">=5.4.0"
3300 },
3301 "require-dev": {
3302 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3303 },
3304 "bin": [
3305 "bin/phpcs",
3306 "bin/phpcbf"
3307 ],
3308 "type": "library",
3309 "extra": {
3310 "branch-alias": {
3311 "dev-master": "3.x-dev"
3312 }
3313 },
3314 "notification-url": "https://packagist.org/downloads/",
3315 "license": [
3316 "BSD-3-Clause"
3317 ],
3318 "authors": [
3319 {
3320 "name": "Greg Sherwood",
3321 "role": "lead"
3322 }
3323 ],
3324 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3325 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
3326 "keywords": [
3327 "phpcs",
3328 "standards"
3329 ],
3330 "support": {
3331 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
3332 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
3333 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
3334 },
3335 "time": "2021-10-11T04:00:11+00:00"
3336 },
3337 {
3338 "name": "symfony/console",
3339 "version": "v5.3.10",
3340 "source": {
3341 "type": "git",
3342 "url": "https://github.com/symfony/console.git",
3343 "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3"
3344 },
3345 "dist": {
3346 "type": "zip",
3347 "url": "https://api.github.com/repos/symfony/console/zipball/d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
3348 "reference": "d4e409d9fbcfbf71af0e5a940abb7b0b4bad0bd3",
3349 "shasum": ""
3350 },
3351 "require": {
3352 "php": ">=7.2.5",
3353 "symfony/deprecation-contracts": "^2.1",
3354 "symfony/polyfill-mbstring": "~1.0",
3355 "symfony/polyfill-php73": "^1.8",
3356 "symfony/polyfill-php80": "^1.16",
3357 "symfony/service-contracts": "^1.1|^2",
3358 "symfony/string": "^5.1"
3359 },
3360 "conflict": {
3361 "psr/log": ">=3",
3362 "symfony/dependency-injection": "<4.4",
3363 "symfony/dotenv": "<5.1",
3364 "symfony/event-dispatcher": "<4.4",
3365 "symfony/lock": "<4.4",
3366 "symfony/process": "<4.4"
3367 },
3368 "provide": {
3369 "psr/log-implementation": "1.0|2.0"
3370 },
3371 "require-dev": {
3372 "psr/log": "^1|^2",
3373 "symfony/config": "^4.4|^5.0",
3374 "symfony/dependency-injection": "^4.4|^5.0",
3375 "symfony/event-dispatcher": "^4.4|^5.0",
3376 "symfony/lock": "^4.4|^5.0",
3377 "symfony/process": "^4.4|^5.0",
3378 "symfony/var-dumper": "^4.4|^5.0"
3379 },
3380 "suggest": {
3381 "psr/log": "For using the console logger",
3382 "symfony/event-dispatcher": "",
3383 "symfony/lock": "",
3384 "symfony/process": ""
3385 },
3386 "type": "library",
3387 "autoload": {
3388 "psr-4": {
3389 "Symfony\\Component\\Console\\": ""
3390 },
3391 "exclude-from-classmap": [
3392 "/Tests/"
3393 ]
3394 },
3395 "notification-url": "https://packagist.org/downloads/",
3396 "license": [
3397 "MIT"
3398 ],
3399 "authors": [
3400 {
3401 "name": "Fabien Potencier",
3402 "email": "fabien@symfony.com"
3403 },
3404 {
3405 "name": "Symfony Community",
3406 "homepage": "https://symfony.com/contributors"
3407 }
3408 ],
3409 "description": "Eases the creation of beautiful and testable command line interfaces",
3410 "homepage": "https://symfony.com",
3411 "keywords": [
3412 "cli",
3413 "command line",
3414 "console",
3415 "terminal"
3416 ],
3417 "support": {
3418 "source": "https://github.com/symfony/console/tree/v5.3.10"
3419 },
3420 "funding": [
3421 {
3422 "url": "https://symfony.com/sponsor",
3423 "type": "custom"
3424 },
3425 {
3426 "url": "https://github.com/fabpot",
3427 "type": "github"
3428 },
3429 {
3430 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3431 "type": "tidelift"
3432 }
3433 ],
3434 "time": "2021-10-26T09:30:15+00:00"
3435 },
3436 {
3437 "name": "symfony/deprecation-contracts",
3438 "version": "v2.4.0",
3439 "source": {
3440 "type": "git",
3441 "url": "https://github.com/symfony/deprecation-contracts.git",
3442 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
3443 },
3444 "dist": {
3445 "type": "zip",
3446 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
3447 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
3448 "shasum": ""
3449 },
3450 "require": {
3451 "php": ">=7.1"
3452 },
3453 "type": "library",
3454 "extra": {
3455 "branch-alias": {
3456 "dev-main": "2.4-dev"
3457 },
3458 "thanks": {
3459 "name": "symfony/contracts",
3460 "url": "https://github.com/symfony/contracts"
3461 }
3462 },
3463 "autoload": {
3464 "files": [
3465 "function.php"
3466 ]
3467 },
3468 "notification-url": "https://packagist.org/downloads/",
3469 "license": [
3470 "MIT"
3471 ],
3472 "authors": [
3473 {
3474 "name": "Nicolas Grekas",
3475 "email": "p@tchwork.com"
3476 },
3477 {
3478 "name": "Symfony Community",
3479 "homepage": "https://symfony.com/contributors"
3480 }
3481 ],
3482 "description": "A generic function and convention to trigger deprecation notices",
3483 "homepage": "https://symfony.com",
3484 "support": {
3485 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
3486 },
3487 "funding": [
3488 {
3489 "url": "https://symfony.com/sponsor",
3490 "type": "custom"
3491 },
3492 {
3493 "url": "https://github.com/fabpot",
3494 "type": "github"
3495 },
3496 {
3497 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3498 "type": "tidelift"
3499 }
3500 ],
3501 "time": "2021-03-23T23:28:01+00:00"
3502 },
3503 {
3504 "name": "symfony/finder",
3505 "version": "v5.3.7",
3506 "source": {
3507 "type": "git",
3508 "url": "https://github.com/symfony/finder.git",
3509 "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
3510 },
3511 "dist": {
3512 "type": "zip",
3513 "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
3514 "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
3515 "shasum": ""
3516 },
3517 "require": {
3518 "php": ">=7.2.5",
3519 "symfony/polyfill-php80": "^1.16"
3520 },
3521 "type": "library",
3522 "autoload": {
3523 "psr-4": {
3524 "Symfony\\Component\\Finder\\": ""
3525 },
3526 "exclude-from-classmap": [
3527 "/Tests/"
3528 ]
3529 },
3530 "notification-url": "https://packagist.org/downloads/",
3531 "license": [
3532 "MIT"
3533 ],
3534 "authors": [
3535 {
3536 "name": "Fabien Potencier",
3537 "email": "fabien@symfony.com"
3538 },
3539 {
3540 "name": "Symfony Community",
3541 "homepage": "https://symfony.com/contributors"
3542 }
3543 ],
3544 "description": "Finds files and directories via an intuitive fluent interface",
3545 "homepage": "https://symfony.com",
3546 "support": {
3547 "source": "https://github.com/symfony/finder/tree/v5.3.7"
3548 },
3549 "funding": [
3550 {
3551 "url": "https://symfony.com/sponsor",
3552 "type": "custom"
3553 },
3554 {
3555 "url": "https://github.com/fabpot",
3556 "type": "github"
3557 },
3558 {
3559 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3560 "type": "tidelift"
3561 }
3562 ],
3563 "time": "2021-08-04T21:20:46+00:00"
3564 },
3565 {
3566 "name": "symfony/polyfill-ctype",
3567 "version": "v1.23.0",
3568 "source": {
3569 "type": "git",
3570 "url": "https://github.com/symfony/polyfill-ctype.git",
3571 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
3572 },
3573 "dist": {
3574 "type": "zip",
3575 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
3576 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
3577 "shasum": ""
3578 },
3579 "require": {
3580 "php": ">=7.1"
3581 },
3582 "suggest": {
3583 "ext-ctype": "For best performance"
3584 },
3585 "type": "library",
3586 "extra": {
3587 "branch-alias": {
3588 "dev-main": "1.23-dev"
3589 },
3590 "thanks": {
3591 "name": "symfony/polyfill",
3592 "url": "https://github.com/symfony/polyfill"
3593 }
3594 },
3595 "autoload": {
3596 "psr-4": {
3597 "Symfony\\Polyfill\\Ctype\\": ""
3598 },
3599 "files": [
3600 "bootstrap.php"
3601 ]
3602 },
3603 "notification-url": "https://packagist.org/downloads/",
3604 "license": [
3605 "MIT"
3606 ],
3607 "authors": [
3608 {
3609 "name": "Gert de Pagter",
3610 "email": "BackEndTea@gmail.com"
3611 },
3612 {
3613 "name": "Symfony Community",
3614 "homepage": "https://symfony.com/contributors"
3615 }
3616 ],
3617 "description": "Symfony polyfill for ctype functions",
3618 "homepage": "https://symfony.com",
3619 "keywords": [
3620 "compatibility",
3621 "ctype",
3622 "polyfill",
3623 "portable"
3624 ],
3625 "support": {
3626 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
3627 },
3628 "funding": [
3629 {
3630 "url": "https://symfony.com/sponsor",
3631 "type": "custom"
3632 },
3633 {
3634 "url": "https://github.com/fabpot",
3635 "type": "github"
3636 },
3637 {
3638 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3639 "type": "tidelift"
3640 }
3641 ],
3642 "time": "2021-02-19T12:13:01+00:00"
3643 },
3644 {
3645 "name": "symfony/polyfill-intl-grapheme",
3646 "version": "v1.23.1",
3647 "source": {
3648 "type": "git",
3649 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3650 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
3651 },
3652 "dist": {
3653 "type": "zip",
3654 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
3655 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
3656 "shasum": ""
3657 },
3658 "require": {
3659 "php": ">=7.1"
3660 },
3661 "suggest": {
3662 "ext-intl": "For best performance"
3663 },
3664 "type": "library",
3665 "extra": {
3666 "branch-alias": {
3667 "dev-main": "1.23-dev"
3668 },
3669 "thanks": {
3670 "name": "symfony/polyfill",
3671 "url": "https://github.com/symfony/polyfill"
3672 }
3673 },
3674 "autoload": {
3675 "psr-4": {
3676 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3677 },
3678 "files": [
3679 "bootstrap.php"
3680 ]
3681 },
3682 "notification-url": "https://packagist.org/downloads/",
3683 "license": [
3684 "MIT"
3685 ],
3686 "authors": [
3687 {
3688 "name": "Nicolas Grekas",
3689 "email": "p@tchwork.com"
3690 },
3691 {
3692 "name": "Symfony Community",
3693 "homepage": "https://symfony.com/contributors"
3694 }
3695 ],
3696 "description": "Symfony polyfill for intl's grapheme_* functions",
3697 "homepage": "https://symfony.com",
3698 "keywords": [
3699 "compatibility",
3700 "grapheme",
3701 "intl",
3702 "polyfill",
3703 "portable",
3704 "shim"
3705 ],
3706 "support": {
3707 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
3708 },
3709 "funding": [
3710 {
3711 "url": "https://symfony.com/sponsor",
3712 "type": "custom"
3713 },
3714 {
3715 "url": "https://github.com/fabpot",
3716 "type": "github"
3717 },
3718 {
3719 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3720 "type": "tidelift"
3721 }
3722 ],
3723 "time": "2021-05-27T12:26:48+00:00"
3724 },
3725 {
3726 "name": "symfony/polyfill-intl-normalizer",
3727 "version": "v1.23.0",
3728 "source": {
3729 "type": "git",
3730 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3731 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
3732 },
3733 "dist": {
3734 "type": "zip",
3735 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
3736 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
3737 "shasum": ""
3738 },
3739 "require": {
3740 "php": ">=7.1"
3741 },
3742 "suggest": {
3743 "ext-intl": "For best performance"
3744 },
3745 "type": "library",
3746 "extra": {
3747 "branch-alias": {
3748 "dev-main": "1.23-dev"
3749 },
3750 "thanks": {
3751 "name": "symfony/polyfill",
3752 "url": "https://github.com/symfony/polyfill"
3753 }
3754 },
3755 "autoload": {
3756 "psr-4": {
3757 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3758 },
3759 "files": [
3760 "bootstrap.php"
3761 ],
3762 "classmap": [
3763 "Resources/stubs"
3764 ]
3765 },
3766 "notification-url": "https://packagist.org/downloads/",
3767 "license": [
3768 "MIT"
3769 ],
3770 "authors": [
3771 {
3772 "name": "Nicolas Grekas",
3773 "email": "p@tchwork.com"
3774 },
3775 {
3776 "name": "Symfony Community",
3777 "homepage": "https://symfony.com/contributors"
3778 }
3779 ],
3780 "description": "Symfony polyfill for intl's Normalizer class and related functions",
3781 "homepage": "https://symfony.com",
3782 "keywords": [
3783 "compatibility",
3784 "intl",
3785 "normalizer",
3786 "polyfill",
3787 "portable",
3788 "shim"
3789 ],
3790 "support": {
3791 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
3792 },
3793 "funding": [
3794 {
3795 "url": "https://symfony.com/sponsor",
3796 "type": "custom"
3797 },
3798 {
3799 "url": "https://github.com/fabpot",
3800 "type": "github"
3801 },
3802 {
3803 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3804 "type": "tidelift"
3805 }
3806 ],
3807 "time": "2021-02-19T12:13:01+00:00"
3808 },
3809 {
3810 "name": "symfony/polyfill-mbstring",
3811 "version": "v1.23.1",
3812 "source": {
3813 "type": "git",
3814 "url": "https://github.com/symfony/polyfill-mbstring.git",
3815 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
3816 },
3817 "dist": {
3818 "type": "zip",
3819 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
3820 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
3821 "shasum": ""
3822 },
3823 "require": {
3824 "php": ">=7.1"
3825 },
3826 "suggest": {
3827 "ext-mbstring": "For best performance"
3828 },
3829 "type": "library",
3830 "extra": {
3831 "branch-alias": {
3832 "dev-main": "1.23-dev"
3833 },
3834 "thanks": {
3835 "name": "symfony/polyfill",
3836 "url": "https://github.com/symfony/polyfill"
3837 }
3838 },
3839 "autoload": {
3840 "psr-4": {
3841 "Symfony\\Polyfill\\Mbstring\\": ""
3842 },
3843 "files": [
3844 "bootstrap.php"
3845 ]
3846 },
3847 "notification-url": "https://packagist.org/downloads/",
3848 "license": [
3849 "MIT"
3850 ],
3851 "authors": [
3852 {
3853 "name": "Nicolas Grekas",
3854 "email": "p@tchwork.com"
3855 },
3856 {
3857 "name": "Symfony Community",
3858 "homepage": "https://symfony.com/contributors"
3859 }
3860 ],
3861 "description": "Symfony polyfill for the Mbstring extension",
3862 "homepage": "https://symfony.com",
3863 "keywords": [
3864 "compatibility",
3865 "mbstring",
3866 "polyfill",
3867 "portable",
3868 "shim"
3869 ],
3870 "support": {
3871 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
3872 },
3873 "funding": [
3874 {
3875 "url": "https://symfony.com/sponsor",
3876 "type": "custom"
3877 },
3878 {
3879 "url": "https://github.com/fabpot",
3880 "type": "github"
3881 },
3882 {
3883 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3884 "type": "tidelift"
3885 }
3886 ],
3887 "time": "2021-05-27T12:26:48+00:00"
3888 },
3889 {
3890 "name": "symfony/polyfill-php73",
3891 "version": "v1.23.0",
3892 "source": {
3893 "type": "git",
3894 "url": "https://github.com/symfony/polyfill-php73.git",
3895 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
3896 },
3897 "dist": {
3898 "type": "zip",
3899 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
3900 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
3901 "shasum": ""
3902 },
3903 "require": {
3904 "php": ">=7.1"
3905 },
3906 "type": "library",
3907 "extra": {
3908 "branch-alias": {
3909 "dev-main": "1.23-dev"
3910 },
3911 "thanks": {
3912 "name": "symfony/polyfill",
3913 "url": "https://github.com/symfony/polyfill"
3914 }
3915 },
3916 "autoload": {
3917 "psr-4": {
3918 "Symfony\\Polyfill\\Php73\\": ""
3919 },
3920 "files": [
3921 "bootstrap.php"
3922 ],
3923 "classmap": [
3924 "Resources/stubs"
3925 ]
3926 },
3927 "notification-url": "https://packagist.org/downloads/",
3928 "license": [
3929 "MIT"
3930 ],
3931 "authors": [
3932 {
3933 "name": "Nicolas Grekas",
3934 "email": "p@tchwork.com"
3935 },
3936 {
3937 "name": "Symfony Community",
3938 "homepage": "https://symfony.com/contributors"
3939 }
3940 ],
3941 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3942 "homepage": "https://symfony.com",
3943 "keywords": [
3944 "compatibility",
3945 "polyfill",
3946 "portable",
3947 "shim"
3948 ],
3949 "support": {
3950 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
3951 },
3952 "funding": [
3953 {
3954 "url": "https://symfony.com/sponsor",
3955 "type": "custom"
3956 },
3957 {
3958 "url": "https://github.com/fabpot",
3959 "type": "github"
3960 },
3961 {
3962 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3963 "type": "tidelift"
3964 }
3965 ],
3966 "time": "2021-02-19T12:13:01+00:00"
3967 },
3968 {
3969 "name": "symfony/polyfill-php80",
3970 "version": "v1.23.1",
3971 "source": {
3972 "type": "git",
3973 "url": "https://github.com/symfony/polyfill-php80.git",
3974 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
3975 },
3976 "dist": {
3977 "type": "zip",
3978 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
3979 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
3980 "shasum": ""
3981 },
3982 "require": {
3983 "php": ">=7.1"
3984 },
3985 "type": "library",
3986 "extra": {
3987 "branch-alias": {
3988 "dev-main": "1.23-dev"
3989 },
3990 "thanks": {
3991 "name": "symfony/polyfill",
3992 "url": "https://github.com/symfony/polyfill"
3993 }
3994 },
3995 "autoload": {
3996 "psr-4": {
3997 "Symfony\\Polyfill\\Php80\\": ""
3998 },
3999 "files": [
4000 "bootstrap.php"
4001 ],
4002 "classmap": [
4003 "Resources/stubs"
4004 ]
4005 },
4006 "notification-url": "https://packagist.org/downloads/",
4007 "license": [
4008 "MIT"
4009 ],
4010 "authors": [
4011 {
4012 "name": "Ion Bazan",
4013 "email": "ion.bazan@gmail.com"
4014 },
4015 {
4016 "name": "Nicolas Grekas",
4017 "email": "p@tchwork.com"
4018 },
4019 {
4020 "name": "Symfony Community",
4021 "homepage": "https://symfony.com/contributors"
4022 }
4023 ],
4024 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4025 "homepage": "https://symfony.com",
4026 "keywords": [
4027 "compatibility",
4028 "polyfill",
4029 "portable",
4030 "shim"
4031 ],
4032 "support": {
4033 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
4034 },
4035 "funding": [
4036 {
4037 "url": "https://symfony.com/sponsor",
4038 "type": "custom"
4039 },
4040 {
4041 "url": "https://github.com/fabpot",
4042 "type": "github"
4043 },
4044 {
4045 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4046 "type": "tidelift"
4047 }
4048 ],
4049 "time": "2021-07-28T13:41:28+00:00"
4050 },
4051 {
4052 "name": "symfony/service-contracts",
4053 "version": "v2.4.0",
4054 "source": {
4055 "type": "git",
4056 "url": "https://github.com/symfony/service-contracts.git",
4057 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
4058 },
4059 "dist": {
4060 "type": "zip",
4061 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
4062 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
4063 "shasum": ""
4064 },
4065 "require": {
4066 "php": ">=7.2.5",
4067 "psr/container": "^1.1"
4068 },
4069 "suggest": {
4070 "symfony/service-implementation": ""
4071 },
4072 "type": "library",
4073 "extra": {
4074 "branch-alias": {
4075 "dev-main": "2.4-dev"
4076 },
4077 "thanks": {
4078 "name": "symfony/contracts",
4079 "url": "https://github.com/symfony/contracts"
4080 }
4081 },
4082 "autoload": {
4083 "psr-4": {
4084 "Symfony\\Contracts\\Service\\": ""
4085 }
4086 },
4087 "notification-url": "https://packagist.org/downloads/",
4088 "license": [
4089 "MIT"
4090 ],
4091 "authors": [
4092 {
4093 "name": "Nicolas Grekas",
4094 "email": "p@tchwork.com"
4095 },
4096 {
4097 "name": "Symfony Community",
4098 "homepage": "https://symfony.com/contributors"
4099 }
4100 ],
4101 "description": "Generic abstractions related to writing services",
4102 "homepage": "https://symfony.com",
4103 "keywords": [
4104 "abstractions",
4105 "contracts",
4106 "decoupling",
4107 "interfaces",
4108 "interoperability",
4109 "standards"
4110 ],
4111 "support": {
4112 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
4113 },
4114 "funding": [
4115 {
4116 "url": "https://symfony.com/sponsor",
4117 "type": "custom"
4118 },
4119 {
4120 "url": "https://github.com/fabpot",
4121 "type": "github"
4122 },
4123 {
4124 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4125 "type": "tidelift"
4126 }
4127 ],
4128 "time": "2021-04-01T10:43:52+00:00"
4129 },
4130 {
4131 "name": "symfony/string",
4132 "version": "v5.3.10",
4133 "source": {
4134 "type": "git",
4135 "url": "https://github.com/symfony/string.git",
4136 "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c"
4137 },
4138 "dist": {
4139 "type": "zip",
4140 "url": "https://api.github.com/repos/symfony/string/zipball/d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
4141 "reference": "d70c35bb20bbca71fc4ab7921e3c6bda1a82a60c",
4142 "shasum": ""
4143 },
4144 "require": {
4145 "php": ">=7.2.5",
4146 "symfony/polyfill-ctype": "~1.8",
4147 "symfony/polyfill-intl-grapheme": "~1.0",
4148 "symfony/polyfill-intl-normalizer": "~1.0",
4149 "symfony/polyfill-mbstring": "~1.0",
4150 "symfony/polyfill-php80": "~1.15"
4151 },
4152 "require-dev": {
4153 "symfony/error-handler": "^4.4|^5.0",
4154 "symfony/http-client": "^4.4|^5.0",
4155 "symfony/translation-contracts": "^1.1|^2",
4156 "symfony/var-exporter": "^4.4|^5.0"
4157 },
4158 "type": "library",
4159 "autoload": {
4160 "psr-4": {
4161 "Symfony\\Component\\String\\": ""
4162 },
4163 "files": [
4164 "Resources/functions.php"
4165 ],
4166 "exclude-from-classmap": [
4167 "/Tests/"
4168 ]
4169 },
4170 "notification-url": "https://packagist.org/downloads/",
4171 "license": [
4172 "MIT"
4173 ],
4174 "authors": [
4175 {
4176 "name": "Nicolas Grekas",
4177 "email": "p@tchwork.com"
4178 },
4179 {
4180 "name": "Symfony Community",
4181 "homepage": "https://symfony.com/contributors"
4182 }
4183 ],
4184 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
4185 "homepage": "https://symfony.com",
4186 "keywords": [
4187 "grapheme",
4188 "i18n",
4189 "string",
4190 "unicode",
4191 "utf-8",
4192 "utf8"
4193 ],
4194 "support": {
4195 "source": "https://github.com/symfony/string/tree/v5.3.10"
4196 },
4197 "funding": [
4198 {
4199 "url": "https://symfony.com/sponsor",
4200 "type": "custom"
4201 },
4202 {
4203 "url": "https://github.com/fabpot",
4204 "type": "github"
4205 },
4206 {
4207 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4208 "type": "tidelift"
4209 }
4210 ],
4211 "time": "2021-10-27T18:21:46+00:00"
4212 }
4213 ],
4214 "aliases": [],
4215 "minimum-stability": "stable",
4216 "stability-flags": {
4217 "atoum/atoum": 20
4218 },
4219 "prefer-stable": false,
4220 "prefer-lowest": false,
4221 "platform": {
4222 "php": ">=7.3"
4223 },
4224 "platform-dev": [],
4225 "plugin-api-version": "2.1.0"
4226 }