· 5 years ago · Jan 15, 2020, 06:02 PM
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": "d061ba4d3dcbcf18d1786e295c6d9e5d",
8 "packages": [
9 {
10 "name": "algolia/algoliasearch-client-php",
11 "version": "2.5.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/algolia/algoliasearch-client-php.git",
15 "reference": "446c9faedcb6534f2295b93835b606267ff5f816"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/446c9faedcb6534f2295b93835b606267ff5f816",
20 "reference": "446c9faedcb6534f2295b93835b606267ff5f816",
21 "shasum": ""
22 },
23 "require": {
24 "ext-curl": "*",
25 "ext-json": "*",
26 "ext-mbstring": "*",
27 "php": "^5.3 || ^7.0",
28 "psr/http-message": "^1.0",
29 "psr/log": "^1.0",
30 "psr/simple-cache": "^1.0"
31 },
32 "require-dev": {
33 "friendsofphp/php-cs-fixer": "^2.0",
34 "fzaninotto/faker": "^1.8",
35 "phpunit/phpunit": "^4.8",
36 "symfony/yaml": "^2.0 || ^4.0"
37 },
38 "suggest": {
39 "guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
40 },
41 "bin": [
42 "bin/algolia-doctor"
43 ],
44 "type": "library",
45 "extra": {
46 "branch-alias": {
47 "dev-2.0": "2.0.x-dev"
48 }
49 },
50 "autoload": {
51 "psr-4": {
52 "Algolia\\AlgoliaSearch\\": "src/"
53 },
54 "files": [
55 "src/Http/Psr7/functions.php",
56 "src/functions.php"
57 ]
58 },
59 "notification-url": "https://packagist.org/downloads/",
60 "license": [
61 "MIT"
62 ],
63 "authors": [
64 {
65 "name": "Algolia Team",
66 "email": "contact@algolia.com"
67 }
68 ],
69 "description": "Algolia Search API Client for PHP",
70 "keywords": [
71 "algolia",
72 "api",
73 "client",
74 "php",
75 "search"
76 ],
77 "time": "2019-11-05T12:40:49+00:00"
78 },
79 {
80 "name": "aws/aws-sdk-php",
81 "version": "3.29.8",
82 "source": {
83 "type": "git",
84 "url": "https://github.com/aws/aws-sdk-php.git",
85 "reference": "c60a477ad5ba1b120d4d80cbddf97fbe36573996"
86 },
87 "dist": {
88 "type": "zip",
89 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c60a477ad5ba1b120d4d80cbddf97fbe36573996",
90 "reference": "c60a477ad5ba1b120d4d80cbddf97fbe36573996",
91 "shasum": ""
92 },
93 "require": {
94 "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
95 "guzzlehttp/promises": "~1.0",
96 "guzzlehttp/psr7": "^1.4.1",
97 "mtdowling/jmespath.php": "~2.2",
98 "php": ">=5.5"
99 },
100 "require-dev": {
101 "andrewsville/php-token-reflection": "^1.4",
102 "aws/aws-php-sns-message-validator": "~1.0",
103 "behat/behat": "~3.0",
104 "doctrine/cache": "~1.4",
105 "ext-dom": "*",
106 "ext-json": "*",
107 "ext-openssl": "*",
108 "ext-pcre": "*",
109 "ext-simplexml": "*",
110 "ext-spl": "*",
111 "nette/neon": "^2.3",
112 "phpunit/phpunit": "^4.8.35|^5.4.0",
113 "psr/cache": "^1.0"
114 },
115 "suggest": {
116 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
117 "doctrine/cache": "To use the DoctrineCacheAdapter",
118 "ext-curl": "To send requests using cURL",
119 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
120 },
121 "type": "library",
122 "extra": {
123 "branch-alias": {
124 "dev-master": "3.0-dev"
125 }
126 },
127 "autoload": {
128 "psr-4": {
129 "Aws\\": "src/"
130 },
131 "files": [
132 "src/functions.php"
133 ]
134 },
135 "notification-url": "https://packagist.org/downloads/",
136 "license": [
137 "Apache-2.0"
138 ],
139 "authors": [
140 {
141 "name": "Amazon Web Services",
142 "homepage": "http://aws.amazon.com"
143 }
144 ],
145 "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
146 "homepage": "http://aws.amazon.com/sdkforphp",
147 "keywords": [
148 "amazon",
149 "aws",
150 "cloud",
151 "dynamodb",
152 "ec2",
153 "glacier",
154 "s3",
155 "sdk"
156 ],
157 "time": "2017-06-19T19:14:37+00:00"
158 },
159 {
160 "name": "bugsnag/bugsnag",
161 "version": "v3.19.0",
162 "source": {
163 "type": "git",
164 "url": "https://github.com/bugsnag/bugsnag-php.git",
165 "reference": "32bf775fda29d69e1629f15ac9ed41e813a125be"
166 },
167 "dist": {
168 "type": "zip",
169 "url": "https://api.github.com/repos/bugsnag/bugsnag-php/zipball/32bf775fda29d69e1629f15ac9ed41e813a125be",
170 "reference": "32bf775fda29d69e1629f15ac9ed41e813a125be",
171 "shasum": ""
172 },
173 "require": {
174 "composer/ca-bundle": "^1.0",
175 "guzzlehttp/guzzle": "^5.0|^6.0",
176 "php": ">=5.5"
177 },
178 "require-dev": {
179 "graham-campbell/testbench-core": "^1.1",
180 "mockery/mockery": "^0.9.4|~1.1.0",
181 "mtdowling/burgomaster": "dev-master#72151eddf5f0cf101502b94bf5031f9c53501a04",
182 "php-mock/php-mock-phpunit": "^1.1",
183 "phpunit/phpunit": "^4.8|^5.0"
184 },
185 "type": "library",
186 "extra": {
187 "branch-alias": {
188 "dev-master": "3.14-dev"
189 }
190 },
191 "autoload": {
192 "psr-4": {
193 "Bugsnag\\": "src/"
194 }
195 },
196 "notification-url": "https://packagist.org/downloads/",
197 "license": [
198 "MIT"
199 ],
200 "authors": [
201 {
202 "name": "James Smith",
203 "email": "notifiers@bugsnag.com",
204 "homepage": "https://bugsnag.com"
205 }
206 ],
207 "description": "Official Bugsnag notifier for PHP applications.",
208 "homepage": "https://github.com/bugsnag/bugsnag-php",
209 "keywords": [
210 "bugsnag",
211 "errors",
212 "exceptions",
213 "logging",
214 "tracking"
215 ],
216 "time": "2019-11-18T11:01:07+00:00"
217 },
218 {
219 "name": "bugsnag/bugsnag-laravel",
220 "version": "v2.17.1",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/bugsnag/bugsnag-laravel.git",
224 "reference": "844da8f4e8eb1063c0df993972bb4ee0848c6859"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/bugsnag/bugsnag-laravel/zipball/844da8f4e8eb1063c0df993972bb4ee0848c6859",
229 "reference": "844da8f4e8eb1063c0df993972bb4ee0848c6859",
230 "shasum": ""
231 },
232 "require": {
233 "bugsnag/bugsnag": "^3.17.0",
234 "bugsnag/bugsnag-psr-logger": "^1.4",
235 "illuminate/contracts": "^5.0|^6.0",
236 "illuminate/support": "^5.0|^6.0",
237 "monolog/monolog": "^1.12|^2.0",
238 "php": ">=5.5"
239 },
240 "require-dev": {
241 "graham-campbell/testbench": "^3.1|^4.0|^5.0",
242 "mockery/mockery": "^0.9.4|~1.1.0",
243 "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0"
244 },
245 "type": "library",
246 "extra": {
247 "branch-alias": {
248 "dev-master": "2.15-dev"
249 }
250 },
251 "autoload": {
252 "psr-4": {
253 "Bugsnag\\BugsnagLaravel\\": "src/"
254 }
255 },
256 "notification-url": "https://packagist.org/downloads/",
257 "license": [
258 "MIT"
259 ],
260 "authors": [
261 {
262 "name": "James Smith",
263 "email": "notifiers@bugsnag.com"
264 }
265 ],
266 "description": "Official Bugsnag notifier for Laravel applications.",
267 "homepage": "https://github.com/bugsnag/bugsnag-laravel",
268 "keywords": [
269 "bugsnag",
270 "errors",
271 "exceptions",
272 "laravel",
273 "logging",
274 "tracking"
275 ],
276 "time": "2019-09-10T10:36:03+00:00"
277 },
278 {
279 "name": "bugsnag/bugsnag-psr-logger",
280 "version": "v1.4.2",
281 "source": {
282 "type": "git",
283 "url": "https://github.com/bugsnag/bugsnag-psr-logger.git",
284 "reference": "aa05bc93a0a7164e4d36012a050f701ba7a9a9fe"
285 },
286 "dist": {
287 "type": "zip",
288 "url": "https://api.github.com/repos/bugsnag/bugsnag-psr-logger/zipball/aa05bc93a0a7164e4d36012a050f701ba7a9a9fe",
289 "reference": "aa05bc93a0a7164e4d36012a050f701ba7a9a9fe",
290 "shasum": ""
291 },
292 "require": {
293 "bugsnag/bugsnag": "^3.10",
294 "php": ">=5.5",
295 "psr/log": "^1.0"
296 },
297 "require-dev": {
298 "graham-campbell/testbench-core": "^1.1",
299 "mockery/mockery": "^0.9.4",
300 "phpunit/phpunit": "^4.8|^5.0"
301 },
302 "type": "library",
303 "extra": {
304 "branch-alias": {
305 "dev-master": "1.5-dev"
306 }
307 },
308 "autoload": {
309 "psr-4": {
310 "Bugsnag\\PsrLogger\\": "src/"
311 }
312 },
313 "notification-url": "https://packagist.org/downloads/",
314 "license": [
315 "MIT"
316 ],
317 "authors": [
318 {
319 "name": "James Smith",
320 "email": "notifiers@bugsnag.com",
321 "homepage": "https://bugsnag.com"
322 }
323 ],
324 "description": "Official Bugsnag PHP PSR Logger.",
325 "homepage": "https://github.com/bugsnag/bugsnag-psr",
326 "keywords": [
327 "bugsnag",
328 "errors",
329 "exceptions",
330 "logging",
331 "psr",
332 "tracking"
333 ],
334 "time": "2019-08-28T14:42:10+00:00"
335 },
336 {
337 "name": "composer/ca-bundle",
338 "version": "1.2.4",
339 "source": {
340 "type": "git",
341 "url": "https://github.com/composer/ca-bundle.git",
342 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527"
343 },
344 "dist": {
345 "type": "zip",
346 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
347 "reference": "10bb96592168a0f8e8f6dcde3532d9fa50b0b527",
348 "shasum": ""
349 },
350 "require": {
351 "ext-openssl": "*",
352 "ext-pcre": "*",
353 "php": "^5.3.2 || ^7.0 || ^8.0"
354 },
355 "require-dev": {
356 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
357 "psr/log": "^1.0",
358 "symfony/process": "^2.5 || ^3.0 || ^4.0"
359 },
360 "type": "library",
361 "extra": {
362 "branch-alias": {
363 "dev-master": "1.x-dev"
364 }
365 },
366 "autoload": {
367 "psr-4": {
368 "Composer\\CaBundle\\": "src"
369 }
370 },
371 "notification-url": "https://packagist.org/downloads/",
372 "license": [
373 "MIT"
374 ],
375 "authors": [
376 {
377 "name": "Jordi Boggiano",
378 "email": "j.boggiano@seld.be",
379 "homepage": "http://seld.be"
380 }
381 ],
382 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
383 "keywords": [
384 "cabundle",
385 "cacert",
386 "certificate",
387 "ssl",
388 "tls"
389 ],
390 "time": "2019-08-30T08:44:50+00:00"
391 },
392 {
393 "name": "dnoegel/php-xdg-base-dir",
394 "version": "0.1",
395 "source": {
396 "type": "git",
397 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
398 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
399 },
400 "dist": {
401 "type": "zip",
402 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
403 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
404 "shasum": ""
405 },
406 "require": {
407 "php": ">=5.3.2"
408 },
409 "require-dev": {
410 "phpunit/phpunit": "@stable"
411 },
412 "type": "project",
413 "autoload": {
414 "psr-4": {
415 "XdgBaseDir\\": "src/"
416 }
417 },
418 "notification-url": "https://packagist.org/downloads/",
419 "license": [
420 "MIT"
421 ],
422 "description": "implementation of xdg base directory specification for php",
423 "time": "2014-10-24T07:27:01+00:00"
424 },
425 {
426 "name": "doctrine/inflector",
427 "version": "1.3.1",
428 "source": {
429 "type": "git",
430 "url": "https://github.com/doctrine/inflector.git",
431 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
432 },
433 "dist": {
434 "type": "zip",
435 "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
436 "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
437 "shasum": ""
438 },
439 "require": {
440 "php": "^7.1"
441 },
442 "require-dev": {
443 "phpunit/phpunit": "^6.2"
444 },
445 "type": "library",
446 "extra": {
447 "branch-alias": {
448 "dev-master": "1.3.x-dev"
449 }
450 },
451 "autoload": {
452 "psr-4": {
453 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
454 }
455 },
456 "notification-url": "https://packagist.org/downloads/",
457 "license": [
458 "MIT"
459 ],
460 "authors": [
461 {
462 "name": "Guilherme Blanco",
463 "email": "guilhermeblanco@gmail.com"
464 },
465 {
466 "name": "Roman Borschel",
467 "email": "roman@code-factory.org"
468 },
469 {
470 "name": "Benjamin Eberlei",
471 "email": "kontakt@beberlei.de"
472 },
473 {
474 "name": "Jonathan Wage",
475 "email": "jonwage@gmail.com"
476 },
477 {
478 "name": "Johannes Schmitt",
479 "email": "schmittjoh@gmail.com"
480 }
481 ],
482 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
483 "homepage": "http://www.doctrine-project.org",
484 "keywords": [
485 "inflection",
486 "pluralize",
487 "singularize",
488 "string"
489 ],
490 "time": "2019-10-30T19:59:35+00:00"
491 },
492 {
493 "name": "doctrine/lexer",
494 "version": "1.2.0",
495 "source": {
496 "type": "git",
497 "url": "https://github.com/doctrine/lexer.git",
498 "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
499 },
500 "dist": {
501 "type": "zip",
502 "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
503 "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
504 "shasum": ""
505 },
506 "require": {
507 "php": "^7.2"
508 },
509 "require-dev": {
510 "doctrine/coding-standard": "^6.0",
511 "phpstan/phpstan": "^0.11.8",
512 "phpunit/phpunit": "^8.2"
513 },
514 "type": "library",
515 "extra": {
516 "branch-alias": {
517 "dev-master": "1.2.x-dev"
518 }
519 },
520 "autoload": {
521 "psr-4": {
522 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
523 }
524 },
525 "notification-url": "https://packagist.org/downloads/",
526 "license": [
527 "MIT"
528 ],
529 "authors": [
530 {
531 "name": "Guilherme Blanco",
532 "email": "guilhermeblanco@gmail.com"
533 },
534 {
535 "name": "Roman Borschel",
536 "email": "roman@code-factory.org"
537 },
538 {
539 "name": "Johannes Schmitt",
540 "email": "schmittjoh@gmail.com"
541 }
542 ],
543 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
544 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
545 "keywords": [
546 "annotations",
547 "docblock",
548 "lexer",
549 "parser",
550 "php"
551 ],
552 "time": "2019-10-30T14:39:59+00:00"
553 },
554 {
555 "name": "dragonmantank/cron-expression",
556 "version": "v2.3.0",
557 "source": {
558 "type": "git",
559 "url": "https://github.com/dragonmantank/cron-expression.git",
560 "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
561 },
562 "dist": {
563 "type": "zip",
564 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
565 "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
566 "shasum": ""
567 },
568 "require": {
569 "php": "^7.0"
570 },
571 "require-dev": {
572 "phpunit/phpunit": "^6.4|^7.0"
573 },
574 "type": "library",
575 "extra": {
576 "branch-alias": {
577 "dev-master": "2.3-dev"
578 }
579 },
580 "autoload": {
581 "psr-4": {
582 "Cron\\": "src/Cron/"
583 }
584 },
585 "notification-url": "https://packagist.org/downloads/",
586 "license": [
587 "MIT"
588 ],
589 "authors": [
590 {
591 "name": "Michael Dowling",
592 "email": "mtdowling@gmail.com",
593 "homepage": "https://github.com/mtdowling"
594 },
595 {
596 "name": "Chris Tankersley",
597 "email": "chris@ctankersley.com",
598 "homepage": "https://github.com/dragonmantank"
599 }
600 ],
601 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
602 "keywords": [
603 "cron",
604 "schedule"
605 ],
606 "time": "2019-03-31T00:38:28+00:00"
607 },
608 {
609 "name": "egulias/email-validator",
610 "version": "2.1.11",
611 "source": {
612 "type": "git",
613 "url": "https://github.com/egulias/EmailValidator.git",
614 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
615 },
616 "dist": {
617 "type": "zip",
618 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
619 "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
620 "shasum": ""
621 },
622 "require": {
623 "doctrine/lexer": "^1.0.1",
624 "php": ">= 5.5"
625 },
626 "require-dev": {
627 "dominicsayers/isemail": "dev-master",
628 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
629 "satooshi/php-coveralls": "^1.0.1",
630 "symfony/phpunit-bridge": "^4.4@dev"
631 },
632 "suggest": {
633 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
634 },
635 "type": "library",
636 "extra": {
637 "branch-alias": {
638 "dev-master": "2.1.x-dev"
639 }
640 },
641 "autoload": {
642 "psr-4": {
643 "Egulias\\EmailValidator\\": "EmailValidator"
644 }
645 },
646 "notification-url": "https://packagist.org/downloads/",
647 "license": [
648 "MIT"
649 ],
650 "authors": [
651 {
652 "name": "Eduardo Gulias Davis"
653 }
654 ],
655 "description": "A library for validating emails against several RFCs",
656 "homepage": "https://github.com/egulias/EmailValidator",
657 "keywords": [
658 "email",
659 "emailvalidation",
660 "emailvalidator",
661 "validation",
662 "validator"
663 ],
664 "time": "2019-08-13T17:33:27+00:00"
665 },
666 {
667 "name": "erusev/parsedown",
668 "version": "1.7.3",
669 "source": {
670 "type": "git",
671 "url": "https://github.com/erusev/parsedown.git",
672 "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
673 },
674 "dist": {
675 "type": "zip",
676 "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
677 "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
678 "shasum": ""
679 },
680 "require": {
681 "ext-mbstring": "*",
682 "php": ">=5.3.0"
683 },
684 "require-dev": {
685 "phpunit/phpunit": "^4.8.35"
686 },
687 "type": "library",
688 "autoload": {
689 "psr-0": {
690 "Parsedown": ""
691 }
692 },
693 "notification-url": "https://packagist.org/downloads/",
694 "license": [
695 "MIT"
696 ],
697 "authors": [
698 {
699 "name": "Emanuil Rusev",
700 "email": "hello@erusev.com",
701 "homepage": "http://erusev.com"
702 }
703 ],
704 "description": "Parser for Markdown.",
705 "homepage": "http://parsedown.org",
706 "keywords": [
707 "markdown",
708 "parser"
709 ],
710 "time": "2019-03-17T18:48:37+00:00"
711 },
712 {
713 "name": "fideloper/proxy",
714 "version": "4.2.1",
715 "source": {
716 "type": "git",
717 "url": "https://github.com/fideloper/TrustedProxy.git",
718 "reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
719 },
720 "dist": {
721 "type": "zip",
722 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/03085e58ec7bee24773fa5a8850751a6e61a7e8a",
723 "reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a",
724 "shasum": ""
725 },
726 "require": {
727 "illuminate/contracts": "^5.0|^6.0|^7.0",
728 "php": ">=5.4.0"
729 },
730 "require-dev": {
731 "illuminate/http": "^5.0|^6.0|^7.0",
732 "mockery/mockery": "^1.0",
733 "phpunit/phpunit": "^6.0"
734 },
735 "type": "library",
736 "extra": {
737 "laravel": {
738 "providers": [
739 "Fideloper\\Proxy\\TrustedProxyServiceProvider"
740 ]
741 }
742 },
743 "autoload": {
744 "psr-4": {
745 "Fideloper\\Proxy\\": "src/"
746 }
747 },
748 "notification-url": "https://packagist.org/downloads/",
749 "license": [
750 "MIT"
751 ],
752 "authors": [
753 {
754 "name": "Chris Fidao",
755 "email": "fideloper@gmail.com"
756 }
757 ],
758 "description": "Set trusted proxies for Laravel",
759 "keywords": [
760 "load balancing",
761 "proxy",
762 "trusted proxy"
763 ],
764 "time": "2019-09-03T16:45:42+00:00"
765 },
766 {
767 "name": "firebase/php-jwt",
768 "version": "v4.0.0",
769 "source": {
770 "type": "git",
771 "url": "https://github.com/firebase/php-jwt.git",
772 "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35"
773 },
774 "dist": {
775 "type": "zip",
776 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
777 "reference": "dccf163dc8ed7ed6a00afc06c51ee5186a428d35",
778 "shasum": ""
779 },
780 "require": {
781 "php": ">=5.3.0"
782 },
783 "type": "library",
784 "autoload": {
785 "psr-4": {
786 "Firebase\\JWT\\": "src"
787 }
788 },
789 "notification-url": "https://packagist.org/downloads/",
790 "license": [
791 "BSD-3-Clause"
792 ],
793 "authors": [
794 {
795 "name": "Neuman Vong",
796 "email": "neuman+pear@twilio.com",
797 "role": "Developer"
798 },
799 {
800 "name": "Anant Narayanan",
801 "email": "anant@php.net",
802 "role": "Developer"
803 }
804 ],
805 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
806 "homepage": "https://github.com/firebase/php-jwt",
807 "time": "2016-07-18T04:51:16+00:00"
808 },
809 {
810 "name": "giggsey/libphonenumber-for-php",
811 "version": "8.10.23",
812 "source": {
813 "type": "git",
814 "url": "https://github.com/giggsey/libphonenumber-for-php.git",
815 "reference": "e5643cc3e10b3e071632b23c973ec5fe20137a56"
816 },
817 "dist": {
818 "type": "zip",
819 "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/e5643cc3e10b3e071632b23c973ec5fe20137a56",
820 "reference": "e5643cc3e10b3e071632b23c973ec5fe20137a56",
821 "shasum": ""
822 },
823 "require": {
824 "ext-mbstring": "*",
825 "giggsey/locale": "^1.7",
826 "php": ">=5.3.2"
827 },
828 "require-dev": {
829 "pear/pear-core-minimal": "^1.9",
830 "pear/pear_exception": "^1.0",
831 "pear/versioncontrol_git": "^0.5",
832 "phing/phing": "^2.7",
833 "php-coveralls/php-coveralls": "^1.0|^2.0",
834 "phpunit/phpunit": "^4.8.36|^5.0",
835 "symfony/console": "^2.8|^3.0"
836 },
837 "type": "library",
838 "extra": {
839 "branch-alias": {
840 "dev-master": "8.x-dev"
841 }
842 },
843 "autoload": {
844 "psr-4": {
845 "libphonenumber\\": "src/"
846 },
847 "exclude-from-classmap": [
848 "/src/data/",
849 "/src/carrier/data/",
850 "/src/geocoding/data/",
851 "/src/timezone/data/"
852 ]
853 },
854 "notification-url": "https://packagist.org/downloads/",
855 "license": [
856 "Apache-2.0"
857 ],
858 "authors": [
859 {
860 "name": "Joshua Gigg",
861 "email": "giggsey@gmail.com",
862 "homepage": "https://giggsey.com/"
863 }
864 ],
865 "description": "PHP Port of Google's libphonenumber",
866 "homepage": "https://github.com/giggsey/libphonenumber-for-php",
867 "keywords": [
868 "geocoding",
869 "geolocation",
870 "libphonenumber",
871 "mobile",
872 "phonenumber",
873 "validation"
874 ],
875 "time": "2019-11-13T09:59:46+00:00"
876 },
877 {
878 "name": "giggsey/locale",
879 "version": "1.8",
880 "source": {
881 "type": "git",
882 "url": "https://github.com/giggsey/Locale.git",
883 "reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b"
884 },
885 "dist": {
886 "type": "zip",
887 "url": "https://api.github.com/repos/giggsey/Locale/zipball/85a1b251bad11c986fec2a051b10d4b80a5caa1b",
888 "reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b",
889 "shasum": ""
890 },
891 "require": {
892 "php": ">=5.3.2"
893 },
894 "require-dev": {
895 "pear/pear-core-minimal": "^1.9",
896 "pear/pear_exception": "^1.0",
897 "pear/versioncontrol_git": "^0.5",
898 "phing/phing": "~2.7",
899 "php-coveralls/php-coveralls": "^1.0|^2.0",
900 "phpunit/phpunit": "^4.8|^5.0",
901 "symfony/console": "^2.8|^3.0|^4.0",
902 "symfony/filesystem": "^2.8|^3.0|^4.0",
903 "symfony/finder": "^2.8|^3.0|^4.0",
904 "symfony/process": "^2.8|^3.0|^4.0"
905 },
906 "type": "library",
907 "autoload": {
908 "psr-4": {
909 "Giggsey\\Locale\\": "src/"
910 }
911 },
912 "notification-url": "https://packagist.org/downloads/",
913 "license": [
914 "MIT"
915 ],
916 "authors": [
917 {
918 "name": "Joshua Gigg",
919 "email": "giggsey@gmail.com",
920 "homepage": "http://giggsey.com/"
921 }
922 ],
923 "description": "Locale functions required by libphonenumber-for-php",
924 "time": "2019-10-09T18:53:14+00:00"
925 },
926 {
927 "name": "guzzle/guzzle",
928 "version": "v3.8.1",
929 "source": {
930 "type": "git",
931 "url": "https://github.com/guzzle/guzzle.git",
932 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
933 },
934 "dist": {
935 "type": "zip",
936 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
937 "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
938 "shasum": ""
939 },
940 "require": {
941 "ext-curl": "*",
942 "php": ">=5.3.3",
943 "symfony/event-dispatcher": ">=2.1"
944 },
945 "replace": {
946 "guzzle/batch": "self.version",
947 "guzzle/cache": "self.version",
948 "guzzle/common": "self.version",
949 "guzzle/http": "self.version",
950 "guzzle/inflection": "self.version",
951 "guzzle/iterator": "self.version",
952 "guzzle/log": "self.version",
953 "guzzle/parser": "self.version",
954 "guzzle/plugin": "self.version",
955 "guzzle/plugin-async": "self.version",
956 "guzzle/plugin-backoff": "self.version",
957 "guzzle/plugin-cache": "self.version",
958 "guzzle/plugin-cookie": "self.version",
959 "guzzle/plugin-curlauth": "self.version",
960 "guzzle/plugin-error-response": "self.version",
961 "guzzle/plugin-history": "self.version",
962 "guzzle/plugin-log": "self.version",
963 "guzzle/plugin-md5": "self.version",
964 "guzzle/plugin-mock": "self.version",
965 "guzzle/plugin-oauth": "self.version",
966 "guzzle/service": "self.version",
967 "guzzle/stream": "self.version"
968 },
969 "require-dev": {
970 "doctrine/cache": "*",
971 "monolog/monolog": "1.*",
972 "phpunit/phpunit": "3.7.*",
973 "psr/log": "1.0.*",
974 "symfony/class-loader": "*",
975 "zendframework/zend-cache": "<2.3",
976 "zendframework/zend-log": "<2.3"
977 },
978 "type": "library",
979 "extra": {
980 "branch-alias": {
981 "dev-master": "3.8-dev"
982 }
983 },
984 "autoload": {
985 "psr-0": {
986 "Guzzle": "src/",
987 "Guzzle\\Tests": "tests/"
988 }
989 },
990 "notification-url": "https://packagist.org/downloads/",
991 "license": [
992 "MIT"
993 ],
994 "authors": [
995 {
996 "name": "Michael Dowling",
997 "email": "mtdowling@gmail.com",
998 "homepage": "https://github.com/mtdowling"
999 },
1000 {
1001 "name": "Guzzle Community",
1002 "homepage": "https://github.com/guzzle/guzzle/contributors"
1003 }
1004 ],
1005 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1006 "homepage": "http://guzzlephp.org/",
1007 "keywords": [
1008 "client",
1009 "curl",
1010 "framework",
1011 "http",
1012 "http client",
1013 "rest",
1014 "web service"
1015 ],
1016 "abandoned": "guzzlehttp/guzzle",
1017 "time": "2014-01-28T22:29:15+00:00"
1018 },
1019 {
1020 "name": "guzzlehttp/guzzle",
1021 "version": "6.3.0",
1022 "source": {
1023 "type": "git",
1024 "url": "https://github.com/guzzle/guzzle.git",
1025 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
1026 },
1027 "dist": {
1028 "type": "zip",
1029 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1030 "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
1031 "shasum": ""
1032 },
1033 "require": {
1034 "guzzlehttp/promises": "^1.0",
1035 "guzzlehttp/psr7": "^1.4",
1036 "php": ">=5.5"
1037 },
1038 "require-dev": {
1039 "ext-curl": "*",
1040 "phpunit/phpunit": "^4.0 || ^5.0",
1041 "psr/log": "^1.0"
1042 },
1043 "suggest": {
1044 "psr/log": "Required for using the Log middleware"
1045 },
1046 "type": "library",
1047 "extra": {
1048 "branch-alias": {
1049 "dev-master": "6.2-dev"
1050 }
1051 },
1052 "autoload": {
1053 "files": [
1054 "src/functions_include.php"
1055 ],
1056 "psr-4": {
1057 "GuzzleHttp\\": "src/"
1058 }
1059 },
1060 "notification-url": "https://packagist.org/downloads/",
1061 "license": [
1062 "MIT"
1063 ],
1064 "authors": [
1065 {
1066 "name": "Michael Dowling",
1067 "email": "mtdowling@gmail.com",
1068 "homepage": "https://github.com/mtdowling"
1069 }
1070 ],
1071 "description": "Guzzle is a PHP HTTP client library",
1072 "homepage": "http://guzzlephp.org/",
1073 "keywords": [
1074 "client",
1075 "curl",
1076 "framework",
1077 "http",
1078 "http client",
1079 "rest",
1080 "web service"
1081 ],
1082 "time": "2017-06-22T18:50:49+00:00"
1083 },
1084 {
1085 "name": "guzzlehttp/promises",
1086 "version": "v1.3.1",
1087 "source": {
1088 "type": "git",
1089 "url": "https://github.com/guzzle/promises.git",
1090 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
1091 },
1092 "dist": {
1093 "type": "zip",
1094 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1095 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
1096 "shasum": ""
1097 },
1098 "require": {
1099 "php": ">=5.5.0"
1100 },
1101 "require-dev": {
1102 "phpunit/phpunit": "^4.0"
1103 },
1104 "type": "library",
1105 "extra": {
1106 "branch-alias": {
1107 "dev-master": "1.4-dev"
1108 }
1109 },
1110 "autoload": {
1111 "psr-4": {
1112 "GuzzleHttp\\Promise\\": "src/"
1113 },
1114 "files": [
1115 "src/functions_include.php"
1116 ]
1117 },
1118 "notification-url": "https://packagist.org/downloads/",
1119 "license": [
1120 "MIT"
1121 ],
1122 "authors": [
1123 {
1124 "name": "Michael Dowling",
1125 "email": "mtdowling@gmail.com",
1126 "homepage": "https://github.com/mtdowling"
1127 }
1128 ],
1129 "description": "Guzzle promises library",
1130 "keywords": [
1131 "promise"
1132 ],
1133 "time": "2016-12-20T10:07:11+00:00"
1134 },
1135 {
1136 "name": "guzzlehttp/psr7",
1137 "version": "1.6.1",
1138 "source": {
1139 "type": "git",
1140 "url": "https://github.com/guzzle/psr7.git",
1141 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
1142 },
1143 "dist": {
1144 "type": "zip",
1145 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
1146 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
1147 "shasum": ""
1148 },
1149 "require": {
1150 "php": ">=5.4.0",
1151 "psr/http-message": "~1.0",
1152 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1153 },
1154 "provide": {
1155 "psr/http-message-implementation": "1.0"
1156 },
1157 "require-dev": {
1158 "ext-zlib": "*",
1159 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
1160 },
1161 "suggest": {
1162 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
1163 },
1164 "type": "library",
1165 "extra": {
1166 "branch-alias": {
1167 "dev-master": "1.6-dev"
1168 }
1169 },
1170 "autoload": {
1171 "psr-4": {
1172 "GuzzleHttp\\Psr7\\": "src/"
1173 },
1174 "files": [
1175 "src/functions_include.php"
1176 ]
1177 },
1178 "notification-url": "https://packagist.org/downloads/",
1179 "license": [
1180 "MIT"
1181 ],
1182 "authors": [
1183 {
1184 "name": "Michael Dowling",
1185 "email": "mtdowling@gmail.com",
1186 "homepage": "https://github.com/mtdowling"
1187 },
1188 {
1189 "name": "Tobias Schultze",
1190 "homepage": "https://github.com/Tobion"
1191 }
1192 ],
1193 "description": "PSR-7 message implementation that also provides common utility methods",
1194 "keywords": [
1195 "http",
1196 "message",
1197 "psr-7",
1198 "request",
1199 "response",
1200 "stream",
1201 "uri",
1202 "url"
1203 ],
1204 "time": "2019-07-01T23:21:34+00:00"
1205 },
1206 {
1207 "name": "intervention/image",
1208 "version": "2.3.9",
1209 "source": {
1210 "type": "git",
1211 "url": "https://github.com/Intervention/image.git",
1212 "reference": "2bce9a59c43b868300b02a7d31a1e4aa67a200ae"
1213 },
1214 "dist": {
1215 "type": "zip",
1216 "url": "https://api.github.com/repos/Intervention/image/zipball/2bce9a59c43b868300b02a7d31a1e4aa67a200ae",
1217 "reference": "2bce9a59c43b868300b02a7d31a1e4aa67a200ae",
1218 "shasum": ""
1219 },
1220 "require": {
1221 "ext-fileinfo": "*",
1222 "guzzlehttp/psr7": "~1.1",
1223 "php": ">=5.4.0"
1224 },
1225 "require-dev": {
1226 "mockery/mockery": "~0.9.2",
1227 "phpunit/phpunit": "3.*"
1228 },
1229 "suggest": {
1230 "ext-gd": "to use GD library based image processing.",
1231 "ext-imagick": "to use Imagick based image processing.",
1232 "intervention/imagecache": "Caching extension for the Intervention Image library"
1233 },
1234 "type": "library",
1235 "extra": {
1236 "branch-alias": {
1237 "dev-master": "2.3-dev"
1238 }
1239 },
1240 "autoload": {
1241 "psr-4": {
1242 "Intervention\\Image\\": "src/Intervention/Image"
1243 }
1244 },
1245 "notification-url": "https://packagist.org/downloads/",
1246 "license": [
1247 "MIT"
1248 ],
1249 "authors": [
1250 {
1251 "name": "Oliver Vogel",
1252 "email": "oliver@olivervogel.net",
1253 "homepage": "http://olivervogel.net/"
1254 }
1255 ],
1256 "description": "Image handling and manipulation library with support for Laravel integration",
1257 "homepage": "http://image.intervention.io/",
1258 "keywords": [
1259 "gd",
1260 "image",
1261 "imagick",
1262 "laravel",
1263 "thumbnail",
1264 "watermark"
1265 ],
1266 "time": "2017-01-10T14:15:56+00:00"
1267 },
1268 {
1269 "name": "jakub-onderka/php-console-color",
1270 "version": "v0.2",
1271 "source": {
1272 "type": "git",
1273 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
1274 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
1275 },
1276 "dist": {
1277 "type": "zip",
1278 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
1279 "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
1280 "shasum": ""
1281 },
1282 "require": {
1283 "php": ">=5.4.0"
1284 },
1285 "require-dev": {
1286 "jakub-onderka/php-code-style": "1.0",
1287 "jakub-onderka/php-parallel-lint": "1.0",
1288 "jakub-onderka/php-var-dump-check": "0.*",
1289 "phpunit/phpunit": "~4.3",
1290 "squizlabs/php_codesniffer": "1.*"
1291 },
1292 "type": "library",
1293 "autoload": {
1294 "psr-4": {
1295 "JakubOnderka\\PhpConsoleColor\\": "src/"
1296 }
1297 },
1298 "notification-url": "https://packagist.org/downloads/",
1299 "license": [
1300 "BSD-2-Clause"
1301 ],
1302 "authors": [
1303 {
1304 "name": "Jakub Onderka",
1305 "email": "jakub.onderka@gmail.com"
1306 }
1307 ],
1308 "time": "2018-09-29T17:23:10+00:00"
1309 },
1310 {
1311 "name": "jakub-onderka/php-console-highlighter",
1312 "version": "v0.4",
1313 "source": {
1314 "type": "git",
1315 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
1316 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
1317 },
1318 "dist": {
1319 "type": "zip",
1320 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
1321 "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
1322 "shasum": ""
1323 },
1324 "require": {
1325 "ext-tokenizer": "*",
1326 "jakub-onderka/php-console-color": "~0.2",
1327 "php": ">=5.4.0"
1328 },
1329 "require-dev": {
1330 "jakub-onderka/php-code-style": "~1.0",
1331 "jakub-onderka/php-parallel-lint": "~1.0",
1332 "jakub-onderka/php-var-dump-check": "~0.1",
1333 "phpunit/phpunit": "~4.0",
1334 "squizlabs/php_codesniffer": "~1.5"
1335 },
1336 "type": "library",
1337 "autoload": {
1338 "psr-4": {
1339 "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
1340 }
1341 },
1342 "notification-url": "https://packagist.org/downloads/",
1343 "license": [
1344 "MIT"
1345 ],
1346 "authors": [
1347 {
1348 "name": "Jakub Onderka",
1349 "email": "acci@acci.cz",
1350 "homepage": "http://www.acci.cz/"
1351 }
1352 ],
1353 "description": "Highlight PHP code in terminal",
1354 "time": "2018-09-29T18:48:56+00:00"
1355 },
1356 {
1357 "name": "laravel/framework",
1358 "version": "v5.8.35",
1359 "source": {
1360 "type": "git",
1361 "url": "https://github.com/laravel/framework.git",
1362 "reference": "5a9e4d241a8b815e16c9d2151e908992c38db197"
1363 },
1364 "dist": {
1365 "type": "zip",
1366 "url": "https://api.github.com/repos/laravel/framework/zipball/5a9e4d241a8b815e16c9d2151e908992c38db197",
1367 "reference": "5a9e4d241a8b815e16c9d2151e908992c38db197",
1368 "shasum": ""
1369 },
1370 "require": {
1371 "doctrine/inflector": "^1.1",
1372 "dragonmantank/cron-expression": "^2.0",
1373 "egulias/email-validator": "^2.0",
1374 "erusev/parsedown": "^1.7",
1375 "ext-json": "*",
1376 "ext-mbstring": "*",
1377 "ext-openssl": "*",
1378 "league/flysystem": "^1.0.8",
1379 "monolog/monolog": "^1.12",
1380 "nesbot/carbon": "^1.26.3 || ^2.0",
1381 "opis/closure": "^3.1",
1382 "php": "^7.1.3",
1383 "psr/container": "^1.0",
1384 "psr/simple-cache": "^1.0",
1385 "ramsey/uuid": "^3.7",
1386 "swiftmailer/swiftmailer": "^6.0",
1387 "symfony/console": "^4.2",
1388 "symfony/debug": "^4.2",
1389 "symfony/finder": "^4.2",
1390 "symfony/http-foundation": "^4.2",
1391 "symfony/http-kernel": "^4.2",
1392 "symfony/process": "^4.2",
1393 "symfony/routing": "^4.2",
1394 "symfony/var-dumper": "^4.2",
1395 "tijsverkoyen/css-to-inline-styles": "^2.2.1",
1396 "vlucas/phpdotenv": "^3.3"
1397 },
1398 "conflict": {
1399 "tightenco/collect": "<5.5.33"
1400 },
1401 "replace": {
1402 "illuminate/auth": "self.version",
1403 "illuminate/broadcasting": "self.version",
1404 "illuminate/bus": "self.version",
1405 "illuminate/cache": "self.version",
1406 "illuminate/config": "self.version",
1407 "illuminate/console": "self.version",
1408 "illuminate/container": "self.version",
1409 "illuminate/contracts": "self.version",
1410 "illuminate/cookie": "self.version",
1411 "illuminate/database": "self.version",
1412 "illuminate/encryption": "self.version",
1413 "illuminate/events": "self.version",
1414 "illuminate/filesystem": "self.version",
1415 "illuminate/hashing": "self.version",
1416 "illuminate/http": "self.version",
1417 "illuminate/log": "self.version",
1418 "illuminate/mail": "self.version",
1419 "illuminate/notifications": "self.version",
1420 "illuminate/pagination": "self.version",
1421 "illuminate/pipeline": "self.version",
1422 "illuminate/queue": "self.version",
1423 "illuminate/redis": "self.version",
1424 "illuminate/routing": "self.version",
1425 "illuminate/session": "self.version",
1426 "illuminate/support": "self.version",
1427 "illuminate/translation": "self.version",
1428 "illuminate/validation": "self.version",
1429 "illuminate/view": "self.version"
1430 },
1431 "require-dev": {
1432 "aws/aws-sdk-php": "^3.0",
1433 "doctrine/dbal": "^2.6",
1434 "filp/whoops": "^2.1.4",
1435 "guzzlehttp/guzzle": "^6.3",
1436 "league/flysystem-cached-adapter": "^1.0",
1437 "mockery/mockery": "^1.0",
1438 "moontoast/math": "^1.1",
1439 "orchestra/testbench-core": "3.8.*",
1440 "pda/pheanstalk": "^4.0",
1441 "phpunit/phpunit": "^7.5|^8.0",
1442 "predis/predis": "^1.1.1",
1443 "symfony/css-selector": "^4.2",
1444 "symfony/dom-crawler": "^4.2",
1445 "true/punycode": "^2.1"
1446 },
1447 "suggest": {
1448 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
1449 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
1450 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1451 "ext-pcntl": "Required to use all features of the queue worker.",
1452 "ext-posix": "Required to use all features of the queue worker.",
1453 "filp/whoops": "Required for friendly error pages in development (^2.1.4).",
1454 "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
1455 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
1456 "laravel/tinker": "Required to use the tinker console command (^1.0).",
1457 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
1458 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
1459 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
1460 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
1461 "moontoast/math": "Required to use ordered UUIDs (^1.1).",
1462 "nexmo/client": "Required to use the Nexmo transport (^1.0).",
1463 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1464 "predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
1465 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
1466 "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
1467 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
1468 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
1469 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
1470 },
1471 "type": "library",
1472 "extra": {
1473 "branch-alias": {
1474 "dev-master": "5.8-dev"
1475 }
1476 },
1477 "autoload": {
1478 "files": [
1479 "src/Illuminate/Foundation/helpers.php",
1480 "src/Illuminate/Support/helpers.php"
1481 ],
1482 "psr-4": {
1483 "Illuminate\\": "src/Illuminate/"
1484 }
1485 },
1486 "notification-url": "https://packagist.org/downloads/",
1487 "license": [
1488 "MIT"
1489 ],
1490 "authors": [
1491 {
1492 "name": "Taylor Otwell",
1493 "email": "taylor@laravel.com"
1494 }
1495 ],
1496 "description": "The Laravel Framework.",
1497 "homepage": "https://laravel.com",
1498 "keywords": [
1499 "framework",
1500 "laravel"
1501 ],
1502 "time": "2019-09-03T16:44:30+00:00"
1503 },
1504 {
1505 "name": "laravel/slack-notification-channel",
1506 "version": "v2.0.2",
1507 "source": {
1508 "type": "git",
1509 "url": "https://github.com/laravel/slack-notification-channel.git",
1510 "reference": "ecc90a70791195d6f5e20b2732a5eb1eb9619d10"
1511 },
1512 "dist": {
1513 "type": "zip",
1514 "url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/ecc90a70791195d6f5e20b2732a5eb1eb9619d10",
1515 "reference": "ecc90a70791195d6f5e20b2732a5eb1eb9619d10",
1516 "shasum": ""
1517 },
1518 "require": {
1519 "guzzlehttp/guzzle": "^6.0",
1520 "illuminate/notifications": "~5.8.0|^6.0|^7.0",
1521 "php": "^7.1.3"
1522 },
1523 "require-dev": {
1524 "mockery/mockery": "^1.0",
1525 "phpunit/phpunit": "^7.0|^8.0"
1526 },
1527 "type": "library",
1528 "extra": {
1529 "branch-alias": {
1530 "dev-master": "2.0-dev"
1531 },
1532 "laravel": {
1533 "providers": [
1534 "Illuminate\\Notifications\\SlackChannelServiceProvider"
1535 ]
1536 }
1537 },
1538 "autoload": {
1539 "psr-4": {
1540 "Illuminate\\Notifications\\": "src/"
1541 }
1542 },
1543 "notification-url": "https://packagist.org/downloads/",
1544 "license": [
1545 "MIT"
1546 ],
1547 "authors": [
1548 {
1549 "name": "Taylor Otwell",
1550 "email": "taylor@laravel.com"
1551 }
1552 ],
1553 "description": "Slack Notification Channel for laravel.",
1554 "keywords": [
1555 "laravel",
1556 "notifications",
1557 "slack"
1558 ],
1559 "time": "2019-08-27T14:40:26+00:00"
1560 },
1561 {
1562 "name": "laravel/tinker",
1563 "version": "v1.0.10",
1564 "source": {
1565 "type": "git",
1566 "url": "https://github.com/laravel/tinker.git",
1567 "reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7"
1568 },
1569 "dist": {
1570 "type": "zip",
1571 "url": "https://api.github.com/repos/laravel/tinker/zipball/ad571aacbac1539c30d480908f9d0c9614eaf1a7",
1572 "reference": "ad571aacbac1539c30d480908f9d0c9614eaf1a7",
1573 "shasum": ""
1574 },
1575 "require": {
1576 "illuminate/console": "~5.1|^6.0",
1577 "illuminate/contracts": "~5.1|^6.0",
1578 "illuminate/support": "~5.1|^6.0",
1579 "php": ">=5.5.9",
1580 "psy/psysh": "0.7.*|0.8.*|0.9.*",
1581 "symfony/var-dumper": "~3.0|~4.0"
1582 },
1583 "require-dev": {
1584 "phpunit/phpunit": "~4.0|~5.0"
1585 },
1586 "suggest": {
1587 "illuminate/database": "The Illuminate Database package (~5.1)."
1588 },
1589 "type": "library",
1590 "extra": {
1591 "branch-alias": {
1592 "dev-master": "1.0-dev"
1593 },
1594 "laravel": {
1595 "providers": [
1596 "Laravel\\Tinker\\TinkerServiceProvider"
1597 ]
1598 }
1599 },
1600 "autoload": {
1601 "psr-4": {
1602 "Laravel\\Tinker\\": "src/"
1603 }
1604 },
1605 "notification-url": "https://packagist.org/downloads/",
1606 "license": [
1607 "MIT"
1608 ],
1609 "authors": [
1610 {
1611 "name": "Taylor Otwell",
1612 "email": "taylor@laravel.com"
1613 }
1614 ],
1615 "description": "Powerful REPL for the Laravel framework.",
1616 "keywords": [
1617 "REPL",
1618 "Tinker",
1619 "laravel",
1620 "psysh"
1621 ],
1622 "time": "2019-08-07T15:10:45+00:00"
1623 },
1624 {
1625 "name": "league/flysystem",
1626 "version": "1.0.57",
1627 "source": {
1628 "type": "git",
1629 "url": "https://github.com/thephpleague/flysystem.git",
1630 "reference": "0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a"
1631 },
1632 "dist": {
1633 "type": "zip",
1634 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a",
1635 "reference": "0e9db7f0b96b9f12dcf6f65bc34b72b1a30ea55a",
1636 "shasum": ""
1637 },
1638 "require": {
1639 "ext-fileinfo": "*",
1640 "php": ">=5.5.9"
1641 },
1642 "conflict": {
1643 "league/flysystem-sftp": "<1.0.6"
1644 },
1645 "require-dev": {
1646 "phpspec/phpspec": "^3.4",
1647 "phpunit/phpunit": "^5.7.10"
1648 },
1649 "suggest": {
1650 "ext-fileinfo": "Required for MimeType",
1651 "ext-ftp": "Allows you to use FTP server storage",
1652 "ext-openssl": "Allows you to use FTPS server storage",
1653 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1654 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1655 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1656 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1657 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1658 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1659 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1660 "league/flysystem-webdav": "Allows you to use WebDAV storage",
1661 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1662 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1663 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1664 },
1665 "type": "library",
1666 "extra": {
1667 "branch-alias": {
1668 "dev-master": "1.1-dev"
1669 }
1670 },
1671 "autoload": {
1672 "psr-4": {
1673 "League\\Flysystem\\": "src/"
1674 }
1675 },
1676 "notification-url": "https://packagist.org/downloads/",
1677 "license": [
1678 "MIT"
1679 ],
1680 "authors": [
1681 {
1682 "name": "Frank de Jonge",
1683 "email": "info@frenky.net"
1684 }
1685 ],
1686 "description": "Filesystem abstraction: Many filesystems, one API.",
1687 "keywords": [
1688 "Cloud Files",
1689 "WebDAV",
1690 "abstraction",
1691 "aws",
1692 "cloud",
1693 "copy.com",
1694 "dropbox",
1695 "file systems",
1696 "files",
1697 "filesystem",
1698 "filesystems",
1699 "ftp",
1700 "rackspace",
1701 "remote",
1702 "s3",
1703 "sftp",
1704 "storage"
1705 ],
1706 "time": "2019-10-16T21:01:05+00:00"
1707 },
1708 {
1709 "name": "league/flysystem-aws-s3-v3",
1710 "version": "1.0.8",
1711 "source": {
1712 "type": "git",
1713 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
1714 "reference": "7e4ce27d563cf251a26afc0017e726d5836e4d49"
1715 },
1716 "dist": {
1717 "type": "zip",
1718 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/7e4ce27d563cf251a26afc0017e726d5836e4d49",
1719 "reference": "7e4ce27d563cf251a26afc0017e726d5836e4d49",
1720 "shasum": ""
1721 },
1722 "require": {
1723 "aws/aws-sdk-php": "^3.0.0",
1724 "league/flysystem": "~1.0",
1725 "php": ">=5.5.0"
1726 },
1727 "require-dev": {
1728 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1729 "phpspec/phpspec": "^2.0.0"
1730 },
1731 "type": "library",
1732 "extra": {
1733 "branch-alias": {
1734 "dev-master": "1.0-dev"
1735 }
1736 },
1737 "autoload": {
1738 "psr-4": {
1739 "League\\Flysystem\\AwsS3v3\\": "src/"
1740 }
1741 },
1742 "notification-url": "https://packagist.org/downloads/",
1743 "license": [
1744 "MIT"
1745 ],
1746 "authors": [
1747 {
1748 "name": "Frank de Jonge",
1749 "email": "info@frenky.net"
1750 }
1751 ],
1752 "description": "Flysystem adapter for the AWS S3 SDK v3.x",
1753 "time": "2015-11-06T14:01:39+00:00"
1754 },
1755 {
1756 "name": "league/flysystem-sftp",
1757 "version": "1.0.22",
1758 "source": {
1759 "type": "git",
1760 "url": "https://github.com/thephpleague/flysystem-sftp.git",
1761 "reference": "cab59dd2277e02fe46f5f23195672a02ed49774d"
1762 },
1763 "dist": {
1764 "type": "zip",
1765 "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/cab59dd2277e02fe46f5f23195672a02ed49774d",
1766 "reference": "cab59dd2277e02fe46f5f23195672a02ed49774d",
1767 "shasum": ""
1768 },
1769 "require": {
1770 "league/flysystem": "~1.0",
1771 "php": ">=5.6.0",
1772 "phpseclib/phpseclib": "~2.0"
1773 },
1774 "require-dev": {
1775 "mockery/mockery": "0.9.*",
1776 "phpunit/phpunit": "^5.7.25"
1777 },
1778 "type": "library",
1779 "autoload": {
1780 "psr-4": {
1781 "League\\Flysystem\\Sftp\\": "src/"
1782 }
1783 },
1784 "notification-url": "https://packagist.org/downloads/",
1785 "license": [
1786 "MIT"
1787 ],
1788 "authors": [
1789 {
1790 "name": "Frank de Jonge",
1791 "email": "info@frenky.net"
1792 }
1793 ],
1794 "description": "Flysystem adapter for SFTP",
1795 "time": "2019-10-16T20:05:49+00:00"
1796 },
1797 {
1798 "name": "league/oauth2-client",
1799 "version": "2.4.1",
1800 "source": {
1801 "type": "git",
1802 "url": "https://github.com/thephpleague/oauth2-client.git",
1803 "reference": "cc114abc622a53af969e8664722e84ca36257530"
1804 },
1805 "dist": {
1806 "type": "zip",
1807 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/cc114abc622a53af969e8664722e84ca36257530",
1808 "reference": "cc114abc622a53af969e8664722e84ca36257530",
1809 "shasum": ""
1810 },
1811 "require": {
1812 "guzzlehttp/guzzle": "^6.0",
1813 "paragonie/random_compat": "^1|^2|^9.99",
1814 "php": "^5.6|^7.0"
1815 },
1816 "require-dev": {
1817 "eloquent/liberator": "^2.0",
1818 "eloquent/phony-phpunit": "^1.0|^3.0",
1819 "jakub-onderka/php-parallel-lint": "^0.9.2",
1820 "phpunit/phpunit": "^5.7|^6.0",
1821 "squizlabs/php_codesniffer": "^2.3|^3.0"
1822 },
1823 "type": "library",
1824 "extra": {
1825 "branch-alias": {
1826 "dev-2.x": "2.0.x-dev"
1827 }
1828 },
1829 "autoload": {
1830 "psr-4": {
1831 "League\\OAuth2\\Client\\": "src/"
1832 }
1833 },
1834 "notification-url": "https://packagist.org/downloads/",
1835 "license": [
1836 "MIT"
1837 ],
1838 "authors": [
1839 {
1840 "name": "Alex Bilbie",
1841 "email": "hello@alexbilbie.com",
1842 "homepage": "http://www.alexbilbie.com",
1843 "role": "Developer"
1844 },
1845 {
1846 "name": "Woody Gilk",
1847 "homepage": "https://github.com/shadowhand",
1848 "role": "Contributor"
1849 }
1850 ],
1851 "description": "OAuth 2.0 Client Library",
1852 "keywords": [
1853 "Authentication",
1854 "SSO",
1855 "authorization",
1856 "identity",
1857 "idp",
1858 "oauth",
1859 "oauth2",
1860 "single sign on"
1861 ],
1862 "time": "2018-11-22T18:33:57+00:00"
1863 },
1864 {
1865 "name": "mobiledetect/mobiledetectlib",
1866 "version": "2.8.34",
1867 "source": {
1868 "type": "git",
1869 "url": "https://github.com/serbanghita/Mobile-Detect.git",
1870 "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b"
1871 },
1872 "dist": {
1873 "type": "zip",
1874 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
1875 "reference": "6f8113f57a508494ca36acbcfa2dc2d923c7ed5b",
1876 "shasum": ""
1877 },
1878 "require": {
1879 "php": ">=5.0.0"
1880 },
1881 "require-dev": {
1882 "phpunit/phpunit": "~4.8.35||~5.7"
1883 },
1884 "type": "library",
1885 "autoload": {
1886 "classmap": [
1887 "Mobile_Detect.php"
1888 ],
1889 "psr-0": {
1890 "Detection": "namespaced/"
1891 }
1892 },
1893 "notification-url": "https://packagist.org/downloads/",
1894 "license": [
1895 "MIT"
1896 ],
1897 "authors": [
1898 {
1899 "name": "Serban Ghita",
1900 "email": "serbanghita@gmail.com",
1901 "homepage": "http://mobiledetect.net",
1902 "role": "Developer"
1903 }
1904 ],
1905 "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
1906 "homepage": "https://github.com/serbanghita/Mobile-Detect",
1907 "keywords": [
1908 "detect mobile devices",
1909 "mobile",
1910 "mobile detect",
1911 "mobile detector",
1912 "php mobile detect"
1913 ],
1914 "time": "2019-09-18T18:44:20+00:00"
1915 },
1916 {
1917 "name": "monolog/monolog",
1918 "version": "1.17.2",
1919 "source": {
1920 "type": "git",
1921 "url": "https://github.com/Seldaek/monolog.git",
1922 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
1923 },
1924 "dist": {
1925 "type": "zip",
1926 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1927 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1928 "shasum": ""
1929 },
1930 "require": {
1931 "php": ">=5.3.0",
1932 "psr/log": "~1.0"
1933 },
1934 "provide": {
1935 "psr/log-implementation": "1.0.0"
1936 },
1937 "require-dev": {
1938 "aws/aws-sdk-php": "^2.4.9",
1939 "doctrine/couchdb": "~1.0@dev",
1940 "graylog2/gelf-php": "~1.0",
1941 "jakub-onderka/php-parallel-lint": "0.9",
1942 "php-console/php-console": "^3.1.3",
1943 "phpunit/phpunit": "~4.5",
1944 "phpunit/phpunit-mock-objects": "2.3.0",
1945 "raven/raven": "^0.13",
1946 "ruflin/elastica": ">=0.90 <3.0",
1947 "swiftmailer/swiftmailer": "~5.3",
1948 "videlalvaro/php-amqplib": "~2.4"
1949 },
1950 "suggest": {
1951 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1952 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1953 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1954 "ext-mongo": "Allow sending log messages to a MongoDB server",
1955 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1956 "php-console/php-console": "Allow sending log messages to Google Chrome",
1957 "raven/raven": "Allow sending log messages to a Sentry server",
1958 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1959 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1960 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1961 },
1962 "type": "library",
1963 "extra": {
1964 "branch-alias": {
1965 "dev-master": "1.16.x-dev"
1966 }
1967 },
1968 "autoload": {
1969 "psr-4": {
1970 "Monolog\\": "src/Monolog"
1971 }
1972 },
1973 "notification-url": "https://packagist.org/downloads/",
1974 "license": [
1975 "MIT"
1976 ],
1977 "authors": [
1978 {
1979 "name": "Jordi Boggiano",
1980 "email": "j.boggiano@seld.be",
1981 "homepage": "http://seld.be"
1982 }
1983 ],
1984 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1985 "homepage": "http://github.com/Seldaek/monolog",
1986 "keywords": [
1987 "log",
1988 "logging",
1989 "psr-3"
1990 ],
1991 "time": "2015-10-14T12:51:02+00:00"
1992 },
1993 {
1994 "name": "mremi/url-shortener",
1995 "version": "v1.0.3",
1996 "source": {
1997 "type": "git",
1998 "url": "https://github.com/mremi/UrlShortener.git",
1999 "reference": "ed3b482c2a2f0ff83e07e8a96ade13d9b84eb773"
2000 },
2001 "dist": {
2002 "type": "zip",
2003 "url": "https://api.github.com/repos/mremi/UrlShortener/zipball/ed3b482c2a2f0ff83e07e8a96ade13d9b84eb773",
2004 "reference": "ed3b482c2a2f0ff83e07e8a96ade13d9b84eb773",
2005 "shasum": ""
2006 },
2007 "require": {
2008 "guzzle/guzzle": "~3.7",
2009 "php": ">=5.3.3"
2010 },
2011 "type": "library",
2012 "autoload": {
2013 "psr-0": {
2014 "Mremi\\UrlShortener": "src"
2015 }
2016 },
2017 "notification-url": "https://packagist.org/downloads/",
2018 "license": [
2019 "MIT"
2020 ],
2021 "authors": [
2022 {
2023 "name": "Rémi Marseille",
2024 "email": "marseille.remi@gmail.com"
2025 }
2026 ],
2027 "description": "A PHP5 library using API to shorten/expand URL",
2028 "homepage": "https://github.com/mremi/UrlShortener",
2029 "keywords": [
2030 "api",
2031 "shortener",
2032 "url"
2033 ],
2034 "time": "2013-10-18T21:34:40+00:00"
2035 },
2036 {
2037 "name": "mtdowling/jmespath.php",
2038 "version": "2.4.0",
2039 "source": {
2040 "type": "git",
2041 "url": "https://github.com/jmespath/jmespath.php.git",
2042 "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
2043 },
2044 "dist": {
2045 "type": "zip",
2046 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2047 "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2048 "shasum": ""
2049 },
2050 "require": {
2051 "php": ">=5.4.0"
2052 },
2053 "require-dev": {
2054 "phpunit/phpunit": "~4.0"
2055 },
2056 "bin": [
2057 "bin/jp.php"
2058 ],
2059 "type": "library",
2060 "extra": {
2061 "branch-alias": {
2062 "dev-master": "2.0-dev"
2063 }
2064 },
2065 "autoload": {
2066 "psr-4": {
2067 "JmesPath\\": "src/"
2068 },
2069 "files": [
2070 "src/JmesPath.php"
2071 ]
2072 },
2073 "notification-url": "https://packagist.org/downloads/",
2074 "license": [
2075 "MIT"
2076 ],
2077 "authors": [
2078 {
2079 "name": "Michael Dowling",
2080 "email": "mtdowling@gmail.com",
2081 "homepage": "https://github.com/mtdowling"
2082 }
2083 ],
2084 "description": "Declaratively specify how to extract elements from a JSON document",
2085 "keywords": [
2086 "json",
2087 "jsonpath"
2088 ],
2089 "time": "2016-12-03T22:08:25+00:00"
2090 },
2091 {
2092 "name": "nesbot/carbon",
2093 "version": "2.28.0",
2094 "source": {
2095 "type": "git",
2096 "url": "https://github.com/briannesbitt/Carbon.git",
2097 "reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8"
2098 },
2099 "dist": {
2100 "type": "zip",
2101 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e2bcbcd43e67ee6101d321d5de916251d2870ca8",
2102 "reference": "e2bcbcd43e67ee6101d321d5de916251d2870ca8",
2103 "shasum": ""
2104 },
2105 "require": {
2106 "ext-json": "*",
2107 "php": "^7.1.8 || ^8.0",
2108 "symfony/translation": "^3.4 || ^4.0 || ^5.0"
2109 },
2110 "require-dev": {
2111 "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
2112 "kylekatarnls/multi-tester": "^1.1",
2113 "phpmd/phpmd": "dev-php-7.1-compatibility",
2114 "phpstan/phpstan": "^0.11",
2115 "phpunit/phpunit": "^7.5 || ^8.0",
2116 "squizlabs/php_codesniffer": "^3.4"
2117 },
2118 "bin": [
2119 "bin/carbon"
2120 ],
2121 "type": "library",
2122 "extra": {
2123 "branch-alias": {
2124 "dev-master": "2.x-dev"
2125 },
2126 "laravel": {
2127 "providers": [
2128 "Carbon\\Laravel\\ServiceProvider"
2129 ]
2130 }
2131 },
2132 "autoload": {
2133 "psr-4": {
2134 "Carbon\\": "src/Carbon/"
2135 }
2136 },
2137 "notification-url": "https://packagist.org/downloads/",
2138 "license": [
2139 "MIT"
2140 ],
2141 "authors": [
2142 {
2143 "name": "Brian Nesbitt",
2144 "email": "brian@nesbot.com",
2145 "homepage": "http://nesbot.com"
2146 },
2147 {
2148 "name": "kylekatarnls",
2149 "homepage": "http://github.com/kylekatarnls"
2150 }
2151 ],
2152 "description": "An API extension for DateTime that supports 281 different languages.",
2153 "homepage": "http://carbon.nesbot.com",
2154 "keywords": [
2155 "date",
2156 "datetime",
2157 "time"
2158 ],
2159 "time": "2019-12-16T16:30:25+00:00"
2160 },
2161 {
2162 "name": "nikic/php-parser",
2163 "version": "v4.3.0",
2164 "source": {
2165 "type": "git",
2166 "url": "https://github.com/nikic/PHP-Parser.git",
2167 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
2168 },
2169 "dist": {
2170 "type": "zip",
2171 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
2172 "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
2173 "shasum": ""
2174 },
2175 "require": {
2176 "ext-tokenizer": "*",
2177 "php": ">=7.0"
2178 },
2179 "require-dev": {
2180 "ircmaxell/php-yacc": "0.0.5",
2181 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
2182 },
2183 "bin": [
2184 "bin/php-parse"
2185 ],
2186 "type": "library",
2187 "extra": {
2188 "branch-alias": {
2189 "dev-master": "4.3-dev"
2190 }
2191 },
2192 "autoload": {
2193 "psr-4": {
2194 "PhpParser\\": "lib/PhpParser"
2195 }
2196 },
2197 "notification-url": "https://packagist.org/downloads/",
2198 "license": [
2199 "BSD-3-Clause"
2200 ],
2201 "authors": [
2202 {
2203 "name": "Nikita Popov"
2204 }
2205 ],
2206 "description": "A PHP parser written in PHP",
2207 "keywords": [
2208 "parser",
2209 "php"
2210 ],
2211 "time": "2019-11-08T13:50:10+00:00"
2212 },
2213 {
2214 "name": "opis/closure",
2215 "version": "3.4.1",
2216 "source": {
2217 "type": "git",
2218 "url": "https://github.com/opis/closure.git",
2219 "reference": "e79f851749c3caa836d7ccc01ede5828feb762c7"
2220 },
2221 "dist": {
2222 "type": "zip",
2223 "url": "https://api.github.com/repos/opis/closure/zipball/e79f851749c3caa836d7ccc01ede5828feb762c7",
2224 "reference": "e79f851749c3caa836d7ccc01ede5828feb762c7",
2225 "shasum": ""
2226 },
2227 "require": {
2228 "php": "^5.4 || ^7.0"
2229 },
2230 "require-dev": {
2231 "jeremeamia/superclosure": "^2.0",
2232 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2233 },
2234 "type": "library",
2235 "extra": {
2236 "branch-alias": {
2237 "dev-master": "3.3.x-dev"
2238 }
2239 },
2240 "autoload": {
2241 "psr-4": {
2242 "Opis\\Closure\\": "src/"
2243 },
2244 "files": [
2245 "functions.php"
2246 ]
2247 },
2248 "notification-url": "https://packagist.org/downloads/",
2249 "license": [
2250 "MIT"
2251 ],
2252 "authors": [
2253 {
2254 "name": "Marius Sarca",
2255 "email": "marius.sarca@gmail.com"
2256 },
2257 {
2258 "name": "Sorin Sarca",
2259 "email": "sarca_sorin@hotmail.com"
2260 }
2261 ],
2262 "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
2263 "homepage": "https://opis.io/closure",
2264 "keywords": [
2265 "anonymous functions",
2266 "closure",
2267 "function",
2268 "serializable",
2269 "serialization",
2270 "serialize"
2271 ],
2272 "time": "2019-10-19T18:38:51+00:00"
2273 },
2274 {
2275 "name": "paragonie/random_compat",
2276 "version": "v9.99.99",
2277 "source": {
2278 "type": "git",
2279 "url": "https://github.com/paragonie/random_compat.git",
2280 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2281 },
2282 "dist": {
2283 "type": "zip",
2284 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2285 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2286 "shasum": ""
2287 },
2288 "require": {
2289 "php": "^7"
2290 },
2291 "require-dev": {
2292 "phpunit/phpunit": "4.*|5.*",
2293 "vimeo/psalm": "^1"
2294 },
2295 "suggest": {
2296 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2297 },
2298 "type": "library",
2299 "notification-url": "https://packagist.org/downloads/",
2300 "license": [
2301 "MIT"
2302 ],
2303 "authors": [
2304 {
2305 "name": "Paragon Initiative Enterprises",
2306 "email": "security@paragonie.com",
2307 "homepage": "https://paragonie.com"
2308 }
2309 ],
2310 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2311 "keywords": [
2312 "csprng",
2313 "polyfill",
2314 "pseudorandom",
2315 "random"
2316 ],
2317 "time": "2018-07-02T15:55:56+00:00"
2318 },
2319 {
2320 "name": "paragonie/sodium_compat",
2321 "version": "v1.12.1",
2322 "source": {
2323 "type": "git",
2324 "url": "https://github.com/paragonie/sodium_compat.git",
2325 "reference": "063cae9b3a7323579063e7037720f5b52b56c178"
2326 },
2327 "dist": {
2328 "type": "zip",
2329 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/063cae9b3a7323579063e7037720f5b52b56c178",
2330 "reference": "063cae9b3a7323579063e7037720f5b52b56c178",
2331 "shasum": ""
2332 },
2333 "require": {
2334 "paragonie/random_compat": ">=1",
2335 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
2336 },
2337 "require-dev": {
2338 "phpunit/phpunit": "^3|^4|^5|^6|^7"
2339 },
2340 "suggest": {
2341 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
2342 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
2343 },
2344 "type": "library",
2345 "autoload": {
2346 "files": [
2347 "autoload.php"
2348 ]
2349 },
2350 "notification-url": "https://packagist.org/downloads/",
2351 "license": [
2352 "ISC"
2353 ],
2354 "authors": [
2355 {
2356 "name": "Paragon Initiative Enterprises",
2357 "email": "security@paragonie.com"
2358 },
2359 {
2360 "name": "Frank Denis",
2361 "email": "jedisct1@pureftpd.org"
2362 }
2363 ],
2364 "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
2365 "keywords": [
2366 "Authentication",
2367 "BLAKE2b",
2368 "ChaCha20",
2369 "ChaCha20-Poly1305",
2370 "Chapoly",
2371 "Curve25519",
2372 "Ed25519",
2373 "EdDSA",
2374 "Edwards-curve Digital Signature Algorithm",
2375 "Elliptic Curve Diffie-Hellman",
2376 "Poly1305",
2377 "Pure-PHP cryptography",
2378 "RFC 7748",
2379 "RFC 8032",
2380 "Salpoly",
2381 "Salsa20",
2382 "X25519",
2383 "XChaCha20-Poly1305",
2384 "XSalsa20-Poly1305",
2385 "Xchacha20",
2386 "Xsalsa20",
2387 "aead",
2388 "cryptography",
2389 "ecdh",
2390 "elliptic curve",
2391 "elliptic curve cryptography",
2392 "encryption",
2393 "libsodium",
2394 "php",
2395 "public-key cryptography",
2396 "secret-key cryptography",
2397 "side-channel resistant"
2398 ],
2399 "time": "2019-11-07T17:07:24+00:00"
2400 },
2401 {
2402 "name": "parse/php-sdk",
2403 "version": "1.6.0",
2404 "source": {
2405 "type": "git",
2406 "url": "https://github.com/parse-community/parse-php-sdk.git",
2407 "reference": "6a8d8c8ba4f1189c7da1fbb611bfe3093062b219"
2408 },
2409 "dist": {
2410 "type": "zip",
2411 "url": "https://api.github.com/repos/parse-community/parse-php-sdk/zipball/6a8d8c8ba4f1189c7da1fbb611bfe3093062b219",
2412 "reference": "6a8d8c8ba4f1189c7da1fbb611bfe3093062b219",
2413 "shasum": ""
2414 },
2415 "require": {
2416 "ext-curl": "*",
2417 "ext-json": "*",
2418 "php": ">= 7.1"
2419 },
2420 "require-dev": {
2421 "jms/serializer": "1.7.1",
2422 "phpdocumentor/phpdocumentor": "~2.9",
2423 "phpunit/phpunit": "^7",
2424 "squizlabs/php_codesniffer": "^3.0.1"
2425 },
2426 "type": "library",
2427 "autoload": {
2428 "psr-4": {
2429 "Parse\\": "src/Parse/"
2430 }
2431 },
2432 "notification-url": "https://packagist.org/downloads/",
2433 "license": [
2434 "BSD-3-Clause"
2435 ],
2436 "authors": [
2437 {
2438 "name": "Parse",
2439 "homepage": "https://github.com/parse-community/parse-php-sdk/graphs/contributors"
2440 }
2441 ],
2442 "description": "Parse PHP SDK",
2443 "homepage": "https://github.com/parse-community/parse-php-sdk",
2444 "keywords": [
2445 "parse",
2446 "sdk"
2447 ],
2448 "time": "2019-08-17T18:37:33+00:00"
2449 },
2450 {
2451 "name": "phpoption/phpoption",
2452 "version": "1.5.2",
2453 "source": {
2454 "type": "git",
2455 "url": "https://github.com/schmittjoh/php-option.git",
2456 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793"
2457 },
2458 "dist": {
2459 "type": "zip",
2460 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/2ba2586380f8d2b44ad1b9feb61c371020b27793",
2461 "reference": "2ba2586380f8d2b44ad1b9feb61c371020b27793",
2462 "shasum": ""
2463 },
2464 "require": {
2465 "php": ">=5.3.0"
2466 },
2467 "require-dev": {
2468 "phpunit/phpunit": "^4.7|^5.0"
2469 },
2470 "type": "library",
2471 "extra": {
2472 "branch-alias": {
2473 "dev-master": "1.5-dev"
2474 }
2475 },
2476 "autoload": {
2477 "psr-0": {
2478 "PhpOption\\": "src/"
2479 }
2480 },
2481 "notification-url": "https://packagist.org/downloads/",
2482 "license": [
2483 "Apache-2.0"
2484 ],
2485 "authors": [
2486 {
2487 "name": "Johannes M. Schmitt",
2488 "email": "schmittjoh@gmail.com"
2489 }
2490 ],
2491 "description": "Option Type for PHP",
2492 "keywords": [
2493 "language",
2494 "option",
2495 "php",
2496 "type"
2497 ],
2498 "time": "2019-11-06T22:27:00+00:00"
2499 },
2500 {
2501 "name": "phpseclib/phpseclib",
2502 "version": "2.0.23",
2503 "source": {
2504 "type": "git",
2505 "url": "https://github.com/phpseclib/phpseclib.git",
2506 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
2507 },
2508 "dist": {
2509 "type": "zip",
2510 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
2511 "reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
2512 "shasum": ""
2513 },
2514 "require": {
2515 "php": ">=5.3.3"
2516 },
2517 "require-dev": {
2518 "phing/phing": "~2.7",
2519 "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
2520 "sami/sami": "~2.0",
2521 "squizlabs/php_codesniffer": "~2.0"
2522 },
2523 "suggest": {
2524 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2525 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2526 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2527 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2528 },
2529 "type": "library",
2530 "autoload": {
2531 "files": [
2532 "phpseclib/bootstrap.php"
2533 ],
2534 "psr-4": {
2535 "phpseclib\\": "phpseclib/"
2536 }
2537 },
2538 "notification-url": "https://packagist.org/downloads/",
2539 "license": [
2540 "MIT"
2541 ],
2542 "authors": [
2543 {
2544 "name": "Jim Wigginton",
2545 "email": "terrafrost@php.net",
2546 "role": "Lead Developer"
2547 },
2548 {
2549 "name": "Patrick Monnerat",
2550 "email": "pm@datasphere.ch",
2551 "role": "Developer"
2552 },
2553 {
2554 "name": "Andreas Fischer",
2555 "email": "bantu@phpbb.com",
2556 "role": "Developer"
2557 },
2558 {
2559 "name": "Hans-Jürgen Petrich",
2560 "email": "petrich@tronic-media.com",
2561 "role": "Developer"
2562 },
2563 {
2564 "name": "Graham Campbell",
2565 "email": "graham@alt-three.com",
2566 "role": "Developer"
2567 }
2568 ],
2569 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2570 "homepage": "http://phpseclib.sourceforge.net",
2571 "keywords": [
2572 "BigInteger",
2573 "aes",
2574 "asn.1",
2575 "asn1",
2576 "blowfish",
2577 "crypto",
2578 "cryptography",
2579 "encryption",
2580 "rsa",
2581 "security",
2582 "sftp",
2583 "signature",
2584 "signing",
2585 "ssh",
2586 "twofish",
2587 "x.509",
2588 "x509"
2589 ],
2590 "time": "2019-09-17T03:41:22+00:00"
2591 },
2592 {
2593 "name": "predis/predis",
2594 "version": "v1.0.3",
2595 "source": {
2596 "type": "git",
2597 "url": "https://github.com/nrk/predis.git",
2598 "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
2599 },
2600 "dist": {
2601 "type": "zip",
2602 "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
2603 "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
2604 "shasum": ""
2605 },
2606 "require": {
2607 "php": ">=5.3.2"
2608 },
2609 "require-dev": {
2610 "phpunit/phpunit": "~4.0"
2611 },
2612 "suggest": {
2613 "ext-curl": "Allows access to Webdis when paired with phpiredis",
2614 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2615 },
2616 "type": "library",
2617 "autoload": {
2618 "psr-4": {
2619 "Predis\\": "src/"
2620 }
2621 },
2622 "notification-url": "https://packagist.org/downloads/",
2623 "license": [
2624 "MIT"
2625 ],
2626 "authors": [
2627 {
2628 "name": "Daniele Alessandri",
2629 "email": "suppakilla@gmail.com",
2630 "homepage": "http://clorophilla.net"
2631 }
2632 ],
2633 "description": "Flexible and feature-complete PHP client library for Redis",
2634 "homepage": "http://github.com/nrk/predis",
2635 "keywords": [
2636 "nosql",
2637 "predis",
2638 "redis"
2639 ],
2640 "time": "2015-07-30T18:34:15+00:00"
2641 },
2642 {
2643 "name": "psr/container",
2644 "version": "1.0.0",
2645 "source": {
2646 "type": "git",
2647 "url": "https://github.com/php-fig/container.git",
2648 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2649 },
2650 "dist": {
2651 "type": "zip",
2652 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2653 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2654 "shasum": ""
2655 },
2656 "require": {
2657 "php": ">=5.3.0"
2658 },
2659 "type": "library",
2660 "extra": {
2661 "branch-alias": {
2662 "dev-master": "1.0.x-dev"
2663 }
2664 },
2665 "autoload": {
2666 "psr-4": {
2667 "Psr\\Container\\": "src/"
2668 }
2669 },
2670 "notification-url": "https://packagist.org/downloads/",
2671 "license": [
2672 "MIT"
2673 ],
2674 "authors": [
2675 {
2676 "name": "PHP-FIG",
2677 "homepage": "http://www.php-fig.org/"
2678 }
2679 ],
2680 "description": "Common Container Interface (PHP FIG PSR-11)",
2681 "homepage": "https://github.com/php-fig/container",
2682 "keywords": [
2683 "PSR-11",
2684 "container",
2685 "container-interface",
2686 "container-interop",
2687 "psr"
2688 ],
2689 "time": "2017-02-14T16:28:37+00:00"
2690 },
2691 {
2692 "name": "psr/http-message",
2693 "version": "1.0.1",
2694 "source": {
2695 "type": "git",
2696 "url": "https://github.com/php-fig/http-message.git",
2697 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2698 },
2699 "dist": {
2700 "type": "zip",
2701 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2702 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2703 "shasum": ""
2704 },
2705 "require": {
2706 "php": ">=5.3.0"
2707 },
2708 "type": "library",
2709 "extra": {
2710 "branch-alias": {
2711 "dev-master": "1.0.x-dev"
2712 }
2713 },
2714 "autoload": {
2715 "psr-4": {
2716 "Psr\\Http\\Message\\": "src/"
2717 }
2718 },
2719 "notification-url": "https://packagist.org/downloads/",
2720 "license": [
2721 "MIT"
2722 ],
2723 "authors": [
2724 {
2725 "name": "PHP-FIG",
2726 "homepage": "http://www.php-fig.org/"
2727 }
2728 ],
2729 "description": "Common interface for HTTP messages",
2730 "homepage": "https://github.com/php-fig/http-message",
2731 "keywords": [
2732 "http",
2733 "http-message",
2734 "psr",
2735 "psr-7",
2736 "request",
2737 "response"
2738 ],
2739 "time": "2016-08-06T14:39:51+00:00"
2740 },
2741 {
2742 "name": "psr/log",
2743 "version": "1.1.2",
2744 "source": {
2745 "type": "git",
2746 "url": "https://github.com/php-fig/log.git",
2747 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
2748 },
2749 "dist": {
2750 "type": "zip",
2751 "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
2752 "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
2753 "shasum": ""
2754 },
2755 "require": {
2756 "php": ">=5.3.0"
2757 },
2758 "type": "library",
2759 "extra": {
2760 "branch-alias": {
2761 "dev-master": "1.1.x-dev"
2762 }
2763 },
2764 "autoload": {
2765 "psr-4": {
2766 "Psr\\Log\\": "Psr/Log/"
2767 }
2768 },
2769 "notification-url": "https://packagist.org/downloads/",
2770 "license": [
2771 "MIT"
2772 ],
2773 "authors": [
2774 {
2775 "name": "PHP-FIG",
2776 "homepage": "http://www.php-fig.org/"
2777 }
2778 ],
2779 "description": "Common interface for logging libraries",
2780 "homepage": "https://github.com/php-fig/log",
2781 "keywords": [
2782 "log",
2783 "psr",
2784 "psr-3"
2785 ],
2786 "time": "2019-11-01T11:05:21+00:00"
2787 },
2788 {
2789 "name": "psr/simple-cache",
2790 "version": "1.0.1",
2791 "source": {
2792 "type": "git",
2793 "url": "https://github.com/php-fig/simple-cache.git",
2794 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2795 },
2796 "dist": {
2797 "type": "zip",
2798 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2799 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2800 "shasum": ""
2801 },
2802 "require": {
2803 "php": ">=5.3.0"
2804 },
2805 "type": "library",
2806 "extra": {
2807 "branch-alias": {
2808 "dev-master": "1.0.x-dev"
2809 }
2810 },
2811 "autoload": {
2812 "psr-4": {
2813 "Psr\\SimpleCache\\": "src/"
2814 }
2815 },
2816 "notification-url": "https://packagist.org/downloads/",
2817 "license": [
2818 "MIT"
2819 ],
2820 "authors": [
2821 {
2822 "name": "PHP-FIG",
2823 "homepage": "http://www.php-fig.org/"
2824 }
2825 ],
2826 "description": "Common interfaces for simple caching",
2827 "keywords": [
2828 "cache",
2829 "caching",
2830 "psr",
2831 "psr-16",
2832 "simple-cache"
2833 ],
2834 "time": "2017-10-23T01:57:42+00:00"
2835 },
2836 {
2837 "name": "psy/psysh",
2838 "version": "v0.9.9",
2839 "source": {
2840 "type": "git",
2841 "url": "https://github.com/bobthecow/psysh.git",
2842 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2843 },
2844 "dist": {
2845 "type": "zip",
2846 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2847 "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2848 "shasum": ""
2849 },
2850 "require": {
2851 "dnoegel/php-xdg-base-dir": "0.1",
2852 "ext-json": "*",
2853 "ext-tokenizer": "*",
2854 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2855 "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
2856 "php": ">=5.4.0",
2857 "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
2858 "symfony/var-dumper": "~2.7|~3.0|~4.0"
2859 },
2860 "require-dev": {
2861 "bamarni/composer-bin-plugin": "^1.2",
2862 "hoa/console": "~2.15|~3.16",
2863 "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2864 },
2865 "suggest": {
2866 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
2867 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
2868 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
2869 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
2870 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
2871 },
2872 "bin": [
2873 "bin/psysh"
2874 ],
2875 "type": "library",
2876 "extra": {
2877 "branch-alias": {
2878 "dev-develop": "0.9.x-dev"
2879 }
2880 },
2881 "autoload": {
2882 "files": [
2883 "src/functions.php"
2884 ],
2885 "psr-4": {
2886 "Psy\\": "src/"
2887 }
2888 },
2889 "notification-url": "https://packagist.org/downloads/",
2890 "license": [
2891 "MIT"
2892 ],
2893 "authors": [
2894 {
2895 "name": "Justin Hileman",
2896 "email": "justin@justinhileman.info",
2897 "homepage": "http://justinhileman.com"
2898 }
2899 ],
2900 "description": "An interactive shell for modern PHP.",
2901 "homepage": "http://psysh.org",
2902 "keywords": [
2903 "REPL",
2904 "console",
2905 "interactive",
2906 "shell"
2907 ],
2908 "time": "2018-10-13T15:16:03+00:00"
2909 },
2910 {
2911 "name": "pusher/pusher-php-server",
2912 "version": "v4.1.0",
2913 "source": {
2914 "type": "git",
2915 "url": "https://github.com/pusher/pusher-http-php.git",
2916 "reference": "f88698f332f3f398fa683f9a5b6b2409f1748f73"
2917 },
2918 "dist": {
2919 "type": "zip",
2920 "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/f88698f332f3f398fa683f9a5b6b2409f1748f73",
2921 "reference": "f88698f332f3f398fa683f9a5b6b2409f1748f73",
2922 "shasum": ""
2923 },
2924 "require": {
2925 "ext-curl": "*",
2926 "paragonie/sodium_compat": "^1.6",
2927 "php": ">=7.1 <7.4",
2928 "psr/log": "^1.0"
2929 },
2930 "require-dev": {
2931 "phpunit/phpunit": "^7.2"
2932 },
2933 "type": "library",
2934 "extra": {
2935 "branch-alias": {
2936 "dev-master": "3.4-dev"
2937 }
2938 },
2939 "autoload": {
2940 "psr-4": {
2941 "Pusher\\": "src/"
2942 }
2943 },
2944 "notification-url": "https://packagist.org/downloads/",
2945 "license": [
2946 "MIT"
2947 ],
2948 "description": "Library for interacting with the Pusher REST API",
2949 "keywords": [
2950 "events",
2951 "messaging",
2952 "php-pusher-server",
2953 "publish",
2954 "push",
2955 "pusher",
2956 "real time",
2957 "real-time",
2958 "realtime",
2959 "rest",
2960 "trigger"
2961 ],
2962 "time": "2019-10-28T11:51:09+00:00"
2963 },
2964 {
2965 "name": "ralouphie/getallheaders",
2966 "version": "3.0.3",
2967 "source": {
2968 "type": "git",
2969 "url": "https://github.com/ralouphie/getallheaders.git",
2970 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2971 },
2972 "dist": {
2973 "type": "zip",
2974 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2975 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2976 "shasum": ""
2977 },
2978 "require": {
2979 "php": ">=5.6"
2980 },
2981 "require-dev": {
2982 "php-coveralls/php-coveralls": "^2.1",
2983 "phpunit/phpunit": "^5 || ^6.5"
2984 },
2985 "type": "library",
2986 "autoload": {
2987 "files": [
2988 "src/getallheaders.php"
2989 ]
2990 },
2991 "notification-url": "https://packagist.org/downloads/",
2992 "license": [
2993 "MIT"
2994 ],
2995 "authors": [
2996 {
2997 "name": "Ralph Khattar",
2998 "email": "ralph.khattar@gmail.com"
2999 }
3000 ],
3001 "description": "A polyfill for getallheaders.",
3002 "time": "2019-03-08T08:55:37+00:00"
3003 },
3004 {
3005 "name": "ramsey/uuid",
3006 "version": "3.8.0",
3007 "source": {
3008 "type": "git",
3009 "url": "https://github.com/ramsey/uuid.git",
3010 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
3011 },
3012 "dist": {
3013 "type": "zip",
3014 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
3015 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
3016 "shasum": ""
3017 },
3018 "require": {
3019 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
3020 "php": "^5.4 || ^7.0",
3021 "symfony/polyfill-ctype": "^1.8"
3022 },
3023 "replace": {
3024 "rhumsaa/uuid": "self.version"
3025 },
3026 "require-dev": {
3027 "codeception/aspect-mock": "^1.0 | ~2.0.0",
3028 "doctrine/annotations": "~1.2.0",
3029 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
3030 "ircmaxell/random-lib": "^1.1",
3031 "jakub-onderka/php-parallel-lint": "^0.9.0",
3032 "mockery/mockery": "^0.9.9",
3033 "moontoast/math": "^1.1",
3034 "php-mock/php-mock-phpunit": "^0.3|^1.1",
3035 "phpunit/phpunit": "^4.7|^5.0|^6.5",
3036 "squizlabs/php_codesniffer": "^2.3"
3037 },
3038 "suggest": {
3039 "ext-ctype": "Provides support for PHP Ctype functions",
3040 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
3041 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
3042 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
3043 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
3044 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
3045 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
3046 },
3047 "type": "library",
3048 "extra": {
3049 "branch-alias": {
3050 "dev-master": "3.x-dev"
3051 }
3052 },
3053 "autoload": {
3054 "psr-4": {
3055 "Ramsey\\Uuid\\": "src/"
3056 }
3057 },
3058 "notification-url": "https://packagist.org/downloads/",
3059 "license": [
3060 "MIT"
3061 ],
3062 "authors": [
3063 {
3064 "name": "Marijn Huizendveld",
3065 "email": "marijn.huizendveld@gmail.com"
3066 },
3067 {
3068 "name": "Thibaud Fabre",
3069 "email": "thibaud@aztech.io"
3070 },
3071 {
3072 "name": "Ben Ramsey",
3073 "email": "ben@benramsey.com",
3074 "homepage": "https://benramsey.com"
3075 }
3076 ],
3077 "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
3078 "homepage": "https://github.com/ramsey/uuid",
3079 "keywords": [
3080 "guid",
3081 "identifier",
3082 "uuid"
3083 ],
3084 "time": "2018-07-19T23:38:55+00:00"
3085 },
3086 {
3087 "name": "salsify/json-streaming-parser",
3088 "version": "v6.0.3",
3089 "source": {
3090 "type": "git",
3091 "url": "https://github.com/salsify/jsonstreamingparser.git",
3092 "reference": "0b6403c8a2b1fc4c5af77b5c0174c11bd958a9d2"
3093 },
3094 "dist": {
3095 "type": "zip",
3096 "url": "https://api.github.com/repos/salsify/jsonstreamingparser/zipball/0b6403c8a2b1fc4c5af77b5c0174c11bd958a9d2",
3097 "reference": "0b6403c8a2b1fc4c5af77b5c0174c11bd958a9d2",
3098 "shasum": ""
3099 },
3100 "require": {
3101 "ext-mbstring": "*",
3102 "php": "^5.4 | ^7.0"
3103 },
3104 "require-dev": {
3105 "phpunit/phpunit": "~4.0"
3106 },
3107 "type": "library",
3108 "autoload": {
3109 "psr-4": {
3110 "JsonStreamingParser\\": "src",
3111 "JsonStreamingParser\\Test\\": "tests"
3112 }
3113 },
3114 "notification-url": "https://packagist.org/downloads/",
3115 "license": [
3116 "MIT"
3117 ],
3118 "authors": [
3119 {
3120 "name": "Maxim Gnatenko",
3121 "email": "mgnatenko@gmail.com"
3122 },
3123 {
3124 "name": "Rob Gonzalez",
3125 "email": "rob@salsify.com",
3126 "homepage": "http://salsify.com/"
3127 },
3128 {
3129 "name": "Max Grigorian",
3130 "email": "maxakawizard@gmail.com",
3131 "homepage": "http://wizardcat.com/"
3132 }
3133 ],
3134 "description": "A streaming parser for JSON in PHP.",
3135 "homepage": "https://github.com/salsify/jsonstreamingparser",
3136 "keywords": [
3137 "json",
3138 "parser",
3139 "streaming"
3140 ],
3141 "time": "2017-09-02T14:02:01+00:00"
3142 },
3143 {
3144 "name": "squizlabs/php_codesniffer",
3145 "version": "3.5.2",
3146 "source": {
3147 "type": "git",
3148 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3149 "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7"
3150 },
3151 "dist": {
3152 "type": "zip",
3153 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
3154 "reference": "65b12cdeaaa6cd276d4c3033a95b9b88b12701e7",
3155 "shasum": ""
3156 },
3157 "require": {
3158 "ext-simplexml": "*",
3159 "ext-tokenizer": "*",
3160 "ext-xmlwriter": "*",
3161 "php": ">=5.4.0"
3162 },
3163 "require-dev": {
3164 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3165 },
3166 "bin": [
3167 "bin/phpcs",
3168 "bin/phpcbf"
3169 ],
3170 "type": "library",
3171 "extra": {
3172 "branch-alias": {
3173 "dev-master": "3.x-dev"
3174 }
3175 },
3176 "notification-url": "https://packagist.org/downloads/",
3177 "license": [
3178 "BSD-3-Clause"
3179 ],
3180 "authors": [
3181 {
3182 "name": "Greg Sherwood",
3183 "role": "lead"
3184 }
3185 ],
3186 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3187 "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
3188 "keywords": [
3189 "phpcs",
3190 "standards"
3191 ],
3192 "time": "2019-10-28T04:36:32+00:00"
3193 },
3194 {
3195 "name": "swiftmailer/swiftmailer",
3196 "version": "v6.2.3",
3197 "source": {
3198 "type": "git",
3199 "url": "https://github.com/swiftmailer/swiftmailer.git",
3200 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
3201 },
3202 "dist": {
3203 "type": "zip",
3204 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3205 "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
3206 "shasum": ""
3207 },
3208 "require": {
3209 "egulias/email-validator": "~2.0",
3210 "php": ">=7.0.0",
3211 "symfony/polyfill-iconv": "^1.0",
3212 "symfony/polyfill-intl-idn": "^1.10",
3213 "symfony/polyfill-mbstring": "^1.0"
3214 },
3215 "require-dev": {
3216 "mockery/mockery": "~0.9.1",
3217 "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
3218 },
3219 "suggest": {
3220 "ext-intl": "Needed to support internationalized email addresses",
3221 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
3222 },
3223 "type": "library",
3224 "extra": {
3225 "branch-alias": {
3226 "dev-master": "6.2-dev"
3227 }
3228 },
3229 "autoload": {
3230 "files": [
3231 "lib/swift_required.php"
3232 ]
3233 },
3234 "notification-url": "https://packagist.org/downloads/",
3235 "license": [
3236 "MIT"
3237 ],
3238 "authors": [
3239 {
3240 "name": "Chris Corbyn"
3241 },
3242 {
3243 "name": "Fabien Potencier",
3244 "email": "fabien@symfony.com"
3245 }
3246 ],
3247 "description": "Swiftmailer, free feature-rich PHP mailer",
3248 "homepage": "https://swiftmailer.symfony.com",
3249 "keywords": [
3250 "email",
3251 "mail",
3252 "mailer"
3253 ],
3254 "time": "2019-11-12T09:31:26+00:00"
3255 },
3256 {
3257 "name": "symfony/console",
3258 "version": "v4.3.8",
3259 "source": {
3260 "type": "git",
3261 "url": "https://github.com/symfony/console.git",
3262 "reference": "831424efae0a1fe6642784bd52aae14ece6538e6"
3263 },
3264 "dist": {
3265 "type": "zip",
3266 "url": "https://api.github.com/repos/symfony/console/zipball/831424efae0a1fe6642784bd52aae14ece6538e6",
3267 "reference": "831424efae0a1fe6642784bd52aae14ece6538e6",
3268 "shasum": ""
3269 },
3270 "require": {
3271 "php": "^7.1.3",
3272 "symfony/polyfill-mbstring": "~1.0",
3273 "symfony/polyfill-php73": "^1.8",
3274 "symfony/service-contracts": "^1.1"
3275 },
3276 "conflict": {
3277 "symfony/dependency-injection": "<3.4",
3278 "symfony/event-dispatcher": "<4.3",
3279 "symfony/process": "<3.3"
3280 },
3281 "provide": {
3282 "psr/log-implementation": "1.0"
3283 },
3284 "require-dev": {
3285 "psr/log": "~1.0",
3286 "symfony/config": "~3.4|~4.0",
3287 "symfony/dependency-injection": "~3.4|~4.0",
3288 "symfony/event-dispatcher": "^4.3",
3289 "symfony/lock": "~3.4|~4.0",
3290 "symfony/process": "~3.4|~4.0",
3291 "symfony/var-dumper": "^4.3"
3292 },
3293 "suggest": {
3294 "psr/log": "For using the console logger",
3295 "symfony/event-dispatcher": "",
3296 "symfony/lock": "",
3297 "symfony/process": ""
3298 },
3299 "type": "library",
3300 "extra": {
3301 "branch-alias": {
3302 "dev-master": "4.3-dev"
3303 }
3304 },
3305 "autoload": {
3306 "psr-4": {
3307 "Symfony\\Component\\Console\\": ""
3308 },
3309 "exclude-from-classmap": [
3310 "/Tests/"
3311 ]
3312 },
3313 "notification-url": "https://packagist.org/downloads/",
3314 "license": [
3315 "MIT"
3316 ],
3317 "authors": [
3318 {
3319 "name": "Fabien Potencier",
3320 "email": "fabien@symfony.com"
3321 },
3322 {
3323 "name": "Symfony Community",
3324 "homepage": "https://symfony.com/contributors"
3325 }
3326 ],
3327 "description": "Symfony Console Component",
3328 "homepage": "https://symfony.com",
3329 "time": "2019-11-13T07:29:07+00:00"
3330 },
3331 {
3332 "name": "symfony/css-selector",
3333 "version": "v4.3.8",
3334 "source": {
3335 "type": "git",
3336 "url": "https://github.com/symfony/css-selector.git",
3337 "reference": "f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9"
3338 },
3339 "dist": {
3340 "type": "zip",
3341 "url": "https://api.github.com/repos/symfony/css-selector/zipball/f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9",
3342 "reference": "f4b3ff6a549d9ed28b2b0ecd1781bf67cf220ee9",
3343 "shasum": ""
3344 },
3345 "require": {
3346 "php": "^7.1.3"
3347 },
3348 "type": "library",
3349 "extra": {
3350 "branch-alias": {
3351 "dev-master": "4.3-dev"
3352 }
3353 },
3354 "autoload": {
3355 "psr-4": {
3356 "Symfony\\Component\\CssSelector\\": ""
3357 },
3358 "exclude-from-classmap": [
3359 "/Tests/"
3360 ]
3361 },
3362 "notification-url": "https://packagist.org/downloads/",
3363 "license": [
3364 "MIT"
3365 ],
3366 "authors": [
3367 {
3368 "name": "Fabien Potencier",
3369 "email": "fabien@symfony.com"
3370 },
3371 {
3372 "name": "Jean-François Simon",
3373 "email": "jeanfrancois.simon@sensiolabs.com"
3374 },
3375 {
3376 "name": "Symfony Community",
3377 "homepage": "https://symfony.com/contributors"
3378 }
3379 ],
3380 "description": "Symfony CssSelector Component",
3381 "homepage": "https://symfony.com",
3382 "time": "2019-10-02T08:36:26+00:00"
3383 },
3384 {
3385 "name": "symfony/debug",
3386 "version": "v4.3.8",
3387 "source": {
3388 "type": "git",
3389 "url": "https://github.com/symfony/debug.git",
3390 "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2"
3391 },
3392 "dist": {
3393 "type": "zip",
3394 "url": "https://api.github.com/repos/symfony/debug/zipball/5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
3395 "reference": "5ea9c3e01989a86ceaa0283f21234b12deadf5e2",
3396 "shasum": ""
3397 },
3398 "require": {
3399 "php": "^7.1.3",
3400 "psr/log": "~1.0"
3401 },
3402 "conflict": {
3403 "symfony/http-kernel": "<3.4"
3404 },
3405 "require-dev": {
3406 "symfony/http-kernel": "~3.4|~4.0"
3407 },
3408 "type": "library",
3409 "extra": {
3410 "branch-alias": {
3411 "dev-master": "4.3-dev"
3412 }
3413 },
3414 "autoload": {
3415 "psr-4": {
3416 "Symfony\\Component\\Debug\\": ""
3417 },
3418 "exclude-from-classmap": [
3419 "/Tests/"
3420 ]
3421 },
3422 "notification-url": "https://packagist.org/downloads/",
3423 "license": [
3424 "MIT"
3425 ],
3426 "authors": [
3427 {
3428 "name": "Fabien Potencier",
3429 "email": "fabien@symfony.com"
3430 },
3431 {
3432 "name": "Symfony Community",
3433 "homepage": "https://symfony.com/contributors"
3434 }
3435 ],
3436 "description": "Symfony Debug Component",
3437 "homepage": "https://symfony.com",
3438 "time": "2019-10-28T17:07:32+00:00"
3439 },
3440 {
3441 "name": "symfony/event-dispatcher",
3442 "version": "v4.3.8",
3443 "source": {
3444 "type": "git",
3445 "url": "https://github.com/symfony/event-dispatcher.git",
3446 "reference": "0df002fd4f500392eabd243c2947061a50937287"
3447 },
3448 "dist": {
3449 "type": "zip",
3450 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0df002fd4f500392eabd243c2947061a50937287",
3451 "reference": "0df002fd4f500392eabd243c2947061a50937287",
3452 "shasum": ""
3453 },
3454 "require": {
3455 "php": "^7.1.3",
3456 "symfony/event-dispatcher-contracts": "^1.1"
3457 },
3458 "conflict": {
3459 "symfony/dependency-injection": "<3.4"
3460 },
3461 "provide": {
3462 "psr/event-dispatcher-implementation": "1.0",
3463 "symfony/event-dispatcher-implementation": "1.1"
3464 },
3465 "require-dev": {
3466 "psr/log": "~1.0",
3467 "symfony/config": "~3.4|~4.0",
3468 "symfony/dependency-injection": "~3.4|~4.0",
3469 "symfony/expression-language": "~3.4|~4.0",
3470 "symfony/http-foundation": "^3.4|^4.0",
3471 "symfony/service-contracts": "^1.1",
3472 "symfony/stopwatch": "~3.4|~4.0"
3473 },
3474 "suggest": {
3475 "symfony/dependency-injection": "",
3476 "symfony/http-kernel": ""
3477 },
3478 "type": "library",
3479 "extra": {
3480 "branch-alias": {
3481 "dev-master": "4.3-dev"
3482 }
3483 },
3484 "autoload": {
3485 "psr-4": {
3486 "Symfony\\Component\\EventDispatcher\\": ""
3487 },
3488 "exclude-from-classmap": [
3489 "/Tests/"
3490 ]
3491 },
3492 "notification-url": "https://packagist.org/downloads/",
3493 "license": [
3494 "MIT"
3495 ],
3496 "authors": [
3497 {
3498 "name": "Fabien Potencier",
3499 "email": "fabien@symfony.com"
3500 },
3501 {
3502 "name": "Symfony Community",
3503 "homepage": "https://symfony.com/contributors"
3504 }
3505 ],
3506 "description": "Symfony EventDispatcher Component",
3507 "homepage": "https://symfony.com",
3508 "time": "2019-11-03T09:04:05+00:00"
3509 },
3510 {
3511 "name": "symfony/event-dispatcher-contracts",
3512 "version": "v1.1.7",
3513 "source": {
3514 "type": "git",
3515 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3516 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
3517 },
3518 "dist": {
3519 "type": "zip",
3520 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
3521 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
3522 "shasum": ""
3523 },
3524 "require": {
3525 "php": "^7.1.3"
3526 },
3527 "suggest": {
3528 "psr/event-dispatcher": "",
3529 "symfony/event-dispatcher-implementation": ""
3530 },
3531 "type": "library",
3532 "extra": {
3533 "branch-alias": {
3534 "dev-master": "1.1-dev"
3535 }
3536 },
3537 "autoload": {
3538 "psr-4": {
3539 "Symfony\\Contracts\\EventDispatcher\\": ""
3540 }
3541 },
3542 "notification-url": "https://packagist.org/downloads/",
3543 "license": [
3544 "MIT"
3545 ],
3546 "authors": [
3547 {
3548 "name": "Nicolas Grekas",
3549 "email": "p@tchwork.com"
3550 },
3551 {
3552 "name": "Symfony Community",
3553 "homepage": "https://symfony.com/contributors"
3554 }
3555 ],
3556 "description": "Generic abstractions related to dispatching event",
3557 "homepage": "https://symfony.com",
3558 "keywords": [
3559 "abstractions",
3560 "contracts",
3561 "decoupling",
3562 "interfaces",
3563 "interoperability",
3564 "standards"
3565 ],
3566 "time": "2019-09-17T09:54:03+00:00"
3567 },
3568 {
3569 "name": "symfony/finder",
3570 "version": "v4.3.8",
3571 "source": {
3572 "type": "git",
3573 "url": "https://github.com/symfony/finder.git",
3574 "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f"
3575 },
3576 "dist": {
3577 "type": "zip",
3578 "url": "https://api.github.com/repos/symfony/finder/zipball/72a068f77e317ae77c0a0495236ad292cfb5ce6f",
3579 "reference": "72a068f77e317ae77c0a0495236ad292cfb5ce6f",
3580 "shasum": ""
3581 },
3582 "require": {
3583 "php": "^7.1.3"
3584 },
3585 "type": "library",
3586 "extra": {
3587 "branch-alias": {
3588 "dev-master": "4.3-dev"
3589 }
3590 },
3591 "autoload": {
3592 "psr-4": {
3593 "Symfony\\Component\\Finder\\": ""
3594 },
3595 "exclude-from-classmap": [
3596 "/Tests/"
3597 ]
3598 },
3599 "notification-url": "https://packagist.org/downloads/",
3600 "license": [
3601 "MIT"
3602 ],
3603 "authors": [
3604 {
3605 "name": "Fabien Potencier",
3606 "email": "fabien@symfony.com"
3607 },
3608 {
3609 "name": "Symfony Community",
3610 "homepage": "https://symfony.com/contributors"
3611 }
3612 ],
3613 "description": "Symfony Finder Component",
3614 "homepage": "https://symfony.com",
3615 "time": "2019-10-30T12:53:54+00:00"
3616 },
3617 {
3618 "name": "symfony/http-foundation",
3619 "version": "v4.3.8",
3620 "source": {
3621 "type": "git",
3622 "url": "https://github.com/symfony/http-foundation.git",
3623 "reference": "cabe67275034e173350e158f3b1803d023880227"
3624 },
3625 "dist": {
3626 "type": "zip",
3627 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cabe67275034e173350e158f3b1803d023880227",
3628 "reference": "cabe67275034e173350e158f3b1803d023880227",
3629 "shasum": ""
3630 },
3631 "require": {
3632 "php": "^7.1.3",
3633 "symfony/mime": "^4.3",
3634 "symfony/polyfill-mbstring": "~1.1"
3635 },
3636 "require-dev": {
3637 "predis/predis": "~1.0",
3638 "symfony/expression-language": "~3.4|~4.0"
3639 },
3640 "type": "library",
3641 "extra": {
3642 "branch-alias": {
3643 "dev-master": "4.3-dev"
3644 }
3645 },
3646 "autoload": {
3647 "psr-4": {
3648 "Symfony\\Component\\HttpFoundation\\": ""
3649 },
3650 "exclude-from-classmap": [
3651 "/Tests/"
3652 ]
3653 },
3654 "notification-url": "https://packagist.org/downloads/",
3655 "license": [
3656 "MIT"
3657 ],
3658 "authors": [
3659 {
3660 "name": "Fabien Potencier",
3661 "email": "fabien@symfony.com"
3662 },
3663 {
3664 "name": "Symfony Community",
3665 "homepage": "https://symfony.com/contributors"
3666 }
3667 ],
3668 "description": "Symfony HttpFoundation Component",
3669 "homepage": "https://symfony.com",
3670 "time": "2019-11-12T13:07:20+00:00"
3671 },
3672 {
3673 "name": "symfony/http-kernel",
3674 "version": "v4.3.8",
3675 "source": {
3676 "type": "git",
3677 "url": "https://github.com/symfony/http-kernel.git",
3678 "reference": "5fdf186f26f9080de531d3f1d024348b2f0ab12f"
3679 },
3680 "dist": {
3681 "type": "zip",
3682 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5fdf186f26f9080de531d3f1d024348b2f0ab12f",
3683 "reference": "5fdf186f26f9080de531d3f1d024348b2f0ab12f",
3684 "shasum": ""
3685 },
3686 "require": {
3687 "php": "^7.1.3",
3688 "psr/log": "~1.0",
3689 "symfony/debug": "~3.4|~4.0",
3690 "symfony/event-dispatcher": "^4.3",
3691 "symfony/http-foundation": "^4.1.1",
3692 "symfony/polyfill-ctype": "~1.8",
3693 "symfony/polyfill-php73": "^1.9"
3694 },
3695 "conflict": {
3696 "symfony/browser-kit": "<4.3",
3697 "symfony/config": "<3.4",
3698 "symfony/dependency-injection": "<4.3",
3699 "symfony/translation": "<4.2",
3700 "symfony/var-dumper": "<4.1.1",
3701 "twig/twig": "<1.34|<2.4,>=2"
3702 },
3703 "provide": {
3704 "psr/log-implementation": "1.0"
3705 },
3706 "require-dev": {
3707 "psr/cache": "~1.0",
3708 "symfony/browser-kit": "^4.3",
3709 "symfony/config": "~3.4|~4.0",
3710 "symfony/console": "~3.4|~4.0",
3711 "symfony/css-selector": "~3.4|~4.0",
3712 "symfony/dependency-injection": "^4.3",
3713 "symfony/dom-crawler": "~3.4|~4.0",
3714 "symfony/expression-language": "~3.4|~4.0",
3715 "symfony/finder": "~3.4|~4.0",
3716 "symfony/process": "~3.4|~4.0",
3717 "symfony/routing": "~3.4|~4.0",
3718 "symfony/stopwatch": "~3.4|~4.0",
3719 "symfony/templating": "~3.4|~4.0",
3720 "symfony/translation": "~4.2",
3721 "symfony/translation-contracts": "^1.1",
3722 "symfony/var-dumper": "^4.1.1",
3723 "twig/twig": "^1.34|^2.4"
3724 },
3725 "suggest": {
3726 "symfony/browser-kit": "",
3727 "symfony/config": "",
3728 "symfony/console": "",
3729 "symfony/dependency-injection": "",
3730 "symfony/var-dumper": ""
3731 },
3732 "type": "library",
3733 "extra": {
3734 "branch-alias": {
3735 "dev-master": "4.3-dev"
3736 }
3737 },
3738 "autoload": {
3739 "psr-4": {
3740 "Symfony\\Component\\HttpKernel\\": ""
3741 },
3742 "exclude-from-classmap": [
3743 "/Tests/"
3744 ]
3745 },
3746 "notification-url": "https://packagist.org/downloads/",
3747 "license": [
3748 "MIT"
3749 ],
3750 "authors": [
3751 {
3752 "name": "Fabien Potencier",
3753 "email": "fabien@symfony.com"
3754 },
3755 {
3756 "name": "Symfony Community",
3757 "homepage": "https://symfony.com/contributors"
3758 }
3759 ],
3760 "description": "Symfony HttpKernel Component",
3761 "homepage": "https://symfony.com",
3762 "time": "2019-11-13T09:07:28+00:00"
3763 },
3764 {
3765 "name": "symfony/mime",
3766 "version": "v4.3.8",
3767 "source": {
3768 "type": "git",
3769 "url": "https://github.com/symfony/mime.git",
3770 "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448"
3771 },
3772 "dist": {
3773 "type": "zip",
3774 "url": "https://api.github.com/repos/symfony/mime/zipball/22aecf6b11638ef378fab25d6c5a2da8a31a1448",
3775 "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448",
3776 "shasum": ""
3777 },
3778 "require": {
3779 "php": "^7.1.3",
3780 "symfony/polyfill-intl-idn": "^1.10",
3781 "symfony/polyfill-mbstring": "^1.0"
3782 },
3783 "require-dev": {
3784 "egulias/email-validator": "^2.1.10",
3785 "symfony/dependency-injection": "~3.4|^4.1"
3786 },
3787 "type": "library",
3788 "extra": {
3789 "branch-alias": {
3790 "dev-master": "4.3-dev"
3791 }
3792 },
3793 "autoload": {
3794 "psr-4": {
3795 "Symfony\\Component\\Mime\\": ""
3796 },
3797 "exclude-from-classmap": [
3798 "/Tests/"
3799 ]
3800 },
3801 "notification-url": "https://packagist.org/downloads/",
3802 "license": [
3803 "MIT"
3804 ],
3805 "authors": [
3806 {
3807 "name": "Fabien Potencier",
3808 "email": "fabien@symfony.com"
3809 },
3810 {
3811 "name": "Symfony Community",
3812 "homepage": "https://symfony.com/contributors"
3813 }
3814 ],
3815 "description": "A library to manipulate MIME messages",
3816 "homepage": "https://symfony.com",
3817 "keywords": [
3818 "mime",
3819 "mime-type"
3820 ],
3821 "time": "2019-11-12T13:10:02+00:00"
3822 },
3823 {
3824 "name": "symfony/polyfill-ctype",
3825 "version": "v1.12.0",
3826 "source": {
3827 "type": "git",
3828 "url": "https://github.com/symfony/polyfill-ctype.git",
3829 "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
3830 },
3831 "dist": {
3832 "type": "zip",
3833 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
3834 "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
3835 "shasum": ""
3836 },
3837 "require": {
3838 "php": ">=5.3.3"
3839 },
3840 "suggest": {
3841 "ext-ctype": "For best performance"
3842 },
3843 "type": "library",
3844 "extra": {
3845 "branch-alias": {
3846 "dev-master": "1.12-dev"
3847 }
3848 },
3849 "autoload": {
3850 "psr-4": {
3851 "Symfony\\Polyfill\\Ctype\\": ""
3852 },
3853 "files": [
3854 "bootstrap.php"
3855 ]
3856 },
3857 "notification-url": "https://packagist.org/downloads/",
3858 "license": [
3859 "MIT"
3860 ],
3861 "authors": [
3862 {
3863 "name": "Gert de Pagter",
3864 "email": "BackEndTea@gmail.com"
3865 },
3866 {
3867 "name": "Symfony Community",
3868 "homepage": "https://symfony.com/contributors"
3869 }
3870 ],
3871 "description": "Symfony polyfill for ctype functions",
3872 "homepage": "https://symfony.com",
3873 "keywords": [
3874 "compatibility",
3875 "ctype",
3876 "polyfill",
3877 "portable"
3878 ],
3879 "time": "2019-08-06T08:03:45+00:00"
3880 },
3881 {
3882 "name": "symfony/polyfill-iconv",
3883 "version": "v1.12.0",
3884 "source": {
3885 "type": "git",
3886 "url": "https://github.com/symfony/polyfill-iconv.git",
3887 "reference": "685968b11e61a347c18bf25db32effa478be610f"
3888 },
3889 "dist": {
3890 "type": "zip",
3891 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
3892 "reference": "685968b11e61a347c18bf25db32effa478be610f",
3893 "shasum": ""
3894 },
3895 "require": {
3896 "php": ">=5.3.3"
3897 },
3898 "suggest": {
3899 "ext-iconv": "For best performance"
3900 },
3901 "type": "library",
3902 "extra": {
3903 "branch-alias": {
3904 "dev-master": "1.12-dev"
3905 }
3906 },
3907 "autoload": {
3908 "psr-4": {
3909 "Symfony\\Polyfill\\Iconv\\": ""
3910 },
3911 "files": [
3912 "bootstrap.php"
3913 ]
3914 },
3915 "notification-url": "https://packagist.org/downloads/",
3916 "license": [
3917 "MIT"
3918 ],
3919 "authors": [
3920 {
3921 "name": "Nicolas Grekas",
3922 "email": "p@tchwork.com"
3923 },
3924 {
3925 "name": "Symfony Community",
3926 "homepage": "https://symfony.com/contributors"
3927 }
3928 ],
3929 "description": "Symfony polyfill for the Iconv extension",
3930 "homepage": "https://symfony.com",
3931 "keywords": [
3932 "compatibility",
3933 "iconv",
3934 "polyfill",
3935 "portable",
3936 "shim"
3937 ],
3938 "time": "2019-08-06T08:03:45+00:00"
3939 },
3940 {
3941 "name": "symfony/polyfill-intl-idn",
3942 "version": "v1.12.0",
3943 "source": {
3944 "type": "git",
3945 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3946 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
3947 },
3948 "dist": {
3949 "type": "zip",
3950 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
3951 "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
3952 "shasum": ""
3953 },
3954 "require": {
3955 "php": ">=5.3.3",
3956 "symfony/polyfill-mbstring": "^1.3",
3957 "symfony/polyfill-php72": "^1.9"
3958 },
3959 "suggest": {
3960 "ext-intl": "For best performance"
3961 },
3962 "type": "library",
3963 "extra": {
3964 "branch-alias": {
3965 "dev-master": "1.12-dev"
3966 }
3967 },
3968 "autoload": {
3969 "psr-4": {
3970 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3971 },
3972 "files": [
3973 "bootstrap.php"
3974 ]
3975 },
3976 "notification-url": "https://packagist.org/downloads/",
3977 "license": [
3978 "MIT"
3979 ],
3980 "authors": [
3981 {
3982 "name": "Laurent Bassin",
3983 "email": "laurent@bassin.info"
3984 },
3985 {
3986 "name": "Symfony Community",
3987 "homepage": "https://symfony.com/contributors"
3988 }
3989 ],
3990 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3991 "homepage": "https://symfony.com",
3992 "keywords": [
3993 "compatibility",
3994 "idn",
3995 "intl",
3996 "polyfill",
3997 "portable",
3998 "shim"
3999 ],
4000 "time": "2019-08-06T08:03:45+00:00"
4001 },
4002 {
4003 "name": "symfony/polyfill-mbstring",
4004 "version": "v1.12.0",
4005 "source": {
4006 "type": "git",
4007 "url": "https://github.com/symfony/polyfill-mbstring.git",
4008 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
4009 },
4010 "dist": {
4011 "type": "zip",
4012 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
4013 "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
4014 "shasum": ""
4015 },
4016 "require": {
4017 "php": ">=5.3.3"
4018 },
4019 "suggest": {
4020 "ext-mbstring": "For best performance"
4021 },
4022 "type": "library",
4023 "extra": {
4024 "branch-alias": {
4025 "dev-master": "1.12-dev"
4026 }
4027 },
4028 "autoload": {
4029 "psr-4": {
4030 "Symfony\\Polyfill\\Mbstring\\": ""
4031 },
4032 "files": [
4033 "bootstrap.php"
4034 ]
4035 },
4036 "notification-url": "https://packagist.org/downloads/",
4037 "license": [
4038 "MIT"
4039 ],
4040 "authors": [
4041 {
4042 "name": "Nicolas Grekas",
4043 "email": "p@tchwork.com"
4044 },
4045 {
4046 "name": "Symfony Community",
4047 "homepage": "https://symfony.com/contributors"
4048 }
4049 ],
4050 "description": "Symfony polyfill for the Mbstring extension",
4051 "homepage": "https://symfony.com",
4052 "keywords": [
4053 "compatibility",
4054 "mbstring",
4055 "polyfill",
4056 "portable",
4057 "shim"
4058 ],
4059 "time": "2019-08-06T08:03:45+00:00"
4060 },
4061 {
4062 "name": "symfony/polyfill-php72",
4063 "version": "v1.12.0",
4064 "source": {
4065 "type": "git",
4066 "url": "https://github.com/symfony/polyfill-php72.git",
4067 "reference": "04ce3335667451138df4307d6a9b61565560199e"
4068 },
4069 "dist": {
4070 "type": "zip",
4071 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
4072 "reference": "04ce3335667451138df4307d6a9b61565560199e",
4073 "shasum": ""
4074 },
4075 "require": {
4076 "php": ">=5.3.3"
4077 },
4078 "type": "library",
4079 "extra": {
4080 "branch-alias": {
4081 "dev-master": "1.12-dev"
4082 }
4083 },
4084 "autoload": {
4085 "psr-4": {
4086 "Symfony\\Polyfill\\Php72\\": ""
4087 },
4088 "files": [
4089 "bootstrap.php"
4090 ]
4091 },
4092 "notification-url": "https://packagist.org/downloads/",
4093 "license": [
4094 "MIT"
4095 ],
4096 "authors": [
4097 {
4098 "name": "Nicolas Grekas",
4099 "email": "p@tchwork.com"
4100 },
4101 {
4102 "name": "Symfony Community",
4103 "homepage": "https://symfony.com/contributors"
4104 }
4105 ],
4106 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4107 "homepage": "https://symfony.com",
4108 "keywords": [
4109 "compatibility",
4110 "polyfill",
4111 "portable",
4112 "shim"
4113 ],
4114 "time": "2019-08-06T08:03:45+00:00"
4115 },
4116 {
4117 "name": "symfony/polyfill-php73",
4118 "version": "v1.12.0",
4119 "source": {
4120 "type": "git",
4121 "url": "https://github.com/symfony/polyfill-php73.git",
4122 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
4123 },
4124 "dist": {
4125 "type": "zip",
4126 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
4127 "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
4128 "shasum": ""
4129 },
4130 "require": {
4131 "php": ">=5.3.3"
4132 },
4133 "type": "library",
4134 "extra": {
4135 "branch-alias": {
4136 "dev-master": "1.12-dev"
4137 }
4138 },
4139 "autoload": {
4140 "psr-4": {
4141 "Symfony\\Polyfill\\Php73\\": ""
4142 },
4143 "files": [
4144 "bootstrap.php"
4145 ],
4146 "classmap": [
4147 "Resources/stubs"
4148 ]
4149 },
4150 "notification-url": "https://packagist.org/downloads/",
4151 "license": [
4152 "MIT"
4153 ],
4154 "authors": [
4155 {
4156 "name": "Nicolas Grekas",
4157 "email": "p@tchwork.com"
4158 },
4159 {
4160 "name": "Symfony Community",
4161 "homepage": "https://symfony.com/contributors"
4162 }
4163 ],
4164 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4165 "homepage": "https://symfony.com",
4166 "keywords": [
4167 "compatibility",
4168 "polyfill",
4169 "portable",
4170 "shim"
4171 ],
4172 "time": "2019-08-06T08:03:45+00:00"
4173 },
4174 {
4175 "name": "symfony/process",
4176 "version": "v4.3.8",
4177 "source": {
4178 "type": "git",
4179 "url": "https://github.com/symfony/process.git",
4180 "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0"
4181 },
4182 "dist": {
4183 "type": "zip",
4184 "url": "https://api.github.com/repos/symfony/process/zipball/3b2e0cb029afbb0395034509291f21191d1a4db0",
4185 "reference": "3b2e0cb029afbb0395034509291f21191d1a4db0",
4186 "shasum": ""
4187 },
4188 "require": {
4189 "php": "^7.1.3"
4190 },
4191 "type": "library",
4192 "extra": {
4193 "branch-alias": {
4194 "dev-master": "4.3-dev"
4195 }
4196 },
4197 "autoload": {
4198 "psr-4": {
4199 "Symfony\\Component\\Process\\": ""
4200 },
4201 "exclude-from-classmap": [
4202 "/Tests/"
4203 ]
4204 },
4205 "notification-url": "https://packagist.org/downloads/",
4206 "license": [
4207 "MIT"
4208 ],
4209 "authors": [
4210 {
4211 "name": "Fabien Potencier",
4212 "email": "fabien@symfony.com"
4213 },
4214 {
4215 "name": "Symfony Community",
4216 "homepage": "https://symfony.com/contributors"
4217 }
4218 ],
4219 "description": "Symfony Process Component",
4220 "homepage": "https://symfony.com",
4221 "time": "2019-10-28T17:07:32+00:00"
4222 },
4223 {
4224 "name": "symfony/routing",
4225 "version": "v4.3.8",
4226 "source": {
4227 "type": "git",
4228 "url": "https://github.com/symfony/routing.git",
4229 "reference": "533fd12a41fb9ce8d4e861693365427849487c0e"
4230 },
4231 "dist": {
4232 "type": "zip",
4233 "url": "https://api.github.com/repos/symfony/routing/zipball/533fd12a41fb9ce8d4e861693365427849487c0e",
4234 "reference": "533fd12a41fb9ce8d4e861693365427849487c0e",
4235 "shasum": ""
4236 },
4237 "require": {
4238 "php": "^7.1.3"
4239 },
4240 "conflict": {
4241 "symfony/config": "<4.2",
4242 "symfony/dependency-injection": "<3.4",
4243 "symfony/yaml": "<3.4"
4244 },
4245 "require-dev": {
4246 "doctrine/annotations": "~1.2",
4247 "psr/log": "~1.0",
4248 "symfony/config": "~4.2",
4249 "symfony/dependency-injection": "~3.4|~4.0",
4250 "symfony/expression-language": "~3.4|~4.0",
4251 "symfony/http-foundation": "~3.4|~4.0",
4252 "symfony/yaml": "~3.4|~4.0"
4253 },
4254 "suggest": {
4255 "doctrine/annotations": "For using the annotation loader",
4256 "symfony/config": "For using the all-in-one router or any loader",
4257 "symfony/expression-language": "For using expression matching",
4258 "symfony/http-foundation": "For using a Symfony Request object",
4259 "symfony/yaml": "For using the YAML loader"
4260 },
4261 "type": "library",
4262 "extra": {
4263 "branch-alias": {
4264 "dev-master": "4.3-dev"
4265 }
4266 },
4267 "autoload": {
4268 "psr-4": {
4269 "Symfony\\Component\\Routing\\": ""
4270 },
4271 "exclude-from-classmap": [
4272 "/Tests/"
4273 ]
4274 },
4275 "notification-url": "https://packagist.org/downloads/",
4276 "license": [
4277 "MIT"
4278 ],
4279 "authors": [
4280 {
4281 "name": "Fabien Potencier",
4282 "email": "fabien@symfony.com"
4283 },
4284 {
4285 "name": "Symfony Community",
4286 "homepage": "https://symfony.com/contributors"
4287 }
4288 ],
4289 "description": "Symfony Routing Component",
4290 "homepage": "https://symfony.com",
4291 "keywords": [
4292 "router",
4293 "routing",
4294 "uri",
4295 "url"
4296 ],
4297 "time": "2019-11-04T20:23:03+00:00"
4298 },
4299 {
4300 "name": "symfony/service-contracts",
4301 "version": "v1.1.8",
4302 "source": {
4303 "type": "git",
4304 "url": "https://github.com/symfony/service-contracts.git",
4305 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
4306 },
4307 "dist": {
4308 "type": "zip",
4309 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
4310 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
4311 "shasum": ""
4312 },
4313 "require": {
4314 "php": "^7.1.3",
4315 "psr/container": "^1.0"
4316 },
4317 "suggest": {
4318 "symfony/service-implementation": ""
4319 },
4320 "type": "library",
4321 "extra": {
4322 "branch-alias": {
4323 "dev-master": "1.1-dev"
4324 }
4325 },
4326 "autoload": {
4327 "psr-4": {
4328 "Symfony\\Contracts\\Service\\": ""
4329 }
4330 },
4331 "notification-url": "https://packagist.org/downloads/",
4332 "license": [
4333 "MIT"
4334 ],
4335 "authors": [
4336 {
4337 "name": "Nicolas Grekas",
4338 "email": "p@tchwork.com"
4339 },
4340 {
4341 "name": "Symfony Community",
4342 "homepage": "https://symfony.com/contributors"
4343 }
4344 ],
4345 "description": "Generic abstractions related to writing services",
4346 "homepage": "https://symfony.com",
4347 "keywords": [
4348 "abstractions",
4349 "contracts",
4350 "decoupling",
4351 "interfaces",
4352 "interoperability",
4353 "standards"
4354 ],
4355 "time": "2019-10-14T12:27:06+00:00"
4356 },
4357 {
4358 "name": "symfony/translation",
4359 "version": "v4.3.8",
4360 "source": {
4361 "type": "git",
4362 "url": "https://github.com/symfony/translation.git",
4363 "reference": "bbce239b35b0cd47bd75848b23e969f17dd970e7"
4364 },
4365 "dist": {
4366 "type": "zip",
4367 "url": "https://api.github.com/repos/symfony/translation/zipball/bbce239b35b0cd47bd75848b23e969f17dd970e7",
4368 "reference": "bbce239b35b0cd47bd75848b23e969f17dd970e7",
4369 "shasum": ""
4370 },
4371 "require": {
4372 "php": "^7.1.3",
4373 "symfony/polyfill-mbstring": "~1.0",
4374 "symfony/translation-contracts": "^1.1.6"
4375 },
4376 "conflict": {
4377 "symfony/config": "<3.4",
4378 "symfony/dependency-injection": "<3.4",
4379 "symfony/yaml": "<3.4"
4380 },
4381 "provide": {
4382 "symfony/translation-implementation": "1.0"
4383 },
4384 "require-dev": {
4385 "psr/log": "~1.0",
4386 "symfony/config": "~3.4|~4.0",
4387 "symfony/console": "~3.4|~4.0",
4388 "symfony/dependency-injection": "~3.4|~4.0",
4389 "symfony/finder": "~2.8|~3.0|~4.0",
4390 "symfony/http-kernel": "~3.4|~4.0",
4391 "symfony/intl": "~3.4|~4.0",
4392 "symfony/service-contracts": "^1.1.2",
4393 "symfony/var-dumper": "~3.4|~4.0",
4394 "symfony/yaml": "~3.4|~4.0"
4395 },
4396 "suggest": {
4397 "psr/log-implementation": "To use logging capability in translator",
4398 "symfony/config": "",
4399 "symfony/yaml": ""
4400 },
4401 "type": "library",
4402 "extra": {
4403 "branch-alias": {
4404 "dev-master": "4.3-dev"
4405 }
4406 },
4407 "autoload": {
4408 "psr-4": {
4409 "Symfony\\Component\\Translation\\": ""
4410 },
4411 "exclude-from-classmap": [
4412 "/Tests/"
4413 ]
4414 },
4415 "notification-url": "https://packagist.org/downloads/",
4416 "license": [
4417 "MIT"
4418 ],
4419 "authors": [
4420 {
4421 "name": "Fabien Potencier",
4422 "email": "fabien@symfony.com"
4423 },
4424 {
4425 "name": "Symfony Community",
4426 "homepage": "https://symfony.com/contributors"
4427 }
4428 ],
4429 "description": "Symfony Translation Component",
4430 "homepage": "https://symfony.com",
4431 "time": "2019-11-06T23:21:49+00:00"
4432 },
4433 {
4434 "name": "symfony/translation-contracts",
4435 "version": "v1.1.7",
4436 "source": {
4437 "type": "git",
4438 "url": "https://github.com/symfony/translation-contracts.git",
4439 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
4440 },
4441 "dist": {
4442 "type": "zip",
4443 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
4444 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
4445 "shasum": ""
4446 },
4447 "require": {
4448 "php": "^7.1.3"
4449 },
4450 "suggest": {
4451 "symfony/translation-implementation": ""
4452 },
4453 "type": "library",
4454 "extra": {
4455 "branch-alias": {
4456 "dev-master": "1.1-dev"
4457 }
4458 },
4459 "autoload": {
4460 "psr-4": {
4461 "Symfony\\Contracts\\Translation\\": ""
4462 }
4463 },
4464 "notification-url": "https://packagist.org/downloads/",
4465 "license": [
4466 "MIT"
4467 ],
4468 "authors": [
4469 {
4470 "name": "Nicolas Grekas",
4471 "email": "p@tchwork.com"
4472 },
4473 {
4474 "name": "Symfony Community",
4475 "homepage": "https://symfony.com/contributors"
4476 }
4477 ],
4478 "description": "Generic abstractions related to translation",
4479 "homepage": "https://symfony.com",
4480 "keywords": [
4481 "abstractions",
4482 "contracts",
4483 "decoupling",
4484 "interfaces",
4485 "interoperability",
4486 "standards"
4487 ],
4488 "time": "2019-09-17T11:12:18+00:00"
4489 },
4490 {
4491 "name": "symfony/var-dumper",
4492 "version": "v4.3.8",
4493 "source": {
4494 "type": "git",
4495 "url": "https://github.com/symfony/var-dumper.git",
4496 "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf"
4497 },
4498 "dist": {
4499 "type": "zip",
4500 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ea4940845535c85ff5c505e13b3205b0076d07bf",
4501 "reference": "ea4940845535c85ff5c505e13b3205b0076d07bf",
4502 "shasum": ""
4503 },
4504 "require": {
4505 "php": "^7.1.3",
4506 "symfony/polyfill-mbstring": "~1.0",
4507 "symfony/polyfill-php72": "~1.5"
4508 },
4509 "conflict": {
4510 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4511 "symfony/console": "<3.4"
4512 },
4513 "require-dev": {
4514 "ext-iconv": "*",
4515 "symfony/console": "~3.4|~4.0",
4516 "symfony/process": "~3.4|~4.0",
4517 "twig/twig": "~1.34|~2.4"
4518 },
4519 "suggest": {
4520 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4521 "ext-intl": "To show region name in time zone dump",
4522 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
4523 },
4524 "bin": [
4525 "Resources/bin/var-dump-server"
4526 ],
4527 "type": "library",
4528 "extra": {
4529 "branch-alias": {
4530 "dev-master": "4.3-dev"
4531 }
4532 },
4533 "autoload": {
4534 "files": [
4535 "Resources/functions/dump.php"
4536 ],
4537 "psr-4": {
4538 "Symfony\\Component\\VarDumper\\": ""
4539 },
4540 "exclude-from-classmap": [
4541 "/Tests/"
4542 ]
4543 },
4544 "notification-url": "https://packagist.org/downloads/",
4545 "license": [
4546 "MIT"
4547 ],
4548 "authors": [
4549 {
4550 "name": "Nicolas Grekas",
4551 "email": "p@tchwork.com"
4552 },
4553 {
4554 "name": "Symfony Community",
4555 "homepage": "https://symfony.com/contributors"
4556 }
4557 ],
4558 "description": "Symfony mechanism for exploring and dumping PHP variables",
4559 "homepage": "https://symfony.com",
4560 "keywords": [
4561 "debug",
4562 "dump"
4563 ],
4564 "time": "2019-10-13T12:02:04+00:00"
4565 },
4566 {
4567 "name": "tijsverkoyen/css-to-inline-styles",
4568 "version": "2.2.2",
4569 "source": {
4570 "type": "git",
4571 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
4572 "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
4573 },
4574 "dist": {
4575 "type": "zip",
4576 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
4577 "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
4578 "shasum": ""
4579 },
4580 "require": {
4581 "ext-dom": "*",
4582 "ext-libxml": "*",
4583 "php": "^5.5 || ^7.0",
4584 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
4585 },
4586 "require-dev": {
4587 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4588 },
4589 "type": "library",
4590 "extra": {
4591 "branch-alias": {
4592 "dev-master": "2.2.x-dev"
4593 }
4594 },
4595 "autoload": {
4596 "psr-4": {
4597 "TijsVerkoyen\\CssToInlineStyles\\": "src"
4598 }
4599 },
4600 "notification-url": "https://packagist.org/downloads/",
4601 "license": [
4602 "BSD-3-Clause"
4603 ],
4604 "authors": [
4605 {
4606 "name": "Tijs Verkoyen",
4607 "email": "css_to_inline_styles@verkoyen.eu",
4608 "role": "Developer"
4609 }
4610 ],
4611 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
4612 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
4613 "time": "2019-10-24T08:53:34+00:00"
4614 },
4615 {
4616 "name": "twilio/sdk",
4617 "version": "5.39.0",
4618 "source": {
4619 "type": "git",
4620 "url": "https://github.com/twilio/twilio-php.git",
4621 "reference": "71432b4b4962cbed2fa01a8cf836ae5cea35e6f3"
4622 },
4623 "dist": {
4624 "type": "zip",
4625 "url": "https://api.github.com/repos/twilio/twilio-php/zipball/71432b4b4962cbed2fa01a8cf836ae5cea35e6f3",
4626 "reference": "71432b4b4962cbed2fa01a8cf836ae5cea35e6f3",
4627 "shasum": ""
4628 },
4629 "require": {
4630 "php": ">=5.5.0"
4631 },
4632 "require-dev": {
4633 "apigen/apigen": "^4.1",
4634 "guzzlehttp/guzzle": "^6.3",
4635 "phpunit/phpunit": ">=4.5"
4636 },
4637 "suggest": {
4638 "guzzlehttp/guzzle": "An HTTP client to execute the API requests"
4639 },
4640 "type": "library",
4641 "autoload": {
4642 "psr-4": {
4643 "Twilio\\": "src/Twilio/"
4644 }
4645 },
4646 "notification-url": "https://packagist.org/downloads/",
4647 "license": [
4648 "MIT"
4649 ],
4650 "authors": [
4651 {
4652 "name": "Twilio API Team",
4653 "email": "api@twilio.com"
4654 }
4655 ],
4656 "description": "A PHP wrapper for Twilio's API",
4657 "homepage": "http://github.com/twilio/twilio-php",
4658 "keywords": [
4659 "api",
4660 "sms",
4661 "twilio"
4662 ],
4663 "time": "2019-11-13T20:23:23+00:00"
4664 },
4665 {
4666 "name": "vlucas/phpdotenv",
4667 "version": "v3.6.0",
4668 "source": {
4669 "type": "git",
4670 "url": "https://github.com/vlucas/phpdotenv.git",
4671 "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156"
4672 },
4673 "dist": {
4674 "type": "zip",
4675 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1bdf24f065975594f6a117f0f1f6cabf1333b156",
4676 "reference": "1bdf24f065975594f6a117f0f1f6cabf1333b156",
4677 "shasum": ""
4678 },
4679 "require": {
4680 "php": "^5.4 || ^7.0",
4681 "phpoption/phpoption": "^1.5",
4682 "symfony/polyfill-ctype": "^1.9"
4683 },
4684 "require-dev": {
4685 "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
4686 },
4687 "type": "library",
4688 "extra": {
4689 "branch-alias": {
4690 "dev-master": "3.6-dev"
4691 }
4692 },
4693 "autoload": {
4694 "psr-4": {
4695 "Dotenv\\": "src/"
4696 }
4697 },
4698 "notification-url": "https://packagist.org/downloads/",
4699 "license": [
4700 "BSD-3-Clause"
4701 ],
4702 "authors": [
4703 {
4704 "name": "Graham Campbell",
4705 "email": "graham@alt-three.com",
4706 "homepage": "https://gjcampbell.co.uk/"
4707 },
4708 {
4709 "name": "Vance Lucas",
4710 "email": "vance@vancelucas.com",
4711 "homepage": "https://vancelucas.com/"
4712 }
4713 ],
4714 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
4715 "keywords": [
4716 "dotenv",
4717 "env",
4718 "environment"
4719 ],
4720 "time": "2019-09-10T21:37:39+00:00"
4721 }
4722 ],
4723 "packages-dev": [
4724 {
4725 "name": "barryvdh/laravel-ide-helper",
4726 "version": "v2.6.5",
4727 "source": {
4728 "type": "git",
4729 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
4730 "reference": "8740a9a158d3dd5cfc706a9d4cc1bf7a518f99f3"
4731 },
4732 "dist": {
4733 "type": "zip",
4734 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/8740a9a158d3dd5cfc706a9d4cc1bf7a518f99f3",
4735 "reference": "8740a9a158d3dd5cfc706a9d4cc1bf7a518f99f3",
4736 "shasum": ""
4737 },
4738 "require": {
4739 "barryvdh/reflection-docblock": "^2.0.6",
4740 "composer/composer": "^1.6",
4741 "doctrine/dbal": "~2.3",
4742 "illuminate/console": "^5.5|^6",
4743 "illuminate/filesystem": "^5.5|^6",
4744 "illuminate/support": "^5.5|^6",
4745 "php": ">=7"
4746 },
4747 "require-dev": {
4748 "illuminate/config": "^5.5|^6",
4749 "illuminate/view": "^5.5|^6",
4750 "phpro/grumphp": "^0.14",
4751 "phpunit/phpunit": "4.*",
4752 "scrutinizer/ocular": "~1.1",
4753 "squizlabs/php_codesniffer": "^3"
4754 },
4755 "type": "library",
4756 "extra": {
4757 "branch-alias": {
4758 "dev-master": "2.6-dev"
4759 },
4760 "laravel": {
4761 "providers": [
4762 "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
4763 ]
4764 }
4765 },
4766 "autoload": {
4767 "psr-4": {
4768 "Barryvdh\\LaravelIdeHelper\\": "src"
4769 }
4770 },
4771 "notification-url": "https://packagist.org/downloads/",
4772 "license": [
4773 "MIT"
4774 ],
4775 "authors": [
4776 {
4777 "name": "Barry vd. Heuvel",
4778 "email": "barryvdh@gmail.com"
4779 }
4780 ],
4781 "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
4782 "keywords": [
4783 "autocomplete",
4784 "codeintel",
4785 "helper",
4786 "ide",
4787 "laravel",
4788 "netbeans",
4789 "phpdoc",
4790 "phpstorm",
4791 "sublime"
4792 ],
4793 "time": "2019-09-08T09:56:38+00:00"
4794 },
4795 {
4796 "name": "barryvdh/reflection-docblock",
4797 "version": "v2.0.6",
4798 "source": {
4799 "type": "git",
4800 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
4801 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
4802 },
4803 "dist": {
4804 "type": "zip",
4805 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
4806 "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
4807 "shasum": ""
4808 },
4809 "require": {
4810 "php": ">=5.3.3"
4811 },
4812 "require-dev": {
4813 "phpunit/phpunit": "~4.0,<4.5"
4814 },
4815 "suggest": {
4816 "dflydev/markdown": "~1.0",
4817 "erusev/parsedown": "~1.0"
4818 },
4819 "type": "library",
4820 "extra": {
4821 "branch-alias": {
4822 "dev-master": "2.0.x-dev"
4823 }
4824 },
4825 "autoload": {
4826 "psr-0": {
4827 "Barryvdh": [
4828 "src/"
4829 ]
4830 }
4831 },
4832 "notification-url": "https://packagist.org/downloads/",
4833 "license": [
4834 "MIT"
4835 ],
4836 "authors": [
4837 {
4838 "name": "Mike van Riel",
4839 "email": "mike.vanriel@naenius.com"
4840 }
4841 ],
4842 "time": "2018-12-13T10:34:14+00:00"
4843 },
4844 {
4845 "name": "beyondcode/laravel-dump-server",
4846 "version": "1.3.0",
4847 "source": {
4848 "type": "git",
4849 "url": "https://github.com/beyondcode/laravel-dump-server.git",
4850 "reference": "fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a"
4851 },
4852 "dist": {
4853 "type": "zip",
4854 "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a",
4855 "reference": "fcc88fa66895f8c1ff83f6145a5eff5fa2a0739a",
4856 "shasum": ""
4857 },
4858 "require": {
4859 "illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
4860 "illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
4861 "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
4862 "php": "^7.1",
4863 "symfony/var-dumper": "^4.1.1"
4864 },
4865 "require-dev": {
4866 "larapack/dd": "^1.0",
4867 "phpunit/phpunit": "^7.0"
4868 },
4869 "type": "library",
4870 "extra": {
4871 "laravel": {
4872 "providers": [
4873 "BeyondCode\\DumpServer\\DumpServerServiceProvider"
4874 ]
4875 }
4876 },
4877 "autoload": {
4878 "psr-4": {
4879 "BeyondCode\\DumpServer\\": "src"
4880 },
4881 "files": [
4882 "helpers.php"
4883 ]
4884 },
4885 "notification-url": "https://packagist.org/downloads/",
4886 "license": [
4887 "MIT"
4888 ],
4889 "authors": [
4890 {
4891 "name": "Marcel Pociot",
4892 "email": "marcel@beyondco.de",
4893 "homepage": "https://beyondco.de",
4894 "role": "Developer"
4895 }
4896 ],
4897 "description": "Symfony Var-Dump Server for Laravel",
4898 "homepage": "https://github.com/beyondcode/laravel-dump-server",
4899 "keywords": [
4900 "beyondcode",
4901 "laravel-dump-server"
4902 ],
4903 "time": "2019-08-11T13:17:40+00:00"
4904 },
4905 {
4906 "name": "composer/composer",
4907 "version": "1.9.1",
4908 "source": {
4909 "type": "git",
4910 "url": "https://github.com/composer/composer.git",
4911 "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f"
4912 },
4913 "dist": {
4914 "type": "zip",
4915 "url": "https://api.github.com/repos/composer/composer/zipball/bb01f2180df87ce7992b8331a68904f80439dd2f",
4916 "reference": "bb01f2180df87ce7992b8331a68904f80439dd2f",
4917 "shasum": ""
4918 },
4919 "require": {
4920 "composer/ca-bundle": "^1.0",
4921 "composer/semver": "^1.0",
4922 "composer/spdx-licenses": "^1.2",
4923 "composer/xdebug-handler": "^1.1",
4924 "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
4925 "php": "^5.3.2 || ^7.0",
4926 "psr/log": "^1.0",
4927 "seld/jsonlint": "^1.4",
4928 "seld/phar-utils": "^1.0",
4929 "symfony/console": "^2.7 || ^3.0 || ^4.0",
4930 "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
4931 "symfony/finder": "^2.7 || ^3.0 || ^4.0",
4932 "symfony/process": "^2.7 || ^3.0 || ^4.0"
4933 },
4934 "conflict": {
4935 "symfony/console": "2.8.38"
4936 },
4937 "require-dev": {
4938 "phpunit/phpunit": "^4.8.35 || ^5.7",
4939 "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
4940 },
4941 "suggest": {
4942 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
4943 "ext-zip": "Enabling the zip extension allows you to unzip archives",
4944 "ext-zlib": "Allow gzip compression of HTTP requests"
4945 },
4946 "bin": [
4947 "bin/composer"
4948 ],
4949 "type": "library",
4950 "extra": {
4951 "branch-alias": {
4952 "dev-master": "1.9-dev"
4953 }
4954 },
4955 "autoload": {
4956 "psr-4": {
4957 "Composer\\": "src/Composer"
4958 }
4959 },
4960 "notification-url": "https://packagist.org/downloads/",
4961 "license": [
4962 "MIT"
4963 ],
4964 "authors": [
4965 {
4966 "name": "Nils Adermann",
4967 "email": "naderman@naderman.de",
4968 "homepage": "http://www.naderman.de"
4969 },
4970 {
4971 "name": "Jordi Boggiano",
4972 "email": "j.boggiano@seld.be",
4973 "homepage": "http://seld.be"
4974 }
4975 ],
4976 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
4977 "homepage": "https://getcomposer.org/",
4978 "keywords": [
4979 "autoload",
4980 "dependency",
4981 "package"
4982 ],
4983 "time": "2019-11-01T16:20:17+00:00"
4984 },
4985 {
4986 "name": "composer/semver",
4987 "version": "1.5.0",
4988 "source": {
4989 "type": "git",
4990 "url": "https://github.com/composer/semver.git",
4991 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
4992 },
4993 "dist": {
4994 "type": "zip",
4995 "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
4996 "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
4997 "shasum": ""
4998 },
4999 "require": {
5000 "php": "^5.3.2 || ^7.0"
5001 },
5002 "require-dev": {
5003 "phpunit/phpunit": "^4.5 || ^5.0.5",
5004 "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
5005 },
5006 "type": "library",
5007 "extra": {
5008 "branch-alias": {
5009 "dev-master": "1.x-dev"
5010 }
5011 },
5012 "autoload": {
5013 "psr-4": {
5014 "Composer\\Semver\\": "src"
5015 }
5016 },
5017 "notification-url": "https://packagist.org/downloads/",
5018 "license": [
5019 "MIT"
5020 ],
5021 "authors": [
5022 {
5023 "name": "Nils Adermann",
5024 "email": "naderman@naderman.de",
5025 "homepage": "http://www.naderman.de"
5026 },
5027 {
5028 "name": "Jordi Boggiano",
5029 "email": "j.boggiano@seld.be",
5030 "homepage": "http://seld.be"
5031 },
5032 {
5033 "name": "Rob Bast",
5034 "email": "rob.bast@gmail.com",
5035 "homepage": "http://robbast.nl"
5036 }
5037 ],
5038 "description": "Semver library that offers utilities, version constraint parsing and validation.",
5039 "keywords": [
5040 "semantic",
5041 "semver",
5042 "validation",
5043 "versioning"
5044 ],
5045 "time": "2019-03-19T17:25:45+00:00"
5046 },
5047 {
5048 "name": "composer/spdx-licenses",
5049 "version": "1.5.2",
5050 "source": {
5051 "type": "git",
5052 "url": "https://github.com/composer/spdx-licenses.git",
5053 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
5054 },
5055 "dist": {
5056 "type": "zip",
5057 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
5058 "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
5059 "shasum": ""
5060 },
5061 "require": {
5062 "php": "^5.3.2 || ^7.0 || ^8.0"
5063 },
5064 "require-dev": {
5065 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
5066 },
5067 "type": "library",
5068 "extra": {
5069 "branch-alias": {
5070 "dev-master": "1.x-dev"
5071 }
5072 },
5073 "autoload": {
5074 "psr-4": {
5075 "Composer\\Spdx\\": "src"
5076 }
5077 },
5078 "notification-url": "https://packagist.org/downloads/",
5079 "license": [
5080 "MIT"
5081 ],
5082 "authors": [
5083 {
5084 "name": "Nils Adermann",
5085 "email": "naderman@naderman.de",
5086 "homepage": "http://www.naderman.de"
5087 },
5088 {
5089 "name": "Jordi Boggiano",
5090 "email": "j.boggiano@seld.be",
5091 "homepage": "http://seld.be"
5092 },
5093 {
5094 "name": "Rob Bast",
5095 "email": "rob.bast@gmail.com",
5096 "homepage": "http://robbast.nl"
5097 }
5098 ],
5099 "description": "SPDX licenses list and validation library.",
5100 "keywords": [
5101 "license",
5102 "spdx",
5103 "validator"
5104 ],
5105 "time": "2019-07-29T10:31:59+00:00"
5106 },
5107 {
5108 "name": "composer/xdebug-handler",
5109 "version": "1.4.0",
5110 "source": {
5111 "type": "git",
5112 "url": "https://github.com/composer/xdebug-handler.git",
5113 "reference": "cbe23383749496fe0f373345208b79568e4bc248"
5114 },
5115 "dist": {
5116 "type": "zip",
5117 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
5118 "reference": "cbe23383749496fe0f373345208b79568e4bc248",
5119 "shasum": ""
5120 },
5121 "require": {
5122 "php": "^5.3.2 || ^7.0 || ^8.0",
5123 "psr/log": "^1.0"
5124 },
5125 "require-dev": {
5126 "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
5127 },
5128 "type": "library",
5129 "autoload": {
5130 "psr-4": {
5131 "Composer\\XdebugHandler\\": "src"
5132 }
5133 },
5134 "notification-url": "https://packagist.org/downloads/",
5135 "license": [
5136 "MIT"
5137 ],
5138 "authors": [
5139 {
5140 "name": "John Stevenson",
5141 "email": "john-stevenson@blueyonder.co.uk"
5142 }
5143 ],
5144 "description": "Restarts a process without Xdebug.",
5145 "keywords": [
5146 "Xdebug",
5147 "performance"
5148 ],
5149 "time": "2019-11-06T16:40:04+00:00"
5150 },
5151 {
5152 "name": "doctrine/cache",
5153 "version": "1.9.1",
5154 "source": {
5155 "type": "git",
5156 "url": "https://github.com/doctrine/cache.git",
5157 "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55"
5158 },
5159 "dist": {
5160 "type": "zip",
5161 "url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55",
5162 "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55",
5163 "shasum": ""
5164 },
5165 "require": {
5166 "php": "~7.1"
5167 },
5168 "conflict": {
5169 "doctrine/common": ">2.2,<2.4"
5170 },
5171 "require-dev": {
5172 "alcaeus/mongo-php-adapter": "^1.1",
5173 "doctrine/coding-standard": "^6.0",
5174 "mongodb/mongodb": "^1.1",
5175 "phpunit/phpunit": "^7.0",
5176 "predis/predis": "~1.0"
5177 },
5178 "suggest": {
5179 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
5180 },
5181 "type": "library",
5182 "extra": {
5183 "branch-alias": {
5184 "dev-master": "1.9.x-dev"
5185 }
5186 },
5187 "autoload": {
5188 "psr-4": {
5189 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
5190 }
5191 },
5192 "notification-url": "https://packagist.org/downloads/",
5193 "license": [
5194 "MIT"
5195 ],
5196 "authors": [
5197 {
5198 "name": "Guilherme Blanco",
5199 "email": "guilhermeblanco@gmail.com"
5200 },
5201 {
5202 "name": "Roman Borschel",
5203 "email": "roman@code-factory.org"
5204 },
5205 {
5206 "name": "Benjamin Eberlei",
5207 "email": "kontakt@beberlei.de"
5208 },
5209 {
5210 "name": "Jonathan Wage",
5211 "email": "jonwage@gmail.com"
5212 },
5213 {
5214 "name": "Johannes Schmitt",
5215 "email": "schmittjoh@gmail.com"
5216 }
5217 ],
5218 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
5219 "homepage": "https://www.doctrine-project.org/projects/cache.html",
5220 "keywords": [
5221 "abstraction",
5222 "apcu",
5223 "cache",
5224 "caching",
5225 "couchdb",
5226 "memcached",
5227 "php",
5228 "redis",
5229 "riak",
5230 "xcache"
5231 ],
5232 "time": "2019-11-15T14:31:57+00:00"
5233 },
5234 {
5235 "name": "doctrine/dbal",
5236 "version": "v2.10.0",
5237 "source": {
5238 "type": "git",
5239 "url": "https://github.com/doctrine/dbal.git",
5240 "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934"
5241 },
5242 "dist": {
5243 "type": "zip",
5244 "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
5245 "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
5246 "shasum": ""
5247 },
5248 "require": {
5249 "doctrine/cache": "^1.0",
5250 "doctrine/event-manager": "^1.0",
5251 "ext-pdo": "*",
5252 "php": "^7.2"
5253 },
5254 "require-dev": {
5255 "doctrine/coding-standard": "^6.0",
5256 "jetbrains/phpstorm-stubs": "^2019.1",
5257 "phpstan/phpstan": "^0.11.3",
5258 "phpunit/phpunit": "^8.4.1",
5259 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
5260 },
5261 "suggest": {
5262 "symfony/console": "For helpful console commands such as SQL execution and import of files."
5263 },
5264 "bin": [
5265 "bin/doctrine-dbal"
5266 ],
5267 "type": "library",
5268 "extra": {
5269 "branch-alias": {
5270 "dev-master": "2.10.x-dev",
5271 "dev-develop": "3.0.x-dev"
5272 }
5273 },
5274 "autoload": {
5275 "psr-4": {
5276 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
5277 }
5278 },
5279 "notification-url": "https://packagist.org/downloads/",
5280 "license": [
5281 "MIT"
5282 ],
5283 "authors": [
5284 {
5285 "name": "Guilherme Blanco",
5286 "email": "guilhermeblanco@gmail.com"
5287 },
5288 {
5289 "name": "Roman Borschel",
5290 "email": "roman@code-factory.org"
5291 },
5292 {
5293 "name": "Benjamin Eberlei",
5294 "email": "kontakt@beberlei.de"
5295 },
5296 {
5297 "name": "Jonathan Wage",
5298 "email": "jonwage@gmail.com"
5299 }
5300 ],
5301 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
5302 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
5303 "keywords": [
5304 "abstraction",
5305 "database",
5306 "db2",
5307 "dbal",
5308 "mariadb",
5309 "mssql",
5310 "mysql",
5311 "oci8",
5312 "oracle",
5313 "pdo",
5314 "pgsql",
5315 "postgresql",
5316 "queryobject",
5317 "sasql",
5318 "sql",
5319 "sqlanywhere",
5320 "sqlite",
5321 "sqlserver",
5322 "sqlsrv"
5323 ],
5324 "time": "2019-11-03T16:50:43+00:00"
5325 },
5326 {
5327 "name": "doctrine/event-manager",
5328 "version": "1.1.0",
5329 "source": {
5330 "type": "git",
5331 "url": "https://github.com/doctrine/event-manager.git",
5332 "reference": "629572819973f13486371cb611386eb17851e85c"
5333 },
5334 "dist": {
5335 "type": "zip",
5336 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
5337 "reference": "629572819973f13486371cb611386eb17851e85c",
5338 "shasum": ""
5339 },
5340 "require": {
5341 "php": "^7.1"
5342 },
5343 "conflict": {
5344 "doctrine/common": "<2.9@dev"
5345 },
5346 "require-dev": {
5347 "doctrine/coding-standard": "^6.0",
5348 "phpunit/phpunit": "^7.0"
5349 },
5350 "type": "library",
5351 "extra": {
5352 "branch-alias": {
5353 "dev-master": "1.0.x-dev"
5354 }
5355 },
5356 "autoload": {
5357 "psr-4": {
5358 "Doctrine\\Common\\": "lib/Doctrine/Common"
5359 }
5360 },
5361 "notification-url": "https://packagist.org/downloads/",
5362 "license": [
5363 "MIT"
5364 ],
5365 "authors": [
5366 {
5367 "name": "Guilherme Blanco",
5368 "email": "guilhermeblanco@gmail.com"
5369 },
5370 {
5371 "name": "Roman Borschel",
5372 "email": "roman@code-factory.org"
5373 },
5374 {
5375 "name": "Benjamin Eberlei",
5376 "email": "kontakt@beberlei.de"
5377 },
5378 {
5379 "name": "Jonathan Wage",
5380 "email": "jonwage@gmail.com"
5381 },
5382 {
5383 "name": "Johannes Schmitt",
5384 "email": "schmittjoh@gmail.com"
5385 },
5386 {
5387 "name": "Marco Pivetta",
5388 "email": "ocramius@gmail.com"
5389 }
5390 ],
5391 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
5392 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
5393 "keywords": [
5394 "event",
5395 "event dispatcher",
5396 "event manager",
5397 "event system",
5398 "events"
5399 ],
5400 "time": "2019-11-10T09:48:07+00:00"
5401 },
5402 {
5403 "name": "doctrine/instantiator",
5404 "version": "1.3.0",
5405 "source": {
5406 "type": "git",
5407 "url": "https://github.com/doctrine/instantiator.git",
5408 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
5409 },
5410 "dist": {
5411 "type": "zip",
5412 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
5413 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
5414 "shasum": ""
5415 },
5416 "require": {
5417 "php": "^7.1"
5418 },
5419 "require-dev": {
5420 "doctrine/coding-standard": "^6.0",
5421 "ext-pdo": "*",
5422 "ext-phar": "*",
5423 "phpbench/phpbench": "^0.13",
5424 "phpstan/phpstan-phpunit": "^0.11",
5425 "phpstan/phpstan-shim": "^0.11",
5426 "phpunit/phpunit": "^7.0"
5427 },
5428 "type": "library",
5429 "extra": {
5430 "branch-alias": {
5431 "dev-master": "1.2.x-dev"
5432 }
5433 },
5434 "autoload": {
5435 "psr-4": {
5436 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
5437 }
5438 },
5439 "notification-url": "https://packagist.org/downloads/",
5440 "license": [
5441 "MIT"
5442 ],
5443 "authors": [
5444 {
5445 "name": "Marco Pivetta",
5446 "email": "ocramius@gmail.com",
5447 "homepage": "http://ocramius.github.com/"
5448 }
5449 ],
5450 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
5451 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
5452 "keywords": [
5453 "constructor",
5454 "instantiate"
5455 ],
5456 "time": "2019-10-21T16:45:58+00:00"
5457 },
5458 {
5459 "name": "filp/whoops",
5460 "version": "2.5.0",
5461 "source": {
5462 "type": "git",
5463 "url": "https://github.com/filp/whoops.git",
5464 "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96"
5465 },
5466 "dist": {
5467 "type": "zip",
5468 "url": "https://api.github.com/repos/filp/whoops/zipball/cde50e6720a39fdacb240159d3eea6865d51fd96",
5469 "reference": "cde50e6720a39fdacb240159d3eea6865d51fd96",
5470 "shasum": ""
5471 },
5472 "require": {
5473 "php": "^5.5.9 || ^7.0",
5474 "psr/log": "^1.0.1"
5475 },
5476 "require-dev": {
5477 "mockery/mockery": "^0.9 || ^1.0",
5478 "phpunit/phpunit": "^4.8.35 || ^5.7",
5479 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
5480 },
5481 "suggest": {
5482 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
5483 "whoops/soap": "Formats errors as SOAP responses"
5484 },
5485 "type": "library",
5486 "extra": {
5487 "branch-alias": {
5488 "dev-master": "2.2-dev"
5489 }
5490 },
5491 "autoload": {
5492 "psr-4": {
5493 "Whoops\\": "src/Whoops/"
5494 }
5495 },
5496 "notification-url": "https://packagist.org/downloads/",
5497 "license": [
5498 "MIT"
5499 ],
5500 "authors": [
5501 {
5502 "name": "Filipe Dobreira",
5503 "homepage": "https://github.com/filp",
5504 "role": "Developer"
5505 }
5506 ],
5507 "description": "php error handling for cool kids",
5508 "homepage": "https://filp.github.io/whoops/",
5509 "keywords": [
5510 "error",
5511 "exception",
5512 "handling",
5513 "library",
5514 "throwable",
5515 "whoops"
5516 ],
5517 "time": "2019-08-07T09:00:00+00:00"
5518 },
5519 {
5520 "name": "fzaninotto/faker",
5521 "version": "v1.9.0",
5522 "source": {
5523 "type": "git",
5524 "url": "https://github.com/fzaninotto/Faker.git",
5525 "reference": "27a216cbe72327b2d6369fab721a5843be71e57d"
5526 },
5527 "dist": {
5528 "type": "zip",
5529 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/27a216cbe72327b2d6369fab721a5843be71e57d",
5530 "reference": "27a216cbe72327b2d6369fab721a5843be71e57d",
5531 "shasum": ""
5532 },
5533 "require": {
5534 "php": "^5.3.3 || ^7.0"
5535 },
5536 "require-dev": {
5537 "ext-intl": "*",
5538 "phpunit/phpunit": "^4.8.35 || ^5.7",
5539 "squizlabs/php_codesniffer": "^2.9.2"
5540 },
5541 "type": "library",
5542 "extra": {
5543 "branch-alias": []
5544 },
5545 "autoload": {
5546 "psr-4": {
5547 "Faker\\": "src/Faker/"
5548 }
5549 },
5550 "notification-url": "https://packagist.org/downloads/",
5551 "license": [
5552 "MIT"
5553 ],
5554 "authors": [
5555 {
5556 "name": "François Zaninotto"
5557 }
5558 ],
5559 "description": "Faker is a PHP library that generates fake data for you.",
5560 "keywords": [
5561 "data",
5562 "faker",
5563 "fixtures"
5564 ],
5565 "time": "2019-11-14T13:13:06+00:00"
5566 },
5567 {
5568 "name": "hamcrest/hamcrest-php",
5569 "version": "v2.0.0",
5570 "source": {
5571 "type": "git",
5572 "url": "https://github.com/hamcrest/hamcrest-php.git",
5573 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
5574 },
5575 "dist": {
5576 "type": "zip",
5577 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
5578 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
5579 "shasum": ""
5580 },
5581 "require": {
5582 "php": "^5.3|^7.0"
5583 },
5584 "replace": {
5585 "cordoval/hamcrest-php": "*",
5586 "davedevelopment/hamcrest-php": "*",
5587 "kodova/hamcrest-php": "*"
5588 },
5589 "require-dev": {
5590 "phpunit/php-file-iterator": "1.3.3",
5591 "phpunit/phpunit": "~4.0",
5592 "satooshi/php-coveralls": "^1.0"
5593 },
5594 "type": "library",
5595 "extra": {
5596 "branch-alias": {
5597 "dev-master": "2.0-dev"
5598 }
5599 },
5600 "autoload": {
5601 "classmap": [
5602 "hamcrest"
5603 ]
5604 },
5605 "notification-url": "https://packagist.org/downloads/",
5606 "license": [
5607 "BSD"
5608 ],
5609 "description": "This is the PHP port of Hamcrest Matchers",
5610 "keywords": [
5611 "test"
5612 ],
5613 "time": "2016-01-20T08:20:44+00:00"
5614 },
5615 {
5616 "name": "justinrainbow/json-schema",
5617 "version": "5.2.9",
5618 "source": {
5619 "type": "git",
5620 "url": "https://github.com/justinrainbow/json-schema.git",
5621 "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
5622 },
5623 "dist": {
5624 "type": "zip",
5625 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
5626 "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
5627 "shasum": ""
5628 },
5629 "require": {
5630 "php": ">=5.3.3"
5631 },
5632 "require-dev": {
5633 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
5634 "json-schema/json-schema-test-suite": "1.2.0",
5635 "phpunit/phpunit": "^4.8.35"
5636 },
5637 "bin": [
5638 "bin/validate-json"
5639 ],
5640 "type": "library",
5641 "extra": {
5642 "branch-alias": {
5643 "dev-master": "5.0.x-dev"
5644 }
5645 },
5646 "autoload": {
5647 "psr-4": {
5648 "JsonSchema\\": "src/JsonSchema/"
5649 }
5650 },
5651 "notification-url": "https://packagist.org/downloads/",
5652 "license": [
5653 "MIT"
5654 ],
5655 "authors": [
5656 {
5657 "name": "Bruno Prieto Reis",
5658 "email": "bruno.p.reis@gmail.com"
5659 },
5660 {
5661 "name": "Justin Rainbow",
5662 "email": "justin.rainbow@gmail.com"
5663 },
5664 {
5665 "name": "Igor Wiedler",
5666 "email": "igor@wiedler.ch"
5667 },
5668 {
5669 "name": "Robert Schönthal",
5670 "email": "seroscho@googlemail.com"
5671 }
5672 ],
5673 "description": "A library to validate a json schema.",
5674 "homepage": "https://github.com/justinrainbow/json-schema",
5675 "keywords": [
5676 "json",
5677 "schema"
5678 ],
5679 "time": "2019-09-25T14:49:45+00:00"
5680 },
5681 {
5682 "name": "mockery/mockery",
5683 "version": "1.2.4",
5684 "source": {
5685 "type": "git",
5686 "url": "https://github.com/mockery/mockery.git",
5687 "reference": "b3453f75fd23d9fd41685f2148f4abeacabc6405"
5688 },
5689 "dist": {
5690 "type": "zip",
5691 "url": "https://api.github.com/repos/mockery/mockery/zipball/b3453f75fd23d9fd41685f2148f4abeacabc6405",
5692 "reference": "b3453f75fd23d9fd41685f2148f4abeacabc6405",
5693 "shasum": ""
5694 },
5695 "require": {
5696 "hamcrest/hamcrest-php": "~2.0",
5697 "lib-pcre": ">=7.0",
5698 "php": ">=5.6.0"
5699 },
5700 "require-dev": {
5701 "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
5702 },
5703 "type": "library",
5704 "extra": {
5705 "branch-alias": {
5706 "dev-master": "1.2.x-dev"
5707 }
5708 },
5709 "autoload": {
5710 "psr-0": {
5711 "Mockery": "library/"
5712 }
5713 },
5714 "notification-url": "https://packagist.org/downloads/",
5715 "license": [
5716 "BSD-3-Clause"
5717 ],
5718 "authors": [
5719 {
5720 "name": "Pádraic Brady",
5721 "email": "padraic.brady@gmail.com",
5722 "homepage": "http://blog.astrumfutura.com"
5723 },
5724 {
5725 "name": "Dave Marshall",
5726 "email": "dave.marshall@atstsolutions.co.uk",
5727 "homepage": "http://davedevelopment.co.uk"
5728 }
5729 ],
5730 "description": "Mockery is a simple yet flexible PHP mock object framework",
5731 "homepage": "https://github.com/mockery/mockery",
5732 "keywords": [
5733 "BDD",
5734 "TDD",
5735 "library",
5736 "mock",
5737 "mock objects",
5738 "mockery",
5739 "stub",
5740 "test",
5741 "test double",
5742 "testing"
5743 ],
5744 "time": "2019-09-30T08:30:27+00:00"
5745 },
5746 {
5747 "name": "myclabs/deep-copy",
5748 "version": "1.9.3",
5749 "source": {
5750 "type": "git",
5751 "url": "https://github.com/myclabs/DeepCopy.git",
5752 "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
5753 },
5754 "dist": {
5755 "type": "zip",
5756 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
5757 "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
5758 "shasum": ""
5759 },
5760 "require": {
5761 "php": "^7.1"
5762 },
5763 "replace": {
5764 "myclabs/deep-copy": "self.version"
5765 },
5766 "require-dev": {
5767 "doctrine/collections": "^1.0",
5768 "doctrine/common": "^2.6",
5769 "phpunit/phpunit": "^7.1"
5770 },
5771 "type": "library",
5772 "autoload": {
5773 "psr-4": {
5774 "DeepCopy\\": "src/DeepCopy/"
5775 },
5776 "files": [
5777 "src/DeepCopy/deep_copy.php"
5778 ]
5779 },
5780 "notification-url": "https://packagist.org/downloads/",
5781 "license": [
5782 "MIT"
5783 ],
5784 "description": "Create deep copies (clones) of your objects",
5785 "keywords": [
5786 "clone",
5787 "copy",
5788 "duplicate",
5789 "object",
5790 "object graph"
5791 ],
5792 "time": "2019-08-09T12:45:53+00:00"
5793 },
5794 {
5795 "name": "nunomaduro/collision",
5796 "version": "v2.1.1",
5797 "source": {
5798 "type": "git",
5799 "url": "https://github.com/nunomaduro/collision.git",
5800 "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63"
5801 },
5802 "dist": {
5803 "type": "zip",
5804 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5feb0c0d92978ec7169232ce5d70d6da6b29f63",
5805 "reference": "b5feb0c0d92978ec7169232ce5d70d6da6b29f63",
5806 "shasum": ""
5807 },
5808 "require": {
5809 "filp/whoops": "^2.1.4",
5810 "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
5811 "php": "^7.1",
5812 "symfony/console": "~2.8|~3.3|~4.0"
5813 },
5814 "require-dev": {
5815 "laravel/framework": "5.7.*",
5816 "nunomaduro/larastan": "^0.3.0",
5817 "phpstan/phpstan": "^0.10",
5818 "phpunit/phpunit": "~7.3"
5819 },
5820 "type": "library",
5821 "extra": {
5822 "laravel": {
5823 "providers": [
5824 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
5825 ]
5826 }
5827 },
5828 "autoload": {
5829 "psr-4": {
5830 "NunoMaduro\\Collision\\": "src/"
5831 }
5832 },
5833 "notification-url": "https://packagist.org/downloads/",
5834 "license": [
5835 "MIT"
5836 ],
5837 "authors": [
5838 {
5839 "name": "Nuno Maduro",
5840 "email": "enunomaduro@gmail.com"
5841 }
5842 ],
5843 "description": "Cli error handling for console/command-line PHP applications.",
5844 "keywords": [
5845 "artisan",
5846 "cli",
5847 "command-line",
5848 "console",
5849 "error",
5850 "handling",
5851 "laravel",
5852 "laravel-zero",
5853 "php",
5854 "symfony"
5855 ],
5856 "time": "2018-11-21T21:40:54+00:00"
5857 },
5858 {
5859 "name": "pdepend/pdepend",
5860 "version": "2.5.2",
5861 "source": {
5862 "type": "git",
5863 "url": "https://github.com/pdepend/pdepend.git",
5864 "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
5865 },
5866 "dist": {
5867 "type": "zip",
5868 "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
5869 "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
5870 "shasum": ""
5871 },
5872 "require": {
5873 "php": ">=5.3.7",
5874 "symfony/config": "^2.3.0|^3|^4",
5875 "symfony/dependency-injection": "^2.3.0|^3|^4",
5876 "symfony/filesystem": "^2.3.0|^3|^4"
5877 },
5878 "require-dev": {
5879 "phpunit/phpunit": "^4.8|^5.7",
5880 "squizlabs/php_codesniffer": "^2.0.0"
5881 },
5882 "bin": [
5883 "src/bin/pdepend"
5884 ],
5885 "type": "library",
5886 "autoload": {
5887 "psr-4": {
5888 "PDepend\\": "src/main/php/PDepend"
5889 }
5890 },
5891 "notification-url": "https://packagist.org/downloads/",
5892 "license": [
5893 "BSD-3-Clause"
5894 ],
5895 "description": "Official version of pdepend to be handled with Composer",
5896 "time": "2017-12-13T13:21:38+00:00"
5897 },
5898 {
5899 "name": "phar-io/manifest",
5900 "version": "1.0.3",
5901 "source": {
5902 "type": "git",
5903 "url": "https://github.com/phar-io/manifest.git",
5904 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
5905 },
5906 "dist": {
5907 "type": "zip",
5908 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
5909 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
5910 "shasum": ""
5911 },
5912 "require": {
5913 "ext-dom": "*",
5914 "ext-phar": "*",
5915 "phar-io/version": "^2.0",
5916 "php": "^5.6 || ^7.0"
5917 },
5918 "type": "library",
5919 "extra": {
5920 "branch-alias": {
5921 "dev-master": "1.0.x-dev"
5922 }
5923 },
5924 "autoload": {
5925 "classmap": [
5926 "src/"
5927 ]
5928 },
5929 "notification-url": "https://packagist.org/downloads/",
5930 "license": [
5931 "BSD-3-Clause"
5932 ],
5933 "authors": [
5934 {
5935 "name": "Arne Blankerts",
5936 "email": "arne@blankerts.de",
5937 "role": "Developer"
5938 },
5939 {
5940 "name": "Sebastian Heuer",
5941 "email": "sebastian@phpeople.de",
5942 "role": "Developer"
5943 },
5944 {
5945 "name": "Sebastian Bergmann",
5946 "email": "sebastian@phpunit.de",
5947 "role": "Developer"
5948 }
5949 ],
5950 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
5951 "time": "2018-07-08T19:23:20+00:00"
5952 },
5953 {
5954 "name": "phar-io/version",
5955 "version": "2.0.1",
5956 "source": {
5957 "type": "git",
5958 "url": "https://github.com/phar-io/version.git",
5959 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
5960 },
5961 "dist": {
5962 "type": "zip",
5963 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
5964 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
5965 "shasum": ""
5966 },
5967 "require": {
5968 "php": "^5.6 || ^7.0"
5969 },
5970 "type": "library",
5971 "autoload": {
5972 "classmap": [
5973 "src/"
5974 ]
5975 },
5976 "notification-url": "https://packagist.org/downloads/",
5977 "license": [
5978 "BSD-3-Clause"
5979 ],
5980 "authors": [
5981 {
5982 "name": "Arne Blankerts",
5983 "email": "arne@blankerts.de",
5984 "role": "Developer"
5985 },
5986 {
5987 "name": "Sebastian Heuer",
5988 "email": "sebastian@phpeople.de",
5989 "role": "Developer"
5990 },
5991 {
5992 "name": "Sebastian Bergmann",
5993 "email": "sebastian@phpunit.de",
5994 "role": "Developer"
5995 }
5996 ],
5997 "description": "Library for handling version information and constraints",
5998 "time": "2018-07-08T19:19:57+00:00"
5999 },
6000 {
6001 "name": "phpdocumentor/reflection-common",
6002 "version": "2.0.0",
6003 "source": {
6004 "type": "git",
6005 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
6006 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
6007 },
6008 "dist": {
6009 "type": "zip",
6010 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
6011 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
6012 "shasum": ""
6013 },
6014 "require": {
6015 "php": ">=7.1"
6016 },
6017 "require-dev": {
6018 "phpunit/phpunit": "~6"
6019 },
6020 "type": "library",
6021 "extra": {
6022 "branch-alias": {
6023 "dev-master": "2.x-dev"
6024 }
6025 },
6026 "autoload": {
6027 "psr-4": {
6028 "phpDocumentor\\Reflection\\": "src/"
6029 }
6030 },
6031 "notification-url": "https://packagist.org/downloads/",
6032 "license": [
6033 "MIT"
6034 ],
6035 "authors": [
6036 {
6037 "name": "Jaap van Otterdijk",
6038 "email": "opensource@ijaap.nl"
6039 }
6040 ],
6041 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
6042 "homepage": "http://www.phpdoc.org",
6043 "keywords": [
6044 "FQSEN",
6045 "phpDocumentor",
6046 "phpdoc",
6047 "reflection",
6048 "static analysis"
6049 ],
6050 "time": "2018-08-07T13:53:10+00:00"
6051 },
6052 {
6053 "name": "phpdocumentor/reflection-docblock",
6054 "version": "4.3.2",
6055 "source": {
6056 "type": "git",
6057 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
6058 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
6059 },
6060 "dist": {
6061 "type": "zip",
6062 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
6063 "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
6064 "shasum": ""
6065 },
6066 "require": {
6067 "php": "^7.0",
6068 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
6069 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
6070 "webmozart/assert": "^1.0"
6071 },
6072 "require-dev": {
6073 "doctrine/instantiator": "^1.0.5",
6074 "mockery/mockery": "^1.0",
6075 "phpunit/phpunit": "^6.4"
6076 },
6077 "type": "library",
6078 "extra": {
6079 "branch-alias": {
6080 "dev-master": "4.x-dev"
6081 }
6082 },
6083 "autoload": {
6084 "psr-4": {
6085 "phpDocumentor\\Reflection\\": [
6086 "src/"
6087 ]
6088 }
6089 },
6090 "notification-url": "https://packagist.org/downloads/",
6091 "license": [
6092 "MIT"
6093 ],
6094 "authors": [
6095 {
6096 "name": "Mike van Riel",
6097 "email": "me@mikevanriel.com"
6098 }
6099 ],
6100 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
6101 "time": "2019-09-12T14:27:41+00:00"
6102 },
6103 {
6104 "name": "phpdocumentor/type-resolver",
6105 "version": "1.0.1",
6106 "source": {
6107 "type": "git",
6108 "url": "https://github.com/phpDocumentor/TypeResolver.git",
6109 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
6110 },
6111 "dist": {
6112 "type": "zip",
6113 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
6114 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
6115 "shasum": ""
6116 },
6117 "require": {
6118 "php": "^7.1",
6119 "phpdocumentor/reflection-common": "^2.0"
6120 },
6121 "require-dev": {
6122 "ext-tokenizer": "^7.1",
6123 "mockery/mockery": "~1",
6124 "phpunit/phpunit": "^7.0"
6125 },
6126 "type": "library",
6127 "extra": {
6128 "branch-alias": {
6129 "dev-master": "1.x-dev"
6130 }
6131 },
6132 "autoload": {
6133 "psr-4": {
6134 "phpDocumentor\\Reflection\\": "src"
6135 }
6136 },
6137 "notification-url": "https://packagist.org/downloads/",
6138 "license": [
6139 "MIT"
6140 ],
6141 "authors": [
6142 {
6143 "name": "Mike van Riel",
6144 "email": "me@mikevanriel.com"
6145 }
6146 ],
6147 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
6148 "time": "2019-08-22T18:11:29+00:00"
6149 },
6150 {
6151 "name": "phpmd/phpmd",
6152 "version": "2.7.0",
6153 "source": {
6154 "type": "git",
6155 "url": "https://github.com/phpmd/phpmd.git",
6156 "reference": "a05a999c644f4bc9a204846017db7bb7809fbe4c"
6157 },
6158 "dist": {
6159 "type": "zip",
6160 "url": "https://api.github.com/repos/phpmd/phpmd/zipball/a05a999c644f4bc9a204846017db7bb7809fbe4c",
6161 "reference": "a05a999c644f4bc9a204846017db7bb7809fbe4c",
6162 "shasum": ""
6163 },
6164 "require": {
6165 "ext-xml": "*",
6166 "pdepend/pdepend": "^2.5",
6167 "php": ">=5.3.9"
6168 },
6169 "require-dev": {
6170 "gregwar/rst": "^1.0",
6171 "mikey179/vfsstream": "^1.6.4",
6172 "phpunit/phpunit": "^4.8.36 || ^5.7.27",
6173 "squizlabs/php_codesniffer": "^2.0"
6174 },
6175 "bin": [
6176 "src/bin/phpmd"
6177 ],
6178 "type": "library",
6179 "autoload": {
6180 "psr-0": {
6181 "PHPMD\\": "src/main/php"
6182 }
6183 },
6184 "notification-url": "https://packagist.org/downloads/",
6185 "license": [
6186 "BSD-3-Clause"
6187 ],
6188 "authors": [
6189 {
6190 "name": "Manuel Pichler",
6191 "email": "github@manuel-pichler.de",
6192 "homepage": "https://github.com/manuelpichler",
6193 "role": "Project Founder"
6194 },
6195 {
6196 "name": "Marc Würth",
6197 "email": "ravage@bluewin.ch",
6198 "homepage": "https://github.com/ravage84",
6199 "role": "Project Maintainer"
6200 },
6201 {
6202 "name": "Other contributors",
6203 "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
6204 "role": "Contributors"
6205 }
6206 ],
6207 "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
6208 "homepage": "https://phpmd.org/",
6209 "keywords": [
6210 "mess detection",
6211 "mess detector",
6212 "pdepend",
6213 "phpmd",
6214 "pmd"
6215 ],
6216 "time": "2019-07-30T21:13:32+00:00"
6217 },
6218 {
6219 "name": "phpspec/prophecy",
6220 "version": "1.9.0",
6221 "source": {
6222 "type": "git",
6223 "url": "https://github.com/phpspec/prophecy.git",
6224 "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
6225 },
6226 "dist": {
6227 "type": "zip",
6228 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
6229 "reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
6230 "shasum": ""
6231 },
6232 "require": {
6233 "doctrine/instantiator": "^1.0.2",
6234 "php": "^5.3|^7.0",
6235 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
6236 "sebastian/comparator": "^1.1|^2.0|^3.0",
6237 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
6238 },
6239 "require-dev": {
6240 "phpspec/phpspec": "^2.5|^3.2",
6241 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
6242 },
6243 "type": "library",
6244 "extra": {
6245 "branch-alias": {
6246 "dev-master": "1.8.x-dev"
6247 }
6248 },
6249 "autoload": {
6250 "psr-4": {
6251 "Prophecy\\": "src/Prophecy"
6252 }
6253 },
6254 "notification-url": "https://packagist.org/downloads/",
6255 "license": [
6256 "MIT"
6257 ],
6258 "authors": [
6259 {
6260 "name": "Konstantin Kudryashov",
6261 "email": "ever.zet@gmail.com",
6262 "homepage": "http://everzet.com"
6263 },
6264 {
6265 "name": "Marcello Duarte",
6266 "email": "marcello.duarte@gmail.com"
6267 }
6268 ],
6269 "description": "Highly opinionated mocking framework for PHP 5.3+",
6270 "homepage": "https://github.com/phpspec/prophecy",
6271 "keywords": [
6272 "Double",
6273 "Dummy",
6274 "fake",
6275 "mock",
6276 "spy",
6277 "stub"
6278 ],
6279 "time": "2019-10-03T11:07:50+00:00"
6280 },
6281 {
6282 "name": "phpunit/php-code-coverage",
6283 "version": "6.1.4",
6284 "source": {
6285 "type": "git",
6286 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
6287 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
6288 },
6289 "dist": {
6290 "type": "zip",
6291 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
6292 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
6293 "shasum": ""
6294 },
6295 "require": {
6296 "ext-dom": "*",
6297 "ext-xmlwriter": "*",
6298 "php": "^7.1",
6299 "phpunit/php-file-iterator": "^2.0",
6300 "phpunit/php-text-template": "^1.2.1",
6301 "phpunit/php-token-stream": "^3.0",
6302 "sebastian/code-unit-reverse-lookup": "^1.0.1",
6303 "sebastian/environment": "^3.1 || ^4.0",
6304 "sebastian/version": "^2.0.1",
6305 "theseer/tokenizer": "^1.1"
6306 },
6307 "require-dev": {
6308 "phpunit/phpunit": "^7.0"
6309 },
6310 "suggest": {
6311 "ext-xdebug": "^2.6.0"
6312 },
6313 "type": "library",
6314 "extra": {
6315 "branch-alias": {
6316 "dev-master": "6.1-dev"
6317 }
6318 },
6319 "autoload": {
6320 "classmap": [
6321 "src/"
6322 ]
6323 },
6324 "notification-url": "https://packagist.org/downloads/",
6325 "license": [
6326 "BSD-3-Clause"
6327 ],
6328 "authors": [
6329 {
6330 "name": "Sebastian Bergmann",
6331 "email": "sebastian@phpunit.de",
6332 "role": "lead"
6333 }
6334 ],
6335 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
6336 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
6337 "keywords": [
6338 "coverage",
6339 "testing",
6340 "xunit"
6341 ],
6342 "time": "2018-10-31T16:06:48+00:00"
6343 },
6344 {
6345 "name": "phpunit/php-file-iterator",
6346 "version": "2.0.2",
6347 "source": {
6348 "type": "git",
6349 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
6350 "reference": "050bedf145a257b1ff02746c31894800e5122946"
6351 },
6352 "dist": {
6353 "type": "zip",
6354 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
6355 "reference": "050bedf145a257b1ff02746c31894800e5122946",
6356 "shasum": ""
6357 },
6358 "require": {
6359 "php": "^7.1"
6360 },
6361 "require-dev": {
6362 "phpunit/phpunit": "^7.1"
6363 },
6364 "type": "library",
6365 "extra": {
6366 "branch-alias": {
6367 "dev-master": "2.0.x-dev"
6368 }
6369 },
6370 "autoload": {
6371 "classmap": [
6372 "src/"
6373 ]
6374 },
6375 "notification-url": "https://packagist.org/downloads/",
6376 "license": [
6377 "BSD-3-Clause"
6378 ],
6379 "authors": [
6380 {
6381 "name": "Sebastian Bergmann",
6382 "email": "sebastian@phpunit.de",
6383 "role": "lead"
6384 }
6385 ],
6386 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
6387 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
6388 "keywords": [
6389 "filesystem",
6390 "iterator"
6391 ],
6392 "time": "2018-09-13T20:33:42+00:00"
6393 },
6394 {
6395 "name": "phpunit/php-text-template",
6396 "version": "1.2.1",
6397 "source": {
6398 "type": "git",
6399 "url": "https://github.com/sebastianbergmann/php-text-template.git",
6400 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
6401 },
6402 "dist": {
6403 "type": "zip",
6404 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6405 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
6406 "shasum": ""
6407 },
6408 "require": {
6409 "php": ">=5.3.3"
6410 },
6411 "type": "library",
6412 "autoload": {
6413 "classmap": [
6414 "src/"
6415 ]
6416 },
6417 "notification-url": "https://packagist.org/downloads/",
6418 "license": [
6419 "BSD-3-Clause"
6420 ],
6421 "authors": [
6422 {
6423 "name": "Sebastian Bergmann",
6424 "email": "sebastian@phpunit.de",
6425 "role": "lead"
6426 }
6427 ],
6428 "description": "Simple template engine.",
6429 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
6430 "keywords": [
6431 "template"
6432 ],
6433 "time": "2015-06-21T13:50:34+00:00"
6434 },
6435 {
6436 "name": "phpunit/php-timer",
6437 "version": "2.1.2",
6438 "source": {
6439 "type": "git",
6440 "url": "https://github.com/sebastianbergmann/php-timer.git",
6441 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
6442 },
6443 "dist": {
6444 "type": "zip",
6445 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
6446 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
6447 "shasum": ""
6448 },
6449 "require": {
6450 "php": "^7.1"
6451 },
6452 "require-dev": {
6453 "phpunit/phpunit": "^7.0"
6454 },
6455 "type": "library",
6456 "extra": {
6457 "branch-alias": {
6458 "dev-master": "2.1-dev"
6459 }
6460 },
6461 "autoload": {
6462 "classmap": [
6463 "src/"
6464 ]
6465 },
6466 "notification-url": "https://packagist.org/downloads/",
6467 "license": [
6468 "BSD-3-Clause"
6469 ],
6470 "authors": [
6471 {
6472 "name": "Sebastian Bergmann",
6473 "email": "sebastian@phpunit.de",
6474 "role": "lead"
6475 }
6476 ],
6477 "description": "Utility class for timing",
6478 "homepage": "https://github.com/sebastianbergmann/php-timer/",
6479 "keywords": [
6480 "timer"
6481 ],
6482 "time": "2019-06-07T04:22:29+00:00"
6483 },
6484 {
6485 "name": "phpunit/php-token-stream",
6486 "version": "3.1.1",
6487 "source": {
6488 "type": "git",
6489 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
6490 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
6491 },
6492 "dist": {
6493 "type": "zip",
6494 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
6495 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
6496 "shasum": ""
6497 },
6498 "require": {
6499 "ext-tokenizer": "*",
6500 "php": "^7.1"
6501 },
6502 "require-dev": {
6503 "phpunit/phpunit": "^7.0"
6504 },
6505 "type": "library",
6506 "extra": {
6507 "branch-alias": {
6508 "dev-master": "3.1-dev"
6509 }
6510 },
6511 "autoload": {
6512 "classmap": [
6513 "src/"
6514 ]
6515 },
6516 "notification-url": "https://packagist.org/downloads/",
6517 "license": [
6518 "BSD-3-Clause"
6519 ],
6520 "authors": [
6521 {
6522 "name": "Sebastian Bergmann",
6523 "email": "sebastian@phpunit.de"
6524 }
6525 ],
6526 "description": "Wrapper around PHP's tokenizer extension.",
6527 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
6528 "keywords": [
6529 "tokenizer"
6530 ],
6531 "time": "2019-09-17T06:23:10+00:00"
6532 },
6533 {
6534 "name": "phpunit/phpunit",
6535 "version": "7.5.17",
6536 "source": {
6537 "type": "git",
6538 "url": "https://github.com/sebastianbergmann/phpunit.git",
6539 "reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a"
6540 },
6541 "dist": {
6542 "type": "zip",
6543 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4c92a15296e58191a4cd74cff3b34fc8e374174a",
6544 "reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a",
6545 "shasum": ""
6546 },
6547 "require": {
6548 "doctrine/instantiator": "^1.1",
6549 "ext-dom": "*",
6550 "ext-json": "*",
6551 "ext-libxml": "*",
6552 "ext-mbstring": "*",
6553 "ext-xml": "*",
6554 "myclabs/deep-copy": "^1.7",
6555 "phar-io/manifest": "^1.0.2",
6556 "phar-io/version": "^2.0",
6557 "php": "^7.1",
6558 "phpspec/prophecy": "^1.7",
6559 "phpunit/php-code-coverage": "^6.0.7",
6560 "phpunit/php-file-iterator": "^2.0.1",
6561 "phpunit/php-text-template": "^1.2.1",
6562 "phpunit/php-timer": "^2.1",
6563 "sebastian/comparator": "^3.0",
6564 "sebastian/diff": "^3.0",
6565 "sebastian/environment": "^4.0",
6566 "sebastian/exporter": "^3.1",
6567 "sebastian/global-state": "^2.0",
6568 "sebastian/object-enumerator": "^3.0.3",
6569 "sebastian/resource-operations": "^2.0",
6570 "sebastian/version": "^2.0.1"
6571 },
6572 "conflict": {
6573 "phpunit/phpunit-mock-objects": "*"
6574 },
6575 "require-dev": {
6576 "ext-pdo": "*"
6577 },
6578 "suggest": {
6579 "ext-soap": "*",
6580 "ext-xdebug": "*",
6581 "phpunit/php-invoker": "^2.0"
6582 },
6583 "bin": [
6584 "phpunit"
6585 ],
6586 "type": "library",
6587 "extra": {
6588 "branch-alias": {
6589 "dev-master": "7.5-dev"
6590 }
6591 },
6592 "autoload": {
6593 "classmap": [
6594 "src/"
6595 ]
6596 },
6597 "notification-url": "https://packagist.org/downloads/",
6598 "license": [
6599 "BSD-3-Clause"
6600 ],
6601 "authors": [
6602 {
6603 "name": "Sebastian Bergmann",
6604 "email": "sebastian@phpunit.de",
6605 "role": "lead"
6606 }
6607 ],
6608 "description": "The PHP Unit Testing framework.",
6609 "homepage": "https://phpunit.de/",
6610 "keywords": [
6611 "phpunit",
6612 "testing",
6613 "xunit"
6614 ],
6615 "time": "2019-10-28T10:37:36+00:00"
6616 },
6617 {
6618 "name": "sebastian/code-unit-reverse-lookup",
6619 "version": "1.0.1",
6620 "source": {
6621 "type": "git",
6622 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
6623 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
6624 },
6625 "dist": {
6626 "type": "zip",
6627 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
6628 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
6629 "shasum": ""
6630 },
6631 "require": {
6632 "php": "^5.6 || ^7.0"
6633 },
6634 "require-dev": {
6635 "phpunit/phpunit": "^5.7 || ^6.0"
6636 },
6637 "type": "library",
6638 "extra": {
6639 "branch-alias": {
6640 "dev-master": "1.0.x-dev"
6641 }
6642 },
6643 "autoload": {
6644 "classmap": [
6645 "src/"
6646 ]
6647 },
6648 "notification-url": "https://packagist.org/downloads/",
6649 "license": [
6650 "BSD-3-Clause"
6651 ],
6652 "authors": [
6653 {
6654 "name": "Sebastian Bergmann",
6655 "email": "sebastian@phpunit.de"
6656 }
6657 ],
6658 "description": "Looks up which function or method a line of code belongs to",
6659 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
6660 "time": "2017-03-04T06:30:41+00:00"
6661 },
6662 {
6663 "name": "sebastian/comparator",
6664 "version": "3.0.2",
6665 "source": {
6666 "type": "git",
6667 "url": "https://github.com/sebastianbergmann/comparator.git",
6668 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
6669 },
6670 "dist": {
6671 "type": "zip",
6672 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
6673 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
6674 "shasum": ""
6675 },
6676 "require": {
6677 "php": "^7.1",
6678 "sebastian/diff": "^3.0",
6679 "sebastian/exporter": "^3.1"
6680 },
6681 "require-dev": {
6682 "phpunit/phpunit": "^7.1"
6683 },
6684 "type": "library",
6685 "extra": {
6686 "branch-alias": {
6687 "dev-master": "3.0-dev"
6688 }
6689 },
6690 "autoload": {
6691 "classmap": [
6692 "src/"
6693 ]
6694 },
6695 "notification-url": "https://packagist.org/downloads/",
6696 "license": [
6697 "BSD-3-Clause"
6698 ],
6699 "authors": [
6700 {
6701 "name": "Jeff Welch",
6702 "email": "whatthejeff@gmail.com"
6703 },
6704 {
6705 "name": "Volker Dusch",
6706 "email": "github@wallbash.com"
6707 },
6708 {
6709 "name": "Bernhard Schussek",
6710 "email": "bschussek@2bepublished.at"
6711 },
6712 {
6713 "name": "Sebastian Bergmann",
6714 "email": "sebastian@phpunit.de"
6715 }
6716 ],
6717 "description": "Provides the functionality to compare PHP values for equality",
6718 "homepage": "https://github.com/sebastianbergmann/comparator",
6719 "keywords": [
6720 "comparator",
6721 "compare",
6722 "equality"
6723 ],
6724 "time": "2018-07-12T15:12:46+00:00"
6725 },
6726 {
6727 "name": "sebastian/diff",
6728 "version": "3.0.2",
6729 "source": {
6730 "type": "git",
6731 "url": "https://github.com/sebastianbergmann/diff.git",
6732 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
6733 },
6734 "dist": {
6735 "type": "zip",
6736 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
6737 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
6738 "shasum": ""
6739 },
6740 "require": {
6741 "php": "^7.1"
6742 },
6743 "require-dev": {
6744 "phpunit/phpunit": "^7.5 || ^8.0",
6745 "symfony/process": "^2 || ^3.3 || ^4"
6746 },
6747 "type": "library",
6748 "extra": {
6749 "branch-alias": {
6750 "dev-master": "3.0-dev"
6751 }
6752 },
6753 "autoload": {
6754 "classmap": [
6755 "src/"
6756 ]
6757 },
6758 "notification-url": "https://packagist.org/downloads/",
6759 "license": [
6760 "BSD-3-Clause"
6761 ],
6762 "authors": [
6763 {
6764 "name": "Kore Nordmann",
6765 "email": "mail@kore-nordmann.de"
6766 },
6767 {
6768 "name": "Sebastian Bergmann",
6769 "email": "sebastian@phpunit.de"
6770 }
6771 ],
6772 "description": "Diff implementation",
6773 "homepage": "https://github.com/sebastianbergmann/diff",
6774 "keywords": [
6775 "diff",
6776 "udiff",
6777 "unidiff",
6778 "unified diff"
6779 ],
6780 "time": "2019-02-04T06:01:07+00:00"
6781 },
6782 {
6783 "name": "sebastian/environment",
6784 "version": "4.2.3",
6785 "source": {
6786 "type": "git",
6787 "url": "https://github.com/sebastianbergmann/environment.git",
6788 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
6789 },
6790 "dist": {
6791 "type": "zip",
6792 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
6793 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
6794 "shasum": ""
6795 },
6796 "require": {
6797 "php": "^7.1"
6798 },
6799 "require-dev": {
6800 "phpunit/phpunit": "^7.5"
6801 },
6802 "suggest": {
6803 "ext-posix": "*"
6804 },
6805 "type": "library",
6806 "extra": {
6807 "branch-alias": {
6808 "dev-master": "4.2-dev"
6809 }
6810 },
6811 "autoload": {
6812 "classmap": [
6813 "src/"
6814 ]
6815 },
6816 "notification-url": "https://packagist.org/downloads/",
6817 "license": [
6818 "BSD-3-Clause"
6819 ],
6820 "authors": [
6821 {
6822 "name": "Sebastian Bergmann",
6823 "email": "sebastian@phpunit.de"
6824 }
6825 ],
6826 "description": "Provides functionality to handle HHVM/PHP environments",
6827 "homepage": "http://www.github.com/sebastianbergmann/environment",
6828 "keywords": [
6829 "Xdebug",
6830 "environment",
6831 "hhvm"
6832 ],
6833 "time": "2019-11-20T08:46:58+00:00"
6834 },
6835 {
6836 "name": "sebastian/exporter",
6837 "version": "3.1.2",
6838 "source": {
6839 "type": "git",
6840 "url": "https://github.com/sebastianbergmann/exporter.git",
6841 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
6842 },
6843 "dist": {
6844 "type": "zip",
6845 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
6846 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
6847 "shasum": ""
6848 },
6849 "require": {
6850 "php": "^7.0",
6851 "sebastian/recursion-context": "^3.0"
6852 },
6853 "require-dev": {
6854 "ext-mbstring": "*",
6855 "phpunit/phpunit": "^6.0"
6856 },
6857 "type": "library",
6858 "extra": {
6859 "branch-alias": {
6860 "dev-master": "3.1.x-dev"
6861 }
6862 },
6863 "autoload": {
6864 "classmap": [
6865 "src/"
6866 ]
6867 },
6868 "notification-url": "https://packagist.org/downloads/",
6869 "license": [
6870 "BSD-3-Clause"
6871 ],
6872 "authors": [
6873 {
6874 "name": "Sebastian Bergmann",
6875 "email": "sebastian@phpunit.de"
6876 },
6877 {
6878 "name": "Jeff Welch",
6879 "email": "whatthejeff@gmail.com"
6880 },
6881 {
6882 "name": "Volker Dusch",
6883 "email": "github@wallbash.com"
6884 },
6885 {
6886 "name": "Adam Harvey",
6887 "email": "aharvey@php.net"
6888 },
6889 {
6890 "name": "Bernhard Schussek",
6891 "email": "bschussek@gmail.com"
6892 }
6893 ],
6894 "description": "Provides the functionality to export PHP variables for visualization",
6895 "homepage": "http://www.github.com/sebastianbergmann/exporter",
6896 "keywords": [
6897 "export",
6898 "exporter"
6899 ],
6900 "time": "2019-09-14T09:02:43+00:00"
6901 },
6902 {
6903 "name": "sebastian/global-state",
6904 "version": "2.0.0",
6905 "source": {
6906 "type": "git",
6907 "url": "https://github.com/sebastianbergmann/global-state.git",
6908 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
6909 },
6910 "dist": {
6911 "type": "zip",
6912 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
6913 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
6914 "shasum": ""
6915 },
6916 "require": {
6917 "php": "^7.0"
6918 },
6919 "require-dev": {
6920 "phpunit/phpunit": "^6.0"
6921 },
6922 "suggest": {
6923 "ext-uopz": "*"
6924 },
6925 "type": "library",
6926 "extra": {
6927 "branch-alias": {
6928 "dev-master": "2.0-dev"
6929 }
6930 },
6931 "autoload": {
6932 "classmap": [
6933 "src/"
6934 ]
6935 },
6936 "notification-url": "https://packagist.org/downloads/",
6937 "license": [
6938 "BSD-3-Clause"
6939 ],
6940 "authors": [
6941 {
6942 "name": "Sebastian Bergmann",
6943 "email": "sebastian@phpunit.de"
6944 }
6945 ],
6946 "description": "Snapshotting of global state",
6947 "homepage": "http://www.github.com/sebastianbergmann/global-state",
6948 "keywords": [
6949 "global state"
6950 ],
6951 "time": "2017-04-27T15:39:26+00:00"
6952 },
6953 {
6954 "name": "sebastian/object-enumerator",
6955 "version": "3.0.3",
6956 "source": {
6957 "type": "git",
6958 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
6959 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
6960 },
6961 "dist": {
6962 "type": "zip",
6963 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
6964 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
6965 "shasum": ""
6966 },
6967 "require": {
6968 "php": "^7.0",
6969 "sebastian/object-reflector": "^1.1.1",
6970 "sebastian/recursion-context": "^3.0"
6971 },
6972 "require-dev": {
6973 "phpunit/phpunit": "^6.0"
6974 },
6975 "type": "library",
6976 "extra": {
6977 "branch-alias": {
6978 "dev-master": "3.0.x-dev"
6979 }
6980 },
6981 "autoload": {
6982 "classmap": [
6983 "src/"
6984 ]
6985 },
6986 "notification-url": "https://packagist.org/downloads/",
6987 "license": [
6988 "BSD-3-Clause"
6989 ],
6990 "authors": [
6991 {
6992 "name": "Sebastian Bergmann",
6993 "email": "sebastian@phpunit.de"
6994 }
6995 ],
6996 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
6997 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
6998 "time": "2017-08-03T12:35:26+00:00"
6999 },
7000 {
7001 "name": "sebastian/object-reflector",
7002 "version": "1.1.1",
7003 "source": {
7004 "type": "git",
7005 "url": "https://github.com/sebastianbergmann/object-reflector.git",
7006 "reference": "773f97c67f28de00d397be301821b06708fca0be"
7007 },
7008 "dist": {
7009 "type": "zip",
7010 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
7011 "reference": "773f97c67f28de00d397be301821b06708fca0be",
7012 "shasum": ""
7013 },
7014 "require": {
7015 "php": "^7.0"
7016 },
7017 "require-dev": {
7018 "phpunit/phpunit": "^6.0"
7019 },
7020 "type": "library",
7021 "extra": {
7022 "branch-alias": {
7023 "dev-master": "1.1-dev"
7024 }
7025 },
7026 "autoload": {
7027 "classmap": [
7028 "src/"
7029 ]
7030 },
7031 "notification-url": "https://packagist.org/downloads/",
7032 "license": [
7033 "BSD-3-Clause"
7034 ],
7035 "authors": [
7036 {
7037 "name": "Sebastian Bergmann",
7038 "email": "sebastian@phpunit.de"
7039 }
7040 ],
7041 "description": "Allows reflection of object attributes, including inherited and non-public ones",
7042 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
7043 "time": "2017-03-29T09:07:27+00:00"
7044 },
7045 {
7046 "name": "sebastian/recursion-context",
7047 "version": "3.0.0",
7048 "source": {
7049 "type": "git",
7050 "url": "https://github.com/sebastianbergmann/recursion-context.git",
7051 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
7052 },
7053 "dist": {
7054 "type": "zip",
7055 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
7056 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
7057 "shasum": ""
7058 },
7059 "require": {
7060 "php": "^7.0"
7061 },
7062 "require-dev": {
7063 "phpunit/phpunit": "^6.0"
7064 },
7065 "type": "library",
7066 "extra": {
7067 "branch-alias": {
7068 "dev-master": "3.0.x-dev"
7069 }
7070 },
7071 "autoload": {
7072 "classmap": [
7073 "src/"
7074 ]
7075 },
7076 "notification-url": "https://packagist.org/downloads/",
7077 "license": [
7078 "BSD-3-Clause"
7079 ],
7080 "authors": [
7081 {
7082 "name": "Jeff Welch",
7083 "email": "whatthejeff@gmail.com"
7084 },
7085 {
7086 "name": "Sebastian Bergmann",
7087 "email": "sebastian@phpunit.de"
7088 },
7089 {
7090 "name": "Adam Harvey",
7091 "email": "aharvey@php.net"
7092 }
7093 ],
7094 "description": "Provides functionality to recursively process PHP variables",
7095 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
7096 "time": "2017-03-03T06:23:57+00:00"
7097 },
7098 {
7099 "name": "sebastian/resource-operations",
7100 "version": "2.0.1",
7101 "source": {
7102 "type": "git",
7103 "url": "https://github.com/sebastianbergmann/resource-operations.git",
7104 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
7105 },
7106 "dist": {
7107 "type": "zip",
7108 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
7109 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
7110 "shasum": ""
7111 },
7112 "require": {
7113 "php": "^7.1"
7114 },
7115 "type": "library",
7116 "extra": {
7117 "branch-alias": {
7118 "dev-master": "2.0-dev"
7119 }
7120 },
7121 "autoload": {
7122 "classmap": [
7123 "src/"
7124 ]
7125 },
7126 "notification-url": "https://packagist.org/downloads/",
7127 "license": [
7128 "BSD-3-Clause"
7129 ],
7130 "authors": [
7131 {
7132 "name": "Sebastian Bergmann",
7133 "email": "sebastian@phpunit.de"
7134 }
7135 ],
7136 "description": "Provides a list of PHP built-in functions that operate on resources",
7137 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
7138 "time": "2018-10-04T04:07:39+00:00"
7139 },
7140 {
7141 "name": "sebastian/version",
7142 "version": "2.0.1",
7143 "source": {
7144 "type": "git",
7145 "url": "https://github.com/sebastianbergmann/version.git",
7146 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
7147 },
7148 "dist": {
7149 "type": "zip",
7150 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
7151 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
7152 "shasum": ""
7153 },
7154 "require": {
7155 "php": ">=5.6"
7156 },
7157 "type": "library",
7158 "extra": {
7159 "branch-alias": {
7160 "dev-master": "2.0.x-dev"
7161 }
7162 },
7163 "autoload": {
7164 "classmap": [
7165 "src/"
7166 ]
7167 },
7168 "notification-url": "https://packagist.org/downloads/",
7169 "license": [
7170 "BSD-3-Clause"
7171 ],
7172 "authors": [
7173 {
7174 "name": "Sebastian Bergmann",
7175 "email": "sebastian@phpunit.de",
7176 "role": "lead"
7177 }
7178 ],
7179 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
7180 "homepage": "https://github.com/sebastianbergmann/version",
7181 "time": "2016-10-03T07:35:21+00:00"
7182 },
7183 {
7184 "name": "seld/jsonlint",
7185 "version": "1.7.2",
7186 "source": {
7187 "type": "git",
7188 "url": "https://github.com/Seldaek/jsonlint.git",
7189 "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
7190 },
7191 "dist": {
7192 "type": "zip",
7193 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
7194 "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
7195 "shasum": ""
7196 },
7197 "require": {
7198 "php": "^5.3 || ^7.0"
7199 },
7200 "require-dev": {
7201 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
7202 },
7203 "bin": [
7204 "bin/jsonlint"
7205 ],
7206 "type": "library",
7207 "autoload": {
7208 "psr-4": {
7209 "Seld\\JsonLint\\": "src/Seld/JsonLint/"
7210 }
7211 },
7212 "notification-url": "https://packagist.org/downloads/",
7213 "license": [
7214 "MIT"
7215 ],
7216 "authors": [
7217 {
7218 "name": "Jordi Boggiano",
7219 "email": "j.boggiano@seld.be",
7220 "homepage": "http://seld.be"
7221 }
7222 ],
7223 "description": "JSON Linter",
7224 "keywords": [
7225 "json",
7226 "linter",
7227 "parser",
7228 "validator"
7229 ],
7230 "time": "2019-10-24T14:27:39+00:00"
7231 },
7232 {
7233 "name": "seld/phar-utils",
7234 "version": "1.0.1",
7235 "source": {
7236 "type": "git",
7237 "url": "https://github.com/Seldaek/phar-utils.git",
7238 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
7239 },
7240 "dist": {
7241 "type": "zip",
7242 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
7243 "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
7244 "shasum": ""
7245 },
7246 "require": {
7247 "php": ">=5.3"
7248 },
7249 "type": "library",
7250 "extra": {
7251 "branch-alias": {
7252 "dev-master": "1.x-dev"
7253 }
7254 },
7255 "autoload": {
7256 "psr-4": {
7257 "Seld\\PharUtils\\": "src/"
7258 }
7259 },
7260 "notification-url": "https://packagist.org/downloads/",
7261 "license": [
7262 "MIT"
7263 ],
7264 "authors": [
7265 {
7266 "name": "Jordi Boggiano",
7267 "email": "j.boggiano@seld.be"
7268 }
7269 ],
7270 "description": "PHAR file format utilities, for when PHP phars you up",
7271 "keywords": [
7272 "phra"
7273 ],
7274 "time": "2015-10-13T18:44:15+00:00"
7275 },
7276 {
7277 "name": "symfony/config",
7278 "version": "v4.3.8",
7279 "source": {
7280 "type": "git",
7281 "url": "https://github.com/symfony/config.git",
7282 "reference": "8267214841c44d315a55242ea867684eb43c42ce"
7283 },
7284 "dist": {
7285 "type": "zip",
7286 "url": "https://api.github.com/repos/symfony/config/zipball/8267214841c44d315a55242ea867684eb43c42ce",
7287 "reference": "8267214841c44d315a55242ea867684eb43c42ce",
7288 "shasum": ""
7289 },
7290 "require": {
7291 "php": "^7.1.3",
7292 "symfony/filesystem": "~3.4|~4.0",
7293 "symfony/polyfill-ctype": "~1.8"
7294 },
7295 "conflict": {
7296 "symfony/finder": "<3.4"
7297 },
7298 "require-dev": {
7299 "symfony/dependency-injection": "~3.4|~4.0",
7300 "symfony/event-dispatcher": "~3.4|~4.0",
7301 "symfony/finder": "~3.4|~4.0",
7302 "symfony/messenger": "~4.1",
7303 "symfony/yaml": "~3.4|~4.0"
7304 },
7305 "suggest": {
7306 "symfony/yaml": "To use the yaml reference dumper"
7307 },
7308 "type": "library",
7309 "extra": {
7310 "branch-alias": {
7311 "dev-master": "4.3-dev"
7312 }
7313 },
7314 "autoload": {
7315 "psr-4": {
7316 "Symfony\\Component\\Config\\": ""
7317 },
7318 "exclude-from-classmap": [
7319 "/Tests/"
7320 ]
7321 },
7322 "notification-url": "https://packagist.org/downloads/",
7323 "license": [
7324 "MIT"
7325 ],
7326 "authors": [
7327 {
7328 "name": "Fabien Potencier",
7329 "email": "fabien@symfony.com"
7330 },
7331 {
7332 "name": "Symfony Community",
7333 "homepage": "https://symfony.com/contributors"
7334 }
7335 ],
7336 "description": "Symfony Config Component",
7337 "homepage": "https://symfony.com",
7338 "time": "2019-11-08T08:31:27+00:00"
7339 },
7340 {
7341 "name": "symfony/dependency-injection",
7342 "version": "v4.3.8",
7343 "source": {
7344 "type": "git",
7345 "url": "https://github.com/symfony/dependency-injection.git",
7346 "reference": "80c6d9e19467dfbba14f830ed478eb592ce51b64"
7347 },
7348 "dist": {
7349 "type": "zip",
7350 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/80c6d9e19467dfbba14f830ed478eb592ce51b64",
7351 "reference": "80c6d9e19467dfbba14f830ed478eb592ce51b64",
7352 "shasum": ""
7353 },
7354 "require": {
7355 "php": "^7.1.3",
7356 "psr/container": "^1.0",
7357 "symfony/service-contracts": "^1.1.6"
7358 },
7359 "conflict": {
7360 "symfony/config": "<4.3",
7361 "symfony/finder": "<3.4",
7362 "symfony/proxy-manager-bridge": "<3.4",
7363 "symfony/yaml": "<3.4"
7364 },
7365 "provide": {
7366 "psr/container-implementation": "1.0",
7367 "symfony/service-implementation": "1.0"
7368 },
7369 "require-dev": {
7370 "symfony/config": "^4.3",
7371 "symfony/expression-language": "~3.4|~4.0",
7372 "symfony/yaml": "~3.4|~4.0"
7373 },
7374 "suggest": {
7375 "symfony/config": "",
7376 "symfony/expression-language": "For using expressions in service container configuration",
7377 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7378 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7379 "symfony/yaml": ""
7380 },
7381 "type": "library",
7382 "extra": {
7383 "branch-alias": {
7384 "dev-master": "4.3-dev"
7385 }
7386 },
7387 "autoload": {
7388 "psr-4": {
7389 "Symfony\\Component\\DependencyInjection\\": ""
7390 },
7391 "exclude-from-classmap": [
7392 "/Tests/"
7393 ]
7394 },
7395 "notification-url": "https://packagist.org/downloads/",
7396 "license": [
7397 "MIT"
7398 ],
7399 "authors": [
7400 {
7401 "name": "Fabien Potencier",
7402 "email": "fabien@symfony.com"
7403 },
7404 {
7405 "name": "Symfony Community",
7406 "homepage": "https://symfony.com/contributors"
7407 }
7408 ],
7409 "description": "Symfony DependencyInjection Component",
7410 "homepage": "https://symfony.com",
7411 "time": "2019-11-08T16:22:27+00:00"
7412 },
7413 {
7414 "name": "symfony/dom-crawler",
7415 "version": "v4.3.8",
7416 "source": {
7417 "type": "git",
7418 "url": "https://github.com/symfony/dom-crawler.git",
7419 "reference": "4b9efd5708c3a38593e19b6a33e40867f4f89d72"
7420 },
7421 "dist": {
7422 "type": "zip",
7423 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b9efd5708c3a38593e19b6a33e40867f4f89d72",
7424 "reference": "4b9efd5708c3a38593e19b6a33e40867f4f89d72",
7425 "shasum": ""
7426 },
7427 "require": {
7428 "php": "^7.1.3",
7429 "symfony/polyfill-ctype": "~1.8",
7430 "symfony/polyfill-mbstring": "~1.0"
7431 },
7432 "conflict": {
7433 "masterminds/html5": "<2.6"
7434 },
7435 "require-dev": {
7436 "masterminds/html5": "^2.6",
7437 "symfony/css-selector": "~3.4|~4.0"
7438 },
7439 "suggest": {
7440 "symfony/css-selector": ""
7441 },
7442 "type": "library",
7443 "extra": {
7444 "branch-alias": {
7445 "dev-master": "4.3-dev"
7446 }
7447 },
7448 "autoload": {
7449 "psr-4": {
7450 "Symfony\\Component\\DomCrawler\\": ""
7451 },
7452 "exclude-from-classmap": [
7453 "/Tests/"
7454 ]
7455 },
7456 "notification-url": "https://packagist.org/downloads/",
7457 "license": [
7458 "MIT"
7459 ],
7460 "authors": [
7461 {
7462 "name": "Fabien Potencier",
7463 "email": "fabien@symfony.com"
7464 },
7465 {
7466 "name": "Symfony Community",
7467 "homepage": "https://symfony.com/contributors"
7468 }
7469 ],
7470 "description": "Symfony DomCrawler Component",
7471 "homepage": "https://symfony.com",
7472 "time": "2019-10-28T17:07:32+00:00"
7473 },
7474 {
7475 "name": "symfony/filesystem",
7476 "version": "v4.3.8",
7477 "source": {
7478 "type": "git",
7479 "url": "https://github.com/symfony/filesystem.git",
7480 "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263"
7481 },
7482 "dist": {
7483 "type": "zip",
7484 "url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263",
7485 "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263",
7486 "shasum": ""
7487 },
7488 "require": {
7489 "php": "^7.1.3",
7490 "symfony/polyfill-ctype": "~1.8"
7491 },
7492 "type": "library",
7493 "extra": {
7494 "branch-alias": {
7495 "dev-master": "4.3-dev"
7496 }
7497 },
7498 "autoload": {
7499 "psr-4": {
7500 "Symfony\\Component\\Filesystem\\": ""
7501 },
7502 "exclude-from-classmap": [
7503 "/Tests/"
7504 ]
7505 },
7506 "notification-url": "https://packagist.org/downloads/",
7507 "license": [
7508 "MIT"
7509 ],
7510 "authors": [
7511 {
7512 "name": "Fabien Potencier",
7513 "email": "fabien@symfony.com"
7514 },
7515 {
7516 "name": "Symfony Community",
7517 "homepage": "https://symfony.com/contributors"
7518 }
7519 ],
7520 "description": "Symfony Filesystem Component",
7521 "homepage": "https://symfony.com",
7522 "time": "2019-08-20T14:07:54+00:00"
7523 },
7524 {
7525 "name": "theseer/tokenizer",
7526 "version": "1.1.3",
7527 "source": {
7528 "type": "git",
7529 "url": "https://github.com/theseer/tokenizer.git",
7530 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
7531 },
7532 "dist": {
7533 "type": "zip",
7534 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
7535 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
7536 "shasum": ""
7537 },
7538 "require": {
7539 "ext-dom": "*",
7540 "ext-tokenizer": "*",
7541 "ext-xmlwriter": "*",
7542 "php": "^7.0"
7543 },
7544 "type": "library",
7545 "autoload": {
7546 "classmap": [
7547 "src/"
7548 ]
7549 },
7550 "notification-url": "https://packagist.org/downloads/",
7551 "license": [
7552 "BSD-3-Clause"
7553 ],
7554 "authors": [
7555 {
7556 "name": "Arne Blankerts",
7557 "email": "arne@blankerts.de",
7558 "role": "Developer"
7559 }
7560 ],
7561 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
7562 "time": "2019-06-13T22:48:21+00:00"
7563 },
7564 {
7565 "name": "webmozart/assert",
7566 "version": "1.5.0",
7567 "source": {
7568 "type": "git",
7569 "url": "https://github.com/webmozart/assert.git",
7570 "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
7571 },
7572 "dist": {
7573 "type": "zip",
7574 "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
7575 "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
7576 "shasum": ""
7577 },
7578 "require": {
7579 "php": "^5.3.3 || ^7.0",
7580 "symfony/polyfill-ctype": "^1.8"
7581 },
7582 "require-dev": {
7583 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
7584 },
7585 "type": "library",
7586 "extra": {
7587 "branch-alias": {
7588 "dev-master": "1.3-dev"
7589 }
7590 },
7591 "autoload": {
7592 "psr-4": {
7593 "Webmozart\\Assert\\": "src/"
7594 }
7595 },
7596 "notification-url": "https://packagist.org/downloads/",
7597 "license": [
7598 "MIT"
7599 ],
7600 "authors": [
7601 {
7602 "name": "Bernhard Schussek",
7603 "email": "bschussek@gmail.com"
7604 }
7605 ],
7606 "description": "Assertions to validate method input/output with nice error messages.",
7607 "keywords": [
7608 "assert",
7609 "check",
7610 "validate"
7611 ],
7612 "time": "2019-08-24T08:43:50+00:00"
7613 }
7614 ],
7615 "aliases": [],
7616 "minimum-stability": "stable",
7617 "stability-flags": {
7618 "laravel-parse/parse": 20
7619 },
7620 "prefer-stable": false,
7621 "prefer-lowest": false,
7622 "platform": {
7623 "php": ">=7.3",
7624 "ext-json": "*",
7625 "ext-mbstring": "*",
7626 "ext-pdo": "*",
7627 "ext-pdo_mysql": "*"
7628 },
7629 "platform-dev": [],
7630 "platform-overrides": {
7631 "php": "7.3"
7632 }
7633}