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