]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - pkgs/status_engine/worker_composer.lock
Upgrade syden peertube to flake
[perso/Immae/Config/Nix.git] / pkgs / status_engine / worker_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": "0b9940904a72531dd233d2c1b0ea28a0",
8 "packages": [
9 {
10 "name": "crate/crate-dbal",
11 "version": "0.3.1",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/crate/crate-dbal.git",
15 "reference": "3329f19d39f648bdd7613e5c8dc7e230f45814d9"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/crate/crate-dbal/zipball/3329f19d39f648bdd7613e5c8dc7e230f45814d9",
20 "reference": "3329f19d39f648bdd7613e5c8dc7e230f45814d9",
21 "shasum": ""
22 },
23 "require": {
24 "crate/crate-pdo": "~0.6.0",
25 "doctrine/dbal": "~2.5.5",
26 "php": "~5.5|~7.0"
27 },
28 "require-dev": {
29 "phpunit/phpunit": "~4.0",
30 "squizlabs/php_codesniffer": "~1.5.2"
31 },
32 "type": "library",
33 "autoload": {
34 "psr-0": {
35 "Crate\\DBAL": "src"
36 }
37 },
38 "notification-url": "https://packagist.org/downloads/",
39 "license": [
40 "Apache2"
41 ],
42 "description": "A Doctrine Database Abstraction Layer for the Crate.io DBMS",
43 "homepage": "https://github.com/crate/crate-dbal",
44 "keywords": [
45 "crate",
46 "database",
47 "dbal",
48 "doctrine"
49 ],
50 "time": "2017-04-07T13:26:54+00:00"
51 },
52 {
53 "name": "crate/crate-pdo",
54 "version": "0.6.3",
55 "source": {
56 "type": "git",
57 "url": "https://github.com/crate/crate-pdo.git",
58 "reference": "31a88d1004235327a4651a10a5b98a7803b3cde3"
59 },
60 "dist": {
61 "type": "zip",
62 "url": "https://api.github.com/repos/crate/crate-pdo/zipball/31a88d1004235327a4651a10a5b98a7803b3cde3",
63 "reference": "31a88d1004235327a4651a10a5b98a7803b3cde3",
64 "shasum": ""
65 },
66 "require": {
67 "ext-pdo": "*",
68 "guzzlehttp/guzzle": "~6.0",
69 "php": "~5.5|~7.0"
70 },
71 "require-dev": {
72 "phpunit/phpunit": "~4.0",
73 "squizlabs/php_codesniffer": "~1.5.2"
74 },
75 "type": "library",
76 "autoload": {
77 "psr-0": {
78 "Crate\\": "src"
79 }
80 },
81 "notification-url": "https://packagist.org/downloads/",
82 "license": [
83 "Apache2"
84 ],
85 "description": "A PDO adapter for interacting with the Crate.io DBMS",
86 "homepage": "https://github.com/crate/crate-pdo",
87 "keywords": [
88 "crate",
89 "database",
90 "pdo"
91 ],
92 "time": "2017-07-17T12:50:03+00:00"
93 },
94 {
95 "name": "doctrine/annotations",
96 "version": "1.10.3",
97 "source": {
98 "type": "git",
99 "url": "https://github.com/doctrine/annotations.git",
100 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
101 },
102 "dist": {
103 "type": "zip",
104 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
105 "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
106 "shasum": ""
107 },
108 "require": {
109 "doctrine/lexer": "1.*",
110 "ext-tokenizer": "*",
111 "php": "^7.1 || ^8.0"
112 },
113 "require-dev": {
114 "doctrine/cache": "1.*",
115 "phpunit/phpunit": "^7.5"
116 },
117 "type": "library",
118 "extra": {
119 "branch-alias": {
120 "dev-master": "1.9.x-dev"
121 }
122 },
123 "autoload": {
124 "psr-4": {
125 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
126 }
127 },
128 "notification-url": "https://packagist.org/downloads/",
129 "license": [
130 "MIT"
131 ],
132 "authors": [
133 {
134 "name": "Guilherme Blanco",
135 "email": "guilhermeblanco@gmail.com"
136 },
137 {
138 "name": "Roman Borschel",
139 "email": "roman@code-factory.org"
140 },
141 {
142 "name": "Benjamin Eberlei",
143 "email": "kontakt@beberlei.de"
144 },
145 {
146 "name": "Jonathan Wage",
147 "email": "jonwage@gmail.com"
148 },
149 {
150 "name": "Johannes Schmitt",
151 "email": "schmittjoh@gmail.com"
152 }
153 ],
154 "description": "Docblock Annotations Parser",
155 "homepage": "http://www.doctrine-project.org",
156 "keywords": [
157 "annotations",
158 "docblock",
159 "parser"
160 ],
161 "time": "2020-05-25T17:24:27+00:00"
162 },
163 {
164 "name": "doctrine/cache",
165 "version": "1.10.1",
166 "source": {
167 "type": "git",
168 "url": "https://github.com/doctrine/cache.git",
169 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
170 },
171 "dist": {
172 "type": "zip",
173 "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
174 "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
175 "shasum": ""
176 },
177 "require": {
178 "php": "~7.1 || ^8.0"
179 },
180 "conflict": {
181 "doctrine/common": ">2.2,<2.4"
182 },
183 "require-dev": {
184 "alcaeus/mongo-php-adapter": "^1.1",
185 "doctrine/coding-standard": "^6.0",
186 "mongodb/mongodb": "^1.1",
187 "phpunit/phpunit": "^7.0",
188 "predis/predis": "~1.0"
189 },
190 "suggest": {
191 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
192 },
193 "type": "library",
194 "extra": {
195 "branch-alias": {
196 "dev-master": "1.9.x-dev"
197 }
198 },
199 "autoload": {
200 "psr-4": {
201 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
202 }
203 },
204 "notification-url": "https://packagist.org/downloads/",
205 "license": [
206 "MIT"
207 ],
208 "authors": [
209 {
210 "name": "Guilherme Blanco",
211 "email": "guilhermeblanco@gmail.com"
212 },
213 {
214 "name": "Roman Borschel",
215 "email": "roman@code-factory.org"
216 },
217 {
218 "name": "Benjamin Eberlei",
219 "email": "kontakt@beberlei.de"
220 },
221 {
222 "name": "Jonathan Wage",
223 "email": "jonwage@gmail.com"
224 },
225 {
226 "name": "Johannes Schmitt",
227 "email": "schmittjoh@gmail.com"
228 }
229 ],
230 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
231 "homepage": "https://www.doctrine-project.org/projects/cache.html",
232 "keywords": [
233 "abstraction",
234 "apcu",
235 "cache",
236 "caching",
237 "couchdb",
238 "memcached",
239 "php",
240 "redis",
241 "xcache"
242 ],
243 "funding": [
244 {
245 "url": "https://www.doctrine-project.org/sponsorship.html",
246 "type": "custom"
247 },
248 {
249 "url": "https://www.patreon.com/phpdoctrine",
250 "type": "patreon"
251 },
252 {
253 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
254 "type": "tidelift"
255 }
256 ],
257 "time": "2020-05-27T16:24:54+00:00"
258 },
259 {
260 "name": "doctrine/collections",
261 "version": "1.6.5",
262 "source": {
263 "type": "git",
264 "url": "https://github.com/doctrine/collections.git",
265 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d"
266 },
267 "dist": {
268 "type": "zip",
269 "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d",
270 "reference": "fc0206348e17e530d09463fef07ba8968406cd6d",
271 "shasum": ""
272 },
273 "require": {
274 "php": "^7.1.3 || ^8.0"
275 },
276 "require-dev": {
277 "doctrine/coding-standard": "^6.0",
278 "phpstan/phpstan-shim": "^0.9.2",
279 "phpunit/phpunit": "^7.0",
280 "vimeo/psalm": "^3.8.1"
281 },
282 "type": "library",
283 "autoload": {
284 "psr-4": {
285 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
286 }
287 },
288 "notification-url": "https://packagist.org/downloads/",
289 "license": [
290 "MIT"
291 ],
292 "authors": [
293 {
294 "name": "Guilherme Blanco",
295 "email": "guilhermeblanco@gmail.com"
296 },
297 {
298 "name": "Roman Borschel",
299 "email": "roman@code-factory.org"
300 },
301 {
302 "name": "Benjamin Eberlei",
303 "email": "kontakt@beberlei.de"
304 },
305 {
306 "name": "Jonathan Wage",
307 "email": "jonwage@gmail.com"
308 },
309 {
310 "name": "Johannes Schmitt",
311 "email": "schmittjoh@gmail.com"
312 }
313 ],
314 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
315 "homepage": "https://www.doctrine-project.org/projects/collections.html",
316 "keywords": [
317 "array",
318 "collections",
319 "iterators",
320 "php"
321 ],
322 "funding": [
323 {
324 "url": "https://www.doctrine-project.org/sponsorship.html",
325 "type": "custom"
326 },
327 {
328 "url": "https://www.patreon.com/phpdoctrine",
329 "type": "patreon"
330 },
331 {
332 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
333 "type": "tidelift"
334 }
335 ],
336 "time": "2020-05-25T19:24:35+00:00"
337 },
338 {
339 "name": "doctrine/common",
340 "version": "v2.7.3",
341 "source": {
342 "type": "git",
343 "url": "https://github.com/doctrine/common.git",
344 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
345 },
346 "dist": {
347 "type": "zip",
348 "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
349 "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
350 "shasum": ""
351 },
352 "require": {
353 "doctrine/annotations": "1.*",
354 "doctrine/cache": "1.*",
355 "doctrine/collections": "1.*",
356 "doctrine/inflector": "1.*",
357 "doctrine/lexer": "1.*",
358 "php": "~5.6|~7.0"
359 },
360 "require-dev": {
361 "phpunit/phpunit": "^5.4.6"
362 },
363 "type": "library",
364 "extra": {
365 "branch-alias": {
366 "dev-master": "2.7.x-dev"
367 }
368 },
369 "autoload": {
370 "psr-4": {
371 "Doctrine\\Common\\": "lib/Doctrine/Common"
372 }
373 },
374 "notification-url": "https://packagist.org/downloads/",
375 "license": [
376 "MIT"
377 ],
378 "authors": [
379 {
380 "name": "Roman Borschel",
381 "email": "roman@code-factory.org"
382 },
383 {
384 "name": "Benjamin Eberlei",
385 "email": "kontakt@beberlei.de"
386 },
387 {
388 "name": "Guilherme Blanco",
389 "email": "guilhermeblanco@gmail.com"
390 },
391 {
392 "name": "Jonathan Wage",
393 "email": "jonwage@gmail.com"
394 },
395 {
396 "name": "Johannes Schmitt",
397 "email": "schmittjoh@gmail.com"
398 }
399 ],
400 "description": "Common Library for Doctrine projects",
401 "homepage": "http://www.doctrine-project.org",
402 "keywords": [
403 "annotations",
404 "collections",
405 "eventmanager",
406 "persistence",
407 "spl"
408 ],
409 "time": "2017-07-22T08:35:12+00:00"
410 },
411 {
412 "name": "doctrine/dbal",
413 "version": "v2.5.13",
414 "source": {
415 "type": "git",
416 "url": "https://github.com/doctrine/dbal.git",
417 "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
418 },
419 "dist": {
420 "type": "zip",
421 "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
422 "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
423 "shasum": ""
424 },
425 "require": {
426 "doctrine/common": ">=2.4,<2.8-dev",
427 "php": ">=5.3.2"
428 },
429 "require-dev": {
430 "phpunit/phpunit": "4.*",
431 "symfony/console": "2.*||^3.0"
432 },
433 "suggest": {
434 "symfony/console": "For helpful console commands such as SQL execution and import of files."
435 },
436 "bin": [
437 "bin/doctrine-dbal"
438 ],
439 "type": "library",
440 "extra": {
441 "branch-alias": {
442 "dev-master": "2.5.x-dev"
443 }
444 },
445 "autoload": {
446 "psr-0": {
447 "Doctrine\\DBAL\\": "lib/"
448 }
449 },
450 "notification-url": "https://packagist.org/downloads/",
451 "license": [
452 "MIT"
453 ],
454 "authors": [
455 {
456 "name": "Roman Borschel",
457 "email": "roman@code-factory.org"
458 },
459 {
460 "name": "Benjamin Eberlei",
461 "email": "kontakt@beberlei.de"
462 },
463 {
464 "name": "Guilherme Blanco",
465 "email": "guilhermeblanco@gmail.com"
466 },
467 {
468 "name": "Jonathan Wage",
469 "email": "jonwage@gmail.com"
470 }
471 ],
472 "description": "Database Abstraction Layer",
473 "homepage": "http://www.doctrine-project.org",
474 "keywords": [
475 "database",
476 "dbal",
477 "persistence",
478 "queryobject"
479 ],
480 "time": "2017-07-22T20:44:48+00:00"
481 },
482 {
483 "name": "doctrine/inflector",
484 "version": "1.4.3",
485 "source": {
486 "type": "git",
487 "url": "https://github.com/doctrine/inflector.git",
488 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
489 },
490 "dist": {
491 "type": "zip",
492 "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
493 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
494 "shasum": ""
495 },
496 "require": {
497 "php": "^7.2 || ^8.0"
498 },
499 "require-dev": {
500 "doctrine/coding-standard": "^7.0",
501 "phpstan/phpstan": "^0.11",
502 "phpstan/phpstan-phpunit": "^0.11",
503 "phpstan/phpstan-strict-rules": "^0.11",
504 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
505 },
506 "type": "library",
507 "extra": {
508 "branch-alias": {
509 "dev-master": "2.0.x-dev"
510 }
511 },
512 "autoload": {
513 "psr-4": {
514 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
515 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
516 }
517 },
518 "notification-url": "https://packagist.org/downloads/",
519 "license": [
520 "MIT"
521 ],
522 "authors": [
523 {
524 "name": "Guilherme Blanco",
525 "email": "guilhermeblanco@gmail.com"
526 },
527 {
528 "name": "Roman Borschel",
529 "email": "roman@code-factory.org"
530 },
531 {
532 "name": "Benjamin Eberlei",
533 "email": "kontakt@beberlei.de"
534 },
535 {
536 "name": "Jonathan Wage",
537 "email": "jonwage@gmail.com"
538 },
539 {
540 "name": "Johannes Schmitt",
541 "email": "schmittjoh@gmail.com"
542 }
543 ],
544 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
545 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
546 "keywords": [
547 "inflection",
548 "inflector",
549 "lowercase",
550 "manipulation",
551 "php",
552 "plural",
553 "singular",
554 "strings",
555 "uppercase",
556 "words"
557 ],
558 "funding": [
559 {
560 "url": "https://www.doctrine-project.org/sponsorship.html",
561 "type": "custom"
562 },
563 {
564 "url": "https://www.patreon.com/phpdoctrine",
565 "type": "patreon"
566 },
567 {
568 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
569 "type": "tidelift"
570 }
571 ],
572 "time": "2020-05-29T07:19:59+00:00"
573 },
574 {
575 "name": "doctrine/lexer",
576 "version": "1.2.1",
577 "source": {
578 "type": "git",
579 "url": "https://github.com/doctrine/lexer.git",
580 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
581 },
582 "dist": {
583 "type": "zip",
584 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
585 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
586 "shasum": ""
587 },
588 "require": {
589 "php": "^7.2 || ^8.0"
590 },
591 "require-dev": {
592 "doctrine/coding-standard": "^6.0",
593 "phpstan/phpstan": "^0.11.8",
594 "phpunit/phpunit": "^8.2"
595 },
596 "type": "library",
597 "extra": {
598 "branch-alias": {
599 "dev-master": "1.2.x-dev"
600 }
601 },
602 "autoload": {
603 "psr-4": {
604 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
605 }
606 },
607 "notification-url": "https://packagist.org/downloads/",
608 "license": [
609 "MIT"
610 ],
611 "authors": [
612 {
613 "name": "Guilherme Blanco",
614 "email": "guilhermeblanco@gmail.com"
615 },
616 {
617 "name": "Roman Borschel",
618 "email": "roman@code-factory.org"
619 },
620 {
621 "name": "Johannes Schmitt",
622 "email": "schmittjoh@gmail.com"
623 }
624 ],
625 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
626 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
627 "keywords": [
628 "annotations",
629 "docblock",
630 "lexer",
631 "parser",
632 "php"
633 ],
634 "funding": [
635 {
636 "url": "https://www.doctrine-project.org/sponsorship.html",
637 "type": "custom"
638 },
639 {
640 "url": "https://www.patreon.com/phpdoctrine",
641 "type": "patreon"
642 },
643 {
644 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
645 "type": "tidelift"
646 }
647 ],
648 "time": "2020-05-25T17:44:05+00:00"
649 },
650 {
651 "name": "guzzlehttp/guzzle",
652 "version": "6.5.4",
653 "source": {
654 "type": "git",
655 "url": "https://github.com/guzzle/guzzle.git",
656 "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
657 },
658 "dist": {
659 "type": "zip",
660 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
661 "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
662 "shasum": ""
663 },
664 "require": {
665 "ext-json": "*",
666 "guzzlehttp/promises": "^1.0",
667 "guzzlehttp/psr7": "^1.6.1",
668 "php": ">=5.5",
669 "symfony/polyfill-intl-idn": "1.17.0"
670 },
671 "require-dev": {
672 "ext-curl": "*",
673 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
674 "psr/log": "^1.1"
675 },
676 "suggest": {
677 "psr/log": "Required for using the Log middleware"
678 },
679 "type": "library",
680 "extra": {
681 "branch-alias": {
682 "dev-master": "6.5-dev"
683 }
684 },
685 "autoload": {
686 "psr-4": {
687 "GuzzleHttp\\": "src/"
688 },
689 "files": [
690 "src/functions_include.php"
691 ]
692 },
693 "notification-url": "https://packagist.org/downloads/",
694 "license": [
695 "MIT"
696 ],
697 "authors": [
698 {
699 "name": "Michael Dowling",
700 "email": "mtdowling@gmail.com",
701 "homepage": "https://github.com/mtdowling"
702 }
703 ],
704 "description": "Guzzle is a PHP HTTP client library",
705 "homepage": "http://guzzlephp.org/",
706 "keywords": [
707 "client",
708 "curl",
709 "framework",
710 "http",
711 "http client",
712 "rest",
713 "web service"
714 ],
715 "time": "2020-05-25T19:35:05+00:00"
716 },
717 {
718 "name": "guzzlehttp/promises",
719 "version": "v1.3.1",
720 "source": {
721 "type": "git",
722 "url": "https://github.com/guzzle/promises.git",
723 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
724 },
725 "dist": {
726 "type": "zip",
727 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
728 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
729 "shasum": ""
730 },
731 "require": {
732 "php": ">=5.5.0"
733 },
734 "require-dev": {
735 "phpunit/phpunit": "^4.0"
736 },
737 "type": "library",
738 "extra": {
739 "branch-alias": {
740 "dev-master": "1.4-dev"
741 }
742 },
743 "autoload": {
744 "psr-4": {
745 "GuzzleHttp\\Promise\\": "src/"
746 },
747 "files": [
748 "src/functions_include.php"
749 ]
750 },
751 "notification-url": "https://packagist.org/downloads/",
752 "license": [
753 "MIT"
754 ],
755 "authors": [
756 {
757 "name": "Michael Dowling",
758 "email": "mtdowling@gmail.com",
759 "homepage": "https://github.com/mtdowling"
760 }
761 ],
762 "description": "Guzzle promises library",
763 "keywords": [
764 "promise"
765 ],
766 "time": "2016-12-20T10:07:11+00:00"
767 },
768 {
769 "name": "guzzlehttp/psr7",
770 "version": "1.6.1",
771 "source": {
772 "type": "git",
773 "url": "https://github.com/guzzle/psr7.git",
774 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
775 },
776 "dist": {
777 "type": "zip",
778 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
779 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
780 "shasum": ""
781 },
782 "require": {
783 "php": ">=5.4.0",
784 "psr/http-message": "~1.0",
785 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
786 },
787 "provide": {
788 "psr/http-message-implementation": "1.0"
789 },
790 "require-dev": {
791 "ext-zlib": "*",
792 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
793 },
794 "suggest": {
795 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
796 },
797 "type": "library",
798 "extra": {
799 "branch-alias": {
800 "dev-master": "1.6-dev"
801 }
802 },
803 "autoload": {
804 "psr-4": {
805 "GuzzleHttp\\Psr7\\": "src/"
806 },
807 "files": [
808 "src/functions_include.php"
809 ]
810 },
811 "notification-url": "https://packagist.org/downloads/",
812 "license": [
813 "MIT"
814 ],
815 "authors": [
816 {
817 "name": "Michael Dowling",
818 "email": "mtdowling@gmail.com",
819 "homepage": "https://github.com/mtdowling"
820 },
821 {
822 "name": "Tobias Schultze",
823 "homepage": "https://github.com/Tobion"
824 }
825 ],
826 "description": "PSR-7 message implementation that also provides common utility methods",
827 "keywords": [
828 "http",
829 "message",
830 "psr-7",
831 "request",
832 "response",
833 "stream",
834 "uri",
835 "url"
836 ],
837 "time": "2019-07-01T23:21:34+00:00"
838 },
839 {
840 "name": "php-amqplib/php-amqplib",
841 "version": "v2.11.3",
842 "source": {
843 "type": "git",
844 "url": "https://github.com/php-amqplib/php-amqplib.git",
845 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742"
846 },
847 "dist": {
848 "type": "zip",
849 "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/6353c5d2d3021a301914bc6566e695c99cfeb742",
850 "reference": "6353c5d2d3021a301914bc6566e695c99cfeb742",
851 "shasum": ""
852 },
853 "require": {
854 "ext-mbstring": "*",
855 "ext-sockets": "*",
856 "php": ">=5.6.3",
857 "phpseclib/phpseclib": "^2.0.0"
858 },
859 "conflict": {
860 "php": "7.4.0 - 7.4.1"
861 },
862 "replace": {
863 "videlalvaro/php-amqplib": "self.version"
864 },
865 "require-dev": {
866 "ext-curl": "*",
867 "nategood/httpful": "^0.2.20",
868 "phpunit/phpunit": "^5.7|^6.5|^7.0",
869 "squizlabs/php_codesniffer": "^2.5"
870 },
871 "type": "library",
872 "extra": {
873 "branch-alias": {
874 "dev-master": "2.11-dev"
875 }
876 },
877 "autoload": {
878 "psr-4": {
879 "PhpAmqpLib\\": "PhpAmqpLib/"
880 }
881 },
882 "notification-url": "https://packagist.org/downloads/",
883 "license": [
884 "LGPL-2.1-or-later"
885 ],
886 "authors": [
887 {
888 "name": "Alvaro Videla",
889 "role": "Original Maintainer"
890 },
891 {
892 "name": "Raúl Araya",
893 "email": "nubeiro@gmail.com",
894 "role": "Maintainer"
895 },
896 {
897 "name": "Luke Bakken",
898 "email": "luke@bakken.io",
899 "role": "Maintainer"
900 },
901 {
902 "name": "Ramūnas Dronga",
903 "email": "github@ramuno.lt",
904 "role": "Maintainer"
905 }
906 ],
907 "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
908 "homepage": "https://github.com/php-amqplib/php-amqplib/",
909 "keywords": [
910 "message",
911 "queue",
912 "rabbitmq"
913 ],
914 "time": "2020-05-13T13:56:11+00:00"
915 },
916 {
917 "name": "phpseclib/phpseclib",
918 "version": "2.0.27",
919 "source": {
920 "type": "git",
921 "url": "https://github.com/phpseclib/phpseclib.git",
922 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
923 },
924 "dist": {
925 "type": "zip",
926 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
927 "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
928 "shasum": ""
929 },
930 "require": {
931 "php": ">=5.3.3"
932 },
933 "require-dev": {
934 "phing/phing": "~2.7",
935 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
936 "sami/sami": "~2.0",
937 "squizlabs/php_codesniffer": "~2.0"
938 },
939 "suggest": {
940 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
941 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
942 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
943 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
944 },
945 "type": "library",
946 "autoload": {
947 "files": [
948 "phpseclib/bootstrap.php"
949 ],
950 "psr-4": {
951 "phpseclib\\": "phpseclib/"
952 }
953 },
954 "notification-url": "https://packagist.org/downloads/",
955 "license": [
956 "MIT"
957 ],
958 "authors": [
959 {
960 "name": "Jim Wigginton",
961 "email": "terrafrost@php.net",
962 "role": "Lead Developer"
963 },
964 {
965 "name": "Patrick Monnerat",
966 "email": "pm@datasphere.ch",
967 "role": "Developer"
968 },
969 {
970 "name": "Andreas Fischer",
971 "email": "bantu@phpbb.com",
972 "role": "Developer"
973 },
974 {
975 "name": "Hans-Jürgen Petrich",
976 "email": "petrich@tronic-media.com",
977 "role": "Developer"
978 },
979 {
980 "name": "Graham Campbell",
981 "email": "graham@alt-three.com",
982 "role": "Developer"
983 }
984 ],
985 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
986 "homepage": "http://phpseclib.sourceforge.net",
987 "keywords": [
988 "BigInteger",
989 "aes",
990 "asn.1",
991 "asn1",
992 "blowfish",
993 "crypto",
994 "cryptography",
995 "encryption",
996 "rsa",
997 "security",
998 "sftp",
999 "signature",
1000 "signing",
1001 "ssh",
1002 "twofish",
1003 "x.509",
1004 "x509"
1005 ],
1006 "funding": [
1007 {
1008 "url": "https://github.com/terrafrost",
1009 "type": "github"
1010 },
1011 {
1012 "url": "https://www.patreon.com/phpseclib",
1013 "type": "patreon"
1014 },
1015 {
1016 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
1017 "type": "tidelift"
1018 }
1019 ],
1020 "time": "2020-04-04T23:17:33+00:00"
1021 },
1022 {
1023 "name": "psr/http-message",
1024 "version": "1.0.1",
1025 "source": {
1026 "type": "git",
1027 "url": "https://github.com/php-fig/http-message.git",
1028 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1029 },
1030 "dist": {
1031 "type": "zip",
1032 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1033 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1034 "shasum": ""
1035 },
1036 "require": {
1037 "php": ">=5.3.0"
1038 },
1039 "type": "library",
1040 "extra": {
1041 "branch-alias": {
1042 "dev-master": "1.0.x-dev"
1043 }
1044 },
1045 "autoload": {
1046 "psr-4": {
1047 "Psr\\Http\\Message\\": "src/"
1048 }
1049 },
1050 "notification-url": "https://packagist.org/downloads/",
1051 "license": [
1052 "MIT"
1053 ],
1054 "authors": [
1055 {
1056 "name": "PHP-FIG",
1057 "homepage": "http://www.php-fig.org/"
1058 }
1059 ],
1060 "description": "Common interface for HTTP messages",
1061 "homepage": "https://github.com/php-fig/http-message",
1062 "keywords": [
1063 "http",
1064 "http-message",
1065 "psr",
1066 "psr-7",
1067 "request",
1068 "response"
1069 ],
1070 "time": "2016-08-06T14:39:51+00:00"
1071 },
1072 {
1073 "name": "ralouphie/getallheaders",
1074 "version": "3.0.3",
1075 "source": {
1076 "type": "git",
1077 "url": "https://github.com/ralouphie/getallheaders.git",
1078 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1079 },
1080 "dist": {
1081 "type": "zip",
1082 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1083 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1084 "shasum": ""
1085 },
1086 "require": {
1087 "php": ">=5.6"
1088 },
1089 "require-dev": {
1090 "php-coveralls/php-coveralls": "^2.1",
1091 "phpunit/phpunit": "^5 || ^6.5"
1092 },
1093 "type": "library",
1094 "autoload": {
1095 "files": [
1096 "src/getallheaders.php"
1097 ]
1098 },
1099 "notification-url": "https://packagist.org/downloads/",
1100 "license": [
1101 "MIT"
1102 ],
1103 "authors": [
1104 {
1105 "name": "Ralph Khattar",
1106 "email": "ralph.khattar@gmail.com"
1107 }
1108 ],
1109 "description": "A polyfill for getallheaders.",
1110 "time": "2019-03-08T08:55:37+00:00"
1111 },
1112 {
1113 "name": "symfony/console",
1114 "version": "v2.8.0",
1115 "source": {
1116 "type": "git",
1117 "url": "https://github.com/symfony/console.git",
1118 "reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41"
1119 },
1120 "dist": {
1121 "type": "zip",
1122 "url": "https://api.github.com/repos/symfony/console/zipball/d232bfc100dfd32b18ccbcab4bcc8f28697b7e41",
1123 "reference": "d232bfc100dfd32b18ccbcab4bcc8f28697b7e41",
1124 "shasum": ""
1125 },
1126 "require": {
1127 "php": ">=5.3.9",
1128 "symfony/polyfill-mbstring": "~1.0"
1129 },
1130 "require-dev": {
1131 "psr/log": "~1.0",
1132 "symfony/event-dispatcher": "~2.1|~3.0.0",
1133 "symfony/process": "~2.1|~3.0.0"
1134 },
1135 "suggest": {
1136 "psr/log": "For using the console logger",
1137 "symfony/event-dispatcher": "",
1138 "symfony/process": ""
1139 },
1140 "type": "library",
1141 "extra": {
1142 "branch-alias": {
1143 "dev-master": "2.8-dev"
1144 }
1145 },
1146 "autoload": {
1147 "psr-4": {
1148 "Symfony\\Component\\Console\\": ""
1149 },
1150 "exclude-from-classmap": [
1151 "/Tests/"
1152 ]
1153 },
1154 "notification-url": "https://packagist.org/downloads/",
1155 "license": [
1156 "MIT"
1157 ],
1158 "authors": [
1159 {
1160 "name": "Fabien Potencier",
1161 "email": "fabien@symfony.com"
1162 },
1163 {
1164 "name": "Symfony Community",
1165 "homepage": "https://symfony.com/contributors"
1166 }
1167 ],
1168 "description": "Symfony Console Component",
1169 "homepage": "https://symfony.com",
1170 "time": "2015-11-30T12:35:10+00:00"
1171 },
1172 {
1173 "name": "symfony/polyfill-intl-idn",
1174 "version": "v1.17.0",
1175 "source": {
1176 "type": "git",
1177 "url": "https://github.com/symfony/polyfill-intl-idn.git",
1178 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
1179 },
1180 "dist": {
1181 "type": "zip",
1182 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
1183 "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
1184 "shasum": ""
1185 },
1186 "require": {
1187 "php": ">=5.3.3",
1188 "symfony/polyfill-mbstring": "^1.3",
1189 "symfony/polyfill-php72": "^1.10"
1190 },
1191 "suggest": {
1192 "ext-intl": "For best performance"
1193 },
1194 "type": "library",
1195 "extra": {
1196 "branch-alias": {
1197 "dev-master": "1.17-dev"
1198 }
1199 },
1200 "autoload": {
1201 "psr-4": {
1202 "Symfony\\Polyfill\\Intl\\Idn\\": ""
1203 },
1204 "files": [
1205 "bootstrap.php"
1206 ]
1207 },
1208 "notification-url": "https://packagist.org/downloads/",
1209 "license": [
1210 "MIT"
1211 ],
1212 "authors": [
1213 {
1214 "name": "Laurent Bassin",
1215 "email": "laurent@bassin.info"
1216 },
1217 {
1218 "name": "Symfony Community",
1219 "homepage": "https://symfony.com/contributors"
1220 }
1221 ],
1222 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
1223 "homepage": "https://symfony.com",
1224 "keywords": [
1225 "compatibility",
1226 "idn",
1227 "intl",
1228 "polyfill",
1229 "portable",
1230 "shim"
1231 ],
1232 "funding": [
1233 {
1234 "url": "https://symfony.com/sponsor",
1235 "type": "custom"
1236 },
1237 {
1238 "url": "https://github.com/fabpot",
1239 "type": "github"
1240 },
1241 {
1242 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1243 "type": "tidelift"
1244 }
1245 ],
1246 "time": "2020-05-12T16:47:27+00:00"
1247 },
1248 {
1249 "name": "symfony/polyfill-mbstring",
1250 "version": "v1.17.0",
1251 "source": {
1252 "type": "git",
1253 "url": "https://github.com/symfony/polyfill-mbstring.git",
1254 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
1255 },
1256 "dist": {
1257 "type": "zip",
1258 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
1259 "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
1260 "shasum": ""
1261 },
1262 "require": {
1263 "php": ">=5.3.3"
1264 },
1265 "suggest": {
1266 "ext-mbstring": "For best performance"
1267 },
1268 "type": "library",
1269 "extra": {
1270 "branch-alias": {
1271 "dev-master": "1.17-dev"
1272 }
1273 },
1274 "autoload": {
1275 "psr-4": {
1276 "Symfony\\Polyfill\\Mbstring\\": ""
1277 },
1278 "files": [
1279 "bootstrap.php"
1280 ]
1281 },
1282 "notification-url": "https://packagist.org/downloads/",
1283 "license": [
1284 "MIT"
1285 ],
1286 "authors": [
1287 {
1288 "name": "Nicolas Grekas",
1289 "email": "p@tchwork.com"
1290 },
1291 {
1292 "name": "Symfony Community",
1293 "homepage": "https://symfony.com/contributors"
1294 }
1295 ],
1296 "description": "Symfony polyfill for the Mbstring extension",
1297 "homepage": "https://symfony.com",
1298 "keywords": [
1299 "compatibility",
1300 "mbstring",
1301 "polyfill",
1302 "portable",
1303 "shim"
1304 ],
1305 "funding": [
1306 {
1307 "url": "https://symfony.com/sponsor",
1308 "type": "custom"
1309 },
1310 {
1311 "url": "https://github.com/fabpot",
1312 "type": "github"
1313 },
1314 {
1315 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1316 "type": "tidelift"
1317 }
1318 ],
1319 "time": "2020-05-12T16:47:27+00:00"
1320 },
1321 {
1322 "name": "symfony/polyfill-php72",
1323 "version": "v1.17.0",
1324 "source": {
1325 "type": "git",
1326 "url": "https://github.com/symfony/polyfill-php72.git",
1327 "reference": "f048e612a3905f34931127360bdd2def19a5e582"
1328 },
1329 "dist": {
1330 "type": "zip",
1331 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
1332 "reference": "f048e612a3905f34931127360bdd2def19a5e582",
1333 "shasum": ""
1334 },
1335 "require": {
1336 "php": ">=5.3.3"
1337 },
1338 "type": "library",
1339 "extra": {
1340 "branch-alias": {
1341 "dev-master": "1.17-dev"
1342 }
1343 },
1344 "autoload": {
1345 "psr-4": {
1346 "Symfony\\Polyfill\\Php72\\": ""
1347 },
1348 "files": [
1349 "bootstrap.php"
1350 ]
1351 },
1352 "notification-url": "https://packagist.org/downloads/",
1353 "license": [
1354 "MIT"
1355 ],
1356 "authors": [
1357 {
1358 "name": "Nicolas Grekas",
1359 "email": "p@tchwork.com"
1360 },
1361 {
1362 "name": "Symfony Community",
1363 "homepage": "https://symfony.com/contributors"
1364 }
1365 ],
1366 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1367 "homepage": "https://symfony.com",
1368 "keywords": [
1369 "compatibility",
1370 "polyfill",
1371 "portable",
1372 "shim"
1373 ],
1374 "funding": [
1375 {
1376 "url": "https://symfony.com/sponsor",
1377 "type": "custom"
1378 },
1379 {
1380 "url": "https://github.com/fabpot",
1381 "type": "github"
1382 },
1383 {
1384 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1385 "type": "tidelift"
1386 }
1387 ],
1388 "time": "2020-05-12T16:47:27+00:00"
1389 },
1390 {
1391 "name": "symfony/yaml",
1392 "version": "v2.8.0",
1393 "source": {
1394 "type": "git",
1395 "url": "https://github.com/symfony/yaml.git",
1396 "reference": "f79824187de95064a2f5038904c4d7f0227fedb5"
1397 },
1398 "dist": {
1399 "type": "zip",
1400 "url": "https://api.github.com/repos/symfony/yaml/zipball/f79824187de95064a2f5038904c4d7f0227fedb5",
1401 "reference": "f79824187de95064a2f5038904c4d7f0227fedb5",
1402 "shasum": ""
1403 },
1404 "require": {
1405 "php": ">=5.3.9"
1406 },
1407 "type": "library",
1408 "extra": {
1409 "branch-alias": {
1410 "dev-master": "2.8-dev"
1411 }
1412 },
1413 "autoload": {
1414 "psr-4": {
1415 "Symfony\\Component\\Yaml\\": ""
1416 },
1417 "exclude-from-classmap": [
1418 "/Tests/"
1419 ]
1420 },
1421 "notification-url": "https://packagist.org/downloads/",
1422 "license": [
1423 "MIT"
1424 ],
1425 "authors": [
1426 {
1427 "name": "Fabien Potencier",
1428 "email": "fabien@symfony.com"
1429 },
1430 {
1431 "name": "Symfony Community",
1432 "homepage": "https://symfony.com/contributors"
1433 }
1434 ],
1435 "description": "Symfony Yaml Component",
1436 "homepage": "https://symfony.com",
1437 "time": "2015-11-30T12:35:10+00:00"
1438 }
1439 ],
1440 "packages-dev": [],
1441 "aliases": [],
1442 "minimum-stability": "stable",
1443 "stability-flags": [],
1444 "prefer-stable": false,
1445 "prefer-lowest": false,
1446 "platform": {
1447 "php": ">=5.5.9",
1448 "ext-redis": "*",
1449 "ext-gearman": "*",
1450 "ext-mbstring": "*",
1451 "ext-bcmath": "*",
1452 "ext-json": "*",
1453 "ext-iconv": "*"
1454 },
1455 "platform-dev": [],
1456 "plugin-api-version": "1.1.0"
1457 }