Coding style fix
[SonOfLokstallBot.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#composer-lock-the-lock-file",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "4fc59fc846328b44db644ed8cd44face",
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.3.0",
79 "source": {
80 "type": "git",
81 "url": "https://github.com/guzzle/guzzle.git",
82 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
83 },
84 "dist": {
85 "type": "zip",
86 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
87 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
88 "shasum": ""
89 },
90 "require": {
91 "guzzlehttp/promises": "^1.0",
92 "guzzlehttp/psr7": "^1.4",
93 "php": ">=5.5"
94 },
95 "require-dev": {
96 "ext-curl": "*",
97 "phpunit/phpunit": "^4.0 || ^5.0",
98 "psr/log": "^1.0"
99 },
100 "suggest": {
101 "psr/log": "Required for using the Log middleware"
102 },
103 "type": "library",
104 "extra": {
105 "branch-alias": {
106 "dev-master": "6.2-dev"
107 }
108 },
109 "autoload": {
110 "files": [
111 "src/functions_include.php"
112 ],
113 "psr-4": {
114 "GuzzleHttp\\": "src/"
115 }
116 },
117 "notification-url": "https://packagist.org/downloads/",
118 "license": [
119 "MIT"
120 ],
121 "authors": [
122 {
123 "name": "Michael Dowling",
124 "email": "mtdowling@gmail.com",
125 "homepage": "https://github.com/mtdowling"
126 }
127 ],
128 "description": "Guzzle is a PHP HTTP client library",
129 "homepage": "http://guzzlephp.org/",
130 "keywords": [
131 "client",
132 "curl",
133 "framework",
134 "http",
135 "http client",
136 "rest",
137 "web service"
138 ],
139 "time": "2017-06-22T18:50:49+00:00"
140 },
141 {
142 "name": "guzzlehttp/promises",
143 "version": "v1.3.1",
144 "source": {
145 "type": "git",
146 "url": "https://github.com/guzzle/promises.git",
147 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
148 },
149 "dist": {
150 "type": "zip",
151 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
152 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
153 "shasum": ""
154 },
155 "require": {
156 "php": ">=5.5.0"
157 },
158 "require-dev": {
159 "phpunit/phpunit": "^4.0"
160 },
161 "type": "library",
162 "extra": {
163 "branch-alias": {
164 "dev-master": "1.4-dev"
165 }
166 },
167 "autoload": {
168 "psr-4": {
169 "GuzzleHttp\\Promise\\": "src/"
170 },
171 "files": [
172 "src/functions_include.php"
173 ]
174 },
175 "notification-url": "https://packagist.org/downloads/",
176 "license": [
177 "MIT"
178 ],
179 "authors": [
180 {
181 "name": "Michael Dowling",
182 "email": "mtdowling@gmail.com",
183 "homepage": "https://github.com/mtdowling"
184 }
185 ],
186 "description": "Guzzle promises library",
187 "keywords": [
188 "promise"
189 ],
190 "time": "2016-12-20T10:07:11+00:00"
191 },
192 {
193 "name": "guzzlehttp/psr7",
194 "version": "1.4.2",
195 "source": {
196 "type": "git",
197 "url": "https://github.com/guzzle/psr7.git",
198 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
199 },
200 "dist": {
201 "type": "zip",
202 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
203 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
204 "shasum": ""
205 },
206 "require": {
207 "php": ">=5.4.0",
208 "psr/http-message": "~1.0"
209 },
210 "provide": {
211 "psr/http-message-implementation": "1.0"
212 },
213 "require-dev": {
214 "phpunit/phpunit": "~4.0"
215 },
216 "type": "library",
217 "extra": {
218 "branch-alias": {
219 "dev-master": "1.4-dev"
220 }
221 },
222 "autoload": {
223 "psr-4": {
224 "GuzzleHttp\\Psr7\\": "src/"
225 },
226 "files": [
227 "src/functions_include.php"
228 ]
229 },
230 "notification-url": "https://packagist.org/downloads/",
231 "license": [
232 "MIT"
233 ],
234 "authors": [
235 {
236 "name": "Michael Dowling",
237 "email": "mtdowling@gmail.com",
238 "homepage": "https://github.com/mtdowling"
239 },
240 {
241 "name": "Tobias Schultze",
242 "homepage": "https://github.com/Tobion"
243 }
244 ],
245 "description": "PSR-7 message implementation that also provides common utility methods",
246 "keywords": [
247 "http",
248 "message",
249 "request",
250 "response",
251 "stream",
252 "uri",
253 "url"
254 ],
255 "time": "2017-03-20T17:10:46+00:00"
256 },
257 {
258 "name": "illuminate/contracts",
259 "version": "v5.5.17",
260 "source": {
261 "type": "git",
262 "url": "https://github.com/illuminate/contracts.git",
263 "reference": "d9e269284eba43bd2e9e8d1f1ba12362b00ec096"
264 },
265 "dist": {
266 "type": "zip",
267 "url": "https://api.github.com/repos/illuminate/contracts/zipball/d9e269284eba43bd2e9e8d1f1ba12362b00ec096",
268 "reference": "d9e269284eba43bd2e9e8d1f1ba12362b00ec096",
269 "shasum": ""
270 },
271 "require": {
272 "php": ">=7.0",
273 "psr/container": "~1.0",
274 "psr/simple-cache": "~1.0"
275 },
276 "type": "library",
277 "extra": {
278 "branch-alias": {
279 "dev-master": "5.5-dev"
280 }
281 },
282 "autoload": {
283 "psr-4": {
284 "Illuminate\\Contracts\\": ""
285 }
286 },
287 "notification-url": "https://packagist.org/downloads/",
288 "license": [
289 "MIT"
290 ],
291 "authors": [
292 {
293 "name": "Taylor Otwell",
294 "email": "taylor@laravel.com"
295 }
296 ],
297 "description": "The Illuminate Contracts package.",
298 "homepage": "https://laravel.com",
299 "time": "2017-09-19T13:09:37+00:00"
300 },
301 {
302 "name": "illuminate/support",
303 "version": "v5.5.17",
304 "source": {
305 "type": "git",
306 "url": "https://github.com/illuminate/support.git",
307 "reference": "132b06edaab3808f63943004911d58785f164ab4"
308 },
309 "dist": {
310 "type": "zip",
311 "url": "https://api.github.com/repos/illuminate/support/zipball/132b06edaab3808f63943004911d58785f164ab4",
312 "reference": "132b06edaab3808f63943004911d58785f164ab4",
313 "shasum": ""
314 },
315 "require": {
316 "doctrine/inflector": "~1.1",
317 "ext-mbstring": "*",
318 "illuminate/contracts": "5.5.*",
319 "nesbot/carbon": "^1.20",
320 "php": ">=7.0"
321 },
322 "replace": {
323 "tightenco/collect": "self.version"
324 },
325 "suggest": {
326 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
327 "symfony/process": "Required to use the composer class (~3.3).",
328 "symfony/var-dumper": "Required to use the dd function (~3.3)."
329 },
330 "type": "library",
331 "extra": {
332 "branch-alias": {
333 "dev-master": "5.5-dev"
334 }
335 },
336 "autoload": {
337 "psr-4": {
338 "Illuminate\\Support\\": ""
339 },
340 "files": [
341 "helpers.php"
342 ]
343 },
344 "notification-url": "https://packagist.org/downloads/",
345 "license": [
346 "MIT"
347 ],
348 "authors": [
349 {
350 "name": "Taylor Otwell",
351 "email": "taylor@laravel.com"
352 }
353 ],
354 "description": "The Illuminate Support package.",
355 "homepage": "https://laravel.com",
356 "time": "2017-10-17T12:18:29+00:00"
357 },
358 {
359 "name": "irazasyed/telegram-bot-sdk",
360 "version": "v2.2.0",
361 "source": {
362 "type": "git",
363 "url": "https://github.com/irazasyed/telegram-bot-sdk.git",
364 "reference": "2824278370b231dfc9172104db8acc23fc5ade94"
365 },
366 "dist": {
367 "type": "zip",
368 "url": "https://api.github.com/repos/irazasyed/telegram-bot-sdk/zipball/2824278370b231dfc9172104db8acc23fc5ade94",
369 "reference": "2824278370b231dfc9172104db8acc23fc5ade94",
370 "shasum": ""
371 },
372 "require": {
373 "guzzlehttp/guzzle": "~6.0",
374 "illuminate/support": "~5.0",
375 "php": ">=5.5.0"
376 },
377 "require-dev": {
378 "phpspec/prophecy": "^1.5",
379 "phpunit/phpunit": "^4.8 || ^5.0"
380 },
381 "suggest": {
382 "illuminate/container": "Hold dependencies to be injected in commands constructors",
383 "irazasyed/larasupport": "Allows you to use any Laravel Package in Lumen by adding support!"
384 },
385 "type": "library",
386 "extra": {
387 "branch-alias": {
388 "dev-master": "2.0-dev"
389 }
390 },
391 "autoload": {
392 "psr-4": {
393 "Telegram\\Bot\\": "src/"
394 }
395 },
396 "notification-url": "https://packagist.org/downloads/",
397 "license": [
398 "BSD-3-Clause"
399 ],
400 "authors": [
401 {
402 "name": "Syed Irfaq R.",
403 "email": "syed+gh@lukonet.com",
404 "homepage": "https://github.com/irazasyed"
405 }
406 ],
407 "description": "The Unofficial Telegram Bot API PHP SDK",
408 "homepage": "https://github.com/irazasyed/telegram-bot-sdk",
409 "keywords": [
410 "laravel",
411 "laravel telegram",
412 "telegram",
413 "telegram bot",
414 "telegram bot api",
415 "telegram php",
416 "telegram sdk"
417 ],
418 "time": "2017-01-05T09:01:54+00:00"
419 },
420 {
421 "name": "nesbot/carbon",
422 "version": "1.22.1",
423 "source": {
424 "type": "git",
425 "url": "https://github.com/briannesbitt/Carbon.git",
426 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
427 },
428 "dist": {
429 "type": "zip",
430 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
431 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
432 "shasum": ""
433 },
434 "require": {
435 "php": ">=5.3.0",
436 "symfony/translation": "~2.6 || ~3.0"
437 },
438 "require-dev": {
439 "friendsofphp/php-cs-fixer": "~2",
440 "phpunit/phpunit": "~4.0 || ~5.0"
441 },
442 "type": "library",
443 "extra": {
444 "branch-alias": {
445 "dev-master": "1.23-dev"
446 }
447 },
448 "autoload": {
449 "psr-4": {
450 "Carbon\\": "src/Carbon/"
451 }
452 },
453 "notification-url": "https://packagist.org/downloads/",
454 "license": [
455 "MIT"
456 ],
457 "authors": [
458 {
459 "name": "Brian Nesbitt",
460 "email": "brian@nesbot.com",
461 "homepage": "http://nesbot.com"
462 }
463 ],
464 "description": "A simple API extension for DateTime.",
465 "homepage": "http://carbon.nesbot.com",
466 "keywords": [
467 "date",
468 "datetime",
469 "time"
470 ],
471 "time": "2017-01-16T07:55:07+00:00"
472 },
473 {
474 "name": "psr/container",
475 "version": "1.0.0",
476 "source": {
477 "type": "git",
478 "url": "https://github.com/php-fig/container.git",
479 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
480 },
481 "dist": {
482 "type": "zip",
483 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
484 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
485 "shasum": ""
486 },
487 "require": {
488 "php": ">=5.3.0"
489 },
490 "type": "library",
491 "extra": {
492 "branch-alias": {
493 "dev-master": "1.0.x-dev"
494 }
495 },
496 "autoload": {
497 "psr-4": {
498 "Psr\\Container\\": "src/"
499 }
500 },
501 "notification-url": "https://packagist.org/downloads/",
502 "license": [
503 "MIT"
504 ],
505 "authors": [
506 {
507 "name": "PHP-FIG",
508 "homepage": "http://www.php-fig.org/"
509 }
510 ],
511 "description": "Common Container Interface (PHP FIG PSR-11)",
512 "homepage": "https://github.com/php-fig/container",
513 "keywords": [
514 "PSR-11",
515 "container",
516 "container-interface",
517 "container-interop",
518 "psr"
519 ],
520 "time": "2017-02-14T16:28:37+00:00"
521 },
522 {
523 "name": "psr/http-message",
524 "version": "1.0.1",
525 "source": {
526 "type": "git",
527 "url": "https://github.com/php-fig/http-message.git",
528 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
529 },
530 "dist": {
531 "type": "zip",
532 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
533 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
534 "shasum": ""
535 },
536 "require": {
537 "php": ">=5.3.0"
538 },
539 "type": "library",
540 "extra": {
541 "branch-alias": {
542 "dev-master": "1.0.x-dev"
543 }
544 },
545 "autoload": {
546 "psr-4": {
547 "Psr\\Http\\Message\\": "src/"
548 }
549 },
550 "notification-url": "https://packagist.org/downloads/",
551 "license": [
552 "MIT"
553 ],
554 "authors": [
555 {
556 "name": "PHP-FIG",
557 "homepage": "http://www.php-fig.org/"
558 }
559 ],
560 "description": "Common interface for HTTP messages",
561 "homepage": "https://github.com/php-fig/http-message",
562 "keywords": [
563 "http",
564 "http-message",
565 "psr",
566 "psr-7",
567 "request",
568 "response"
569 ],
570 "time": "2016-08-06T14:39:51+00:00"
571 },
572 {
573 "name": "psr/simple-cache",
574 "version": "1.0.0",
575 "source": {
576 "type": "git",
577 "url": "https://github.com/php-fig/simple-cache.git",
578 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
579 },
580 "dist": {
581 "type": "zip",
582 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
583 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
584 "shasum": ""
585 },
586 "require": {
587 "php": ">=5.3.0"
588 },
589 "type": "library",
590 "extra": {
591 "branch-alias": {
592 "dev-master": "1.0.x-dev"
593 }
594 },
595 "autoload": {
596 "psr-4": {
597 "Psr\\SimpleCache\\": "src/"
598 }
599 },
600 "notification-url": "https://packagist.org/downloads/",
601 "license": [
602 "MIT"
603 ],
604 "authors": [
605 {
606 "name": "PHP-FIG",
607 "homepage": "http://www.php-fig.org/"
608 }
609 ],
610 "description": "Common interfaces for simple caching",
611 "keywords": [
612 "cache",
613 "caching",
614 "psr",
615 "psr-16",
616 "simple-cache"
617 ],
618 "time": "2017-01-02T13:31:39+00:00"
619 },
620 {
621 "name": "symfony/polyfill-mbstring",
622 "version": "v1.6.0",
623 "source": {
624 "type": "git",
625 "url": "https://github.com/symfony/polyfill-mbstring.git",
626 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
627 },
628 "dist": {
629 "type": "zip",
630 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
631 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
632 "shasum": ""
633 },
634 "require": {
635 "php": ">=5.3.3"
636 },
637 "suggest": {
638 "ext-mbstring": "For best performance"
639 },
640 "type": "library",
641 "extra": {
642 "branch-alias": {
643 "dev-master": "1.6-dev"
644 }
645 },
646 "autoload": {
647 "psr-4": {
648 "Symfony\\Polyfill\\Mbstring\\": ""
649 },
650 "files": [
651 "bootstrap.php"
652 ]
653 },
654 "notification-url": "https://packagist.org/downloads/",
655 "license": [
656 "MIT"
657 ],
658 "authors": [
659 {
660 "name": "Nicolas Grekas",
661 "email": "p@tchwork.com"
662 },
663 {
664 "name": "Symfony Community",
665 "homepage": "https://symfony.com/contributors"
666 }
667 ],
668 "description": "Symfony polyfill for the Mbstring extension",
669 "homepage": "https://symfony.com",
670 "keywords": [
671 "compatibility",
672 "mbstring",
673 "polyfill",
674 "portable",
675 "shim"
676 ],
677 "time": "2017-10-11T12:05:26+00:00"
678 },
679 {
680 "name": "symfony/translation",
681 "version": "v3.3.10",
682 "source": {
683 "type": "git",
684 "url": "https://github.com/symfony/translation.git",
685 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f"
686 },
687 "dist": {
688 "type": "zip",
689 "url": "https://api.github.com/repos/symfony/translation/zipball/409bf229cd552bf7e3faa8ab7e3980b07672073f",
690 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f",
691 "shasum": ""
692 },
693 "require": {
694 "php": "^5.5.9|>=7.0.8",
695 "symfony/polyfill-mbstring": "~1.0"
696 },
697 "conflict": {
698 "symfony/config": "<2.8",
699 "symfony/yaml": "<3.3"
700 },
701 "require-dev": {
702 "psr/log": "~1.0",
703 "symfony/config": "~2.8|~3.0",
704 "symfony/intl": "^2.8.18|^3.2.5",
705 "symfony/yaml": "~3.3"
706 },
707 "suggest": {
708 "psr/log": "To use logging capability in translator",
709 "symfony/config": "",
710 "symfony/yaml": ""
711 },
712 "type": "library",
713 "extra": {
714 "branch-alias": {
715 "dev-master": "3.3-dev"
716 }
717 },
718 "autoload": {
719 "psr-4": {
720 "Symfony\\Component\\Translation\\": ""
721 },
722 "exclude-from-classmap": [
723 "/Tests/"
724 ]
725 },
726 "notification-url": "https://packagist.org/downloads/",
727 "license": [
728 "MIT"
729 ],
730 "authors": [
731 {
732 "name": "Fabien Potencier",
733 "email": "fabien@symfony.com"
734 },
735 {
736 "name": "Symfony Community",
737 "homepage": "https://symfony.com/contributors"
738 }
739 ],
740 "description": "Symfony Translation Component",
741 "homepage": "https://symfony.com",
742 "time": "2017-10-02T06:42:24+00:00"
743 }
744 ],
745 "packages-dev": [],
746 "aliases": [],
747 "minimum-stability": "stable",
748 "stability-flags": [],
749 "prefer-stable": false,
750 "prefer-lowest": false,
751 "platform": [],
752 "platform-dev": []
753 }