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