Make paying bills a bit more fun
[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#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "6eee6eb7d8964bfae8f7f3269deda0c0",
8 "packages": [
9 {
10 "name": "cmfcmf/openweathermap-php-api",
11 "version": "v2.4.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api.git",
15 "reference": "37f2e1178948a07c8d50d5063a15ca84b5b51f6a"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/cmfcmf/OpenWeatherMap-PHP-Api/zipball/37f2e1178948a07c8d50d5063a15ca84b5b51f6a",
20 "reference": "37f2e1178948a07c8d50d5063a15ca84b5b51f6a",
21 "shasum": ""
22 },
23 "require": {
24 "ext-xml": "*",
25 "php": ">=5.3.0"
26 },
27 "require-dev": {
28 "phpunit/phpunit": "^4.8 || ^5.0.5"
29 },
30 "type": "library",
31 "autoload": {
32 "psr-4": {
33 "Cmfcmf\\": "Cmfcmf"
34 }
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "Christian Flach (cmfcmf)",
43 "email": "cmfcmf.flach@gmail.com",
44 "homepage": "http://cmfcmf.github.io",
45 "role": "Developer"
46 }
47 ],
48 "description": "A php api to parse weather data from OpenWeatherMap.org. This api tries to normalise and abstract the data and remove inconsistencies.",
49 "homepage": "https://github.com/cmfcmf/OpenWeatherMap-PHP-Api",
50 "keywords": [
51 "OpenWeatherMap",
52 "api",
53 "free",
54 "owm",
55 "weather"
56 ],
57 "time": "2018-08-30T07:35:48+00:00"
58 },
59 {
60 "name": "doctrine/inflector",
61 "version": "v1.2.0",
62 "source": {
63 "type": "git",
64 "url": "https://github.com/doctrine/inflector.git",
65 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
66 },
67 "dist": {
68 "type": "zip",
69 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
70 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
71 "shasum": ""
72 },
73 "require": {
74 "php": "^7.0"
75 },
76 "require-dev": {
77 "phpunit/phpunit": "^6.2"
78 },
79 "type": "library",
80 "extra": {
81 "branch-alias": {
82 "dev-master": "1.2.x-dev"
83 }
84 },
85 "autoload": {
86 "psr-4": {
87 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
88 }
89 },
90 "notification-url": "https://packagist.org/downloads/",
91 "license": [
92 "MIT"
93 ],
94 "authors": [
95 {
96 "name": "Roman Borschel",
97 "email": "roman@code-factory.org"
98 },
99 {
100 "name": "Benjamin Eberlei",
101 "email": "kontakt@beberlei.de"
102 },
103 {
104 "name": "Guilherme Blanco",
105 "email": "guilhermeblanco@gmail.com"
106 },
107 {
108 "name": "Jonathan Wage",
109 "email": "jonwage@gmail.com"
110 },
111 {
112 "name": "Johannes Schmitt",
113 "email": "schmittjoh@gmail.com"
114 }
115 ],
116 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
117 "homepage": "http://www.doctrine-project.org",
118 "keywords": [
119 "inflection",
120 "pluralize",
121 "singularize",
122 "string"
123 ],
124 "time": "2017-07-22T12:18:28+00:00"
125 },
126 {
127 "name": "guzzlehttp/guzzle",
128 "version": "6.3.0",
129 "source": {
130 "type": "git",
131 "url": "https://github.com/guzzle/guzzle.git",
132 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
133 },
134 "dist": {
135 "type": "zip",
136 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
137 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
138 "shasum": ""
139 },
140 "require": {
141 "guzzlehttp/promises": "^1.0",
142 "guzzlehttp/psr7": "^1.4",
143 "php": ">=5.5"
144 },
145 "require-dev": {
146 "ext-curl": "*",
147 "phpunit/phpunit": "^4.0 || ^5.0",
148 "psr/log": "^1.0"
149 },
150 "suggest": {
151 "psr/log": "Required for using the Log middleware"
152 },
153 "type": "library",
154 "extra": {
155 "branch-alias": {
156 "dev-master": "6.2-dev"
157 }
158 },
159 "autoload": {
160 "files": [
161 "src/functions_include.php"
162 ],
163 "psr-4": {
164 "GuzzleHttp\\": "src/"
165 }
166 },
167 "notification-url": "https://packagist.org/downloads/",
168 "license": [
169 "MIT"
170 ],
171 "authors": [
172 {
173 "name": "Michael Dowling",
174 "email": "mtdowling@gmail.com",
175 "homepage": "https://github.com/mtdowling"
176 }
177 ],
178 "description": "Guzzle is a PHP HTTP client library",
179 "homepage": "http://guzzlephp.org/",
180 "keywords": [
181 "client",
182 "curl",
183 "framework",
184 "http",
185 "http client",
186 "rest",
187 "web service"
188 ],
189 "time": "2017-06-22T18:50:49+00:00"
190 },
191 {
192 "name": "guzzlehttp/promises",
193 "version": "v1.3.1",
194 "source": {
195 "type": "git",
196 "url": "https://github.com/guzzle/promises.git",
197 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
198 },
199 "dist": {
200 "type": "zip",
201 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
202 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
203 "shasum": ""
204 },
205 "require": {
206 "php": ">=5.5.0"
207 },
208 "require-dev": {
209 "phpunit/phpunit": "^4.0"
210 },
211 "type": "library",
212 "extra": {
213 "branch-alias": {
214 "dev-master": "1.4-dev"
215 }
216 },
217 "autoload": {
218 "psr-4": {
219 "GuzzleHttp\\Promise\\": "src/"
220 },
221 "files": [
222 "src/functions_include.php"
223 ]
224 },
225 "notification-url": "https://packagist.org/downloads/",
226 "license": [
227 "MIT"
228 ],
229 "authors": [
230 {
231 "name": "Michael Dowling",
232 "email": "mtdowling@gmail.com",
233 "homepage": "https://github.com/mtdowling"
234 }
235 ],
236 "description": "Guzzle promises library",
237 "keywords": [
238 "promise"
239 ],
240 "time": "2016-12-20T10:07:11+00:00"
241 },
242 {
243 "name": "guzzlehttp/psr7",
244 "version": "1.4.2",
245 "source": {
246 "type": "git",
247 "url": "https://github.com/guzzle/psr7.git",
248 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
249 },
250 "dist": {
251 "type": "zip",
252 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
253 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
254 "shasum": ""
255 },
256 "require": {
257 "php": ">=5.4.0",
258 "psr/http-message": "~1.0"
259 },
260 "provide": {
261 "psr/http-message-implementation": "1.0"
262 },
263 "require-dev": {
264 "phpunit/phpunit": "~4.0"
265 },
266 "type": "library",
267 "extra": {
268 "branch-alias": {
269 "dev-master": "1.4-dev"
270 }
271 },
272 "autoload": {
273 "psr-4": {
274 "GuzzleHttp\\Psr7\\": "src/"
275 },
276 "files": [
277 "src/functions_include.php"
278 ]
279 },
280 "notification-url": "https://packagist.org/downloads/",
281 "license": [
282 "MIT"
283 ],
284 "authors": [
285 {
286 "name": "Michael Dowling",
287 "email": "mtdowling@gmail.com",
288 "homepage": "https://github.com/mtdowling"
289 },
290 {
291 "name": "Tobias Schultze",
292 "homepage": "https://github.com/Tobion"
293 }
294 ],
295 "description": "PSR-7 message implementation that also provides common utility methods",
296 "keywords": [
297 "http",
298 "message",
299 "request",
300 "response",
301 "stream",
302 "uri",
303 "url"
304 ],
305 "time": "2017-03-20T17:10:46+00:00"
306 },
307 {
308 "name": "illuminate/contracts",
309 "version": "v5.5.17",
310 "source": {
311 "type": "git",
312 "url": "https://github.com/illuminate/contracts.git",
313 "reference": "d9e269284eba43bd2e9e8d1f1ba12362b00ec096"
314 },
315 "dist": {
316 "type": "zip",
317 "url": "https://api.github.com/repos/illuminate/contracts/zipball/d9e269284eba43bd2e9e8d1f1ba12362b00ec096",
318 "reference": "d9e269284eba43bd2e9e8d1f1ba12362b00ec096",
319 "shasum": ""
320 },
321 "require": {
322 "php": ">=7.0",
323 "psr/container": "~1.0",
324 "psr/simple-cache": "~1.0"
325 },
326 "type": "library",
327 "extra": {
328 "branch-alias": {
329 "dev-master": "5.5-dev"
330 }
331 },
332 "autoload": {
333 "psr-4": {
334 "Illuminate\\Contracts\\": ""
335 }
336 },
337 "notification-url": "https://packagist.org/downloads/",
338 "license": [
339 "MIT"
340 ],
341 "authors": [
342 {
343 "name": "Taylor Otwell",
344 "email": "taylor@laravel.com"
345 }
346 ],
347 "description": "The Illuminate Contracts package.",
348 "homepage": "https://laravel.com",
349 "time": "2017-09-19T13:09:37+00:00"
350 },
351 {
352 "name": "illuminate/support",
353 "version": "v5.5.17",
354 "source": {
355 "type": "git",
356 "url": "https://github.com/illuminate/support.git",
357 "reference": "132b06edaab3808f63943004911d58785f164ab4"
358 },
359 "dist": {
360 "type": "zip",
361 "url": "https://api.github.com/repos/illuminate/support/zipball/132b06edaab3808f63943004911d58785f164ab4",
362 "reference": "132b06edaab3808f63943004911d58785f164ab4",
363 "shasum": ""
364 },
365 "require": {
366 "doctrine/inflector": "~1.1",
367 "ext-mbstring": "*",
368 "illuminate/contracts": "5.5.*",
369 "nesbot/carbon": "^1.20",
370 "php": ">=7.0"
371 },
372 "replace": {
373 "tightenco/collect": "self.version"
374 },
375 "suggest": {
376 "illuminate/filesystem": "Required to use the composer class (5.2.*).",
377 "symfony/process": "Required to use the composer class (~3.3).",
378 "symfony/var-dumper": "Required to use the dd function (~3.3)."
379 },
380 "type": "library",
381 "extra": {
382 "branch-alias": {
383 "dev-master": "5.5-dev"
384 }
385 },
386 "autoload": {
387 "psr-4": {
388 "Illuminate\\Support\\": ""
389 },
390 "files": [
391 "helpers.php"
392 ]
393 },
394 "notification-url": "https://packagist.org/downloads/",
395 "license": [
396 "MIT"
397 ],
398 "authors": [
399 {
400 "name": "Taylor Otwell",
401 "email": "taylor@laravel.com"
402 }
403 ],
404 "description": "The Illuminate Support package.",
405 "homepage": "https://laravel.com",
406 "time": "2017-10-17T12:18:29+00:00"
407 },
408 {
409 "name": "irazasyed/telegram-bot-sdk",
410 "version": "v2.2.0",
411 "source": {
412 "type": "git",
413 "url": "https://github.com/irazasyed/telegram-bot-sdk.git",
414 "reference": "2824278370b231dfc9172104db8acc23fc5ade94"
415 },
416 "dist": {
417 "type": "zip",
418 "url": "https://api.github.com/repos/irazasyed/telegram-bot-sdk/zipball/2824278370b231dfc9172104db8acc23fc5ade94",
419 "reference": "2824278370b231dfc9172104db8acc23fc5ade94",
420 "shasum": ""
421 },
422 "require": {
423 "guzzlehttp/guzzle": "~6.0",
424 "illuminate/support": "~5.0",
425 "php": ">=5.5.0"
426 },
427 "require-dev": {
428 "phpspec/prophecy": "^1.5",
429 "phpunit/phpunit": "^4.8 || ^5.0"
430 },
431 "suggest": {
432 "illuminate/container": "Hold dependencies to be injected in commands constructors",
433 "irazasyed/larasupport": "Allows you to use any Laravel Package in Lumen by adding support!"
434 },
435 "type": "library",
436 "extra": {
437 "branch-alias": {
438 "dev-master": "2.0-dev"
439 }
440 },
441 "autoload": {
442 "psr-4": {
443 "Telegram\\Bot\\": "src/"
444 }
445 },
446 "notification-url": "https://packagist.org/downloads/",
447 "license": [
448 "BSD-3-Clause"
449 ],
450 "authors": [
451 {
452 "name": "Syed Irfaq R.",
453 "email": "syed+gh@lukonet.com",
454 "homepage": "https://github.com/irazasyed"
455 }
456 ],
457 "description": "The Unofficial Telegram Bot API PHP SDK",
458 "homepage": "https://github.com/irazasyed/telegram-bot-sdk",
459 "keywords": [
460 "laravel",
461 "laravel telegram",
462 "telegram",
463 "telegram bot",
464 "telegram bot api",
465 "telegram php",
466 "telegram sdk"
467 ],
468 "time": "2017-01-05T09:01:54+00:00"
469 },
470 {
471 "name": "nesbot/carbon",
472 "version": "1.22.1",
473 "source": {
474 "type": "git",
475 "url": "https://github.com/briannesbitt/Carbon.git",
476 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
477 },
478 "dist": {
479 "type": "zip",
480 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
481 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
482 "shasum": ""
483 },
484 "require": {
485 "php": ">=5.3.0",
486 "symfony/translation": "~2.6 || ~3.0"
487 },
488 "require-dev": {
489 "friendsofphp/php-cs-fixer": "~2",
490 "phpunit/phpunit": "~4.0 || ~5.0"
491 },
492 "type": "library",
493 "extra": {
494 "branch-alias": {
495 "dev-master": "1.23-dev"
496 }
497 },
498 "autoload": {
499 "psr-4": {
500 "Carbon\\": "src/Carbon/"
501 }
502 },
503 "notification-url": "https://packagist.org/downloads/",
504 "license": [
505 "MIT"
506 ],
507 "authors": [
508 {
509 "name": "Brian Nesbitt",
510 "email": "brian@nesbot.com",
511 "homepage": "http://nesbot.com"
512 }
513 ],
514 "description": "A simple API extension for DateTime.",
515 "homepage": "http://carbon.nesbot.com",
516 "keywords": [
517 "date",
518 "datetime",
519 "time"
520 ],
521 "time": "2017-01-16T07:55:07+00:00"
522 },
523 {
524 "name": "psr/container",
525 "version": "1.0.0",
526 "source": {
527 "type": "git",
528 "url": "https://github.com/php-fig/container.git",
529 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
530 },
531 "dist": {
532 "type": "zip",
533 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
534 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
535 "shasum": ""
536 },
537 "require": {
538 "php": ">=5.3.0"
539 },
540 "type": "library",
541 "extra": {
542 "branch-alias": {
543 "dev-master": "1.0.x-dev"
544 }
545 },
546 "autoload": {
547 "psr-4": {
548 "Psr\\Container\\": "src/"
549 }
550 },
551 "notification-url": "https://packagist.org/downloads/",
552 "license": [
553 "MIT"
554 ],
555 "authors": [
556 {
557 "name": "PHP-FIG",
558 "homepage": "http://www.php-fig.org/"
559 }
560 ],
561 "description": "Common Container Interface (PHP FIG PSR-11)",
562 "homepage": "https://github.com/php-fig/container",
563 "keywords": [
564 "PSR-11",
565 "container",
566 "container-interface",
567 "container-interop",
568 "psr"
569 ],
570 "time": "2017-02-14T16:28:37+00:00"
571 },
572 {
573 "name": "psr/http-message",
574 "version": "1.0.1",
575 "source": {
576 "type": "git",
577 "url": "https://github.com/php-fig/http-message.git",
578 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
579 },
580 "dist": {
581 "type": "zip",
582 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
583 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
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\\Http\\Message\\": "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 interface for HTTP messages",
611 "homepage": "https://github.com/php-fig/http-message",
612 "keywords": [
613 "http",
614 "http-message",
615 "psr",
616 "psr-7",
617 "request",
618 "response"
619 ],
620 "time": "2016-08-06T14:39:51+00:00"
621 },
622 {
623 "name": "psr/simple-cache",
624 "version": "1.0.0",
625 "source": {
626 "type": "git",
627 "url": "https://github.com/php-fig/simple-cache.git",
628 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
629 },
630 "dist": {
631 "type": "zip",
632 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
633 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
634 "shasum": ""
635 },
636 "require": {
637 "php": ">=5.3.0"
638 },
639 "type": "library",
640 "extra": {
641 "branch-alias": {
642 "dev-master": "1.0.x-dev"
643 }
644 },
645 "autoload": {
646 "psr-4": {
647 "Psr\\SimpleCache\\": "src/"
648 }
649 },
650 "notification-url": "https://packagist.org/downloads/",
651 "license": [
652 "MIT"
653 ],
654 "authors": [
655 {
656 "name": "PHP-FIG",
657 "homepage": "http://www.php-fig.org/"
658 }
659 ],
660 "description": "Common interfaces for simple caching",
661 "keywords": [
662 "cache",
663 "caching",
664 "psr",
665 "psr-16",
666 "simple-cache"
667 ],
668 "time": "2017-01-02T13:31:39+00:00"
669 },
670 {
671 "name": "symfony/polyfill-mbstring",
672 "version": "v1.6.0",
673 "source": {
674 "type": "git",
675 "url": "https://github.com/symfony/polyfill-mbstring.git",
676 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
677 },
678 "dist": {
679 "type": "zip",
680 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
681 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
682 "shasum": ""
683 },
684 "require": {
685 "php": ">=5.3.3"
686 },
687 "suggest": {
688 "ext-mbstring": "For best performance"
689 },
690 "type": "library",
691 "extra": {
692 "branch-alias": {
693 "dev-master": "1.6-dev"
694 }
695 },
696 "autoload": {
697 "psr-4": {
698 "Symfony\\Polyfill\\Mbstring\\": ""
699 },
700 "files": [
701 "bootstrap.php"
702 ]
703 },
704 "notification-url": "https://packagist.org/downloads/",
705 "license": [
706 "MIT"
707 ],
708 "authors": [
709 {
710 "name": "Nicolas Grekas",
711 "email": "p@tchwork.com"
712 },
713 {
714 "name": "Symfony Community",
715 "homepage": "https://symfony.com/contributors"
716 }
717 ],
718 "description": "Symfony polyfill for the Mbstring extension",
719 "homepage": "https://symfony.com",
720 "keywords": [
721 "compatibility",
722 "mbstring",
723 "polyfill",
724 "portable",
725 "shim"
726 ],
727 "time": "2017-10-11T12:05:26+00:00"
728 },
729 {
730 "name": "symfony/translation",
731 "version": "v3.3.10",
732 "source": {
733 "type": "git",
734 "url": "https://github.com/symfony/translation.git",
735 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f"
736 },
737 "dist": {
738 "type": "zip",
739 "url": "https://api.github.com/repos/symfony/translation/zipball/409bf229cd552bf7e3faa8ab7e3980b07672073f",
740 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f",
741 "shasum": ""
742 },
743 "require": {
744 "php": "^5.5.9|>=7.0.8",
745 "symfony/polyfill-mbstring": "~1.0"
746 },
747 "conflict": {
748 "symfony/config": "<2.8",
749 "symfony/yaml": "<3.3"
750 },
751 "require-dev": {
752 "psr/log": "~1.0",
753 "symfony/config": "~2.8|~3.0",
754 "symfony/intl": "^2.8.18|^3.2.5",
755 "symfony/yaml": "~3.3"
756 },
757 "suggest": {
758 "psr/log": "To use logging capability in translator",
759 "symfony/config": "",
760 "symfony/yaml": ""
761 },
762 "type": "library",
763 "extra": {
764 "branch-alias": {
765 "dev-master": "3.3-dev"
766 }
767 },
768 "autoload": {
769 "psr-4": {
770 "Symfony\\Component\\Translation\\": ""
771 },
772 "exclude-from-classmap": [
773 "/Tests/"
774 ]
775 },
776 "notification-url": "https://packagist.org/downloads/",
777 "license": [
778 "MIT"
779 ],
780 "authors": [
781 {
782 "name": "Fabien Potencier",
783 "email": "fabien@symfony.com"
784 },
785 {
786 "name": "Symfony Community",
787 "homepage": "https://symfony.com/contributors"
788 }
789 ],
790 "description": "Symfony Translation Component",
791 "homepage": "https://symfony.com",
792 "time": "2017-10-02T06:42:24+00:00"
793 }
794 ],
795 "packages-dev": [
796 {
797 "name": "phploc/phploc",
798 "version": "4.0.1",
799 "source": {
800 "type": "git",
801 "url": "https://github.com/sebastianbergmann/phploc.git",
802 "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb"
803 },
804 "dist": {
805 "type": "zip",
806 "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/6a8a9416517b82d6326ac9c2d040ad53c13654eb",
807 "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb",
808 "shasum": ""
809 },
810 "require": {
811 "php": "^5.6 || ^7.0",
812 "sebastian/finder-facade": "^1.1",
813 "sebastian/version": "^2.0",
814 "symfony/console": "^2.7|^3.0|^4.0"
815 },
816 "bin": [
817 "phploc"
818 ],
819 "type": "library",
820 "extra": {
821 "branch-alias": {
822 "dev-master": "4.0-dev"
823 }
824 },
825 "autoload": {
826 "classmap": [
827 "src/"
828 ]
829 },
830 "notification-url": "https://packagist.org/downloads/",
831 "license": [
832 "BSD-3-Clause"
833 ],
834 "authors": [
835 {
836 "name": "Sebastian Bergmann",
837 "email": "sebastian@phpunit.de",
838 "role": "lead"
839 }
840 ],
841 "description": "A tool for quickly measuring the size of a PHP project.",
842 "homepage": "https://github.com/sebastianbergmann/phploc",
843 "time": "2017-11-18T17:35:43+00:00"
844 },
845 {
846 "name": "sebastian/finder-facade",
847 "version": "1.2.2",
848 "source": {
849 "type": "git",
850 "url": "https://github.com/sebastianbergmann/finder-facade.git",
851 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
852 },
853 "dist": {
854 "type": "zip",
855 "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
856 "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
857 "shasum": ""
858 },
859 "require": {
860 "symfony/finder": "~2.3|~3.0|~4.0",
861 "theseer/fdomdocument": "~1.3"
862 },
863 "type": "library",
864 "autoload": {
865 "classmap": [
866 "src/"
867 ]
868 },
869 "notification-url": "https://packagist.org/downloads/",
870 "license": [
871 "BSD-3-Clause"
872 ],
873 "authors": [
874 {
875 "name": "Sebastian Bergmann",
876 "email": "sebastian@phpunit.de",
877 "role": "lead"
878 }
879 ],
880 "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
881 "homepage": "https://github.com/sebastianbergmann/finder-facade",
882 "time": "2017-11-18T17:31:49+00:00"
883 },
884 {
885 "name": "sebastian/version",
886 "version": "2.0.1",
887 "source": {
888 "type": "git",
889 "url": "https://github.com/sebastianbergmann/version.git",
890 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
891 },
892 "dist": {
893 "type": "zip",
894 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
895 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
896 "shasum": ""
897 },
898 "require": {
899 "php": ">=5.6"
900 },
901 "type": "library",
902 "extra": {
903 "branch-alias": {
904 "dev-master": "2.0.x-dev"
905 }
906 },
907 "autoload": {
908 "classmap": [
909 "src/"
910 ]
911 },
912 "notification-url": "https://packagist.org/downloads/",
913 "license": [
914 "BSD-3-Clause"
915 ],
916 "authors": [
917 {
918 "name": "Sebastian Bergmann",
919 "email": "sebastian@phpunit.de",
920 "role": "lead"
921 }
922 ],
923 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
924 "homepage": "https://github.com/sebastianbergmann/version",
925 "time": "2016-10-03T07:35:21+00:00"
926 },
927 {
928 "name": "symfony/console",
929 "version": "v4.2.1",
930 "source": {
931 "type": "git",
932 "url": "https://github.com/symfony/console.git",
933 "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
934 },
935 "dist": {
936 "type": "zip",
937 "url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
938 "reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
939 "shasum": ""
940 },
941 "require": {
942 "php": "^7.1.3",
943 "symfony/contracts": "^1.0",
944 "symfony/polyfill-mbstring": "~1.0"
945 },
946 "conflict": {
947 "symfony/dependency-injection": "<3.4",
948 "symfony/process": "<3.3"
949 },
950 "require-dev": {
951 "psr/log": "~1.0",
952 "symfony/config": "~3.4|~4.0",
953 "symfony/dependency-injection": "~3.4|~4.0",
954 "symfony/event-dispatcher": "~3.4|~4.0",
955 "symfony/lock": "~3.4|~4.0",
956 "symfony/process": "~3.4|~4.0"
957 },
958 "suggest": {
959 "psr/log-implementation": "For using the console logger",
960 "symfony/event-dispatcher": "",
961 "symfony/lock": "",
962 "symfony/process": ""
963 },
964 "type": "library",
965 "extra": {
966 "branch-alias": {
967 "dev-master": "4.2-dev"
968 }
969 },
970 "autoload": {
971 "psr-4": {
972 "Symfony\\Component\\Console\\": ""
973 },
974 "exclude-from-classmap": [
975 "/Tests/"
976 ]
977 },
978 "notification-url": "https://packagist.org/downloads/",
979 "license": [
980 "MIT"
981 ],
982 "authors": [
983 {
984 "name": "Fabien Potencier",
985 "email": "fabien@symfony.com"
986 },
987 {
988 "name": "Symfony Community",
989 "homepage": "https://symfony.com/contributors"
990 }
991 ],
992 "description": "Symfony Console Component",
993 "homepage": "https://symfony.com",
994 "time": "2018-11-27T07:40:44+00:00"
995 },
996 {
997 "name": "symfony/contracts",
998 "version": "v1.0.2",
999 "source": {
1000 "type": "git",
1001 "url": "https://github.com/symfony/contracts.git",
1002 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
1003 },
1004 "dist": {
1005 "type": "zip",
1006 "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
1007 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
1008 "shasum": ""
1009 },
1010 "require": {
1011 "php": "^7.1.3"
1012 },
1013 "require-dev": {
1014 "psr/cache": "^1.0",
1015 "psr/container": "^1.0"
1016 },
1017 "suggest": {
1018 "psr/cache": "When using the Cache contracts",
1019 "psr/container": "When using the Service contracts",
1020 "symfony/cache-contracts-implementation": "",
1021 "symfony/service-contracts-implementation": "",
1022 "symfony/translation-contracts-implementation": ""
1023 },
1024 "type": "library",
1025 "extra": {
1026 "branch-alias": {
1027 "dev-master": "1.0-dev"
1028 }
1029 },
1030 "autoload": {
1031 "psr-4": {
1032 "Symfony\\Contracts\\": ""
1033 },
1034 "exclude-from-classmap": [
1035 "**/Tests/"
1036 ]
1037 },
1038 "notification-url": "https://packagist.org/downloads/",
1039 "license": [
1040 "MIT"
1041 ],
1042 "authors": [
1043 {
1044 "name": "Nicolas Grekas",
1045 "email": "p@tchwork.com"
1046 },
1047 {
1048 "name": "Symfony Community",
1049 "homepage": "https://symfony.com/contributors"
1050 }
1051 ],
1052 "description": "A set of abstractions extracted out of the Symfony components",
1053 "homepage": "https://symfony.com",
1054 "keywords": [
1055 "abstractions",
1056 "contracts",
1057 "decoupling",
1058 "interfaces",
1059 "interoperability",
1060 "standards"
1061 ],
1062 "time": "2018-12-05T08:06:11+00:00"
1063 },
1064 {
1065 "name": "symfony/finder",
1066 "version": "v4.2.1",
1067 "source": {
1068 "type": "git",
1069 "url": "https://github.com/symfony/finder.git",
1070 "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d"
1071 },
1072 "dist": {
1073 "type": "zip",
1074 "url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
1075 "reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
1076 "shasum": ""
1077 },
1078 "require": {
1079 "php": "^7.1.3"
1080 },
1081 "type": "library",
1082 "extra": {
1083 "branch-alias": {
1084 "dev-master": "4.2-dev"
1085 }
1086 },
1087 "autoload": {
1088 "psr-4": {
1089 "Symfony\\Component\\Finder\\": ""
1090 },
1091 "exclude-from-classmap": [
1092 "/Tests/"
1093 ]
1094 },
1095 "notification-url": "https://packagist.org/downloads/",
1096 "license": [
1097 "MIT"
1098 ],
1099 "authors": [
1100 {
1101 "name": "Fabien Potencier",
1102 "email": "fabien@symfony.com"
1103 },
1104 {
1105 "name": "Symfony Community",
1106 "homepage": "https://symfony.com/contributors"
1107 }
1108 ],
1109 "description": "Symfony Finder Component",
1110 "homepage": "https://symfony.com",
1111 "time": "2018-11-11T19:52:12+00:00"
1112 },
1113 {
1114 "name": "theseer/fdomdocument",
1115 "version": "1.6.6",
1116 "source": {
1117 "type": "git",
1118 "url": "https://github.com/theseer/fDOMDocument.git",
1119 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
1120 },
1121 "dist": {
1122 "type": "zip",
1123 "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
1124 "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
1125 "shasum": ""
1126 },
1127 "require": {
1128 "ext-dom": "*",
1129 "lib-libxml": "*",
1130 "php": ">=5.3.3"
1131 },
1132 "type": "library",
1133 "autoload": {
1134 "classmap": [
1135 "src/"
1136 ]
1137 },
1138 "notification-url": "https://packagist.org/downloads/",
1139 "license": [
1140 "BSD-3-Clause"
1141 ],
1142 "authors": [
1143 {
1144 "name": "Arne Blankerts",
1145 "email": "arne@blankerts.de",
1146 "role": "lead"
1147 }
1148 ],
1149 "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
1150 "homepage": "https://github.com/theseer/fDOMDocument",
1151 "time": "2017-06-30T11:53:12+00:00"
1152 }
1153 ],
1154 "aliases": [],
1155 "minimum-stability": "stable",
1156 "stability-flags": [],
1157 "prefer-stable": false,
1158 "prefer-lowest": false,
1159 "platform": [],
1160 "platform-dev": []
1161 }