]> BookStack Code Mirror - bookstack/blob - composer.lock
Tried to make chapter toggles a little smoother in FF
[bookstack] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "b98be6702f1293174f785f99895e798b",
8     "packages": [
9         {
10             "name": "aws/aws-sdk-php",
11             "version": "3.64.10",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/aws/aws-sdk-php.git",
15                 "reference": "4aa66872c4428d0db08c861a34559b0923eaae23"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4aa66872c4428d0db08c861a34559b0923eaae23",
20                 "reference": "4aa66872c4428d0db08c861a34559b0923eaae23",
21                 "shasum": ""
22             },
23             "require": {
24                 "ext-json": "*",
25                 "ext-pcre": "*",
26                 "ext-simplexml": "*",
27                 "ext-spl": "*",
28                 "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
29                 "guzzlehttp/promises": "~1.0",
30                 "guzzlehttp/psr7": "^1.4.1",
31                 "mtdowling/jmespath.php": "~2.2",
32                 "php": ">=5.5"
33             },
34             "require-dev": {
35                 "andrewsville/php-token-reflection": "^1.4",
36                 "aws/aws-php-sns-message-validator": "~1.0",
37                 "behat/behat": "~3.0",
38                 "doctrine/cache": "~1.4",
39                 "ext-dom": "*",
40                 "ext-openssl": "*",
41                 "nette/neon": "^2.3",
42                 "phpunit/phpunit": "^4.8.35|^5.4.3",
43                 "psr/cache": "^1.0"
44             },
45             "suggest": {
46                 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
47                 "doctrine/cache": "To use the DoctrineCacheAdapter",
48                 "ext-curl": "To send requests using cURL",
49                 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
50             },
51             "type": "library",
52             "extra": {
53                 "branch-alias": {
54                     "dev-master": "3.0-dev"
55                 }
56             },
57             "autoload": {
58                 "psr-4": {
59                     "Aws\\": "src/"
60                 },
61                 "files": [
62                     "src/functions.php"
63                 ]
64             },
65             "notification-url": "https://packagist.org/downloads/",
66             "license": [
67                 "Apache-2.0"
68             ],
69             "authors": [
70                 {
71                     "name": "Amazon Web Services",
72                     "homepage": "http://aws.amazon.com"
73                 }
74             ],
75             "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
76             "homepage": "http://aws.amazon.com/sdkforphp",
77             "keywords": [
78                 "amazon",
79                 "aws",
80                 "cloud",
81                 "dynamodb",
82                 "ec2",
83                 "glacier",
84                 "s3",
85                 "sdk"
86             ],
87             "time": "2018-08-10T21:49:00+00:00"
88         },
89         {
90             "name": "barryvdh/laravel-dompdf",
91             "version": "v0.8.2",
92             "source": {
93                 "type": "git",
94                 "url": "https://github.com/barryvdh/laravel-dompdf.git",
95                 "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af"
96             },
97             "dist": {
98                 "type": "zip",
99                 "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/7dcdecfa125c174d0abe723603633dc2756ea3af",
100                 "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af",
101                 "shasum": ""
102             },
103             "require": {
104                 "dompdf/dompdf": "^0.8",
105                 "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
106                 "php": ">=5.5.9"
107             },
108             "type": "library",
109             "extra": {
110                 "branch-alias": {
111                     "dev-master": "0.8-dev"
112                 },
113                 "laravel": {
114                     "providers": [
115                         "Barryvdh\\DomPDF\\ServiceProvider"
116                     ],
117                     "aliases": {
118                         "PDF": "Barryvdh\\DomPDF\\Facade"
119                     }
120                 }
121             },
122             "autoload": {
123                 "psr-4": {
124                     "Barryvdh\\DomPDF\\": "src"
125                 }
126             },
127             "notification-url": "https://packagist.org/downloads/",
128             "license": [
129                 "MIT"
130             ],
131             "authors": [
132                 {
133                     "name": "Barry vd. Heuvel",
134                     "email": "[email protected]"
135                 }
136             ],
137             "description": "A DOMPDF Wrapper for Laravel",
138             "keywords": [
139                 "dompdf",
140                 "laravel",
141                 "pdf"
142             ],
143             "time": "2018-02-07T17:43:25+00:00"
144         },
145         {
146             "name": "barryvdh/laravel-snappy",
147             "version": "v0.4.1",
148             "source": {
149                 "type": "git",
150                 "url": "https://github.com/barryvdh/laravel-snappy.git",
151                 "reference": "5f6e7f3ba15c867d1b8e2885d454110270616ebe"
152             },
153             "dist": {
154                 "type": "zip",
155                 "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/5f6e7f3ba15c867d1b8e2885d454110270616ebe",
156                 "reference": "5f6e7f3ba15c867d1b8e2885d454110270616ebe",
157                 "shasum": ""
158             },
159             "require": {
160                 "illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
161                 "illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
162                 "knplabs/knp-snappy": "^1",
163                 "php": ">=5.4.0"
164             },
165             "type": "library",
166             "extra": {
167                 "branch-alias": {
168                     "dev-master": "0.4-dev"
169                 },
170                 "laravel": {
171                     "providers": [
172                         "Barryvdh\\Snappy\\ServiceProvider"
173                     ],
174                     "aliases": {
175                         "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
176                         "SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
177                     }
178                 }
179             },
180             "autoload": {
181                 "psr-4": {
182                     "Barryvdh\\Snappy\\": "src/"
183                 }
184             },
185             "notification-url": "https://packagist.org/downloads/",
186             "license": [
187                 "MIT"
188             ],
189             "authors": [
190                 {
191                     "name": "Barry vd. Heuvel",
192                     "email": "[email protected]"
193                 }
194             ],
195             "description": "Snappy PDF/Image for Laravel 4",
196             "keywords": [
197                 "image",
198                 "laravel",
199                 "pdf",
200                 "snappy",
201                 "wkhtmltoimage",
202                 "wkhtmltopdf"
203             ],
204             "time": "2018-02-08T15:58:26+00:00"
205         },
206         {
207             "name": "cogpowered/finediff",
208             "version": "0.3.1",
209             "source": {
210                 "type": "git",
211                 "url": "https://github.com/cogpowered/FineDiff.git",
212                 "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8"
213             },
214             "dist": {
215                 "type": "zip",
216                 "url": "https://api.github.com/repos/cogpowered/FineDiff/zipball/339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8",
217                 "reference": "339ddc8c3afb656efed4f2f0a80e5c3d026f8ea8",
218                 "shasum": ""
219             },
220             "require": {
221                 "php": ">=5.3.0"
222             },
223             "require-dev": {
224                 "mockery/mockery": "*",
225                 "phpunit/phpunit": "*"
226             },
227             "type": "library",
228             "autoload": {
229                 "psr-0": {
230                     "cogpowered\\FineDiff": "src/"
231                 }
232             },
233             "notification-url": "https://packagist.org/downloads/",
234             "license": [
235                 "MIT"
236             ],
237             "authors": [
238                 {
239                     "name": "Rob Crowe",
240                     "email": "[email protected]"
241                 },
242                 {
243                     "name": "Raymond Hill"
244                 }
245             ],
246             "description": "PHP implementation of a Fine granularity Diff engine",
247             "homepage": "https://github.com/cogpowered/FineDiff",
248             "keywords": [
249                 "diff",
250                 "finediff",
251                 "opcode",
252                 "string",
253                 "text"
254             ],
255             "time": "2014-05-19T10:25:02+00:00"
256         },
257         {
258             "name": "doctrine/inflector",
259             "version": "v1.2.0",
260             "source": {
261                 "type": "git",
262                 "url": "https://github.com/doctrine/inflector.git",
263                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
264             },
265             "dist": {
266                 "type": "zip",
267                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
268                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
269                 "shasum": ""
270             },
271             "require": {
272                 "php": "^7.0"
273             },
274             "require-dev": {
275                 "phpunit/phpunit": "^6.2"
276             },
277             "type": "library",
278             "extra": {
279                 "branch-alias": {
280                     "dev-master": "1.2.x-dev"
281                 }
282             },
283             "autoload": {
284                 "psr-4": {
285                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
286                 }
287             },
288             "notification-url": "https://packagist.org/downloads/",
289             "license": [
290                 "MIT"
291             ],
292             "authors": [
293                 {
294                     "name": "Roman Borschel",
295                     "email": "[email protected]"
296                 },
297                 {
298                     "name": "Benjamin Eberlei",
299                     "email": "[email protected]"
300                 },
301                 {
302                     "name": "Guilherme Blanco",
303                     "email": "[email protected]"
304                 },
305                 {
306                     "name": "Jonathan Wage",
307                     "email": "[email protected]"
308                 },
309                 {
310                     "name": "Johannes Schmitt",
311                     "email": "[email protected]"
312                 }
313             ],
314             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
315             "homepage": "http://www.doctrine-project.org",
316             "keywords": [
317                 "inflection",
318                 "pluralize",
319                 "singularize",
320                 "string"
321             ],
322             "time": "2017-07-22T12:18:28+00:00"
323         },
324         {
325             "name": "doctrine/lexer",
326             "version": "v1.0.1",
327             "source": {
328                 "type": "git",
329                 "url": "https://github.com/doctrine/lexer.git",
330                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
331             },
332             "dist": {
333                 "type": "zip",
334                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
335                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
336                 "shasum": ""
337             },
338             "require": {
339                 "php": ">=5.3.2"
340             },
341             "type": "library",
342             "extra": {
343                 "branch-alias": {
344                     "dev-master": "1.0.x-dev"
345                 }
346             },
347             "autoload": {
348                 "psr-0": {
349                     "Doctrine\\Common\\Lexer\\": "lib/"
350                 }
351             },
352             "notification-url": "https://packagist.org/downloads/",
353             "license": [
354                 "MIT"
355             ],
356             "authors": [
357                 {
358                     "name": "Roman Borschel",
359                     "email": "[email protected]"
360                 },
361                 {
362                     "name": "Guilherme Blanco",
363                     "email": "[email protected]"
364                 },
365                 {
366                     "name": "Johannes Schmitt",
367                     "email": "[email protected]"
368                 }
369             ],
370             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
371             "homepage": "http://www.doctrine-project.org",
372             "keywords": [
373                 "lexer",
374                 "parser"
375             ],
376             "time": "2014-09-09T13:34:57+00:00"
377         },
378         {
379             "name": "dompdf/dompdf",
380             "version": "v0.8.2",
381             "source": {
382                 "type": "git",
383                 "url": "https://github.com/dompdf/dompdf.git",
384                 "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6"
385             },
386             "dist": {
387                 "type": "zip",
388                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5113accd9ae5d466077cce5208dcf3fb871bf8f6",
389                 "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6",
390                 "shasum": ""
391             },
392             "require": {
393                 "ext-dom": "*",
394                 "ext-gd": "*",
395                 "ext-mbstring": "*",
396                 "phenx/php-font-lib": "0.5.*",
397                 "phenx/php-svg-lib": "0.3.*",
398                 "php": ">=5.4.0"
399             },
400             "require-dev": {
401                 "phpunit/phpunit": "4.8.*",
402                 "squizlabs/php_codesniffer": "2.*"
403             },
404             "type": "library",
405             "extra": {
406                 "branch-alias": {
407                     "dev-develop": "0.7-dev"
408                 }
409             },
410             "autoload": {
411                 "psr-4": {
412                     "Dompdf\\": "src/"
413                 },
414                 "classmap": [
415                     "lib/"
416                 ]
417             },
418             "notification-url": "https://packagist.org/downloads/",
419             "license": [
420                 "LGPL-2.1"
421             ],
422             "authors": [
423                 {
424                     "name": "Fabien Ménager",
425                     "email": "[email protected]"
426                 },
427                 {
428                     "name": "Brian Sweeney",
429                     "email": "[email protected]"
430                 },
431                 {
432                     "name": "Gabriel Bull",
433                     "email": "[email protected]"
434                 }
435             ],
436             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
437             "homepage": "https://github.com/dompdf/dompdf",
438             "time": "2017-11-26T14:49:08+00:00"
439         },
440         {
441             "name": "egulias/email-validator",
442             "version": "2.1.4",
443             "source": {
444                 "type": "git",
445                 "url": "https://github.com/egulias/EmailValidator.git",
446                 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3"
447             },
448             "dist": {
449                 "type": "zip",
450                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3",
451                 "reference": "8790f594151ca6a2010c6218e09d96df67173ad3",
452                 "shasum": ""
453             },
454             "require": {
455                 "doctrine/lexer": "^1.0.1",
456                 "php": ">= 5.5"
457             },
458             "require-dev": {
459                 "dominicsayers/isemail": "dev-master",
460                 "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
461                 "satooshi/php-coveralls": "^1.0.1"
462             },
463             "suggest": {
464                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
465             },
466             "type": "library",
467             "extra": {
468                 "branch-alias": {
469                     "dev-master": "2.0.x-dev"
470                 }
471             },
472             "autoload": {
473                 "psr-4": {
474                     "Egulias\\EmailValidator\\": "EmailValidator"
475                 }
476             },
477             "notification-url": "https://packagist.org/downloads/",
478             "license": [
479                 "MIT"
480             ],
481             "authors": [
482                 {
483                     "name": "Eduardo Gulias Davis"
484                 }
485             ],
486             "description": "A library for validating emails against several RFCs",
487             "homepage": "https://github.com/egulias/EmailValidator",
488             "keywords": [
489                 "email",
490                 "emailvalidation",
491                 "emailvalidator",
492                 "validation",
493                 "validator"
494             ],
495             "time": "2018-04-10T10:11:19+00:00"
496         },
497         {
498             "name": "erusev/parsedown",
499             "version": "1.7.1",
500             "source": {
501                 "type": "git",
502                 "url": "https://github.com/erusev/parsedown.git",
503                 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
504             },
505             "dist": {
506                 "type": "zip",
507                 "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
508                 "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
509                 "shasum": ""
510             },
511             "require": {
512                 "ext-mbstring": "*",
513                 "php": ">=5.3.0"
514             },
515             "require-dev": {
516                 "phpunit/phpunit": "^4.8.35"
517             },
518             "type": "library",
519             "autoload": {
520                 "psr-0": {
521                     "Parsedown": ""
522                 }
523             },
524             "notification-url": "https://packagist.org/downloads/",
525             "license": [
526                 "MIT"
527             ],
528             "authors": [
529                 {
530                     "name": "Emanuil Rusev",
531                     "email": "[email protected]",
532                     "homepage": "http://erusev.com"
533                 }
534             ],
535             "description": "Parser for Markdown.",
536             "homepage": "http://parsedown.org",
537             "keywords": [
538                 "markdown",
539                 "parser"
540             ],
541             "time": "2018-03-08T01:11:30+00:00"
542         },
543         {
544             "name": "fideloper/proxy",
545             "version": "3.3.4",
546             "source": {
547                 "type": "git",
548                 "url": "https://github.com/fideloper/TrustedProxy.git",
549                 "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f"
550             },
551             "dist": {
552                 "type": "zip",
553                 "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9cdf6f118af58d89764249bbcc7bb260c132924f",
554                 "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f",
555                 "shasum": ""
556             },
557             "require": {
558                 "illuminate/contracts": "~5.0",
559                 "php": ">=5.4.0"
560             },
561             "require-dev": {
562                 "illuminate/http": "~5.0",
563                 "mockery/mockery": "~0.9.3",
564                 "phpunit/phpunit": "^5.7"
565             },
566             "type": "library",
567             "extra": {
568                 "branch-alias": {
569                     "dev-master": "3.3-dev"
570                 },
571                 "laravel": {
572                     "providers": [
573                         "Fideloper\\Proxy\\TrustedProxyServiceProvider"
574                     ]
575                 }
576             },
577             "autoload": {
578                 "psr-4": {
579                     "Fideloper\\Proxy\\": "src/"
580                 }
581             },
582             "notification-url": "https://packagist.org/downloads/",
583             "license": [
584                 "MIT"
585             ],
586             "authors": [
587                 {
588                     "name": "Chris Fidao",
589                     "email": "[email protected]"
590                 }
591             ],
592             "description": "Set trusted proxies for Laravel",
593             "keywords": [
594                 "load balancing",
595                 "proxy",
596                 "trusted proxy"
597             ],
598             "time": "2017-06-15T17:19:42+00:00"
599         },
600         {
601             "name": "gathercontent/htmldiff",
602             "version": "0.2.1",
603             "source": {
604                 "type": "git",
605                 "url": "https://github.com/gathercontent/htmldiff.git",
606                 "reference": "24674a62315f64330134b4a4c5b01a7b59193c93"
607             },
608             "dist": {
609                 "type": "zip",
610                 "url": "https://api.github.com/repos/gathercontent/htmldiff/zipball/24674a62315f64330134b4a4c5b01a7b59193c93",
611                 "reference": "24674a62315f64330134b4a4c5b01a7b59193c93",
612                 "shasum": ""
613             },
614             "require": {
615                 "cogpowered/finediff": "0.3.1",
616                 "ext-tidy": "*"
617             },
618             "require-dev": {
619                 "phpunit/phpunit": "4.*",
620                 "squizlabs/php_codesniffer": "1.*"
621             },
622             "type": "library",
623             "autoload": {
624                 "psr-0": {
625                     "GatherContent\\Htmldiff": "src/"
626                 }
627             },
628             "notification-url": "https://packagist.org/downloads/",
629             "license": [
630                 "MIT"
631             ],
632             "authors": [
633                 {
634                     "name": "Andrew Cairns",
635                     "email": "[email protected]"
636                 },
637                 {
638                     "name": "Mathew Chapman",
639                     "email": "[email protected]"
640                 },
641                 {
642                     "name": "Peter Legierski",
643                     "email": "[email protected]"
644                 }
645             ],
646             "description": "Compare two HTML strings",
647             "time": "2015-04-15T15:39:46+00:00"
648         },
649         {
650             "name": "guzzlehttp/guzzle",
651             "version": "6.3.3",
652             "source": {
653                 "type": "git",
654                 "url": "https://github.com/guzzle/guzzle.git",
655                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
656             },
657             "dist": {
658                 "type": "zip",
659                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
660                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
661                 "shasum": ""
662             },
663             "require": {
664                 "guzzlehttp/promises": "^1.0",
665                 "guzzlehttp/psr7": "^1.4",
666                 "php": ">=5.5"
667             },
668             "require-dev": {
669                 "ext-curl": "*",
670                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
671                 "psr/log": "^1.0"
672             },
673             "suggest": {
674                 "psr/log": "Required for using the Log middleware"
675             },
676             "type": "library",
677             "extra": {
678                 "branch-alias": {
679                     "dev-master": "6.3-dev"
680                 }
681             },
682             "autoload": {
683                 "files": [
684                     "src/functions_include.php"
685                 ],
686                 "psr-4": {
687                     "GuzzleHttp\\": "src/"
688                 }
689             },
690             "notification-url": "https://packagist.org/downloads/",
691             "license": [
692                 "MIT"
693             ],
694             "authors": [
695                 {
696                     "name": "Michael Dowling",
697                     "email": "[email protected]",
698                     "homepage": "https://github.com/mtdowling"
699                 }
700             ],
701             "description": "Guzzle is a PHP HTTP client library",
702             "homepage": "http://guzzlephp.org/",
703             "keywords": [
704                 "client",
705                 "curl",
706                 "framework",
707                 "http",
708                 "http client",
709                 "rest",
710                 "web service"
711             ],
712             "time": "2018-04-22T15:46:56+00:00"
713         },
714         {
715             "name": "guzzlehttp/promises",
716             "version": "v1.3.1",
717             "source": {
718                 "type": "git",
719                 "url": "https://github.com/guzzle/promises.git",
720                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
721             },
722             "dist": {
723                 "type": "zip",
724                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
725                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
726                 "shasum": ""
727             },
728             "require": {
729                 "php": ">=5.5.0"
730             },
731             "require-dev": {
732                 "phpunit/phpunit": "^4.0"
733             },
734             "type": "library",
735             "extra": {
736                 "branch-alias": {
737                     "dev-master": "1.4-dev"
738                 }
739             },
740             "autoload": {
741                 "psr-4": {
742                     "GuzzleHttp\\Promise\\": "src/"
743                 },
744                 "files": [
745                     "src/functions_include.php"
746                 ]
747             },
748             "notification-url": "https://packagist.org/downloads/",
749             "license": [
750                 "MIT"
751             ],
752             "authors": [
753                 {
754                     "name": "Michael Dowling",
755                     "email": "[email protected]",
756                     "homepage": "https://github.com/mtdowling"
757                 }
758             ],
759             "description": "Guzzle promises library",
760             "keywords": [
761                 "promise"
762             ],
763             "time": "2016-12-20T10:07:11+00:00"
764         },
765         {
766             "name": "guzzlehttp/psr7",
767             "version": "1.4.2",
768             "source": {
769                 "type": "git",
770                 "url": "https://github.com/guzzle/psr7.git",
771                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
772             },
773             "dist": {
774                 "type": "zip",
775                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
776                 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
777                 "shasum": ""
778             },
779             "require": {
780                 "php": ">=5.4.0",
781                 "psr/http-message": "~1.0"
782             },
783             "provide": {
784                 "psr/http-message-implementation": "1.0"
785             },
786             "require-dev": {
787                 "phpunit/phpunit": "~4.0"
788             },
789             "type": "library",
790             "extra": {
791                 "branch-alias": {
792                     "dev-master": "1.4-dev"
793                 }
794             },
795             "autoload": {
796                 "psr-4": {
797                     "GuzzleHttp\\Psr7\\": "src/"
798                 },
799                 "files": [
800                     "src/functions_include.php"
801                 ]
802             },
803             "notification-url": "https://packagist.org/downloads/",
804             "license": [
805                 "MIT"
806             ],
807             "authors": [
808                 {
809                     "name": "Michael Dowling",
810                     "email": "[email protected]",
811                     "homepage": "https://github.com/mtdowling"
812                 },
813                 {
814                     "name": "Tobias Schultze",
815                     "homepage": "https://github.com/Tobion"
816                 }
817             ],
818             "description": "PSR-7 message implementation that also provides common utility methods",
819             "keywords": [
820                 "http",
821                 "message",
822                 "request",
823                 "response",
824                 "stream",
825                 "uri",
826                 "url"
827             ],
828             "time": "2017-03-20T17:10:46+00:00"
829         },
830         {
831             "name": "intervention/image",
832             "version": "2.4.2",
833             "source": {
834                 "type": "git",
835                 "url": "https://github.com/Intervention/image.git",
836                 "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
837             },
838             "dist": {
839                 "type": "zip",
840                 "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
841                 "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
842                 "shasum": ""
843             },
844             "require": {
845                 "ext-fileinfo": "*",
846                 "guzzlehttp/psr7": "~1.1",
847                 "php": ">=5.4.0"
848             },
849             "require-dev": {
850                 "mockery/mockery": "~0.9.2",
851                 "phpunit/phpunit": "^4.8 || ^5.7"
852             },
853             "suggest": {
854                 "ext-gd": "to use GD library based image processing.",
855                 "ext-imagick": "to use Imagick based image processing.",
856                 "intervention/imagecache": "Caching extension for the Intervention Image library"
857             },
858             "type": "library",
859             "extra": {
860                 "branch-alias": {
861                     "dev-master": "2.4-dev"
862                 },
863                 "laravel": {
864                     "providers": [
865                         "Intervention\\Image\\ImageServiceProvider"
866                     ],
867                     "aliases": {
868                         "Image": "Intervention\\Image\\Facades\\Image"
869                     }
870                 }
871             },
872             "autoload": {
873                 "psr-4": {
874                     "Intervention\\Image\\": "src/Intervention/Image"
875                 }
876             },
877             "notification-url": "https://packagist.org/downloads/",
878             "license": [
879                 "MIT"
880             ],
881             "authors": [
882                 {
883                     "name": "Oliver Vogel",
884                     "email": "[email protected]",
885                     "homepage": "http://olivervogel.com/"
886                 }
887             ],
888             "description": "Image handling and manipulation library with support for Laravel integration",
889             "homepage": "http://image.intervention.io/",
890             "keywords": [
891                 "gd",
892                 "image",
893                 "imagick",
894                 "laravel",
895                 "thumbnail",
896                 "watermark"
897             ],
898             "time": "2018-05-29T14:19:03+00:00"
899         },
900         {
901             "name": "knplabs/knp-snappy",
902             "version": "v1.0.4",
903             "source": {
904                 "type": "git",
905                 "url": "https://github.com/KnpLabs/snappy.git",
906                 "reference": "144c4ecd1ccaeda936bf832b93079efc490e6850"
907             },
908             "dist": {
909                 "type": "zip",
910                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/144c4ecd1ccaeda936bf832b93079efc490e6850",
911                 "reference": "144c4ecd1ccaeda936bf832b93079efc490e6850",
912                 "shasum": ""
913             },
914             "require": {
915                 "php": ">=5.6",
916                 "psr/log": "^1.0",
917                 "symfony/process": "~2.3 || ~3.0 || ~4.0"
918             },
919             "require-dev": {
920                 "phpunit/phpunit": "~4.8.36"
921             },
922             "suggest": {
923                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
924                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
925                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
926                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
927                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
928             },
929             "type": "library",
930             "extra": {
931                 "branch-alias": {
932                     "dev-master": "1.0.x-dev"
933                 }
934             },
935             "autoload": {
936                 "psr-4": {
937                     "Knp\\Snappy\\": "src/Knp/Snappy"
938                 }
939             },
940             "notification-url": "https://packagist.org/downloads/",
941             "license": [
942                 "MIT"
943             ],
944             "authors": [
945                 {
946                     "name": "KnpLabs Team",
947                     "homepage": "http://knplabs.com"
948                 },
949                 {
950                     "name": "Symfony Community",
951                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
952                 }
953             ],
954             "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
955             "homepage": "http://github.com/KnpLabs/snappy",
956             "keywords": [
957                 "knp",
958                 "knplabs",
959                 "pdf",
960                 "snapshot",
961                 "thumbnail",
962                 "wkhtmltopdf"
963             ],
964             "time": "2018-01-22T19:40:51+00:00"
965         },
966         {
967             "name": "laravel/framework",
968             "version": "v5.5.42",
969             "source": {
970                 "type": "git",
971                 "url": "https://github.com/laravel/framework.git",
972                 "reference": "6550ae917b0c49a5915a52cd7c7eafd16fc0b538"
973             },
974             "dist": {
975                 "type": "zip",
976                 "url": "https://api.github.com/repos/laravel/framework/zipball/6550ae917b0c49a5915a52cd7c7eafd16fc0b538",
977                 "reference": "6550ae917b0c49a5915a52cd7c7eafd16fc0b538",
978                 "shasum": ""
979             },
980             "require": {
981                 "doctrine/inflector": "~1.1",
982                 "erusev/parsedown": "~1.7",
983                 "ext-mbstring": "*",
984                 "ext-openssl": "*",
985                 "league/flysystem": "^1.0.8",
986                 "monolog/monolog": "~1.12",
987                 "mtdowling/cron-expression": "~1.0",
988                 "nesbot/carbon": "^1.24.1",
989                 "php": ">=7.0",
990                 "psr/container": "~1.0",
991                 "psr/simple-cache": "^1.0",
992                 "ramsey/uuid": "~3.0",
993                 "swiftmailer/swiftmailer": "~6.0",
994                 "symfony/console": "~3.3",
995                 "symfony/debug": "~3.3",
996                 "symfony/finder": "~3.3",
997                 "symfony/http-foundation": "~3.3",
998                 "symfony/http-kernel": "~3.3",
999                 "symfony/process": "~3.3",
1000                 "symfony/routing": "~3.3",
1001                 "symfony/var-dumper": "~3.3",
1002                 "tijsverkoyen/css-to-inline-styles": "~2.2",
1003                 "vlucas/phpdotenv": "~2.2"
1004             },
1005             "replace": {
1006                 "illuminate/auth": "self.version",
1007                 "illuminate/broadcasting": "self.version",
1008                 "illuminate/bus": "self.version",
1009                 "illuminate/cache": "self.version",
1010                 "illuminate/config": "self.version",
1011                 "illuminate/console": "self.version",
1012                 "illuminate/container": "self.version",
1013                 "illuminate/contracts": "self.version",
1014                 "illuminate/cookie": "self.version",
1015                 "illuminate/database": "self.version",
1016                 "illuminate/encryption": "self.version",
1017                 "illuminate/events": "self.version",
1018                 "illuminate/filesystem": "self.version",
1019                 "illuminate/hashing": "self.version",
1020                 "illuminate/http": "self.version",
1021                 "illuminate/log": "self.version",
1022                 "illuminate/mail": "self.version",
1023                 "illuminate/notifications": "self.version",
1024                 "illuminate/pagination": "self.version",
1025                 "illuminate/pipeline": "self.version",
1026                 "illuminate/queue": "self.version",
1027                 "illuminate/redis": "self.version",
1028                 "illuminate/routing": "self.version",
1029                 "illuminate/session": "self.version",
1030                 "illuminate/support": "self.version",
1031                 "illuminate/translation": "self.version",
1032                 "illuminate/validation": "self.version",
1033                 "illuminate/view": "self.version",
1034                 "tightenco/collect": "<5.5.33"
1035             },
1036             "require-dev": {
1037                 "aws/aws-sdk-php": "~3.0",
1038                 "doctrine/dbal": "~2.5",
1039                 "filp/whoops": "^2.1.4",
1040                 "mockery/mockery": "~1.0",
1041                 "orchestra/testbench-core": "3.5.*",
1042                 "pda/pheanstalk": "~3.0",
1043                 "phpunit/phpunit": "~6.0",
1044                 "predis/predis": "^1.1.1",
1045                 "symfony/css-selector": "~3.3",
1046                 "symfony/dom-crawler": "~3.3"
1047             },
1048             "suggest": {
1049                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
1050                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
1051                 "ext-pcntl": "Required to use all features of the queue worker.",
1052                 "ext-posix": "Required to use all features of the queue worker.",
1053                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
1054                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
1055                 "laravel/tinker": "Required to use the tinker console command (~1.0).",
1056                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
1057                 "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
1058                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
1059                 "nexmo/client": "Required to use the Nexmo transport (~1.0).",
1060                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
1061                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
1062                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
1063                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
1064                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
1065                 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
1066             },
1067             "type": "library",
1068             "extra": {
1069                 "branch-alias": {
1070                     "dev-master": "5.5-dev"
1071                 }
1072             },
1073             "autoload": {
1074                 "files": [
1075                     "src/Illuminate/Foundation/helpers.php",
1076                     "src/Illuminate/Support/helpers.php"
1077                 ],
1078                 "psr-4": {
1079                     "Illuminate\\": "src/Illuminate/"
1080                 }
1081             },
1082             "notification-url": "https://packagist.org/downloads/",
1083             "license": [
1084                 "MIT"
1085             ],
1086             "authors": [
1087                 {
1088                     "name": "Taylor Otwell",
1089                     "email": "[email protected]"
1090                 }
1091             ],
1092             "description": "The Laravel Framework.",
1093             "homepage": "https://laravel.com",
1094             "keywords": [
1095                 "framework",
1096                 "laravel"
1097             ],
1098             "time": "2018-08-08T18:22:44+00:00"
1099         },
1100         {
1101             "name": "laravel/socialite",
1102             "version": "v3.0.12",
1103             "source": {
1104                 "type": "git",
1105                 "url": "https://github.com/laravel/socialite.git",
1106                 "reference": "b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f"
1107             },
1108             "dist": {
1109                 "type": "zip",
1110                 "url": "https://api.github.com/repos/laravel/socialite/zipball/b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f",
1111                 "reference": "b5f465847b1d637efa86bbfe2fc1c9d2bd12f60f",
1112                 "shasum": ""
1113             },
1114             "require": {
1115                 "guzzlehttp/guzzle": "~6.0",
1116                 "illuminate/contracts": "~5.4",
1117                 "illuminate/http": "~5.4",
1118                 "illuminate/support": "~5.4",
1119                 "league/oauth1-client": "~1.0",
1120                 "php": ">=5.4.0"
1121             },
1122             "require-dev": {
1123                 "mockery/mockery": "~0.9",
1124                 "phpunit/phpunit": "~4.0|~5.0"
1125             },
1126             "type": "library",
1127             "extra": {
1128                 "branch-alias": {
1129                     "dev-master": "3.0-dev"
1130                 },
1131                 "laravel": {
1132                     "providers": [
1133                         "Laravel\\Socialite\\SocialiteServiceProvider"
1134                     ],
1135                     "aliases": {
1136                         "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
1137                     }
1138                 }
1139             },
1140             "autoload": {
1141                 "psr-4": {
1142                     "Laravel\\Socialite\\": "src/"
1143                 }
1144             },
1145             "notification-url": "https://packagist.org/downloads/",
1146             "license": [
1147                 "MIT"
1148             ],
1149             "authors": [
1150                 {
1151                     "name": "Taylor Otwell",
1152                     "email": "[email protected]"
1153                 }
1154             ],
1155             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
1156             "keywords": [
1157                 "laravel",
1158                 "oauth"
1159             ],
1160             "time": "2018-06-01T15:06:47+00:00"
1161         },
1162         {
1163             "name": "league/flysystem",
1164             "version": "1.0.45",
1165             "source": {
1166                 "type": "git",
1167                 "url": "https://github.com/thephpleague/flysystem.git",
1168                 "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6"
1169             },
1170             "dist": {
1171                 "type": "zip",
1172                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
1173                 "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6",
1174                 "shasum": ""
1175             },
1176             "require": {
1177                 "php": ">=5.5.9"
1178             },
1179             "conflict": {
1180                 "league/flysystem-sftp": "<1.0.6"
1181             },
1182             "require-dev": {
1183                 "ext-fileinfo": "*",
1184                 "phpspec/phpspec": "^3.4",
1185                 "phpunit/phpunit": "^5.7"
1186             },
1187             "suggest": {
1188                 "ext-fileinfo": "Required for MimeType",
1189                 "ext-ftp": "Allows you to use FTP server storage",
1190                 "ext-openssl": "Allows you to use FTPS server storage",
1191                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1192                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1193                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1194                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1195                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1196                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1197                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1198                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
1199                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
1200                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
1201                 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
1202             },
1203             "type": "library",
1204             "extra": {
1205                 "branch-alias": {
1206                     "dev-master": "1.1-dev"
1207                 }
1208             },
1209             "autoload": {
1210                 "psr-4": {
1211                     "League\\Flysystem\\": "src/"
1212                 }
1213             },
1214             "notification-url": "https://packagist.org/downloads/",
1215             "license": [
1216                 "MIT"
1217             ],
1218             "authors": [
1219                 {
1220                     "name": "Frank de Jonge",
1221                     "email": "[email protected]"
1222                 }
1223             ],
1224             "description": "Filesystem abstraction: Many filesystems, one API.",
1225             "keywords": [
1226                 "Cloud Files",
1227                 "WebDAV",
1228                 "abstraction",
1229                 "aws",
1230                 "cloud",
1231                 "copy.com",
1232                 "dropbox",
1233                 "file systems",
1234                 "files",
1235                 "filesystem",
1236                 "filesystems",
1237                 "ftp",
1238                 "rackspace",
1239                 "remote",
1240                 "s3",
1241                 "sftp",
1242                 "storage"
1243             ],
1244             "time": "2018-05-07T08:44:23+00:00"
1245         },
1246         {
1247             "name": "league/flysystem-aws-s3-v3",
1248             "version": "1.0.19",
1249             "source": {
1250                 "type": "git",
1251                 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
1252                 "reference": "f135691ef6761542af301b7c9880f140fb12dc74"
1253             },
1254             "dist": {
1255                 "type": "zip",
1256                 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/f135691ef6761542af301b7c9880f140fb12dc74",
1257                 "reference": "f135691ef6761542af301b7c9880f140fb12dc74",
1258                 "shasum": ""
1259             },
1260             "require": {
1261                 "aws/aws-sdk-php": "^3.0.0",
1262                 "league/flysystem": "^1.0.40",
1263                 "php": ">=5.5.0"
1264             },
1265             "require-dev": {
1266                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
1267                 "phpspec/phpspec": "^2.0.0"
1268             },
1269             "type": "library",
1270             "extra": {
1271                 "branch-alias": {
1272                     "dev-master": "1.0-dev"
1273                 }
1274             },
1275             "autoload": {
1276                 "psr-4": {
1277                     "League\\Flysystem\\AwsS3v3\\": "src/"
1278                 }
1279             },
1280             "notification-url": "https://packagist.org/downloads/",
1281             "license": [
1282                 "MIT"
1283             ],
1284             "authors": [
1285                 {
1286                     "name": "Frank de Jonge",
1287                     "email": "[email protected]"
1288                 }
1289             ],
1290             "description": "Flysystem adapter for the AWS S3 SDK v3.x",
1291             "time": "2018-03-27T20:33:59+00:00"
1292         },
1293         {
1294             "name": "league/oauth1-client",
1295             "version": "1.7.0",
1296             "source": {
1297                 "type": "git",
1298                 "url": "https://github.com/thephpleague/oauth1-client.git",
1299                 "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
1300             },
1301             "dist": {
1302                 "type": "zip",
1303                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
1304                 "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
1305                 "shasum": ""
1306             },
1307             "require": {
1308                 "guzzlehttp/guzzle": "^6.0",
1309                 "php": ">=5.5.0"
1310             },
1311             "require-dev": {
1312                 "mockery/mockery": "^0.9",
1313                 "phpunit/phpunit": "^4.0",
1314                 "squizlabs/php_codesniffer": "^2.0"
1315             },
1316             "type": "library",
1317             "extra": {
1318                 "branch-alias": {
1319                     "dev-master": "1.0-dev"
1320                 }
1321             },
1322             "autoload": {
1323                 "psr-4": {
1324                     "League\\OAuth1\\": "src/"
1325                 }
1326             },
1327             "notification-url": "https://packagist.org/downloads/",
1328             "license": [
1329                 "MIT"
1330             ],
1331             "authors": [
1332                 {
1333                     "name": "Ben Corlett",
1334                     "email": "[email protected]",
1335                     "homepage": "http://www.webcomm.com.au",
1336                     "role": "Developer"
1337                 }
1338             ],
1339             "description": "OAuth 1.0 Client Library",
1340             "keywords": [
1341                 "Authentication",
1342                 "SSO",
1343                 "authorization",
1344                 "bitbucket",
1345                 "identity",
1346                 "idp",
1347                 "oauth",
1348                 "oauth1",
1349                 "single sign on",
1350                 "trello",
1351                 "tumblr",
1352                 "twitter"
1353             ],
1354             "time": "2016-08-17T00:36:58+00:00"
1355         },
1356         {
1357             "name": "monolog/monolog",
1358             "version": "1.23.0",
1359             "source": {
1360                 "type": "git",
1361                 "url": "https://github.com/Seldaek/monolog.git",
1362                 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
1363             },
1364             "dist": {
1365                 "type": "zip",
1366                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1367                 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
1368                 "shasum": ""
1369             },
1370             "require": {
1371                 "php": ">=5.3.0",
1372                 "psr/log": "~1.0"
1373             },
1374             "provide": {
1375                 "psr/log-implementation": "1.0.0"
1376             },
1377             "require-dev": {
1378                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1379                 "doctrine/couchdb": "~1.0@dev",
1380                 "graylog2/gelf-php": "~1.0",
1381                 "jakub-onderka/php-parallel-lint": "0.9",
1382                 "php-amqplib/php-amqplib": "~2.4",
1383                 "php-console/php-console": "^3.1.3",
1384                 "phpunit/phpunit": "~4.5",
1385                 "phpunit/phpunit-mock-objects": "2.3.0",
1386                 "ruflin/elastica": ">=0.90 <3.0",
1387                 "sentry/sentry": "^0.13",
1388                 "swiftmailer/swiftmailer": "^5.3|^6.0"
1389             },
1390             "suggest": {
1391                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1392                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1393                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1394                 "ext-mongo": "Allow sending log messages to a MongoDB server",
1395                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1396                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
1397                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1398                 "php-console/php-console": "Allow sending log messages to Google Chrome",
1399                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1400                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1401                 "sentry/sentry": "Allow sending log messages to a Sentry server"
1402             },
1403             "type": "library",
1404             "extra": {
1405                 "branch-alias": {
1406                     "dev-master": "2.0.x-dev"
1407                 }
1408             },
1409             "autoload": {
1410                 "psr-4": {
1411                     "Monolog\\": "src/Monolog"
1412                 }
1413             },
1414             "notification-url": "https://packagist.org/downloads/",
1415             "license": [
1416                 "MIT"
1417             ],
1418             "authors": [
1419                 {
1420                     "name": "Jordi Boggiano",
1421                     "email": "[email protected]",
1422                     "homepage": "http://seld.be"
1423                 }
1424             ],
1425             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1426             "homepage": "http://github.com/Seldaek/monolog",
1427             "keywords": [
1428                 "log",
1429                 "logging",
1430                 "psr-3"
1431             ],
1432             "time": "2017-06-19T01:22:40+00:00"
1433         },
1434         {
1435             "name": "mtdowling/cron-expression",
1436             "version": "v1.2.1",
1437             "source": {
1438                 "type": "git",
1439                 "url": "https://github.com/mtdowling/cron-expression.git",
1440                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
1441             },
1442             "dist": {
1443                 "type": "zip",
1444                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
1445                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
1446                 "shasum": ""
1447             },
1448             "require": {
1449                 "php": ">=5.3.2"
1450             },
1451             "require-dev": {
1452                 "phpunit/phpunit": "~4.0|~5.0"
1453             },
1454             "type": "library",
1455             "autoload": {
1456                 "psr-4": {
1457                     "Cron\\": "src/Cron/"
1458                 }
1459             },
1460             "notification-url": "https://packagist.org/downloads/",
1461             "license": [
1462                 "MIT"
1463             ],
1464             "authors": [
1465                 {
1466                     "name": "Michael Dowling",
1467                     "email": "[email protected]",
1468                     "homepage": "https://github.com/mtdowling"
1469                 }
1470             ],
1471             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1472             "keywords": [
1473                 "cron",
1474                 "schedule"
1475             ],
1476             "time": "2017-01-23T04:29:33+00:00"
1477         },
1478         {
1479             "name": "mtdowling/jmespath.php",
1480             "version": "2.4.0",
1481             "source": {
1482                 "type": "git",
1483                 "url": "https://github.com/jmespath/jmespath.php.git",
1484                 "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
1485             },
1486             "dist": {
1487                 "type": "zip",
1488                 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
1489                 "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
1490                 "shasum": ""
1491             },
1492             "require": {
1493                 "php": ">=5.4.0"
1494             },
1495             "require-dev": {
1496                 "phpunit/phpunit": "~4.0"
1497             },
1498             "bin": [
1499                 "bin/jp.php"
1500             ],
1501             "type": "library",
1502             "extra": {
1503                 "branch-alias": {
1504                     "dev-master": "2.0-dev"
1505                 }
1506             },
1507             "autoload": {
1508                 "psr-4": {
1509                     "JmesPath\\": "src/"
1510                 },
1511                 "files": [
1512                     "src/JmesPath.php"
1513                 ]
1514             },
1515             "notification-url": "https://packagist.org/downloads/",
1516             "license": [
1517                 "MIT"
1518             ],
1519             "authors": [
1520                 {
1521                     "name": "Michael Dowling",
1522                     "email": "[email protected]",
1523                     "homepage": "https://github.com/mtdowling"
1524                 }
1525             ],
1526             "description": "Declaratively specify how to extract elements from a JSON document",
1527             "keywords": [
1528                 "json",
1529                 "jsonpath"
1530             ],
1531             "time": "2016-12-03T22:08:25+00:00"
1532         },
1533         {
1534             "name": "nesbot/carbon",
1535             "version": "1.33.0",
1536             "source": {
1537                 "type": "git",
1538                 "url": "https://github.com/briannesbitt/Carbon.git",
1539                 "reference": "55667c1007a99e82030874b1bb14d24d07108413"
1540             },
1541             "dist": {
1542                 "type": "zip",
1543                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/55667c1007a99e82030874b1bb14d24d07108413",
1544                 "reference": "55667c1007a99e82030874b1bb14d24d07108413",
1545                 "shasum": ""
1546             },
1547             "require": {
1548                 "php": ">=5.3.9",
1549                 "symfony/translation": "~2.6 || ~3.0 || ~4.0"
1550             },
1551             "require-dev": {
1552                 "friendsofphp/php-cs-fixer": "~2",
1553                 "phpunit/phpunit": "^4.8.35 || ^5.7"
1554             },
1555             "type": "library",
1556             "extra": {
1557                 "laravel": {
1558                     "providers": [
1559                         "Carbon\\Laravel\\ServiceProvider"
1560                     ]
1561                 }
1562             },
1563             "autoload": {
1564                 "psr-4": {
1565                     "": "src/"
1566                 }
1567             },
1568             "notification-url": "https://packagist.org/downloads/",
1569             "license": [
1570                 "MIT"
1571             ],
1572             "authors": [
1573                 {
1574                     "name": "Brian Nesbitt",
1575                     "email": "[email protected]",
1576                     "homepage": "http://nesbot.com"
1577                 }
1578             ],
1579             "description": "A simple API extension for DateTime.",
1580             "homepage": "http://carbon.nesbot.com",
1581             "keywords": [
1582                 "date",
1583                 "datetime",
1584                 "time"
1585             ],
1586             "time": "2018-08-07T08:39:47+00:00"
1587         },
1588         {
1589             "name": "paragonie/random_compat",
1590             "version": "v9.99.99",
1591             "source": {
1592                 "type": "git",
1593                 "url": "https://github.com/paragonie/random_compat.git",
1594                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
1595             },
1596             "dist": {
1597                 "type": "zip",
1598                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1599                 "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
1600                 "shasum": ""
1601             },
1602             "require": {
1603                 "php": "^7"
1604             },
1605             "require-dev": {
1606                 "phpunit/phpunit": "4.*|5.*",
1607                 "vimeo/psalm": "^1"
1608             },
1609             "suggest": {
1610                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1611             },
1612             "type": "library",
1613             "notification-url": "https://packagist.org/downloads/",
1614             "license": [
1615                 "MIT"
1616             ],
1617             "authors": [
1618                 {
1619                     "name": "Paragon Initiative Enterprises",
1620                     "email": "[email protected]",
1621                     "homepage": "https://paragonie.com"
1622                 }
1623             ],
1624             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1625             "keywords": [
1626                 "csprng",
1627                 "polyfill",
1628                 "pseudorandom",
1629                 "random"
1630             ],
1631             "time": "2018-07-02T15:55:56+00:00"
1632         },
1633         {
1634             "name": "phenx/php-font-lib",
1635             "version": "0.5.1",
1636             "source": {
1637                 "type": "git",
1638                 "url": "https://github.com/PhenX/php-font-lib.git",
1639                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
1640             },
1641             "dist": {
1642                 "type": "zip",
1643                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
1644                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
1645                 "shasum": ""
1646             },
1647             "require-dev": {
1648                 "phpunit/phpunit": "^4.8"
1649             },
1650             "type": "library",
1651             "autoload": {
1652                 "psr-4": {
1653                     "FontLib\\": "src/FontLib"
1654                 }
1655             },
1656             "notification-url": "https://packagist.org/downloads/",
1657             "license": [
1658                 "LGPL-3.0"
1659             ],
1660             "authors": [
1661                 {
1662                     "name": "Fabien Ménager",
1663                     "email": "[email protected]"
1664                 }
1665             ],
1666             "description": "A library to read, parse, export and make subsets of different types of font files.",
1667             "homepage": "https://github.com/PhenX/php-font-lib",
1668             "time": "2017-09-13T16:14:37+00:00"
1669         },
1670         {
1671             "name": "phenx/php-svg-lib",
1672             "version": "v0.3.2",
1673             "source": {
1674                 "type": "git",
1675                 "url": "https://github.com/PhenX/php-svg-lib.git",
1676                 "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
1677             },
1678             "dist": {
1679                 "type": "zip",
1680                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
1681                 "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
1682                 "shasum": ""
1683             },
1684             "require": {
1685                 "sabberworm/php-css-parser": "8.1.*"
1686             },
1687             "require-dev": {
1688                 "phpunit/phpunit": "~5.0"
1689             },
1690             "type": "library",
1691             "autoload": {
1692                 "psr-0": {
1693                     "Svg\\": "src/"
1694                 }
1695             },
1696             "notification-url": "https://packagist.org/downloads/",
1697             "license": [
1698                 "LGPL-3.0"
1699             ],
1700             "authors": [
1701                 {
1702                     "name": "Fabien Ménager",
1703                     "email": "[email protected]"
1704                 }
1705             ],
1706             "description": "A library to read, parse and export to PDF SVG files.",
1707             "homepage": "https://github.com/PhenX/php-svg-lib",
1708             "time": "2018-06-03T10:10:03+00:00"
1709         },
1710         {
1711             "name": "predis/predis",
1712             "version": "v1.1.1",
1713             "source": {
1714                 "type": "git",
1715                 "url": "https://github.com/nrk/predis.git",
1716                 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
1717             },
1718             "dist": {
1719                 "type": "zip",
1720                 "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
1721                 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
1722                 "shasum": ""
1723             },
1724             "require": {
1725                 "php": ">=5.3.9"
1726             },
1727             "require-dev": {
1728                 "phpunit/phpunit": "~4.8"
1729             },
1730             "suggest": {
1731                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
1732                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
1733             },
1734             "type": "library",
1735             "autoload": {
1736                 "psr-4": {
1737                     "Predis\\": "src/"
1738                 }
1739             },
1740             "notification-url": "https://packagist.org/downloads/",
1741             "license": [
1742                 "MIT"
1743             ],
1744             "authors": [
1745                 {
1746                     "name": "Daniele Alessandri",
1747                     "email": "[email protected]",
1748                     "homepage": "http://clorophilla.net"
1749                 }
1750             ],
1751             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
1752             "homepage": "http://github.com/nrk/predis",
1753             "keywords": [
1754                 "nosql",
1755                 "predis",
1756                 "redis"
1757             ],
1758             "time": "2016-06-16T16:22:20+00:00"
1759         },
1760         {
1761             "name": "psr/container",
1762             "version": "1.0.0",
1763             "source": {
1764                 "type": "git",
1765                 "url": "https://github.com/php-fig/container.git",
1766                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1767             },
1768             "dist": {
1769                 "type": "zip",
1770                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1771                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1772                 "shasum": ""
1773             },
1774             "require": {
1775                 "php": ">=5.3.0"
1776             },
1777             "type": "library",
1778             "extra": {
1779                 "branch-alias": {
1780                     "dev-master": "1.0.x-dev"
1781                 }
1782             },
1783             "autoload": {
1784                 "psr-4": {
1785                     "Psr\\Container\\": "src/"
1786                 }
1787             },
1788             "notification-url": "https://packagist.org/downloads/",
1789             "license": [
1790                 "MIT"
1791             ],
1792             "authors": [
1793                 {
1794                     "name": "PHP-FIG",
1795                     "homepage": "http://www.php-fig.org/"
1796                 }
1797             ],
1798             "description": "Common Container Interface (PHP FIG PSR-11)",
1799             "homepage": "https://github.com/php-fig/container",
1800             "keywords": [
1801                 "PSR-11",
1802                 "container",
1803                 "container-interface",
1804                 "container-interop",
1805                 "psr"
1806             ],
1807             "time": "2017-02-14T16:28:37+00:00"
1808         },
1809         {
1810             "name": "psr/http-message",
1811             "version": "1.0.1",
1812             "source": {
1813                 "type": "git",
1814                 "url": "https://github.com/php-fig/http-message.git",
1815                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1816             },
1817             "dist": {
1818                 "type": "zip",
1819                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1820                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1821                 "shasum": ""
1822             },
1823             "require": {
1824                 "php": ">=5.3.0"
1825             },
1826             "type": "library",
1827             "extra": {
1828                 "branch-alias": {
1829                     "dev-master": "1.0.x-dev"
1830                 }
1831             },
1832             "autoload": {
1833                 "psr-4": {
1834                     "Psr\\Http\\Message\\": "src/"
1835                 }
1836             },
1837             "notification-url": "https://packagist.org/downloads/",
1838             "license": [
1839                 "MIT"
1840             ],
1841             "authors": [
1842                 {
1843                     "name": "PHP-FIG",
1844                     "homepage": "http://www.php-fig.org/"
1845                 }
1846             ],
1847             "description": "Common interface for HTTP messages",
1848             "homepage": "https://github.com/php-fig/http-message",
1849             "keywords": [
1850                 "http",
1851                 "http-message",
1852                 "psr",
1853                 "psr-7",
1854                 "request",
1855                 "response"
1856             ],
1857             "time": "2016-08-06T14:39:51+00:00"
1858         },
1859         {
1860             "name": "psr/log",
1861             "version": "1.0.2",
1862             "source": {
1863                 "type": "git",
1864                 "url": "https://github.com/php-fig/log.git",
1865                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1866             },
1867             "dist": {
1868                 "type": "zip",
1869                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1870                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1871                 "shasum": ""
1872             },
1873             "require": {
1874                 "php": ">=5.3.0"
1875             },
1876             "type": "library",
1877             "extra": {
1878                 "branch-alias": {
1879                     "dev-master": "1.0.x-dev"
1880                 }
1881             },
1882             "autoload": {
1883                 "psr-4": {
1884                     "Psr\\Log\\": "Psr/Log/"
1885                 }
1886             },
1887             "notification-url": "https://packagist.org/downloads/",
1888             "license": [
1889                 "MIT"
1890             ],
1891             "authors": [
1892                 {
1893                     "name": "PHP-FIG",
1894                     "homepage": "http://www.php-fig.org/"
1895                 }
1896             ],
1897             "description": "Common interface for logging libraries",
1898             "homepage": "https://github.com/php-fig/log",
1899             "keywords": [
1900                 "log",
1901                 "psr",
1902                 "psr-3"
1903             ],
1904             "time": "2016-10-10T12:19:37+00:00"
1905         },
1906         {
1907             "name": "psr/simple-cache",
1908             "version": "1.0.1",
1909             "source": {
1910                 "type": "git",
1911                 "url": "https://github.com/php-fig/simple-cache.git",
1912                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1913             },
1914             "dist": {
1915                 "type": "zip",
1916                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1917                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1918                 "shasum": ""
1919             },
1920             "require": {
1921                 "php": ">=5.3.0"
1922             },
1923             "type": "library",
1924             "extra": {
1925                 "branch-alias": {
1926                     "dev-master": "1.0.x-dev"
1927                 }
1928             },
1929             "autoload": {
1930                 "psr-4": {
1931                     "Psr\\SimpleCache\\": "src/"
1932                 }
1933             },
1934             "notification-url": "https://packagist.org/downloads/",
1935             "license": [
1936                 "MIT"
1937             ],
1938             "authors": [
1939                 {
1940                     "name": "PHP-FIG",
1941                     "homepage": "http://www.php-fig.org/"
1942                 }
1943             ],
1944             "description": "Common interfaces for simple caching",
1945             "keywords": [
1946                 "cache",
1947                 "caching",
1948                 "psr",
1949                 "psr-16",
1950                 "simple-cache"
1951             ],
1952             "time": "2017-10-23T01:57:42+00:00"
1953         },
1954         {
1955             "name": "ramsey/uuid",
1956             "version": "3.8.0",
1957             "source": {
1958                 "type": "git",
1959                 "url": "https://github.com/ramsey/uuid.git",
1960                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
1961             },
1962             "dist": {
1963                 "type": "zip",
1964                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1965                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
1966                 "shasum": ""
1967             },
1968             "require": {
1969                 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
1970                 "php": "^5.4 || ^7.0",
1971                 "symfony/polyfill-ctype": "^1.8"
1972             },
1973             "replace": {
1974                 "rhumsaa/uuid": "self.version"
1975             },
1976             "require-dev": {
1977                 "codeception/aspect-mock": "^1.0 | ~2.0.0",
1978                 "doctrine/annotations": "~1.2.0",
1979                 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
1980                 "ircmaxell/random-lib": "^1.1",
1981                 "jakub-onderka/php-parallel-lint": "^0.9.0",
1982                 "mockery/mockery": "^0.9.9",
1983                 "moontoast/math": "^1.1",
1984                 "php-mock/php-mock-phpunit": "^0.3|^1.1",
1985                 "phpunit/phpunit": "^4.7|^5.0|^6.5",
1986                 "squizlabs/php_codesniffer": "^2.3"
1987             },
1988             "suggest": {
1989                 "ext-ctype": "Provides support for PHP Ctype functions",
1990                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1991                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1992                 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1993                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1994                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1995                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1996             },
1997             "type": "library",
1998             "extra": {
1999                 "branch-alias": {
2000                     "dev-master": "3.x-dev"
2001                 }
2002             },
2003             "autoload": {
2004                 "psr-4": {
2005                     "Ramsey\\Uuid\\": "src/"
2006                 }
2007             },
2008             "notification-url": "https://packagist.org/downloads/",
2009             "license": [
2010                 "MIT"
2011             ],
2012             "authors": [
2013                 {
2014                     "name": "Marijn Huizendveld",
2015                     "email": "[email protected]"
2016                 },
2017                 {
2018                     "name": "Thibaud Fabre",
2019                     "email": "[email protected]"
2020                 },
2021                 {
2022                     "name": "Ben Ramsey",
2023                     "email": "[email protected]",
2024                     "homepage": "https://benramsey.com"
2025                 }
2026             ],
2027             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2028             "homepage": "https://github.com/ramsey/uuid",
2029             "keywords": [
2030                 "guid",
2031                 "identifier",
2032                 "uuid"
2033             ],
2034             "time": "2018-07-19T23:38:55+00:00"
2035         },
2036         {
2037             "name": "sabberworm/php-css-parser",
2038             "version": "8.1.0",
2039             "source": {
2040                 "type": "git",
2041                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2042                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
2043             },
2044             "dist": {
2045                 "type": "zip",
2046                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
2047                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
2048                 "shasum": ""
2049             },
2050             "require": {
2051                 "php": ">=5.3.2"
2052             },
2053             "require-dev": {
2054                 "phpunit/phpunit": "*"
2055             },
2056             "type": "library",
2057             "autoload": {
2058                 "psr-0": {
2059                     "Sabberworm\\CSS": "lib/"
2060                 }
2061             },
2062             "notification-url": "https://packagist.org/downloads/",
2063             "license": [
2064                 "MIT"
2065             ],
2066             "authors": [
2067                 {
2068                     "name": "Raphael Schweikert"
2069                 }
2070             ],
2071             "description": "Parser for CSS Files written in PHP",
2072             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2073             "keywords": [
2074                 "css",
2075                 "parser",
2076                 "stylesheet"
2077             ],
2078             "time": "2016-07-19T19:14:21+00:00"
2079         },
2080         {
2081             "name": "socialiteproviders/discord",
2082             "version": "v2.0.2",
2083             "source": {
2084                 "type": "git",
2085                 "url": "https://github.com/SocialiteProviders/Discord.git",
2086                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a"
2087             },
2088             "dist": {
2089                 "type": "zip",
2090                 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/e0cd8895f321943b36f533e7bf21ad29bcdece9a",
2091                 "reference": "e0cd8895f321943b36f533e7bf21ad29bcdece9a",
2092                 "shasum": ""
2093             },
2094             "require": {
2095                 "php": "^5.6 || ^7.0",
2096                 "socialiteproviders/manager": "~2.0 || ~3.0"
2097             },
2098             "type": "library",
2099             "autoload": {
2100                 "psr-4": {
2101                     "SocialiteProviders\\Discord\\": ""
2102                 }
2103             },
2104             "notification-url": "https://packagist.org/downloads/",
2105             "license": [
2106                 "MIT"
2107             ],
2108             "authors": [
2109                 {
2110                     "name": "Christopher Eklund",
2111                     "email": "[email protected]"
2112                 }
2113             ],
2114             "description": "Discord OAuth2 Provider for Laravel Socialite",
2115             "time": "2018-05-26T03:40:07+00:00"
2116         },
2117         {
2118             "name": "socialiteproviders/gitlab",
2119             "version": "v3.0.3",
2120             "source": {
2121                 "type": "git",
2122                 "url": "https://github.com/SocialiteProviders/GitLab.git",
2123                 "reference": "7839d22fad3179cd77f1b35af62f81d15d78e93b"
2124             },
2125             "dist": {
2126                 "type": "zip",
2127                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/7839d22fad3179cd77f1b35af62f81d15d78e93b",
2128                 "reference": "7839d22fad3179cd77f1b35af62f81d15d78e93b",
2129                 "shasum": ""
2130             },
2131             "require": {
2132                 "php": "^5.6 || ^7.0",
2133                 "socialiteproviders/manager": "~2.0 || ~3.0"
2134             },
2135             "type": "library",
2136             "autoload": {
2137                 "psr-4": {
2138                     "SocialiteProviders\\GitLab\\": ""
2139                 }
2140             },
2141             "notification-url": "https://packagist.org/downloads/",
2142             "license": [
2143                 "MIT"
2144             ],
2145             "authors": [
2146                 {
2147                     "name": "Christoffer Martinsen",
2148                     "email": "[email protected]"
2149                 }
2150             ],
2151             "description": "GitLab OAuth2 Provider for Laravel Socialite",
2152             "time": "2018-06-20T11:00:01+00:00"
2153         },
2154         {
2155             "name": "socialiteproviders/manager",
2156             "version": "v3.3.1",
2157             "source": {
2158                 "type": "git",
2159                 "url": "https://github.com/SocialiteProviders/Manager.git",
2160                 "reference": "1de3f3d874392da6f1a4c0bf30d843e9cd903ea7"
2161             },
2162             "dist": {
2163                 "type": "zip",
2164                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/1de3f3d874392da6f1a4c0bf30d843e9cd903ea7",
2165                 "reference": "1de3f3d874392da6f1a4c0bf30d843e9cd903ea7",
2166                 "shasum": ""
2167             },
2168             "require": {
2169                 "laravel/socialite": "~3.0",
2170                 "php": "^5.6 || ^7.0"
2171             },
2172             "require-dev": {
2173                 "mockery/mockery": "^0.9.4",
2174                 "phpunit/phpunit": "^5.0"
2175             },
2176             "type": "library",
2177             "extra": {
2178                 "laravel": {
2179                     "providers": [
2180                         "SocialiteProviders\\Manager\\ServiceProvider"
2181                     ]
2182                 }
2183             },
2184             "autoload": {
2185                 "psr-4": {
2186                     "SocialiteProviders\\Manager\\": "src/",
2187                     "SocialiteProviders\\Manager\\Test\\": "tests/"
2188                 }
2189             },
2190             "notification-url": "https://packagist.org/downloads/",
2191             "license": [
2192                 "MIT"
2193             ],
2194             "authors": [
2195                 {
2196                     "name": "Andy Wendt",
2197                     "email": "[email protected]"
2198                 }
2199             ],
2200             "description": "Easily add new or override built-in providers in Laravel Socialite.",
2201             "time": "2017-11-20T08:42:57+00:00"
2202         },
2203         {
2204             "name": "socialiteproviders/microsoft-azure",
2205             "version": "v3.0.0",
2206             "source": {
2207                 "type": "git",
2208                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
2209                 "reference": "d7a703a782eb9f7eae0db803beaa3ddec19ef372"
2210             },
2211             "dist": {
2212                 "type": "zip",
2213                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/d7a703a782eb9f7eae0db803beaa3ddec19ef372",
2214                 "reference": "d7a703a782eb9f7eae0db803beaa3ddec19ef372",
2215                 "shasum": ""
2216             },
2217             "require": {
2218                 "php": "^5.6 || ^7.0",
2219                 "socialiteproviders/manager": "~3.0"
2220             },
2221             "type": "library",
2222             "autoload": {
2223                 "psr-4": {
2224                     "SocialiteProviders\\Azure\\": ""
2225                 }
2226             },
2227             "notification-url": "https://packagist.org/downloads/",
2228             "license": [
2229                 "MIT"
2230             ],
2231             "authors": [
2232                 {
2233                     "name": "Chris Hemmings",
2234                     "email": "[email protected]"
2235                 }
2236             ],
2237             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
2238             "time": "2017-01-25T09:48:29+00:00"
2239         },
2240         {
2241             "name": "socialiteproviders/okta",
2242             "version": "v1.0.0",
2243             "source": {
2244                 "type": "git",
2245                 "url": "https://github.com/SocialiteProviders/Okta.git",
2246                 "reference": "dcda13432c80060cd84d4cb5f2af422d280ab895"
2247             },
2248             "dist": {
2249                 "type": "zip",
2250                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/dcda13432c80060cd84d4cb5f2af422d280ab895",
2251                 "reference": "dcda13432c80060cd84d4cb5f2af422d280ab895",
2252                 "shasum": ""
2253             },
2254             "require": {
2255                 "php": "^5.6 || ^7.0",
2256                 "socialiteproviders/manager": "~2.0 || ~3.0"
2257             },
2258             "type": "library",
2259             "autoload": {
2260                 "psr-4": {
2261                     "SocialiteProviders\\Okta\\": ""
2262                 }
2263             },
2264             "notification-url": "https://packagist.org/downloads/",
2265             "license": [
2266                 "MIT"
2267             ],
2268             "authors": [
2269                 {
2270                     "name": "Chase Coney",
2271                     "email": "[email protected]"
2272                 }
2273             ],
2274             "description": "Okta OAuth2 Provider for Laravel Socialite",
2275             "time": "2017-11-21T05:31:47+00:00"
2276         },
2277         {
2278             "name": "socialiteproviders/slack",
2279             "version": "v3.0.3",
2280             "source": {
2281                 "type": "git",
2282                 "url": "https://github.com/SocialiteProviders/Slack.git",
2283                 "reference": "8d5d0c0c916adf2af6b406679130441db0afc387"
2284             },
2285             "dist": {
2286                 "type": "zip",
2287                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/8d5d0c0c916adf2af6b406679130441db0afc387",
2288                 "reference": "8d5d0c0c916adf2af6b406679130441db0afc387",
2289                 "shasum": ""
2290             },
2291             "require": {
2292                 "php": "^5.6 || ^7.0",
2293                 "socialiteproviders/manager": "~2.0 || ~3.0"
2294             },
2295             "type": "library",
2296             "autoload": {
2297                 "psr-4": {
2298                     "SocialiteProviders\\Slack\\": ""
2299                 }
2300             },
2301             "notification-url": "https://packagist.org/downloads/",
2302             "license": [
2303                 "MIT"
2304             ],
2305             "authors": [
2306                 {
2307                     "name": "Brian Faust",
2308                     "email": "[email protected]"
2309                 }
2310             ],
2311             "description": "Slack OAuth2 Provider for Laravel Socialite",
2312             "time": "2017-04-10T05:10:48+00:00"
2313         },
2314         {
2315             "name": "socialiteproviders/twitch",
2316             "version": "v3.0.0",
2317             "source": {
2318                 "type": "git",
2319                 "url": "https://github.com/SocialiteProviders/Twitch.git",
2320                 "reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93"
2321             },
2322             "dist": {
2323                 "type": "zip",
2324                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/a7ad148c0b42d0c607d8a034b6e47faf5fc85e93",
2325                 "reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93",
2326                 "shasum": ""
2327             },
2328             "require": {
2329                 "php": "^5.6 || ^7.0",
2330                 "socialiteproviders/manager": "~3.0"
2331             },
2332             "type": "library",
2333             "autoload": {
2334                 "psr-4": {
2335                     "SocialiteProviders\\Twitch\\": ""
2336                 }
2337             },
2338             "notification-url": "https://packagist.org/downloads/",
2339             "license": [
2340                 "MIT"
2341             ],
2342             "authors": [
2343                 {
2344                     "name": "Brian Faust",
2345                     "email": "[email protected]"
2346                 }
2347             ],
2348             "description": "Twitch OAuth2 Provider for Laravel Socialite",
2349             "time": "2017-01-25T09:48:29+00:00"
2350         },
2351         {
2352             "name": "swiftmailer/swiftmailer",
2353             "version": "v6.1.2",
2354             "source": {
2355                 "type": "git",
2356                 "url": "https://github.com/swiftmailer/swiftmailer.git",
2357                 "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8"
2358             },
2359             "dist": {
2360                 "type": "zip",
2361                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
2362                 "reference": "7d760881d266d63c5e7a1155cbcf2ac656a31ca8",
2363                 "shasum": ""
2364             },
2365             "require": {
2366                 "egulias/email-validator": "~2.0",
2367                 "php": ">=7.0.0"
2368             },
2369             "require-dev": {
2370                 "mockery/mockery": "~0.9.1",
2371                 "symfony/phpunit-bridge": "~3.3@dev"
2372             },
2373             "suggest": {
2374                 "ext-intl": "Needed to support internationalized email addresses",
2375                 "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
2376             },
2377             "type": "library",
2378             "extra": {
2379                 "branch-alias": {
2380                     "dev-master": "6.1-dev"
2381                 }
2382             },
2383             "autoload": {
2384                 "files": [
2385                     "lib/swift_required.php"
2386                 ]
2387             },
2388             "notification-url": "https://packagist.org/downloads/",
2389             "license": [
2390                 "MIT"
2391             ],
2392             "authors": [
2393                 {
2394                     "name": "Chris Corbyn"
2395                 },
2396                 {
2397                     "name": "Fabien Potencier",
2398                     "email": "[email protected]"
2399                 }
2400             ],
2401             "description": "Swiftmailer, free feature-rich PHP mailer",
2402             "homepage": "https://swiftmailer.symfony.com",
2403             "keywords": [
2404                 "email",
2405                 "mail",
2406                 "mailer"
2407             ],
2408             "time": "2018-07-13T07:04:35+00:00"
2409         },
2410         {
2411             "name": "symfony/console",
2412             "version": "v3.3.6",
2413             "source": {
2414                 "type": "git",
2415                 "url": "https://github.com/symfony/console.git",
2416                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
2417             },
2418             "dist": {
2419                 "type": "zip",
2420                 "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
2421                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
2422                 "shasum": ""
2423             },
2424             "require": {
2425                 "php": ">=5.5.9",
2426                 "symfony/debug": "~2.8|~3.0",
2427                 "symfony/polyfill-mbstring": "~1.0"
2428             },
2429             "conflict": {
2430                 "symfony/dependency-injection": "<3.3"
2431             },
2432             "require-dev": {
2433                 "psr/log": "~1.0",
2434                 "symfony/config": "~3.3",
2435                 "symfony/dependency-injection": "~3.3",
2436                 "symfony/event-dispatcher": "~2.8|~3.0",
2437                 "symfony/filesystem": "~2.8|~3.0",
2438                 "symfony/http-kernel": "~2.8|~3.0",
2439                 "symfony/process": "~2.8|~3.0"
2440             },
2441             "suggest": {
2442                 "psr/log": "For using the console logger",
2443                 "symfony/event-dispatcher": "",
2444                 "symfony/filesystem": "",
2445                 "symfony/process": ""
2446             },
2447             "type": "library",
2448             "extra": {
2449                 "branch-alias": {
2450                     "dev-master": "3.3-dev"
2451                 }
2452             },
2453             "autoload": {
2454                 "psr-4": {
2455                     "Symfony\\Component\\Console\\": ""
2456                 },
2457                 "exclude-from-classmap": [
2458                     "/Tests/"
2459                 ]
2460             },
2461             "notification-url": "https://packagist.org/downloads/",
2462             "license": [
2463                 "MIT"
2464             ],
2465             "authors": [
2466                 {
2467                     "name": "Fabien Potencier",
2468                     "email": "[email protected]"
2469                 },
2470                 {
2471                     "name": "Symfony Community",
2472                     "homepage": "https://symfony.com/contributors"
2473                 }
2474             ],
2475             "description": "Symfony Console Component",
2476             "homepage": "https://symfony.com",
2477             "time": "2017-07-29T21:27:59+00:00"
2478         },
2479         {
2480             "name": "symfony/css-selector",
2481             "version": "v3.1.10",
2482             "source": {
2483                 "type": "git",
2484                 "url": "https://github.com/symfony/css-selector.git",
2485                 "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
2486             },
2487             "dist": {
2488                 "type": "zip",
2489                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2490                 "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2491                 "shasum": ""
2492             },
2493             "require": {
2494                 "php": ">=5.5.9"
2495             },
2496             "type": "library",
2497             "extra": {
2498                 "branch-alias": {
2499                     "dev-master": "3.1-dev"
2500                 }
2501             },
2502             "autoload": {
2503                 "psr-4": {
2504                     "Symfony\\Component\\CssSelector\\": ""
2505                 },
2506                 "exclude-from-classmap": [
2507                     "/Tests/"
2508                 ]
2509             },
2510             "notification-url": "https://packagist.org/downloads/",
2511             "license": [
2512                 "MIT"
2513             ],
2514             "authors": [
2515                 {
2516                     "name": "Jean-François Simon",
2517                     "email": "[email protected]"
2518                 },
2519                 {
2520                     "name": "Fabien Potencier",
2521                     "email": "[email protected]"
2522                 },
2523                 {
2524                     "name": "Symfony Community",
2525                     "homepage": "https://symfony.com/contributors"
2526                 }
2527             ],
2528             "description": "Symfony CssSelector Component",
2529             "homepage": "https://symfony.com",
2530             "time": "2017-01-02T20:31:54+00:00"
2531         },
2532         {
2533             "name": "symfony/debug",
2534             "version": "v3.3.6",
2535             "source": {
2536                 "type": "git",
2537                 "url": "https://github.com/symfony/debug.git",
2538                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
2539             },
2540             "dist": {
2541                 "type": "zip",
2542                 "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2543                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2544                 "shasum": ""
2545             },
2546             "require": {
2547                 "php": ">=5.5.9",
2548                 "psr/log": "~1.0"
2549             },
2550             "conflict": {
2551                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2552             },
2553             "require-dev": {
2554                 "symfony/http-kernel": "~2.8|~3.0"
2555             },
2556             "type": "library",
2557             "extra": {
2558                 "branch-alias": {
2559                     "dev-master": "3.3-dev"
2560                 }
2561             },
2562             "autoload": {
2563                 "psr-4": {
2564                     "Symfony\\Component\\Debug\\": ""
2565                 },
2566                 "exclude-from-classmap": [
2567                     "/Tests/"
2568                 ]
2569             },
2570             "notification-url": "https://packagist.org/downloads/",
2571             "license": [
2572                 "MIT"
2573             ],
2574             "authors": [
2575                 {
2576                     "name": "Fabien Potencier",
2577                     "email": "[email protected]"
2578                 },
2579                 {
2580                     "name": "Symfony Community",
2581                     "homepage": "https://symfony.com/contributors"
2582                 }
2583             ],
2584             "description": "Symfony Debug Component",
2585             "homepage": "https://symfony.com",
2586             "time": "2017-07-28T15:27:31+00:00"
2587         },
2588         {
2589             "name": "symfony/event-dispatcher",
2590             "version": "v3.3.6",
2591             "source": {
2592                 "type": "git",
2593                 "url": "https://github.com/symfony/event-dispatcher.git",
2594                 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
2595             },
2596             "dist": {
2597                 "type": "zip",
2598                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
2599                 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
2600                 "shasum": ""
2601             },
2602             "require": {
2603                 "php": ">=5.5.9"
2604             },
2605             "conflict": {
2606                 "symfony/dependency-injection": "<3.3"
2607             },
2608             "require-dev": {
2609                 "psr/log": "~1.0",
2610                 "symfony/config": "~2.8|~3.0",
2611                 "symfony/dependency-injection": "~3.3",
2612                 "symfony/expression-language": "~2.8|~3.0",
2613                 "symfony/stopwatch": "~2.8|~3.0"
2614             },
2615             "suggest": {
2616                 "symfony/dependency-injection": "",
2617                 "symfony/http-kernel": ""
2618             },
2619             "type": "library",
2620             "extra": {
2621                 "branch-alias": {
2622                     "dev-master": "3.3-dev"
2623                 }
2624             },
2625             "autoload": {
2626                 "psr-4": {
2627                     "Symfony\\Component\\EventDispatcher\\": ""
2628                 },
2629                 "exclude-from-classmap": [
2630                     "/Tests/"
2631                 ]
2632             },
2633             "notification-url": "https://packagist.org/downloads/",
2634             "license": [
2635                 "MIT"
2636             ],
2637             "authors": [
2638                 {
2639                     "name": "Fabien Potencier",
2640                     "email": "[email protected]"
2641                 },
2642                 {
2643                     "name": "Symfony Community",
2644                     "homepage": "https://symfony.com/contributors"
2645                 }
2646             ],
2647             "description": "Symfony EventDispatcher Component",
2648             "homepage": "https://symfony.com",
2649             "time": "2017-06-09T14:53:08+00:00"
2650         },
2651         {
2652             "name": "symfony/finder",
2653             "version": "v3.3.6",
2654             "source": {
2655                 "type": "git",
2656                 "url": "https://github.com/symfony/finder.git",
2657                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
2658             },
2659             "dist": {
2660                 "type": "zip",
2661                 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
2662                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
2663                 "shasum": ""
2664             },
2665             "require": {
2666                 "php": ">=5.5.9"
2667             },
2668             "type": "library",
2669             "extra": {
2670                 "branch-alias": {
2671                     "dev-master": "3.3-dev"
2672                 }
2673             },
2674             "autoload": {
2675                 "psr-4": {
2676                     "Symfony\\Component\\Finder\\": ""
2677                 },
2678                 "exclude-from-classmap": [
2679                     "/Tests/"
2680                 ]
2681             },
2682             "notification-url": "https://packagist.org/downloads/",
2683             "license": [
2684                 "MIT"
2685             ],
2686             "authors": [
2687                 {
2688                     "name": "Fabien Potencier",
2689                     "email": "[email protected]"
2690                 },
2691                 {
2692                     "name": "Symfony Community",
2693                     "homepage": "https://symfony.com/contributors"
2694                 }
2695             ],
2696             "description": "Symfony Finder Component",
2697             "homepage": "https://symfony.com",
2698             "time": "2017-06-01T21:01:25+00:00"
2699         },
2700         {
2701             "name": "symfony/http-foundation",
2702             "version": "v3.3.6",
2703             "source": {
2704                 "type": "git",
2705                 "url": "https://github.com/symfony/http-foundation.git",
2706                 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031"
2707             },
2708             "dist": {
2709                 "type": "zip",
2710                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031",
2711                 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031",
2712                 "shasum": ""
2713             },
2714             "require": {
2715                 "php": ">=5.5.9",
2716                 "symfony/polyfill-mbstring": "~1.1"
2717             },
2718             "require-dev": {
2719                 "symfony/expression-language": "~2.8|~3.0"
2720             },
2721             "type": "library",
2722             "extra": {
2723                 "branch-alias": {
2724                     "dev-master": "3.3-dev"
2725                 }
2726             },
2727             "autoload": {
2728                 "psr-4": {
2729                     "Symfony\\Component\\HttpFoundation\\": ""
2730                 },
2731                 "exclude-from-classmap": [
2732                     "/Tests/"
2733                 ]
2734             },
2735             "notification-url": "https://packagist.org/downloads/",
2736             "license": [
2737                 "MIT"
2738             ],
2739             "authors": [
2740                 {
2741                     "name": "Fabien Potencier",
2742                     "email": "[email protected]"
2743                 },
2744                 {
2745                     "name": "Symfony Community",
2746                     "homepage": "https://symfony.com/contributors"
2747                 }
2748             ],
2749             "description": "Symfony HttpFoundation Component",
2750             "homepage": "https://symfony.com",
2751             "time": "2017-07-21T11:04:46+00:00"
2752         },
2753         {
2754             "name": "symfony/http-kernel",
2755             "version": "v3.3.6",
2756             "source": {
2757                 "type": "git",
2758                 "url": "https://github.com/symfony/http-kernel.git",
2759                 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5"
2760             },
2761             "dist": {
2762                 "type": "zip",
2763                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db10d05f1d95e4168e638db7a81c79616f568ea5",
2764                 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5",
2765                 "shasum": ""
2766             },
2767             "require": {
2768                 "php": ">=5.5.9",
2769                 "psr/log": "~1.0",
2770                 "symfony/debug": "~2.8|~3.0",
2771                 "symfony/event-dispatcher": "~2.8|~3.0",
2772                 "symfony/http-foundation": "~3.3"
2773             },
2774             "conflict": {
2775                 "symfony/config": "<2.8",
2776                 "symfony/dependency-injection": "<3.3",
2777                 "symfony/var-dumper": "<3.3",
2778                 "twig/twig": "<1.34|<2.4,>=2"
2779             },
2780             "require-dev": {
2781                 "psr/cache": "~1.0",
2782                 "symfony/browser-kit": "~2.8|~3.0",
2783                 "symfony/class-loader": "~2.8|~3.0",
2784                 "symfony/config": "~2.8|~3.0",
2785                 "symfony/console": "~2.8|~3.0",
2786                 "symfony/css-selector": "~2.8|~3.0",
2787                 "symfony/dependency-injection": "~3.3",
2788                 "symfony/dom-crawler": "~2.8|~3.0",
2789                 "symfony/expression-language": "~2.8|~3.0",
2790                 "symfony/finder": "~2.8|~3.0",
2791                 "symfony/process": "~2.8|~3.0",
2792                 "symfony/routing": "~2.8|~3.0",
2793                 "symfony/stopwatch": "~2.8|~3.0",
2794                 "symfony/templating": "~2.8|~3.0",
2795                 "symfony/translation": "~2.8|~3.0",
2796                 "symfony/var-dumper": "~3.3"
2797             },
2798             "suggest": {
2799                 "symfony/browser-kit": "",
2800                 "symfony/class-loader": "",
2801                 "symfony/config": "",
2802                 "symfony/console": "",
2803                 "symfony/dependency-injection": "",
2804                 "symfony/finder": "",
2805                 "symfony/var-dumper": ""
2806             },
2807             "type": "library",
2808             "extra": {
2809                 "branch-alias": {
2810                     "dev-master": "3.3-dev"
2811                 }
2812             },
2813             "autoload": {
2814                 "psr-4": {
2815                     "Symfony\\Component\\HttpKernel\\": ""
2816                 },
2817                 "exclude-from-classmap": [
2818                     "/Tests/"
2819                 ]
2820             },
2821             "notification-url": "https://packagist.org/downloads/",
2822             "license": [
2823                 "MIT"
2824             ],
2825             "authors": [
2826                 {
2827                     "name": "Fabien Potencier",
2828                     "email": "[email protected]"
2829                 },
2830                 {
2831                     "name": "Symfony Community",
2832                     "homepage": "https://symfony.com/contributors"
2833                 }
2834             ],
2835             "description": "Symfony HttpKernel Component",
2836             "homepage": "https://symfony.com",
2837             "time": "2017-08-01T10:25:59+00:00"
2838         },
2839         {
2840             "name": "symfony/polyfill-ctype",
2841             "version": "v1.9.0",
2842             "source": {
2843                 "type": "git",
2844                 "url": "https://github.com/symfony/polyfill-ctype.git",
2845                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2846             },
2847             "dist": {
2848                 "type": "zip",
2849                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
2850                 "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2851                 "shasum": ""
2852             },
2853             "require": {
2854                 "php": ">=5.3.3"
2855             },
2856             "suggest": {
2857                 "ext-ctype": "For best performance"
2858             },
2859             "type": "library",
2860             "extra": {
2861                 "branch-alias": {
2862                     "dev-master": "1.9-dev"
2863                 }
2864             },
2865             "autoload": {
2866                 "psr-4": {
2867                     "Symfony\\Polyfill\\Ctype\\": ""
2868                 },
2869                 "files": [
2870                     "bootstrap.php"
2871                 ]
2872             },
2873             "notification-url": "https://packagist.org/downloads/",
2874             "license": [
2875                 "MIT"
2876             ],
2877             "authors": [
2878                 {
2879                     "name": "Symfony Community",
2880                     "homepage": "https://symfony.com/contributors"
2881                 },
2882                 {
2883                     "name": "Gert de Pagter",
2884                     "email": "[email protected]"
2885                 }
2886             ],
2887             "description": "Symfony polyfill for ctype functions",
2888             "homepage": "https://symfony.com",
2889             "keywords": [
2890                 "compatibility",
2891                 "ctype",
2892                 "polyfill",
2893                 "portable"
2894             ],
2895             "time": "2018-08-06T14:22:27+00:00"
2896         },
2897         {
2898             "name": "symfony/polyfill-mbstring",
2899             "version": "v1.9.0",
2900             "source": {
2901                 "type": "git",
2902                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2903                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2904             },
2905             "dist": {
2906                 "type": "zip",
2907                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
2908                 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2909                 "shasum": ""
2910             },
2911             "require": {
2912                 "php": ">=5.3.3"
2913             },
2914             "suggest": {
2915                 "ext-mbstring": "For best performance"
2916             },
2917             "type": "library",
2918             "extra": {
2919                 "branch-alias": {
2920                     "dev-master": "1.9-dev"
2921                 }
2922             },
2923             "autoload": {
2924                 "psr-4": {
2925                     "Symfony\\Polyfill\\Mbstring\\": ""
2926                 },
2927                 "files": [
2928                     "bootstrap.php"
2929                 ]
2930             },
2931             "notification-url": "https://packagist.org/downloads/",
2932             "license": [
2933                 "MIT"
2934             ],
2935             "authors": [
2936                 {
2937                     "name": "Nicolas Grekas",
2938                     "email": "[email protected]"
2939                 },
2940                 {
2941                     "name": "Symfony Community",
2942                     "homepage": "https://symfony.com/contributors"
2943                 }
2944             ],
2945             "description": "Symfony polyfill for the Mbstring extension",
2946             "homepage": "https://symfony.com",
2947             "keywords": [
2948                 "compatibility",
2949                 "mbstring",
2950                 "polyfill",
2951                 "portable",
2952                 "shim"
2953             ],
2954             "time": "2018-08-06T14:22:27+00:00"
2955         },
2956         {
2957             "name": "symfony/process",
2958             "version": "v3.3.6",
2959             "source": {
2960                 "type": "git",
2961                 "url": "https://github.com/symfony/process.git",
2962                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
2963             },
2964             "dist": {
2965                 "type": "zip",
2966                 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
2967                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
2968                 "shasum": ""
2969             },
2970             "require": {
2971                 "php": ">=5.5.9"
2972             },
2973             "type": "library",
2974             "extra": {
2975                 "branch-alias": {
2976                     "dev-master": "3.3-dev"
2977                 }
2978             },
2979             "autoload": {
2980                 "psr-4": {
2981                     "Symfony\\Component\\Process\\": ""
2982                 },
2983                 "exclude-from-classmap": [
2984                     "/Tests/"
2985                 ]
2986             },
2987             "notification-url": "https://packagist.org/downloads/",
2988             "license": [
2989                 "MIT"
2990             ],
2991             "authors": [
2992                 {
2993                     "name": "Fabien Potencier",
2994                     "email": "[email protected]"
2995                 },
2996                 {
2997                     "name": "Symfony Community",
2998                     "homepage": "https://symfony.com/contributors"
2999                 }
3000             ],
3001             "description": "Symfony Process Component",
3002             "homepage": "https://symfony.com",
3003             "time": "2017-07-13T13:05:09+00:00"
3004         },
3005         {
3006             "name": "symfony/routing",
3007             "version": "v3.3.6",
3008             "source": {
3009                 "type": "git",
3010                 "url": "https://github.com/symfony/routing.git",
3011                 "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26"
3012             },
3013             "dist": {
3014                 "type": "zip",
3015                 "url": "https://api.github.com/repos/symfony/routing/zipball/4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
3016                 "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
3017                 "shasum": ""
3018             },
3019             "require": {
3020                 "php": ">=5.5.9"
3021             },
3022             "conflict": {
3023                 "symfony/config": "<2.8",
3024                 "symfony/dependency-injection": "<3.3",
3025                 "symfony/yaml": "<3.3"
3026             },
3027             "require-dev": {
3028                 "doctrine/annotations": "~1.0",
3029                 "doctrine/common": "~2.2",
3030                 "psr/log": "~1.0",
3031                 "symfony/config": "~2.8|~3.0",
3032                 "symfony/dependency-injection": "~3.3",
3033                 "symfony/expression-language": "~2.8|~3.0",
3034                 "symfony/http-foundation": "~2.8|~3.0",
3035                 "symfony/yaml": "~3.3"
3036             },
3037             "suggest": {
3038                 "doctrine/annotations": "For using the annotation loader",
3039                 "symfony/config": "For using the all-in-one router or any loader",
3040                 "symfony/dependency-injection": "For loading routes from a service",
3041                 "symfony/expression-language": "For using expression matching",
3042                 "symfony/http-foundation": "For using a Symfony Request object",
3043                 "symfony/yaml": "For using the YAML loader"
3044             },
3045             "type": "library",
3046             "extra": {
3047                 "branch-alias": {
3048                     "dev-master": "3.3-dev"
3049                 }
3050             },
3051             "autoload": {
3052                 "psr-4": {
3053                     "Symfony\\Component\\Routing\\": ""
3054                 },
3055                 "exclude-from-classmap": [
3056                     "/Tests/"
3057                 ]
3058             },
3059             "notification-url": "https://packagist.org/downloads/",
3060             "license": [
3061                 "MIT"
3062             ],
3063             "authors": [
3064                 {
3065                     "name": "Fabien Potencier",
3066                     "email": "[email protected]"
3067                 },
3068                 {
3069                     "name": "Symfony Community",
3070                     "homepage": "https://symfony.com/contributors"
3071                 }
3072             ],
3073             "description": "Symfony Routing Component",
3074             "homepage": "https://symfony.com",
3075             "keywords": [
3076                 "router",
3077                 "routing",
3078                 "uri",
3079                 "url"
3080             ],
3081             "time": "2017-07-21T17:43:13+00:00"
3082         },
3083         {
3084             "name": "symfony/translation",
3085             "version": "v3.3.6",
3086             "source": {
3087                 "type": "git",
3088                 "url": "https://github.com/symfony/translation.git",
3089                 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
3090             },
3091             "dist": {
3092                 "type": "zip",
3093                 "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
3094                 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
3095                 "shasum": ""
3096             },
3097             "require": {
3098                 "php": ">=5.5.9",
3099                 "symfony/polyfill-mbstring": "~1.0"
3100             },
3101             "conflict": {
3102                 "symfony/config": "<2.8",
3103                 "symfony/yaml": "<3.3"
3104             },
3105             "require-dev": {
3106                 "psr/log": "~1.0",
3107                 "symfony/config": "~2.8|~3.0",
3108                 "symfony/intl": "^2.8.18|^3.2.5",
3109                 "symfony/yaml": "~3.3"
3110             },
3111             "suggest": {
3112                 "psr/log": "To use logging capability in translator",
3113                 "symfony/config": "",
3114                 "symfony/yaml": ""
3115             },
3116             "type": "library",
3117             "extra": {
3118                 "branch-alias": {
3119                     "dev-master": "3.3-dev"
3120                 }
3121             },
3122             "autoload": {
3123                 "psr-4": {
3124                     "Symfony\\Component\\Translation\\": ""
3125                 },
3126                 "exclude-from-classmap": [
3127                     "/Tests/"
3128                 ]
3129             },
3130             "notification-url": "https://packagist.org/downloads/",
3131             "license": [
3132                 "MIT"
3133             ],
3134             "authors": [
3135                 {
3136                     "name": "Fabien Potencier",
3137                     "email": "[email protected]"
3138                 },
3139                 {
3140                     "name": "Symfony Community",
3141                     "homepage": "https://symfony.com/contributors"
3142                 }
3143             ],
3144             "description": "Symfony Translation Component",
3145             "homepage": "https://symfony.com",
3146             "time": "2017-06-24T16:45:30+00:00"
3147         },
3148         {
3149             "name": "symfony/var-dumper",
3150             "version": "v3.3.6",
3151             "source": {
3152                 "type": "git",
3153                 "url": "https://github.com/symfony/var-dumper.git",
3154                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663"
3155             },
3156             "dist": {
3157                 "type": "zip",
3158                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663",
3159                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663",
3160                 "shasum": ""
3161             },
3162             "require": {
3163                 "php": ">=5.5.9",
3164                 "symfony/polyfill-mbstring": "~1.0"
3165             },
3166             "conflict": {
3167                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3168             },
3169             "require-dev": {
3170                 "ext-iconv": "*",
3171                 "twig/twig": "~1.34|~2.4"
3172             },
3173             "suggest": {
3174                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3175                 "ext-symfony_debug": ""
3176             },
3177             "type": "library",
3178             "extra": {
3179                 "branch-alias": {
3180                     "dev-master": "3.3-dev"
3181                 }
3182             },
3183             "autoload": {
3184                 "files": [
3185                     "Resources/functions/dump.php"
3186                 ],
3187                 "psr-4": {
3188                     "Symfony\\Component\\VarDumper\\": ""
3189                 },
3190                 "exclude-from-classmap": [
3191                     "/Tests/"
3192                 ]
3193             },
3194             "notification-url": "https://packagist.org/downloads/",
3195             "license": [
3196                 "MIT"
3197             ],
3198             "authors": [
3199                 {
3200                     "name": "Nicolas Grekas",
3201                     "email": "[email protected]"
3202                 },
3203                 {
3204                     "name": "Symfony Community",
3205                     "homepage": "https://symfony.com/contributors"
3206                 }
3207             ],
3208             "description": "Symfony mechanism for exploring and dumping PHP variables",
3209             "homepage": "https://symfony.com",
3210             "keywords": [
3211                 "debug",
3212                 "dump"
3213             ],
3214             "time": "2017-07-28T06:06:09+00:00"
3215         },
3216         {
3217             "name": "tijsverkoyen/css-to-inline-styles",
3218             "version": "2.2.1",
3219             "source": {
3220                 "type": "git",
3221                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3222                 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
3223             },
3224             "dist": {
3225                 "type": "zip",
3226                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3227                 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3228                 "shasum": ""
3229             },
3230             "require": {
3231                 "php": "^5.5 || ^7.0",
3232                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
3233             },
3234             "require-dev": {
3235                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3236             },
3237             "type": "library",
3238             "extra": {
3239                 "branch-alias": {
3240                     "dev-master": "2.2.x-dev"
3241                 }
3242             },
3243             "autoload": {
3244                 "psr-4": {
3245                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
3246                 }
3247             },
3248             "notification-url": "https://packagist.org/downloads/",
3249             "license": [
3250                 "BSD-3-Clause"
3251             ],
3252             "authors": [
3253                 {
3254                     "name": "Tijs Verkoyen",
3255                     "email": "[email protected]",
3256                     "role": "Developer"
3257                 }
3258             ],
3259             "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.",
3260             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3261             "time": "2017-11-27T11:13:29+00:00"
3262         },
3263         {
3264             "name": "vlucas/phpdotenv",
3265             "version": "v2.5.1",
3266             "source": {
3267                 "type": "git",
3268                 "url": "https://github.com/vlucas/phpdotenv.git",
3269                 "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
3270             },
3271             "dist": {
3272                 "type": "zip",
3273                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
3274                 "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
3275                 "shasum": ""
3276             },
3277             "require": {
3278                 "php": ">=5.3.9"
3279             },
3280             "require-dev": {
3281                 "phpunit/phpunit": "^4.8.35 || ^5.0"
3282             },
3283             "type": "library",
3284             "extra": {
3285                 "branch-alias": {
3286                     "dev-master": "2.5-dev"
3287                 }
3288             },
3289             "autoload": {
3290                 "psr-4": {
3291                     "Dotenv\\": "src/"
3292                 }
3293             },
3294             "notification-url": "https://packagist.org/downloads/",
3295             "license": [
3296                 "BSD-3-Clause"
3297             ],
3298             "authors": [
3299                 {
3300                     "name": "Vance Lucas",
3301                     "email": "[email protected]",
3302                     "homepage": "http://www.vancelucas.com"
3303                 }
3304             ],
3305             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3306             "keywords": [
3307                 "dotenv",
3308                 "env",
3309                 "environment"
3310             ],
3311             "time": "2018-07-29T20:33:41+00:00"
3312         }
3313     ],
3314     "packages-dev": [
3315         {
3316             "name": "barryvdh/laravel-debugbar",
3317             "version": "v3.1.5",
3318             "source": {
3319                 "type": "git",
3320                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
3321                 "reference": "d3cdca2ad6cc6e67735b4a63e7551c690a497f5f"
3322             },
3323             "dist": {
3324                 "type": "zip",
3325                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d3cdca2ad6cc6e67735b4a63e7551c690a497f5f",
3326                 "reference": "d3cdca2ad6cc6e67735b4a63e7551c690a497f5f",
3327                 "shasum": ""
3328             },
3329             "require": {
3330                 "illuminate/routing": "5.5.x|5.6.x",
3331                 "illuminate/session": "5.5.x|5.6.x",
3332                 "illuminate/support": "5.5.x|5.6.x",
3333                 "maximebf/debugbar": "~1.15.0",
3334                 "php": ">=7.0",
3335                 "symfony/debug": "^3|^4",
3336                 "symfony/finder": "^3|^4"
3337             },
3338             "require-dev": {
3339                 "illuminate/framework": "5.5.x"
3340             },
3341             "type": "library",
3342             "extra": {
3343                 "branch-alias": {
3344                     "dev-master": "3.2-dev"
3345                 },
3346                 "laravel": {
3347                     "providers": [
3348                         "Barryvdh\\Debugbar\\ServiceProvider"
3349                     ],
3350                     "aliases": {
3351                         "Debugbar": "Barryvdh\\Debugbar\\Facade"
3352                     }
3353                 }
3354             },
3355             "autoload": {
3356                 "psr-4": {
3357                     "Barryvdh\\Debugbar\\": "src/"
3358                 },
3359                 "files": [
3360                     "src/helpers.php"
3361                 ]
3362             },
3363             "notification-url": "https://packagist.org/downloads/",
3364             "license": [
3365                 "MIT"
3366             ],
3367             "authors": [
3368                 {
3369                     "name": "Barry vd. Heuvel",
3370                     "email": "[email protected]"
3371                 }
3372             ],
3373             "description": "PHP Debugbar integration for Laravel",
3374             "keywords": [
3375                 "debug",
3376                 "debugbar",
3377                 "laravel",
3378                 "profiler",
3379                 "webprofiler"
3380             ],
3381             "time": "2018-05-03T18:27:04+00:00"
3382         },
3383         {
3384             "name": "barryvdh/laravel-ide-helper",
3385             "version": "v2.4.3",
3386             "source": {
3387                 "type": "git",
3388                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
3389                 "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd"
3390             },
3391             "dist": {
3392                 "type": "zip",
3393                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3394                 "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3395                 "shasum": ""
3396             },
3397             "require": {
3398                 "barryvdh/reflection-docblock": "^2.0.4",
3399                 "illuminate/console": "^5.0,<5.7",
3400                 "illuminate/filesystem": "^5.0,<5.7",
3401                 "illuminate/support": "^5.0,<5.7",
3402                 "php": ">=5.4.0",
3403                 "symfony/class-loader": "^2.3|^3.0"
3404             },
3405             "require-dev": {
3406                 "doctrine/dbal": "~2.3",
3407                 "illuminate/config": "^5.0,<5.7",
3408                 "illuminate/view": "^5.0,<5.7",
3409                 "phpunit/phpunit": "4.*",
3410                 "scrutinizer/ocular": "~1.1",
3411                 "squizlabs/php_codesniffer": "~2.3"
3412             },
3413             "suggest": {
3414                 "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
3415             },
3416             "type": "library",
3417             "extra": {
3418                 "branch-alias": {
3419                     "dev-master": "2.3-dev"
3420                 },
3421                 "laravel": {
3422                     "providers": [
3423                         "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
3424                     ]
3425                 }
3426             },
3427             "autoload": {
3428                 "psr-4": {
3429                     "Barryvdh\\LaravelIdeHelper\\": "src"
3430                 }
3431             },
3432             "notification-url": "https://packagist.org/downloads/",
3433             "license": [
3434                 "MIT"
3435             ],
3436             "authors": [
3437                 {
3438                     "name": "Barry vd. Heuvel",
3439                     "email": "[email protected]"
3440                 }
3441             ],
3442             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
3443             "keywords": [
3444                 "autocomplete",
3445                 "codeintel",
3446                 "helper",
3447                 "ide",
3448                 "laravel",
3449                 "netbeans",
3450                 "phpdoc",
3451                 "phpstorm",
3452                 "sublime"
3453             ],
3454             "time": "2018-02-08T07:56:07+00:00"
3455         },
3456         {
3457             "name": "barryvdh/reflection-docblock",
3458             "version": "v2.0.4",
3459             "source": {
3460                 "type": "git",
3461                 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
3462                 "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
3463             },
3464             "dist": {
3465                 "type": "zip",
3466                 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c",
3467                 "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
3468                 "shasum": ""
3469             },
3470             "require": {
3471                 "php": ">=5.3.3"
3472             },
3473             "require-dev": {
3474                 "phpunit/phpunit": "~4.0,<4.5"
3475             },
3476             "suggest": {
3477                 "dflydev/markdown": "~1.0",
3478                 "erusev/parsedown": "~1.0"
3479             },
3480             "type": "library",
3481             "extra": {
3482                 "branch-alias": {
3483                     "dev-master": "2.0.x-dev"
3484                 }
3485             },
3486             "autoload": {
3487                 "psr-0": {
3488                     "Barryvdh": [
3489                         "src/"
3490                     ]
3491                 }
3492             },
3493             "notification-url": "https://packagist.org/downloads/",
3494             "license": [
3495                 "MIT"
3496             ],
3497             "authors": [
3498                 {
3499                     "name": "Mike van Riel",
3500                     "email": "[email protected]"
3501                 }
3502             ],
3503             "time": "2016-06-13T19:28:20+00:00"
3504         },
3505         {
3506             "name": "doctrine/instantiator",
3507             "version": "1.0.5",
3508             "source": {
3509                 "type": "git",
3510                 "url": "https://github.com/doctrine/instantiator.git",
3511                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3512             },
3513             "dist": {
3514                 "type": "zip",
3515                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3516                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3517                 "shasum": ""
3518             },
3519             "require": {
3520                 "php": ">=5.3,<8.0-DEV"
3521             },
3522             "require-dev": {
3523                 "athletic/athletic": "~0.1.8",
3524                 "ext-pdo": "*",
3525                 "ext-phar": "*",
3526                 "phpunit/phpunit": "~4.0",
3527                 "squizlabs/php_codesniffer": "~2.0"
3528             },
3529             "type": "library",
3530             "extra": {
3531                 "branch-alias": {
3532                     "dev-master": "1.0.x-dev"
3533                 }
3534             },
3535             "autoload": {
3536                 "psr-4": {
3537                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3538                 }
3539             },
3540             "notification-url": "https://packagist.org/downloads/",
3541             "license": [
3542                 "MIT"
3543             ],
3544             "authors": [
3545                 {
3546                     "name": "Marco Pivetta",
3547                     "email": "[email protected]",
3548                     "homepage": "http://ocramius.github.com/"
3549                 }
3550             ],
3551             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3552             "homepage": "https://github.com/doctrine/instantiator",
3553             "keywords": [
3554                 "constructor",
3555                 "instantiate"
3556             ],
3557             "time": "2015-06-14T21:17:01+00:00"
3558         },
3559         {
3560             "name": "filp/whoops",
3561             "version": "2.2.0",
3562             "source": {
3563                 "type": "git",
3564                 "url": "https://github.com/filp/whoops.git",
3565                 "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
3566             },
3567             "dist": {
3568                 "type": "zip",
3569                 "url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
3570                 "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
3571                 "shasum": ""
3572             },
3573             "require": {
3574                 "php": "^5.5.9 || ^7.0",
3575                 "psr/log": "^1.0.1"
3576             },
3577             "require-dev": {
3578                 "mockery/mockery": "^0.9 || ^1.0",
3579                 "phpunit/phpunit": "^4.8.35 || ^5.7",
3580                 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
3581             },
3582             "suggest": {
3583                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
3584                 "whoops/soap": "Formats errors as SOAP responses"
3585             },
3586             "type": "library",
3587             "extra": {
3588                 "branch-alias": {
3589                     "dev-master": "2.1-dev"
3590                 }
3591             },
3592             "autoload": {
3593                 "psr-4": {
3594                     "Whoops\\": "src/Whoops/"
3595                 }
3596             },
3597             "notification-url": "https://packagist.org/downloads/",
3598             "license": [
3599                 "MIT"
3600             ],
3601             "authors": [
3602                 {
3603                     "name": "Filipe Dobreira",
3604                     "homepage": "https://github.com/filp",
3605                     "role": "Developer"
3606                 }
3607             ],
3608             "description": "php error handling for cool kids",
3609             "homepage": "https://filp.github.io/whoops/",
3610             "keywords": [
3611                 "error",
3612                 "exception",
3613                 "handling",
3614                 "library",
3615                 "throwable",
3616                 "whoops"
3617             ],
3618             "time": "2018-03-03T17:56:25+00:00"
3619         },
3620         {
3621             "name": "fzaninotto/faker",
3622             "version": "v1.8.0",
3623             "source": {
3624                 "type": "git",
3625                 "url": "https://github.com/fzaninotto/Faker.git",
3626                 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
3627             },
3628             "dist": {
3629                 "type": "zip",
3630                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
3631                 "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
3632                 "shasum": ""
3633             },
3634             "require": {
3635                 "php": "^5.3.3 || ^7.0"
3636             },
3637             "require-dev": {
3638                 "ext-intl": "*",
3639                 "phpunit/phpunit": "^4.8.35 || ^5.7",
3640                 "squizlabs/php_codesniffer": "^1.5"
3641             },
3642             "type": "library",
3643             "extra": {
3644                 "branch-alias": {
3645                     "dev-master": "1.8-dev"
3646                 }
3647             },
3648             "autoload": {
3649                 "psr-4": {
3650                     "Faker\\": "src/Faker/"
3651                 }
3652             },
3653             "notification-url": "https://packagist.org/downloads/",
3654             "license": [
3655                 "MIT"
3656             ],
3657             "authors": [
3658                 {
3659                     "name": "François Zaninotto"
3660                 }
3661             ],
3662             "description": "Faker is a PHP library that generates fake data for you.",
3663             "keywords": [
3664                 "data",
3665                 "faker",
3666                 "fixtures"
3667             ],
3668             "time": "2018-07-12T10:23:15+00:00"
3669         },
3670         {
3671             "name": "hamcrest/hamcrest-php",
3672             "version": "v2.0.0",
3673             "source": {
3674                 "type": "git",
3675                 "url": "https://github.com/hamcrest/hamcrest-php.git",
3676                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3677             },
3678             "dist": {
3679                 "type": "zip",
3680                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3681                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3682                 "shasum": ""
3683             },
3684             "require": {
3685                 "php": "^5.3|^7.0"
3686             },
3687             "replace": {
3688                 "cordoval/hamcrest-php": "*",
3689                 "davedevelopment/hamcrest-php": "*",
3690                 "kodova/hamcrest-php": "*"
3691             },
3692             "require-dev": {
3693                 "phpunit/php-file-iterator": "1.3.3",
3694                 "phpunit/phpunit": "~4.0",
3695                 "satooshi/php-coveralls": "^1.0"
3696             },
3697             "type": "library",
3698             "extra": {
3699                 "branch-alias": {
3700                     "dev-master": "2.0-dev"
3701                 }
3702             },
3703             "autoload": {
3704                 "classmap": [
3705                     "hamcrest"
3706                 ]
3707             },
3708             "notification-url": "https://packagist.org/downloads/",
3709             "license": [
3710                 "BSD"
3711             ],
3712             "description": "This is the PHP port of Hamcrest Matchers",
3713             "keywords": [
3714                 "test"
3715             ],
3716             "time": "2016-01-20T08:20:44+00:00"
3717         },
3718         {
3719             "name": "laravel/browser-kit-testing",
3720             "version": "v2.0.1",
3721             "source": {
3722                 "type": "git",
3723                 "url": "https://github.com/laravel/browser-kit-testing.git",
3724                 "reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9"
3725             },
3726             "dist": {
3727                 "type": "zip",
3728                 "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
3729                 "reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
3730                 "shasum": ""
3731             },
3732             "require": {
3733                 "php": ">=5.5.9",
3734                 "phpunit/phpunit": "~6.0",
3735                 "symfony/css-selector": "~3.1",
3736                 "symfony/dom-crawler": "~3.1"
3737             },
3738             "type": "library",
3739             "extra": {
3740                 "branch-alias": {
3741                     "dev-master": "2.0-dev"
3742                 }
3743             },
3744             "autoload": {
3745                 "psr-4": {
3746                     "Laravel\\BrowserKitTesting\\": "src/"
3747                 }
3748             },
3749             "notification-url": "https://packagist.org/downloads/",
3750             "license": [
3751                 "MIT"
3752             ],
3753             "authors": [
3754                 {
3755                     "name": "Taylor Otwell",
3756                     "email": "[email protected]"
3757                 }
3758             ],
3759             "description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.",
3760             "keywords": [
3761                 "laravel",
3762                 "testing"
3763             ],
3764             "time": "2017-06-21T11:44:53+00:00"
3765         },
3766         {
3767             "name": "maximebf/debugbar",
3768             "version": "v1.15.0",
3769             "source": {
3770                 "type": "git",
3771                 "url": "https://github.com/maximebf/php-debugbar.git",
3772                 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
3773             },
3774             "dist": {
3775                 "type": "zip",
3776                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3777                 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3778                 "shasum": ""
3779             },
3780             "require": {
3781                 "php": ">=5.3.0",
3782                 "psr/log": "^1.0",
3783                 "symfony/var-dumper": "^2.6|^3.0|^4.0"
3784             },
3785             "require-dev": {
3786                 "phpunit/phpunit": "^4.0|^5.0"
3787             },
3788             "suggest": {
3789                 "kriswallsmith/assetic": "The best way to manage assets",
3790                 "monolog/monolog": "Log using Monolog",
3791                 "predis/predis": "Redis storage"
3792             },
3793             "type": "library",
3794             "extra": {
3795                 "branch-alias": {
3796                     "dev-master": "1.14-dev"
3797                 }
3798             },
3799             "autoload": {
3800                 "psr-4": {
3801                     "DebugBar\\": "src/DebugBar/"
3802                 }
3803             },
3804             "notification-url": "https://packagist.org/downloads/",
3805             "license": [
3806                 "MIT"
3807             ],
3808             "authors": [
3809                 {
3810                     "name": "Maxime Bouroumeau-Fuseau",
3811                     "email": "[email protected]",
3812                     "homepage": "http://maximebf.com"
3813                 },
3814                 {
3815                     "name": "Barry vd. Heuvel",
3816                     "email": "[email protected]"
3817                 }
3818             ],
3819             "description": "Debug bar in the browser for php application",
3820             "homepage": "https://github.com/maximebf/php-debugbar",
3821             "keywords": [
3822                 "debug",
3823                 "debugbar"
3824             ],
3825             "time": "2017-12-15T11:13:46+00:00"
3826         },
3827         {
3828             "name": "mockery/mockery",
3829             "version": "1.1.0",
3830             "source": {
3831                 "type": "git",
3832                 "url": "https://github.com/mockery/mockery.git",
3833                 "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
3834             },
3835             "dist": {
3836                 "type": "zip",
3837                 "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
3838                 "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
3839                 "shasum": ""
3840             },
3841             "require": {
3842                 "hamcrest/hamcrest-php": "~2.0",
3843                 "lib-pcre": ">=7.0",
3844                 "php": ">=5.6.0"
3845             },
3846             "require-dev": {
3847                 "phpdocumentor/phpdocumentor": "^2.9",
3848                 "phpunit/phpunit": "~5.7.10|~6.5"
3849             },
3850             "type": "library",
3851             "extra": {
3852                 "branch-alias": {
3853                     "dev-master": "1.0.x-dev"
3854                 }
3855             },
3856             "autoload": {
3857                 "psr-0": {
3858                     "Mockery": "library/"
3859                 }
3860             },
3861             "notification-url": "https://packagist.org/downloads/",
3862             "license": [
3863                 "BSD-3-Clause"
3864             ],
3865             "authors": [
3866                 {
3867                     "name": "Pádraic Brady",
3868                     "email": "[email protected]",
3869                     "homepage": "http://blog.astrumfutura.com"
3870                 },
3871                 {
3872                     "name": "Dave Marshall",
3873                     "email": "[email protected]",
3874                     "homepage": "http://davedevelopment.co.uk"
3875                 }
3876             ],
3877             "description": "Mockery is a simple yet flexible PHP mock object framework",
3878             "homepage": "https://github.com/mockery/mockery",
3879             "keywords": [
3880                 "BDD",
3881                 "TDD",
3882                 "library",
3883                 "mock",
3884                 "mock objects",
3885                 "mockery",
3886                 "stub",
3887                 "test",
3888                 "test double",
3889                 "testing"
3890             ],
3891             "time": "2018-05-08T08:54:48+00:00"
3892         },
3893         {
3894             "name": "myclabs/deep-copy",
3895             "version": "1.7.0",
3896             "source": {
3897                 "type": "git",
3898                 "url": "https://github.com/myclabs/DeepCopy.git",
3899                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3900             },
3901             "dist": {
3902                 "type": "zip",
3903                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3904                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3905                 "shasum": ""
3906             },
3907             "require": {
3908                 "php": "^5.6 || ^7.0"
3909             },
3910             "require-dev": {
3911                 "doctrine/collections": "^1.0",
3912                 "doctrine/common": "^2.6",
3913                 "phpunit/phpunit": "^4.1"
3914             },
3915             "type": "library",
3916             "autoload": {
3917                 "psr-4": {
3918                     "DeepCopy\\": "src/DeepCopy/"
3919                 },
3920                 "files": [
3921                     "src/DeepCopy/deep_copy.php"
3922                 ]
3923             },
3924             "notification-url": "https://packagist.org/downloads/",
3925             "license": [
3926                 "MIT"
3927             ],
3928             "description": "Create deep copies (clones) of your objects",
3929             "keywords": [
3930                 "clone",
3931                 "copy",
3932                 "duplicate",
3933                 "object",
3934                 "object graph"
3935             ],
3936             "time": "2017-10-19T19:58:43+00:00"
3937         },
3938         {
3939             "name": "phar-io/manifest",
3940             "version": "1.0.1",
3941             "source": {
3942                 "type": "git",
3943                 "url": "https://github.com/phar-io/manifest.git",
3944                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3945             },
3946             "dist": {
3947                 "type": "zip",
3948                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3949                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3950                 "shasum": ""
3951             },
3952             "require": {
3953                 "ext-dom": "*",
3954                 "ext-phar": "*",
3955                 "phar-io/version": "^1.0.1",
3956                 "php": "^5.6 || ^7.0"
3957             },
3958             "type": "library",
3959             "extra": {
3960                 "branch-alias": {
3961                     "dev-master": "1.0.x-dev"
3962                 }
3963             },
3964             "autoload": {
3965                 "classmap": [
3966                     "src/"
3967                 ]
3968             },
3969             "notification-url": "https://packagist.org/downloads/",
3970             "license": [
3971                 "BSD-3-Clause"
3972             ],
3973             "authors": [
3974                 {
3975                     "name": "Arne Blankerts",
3976                     "email": "[email protected]",
3977                     "role": "Developer"
3978                 },
3979                 {
3980                     "name": "Sebastian Heuer",
3981                     "email": "[email protected]",
3982                     "role": "Developer"
3983                 },
3984                 {
3985                     "name": "Sebastian Bergmann",
3986                     "email": "[email protected]",
3987                     "role": "Developer"
3988                 }
3989             ],
3990             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3991             "time": "2017-03-05T18:14:27+00:00"
3992         },
3993         {
3994             "name": "phar-io/version",
3995             "version": "1.0.1",
3996             "source": {
3997                 "type": "git",
3998                 "url": "https://github.com/phar-io/version.git",
3999                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
4000             },
4001             "dist": {
4002                 "type": "zip",
4003                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
4004                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
4005                 "shasum": ""
4006             },
4007             "require": {
4008                 "php": "^5.6 || ^7.0"
4009             },
4010             "type": "library",
4011             "autoload": {
4012                 "classmap": [
4013                     "src/"
4014                 ]
4015             },
4016             "notification-url": "https://packagist.org/downloads/",
4017             "license": [
4018                 "BSD-3-Clause"
4019             ],
4020             "authors": [
4021                 {
4022                     "name": "Arne Blankerts",
4023                     "email": "[email protected]",
4024                     "role": "Developer"
4025                 },
4026                 {
4027                     "name": "Sebastian Heuer",
4028                     "email": "[email protected]",
4029                     "role": "Developer"
4030                 },
4031                 {
4032                     "name": "Sebastian Bergmann",
4033                     "email": "[email protected]",
4034                     "role": "Developer"
4035                 }
4036             ],
4037             "description": "Library for handling version information and constraints",
4038             "time": "2017-03-05T17:38:23+00:00"
4039         },
4040         {
4041             "name": "phpdocumentor/reflection-common",
4042             "version": "1.0.1",
4043             "source": {
4044                 "type": "git",
4045                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
4046                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
4047             },
4048             "dist": {
4049                 "type": "zip",
4050                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4051                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
4052                 "shasum": ""
4053             },
4054             "require": {
4055                 "php": ">=5.5"
4056             },
4057             "require-dev": {
4058                 "phpunit/phpunit": "^4.6"
4059             },
4060             "type": "library",
4061             "extra": {
4062                 "branch-alias": {
4063                     "dev-master": "1.0.x-dev"
4064                 }
4065             },
4066             "autoload": {
4067                 "psr-4": {
4068                     "phpDocumentor\\Reflection\\": [
4069                         "src"
4070                     ]
4071                 }
4072             },
4073             "notification-url": "https://packagist.org/downloads/",
4074             "license": [
4075                 "MIT"
4076             ],
4077             "authors": [
4078                 {
4079                     "name": "Jaap van Otterdijk",
4080                     "email": "[email protected]"
4081                 }
4082             ],
4083             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
4084             "homepage": "http://www.phpdoc.org",
4085             "keywords": [
4086                 "FQSEN",
4087                 "phpDocumentor",
4088                 "phpdoc",
4089                 "reflection",
4090                 "static analysis"
4091             ],
4092             "time": "2017-09-11T18:02:19+00:00"
4093         },
4094         {
4095             "name": "phpdocumentor/reflection-docblock",
4096             "version": "4.3.0",
4097             "source": {
4098                 "type": "git",
4099                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
4100                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
4101             },
4102             "dist": {
4103                 "type": "zip",
4104                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4105                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4106                 "shasum": ""
4107             },
4108             "require": {
4109                 "php": "^7.0",
4110                 "phpdocumentor/reflection-common": "^1.0.0",
4111                 "phpdocumentor/type-resolver": "^0.4.0",
4112                 "webmozart/assert": "^1.0"
4113             },
4114             "require-dev": {
4115                 "doctrine/instantiator": "~1.0.5",
4116                 "mockery/mockery": "^1.0",
4117                 "phpunit/phpunit": "^6.4"
4118             },
4119             "type": "library",
4120             "extra": {
4121                 "branch-alias": {
4122                     "dev-master": "4.x-dev"
4123                 }
4124             },
4125             "autoload": {
4126                 "psr-4": {
4127                     "phpDocumentor\\Reflection\\": [
4128                         "src/"
4129                     ]
4130                 }
4131             },
4132             "notification-url": "https://packagist.org/downloads/",
4133             "license": [
4134                 "MIT"
4135             ],
4136             "authors": [
4137                 {
4138                     "name": "Mike van Riel",
4139                     "email": "[email protected]"
4140                 }
4141             ],
4142             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4143             "time": "2017-11-30T07:14:17+00:00"
4144         },
4145         {
4146             "name": "phpdocumentor/type-resolver",
4147             "version": "0.4.0",
4148             "source": {
4149                 "type": "git",
4150                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
4151                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4152             },
4153             "dist": {
4154                 "type": "zip",
4155                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4156                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4157                 "shasum": ""
4158             },
4159             "require": {
4160                 "php": "^5.5 || ^7.0",
4161                 "phpdocumentor/reflection-common": "^1.0"
4162             },
4163             "require-dev": {
4164                 "mockery/mockery": "^0.9.4",
4165                 "phpunit/phpunit": "^5.2||^4.8.24"
4166             },
4167             "type": "library",
4168             "extra": {
4169                 "branch-alias": {
4170                     "dev-master": "1.0.x-dev"
4171                 }
4172             },
4173             "autoload": {
4174                 "psr-4": {
4175                     "phpDocumentor\\Reflection\\": [
4176                         "src/"
4177                     ]
4178                 }
4179             },
4180             "notification-url": "https://packagist.org/downloads/",
4181             "license": [
4182                 "MIT"
4183             ],
4184             "authors": [
4185                 {
4186                     "name": "Mike van Riel",
4187                     "email": "[email protected]"
4188                 }
4189             ],
4190             "time": "2017-07-14T14:27:02+00:00"
4191         },
4192         {
4193             "name": "phpspec/prophecy",
4194             "version": "1.8.0",
4195             "source": {
4196                 "type": "git",
4197                 "url": "https://github.com/phpspec/prophecy.git",
4198                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
4199             },
4200             "dist": {
4201                 "type": "zip",
4202                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4203                 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
4204                 "shasum": ""
4205             },
4206             "require": {
4207                 "doctrine/instantiator": "^1.0.2",
4208                 "php": "^5.3|^7.0",
4209                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4210                 "sebastian/comparator": "^1.1|^2.0|^3.0",
4211                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4212             },
4213             "require-dev": {
4214                 "phpspec/phpspec": "^2.5|^3.2",
4215                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
4216             },
4217             "type": "library",
4218             "extra": {
4219                 "branch-alias": {
4220                     "dev-master": "1.8.x-dev"
4221                 }
4222             },
4223             "autoload": {
4224                 "psr-0": {
4225                     "Prophecy\\": "src/"
4226                 }
4227             },
4228             "notification-url": "https://packagist.org/downloads/",
4229             "license": [
4230                 "MIT"
4231             ],
4232             "authors": [
4233                 {
4234                     "name": "Konstantin Kudryashov",
4235                     "email": "[email protected]",
4236                     "homepage": "http://everzet.com"
4237                 },
4238                 {
4239                     "name": "Marcello Duarte",
4240                     "email": "[email protected]"
4241                 }
4242             ],
4243             "description": "Highly opinionated mocking framework for PHP 5.3+",
4244             "homepage": "https://github.com/phpspec/prophecy",
4245             "keywords": [
4246                 "Double",
4247                 "Dummy",
4248                 "fake",
4249                 "mock",
4250                 "spy",
4251                 "stub"
4252             ],
4253             "time": "2018-08-05T17:53:17+00:00"
4254         },
4255         {
4256             "name": "phpunit/php-code-coverage",
4257             "version": "5.3.2",
4258             "source": {
4259                 "type": "git",
4260                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4261                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
4262             },
4263             "dist": {
4264                 "type": "zip",
4265                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
4266                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
4267                 "shasum": ""
4268             },
4269             "require": {
4270                 "ext-dom": "*",
4271                 "ext-xmlwriter": "*",
4272                 "php": "^7.0",
4273                 "phpunit/php-file-iterator": "^1.4.2",
4274                 "phpunit/php-text-template": "^1.2.1",
4275                 "phpunit/php-token-stream": "^2.0.1",
4276                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
4277                 "sebastian/environment": "^3.0",
4278                 "sebastian/version": "^2.0.1",
4279                 "theseer/tokenizer": "^1.1"
4280             },
4281             "require-dev": {
4282                 "phpunit/phpunit": "^6.0"
4283             },
4284             "suggest": {
4285                 "ext-xdebug": "^2.5.5"
4286             },
4287             "type": "library",
4288             "extra": {
4289                 "branch-alias": {
4290                     "dev-master": "5.3.x-dev"
4291                 }
4292             },
4293             "autoload": {
4294                 "classmap": [
4295                     "src/"
4296                 ]
4297             },
4298             "notification-url": "https://packagist.org/downloads/",
4299             "license": [
4300                 "BSD-3-Clause"
4301             ],
4302             "authors": [
4303                 {
4304                     "name": "Sebastian Bergmann",
4305                     "email": "[email protected]",
4306                     "role": "lead"
4307                 }
4308             ],
4309             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4310             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4311             "keywords": [
4312                 "coverage",
4313                 "testing",
4314                 "xunit"
4315             ],
4316             "time": "2018-04-06T15:36:58+00:00"
4317         },
4318         {
4319             "name": "phpunit/php-file-iterator",
4320             "version": "1.4.5",
4321             "source": {
4322                 "type": "git",
4323                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4324                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4325             },
4326             "dist": {
4327                 "type": "zip",
4328                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4329                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4330                 "shasum": ""
4331             },
4332             "require": {
4333                 "php": ">=5.3.3"
4334             },
4335             "type": "library",
4336             "extra": {
4337                 "branch-alias": {
4338                     "dev-master": "1.4.x-dev"
4339                 }
4340             },
4341             "autoload": {
4342                 "classmap": [
4343                     "src/"
4344                 ]
4345             },
4346             "notification-url": "https://packagist.org/downloads/",
4347             "license": [
4348                 "BSD-3-Clause"
4349             ],
4350             "authors": [
4351                 {
4352                     "name": "Sebastian Bergmann",
4353                     "email": "[email protected]",
4354                     "role": "lead"
4355                 }
4356             ],
4357             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4358             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4359             "keywords": [
4360                 "filesystem",
4361                 "iterator"
4362             ],
4363             "time": "2017-11-27T13:52:08+00:00"
4364         },
4365         {
4366             "name": "phpunit/php-text-template",
4367             "version": "1.2.1",
4368             "source": {
4369                 "type": "git",
4370                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4371                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4372             },
4373             "dist": {
4374                 "type": "zip",
4375                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4376                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4377                 "shasum": ""
4378             },
4379             "require": {
4380                 "php": ">=5.3.3"
4381             },
4382             "type": "library",
4383             "autoload": {
4384                 "classmap": [
4385                     "src/"
4386                 ]
4387             },
4388             "notification-url": "https://packagist.org/downloads/",
4389             "license": [
4390                 "BSD-3-Clause"
4391             ],
4392             "authors": [
4393                 {
4394                     "name": "Sebastian Bergmann",
4395                     "email": "[email protected]",
4396                     "role": "lead"
4397                 }
4398             ],
4399             "description": "Simple template engine.",
4400             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4401             "keywords": [
4402                 "template"
4403             ],
4404             "time": "2015-06-21T13:50:34+00:00"
4405         },
4406         {
4407             "name": "phpunit/php-timer",
4408             "version": "1.0.9",
4409             "source": {
4410                 "type": "git",
4411                 "url": "https://github.com/sebastianbergmann/php-timer.git",
4412                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4413             },
4414             "dist": {
4415                 "type": "zip",
4416                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4417                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4418                 "shasum": ""
4419             },
4420             "require": {
4421                 "php": "^5.3.3 || ^7.0"
4422             },
4423             "require-dev": {
4424                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4425             },
4426             "type": "library",
4427             "extra": {
4428                 "branch-alias": {
4429                     "dev-master": "1.0-dev"
4430                 }
4431             },
4432             "autoload": {
4433                 "classmap": [
4434                     "src/"
4435                 ]
4436             },
4437             "notification-url": "https://packagist.org/downloads/",
4438             "license": [
4439                 "BSD-3-Clause"
4440             ],
4441             "authors": [
4442                 {
4443                     "name": "Sebastian Bergmann",
4444                     "email": "[email protected]",
4445                     "role": "lead"
4446                 }
4447             ],
4448             "description": "Utility class for timing",
4449             "homepage": "https://github.com/sebastianbergmann/php-timer/",
4450             "keywords": [
4451                 "timer"
4452             ],
4453             "time": "2017-02-26T11:10:40+00:00"
4454         },
4455         {
4456             "name": "phpunit/php-token-stream",
4457             "version": "2.0.2",
4458             "source": {
4459                 "type": "git",
4460                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4461                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
4462             },
4463             "dist": {
4464                 "type": "zip",
4465                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
4466                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
4467                 "shasum": ""
4468             },
4469             "require": {
4470                 "ext-tokenizer": "*",
4471                 "php": "^7.0"
4472             },
4473             "require-dev": {
4474                 "phpunit/phpunit": "^6.2.4"
4475             },
4476             "type": "library",
4477             "extra": {
4478                 "branch-alias": {
4479                     "dev-master": "2.0-dev"
4480                 }
4481             },
4482             "autoload": {
4483                 "classmap": [
4484                     "src/"
4485                 ]
4486             },
4487             "notification-url": "https://packagist.org/downloads/",
4488             "license": [
4489                 "BSD-3-Clause"
4490             ],
4491             "authors": [
4492                 {
4493                     "name": "Sebastian Bergmann",
4494                     "email": "[email protected]"
4495                 }
4496             ],
4497             "description": "Wrapper around PHP's tokenizer extension.",
4498             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4499             "keywords": [
4500                 "tokenizer"
4501             ],
4502             "time": "2017-11-27T05:48:46+00:00"
4503         },
4504         {
4505             "name": "phpunit/phpunit",
4506             "version": "6.5.11",
4507             "source": {
4508                 "type": "git",
4509                 "url": "https://github.com/sebastianbergmann/phpunit.git",
4510                 "reference": "7bab54cb366076023bbf457a2a0d513332cd40f2"
4511             },
4512             "dist": {
4513                 "type": "zip",
4514                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7bab54cb366076023bbf457a2a0d513332cd40f2",
4515                 "reference": "7bab54cb366076023bbf457a2a0d513332cd40f2",
4516                 "shasum": ""
4517             },
4518             "require": {
4519                 "ext-dom": "*",
4520                 "ext-json": "*",
4521                 "ext-libxml": "*",
4522                 "ext-mbstring": "*",
4523                 "ext-xml": "*",
4524                 "myclabs/deep-copy": "^1.6.1",
4525                 "phar-io/manifest": "^1.0.1",
4526                 "phar-io/version": "^1.0",
4527                 "php": "^7.0",
4528                 "phpspec/prophecy": "^1.7",
4529                 "phpunit/php-code-coverage": "^5.3",
4530                 "phpunit/php-file-iterator": "^1.4.3",
4531                 "phpunit/php-text-template": "^1.2.1",
4532                 "phpunit/php-timer": "^1.0.9",
4533                 "phpunit/phpunit-mock-objects": "^5.0.9",
4534                 "sebastian/comparator": "^2.1",
4535                 "sebastian/diff": "^2.0",
4536                 "sebastian/environment": "^3.1",
4537                 "sebastian/exporter": "^3.1",
4538                 "sebastian/global-state": "^2.0",
4539                 "sebastian/object-enumerator": "^3.0.3",
4540                 "sebastian/resource-operations": "^1.0",
4541                 "sebastian/version": "^2.0.1"
4542             },
4543             "conflict": {
4544                 "phpdocumentor/reflection-docblock": "3.0.2",
4545                 "phpunit/dbunit": "<3.0"
4546             },
4547             "require-dev": {
4548                 "ext-pdo": "*"
4549             },
4550             "suggest": {
4551                 "ext-xdebug": "*",
4552                 "phpunit/php-invoker": "^1.1"
4553             },
4554             "bin": [
4555                 "phpunit"
4556             ],
4557             "type": "library",
4558             "extra": {
4559                 "branch-alias": {
4560                     "dev-master": "6.5.x-dev"
4561                 }
4562             },
4563             "autoload": {
4564                 "classmap": [
4565                     "src/"
4566                 ]
4567             },
4568             "notification-url": "https://packagist.org/downloads/",
4569             "license": [
4570                 "BSD-3-Clause"
4571             ],
4572             "authors": [
4573                 {
4574                     "name": "Sebastian Bergmann",
4575                     "email": "[email protected]",
4576                     "role": "lead"
4577                 }
4578             ],
4579             "description": "The PHP Unit Testing framework.",
4580             "homepage": "https://phpunit.de/",
4581             "keywords": [
4582                 "phpunit",
4583                 "testing",
4584                 "xunit"
4585             ],
4586             "time": "2018-08-07T07:05:35+00:00"
4587         },
4588         {
4589             "name": "phpunit/phpunit-mock-objects",
4590             "version": "5.0.10",
4591             "source": {
4592                 "type": "git",
4593                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4594                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f"
4595             },
4596             "dist": {
4597                 "type": "zip",
4598                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f",
4599                 "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f",
4600                 "shasum": ""
4601             },
4602             "require": {
4603                 "doctrine/instantiator": "^1.0.5",
4604                 "php": "^7.0",
4605                 "phpunit/php-text-template": "^1.2.1",
4606                 "sebastian/exporter": "^3.1"
4607             },
4608             "conflict": {
4609                 "phpunit/phpunit": "<6.0"
4610             },
4611             "require-dev": {
4612                 "phpunit/phpunit": "^6.5.11"
4613             },
4614             "suggest": {
4615                 "ext-soap": "*"
4616             },
4617             "type": "library",
4618             "extra": {
4619                 "branch-alias": {
4620                     "dev-master": "5.0.x-dev"
4621                 }
4622             },
4623             "autoload": {
4624                 "classmap": [
4625                     "src/"
4626                 ]
4627             },
4628             "notification-url": "https://packagist.org/downloads/",
4629             "license": [
4630                 "BSD-3-Clause"
4631             ],
4632             "authors": [
4633                 {
4634                     "name": "Sebastian Bergmann",
4635                     "email": "[email protected]",
4636                     "role": "lead"
4637                 }
4638             ],
4639             "description": "Mock Object library for PHPUnit",
4640             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4641             "keywords": [
4642                 "mock",
4643                 "xunit"
4644             ],
4645             "time": "2018-08-09T05:50:03+00:00"
4646         },
4647         {
4648             "name": "sebastian/code-unit-reverse-lookup",
4649             "version": "1.0.1",
4650             "source": {
4651                 "type": "git",
4652                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4653                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4654             },
4655             "dist": {
4656                 "type": "zip",
4657                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4658                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4659                 "shasum": ""
4660             },
4661             "require": {
4662                 "php": "^5.6 || ^7.0"
4663             },
4664             "require-dev": {
4665                 "phpunit/phpunit": "^5.7 || ^6.0"
4666             },
4667             "type": "library",
4668             "extra": {
4669                 "branch-alias": {
4670                     "dev-master": "1.0.x-dev"
4671                 }
4672             },
4673             "autoload": {
4674                 "classmap": [
4675                     "src/"
4676                 ]
4677             },
4678             "notification-url": "https://packagist.org/downloads/",
4679             "license": [
4680                 "BSD-3-Clause"
4681             ],
4682             "authors": [
4683                 {
4684                     "name": "Sebastian Bergmann",
4685                     "email": "[email protected]"
4686                 }
4687             ],
4688             "description": "Looks up which function or method a line of code belongs to",
4689             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4690             "time": "2017-03-04T06:30:41+00:00"
4691         },
4692         {
4693             "name": "sebastian/comparator",
4694             "version": "2.1.3",
4695             "source": {
4696                 "type": "git",
4697                 "url": "https://github.com/sebastianbergmann/comparator.git",
4698                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
4699             },
4700             "dist": {
4701                 "type": "zip",
4702                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
4703                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
4704                 "shasum": ""
4705             },
4706             "require": {
4707                 "php": "^7.0",
4708                 "sebastian/diff": "^2.0 || ^3.0",
4709                 "sebastian/exporter": "^3.1"
4710             },
4711             "require-dev": {
4712                 "phpunit/phpunit": "^6.4"
4713             },
4714             "type": "library",
4715             "extra": {
4716                 "branch-alias": {
4717                     "dev-master": "2.1.x-dev"
4718                 }
4719             },
4720             "autoload": {
4721                 "classmap": [
4722                     "src/"
4723                 ]
4724             },
4725             "notification-url": "https://packagist.org/downloads/",
4726             "license": [
4727                 "BSD-3-Clause"
4728             ],
4729             "authors": [
4730                 {
4731                     "name": "Jeff Welch",
4732                     "email": "[email protected]"
4733                 },
4734                 {
4735                     "name": "Volker Dusch",
4736                     "email": "[email protected]"
4737                 },
4738                 {
4739                     "name": "Bernhard Schussek",
4740                     "email": "[email protected]"
4741                 },
4742                 {
4743                     "name": "Sebastian Bergmann",
4744                     "email": "[email protected]"
4745                 }
4746             ],
4747             "description": "Provides the functionality to compare PHP values for equality",
4748             "homepage": "https://github.com/sebastianbergmann/comparator",
4749             "keywords": [
4750                 "comparator",
4751                 "compare",
4752                 "equality"
4753             ],
4754             "time": "2018-02-01T13:46:46+00:00"
4755         },
4756         {
4757             "name": "sebastian/diff",
4758             "version": "2.0.1",
4759             "source": {
4760                 "type": "git",
4761                 "url": "https://github.com/sebastianbergmann/diff.git",
4762                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
4763             },
4764             "dist": {
4765                 "type": "zip",
4766                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4767                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4768                 "shasum": ""
4769             },
4770             "require": {
4771                 "php": "^7.0"
4772             },
4773             "require-dev": {
4774                 "phpunit/phpunit": "^6.2"
4775             },
4776             "type": "library",
4777             "extra": {
4778                 "branch-alias": {
4779                     "dev-master": "2.0-dev"
4780                 }
4781             },
4782             "autoload": {
4783                 "classmap": [
4784                     "src/"
4785                 ]
4786             },
4787             "notification-url": "https://packagist.org/downloads/",
4788             "license": [
4789                 "BSD-3-Clause"
4790             ],
4791             "authors": [
4792                 {
4793                     "name": "Kore Nordmann",
4794                     "email": "[email protected]"
4795                 },
4796                 {
4797                     "name": "Sebastian Bergmann",
4798                     "email": "[email protected]"
4799                 }
4800             ],
4801             "description": "Diff implementation",
4802             "homepage": "https://github.com/sebastianbergmann/diff",
4803             "keywords": [
4804                 "diff"
4805             ],
4806             "time": "2017-08-03T08:09:46+00:00"
4807         },
4808         {
4809             "name": "sebastian/environment",
4810             "version": "3.1.0",
4811             "source": {
4812                 "type": "git",
4813                 "url": "https://github.com/sebastianbergmann/environment.git",
4814                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4815             },
4816             "dist": {
4817                 "type": "zip",
4818                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4819                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4820                 "shasum": ""
4821             },
4822             "require": {
4823                 "php": "^7.0"
4824             },
4825             "require-dev": {
4826                 "phpunit/phpunit": "^6.1"
4827             },
4828             "type": "library",
4829             "extra": {
4830                 "branch-alias": {
4831                     "dev-master": "3.1.x-dev"
4832                 }
4833             },
4834             "autoload": {
4835                 "classmap": [
4836                     "src/"
4837                 ]
4838             },
4839             "notification-url": "https://packagist.org/downloads/",
4840             "license": [
4841                 "BSD-3-Clause"
4842             ],
4843             "authors": [
4844                 {
4845                     "name": "Sebastian Bergmann",
4846                     "email": "[email protected]"
4847                 }
4848             ],
4849             "description": "Provides functionality to handle HHVM/PHP environments",
4850             "homepage": "http://www.github.com/sebastianbergmann/environment",
4851             "keywords": [
4852                 "Xdebug",
4853                 "environment",
4854                 "hhvm"
4855             ],
4856             "time": "2017-07-01T08:51:00+00:00"
4857         },
4858         {
4859             "name": "sebastian/exporter",
4860             "version": "3.1.0",
4861             "source": {
4862                 "type": "git",
4863                 "url": "https://github.com/sebastianbergmann/exporter.git",
4864                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4865             },
4866             "dist": {
4867                 "type": "zip",
4868                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4869                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4870                 "shasum": ""
4871             },
4872             "require": {
4873                 "php": "^7.0",
4874                 "sebastian/recursion-context": "^3.0"
4875             },
4876             "require-dev": {
4877                 "ext-mbstring": "*",
4878                 "phpunit/phpunit": "^6.0"
4879             },
4880             "type": "library",
4881             "extra": {
4882                 "branch-alias": {
4883                     "dev-master": "3.1.x-dev"
4884                 }
4885             },
4886             "autoload": {
4887                 "classmap": [
4888                     "src/"
4889                 ]
4890             },
4891             "notification-url": "https://packagist.org/downloads/",
4892             "license": [
4893                 "BSD-3-Clause"
4894             ],
4895             "authors": [
4896                 {
4897                     "name": "Jeff Welch",
4898                     "email": "[email protected]"
4899                 },
4900                 {
4901                     "name": "Volker Dusch",
4902                     "email": "[email protected]"
4903                 },
4904                 {
4905                     "name": "Bernhard Schussek",
4906                     "email": "[email protected]"
4907                 },
4908                 {
4909                     "name": "Sebastian Bergmann",
4910                     "email": "[email protected]"
4911                 },
4912                 {
4913                     "name": "Adam Harvey",
4914                     "email": "[email protected]"
4915                 }
4916             ],
4917             "description": "Provides the functionality to export PHP variables for visualization",
4918             "homepage": "http://www.github.com/sebastianbergmann/exporter",
4919             "keywords": [
4920                 "export",
4921                 "exporter"
4922             ],
4923             "time": "2017-04-03T13:19:02+00:00"
4924         },
4925         {
4926             "name": "sebastian/global-state",
4927             "version": "2.0.0",
4928             "source": {
4929                 "type": "git",
4930                 "url": "https://github.com/sebastianbergmann/global-state.git",
4931                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4932             },
4933             "dist": {
4934                 "type": "zip",
4935                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4936                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4937                 "shasum": ""
4938             },
4939             "require": {
4940                 "php": "^7.0"
4941             },
4942             "require-dev": {
4943                 "phpunit/phpunit": "^6.0"
4944             },
4945             "suggest": {
4946                 "ext-uopz": "*"
4947             },
4948             "type": "library",
4949             "extra": {
4950                 "branch-alias": {
4951                     "dev-master": "2.0-dev"
4952                 }
4953             },
4954             "autoload": {
4955                 "classmap": [
4956                     "src/"
4957                 ]
4958             },
4959             "notification-url": "https://packagist.org/downloads/",
4960             "license": [
4961                 "BSD-3-Clause"
4962             ],
4963             "authors": [
4964                 {
4965                     "name": "Sebastian Bergmann",
4966                     "email": "[email protected]"
4967                 }
4968             ],
4969             "description": "Snapshotting of global state",
4970             "homepage": "http://www.github.com/sebastianbergmann/global-state",
4971             "keywords": [
4972                 "global state"
4973             ],
4974             "time": "2017-04-27T15:39:26+00:00"
4975         },
4976         {
4977             "name": "sebastian/object-enumerator",
4978             "version": "3.0.3",
4979             "source": {
4980                 "type": "git",
4981                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4982                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4983             },
4984             "dist": {
4985                 "type": "zip",
4986                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4987                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4988                 "shasum": ""
4989             },
4990             "require": {
4991                 "php": "^7.0",
4992                 "sebastian/object-reflector": "^1.1.1",
4993                 "sebastian/recursion-context": "^3.0"
4994             },
4995             "require-dev": {
4996                 "phpunit/phpunit": "^6.0"
4997             },
4998             "type": "library",
4999             "extra": {
5000                 "branch-alias": {
5001                     "dev-master": "3.0.x-dev"
5002                 }
5003             },
5004             "autoload": {
5005                 "classmap": [
5006                     "src/"
5007                 ]
5008             },
5009             "notification-url": "https://packagist.org/downloads/",
5010             "license": [
5011                 "BSD-3-Clause"
5012             ],
5013             "authors": [
5014                 {
5015                     "name": "Sebastian Bergmann",
5016                     "email": "[email protected]"
5017                 }
5018             ],
5019             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
5020             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
5021             "time": "2017-08-03T12:35:26+00:00"
5022         },
5023         {
5024             "name": "sebastian/object-reflector",
5025             "version": "1.1.1",
5026             "source": {
5027                 "type": "git",
5028                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
5029                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
5030             },
5031             "dist": {
5032                 "type": "zip",
5033                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
5034                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
5035                 "shasum": ""
5036             },
5037             "require": {
5038                 "php": "^7.0"
5039             },
5040             "require-dev": {
5041                 "phpunit/phpunit": "^6.0"
5042             },
5043             "type": "library",
5044             "extra": {
5045                 "branch-alias": {
5046                     "dev-master": "1.1-dev"
5047                 }
5048             },
5049             "autoload": {
5050                 "classmap": [
5051                     "src/"
5052                 ]
5053             },
5054             "notification-url": "https://packagist.org/downloads/",
5055             "license": [
5056                 "BSD-3-Clause"
5057             ],
5058             "authors": [
5059                 {
5060                     "name": "Sebastian Bergmann",
5061                     "email": "[email protected]"
5062                 }
5063             ],
5064             "description": "Allows reflection of object attributes, including inherited and non-public ones",
5065             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
5066             "time": "2017-03-29T09:07:27+00:00"
5067         },
5068         {
5069             "name": "sebastian/recursion-context",
5070             "version": "3.0.0",
5071             "source": {
5072                 "type": "git",
5073                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
5074                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
5075             },
5076             "dist": {
5077                 "type": "zip",
5078                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5079                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
5080                 "shasum": ""
5081             },
5082             "require": {
5083                 "php": "^7.0"
5084             },
5085             "require-dev": {
5086                 "phpunit/phpunit": "^6.0"
5087             },
5088             "type": "library",
5089             "extra": {
5090                 "branch-alias": {
5091                     "dev-master": "3.0.x-dev"
5092                 }
5093             },
5094             "autoload": {
5095                 "classmap": [
5096                     "src/"
5097                 ]
5098             },
5099             "notification-url": "https://packagist.org/downloads/",
5100             "license": [
5101                 "BSD-3-Clause"
5102             ],
5103             "authors": [
5104                 {
5105                     "name": "Jeff Welch",
5106                     "email": "[email protected]"
5107                 },
5108                 {
5109                     "name": "Sebastian Bergmann",
5110                     "email": "[email protected]"
5111                 },
5112                 {
5113                     "name": "Adam Harvey",
5114                     "email": "[email protected]"
5115                 }
5116             ],
5117             "description": "Provides functionality to recursively process PHP variables",
5118             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5119             "time": "2017-03-03T06:23:57+00:00"
5120         },
5121         {
5122             "name": "sebastian/resource-operations",
5123             "version": "1.0.0",
5124             "source": {
5125                 "type": "git",
5126                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
5127                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5128             },
5129             "dist": {
5130                 "type": "zip",
5131                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5132                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5133                 "shasum": ""
5134             },
5135             "require": {
5136                 "php": ">=5.6.0"
5137             },
5138             "type": "library",
5139             "extra": {
5140                 "branch-alias": {
5141                     "dev-master": "1.0.x-dev"
5142                 }
5143             },
5144             "autoload": {
5145                 "classmap": [
5146                     "src/"
5147                 ]
5148             },
5149             "notification-url": "https://packagist.org/downloads/",
5150             "license": [
5151                 "BSD-3-Clause"
5152             ],
5153             "authors": [
5154                 {
5155                     "name": "Sebastian Bergmann",
5156                     "email": "[email protected]"
5157                 }
5158             ],
5159             "description": "Provides a list of PHP built-in functions that operate on resources",
5160             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5161             "time": "2015-07-28T20:34:47+00:00"
5162         },
5163         {
5164             "name": "sebastian/version",
5165             "version": "2.0.1",
5166             "source": {
5167                 "type": "git",
5168                 "url": "https://github.com/sebastianbergmann/version.git",
5169                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5170             },
5171             "dist": {
5172                 "type": "zip",
5173                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5174                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5175                 "shasum": ""
5176             },
5177             "require": {
5178                 "php": ">=5.6"
5179             },
5180             "type": "library",
5181             "extra": {
5182                 "branch-alias": {
5183                     "dev-master": "2.0.x-dev"
5184                 }
5185             },
5186             "autoload": {
5187                 "classmap": [
5188                     "src/"
5189                 ]
5190             },
5191             "notification-url": "https://packagist.org/downloads/",
5192             "license": [
5193                 "BSD-3-Clause"
5194             ],
5195             "authors": [
5196                 {
5197                     "name": "Sebastian Bergmann",
5198                     "email": "[email protected]",
5199                     "role": "lead"
5200                 }
5201             ],
5202             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5203             "homepage": "https://github.com/sebastianbergmann/version",
5204             "time": "2016-10-03T07:35:21+00:00"
5205         },
5206         {
5207             "name": "squizlabs/php_codesniffer",
5208             "version": "3.3.1",
5209             "source": {
5210                 "type": "git",
5211                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5212                 "reference": "628a481780561150481a9ec74709092b9759b3ec"
5213             },
5214             "dist": {
5215                 "type": "zip",
5216                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/628a481780561150481a9ec74709092b9759b3ec",
5217                 "reference": "628a481780561150481a9ec74709092b9759b3ec",
5218                 "shasum": ""
5219             },
5220             "require": {
5221                 "ext-simplexml": "*",
5222                 "ext-tokenizer": "*",
5223                 "ext-xmlwriter": "*",
5224                 "php": ">=5.4.0"
5225             },
5226             "require-dev": {
5227                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5228             },
5229             "bin": [
5230                 "bin/phpcs",
5231                 "bin/phpcbf"
5232             ],
5233             "type": "library",
5234             "extra": {
5235                 "branch-alias": {
5236                     "dev-master": "3.x-dev"
5237                 }
5238             },
5239             "notification-url": "https://packagist.org/downloads/",
5240             "license": [
5241                 "BSD-3-Clause"
5242             ],
5243             "authors": [
5244                 {
5245                     "name": "Greg Sherwood",
5246                     "role": "lead"
5247                 }
5248             ],
5249             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5250             "homepage": "http://www.squizlabs.com/php-codesniffer",
5251             "keywords": [
5252                 "phpcs",
5253                 "standards"
5254             ],
5255             "time": "2018-07-26T23:47:18+00:00"
5256         },
5257         {
5258             "name": "symfony/class-loader",
5259             "version": "v3.3.6",
5260             "source": {
5261                 "type": "git",
5262                 "url": "https://github.com/symfony/class-loader.git",
5263                 "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f"
5264             },
5265             "dist": {
5266                 "type": "zip",
5267                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/386a294d621576302e7cc36965d6ed53b8c73c4f",
5268                 "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f",
5269                 "shasum": ""
5270             },
5271             "require": {
5272                 "php": ">=5.5.9"
5273             },
5274             "require-dev": {
5275                 "symfony/finder": "~2.8|~3.0",
5276                 "symfony/polyfill-apcu": "~1.1"
5277             },
5278             "suggest": {
5279                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
5280             },
5281             "type": "library",
5282             "extra": {
5283                 "branch-alias": {
5284                     "dev-master": "3.3-dev"
5285                 }
5286             },
5287             "autoload": {
5288                 "psr-4": {
5289                     "Symfony\\Component\\ClassLoader\\": ""
5290                 },
5291                 "exclude-from-classmap": [
5292                     "/Tests/"
5293                 ]
5294             },
5295             "notification-url": "https://packagist.org/downloads/",
5296             "license": [
5297                 "MIT"
5298             ],
5299             "authors": [
5300                 {
5301                     "name": "Fabien Potencier",
5302                     "email": "[email protected]"
5303                 },
5304                 {
5305                     "name": "Symfony Community",
5306                     "homepage": "https://symfony.com/contributors"
5307                 }
5308             ],
5309             "description": "Symfony ClassLoader Component",
5310             "homepage": "https://symfony.com",
5311             "time": "2017-06-02T09:51:43+00:00"
5312         },
5313         {
5314             "name": "symfony/dom-crawler",
5315             "version": "v3.1.10",
5316             "source": {
5317                 "type": "git",
5318                 "url": "https://github.com/symfony/dom-crawler.git",
5319                 "reference": "7eede2a901a19928494194f7d1815a77b9a473a0"
5320             },
5321             "dist": {
5322                 "type": "zip",
5323                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7eede2a901a19928494194f7d1815a77b9a473a0",
5324                 "reference": "7eede2a901a19928494194f7d1815a77b9a473a0",
5325                 "shasum": ""
5326             },
5327             "require": {
5328                 "php": ">=5.5.9",
5329                 "symfony/polyfill-mbstring": "~1.0"
5330             },
5331             "require-dev": {
5332                 "symfony/css-selector": "~2.8|~3.0"
5333             },
5334             "suggest": {
5335                 "symfony/css-selector": ""
5336             },
5337             "type": "library",
5338             "extra": {
5339                 "branch-alias": {
5340                     "dev-master": "3.1-dev"
5341                 }
5342             },
5343             "autoload": {
5344                 "psr-4": {
5345                     "Symfony\\Component\\DomCrawler\\": ""
5346                 },
5347                 "exclude-from-classmap": [
5348                     "/Tests/"
5349                 ]
5350             },
5351             "notification-url": "https://packagist.org/downloads/",
5352             "license": [
5353                 "MIT"
5354             ],
5355             "authors": [
5356                 {
5357                     "name": "Fabien Potencier",
5358                     "email": "[email protected]"
5359                 },
5360                 {
5361                     "name": "Symfony Community",
5362                     "homepage": "https://symfony.com/contributors"
5363                 }
5364             ],
5365             "description": "Symfony DomCrawler Component",
5366             "homepage": "https://symfony.com",
5367             "time": "2017-01-21T17:13:55+00:00"
5368         },
5369         {
5370             "name": "theseer/tokenizer",
5371             "version": "1.1.0",
5372             "source": {
5373                 "type": "git",
5374                 "url": "https://github.com/theseer/tokenizer.git",
5375                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5376             },
5377             "dist": {
5378                 "type": "zip",
5379                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5380                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5381                 "shasum": ""
5382             },
5383             "require": {
5384                 "ext-dom": "*",
5385                 "ext-tokenizer": "*",
5386                 "ext-xmlwriter": "*",
5387                 "php": "^7.0"
5388             },
5389             "type": "library",
5390             "autoload": {
5391                 "classmap": [
5392                     "src/"
5393                 ]
5394             },
5395             "notification-url": "https://packagist.org/downloads/",
5396             "license": [
5397                 "BSD-3-Clause"
5398             ],
5399             "authors": [
5400                 {
5401                     "name": "Arne Blankerts",
5402                     "email": "[email protected]",
5403                     "role": "Developer"
5404                 }
5405             ],
5406             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5407             "time": "2017-04-07T12:08:54+00:00"
5408         },
5409         {
5410             "name": "webmozart/assert",
5411             "version": "1.3.0",
5412             "source": {
5413                 "type": "git",
5414                 "url": "https://github.com/webmozart/assert.git",
5415                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5416             },
5417             "dist": {
5418                 "type": "zip",
5419                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5420                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5421                 "shasum": ""
5422             },
5423             "require": {
5424                 "php": "^5.3.3 || ^7.0"
5425             },
5426             "require-dev": {
5427                 "phpunit/phpunit": "^4.6",
5428                 "sebastian/version": "^1.0.1"
5429             },
5430             "type": "library",
5431             "extra": {
5432                 "branch-alias": {
5433                     "dev-master": "1.3-dev"
5434                 }
5435             },
5436             "autoload": {
5437                 "psr-4": {
5438                     "Webmozart\\Assert\\": "src/"
5439                 }
5440             },
5441             "notification-url": "https://packagist.org/downloads/",
5442             "license": [
5443                 "MIT"
5444             ],
5445             "authors": [
5446                 {
5447                     "name": "Bernhard Schussek",
5448                     "email": "[email protected]"
5449                 }
5450             ],
5451             "description": "Assertions to validate method input/output with nice error messages.",
5452             "keywords": [
5453                 "assert",
5454                 "check",
5455                 "validate"
5456             ],
5457             "time": "2018-01-29T19:49:41+00:00"
5458         }
5459     ],
5460     "aliases": [],
5461     "minimum-stability": "stable",
5462     "stability-flags": [],
5463     "prefer-stable": false,
5464     "prefer-lowest": false,
5465     "platform": {
5466         "php": ">=7.0.0",
5467         "ext-tidy": "*"
5468     },
5469     "platform-dev": [],
5470     "platform-overrides": {
5471         "php": "7.0"
5472     }
5473 }