Commit the lock file naughty naughty (pi doesnt have enough memory to resolve depende...
[GrooveNetBot.git] / 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": "1ec0cbde72bd52ce63b851ecb19da57e",
8 "packages": [
9 {
10 "name": "doctrine/inflector",
11 "version": "v1.2.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/doctrine/inflector.git",
15 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
20 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
21 "shasum": ""
22 },
23 "require": {
24 "php": "^7.0"
25 },
26 "require-dev": {
27 "phpunit/phpunit": "^6.2"
28 },
29 "type": "library",
30 "extra": {
31 "branch-alias": {
32 "dev-master": "1.2.x-dev"
33 }
34 },
35 "autoload": {
36 "psr-4": {
37 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
38 }
39 },
40 "notification-url": "https://packagist.org/downloads/",
41 "license": [
42 "MIT"
43 ],
44 "authors": [
45 {
46 "name": "Roman Borschel",
47 "email": "roman@code-factory.org"
48 },
49 {
50 "name": "Benjamin Eberlei",
51 "email": "kontakt@beberlei.de"
52 },
53 {
54 "name": "Guilherme Blanco",
55 "email": "guilhermeblanco@gmail.com"
56 },
57 {
58 "name": "Jonathan Wage",
59 "email": "jonwage@gmail.com"
60 },
61 {
62 "name": "Johannes Schmitt",
63 "email": "schmittjoh@gmail.com"
64 }
65 ],
66 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
67 "homepage": "http://www.doctrine-project.org",
68 "keywords": [
69 "inflection",
70 "pluralize",
71 "singularize",
72 "string"
73 ],
74 "time": "2017-07-22T12:18:28+00:00"
75 },
76 {
77 "name": "guzzlehttp/guzzle",
78 "version": "6.5.5",
79 "source": {
80 "type": "git",
81 "url": "https://github.com/guzzle/guzzle.git",
82 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
83 },
84 "dist": {
85 "type": "zip",
86 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
87 "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
88 "shasum": ""
89 },
90 "require": {
91 "ext-json": "*",
92 "guzzlehttp/promises": "^1.0",
93 "guzzlehttp/psr7": "^1.6.1",
94 "php": ">=5.5",
95 "symfony/polyfill-intl-idn": "^1.17.0"
96 },
97 "require-dev": {
98 "ext-curl": "*",
99 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
100 "psr/log": "^1.1"
101 },
102 "suggest": {
103 "psr/log": "Required for using the Log middleware"
104 },
105 "type": "library",
106 "extra": {
107 "branch-alias": {
108 "dev-master": "6.5-dev"
109 }
110 },
111 "autoload": {
112 "psr-4": {
113 "GuzzleHttp\\": "src/"
114 },
115 "files": [
116 "src/functions_include.php"
117 ]
118 },
119 "notification-url": "https://packagist.org/downloads/",
120 "license": [
121 "MIT"
122 ],
123 "authors": [
124 {
125 "name": "Michael Dowling",
126 "email": "mtdowling@gmail.com",
127 "homepage": "https://github.com/mtdowling"
128 }
129 ],
130 "description": "Guzzle is a PHP HTTP client library",
131 "homepage": "http://guzzlephp.org/",
132 "keywords": [
133 "client",
134 "curl",
135 "framework",
136 "http",
137 "http client",
138 "rest",
139 "web service"
140 ],
141 "time": "2020-06-16T21:01:06+00:00"
142 },
143 {
144 "name": "guzzlehttp/promises",
145 "version": "v1.3.1",
146 "source": {
147 "type": "git",
148 "url": "https://github.com/guzzle/promises.git",
149 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
150 },
151 "dist": {
152 "type": "zip",
153 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
154 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
155 "shasum": ""
156 },
157 "require": {
158 "php": ">=5.5.0"
159 },
160 "require-dev": {
161 "phpunit/phpunit": "^4.0"
162 },
163 "type": "library",
164 "extra": {
165 "branch-alias": {
166 "dev-master": "1.4-dev"
167 }
168 },
169 "autoload": {
170 "psr-4": {
171 "GuzzleHttp\\Promise\\": "src/"
172 },
173 "files": [
174 "src/functions_include.php"
175 ]
176 },
177 "notification-url": "https://packagist.org/downloads/",
178 "license": [
179 "MIT"
180 ],
181 "authors": [
182 {
183 "name": "Michael Dowling",
184 "email": "mtdowling@gmail.com",
185 "homepage": "https://github.com/mtdowling"
186 }
187 ],
188 "description": "Guzzle promises library",
189 "keywords": [
190 "promise"
191 ],
192 "time": "2016-12-20T10:07:11+00:00"
193 },
194 {
195 "name": "guzzlehttp/psr7",
196 "version": "1.6.1",
197 "source": {
198 "type": "git",
199 "url": "https://github.com/guzzle/psr7.git",
200 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
201 },
202 "dist": {
203 "type": "zip",
204 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
205 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
206 "shasum": ""
207 },
208 "require": {
209 "php": ">=5.4.0",
210 "psr/http-message": "~1.0",
211 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
212 },
213 "provide": {
214 "psr/http-message-implementation": "1.0"
215 },
216 "require-dev": {
217 "ext-zlib": "*",
218 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
219 },
220 "suggest": {
221 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
222 },
223 "type": "library",
224 "extra": {
225 "branch-alias": {
226 "dev-master": "1.6-dev"
227 }
228 },
229 "autoload": {
230 "psr-4": {
231 "GuzzleHttp\\Psr7\\": "src/"
232 },
233 "files": [
234 "src/functions_include.php"
235 ]
236 },
237 "notification-url": "https://packagist.org/downloads/",
238 "license": [
239 "MIT"
240 ],
241 "authors": [
242 {
243 "name": "Michael Dowling",
244 "email": "mtdowling@gmail.com",
245 "homepage": "https://github.com/mtdowling"
246 },
247 {
248 "name": "Tobias Schultze",
249 "homepage": "https://github.com/Tobion"
250 }
251 ],
252 "description": "PSR-7 message implementation that also provides common utility methods",
253 "keywords": [
254 "http",
255 "message",
256 "psr-7",
257 "request",
258 "response",
259 "stream",
260 "uri",
261 "url"
262 ],
263 "time": "2019-07-01T23:21:34+00:00"
264 },
265 {
266 "name": "illuminate/contracts",
267 "version": "v5.5.44",
268 "source": {
269 "type": "git",
270 "url": "https://github.com/illuminate/contracts.git",
271 "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528"
272 },
273 "dist": {
274 "type": "zip",
275 "url": "https://api.github.com/repos/illuminate/contracts/zipball/b2a62b4a85485fca9cf5fa61a933ad64006ff528",
276 "reference": "b2a62b4a85485fca9cf5fa61a933ad64006ff528",
277 "shasum": ""
278 },
279 "require": {
280 "php": ">=7.0",
281 "psr/container": "~1.0",
282 "psr/simple-cache": "~1.0"
283 },
284 "type": "library",
285 "extra": {
286 "branch-alias": {
287 "dev-master": "5.5-dev"
288 }
289 },
290 "autoload": {
291 "psr-4": {
292 "Illuminate\\Contracts\\": ""
293 }
294 },
295 "notification-url": "https://packagist.org/downloads/",
296 "license": [
297 "MIT"
298 ],
299 "authors": [
300 {
301 "name": "Taylor Otwell",
302 "email": "taylor@laravel.com"
303 }
304 ],
305 "description": "The Illuminate Contracts package.",
306 "homepage": "https://laravel.com",
307 "time": "2018-03-20T15:34:35+00:00"
308 },
309 {
310 "name": "illuminate/support",
311 "version": "v5.5.44",
312 "source": {
313 "type": "git",
314 "url": "https://github.com/illuminate/support.git",
315 "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4"
316 },
317 "dist": {
318 "type": "zip",
319 "url": "https://api.github.com/repos/illuminate/support/zipball/5c405512d75dcaf5d37791badce02d86ed8e4bc4",
320 "reference": "5c405512d75dcaf5d37791badce02d86ed8e4bc4",
321 "shasum": ""
322 },
323 "require": {
324 "doctrine/inflector": "~1.1",
325 "ext-mbstring": "*",
326 "illuminate/contracts": "5.5.*",
327 "nesbot/carbon": "^1.24.1",
328 "php": ">=7.0"
329 },
330 "replace": {
331 "tightenco/collect": "<5.5.33"
332 },
333 "suggest": {
334 "illuminate/filesystem": "Required to use the composer class (5.5.*).",
335 "symfony/process": "Required to use the composer class (~3.3).",
336 "symfony/var-dumper": "Required to use the dd function (~3.3)."
337 },
338 "type": "library",
339 "extra": {
340 "branch-alias": {
341 "dev-master": "5.5-dev"
342 }
343 },
344 "autoload": {
345 "psr-4": {
346 "Illuminate\\Support\\": ""
347 },
348 "files": [
349 "helpers.php"
350 ]
351 },
352 "notification-url": "https://packagist.org/downloads/",
353 "license": [
354 "MIT"
355 ],
356 "authors": [
357 {
358 "name": "Taylor Otwell",
359 "email": "taylor@laravel.com"
360 }
361 ],
362 "description": "The Illuminate Support package.",
363 "homepage": "https://laravel.com",
364 "time": "2018-08-10T19:40:01+00:00"
365 },
366 {
367 "name": "irazasyed/telegram-bot-sdk",
368 "version": "dev-master",
369 "source": {
370 "type": "git",
371 "url": "https://github.com/irazasyed/telegram-bot-sdk.git",
372 "reference": "2109011c2ad2a43dd9d874fd98b3e68bc826769c"
373 },
374 "dist": {
375 "type": "zip",
376 "url": "https://api.github.com/repos/irazasyed/telegram-bot-sdk/zipball/2109011c2ad2a43dd9d874fd98b3e68bc826769c",
377 "reference": "2109011c2ad2a43dd9d874fd98b3e68bc826769c",
378 "shasum": ""
379 },
380 "require": {
381 "guzzlehttp/guzzle": "~6.0",
382 "illuminate/support": "^5.0 || ^6.0 || ^7.0",
383 "league/event": "^2.1",
384 "php": ">=5.6.0"
385 },
386 "require-dev": {
387 "phpspec/prophecy": "^1.5",
388 "phpunit/phpunit": "^4.8 || ^5.0"
389 },
390 "suggest": {
391 "illuminate/container": "Hold dependencies to be injected in commands constructors",
392 "irazasyed/larasupport": "Allows you to use any Laravel Package in Lumen by adding support!"
393 },
394 "type": "library",
395 "extra": {
396 "branch-alias": {
397 "dev-master": "3.0-dev"
398 },
399 "laravel": {
400 "providers": [
401 "Telegram\\Bot\\Laravel\\TelegramServiceProvider"
402 ],
403 "aliases": {
404 "Telegram": "Telegram\\Bot\\Laravel\\Facades\\Telegram"
405 }
406 }
407 },
408 "autoload": {
409 "psr-4": {
410 "Telegram\\Bot\\": "src/"
411 }
412 },
413 "notification-url": "https://packagist.org/downloads/",
414 "license": [
415 "BSD-3-Clause"
416 ],
417 "authors": [
418 {
419 "name": "Syed Irfaq R.",
420 "email": "syed+gh@lukonet.com",
421 "homepage": "https://github.com/irazasyed"
422 }
423 ],
424 "description": "The Unofficial Telegram Bot API PHP SDK",
425 "homepage": "https://github.com/irazasyed/telegram-bot-sdk",
426 "keywords": [
427 "laravel",
428 "laravel telegram",
429 "telegram",
430 "telegram bot",
431 "telegram bot api",
432 "telegram php",
433 "telegram sdk"
434 ],
435 "time": "2019-02-26T22:45:13+00:00"
436 },
437 {
438 "name": "kylekatarnls/update-helper",
439 "version": "1.2.1",
440 "source": {
441 "type": "git",
442 "url": "https://github.com/kylekatarnls/update-helper.git",
443 "reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
444 },
445 "dist": {
446 "type": "zip",
447 "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
448 "reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
449 "shasum": ""
450 },
451 "require": {
452 "composer-plugin-api": "^1.1.0 || ^2.0.0",
453 "php": ">=5.3.0"
454 },
455 "require-dev": {
456 "codeclimate/php-test-reporter": "dev-master",
457 "composer/composer": "2.0.x-dev || ^2.0.0-dev",
458 "phpunit/phpunit": ">=4.8.35 <6.0"
459 },
460 "type": "composer-plugin",
461 "extra": {
462 "class": "UpdateHelper\\ComposerPlugin"
463 },
464 "autoload": {
465 "psr-0": {
466 "UpdateHelper\\": "src/"
467 }
468 },
469 "notification-url": "https://packagist.org/downloads/",
470 "license": [
471 "MIT"
472 ],
473 "authors": [
474 {
475 "name": "Kyle",
476 "email": "kylekatarnls@gmail.com"
477 }
478 ],
479 "description": "Update helper",
480 "funding": [
481 {
482 "url": "https://github.com/kylekatarnls",
483 "type": "github"
484 },
485 {
486 "url": "https://opencollective.com/Carbon",
487 "type": "open_collective"
488 },
489 {
490 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
491 "type": "tidelift"
492 }
493 ],
494 "time": "2020-04-07T20:44:10+00:00"
495 },
496 {
497 "name": "league/event",
498 "version": "2.2.0",
499 "source": {
500 "type": "git",
501 "url": "https://github.com/thephpleague/event.git",
502 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
503 },
504 "dist": {
505 "type": "zip",
506 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
507 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
508 "shasum": ""
509 },
510 "require": {
511 "php": ">=5.4.0"
512 },
513 "require-dev": {
514 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
515 "phpspec/phpspec": "^2.2"
516 },
517 "type": "library",
518 "extra": {
519 "branch-alias": {
520 "dev-master": "2.2-dev"
521 }
522 },
523 "autoload": {
524 "psr-4": {
525 "League\\Event\\": "src/"
526 }
527 },
528 "notification-url": "https://packagist.org/downloads/",
529 "license": [
530 "MIT"
531 ],
532 "authors": [
533 {
534 "name": "Frank de Jonge",
535 "email": "info@frenky.net"
536 }
537 ],
538 "description": "Event package",
539 "keywords": [
540 "emitter",
541 "event",
542 "listener"
543 ],
544 "time": "2018-11-26T11:52:41+00:00"
545 },
546 {
547 "name": "nesbot/carbon",
548 "version": "1.39.1",
549 "source": {
550 "type": "git",
551 "url": "https://github.com/briannesbitt/Carbon.git",
552 "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
553 },
554 "dist": {
555 "type": "zip",
556 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
557 "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
558 "shasum": ""
559 },
560 "require": {
561 "kylekatarnls/update-helper": "^1.1",
562 "php": ">=5.3.9",
563 "symfony/translation": "~2.6 || ~3.0 || ~4.0"
564 },
565 "require-dev": {
566 "composer/composer": "^1.2",
567 "friendsofphp/php-cs-fixer": "~2",
568 "phpunit/phpunit": "^4.8.35 || ^5.7"
569 },
570 "bin": [
571 "bin/upgrade-carbon"
572 ],
573 "type": "library",
574 "extra": {
575 "update-helper": "Carbon\\Upgrade",
576 "laravel": {
577 "providers": [
578 "Carbon\\Laravel\\ServiceProvider"
579 ]
580 }
581 },
582 "autoload": {
583 "psr-4": {
584 "": "src/"
585 }
586 },
587 "notification-url": "https://packagist.org/downloads/",
588 "license": [
589 "MIT"
590 ],
591 "authors": [
592 {
593 "name": "Brian Nesbitt",
594 "email": "brian@nesbot.com",
595 "homepage": "http://nesbot.com"
596 }
597 ],
598 "description": "A simple API extension for DateTime.",
599 "homepage": "http://carbon.nesbot.com",
600 "keywords": [
601 "date",
602 "datetime",
603 "time"
604 ],
605 "time": "2019-10-14T05:51:36+00:00"
606 },
607 {
608 "name": "paragonie/random_compat",
609 "version": "v9.99.99",
610 "source": {
611 "type": "git",
612 "url": "https://github.com/paragonie/random_compat.git",
613 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
614 },
615 "dist": {
616 "type": "zip",
617 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
618 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
619 "shasum": ""
620 },
621 "require": {
622 "php": "^7"
623 },
624 "require-dev": {
625 "phpunit/phpunit": "4.*|5.*",
626 "vimeo/psalm": "^1"
627 },
628 "suggest": {
629 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
630 },
631 "type": "library",
632 "notification-url": "https://packagist.org/downloads/",
633 "license": [
634 "MIT"
635 ],
636 "authors": [
637 {
638 "name": "Paragon Initiative Enterprises",
639 "email": "security@paragonie.com",
640 "homepage": "https://paragonie.com"
641 }
642 ],
643 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
644 "keywords": [
645 "csprng",
646 "polyfill",
647 "pseudorandom",
648 "random"
649 ],
650 "time": "2018-07-02T15:55:56+00:00"
651 },
652 {
653 "name": "psr/container",
654 "version": "1.0.0",
655 "source": {
656 "type": "git",
657 "url": "https://github.com/php-fig/container.git",
658 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
659 },
660 "dist": {
661 "type": "zip",
662 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
663 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
664 "shasum": ""
665 },
666 "require": {
667 "php": ">=5.3.0"
668 },
669 "type": "library",
670 "extra": {
671 "branch-alias": {
672 "dev-master": "1.0.x-dev"
673 }
674 },
675 "autoload": {
676 "psr-4": {
677 "Psr\\Container\\": "src/"
678 }
679 },
680 "notification-url": "https://packagist.org/downloads/",
681 "license": [
682 "MIT"
683 ],
684 "authors": [
685 {
686 "name": "PHP-FIG",
687 "homepage": "http://www.php-fig.org/"
688 }
689 ],
690 "description": "Common Container Interface (PHP FIG PSR-11)",
691 "homepage": "https://github.com/php-fig/container",
692 "keywords": [
693 "PSR-11",
694 "container",
695 "container-interface",
696 "container-interop",
697 "psr"
698 ],
699 "time": "2017-02-14T16:28:37+00:00"
700 },
701 {
702 "name": "psr/http-message",
703 "version": "1.0.1",
704 "source": {
705 "type": "git",
706 "url": "https://github.com/php-fig/http-message.git",
707 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
708 },
709 "dist": {
710 "type": "zip",
711 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
712 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
713 "shasum": ""
714 },
715 "require": {
716 "php": ">=5.3.0"
717 },
718 "type": "library",
719 "extra": {
720 "branch-alias": {
721 "dev-master": "1.0.x-dev"
722 }
723 },
724 "autoload": {
725 "psr-4": {
726 "Psr\\Http\\Message\\": "src/"
727 }
728 },
729 "notification-url": "https://packagist.org/downloads/",
730 "license": [
731 "MIT"
732 ],
733 "authors": [
734 {
735 "name": "PHP-FIG",
736 "homepage": "http://www.php-fig.org/"
737 }
738 ],
739 "description": "Common interface for HTTP messages",
740 "homepage": "https://github.com/php-fig/http-message",
741 "keywords": [
742 "http",
743 "http-message",
744 "psr",
745 "psr-7",
746 "request",
747 "response"
748 ],
749 "time": "2016-08-06T14:39:51+00:00"
750 },
751 {
752 "name": "psr/simple-cache",
753 "version": "1.0.1",
754 "source": {
755 "type": "git",
756 "url": "https://github.com/php-fig/simple-cache.git",
757 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
758 },
759 "dist": {
760 "type": "zip",
761 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
762 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
763 "shasum": ""
764 },
765 "require": {
766 "php": ">=5.3.0"
767 },
768 "type": "library",
769 "extra": {
770 "branch-alias": {
771 "dev-master": "1.0.x-dev"
772 }
773 },
774 "autoload": {
775 "psr-4": {
776 "Psr\\SimpleCache\\": "src/"
777 }
778 },
779 "notification-url": "https://packagist.org/downloads/",
780 "license": [
781 "MIT"
782 ],
783 "authors": [
784 {
785 "name": "PHP-FIG",
786 "homepage": "http://www.php-fig.org/"
787 }
788 ],
789 "description": "Common interfaces for simple caching",
790 "keywords": [
791 "cache",
792 "caching",
793 "psr",
794 "psr-16",
795 "simple-cache"
796 ],
797 "time": "2017-10-23T01:57:42+00:00"
798 },
799 {
800 "name": "ralouphie/getallheaders",
801 "version": "3.0.3",
802 "source": {
803 "type": "git",
804 "url": "https://github.com/ralouphie/getallheaders.git",
805 "reference": "120b605dfeb996808c31b6477290a714d356e822"
806 },
807 "dist": {
808 "type": "zip",
809 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
810 "reference": "120b605dfeb996808c31b6477290a714d356e822",
811 "shasum": ""
812 },
813 "require": {
814 "php": ">=5.6"
815 },
816 "require-dev": {
817 "php-coveralls/php-coveralls": "^2.1",
818 "phpunit/phpunit": "^5 || ^6.5"
819 },
820 "type": "library",
821 "autoload": {
822 "files": [
823 "src/getallheaders.php"
824 ]
825 },
826 "notification-url": "https://packagist.org/downloads/",
827 "license": [
828 "MIT"
829 ],
830 "authors": [
831 {
832 "name": "Ralph Khattar",
833 "email": "ralph.khattar@gmail.com"
834 }
835 ],
836 "description": "A polyfill for getallheaders.",
837 "time": "2019-03-08T08:55:37+00:00"
838 },
839 {
840 "name": "symfony/polyfill-intl-idn",
841 "version": "v1.18.0",
842 "source": {
843 "type": "git",
844 "url": "https://github.com/symfony/polyfill-intl-idn.git",
845 "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe"
846 },
847 "dist": {
848 "type": "zip",
849 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
850 "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
851 "shasum": ""
852 },
853 "require": {
854 "php": ">=5.3.3",
855 "symfony/polyfill-intl-normalizer": "^1.10",
856 "symfony/polyfill-php70": "^1.10",
857 "symfony/polyfill-php72": "^1.10"
858 },
859 "suggest": {
860 "ext-intl": "For best performance"
861 },
862 "type": "library",
863 "extra": {
864 "branch-alias": {
865 "dev-master": "1.18-dev"
866 },
867 "thanks": {
868 "name": "symfony/polyfill",
869 "url": "https://github.com/symfony/polyfill"
870 }
871 },
872 "autoload": {
873 "psr-4": {
874 "Symfony\\Polyfill\\Intl\\Idn\\": ""
875 },
876 "files": [
877 "bootstrap.php"
878 ]
879 },
880 "notification-url": "https://packagist.org/downloads/",
881 "license": [
882 "MIT"
883 ],
884 "authors": [
885 {
886 "name": "Laurent Bassin",
887 "email": "laurent@bassin.info"
888 },
889 {
890 "name": "Trevor Rowbotham",
891 "email": "trevor.rowbotham@pm.me"
892 },
893 {
894 "name": "Symfony Community",
895 "homepage": "https://symfony.com/contributors"
896 }
897 ],
898 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
899 "homepage": "https://symfony.com",
900 "keywords": [
901 "compatibility",
902 "idn",
903 "intl",
904 "polyfill",
905 "portable",
906 "shim"
907 ],
908 "funding": [
909 {
910 "url": "https://symfony.com/sponsor",
911 "type": "custom"
912 },
913 {
914 "url": "https://github.com/fabpot",
915 "type": "github"
916 },
917 {
918 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
919 "type": "tidelift"
920 }
921 ],
922 "time": "2020-07-14T12:35:20+00:00"
923 },
924 {
925 "name": "symfony/polyfill-intl-normalizer",
926 "version": "v1.18.0",
927 "source": {
928 "type": "git",
929 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
930 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
931 },
932 "dist": {
933 "type": "zip",
934 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
935 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
936 "shasum": ""
937 },
938 "require": {
939 "php": ">=5.3.3"
940 },
941 "suggest": {
942 "ext-intl": "For best performance"
943 },
944 "type": "library",
945 "extra": {
946 "branch-alias": {
947 "dev-master": "1.18-dev"
948 },
949 "thanks": {
950 "name": "symfony/polyfill",
951 "url": "https://github.com/symfony/polyfill"
952 }
953 },
954 "autoload": {
955 "psr-4": {
956 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
957 },
958 "files": [
959 "bootstrap.php"
960 ],
961 "classmap": [
962 "Resources/stubs"
963 ]
964 },
965 "notification-url": "https://packagist.org/downloads/",
966 "license": [
967 "MIT"
968 ],
969 "authors": [
970 {
971 "name": "Nicolas Grekas",
972 "email": "p@tchwork.com"
973 },
974 {
975 "name": "Symfony Community",
976 "homepage": "https://symfony.com/contributors"
977 }
978 ],
979 "description": "Symfony polyfill for intl's Normalizer class and related functions",
980 "homepage": "https://symfony.com",
981 "keywords": [
982 "compatibility",
983 "intl",
984 "normalizer",
985 "polyfill",
986 "portable",
987 "shim"
988 ],
989 "funding": [
990 {
991 "url": "https://symfony.com/sponsor",
992 "type": "custom"
993 },
994 {
995 "url": "https://github.com/fabpot",
996 "type": "github"
997 },
998 {
999 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1000 "type": "tidelift"
1001 }
1002 ],
1003 "time": "2020-07-14T12:35:20+00:00"
1004 },
1005 {
1006 "name": "symfony/polyfill-mbstring",
1007 "version": "v1.18.0",
1008 "source": {
1009 "type": "git",
1010 "url": "https://github.com/symfony/polyfill-mbstring.git",
1011 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
1012 },
1013 "dist": {
1014 "type": "zip",
1015 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
1016 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
1017 "shasum": ""
1018 },
1019 "require": {
1020 "php": ">=5.3.3"
1021 },
1022 "suggest": {
1023 "ext-mbstring": "For best performance"
1024 },
1025 "type": "library",
1026 "extra": {
1027 "branch-alias": {
1028 "dev-master": "1.18-dev"
1029 },
1030 "thanks": {
1031 "name": "symfony/polyfill",
1032 "url": "https://github.com/symfony/polyfill"
1033 }
1034 },
1035 "autoload": {
1036 "psr-4": {
1037 "Symfony\\Polyfill\\Mbstring\\": ""
1038 },
1039 "files": [
1040 "bootstrap.php"
1041 ]
1042 },
1043 "notification-url": "https://packagist.org/downloads/",
1044 "license": [
1045 "MIT"
1046 ],
1047 "authors": [
1048 {
1049 "name": "Nicolas Grekas",
1050 "email": "p@tchwork.com"
1051 },
1052 {
1053 "name": "Symfony Community",
1054 "homepage": "https://symfony.com/contributors"
1055 }
1056 ],
1057 "description": "Symfony polyfill for the Mbstring extension",
1058 "homepage": "https://symfony.com",
1059 "keywords": [
1060 "compatibility",
1061 "mbstring",
1062 "polyfill",
1063 "portable",
1064 "shim"
1065 ],
1066 "funding": [
1067 {
1068 "url": "https://symfony.com/sponsor",
1069 "type": "custom"
1070 },
1071 {
1072 "url": "https://github.com/fabpot",
1073 "type": "github"
1074 },
1075 {
1076 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1077 "type": "tidelift"
1078 }
1079 ],
1080 "time": "2020-07-14T12:35:20+00:00"
1081 },
1082 {
1083 "name": "symfony/polyfill-php70",
1084 "version": "v1.18.0",
1085 "source": {
1086 "type": "git",
1087 "url": "https://github.com/symfony/polyfill-php70.git",
1088 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
1089 },
1090 "dist": {
1091 "type": "zip",
1092 "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
1093 "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
1094 "shasum": ""
1095 },
1096 "require": {
1097 "paragonie/random_compat": "~1.0|~2.0|~9.99",
1098 "php": ">=5.3.3"
1099 },
1100 "type": "library",
1101 "extra": {
1102 "branch-alias": {
1103 "dev-master": "1.18-dev"
1104 },
1105 "thanks": {
1106 "name": "symfony/polyfill",
1107 "url": "https://github.com/symfony/polyfill"
1108 }
1109 },
1110 "autoload": {
1111 "psr-4": {
1112 "Symfony\\Polyfill\\Php70\\": ""
1113 },
1114 "files": [
1115 "bootstrap.php"
1116 ],
1117 "classmap": [
1118 "Resources/stubs"
1119 ]
1120 },
1121 "notification-url": "https://packagist.org/downloads/",
1122 "license": [
1123 "MIT"
1124 ],
1125 "authors": [
1126 {
1127 "name": "Nicolas Grekas",
1128 "email": "p@tchwork.com"
1129 },
1130 {
1131 "name": "Symfony Community",
1132 "homepage": "https://symfony.com/contributors"
1133 }
1134 ],
1135 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1136 "homepage": "https://symfony.com",
1137 "keywords": [
1138 "compatibility",
1139 "polyfill",
1140 "portable",
1141 "shim"
1142 ],
1143 "funding": [
1144 {
1145 "url": "https://symfony.com/sponsor",
1146 "type": "custom"
1147 },
1148 {
1149 "url": "https://github.com/fabpot",
1150 "type": "github"
1151 },
1152 {
1153 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1154 "type": "tidelift"
1155 }
1156 ],
1157 "time": "2020-07-14T12:35:20+00:00"
1158 },
1159 {
1160 "name": "symfony/polyfill-php72",
1161 "version": "v1.18.0",
1162 "source": {
1163 "type": "git",
1164 "url": "https://github.com/symfony/polyfill-php72.git",
1165 "reference": "639447d008615574653fb3bc60d1986d7172eaae"
1166 },
1167 "dist": {
1168 "type": "zip",
1169 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
1170 "reference": "639447d008615574653fb3bc60d1986d7172eaae",
1171 "shasum": ""
1172 },
1173 "require": {
1174 "php": ">=5.3.3"
1175 },
1176 "type": "library",
1177 "extra": {
1178 "branch-alias": {
1179 "dev-master": "1.18-dev"
1180 },
1181 "thanks": {
1182 "name": "symfony/polyfill",
1183 "url": "https://github.com/symfony/polyfill"
1184 }
1185 },
1186 "autoload": {
1187 "psr-4": {
1188 "Symfony\\Polyfill\\Php72\\": ""
1189 },
1190 "files": [
1191 "bootstrap.php"
1192 ]
1193 },
1194 "notification-url": "https://packagist.org/downloads/",
1195 "license": [
1196 "MIT"
1197 ],
1198 "authors": [
1199 {
1200 "name": "Nicolas Grekas",
1201 "email": "p@tchwork.com"
1202 },
1203 {
1204 "name": "Symfony Community",
1205 "homepage": "https://symfony.com/contributors"
1206 }
1207 ],
1208 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1209 "homepage": "https://symfony.com",
1210 "keywords": [
1211 "compatibility",
1212 "polyfill",
1213 "portable",
1214 "shim"
1215 ],
1216 "funding": [
1217 {
1218 "url": "https://symfony.com/sponsor",
1219 "type": "custom"
1220 },
1221 {
1222 "url": "https://github.com/fabpot",
1223 "type": "github"
1224 },
1225 {
1226 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1227 "type": "tidelift"
1228 }
1229 ],
1230 "time": "2020-07-14T12:35:20+00:00"
1231 },
1232 {
1233 "name": "symfony/translation",
1234 "version": "v3.3.6",
1235 "source": {
1236 "type": "git",
1237 "url": "https://github.com/symfony/translation.git",
1238 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
1239 },
1240 "dist": {
1241 "type": "zip",
1242 "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
1243 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
1244 "shasum": ""
1245 },
1246 "require": {
1247 "php": ">=5.5.9",
1248 "symfony/polyfill-mbstring": "~1.0"
1249 },
1250 "conflict": {
1251 "symfony/config": "<2.8",
1252 "symfony/yaml": "<3.3"
1253 },
1254 "require-dev": {
1255 "psr/log": "~1.0",
1256 "symfony/config": "~2.8|~3.0",
1257 "symfony/intl": "^2.8.18|^3.2.5",
1258 "symfony/yaml": "~3.3"
1259 },
1260 "suggest": {
1261 "psr/log": "To use logging capability in translator",
1262 "symfony/config": "",
1263 "symfony/yaml": ""
1264 },
1265 "type": "library",
1266 "extra": {
1267 "branch-alias": {
1268 "dev-master": "3.3-dev"
1269 }
1270 },
1271 "autoload": {
1272 "psr-4": {
1273 "Symfony\\Component\\Translation\\": ""
1274 },
1275 "exclude-from-classmap": [
1276 "/Tests/"
1277 ]
1278 },
1279 "notification-url": "https://packagist.org/downloads/",
1280 "license": [
1281 "MIT"
1282 ],
1283 "authors": [
1284 {
1285 "name": "Fabien Potencier",
1286 "email": "fabien@symfony.com"
1287 },
1288 {
1289 "name": "Symfony Community",
1290 "homepage": "https://symfony.com/contributors"
1291 }
1292 ],
1293 "description": "Symfony Translation Component",
1294 "homepage": "https://symfony.com",
1295 "time": "2017-06-24T16:45:30+00:00"
1296 }
1297 ],
1298 "packages-dev": [],
1299 "aliases": [],
1300 "minimum-stability": "stable",
1301 "stability-flags": {
1302 "irazasyed/telegram-bot-sdk": 20
1303 },
1304 "prefer-stable": false,
1305 "prefer-lowest": false,
1306 "platform": [],
1307 "platform-dev": [],
1308 "platform-overrides": {
1309 "php": "7.0.0"
1310 },
1311 "plugin-api-version": "1.1.0"
1312 }