]> BookStack Code Mirror - bookstack/blob - composer.lock
Added copy button to codemirror-rendered code blocks
[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": "3bf33ab103b15b06ca06c85fd8ae3b78",
8     "packages": [
9         {
10             "name": "aws/aws-sdk-php",
11             "version": "3.56.4",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/aws/aws-sdk-php.git",
15                 "reference": "03273bb5c1d8098ff6c23b3fa9ee444c4cc1dcee"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/03273bb5c1d8098ff6c23b3fa9ee444c4cc1dcee",
20                 "reference": "03273bb5c1d8098ff6c23b3fa9ee444c4cc1dcee",
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-05-18T19:53:15+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.1",
833             "source": {
834                 "type": "git",
835                 "url": "https://github.com/Intervention/image.git",
836                 "reference": "3603dbcc9a17d307533473246a6c58c31cf17919"
837             },
838             "dist": {
839                 "type": "zip",
840                 "url": "https://api.github.com/repos/Intervention/image/zipball/3603dbcc9a17d307533473246a6c58c31cf17919",
841                 "reference": "3603dbcc9a17d307533473246a6c58c31cf17919",
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.3-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": "2017-09-21T16:29:17+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.40",
969             "source": {
970                 "type": "git",
971                 "url": "https://github.com/laravel/framework.git",
972                 "reference": "d724ce0aa61bbd9adf658215eec484f5dd6711d6"
973             },
974             "dist": {
975                 "type": "zip",
976                 "url": "https://api.github.com/repos/laravel/framework/zipball/d724ce0aa61bbd9adf658215eec484f5dd6711d6",
977                 "reference": "d724ce0aa61bbd9adf658215eec484f5dd6711d6",
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-03-30T13:29:30+00:00"
1099         },
1100         {
1101             "name": "laravel/socialite",
1102             "version": "v3.0.11",
1103             "source": {
1104                 "type": "git",
1105                 "url": "https://github.com/laravel/socialite.git",
1106                 "reference": "4d29ba66fdb38ec994b778e5e51657555cc10511"
1107             },
1108             "dist": {
1109                 "type": "zip",
1110                 "url": "https://api.github.com/repos/laravel/socialite/zipball/4d29ba66fdb38ec994b778e5e51657555cc10511",
1111                 "reference": "4d29ba66fdb38ec994b778e5e51657555cc10511",
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-05-12T17:44:53+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.27.0",
1536             "source": {
1537                 "type": "git",
1538                 "url": "https://github.com/briannesbitt/Carbon.git",
1539                 "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9"
1540             },
1541             "dist": {
1542                 "type": "zip",
1543                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
1544                 "reference": "ef81c39b67200dcd7401c24363dcac05ac3a4fe9",
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             "autoload": {
1557                 "psr-4": {
1558                     "": "src/"
1559                 }
1560             },
1561             "notification-url": "https://packagist.org/downloads/",
1562             "license": [
1563                 "MIT"
1564             ],
1565             "authors": [
1566                 {
1567                     "name": "Brian Nesbitt",
1568                     "email": "[email protected]",
1569                     "homepage": "http://nesbot.com"
1570                 }
1571             ],
1572             "description": "A simple API extension for DateTime.",
1573             "homepage": "http://carbon.nesbot.com",
1574             "keywords": [
1575                 "date",
1576                 "datetime",
1577                 "time"
1578             ],
1579             "time": "2018-04-23T09:02:57+00:00"
1580         },
1581         {
1582             "name": "paragonie/random_compat",
1583             "version": "v2.0.12",
1584             "source": {
1585                 "type": "git",
1586                 "url": "https://github.com/paragonie/random_compat.git",
1587                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb"
1588             },
1589             "dist": {
1590                 "type": "zip",
1591                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1592                 "reference": "258c89a6b97de7dfaf5b8c7607d0478e236b04fb",
1593                 "shasum": ""
1594             },
1595             "require": {
1596                 "php": ">=5.2.0"
1597             },
1598             "require-dev": {
1599                 "phpunit/phpunit": "4.*|5.*"
1600             },
1601             "suggest": {
1602                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1603             },
1604             "type": "library",
1605             "autoload": {
1606                 "files": [
1607                     "lib/random.php"
1608                 ]
1609             },
1610             "notification-url": "https://packagist.org/downloads/",
1611             "license": [
1612                 "MIT"
1613             ],
1614             "authors": [
1615                 {
1616                     "name": "Paragon Initiative Enterprises",
1617                     "email": "[email protected]",
1618                     "homepage": "https://paragonie.com"
1619                 }
1620             ],
1621             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1622             "keywords": [
1623                 "csprng",
1624                 "pseudorandom",
1625                 "random"
1626             ],
1627             "time": "2018-04-04T21:24:14+00:00"
1628         },
1629         {
1630             "name": "phenx/php-font-lib",
1631             "version": "0.5.1",
1632             "source": {
1633                 "type": "git",
1634                 "url": "https://github.com/PhenX/php-font-lib.git",
1635                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
1636             },
1637             "dist": {
1638                 "type": "zip",
1639                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
1640                 "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
1641                 "shasum": ""
1642             },
1643             "require-dev": {
1644                 "phpunit/phpunit": "^4.8"
1645             },
1646             "type": "library",
1647             "autoload": {
1648                 "psr-4": {
1649                     "FontLib\\": "src/FontLib"
1650                 }
1651             },
1652             "notification-url": "https://packagist.org/downloads/",
1653             "license": [
1654                 "LGPL-3.0"
1655             ],
1656             "authors": [
1657                 {
1658                     "name": "Fabien Ménager",
1659                     "email": "[email protected]"
1660                 }
1661             ],
1662             "description": "A library to read, parse, export and make subsets of different types of font files.",
1663             "homepage": "https://github.com/PhenX/php-font-lib",
1664             "time": "2017-09-13T16:14:37+00:00"
1665         },
1666         {
1667             "name": "phenx/php-svg-lib",
1668             "version": "v0.3",
1669             "source": {
1670                 "type": "git",
1671                 "url": "https://github.com/PhenX/php-svg-lib.git",
1672                 "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa"
1673             },
1674             "dist": {
1675                 "type": "zip",
1676                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/a85f7fe9fe08d093a4a8583cdd306b553ff918aa",
1677                 "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa",
1678                 "shasum": ""
1679             },
1680             "require": {
1681                 "sabberworm/php-css-parser": "8.1.*"
1682             },
1683             "require-dev": {
1684                 "phpunit/phpunit": "~5.0"
1685             },
1686             "type": "library",
1687             "autoload": {
1688                 "psr-0": {
1689                     "Svg\\": "src/"
1690                 }
1691             },
1692             "notification-url": "https://packagist.org/downloads/",
1693             "license": [
1694                 "LGPL-3.0"
1695             ],
1696             "authors": [
1697                 {
1698                     "name": "Fabien Ménager",
1699                     "email": "[email protected]"
1700                 }
1701             ],
1702             "description": "A library to read, parse and export to PDF SVG files.",
1703             "homepage": "https://github.com/PhenX/php-svg-lib",
1704             "time": "2017-05-24T10:07:27+00:00"
1705         },
1706         {
1707             "name": "predis/predis",
1708             "version": "v1.1.1",
1709             "source": {
1710                 "type": "git",
1711                 "url": "https://github.com/nrk/predis.git",
1712                 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
1713             },
1714             "dist": {
1715                 "type": "zip",
1716                 "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
1717                 "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
1718                 "shasum": ""
1719             },
1720             "require": {
1721                 "php": ">=5.3.9"
1722             },
1723             "require-dev": {
1724                 "phpunit/phpunit": "~4.8"
1725             },
1726             "suggest": {
1727                 "ext-curl": "Allows access to Webdis when paired with phpiredis",
1728                 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
1729             },
1730             "type": "library",
1731             "autoload": {
1732                 "psr-4": {
1733                     "Predis\\": "src/"
1734                 }
1735             },
1736             "notification-url": "https://packagist.org/downloads/",
1737             "license": [
1738                 "MIT"
1739             ],
1740             "authors": [
1741                 {
1742                     "name": "Daniele Alessandri",
1743                     "email": "[email protected]",
1744                     "homepage": "http://clorophilla.net"
1745                 }
1746             ],
1747             "description": "Flexible and feature-complete Redis client for PHP and HHVM",
1748             "homepage": "http://github.com/nrk/predis",
1749             "keywords": [
1750                 "nosql",
1751                 "predis",
1752                 "redis"
1753             ],
1754             "time": "2016-06-16T16:22:20+00:00"
1755         },
1756         {
1757             "name": "psr/container",
1758             "version": "1.0.0",
1759             "source": {
1760                 "type": "git",
1761                 "url": "https://github.com/php-fig/container.git",
1762                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1763             },
1764             "dist": {
1765                 "type": "zip",
1766                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1767                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1768                 "shasum": ""
1769             },
1770             "require": {
1771                 "php": ">=5.3.0"
1772             },
1773             "type": "library",
1774             "extra": {
1775                 "branch-alias": {
1776                     "dev-master": "1.0.x-dev"
1777                 }
1778             },
1779             "autoload": {
1780                 "psr-4": {
1781                     "Psr\\Container\\": "src/"
1782                 }
1783             },
1784             "notification-url": "https://packagist.org/downloads/",
1785             "license": [
1786                 "MIT"
1787             ],
1788             "authors": [
1789                 {
1790                     "name": "PHP-FIG",
1791                     "homepage": "http://www.php-fig.org/"
1792                 }
1793             ],
1794             "description": "Common Container Interface (PHP FIG PSR-11)",
1795             "homepage": "https://github.com/php-fig/container",
1796             "keywords": [
1797                 "PSR-11",
1798                 "container",
1799                 "container-interface",
1800                 "container-interop",
1801                 "psr"
1802             ],
1803             "time": "2017-02-14T16:28:37+00:00"
1804         },
1805         {
1806             "name": "psr/http-message",
1807             "version": "1.0.1",
1808             "source": {
1809                 "type": "git",
1810                 "url": "https://github.com/php-fig/http-message.git",
1811                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1812             },
1813             "dist": {
1814                 "type": "zip",
1815                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1816                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1817                 "shasum": ""
1818             },
1819             "require": {
1820                 "php": ">=5.3.0"
1821             },
1822             "type": "library",
1823             "extra": {
1824                 "branch-alias": {
1825                     "dev-master": "1.0.x-dev"
1826                 }
1827             },
1828             "autoload": {
1829                 "psr-4": {
1830                     "Psr\\Http\\Message\\": "src/"
1831                 }
1832             },
1833             "notification-url": "https://packagist.org/downloads/",
1834             "license": [
1835                 "MIT"
1836             ],
1837             "authors": [
1838                 {
1839                     "name": "PHP-FIG",
1840                     "homepage": "http://www.php-fig.org/"
1841                 }
1842             ],
1843             "description": "Common interface for HTTP messages",
1844             "homepage": "https://github.com/php-fig/http-message",
1845             "keywords": [
1846                 "http",
1847                 "http-message",
1848                 "psr",
1849                 "psr-7",
1850                 "request",
1851                 "response"
1852             ],
1853             "time": "2016-08-06T14:39:51+00:00"
1854         },
1855         {
1856             "name": "psr/log",
1857             "version": "1.0.2",
1858             "source": {
1859                 "type": "git",
1860                 "url": "https://github.com/php-fig/log.git",
1861                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1862             },
1863             "dist": {
1864                 "type": "zip",
1865                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1866                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1867                 "shasum": ""
1868             },
1869             "require": {
1870                 "php": ">=5.3.0"
1871             },
1872             "type": "library",
1873             "extra": {
1874                 "branch-alias": {
1875                     "dev-master": "1.0.x-dev"
1876                 }
1877             },
1878             "autoload": {
1879                 "psr-4": {
1880                     "Psr\\Log\\": "Psr/Log/"
1881                 }
1882             },
1883             "notification-url": "https://packagist.org/downloads/",
1884             "license": [
1885                 "MIT"
1886             ],
1887             "authors": [
1888                 {
1889                     "name": "PHP-FIG",
1890                     "homepage": "http://www.php-fig.org/"
1891                 }
1892             ],
1893             "description": "Common interface for logging libraries",
1894             "homepage": "https://github.com/php-fig/log",
1895             "keywords": [
1896                 "log",
1897                 "psr",
1898                 "psr-3"
1899             ],
1900             "time": "2016-10-10T12:19:37+00:00"
1901         },
1902         {
1903             "name": "psr/simple-cache",
1904             "version": "1.0.1",
1905             "source": {
1906                 "type": "git",
1907                 "url": "https://github.com/php-fig/simple-cache.git",
1908                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
1909             },
1910             "dist": {
1911                 "type": "zip",
1912                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1913                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
1914                 "shasum": ""
1915             },
1916             "require": {
1917                 "php": ">=5.3.0"
1918             },
1919             "type": "library",
1920             "extra": {
1921                 "branch-alias": {
1922                     "dev-master": "1.0.x-dev"
1923                 }
1924             },
1925             "autoload": {
1926                 "psr-4": {
1927                     "Psr\\SimpleCache\\": "src/"
1928                 }
1929             },
1930             "notification-url": "https://packagist.org/downloads/",
1931             "license": [
1932                 "MIT"
1933             ],
1934             "authors": [
1935                 {
1936                     "name": "PHP-FIG",
1937                     "homepage": "http://www.php-fig.org/"
1938                 }
1939             ],
1940             "description": "Common interfaces for simple caching",
1941             "keywords": [
1942                 "cache",
1943                 "caching",
1944                 "psr",
1945                 "psr-16",
1946                 "simple-cache"
1947             ],
1948             "time": "2017-10-23T01:57:42+00:00"
1949         },
1950         {
1951             "name": "ramsey/uuid",
1952             "version": "3.7.3",
1953             "source": {
1954                 "type": "git",
1955                 "url": "https://github.com/ramsey/uuid.git",
1956                 "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
1957             },
1958             "dist": {
1959                 "type": "zip",
1960                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1961                 "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
1962                 "shasum": ""
1963             },
1964             "require": {
1965                 "paragonie/random_compat": "^1.0|^2.0",
1966                 "php": "^5.4 || ^7.0"
1967             },
1968             "replace": {
1969                 "rhumsaa/uuid": "self.version"
1970             },
1971             "require-dev": {
1972                 "codeception/aspect-mock": "^1.0 | ~2.0.0",
1973                 "doctrine/annotations": "~1.2.0",
1974                 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
1975                 "ircmaxell/random-lib": "^1.1",
1976                 "jakub-onderka/php-parallel-lint": "^0.9.0",
1977                 "mockery/mockery": "^0.9.9",
1978                 "moontoast/math": "^1.1",
1979                 "php-mock/php-mock-phpunit": "^0.3|^1.1",
1980                 "phpunit/phpunit": "^4.7|^5.0",
1981                 "squizlabs/php_codesniffer": "^2.3"
1982             },
1983             "suggest": {
1984                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
1985                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
1986                 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
1987                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
1988                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
1989                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
1990             },
1991             "type": "library",
1992             "extra": {
1993                 "branch-alias": {
1994                     "dev-master": "3.x-dev"
1995                 }
1996             },
1997             "autoload": {
1998                 "psr-4": {
1999                     "Ramsey\\Uuid\\": "src/"
2000                 }
2001             },
2002             "notification-url": "https://packagist.org/downloads/",
2003             "license": [
2004                 "MIT"
2005             ],
2006             "authors": [
2007                 {
2008                     "name": "Marijn Huizendveld",
2009                     "email": "[email protected]"
2010                 },
2011                 {
2012                     "name": "Thibaud Fabre",
2013                     "email": "[email protected]"
2014                 },
2015                 {
2016                     "name": "Ben Ramsey",
2017                     "email": "[email protected]",
2018                     "homepage": "https://benramsey.com"
2019                 }
2020             ],
2021             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
2022             "homepage": "https://github.com/ramsey/uuid",
2023             "keywords": [
2024                 "guid",
2025                 "identifier",
2026                 "uuid"
2027             ],
2028             "time": "2018-01-20T00:28:24+00:00"
2029         },
2030         {
2031             "name": "sabberworm/php-css-parser",
2032             "version": "8.1.0",
2033             "source": {
2034                 "type": "git",
2035                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
2036                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
2037             },
2038             "dist": {
2039                 "type": "zip",
2040                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
2041                 "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
2042                 "shasum": ""
2043             },
2044             "require": {
2045                 "php": ">=5.3.2"
2046             },
2047             "require-dev": {
2048                 "phpunit/phpunit": "*"
2049             },
2050             "type": "library",
2051             "autoload": {
2052                 "psr-0": {
2053                     "Sabberworm\\CSS": "lib/"
2054                 }
2055             },
2056             "notification-url": "https://packagist.org/downloads/",
2057             "license": [
2058                 "MIT"
2059             ],
2060             "authors": [
2061                 {
2062                     "name": "Raphael Schweikert"
2063                 }
2064             ],
2065             "description": "Parser for CSS Files written in PHP",
2066             "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
2067             "keywords": [
2068                 "css",
2069                 "parser",
2070                 "stylesheet"
2071             ],
2072             "time": "2016-07-19T19:14:21+00:00"
2073         },
2074         {
2075             "name": "socialiteproviders/gitlab",
2076             "version": "v3.0.2",
2077             "source": {
2078                 "type": "git",
2079                 "url": "https://github.com/SocialiteProviders/GitLab.git",
2080                 "reference": "bab80e8e16853e062c58013b1c1f474bd5a5c49a"
2081             },
2082             "dist": {
2083                 "type": "zip",
2084                 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/bab80e8e16853e062c58013b1c1f474bd5a5c49a",
2085                 "reference": "bab80e8e16853e062c58013b1c1f474bd5a5c49a",
2086                 "shasum": ""
2087             },
2088             "require": {
2089                 "php": "^5.6 || ^7.0",
2090                 "socialiteproviders/manager": "~2.0 || ~3.0"
2091             },
2092             "type": "library",
2093             "autoload": {
2094                 "psr-4": {
2095                     "SocialiteProviders\\GitLab\\": ""
2096                 }
2097             },
2098             "notification-url": "https://packagist.org/downloads/",
2099             "license": [
2100                 "MIT"
2101             ],
2102             "authors": [
2103                 {
2104                     "name": "Christoffer Martinsen",
2105                     "email": "[email protected]"
2106                 }
2107             ],
2108             "description": "GitLab OAuth2 Provider for Laravel Socialite",
2109             "time": "2018-05-11T03:10:27+00:00"
2110         },
2111         {
2112             "name": "socialiteproviders/manager",
2113             "version": "v3.3.1",
2114             "source": {
2115                 "type": "git",
2116                 "url": "https://github.com/SocialiteProviders/Manager.git",
2117                 "reference": "1de3f3d874392da6f1a4c0bf30d843e9cd903ea7"
2118             },
2119             "dist": {
2120                 "type": "zip",
2121                 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/1de3f3d874392da6f1a4c0bf30d843e9cd903ea7",
2122                 "reference": "1de3f3d874392da6f1a4c0bf30d843e9cd903ea7",
2123                 "shasum": ""
2124             },
2125             "require": {
2126                 "laravel/socialite": "~3.0",
2127                 "php": "^5.6 || ^7.0"
2128             },
2129             "require-dev": {
2130                 "mockery/mockery": "^0.9.4",
2131                 "phpunit/phpunit": "^5.0"
2132             },
2133             "type": "library",
2134             "extra": {
2135                 "laravel": {
2136                     "providers": [
2137                         "SocialiteProviders\\Manager\\ServiceProvider"
2138                     ]
2139                 }
2140             },
2141             "autoload": {
2142                 "psr-4": {
2143                     "SocialiteProviders\\Manager\\": "src/",
2144                     "SocialiteProviders\\Manager\\Test\\": "tests/"
2145                 }
2146             },
2147             "notification-url": "https://packagist.org/downloads/",
2148             "license": [
2149                 "MIT"
2150             ],
2151             "authors": [
2152                 {
2153                     "name": "Andy Wendt",
2154                     "email": "[email protected]"
2155                 }
2156             ],
2157             "description": "Easily add new or override built-in providers in Laravel Socialite.",
2158             "time": "2017-11-20T08:42:57+00:00"
2159         },
2160         {
2161             "name": "socialiteproviders/microsoft-azure",
2162             "version": "v3.0.0",
2163             "source": {
2164                 "type": "git",
2165                 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
2166                 "reference": "d7a703a782eb9f7eae0db803beaa3ddec19ef372"
2167             },
2168             "dist": {
2169                 "type": "zip",
2170                 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/d7a703a782eb9f7eae0db803beaa3ddec19ef372",
2171                 "reference": "d7a703a782eb9f7eae0db803beaa3ddec19ef372",
2172                 "shasum": ""
2173             },
2174             "require": {
2175                 "php": "^5.6 || ^7.0",
2176                 "socialiteproviders/manager": "~3.0"
2177             },
2178             "type": "library",
2179             "autoload": {
2180                 "psr-4": {
2181                     "SocialiteProviders\\Azure\\": ""
2182                 }
2183             },
2184             "notification-url": "https://packagist.org/downloads/",
2185             "license": [
2186                 "MIT"
2187             ],
2188             "authors": [
2189                 {
2190                     "name": "Chris Hemmings",
2191                     "email": "[email protected]"
2192                 }
2193             ],
2194             "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
2195             "time": "2017-01-25T09:48:29+00:00"
2196         },
2197         {
2198             "name": "socialiteproviders/okta",
2199             "version": "v1.0.0",
2200             "source": {
2201                 "type": "git",
2202                 "url": "https://github.com/SocialiteProviders/Okta.git",
2203                 "reference": "dcda13432c80060cd84d4cb5f2af422d280ab895"
2204             },
2205             "dist": {
2206                 "type": "zip",
2207                 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/dcda13432c80060cd84d4cb5f2af422d280ab895",
2208                 "reference": "dcda13432c80060cd84d4cb5f2af422d280ab895",
2209                 "shasum": ""
2210             },
2211             "require": {
2212                 "php": "^5.6 || ^7.0",
2213                 "socialiteproviders/manager": "~2.0 || ~3.0"
2214             },
2215             "type": "library",
2216             "autoload": {
2217                 "psr-4": {
2218                     "SocialiteProviders\\Okta\\": ""
2219                 }
2220             },
2221             "notification-url": "https://packagist.org/downloads/",
2222             "license": [
2223                 "MIT"
2224             ],
2225             "authors": [
2226                 {
2227                     "name": "Chase Coney",
2228                     "email": "[email protected]"
2229                 }
2230             ],
2231             "description": "Okta OAuth2 Provider for Laravel Socialite",
2232             "time": "2017-11-21T05:31:47+00:00"
2233         },
2234         {
2235             "name": "socialiteproviders/slack",
2236             "version": "v3.0.3",
2237             "source": {
2238                 "type": "git",
2239                 "url": "https://github.com/SocialiteProviders/Slack.git",
2240                 "reference": "8d5d0c0c916adf2af6b406679130441db0afc387"
2241             },
2242             "dist": {
2243                 "type": "zip",
2244                 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/8d5d0c0c916adf2af6b406679130441db0afc387",
2245                 "reference": "8d5d0c0c916adf2af6b406679130441db0afc387",
2246                 "shasum": ""
2247             },
2248             "require": {
2249                 "php": "^5.6 || ^7.0",
2250                 "socialiteproviders/manager": "~2.0 || ~3.0"
2251             },
2252             "type": "library",
2253             "autoload": {
2254                 "psr-4": {
2255                     "SocialiteProviders\\Slack\\": ""
2256                 }
2257             },
2258             "notification-url": "https://packagist.org/downloads/",
2259             "license": [
2260                 "MIT"
2261             ],
2262             "authors": [
2263                 {
2264                     "name": "Brian Faust",
2265                     "email": "[email protected]"
2266                 }
2267             ],
2268             "description": "Slack OAuth2 Provider for Laravel Socialite",
2269             "time": "2017-04-10T05:10:48+00:00"
2270         },
2271         {
2272             "name": "socialiteproviders/twitch",
2273             "version": "v3.0.0",
2274             "source": {
2275                 "type": "git",
2276                 "url": "https://github.com/SocialiteProviders/Twitch.git",
2277                 "reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93"
2278             },
2279             "dist": {
2280                 "type": "zip",
2281                 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/a7ad148c0b42d0c607d8a034b6e47faf5fc85e93",
2282                 "reference": "a7ad148c0b42d0c607d8a034b6e47faf5fc85e93",
2283                 "shasum": ""
2284             },
2285             "require": {
2286                 "php": "^5.6 || ^7.0",
2287                 "socialiteproviders/manager": "~3.0"
2288             },
2289             "type": "library",
2290             "autoload": {
2291                 "psr-4": {
2292                     "SocialiteProviders\\Twitch\\": ""
2293                 }
2294             },
2295             "notification-url": "https://packagist.org/downloads/",
2296             "license": [
2297                 "MIT"
2298             ],
2299             "authors": [
2300                 {
2301                     "name": "Brian Faust",
2302                     "email": "[email protected]"
2303                 }
2304             ],
2305             "description": "Twitch OAuth2 Provider for Laravel Socialite",
2306             "time": "2017-01-25T09:48:29+00:00"
2307         },
2308         {
2309             "name": "swiftmailer/swiftmailer",
2310             "version": "v6.0.2",
2311             "source": {
2312                 "type": "git",
2313                 "url": "https://github.com/swiftmailer/swiftmailer.git",
2314                 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
2315             },
2316             "dist": {
2317                 "type": "zip",
2318                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
2319                 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
2320                 "shasum": ""
2321             },
2322             "require": {
2323                 "egulias/email-validator": "~2.0",
2324                 "php": ">=7.0.0"
2325             },
2326             "require-dev": {
2327                 "mockery/mockery": "~0.9.1",
2328                 "symfony/phpunit-bridge": "~3.3@dev"
2329             },
2330             "type": "library",
2331             "extra": {
2332                 "branch-alias": {
2333                     "dev-master": "6.0-dev"
2334                 }
2335             },
2336             "autoload": {
2337                 "files": [
2338                     "lib/swift_required.php"
2339                 ]
2340             },
2341             "notification-url": "https://packagist.org/downloads/",
2342             "license": [
2343                 "MIT"
2344             ],
2345             "authors": [
2346                 {
2347                     "name": "Chris Corbyn"
2348                 },
2349                 {
2350                     "name": "Fabien Potencier",
2351                     "email": "[email protected]"
2352                 }
2353             ],
2354             "description": "Swiftmailer, free feature-rich PHP mailer",
2355             "homepage": "http://swiftmailer.symfony.com",
2356             "keywords": [
2357                 "email",
2358                 "mail",
2359                 "mailer"
2360             ],
2361             "time": "2017-09-30T22:39:41+00:00"
2362         },
2363         {
2364             "name": "symfony/console",
2365             "version": "v3.3.6",
2366             "source": {
2367                 "type": "git",
2368                 "url": "https://github.com/symfony/console.git",
2369                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
2370             },
2371             "dist": {
2372                 "type": "zip",
2373                 "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
2374                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
2375                 "shasum": ""
2376             },
2377             "require": {
2378                 "php": ">=5.5.9",
2379                 "symfony/debug": "~2.8|~3.0",
2380                 "symfony/polyfill-mbstring": "~1.0"
2381             },
2382             "conflict": {
2383                 "symfony/dependency-injection": "<3.3"
2384             },
2385             "require-dev": {
2386                 "psr/log": "~1.0",
2387                 "symfony/config": "~3.3",
2388                 "symfony/dependency-injection": "~3.3",
2389                 "symfony/event-dispatcher": "~2.8|~3.0",
2390                 "symfony/filesystem": "~2.8|~3.0",
2391                 "symfony/http-kernel": "~2.8|~3.0",
2392                 "symfony/process": "~2.8|~3.0"
2393             },
2394             "suggest": {
2395                 "psr/log": "For using the console logger",
2396                 "symfony/event-dispatcher": "",
2397                 "symfony/filesystem": "",
2398                 "symfony/process": ""
2399             },
2400             "type": "library",
2401             "extra": {
2402                 "branch-alias": {
2403                     "dev-master": "3.3-dev"
2404                 }
2405             },
2406             "autoload": {
2407                 "psr-4": {
2408                     "Symfony\\Component\\Console\\": ""
2409                 },
2410                 "exclude-from-classmap": [
2411                     "/Tests/"
2412                 ]
2413             },
2414             "notification-url": "https://packagist.org/downloads/",
2415             "license": [
2416                 "MIT"
2417             ],
2418             "authors": [
2419                 {
2420                     "name": "Fabien Potencier",
2421                     "email": "[email protected]"
2422                 },
2423                 {
2424                     "name": "Symfony Community",
2425                     "homepage": "https://symfony.com/contributors"
2426                 }
2427             ],
2428             "description": "Symfony Console Component",
2429             "homepage": "https://symfony.com",
2430             "time": "2017-07-29T21:27:59+00:00"
2431         },
2432         {
2433             "name": "symfony/css-selector",
2434             "version": "v3.1.10",
2435             "source": {
2436                 "type": "git",
2437                 "url": "https://github.com/symfony/css-selector.git",
2438                 "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
2439             },
2440             "dist": {
2441                 "type": "zip",
2442                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2443                 "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2444                 "shasum": ""
2445             },
2446             "require": {
2447                 "php": ">=5.5.9"
2448             },
2449             "type": "library",
2450             "extra": {
2451                 "branch-alias": {
2452                     "dev-master": "3.1-dev"
2453                 }
2454             },
2455             "autoload": {
2456                 "psr-4": {
2457                     "Symfony\\Component\\CssSelector\\": ""
2458                 },
2459                 "exclude-from-classmap": [
2460                     "/Tests/"
2461                 ]
2462             },
2463             "notification-url": "https://packagist.org/downloads/",
2464             "license": [
2465                 "MIT"
2466             ],
2467             "authors": [
2468                 {
2469                     "name": "Jean-François Simon",
2470                     "email": "[email protected]"
2471                 },
2472                 {
2473                     "name": "Fabien Potencier",
2474                     "email": "[email protected]"
2475                 },
2476                 {
2477                     "name": "Symfony Community",
2478                     "homepage": "https://symfony.com/contributors"
2479                 }
2480             ],
2481             "description": "Symfony CssSelector Component",
2482             "homepage": "https://symfony.com",
2483             "time": "2017-01-02T20:31:54+00:00"
2484         },
2485         {
2486             "name": "symfony/debug",
2487             "version": "v3.3.6",
2488             "source": {
2489                 "type": "git",
2490                 "url": "https://github.com/symfony/debug.git",
2491                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
2492             },
2493             "dist": {
2494                 "type": "zip",
2495                 "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2496                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2497                 "shasum": ""
2498             },
2499             "require": {
2500                 "php": ">=5.5.9",
2501                 "psr/log": "~1.0"
2502             },
2503             "conflict": {
2504                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2505             },
2506             "require-dev": {
2507                 "symfony/http-kernel": "~2.8|~3.0"
2508             },
2509             "type": "library",
2510             "extra": {
2511                 "branch-alias": {
2512                     "dev-master": "3.3-dev"
2513                 }
2514             },
2515             "autoload": {
2516                 "psr-4": {
2517                     "Symfony\\Component\\Debug\\": ""
2518                 },
2519                 "exclude-from-classmap": [
2520                     "/Tests/"
2521                 ]
2522             },
2523             "notification-url": "https://packagist.org/downloads/",
2524             "license": [
2525                 "MIT"
2526             ],
2527             "authors": [
2528                 {
2529                     "name": "Fabien Potencier",
2530                     "email": "[email protected]"
2531                 },
2532                 {
2533                     "name": "Symfony Community",
2534                     "homepage": "https://symfony.com/contributors"
2535                 }
2536             ],
2537             "description": "Symfony Debug Component",
2538             "homepage": "https://symfony.com",
2539             "time": "2017-07-28T15:27:31+00:00"
2540         },
2541         {
2542             "name": "symfony/event-dispatcher",
2543             "version": "v3.3.6",
2544             "source": {
2545                 "type": "git",
2546                 "url": "https://github.com/symfony/event-dispatcher.git",
2547                 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
2548             },
2549             "dist": {
2550                 "type": "zip",
2551                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
2552                 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
2553                 "shasum": ""
2554             },
2555             "require": {
2556                 "php": ">=5.5.9"
2557             },
2558             "conflict": {
2559                 "symfony/dependency-injection": "<3.3"
2560             },
2561             "require-dev": {
2562                 "psr/log": "~1.0",
2563                 "symfony/config": "~2.8|~3.0",
2564                 "symfony/dependency-injection": "~3.3",
2565                 "symfony/expression-language": "~2.8|~3.0",
2566                 "symfony/stopwatch": "~2.8|~3.0"
2567             },
2568             "suggest": {
2569                 "symfony/dependency-injection": "",
2570                 "symfony/http-kernel": ""
2571             },
2572             "type": "library",
2573             "extra": {
2574                 "branch-alias": {
2575                     "dev-master": "3.3-dev"
2576                 }
2577             },
2578             "autoload": {
2579                 "psr-4": {
2580                     "Symfony\\Component\\EventDispatcher\\": ""
2581                 },
2582                 "exclude-from-classmap": [
2583                     "/Tests/"
2584                 ]
2585             },
2586             "notification-url": "https://packagist.org/downloads/",
2587             "license": [
2588                 "MIT"
2589             ],
2590             "authors": [
2591                 {
2592                     "name": "Fabien Potencier",
2593                     "email": "[email protected]"
2594                 },
2595                 {
2596                     "name": "Symfony Community",
2597                     "homepage": "https://symfony.com/contributors"
2598                 }
2599             ],
2600             "description": "Symfony EventDispatcher Component",
2601             "homepage": "https://symfony.com",
2602             "time": "2017-06-09T14:53:08+00:00"
2603         },
2604         {
2605             "name": "symfony/finder",
2606             "version": "v3.3.6",
2607             "source": {
2608                 "type": "git",
2609                 "url": "https://github.com/symfony/finder.git",
2610                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
2611             },
2612             "dist": {
2613                 "type": "zip",
2614                 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
2615                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
2616                 "shasum": ""
2617             },
2618             "require": {
2619                 "php": ">=5.5.9"
2620             },
2621             "type": "library",
2622             "extra": {
2623                 "branch-alias": {
2624                     "dev-master": "3.3-dev"
2625                 }
2626             },
2627             "autoload": {
2628                 "psr-4": {
2629                     "Symfony\\Component\\Finder\\": ""
2630                 },
2631                 "exclude-from-classmap": [
2632                     "/Tests/"
2633                 ]
2634             },
2635             "notification-url": "https://packagist.org/downloads/",
2636             "license": [
2637                 "MIT"
2638             ],
2639             "authors": [
2640                 {
2641                     "name": "Fabien Potencier",
2642                     "email": "[email protected]"
2643                 },
2644                 {
2645                     "name": "Symfony Community",
2646                     "homepage": "https://symfony.com/contributors"
2647                 }
2648             ],
2649             "description": "Symfony Finder Component",
2650             "homepage": "https://symfony.com",
2651             "time": "2017-06-01T21:01:25+00:00"
2652         },
2653         {
2654             "name": "symfony/http-foundation",
2655             "version": "v3.3.6",
2656             "source": {
2657                 "type": "git",
2658                 "url": "https://github.com/symfony/http-foundation.git",
2659                 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031"
2660             },
2661             "dist": {
2662                 "type": "zip",
2663                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031",
2664                 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031",
2665                 "shasum": ""
2666             },
2667             "require": {
2668                 "php": ">=5.5.9",
2669                 "symfony/polyfill-mbstring": "~1.1"
2670             },
2671             "require-dev": {
2672                 "symfony/expression-language": "~2.8|~3.0"
2673             },
2674             "type": "library",
2675             "extra": {
2676                 "branch-alias": {
2677                     "dev-master": "3.3-dev"
2678                 }
2679             },
2680             "autoload": {
2681                 "psr-4": {
2682                     "Symfony\\Component\\HttpFoundation\\": ""
2683                 },
2684                 "exclude-from-classmap": [
2685                     "/Tests/"
2686                 ]
2687             },
2688             "notification-url": "https://packagist.org/downloads/",
2689             "license": [
2690                 "MIT"
2691             ],
2692             "authors": [
2693                 {
2694                     "name": "Fabien Potencier",
2695                     "email": "[email protected]"
2696                 },
2697                 {
2698                     "name": "Symfony Community",
2699                     "homepage": "https://symfony.com/contributors"
2700                 }
2701             ],
2702             "description": "Symfony HttpFoundation Component",
2703             "homepage": "https://symfony.com",
2704             "time": "2017-07-21T11:04:46+00:00"
2705         },
2706         {
2707             "name": "symfony/http-kernel",
2708             "version": "v3.3.6",
2709             "source": {
2710                 "type": "git",
2711                 "url": "https://github.com/symfony/http-kernel.git",
2712                 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5"
2713             },
2714             "dist": {
2715                 "type": "zip",
2716                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db10d05f1d95e4168e638db7a81c79616f568ea5",
2717                 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5",
2718                 "shasum": ""
2719             },
2720             "require": {
2721                 "php": ">=5.5.9",
2722                 "psr/log": "~1.0",
2723                 "symfony/debug": "~2.8|~3.0",
2724                 "symfony/event-dispatcher": "~2.8|~3.0",
2725                 "symfony/http-foundation": "~3.3"
2726             },
2727             "conflict": {
2728                 "symfony/config": "<2.8",
2729                 "symfony/dependency-injection": "<3.3",
2730                 "symfony/var-dumper": "<3.3",
2731                 "twig/twig": "<1.34|<2.4,>=2"
2732             },
2733             "require-dev": {
2734                 "psr/cache": "~1.0",
2735                 "symfony/browser-kit": "~2.8|~3.0",
2736                 "symfony/class-loader": "~2.8|~3.0",
2737                 "symfony/config": "~2.8|~3.0",
2738                 "symfony/console": "~2.8|~3.0",
2739                 "symfony/css-selector": "~2.8|~3.0",
2740                 "symfony/dependency-injection": "~3.3",
2741                 "symfony/dom-crawler": "~2.8|~3.0",
2742                 "symfony/expression-language": "~2.8|~3.0",
2743                 "symfony/finder": "~2.8|~3.0",
2744                 "symfony/process": "~2.8|~3.0",
2745                 "symfony/routing": "~2.8|~3.0",
2746                 "symfony/stopwatch": "~2.8|~3.0",
2747                 "symfony/templating": "~2.8|~3.0",
2748                 "symfony/translation": "~2.8|~3.0",
2749                 "symfony/var-dumper": "~3.3"
2750             },
2751             "suggest": {
2752                 "symfony/browser-kit": "",
2753                 "symfony/class-loader": "",
2754                 "symfony/config": "",
2755                 "symfony/console": "",
2756                 "symfony/dependency-injection": "",
2757                 "symfony/finder": "",
2758                 "symfony/var-dumper": ""
2759             },
2760             "type": "library",
2761             "extra": {
2762                 "branch-alias": {
2763                     "dev-master": "3.3-dev"
2764                 }
2765             },
2766             "autoload": {
2767                 "psr-4": {
2768                     "Symfony\\Component\\HttpKernel\\": ""
2769                 },
2770                 "exclude-from-classmap": [
2771                     "/Tests/"
2772                 ]
2773             },
2774             "notification-url": "https://packagist.org/downloads/",
2775             "license": [
2776                 "MIT"
2777             ],
2778             "authors": [
2779                 {
2780                     "name": "Fabien Potencier",
2781                     "email": "[email protected]"
2782                 },
2783                 {
2784                     "name": "Symfony Community",
2785                     "homepage": "https://symfony.com/contributors"
2786                 }
2787             ],
2788             "description": "Symfony HttpKernel Component",
2789             "homepage": "https://symfony.com",
2790             "time": "2017-08-01T10:25:59+00:00"
2791         },
2792         {
2793             "name": "symfony/polyfill-mbstring",
2794             "version": "v1.8.0",
2795             "source": {
2796                 "type": "git",
2797                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2798                 "reference": "3296adf6a6454a050679cde90f95350ad604b171"
2799             },
2800             "dist": {
2801                 "type": "zip",
2802                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
2803                 "reference": "3296adf6a6454a050679cde90f95350ad604b171",
2804                 "shasum": ""
2805             },
2806             "require": {
2807                 "php": ">=5.3.3"
2808             },
2809             "suggest": {
2810                 "ext-mbstring": "For best performance"
2811             },
2812             "type": "library",
2813             "extra": {
2814                 "branch-alias": {
2815                     "dev-master": "1.8-dev"
2816                 }
2817             },
2818             "autoload": {
2819                 "psr-4": {
2820                     "Symfony\\Polyfill\\Mbstring\\": ""
2821                 },
2822                 "files": [
2823                     "bootstrap.php"
2824                 ]
2825             },
2826             "notification-url": "https://packagist.org/downloads/",
2827             "license": [
2828                 "MIT"
2829             ],
2830             "authors": [
2831                 {
2832                     "name": "Nicolas Grekas",
2833                     "email": "[email protected]"
2834                 },
2835                 {
2836                     "name": "Symfony Community",
2837                     "homepage": "https://symfony.com/contributors"
2838                 }
2839             ],
2840             "description": "Symfony polyfill for the Mbstring extension",
2841             "homepage": "https://symfony.com",
2842             "keywords": [
2843                 "compatibility",
2844                 "mbstring",
2845                 "polyfill",
2846                 "portable",
2847                 "shim"
2848             ],
2849             "time": "2018-04-26T10:06:28+00:00"
2850         },
2851         {
2852             "name": "symfony/process",
2853             "version": "v3.3.6",
2854             "source": {
2855                 "type": "git",
2856                 "url": "https://github.com/symfony/process.git",
2857                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
2858             },
2859             "dist": {
2860                 "type": "zip",
2861                 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
2862                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
2863                 "shasum": ""
2864             },
2865             "require": {
2866                 "php": ">=5.5.9"
2867             },
2868             "type": "library",
2869             "extra": {
2870                 "branch-alias": {
2871                     "dev-master": "3.3-dev"
2872                 }
2873             },
2874             "autoload": {
2875                 "psr-4": {
2876                     "Symfony\\Component\\Process\\": ""
2877                 },
2878                 "exclude-from-classmap": [
2879                     "/Tests/"
2880                 ]
2881             },
2882             "notification-url": "https://packagist.org/downloads/",
2883             "license": [
2884                 "MIT"
2885             ],
2886             "authors": [
2887                 {
2888                     "name": "Fabien Potencier",
2889                     "email": "[email protected]"
2890                 },
2891                 {
2892                     "name": "Symfony Community",
2893                     "homepage": "https://symfony.com/contributors"
2894                 }
2895             ],
2896             "description": "Symfony Process Component",
2897             "homepage": "https://symfony.com",
2898             "time": "2017-07-13T13:05:09+00:00"
2899         },
2900         {
2901             "name": "symfony/routing",
2902             "version": "v3.3.6",
2903             "source": {
2904                 "type": "git",
2905                 "url": "https://github.com/symfony/routing.git",
2906                 "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26"
2907             },
2908             "dist": {
2909                 "type": "zip",
2910                 "url": "https://api.github.com/repos/symfony/routing/zipball/4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
2911                 "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
2912                 "shasum": ""
2913             },
2914             "require": {
2915                 "php": ">=5.5.9"
2916             },
2917             "conflict": {
2918                 "symfony/config": "<2.8",
2919                 "symfony/dependency-injection": "<3.3",
2920                 "symfony/yaml": "<3.3"
2921             },
2922             "require-dev": {
2923                 "doctrine/annotations": "~1.0",
2924                 "doctrine/common": "~2.2",
2925                 "psr/log": "~1.0",
2926                 "symfony/config": "~2.8|~3.0",
2927                 "symfony/dependency-injection": "~3.3",
2928                 "symfony/expression-language": "~2.8|~3.0",
2929                 "symfony/http-foundation": "~2.8|~3.0",
2930                 "symfony/yaml": "~3.3"
2931             },
2932             "suggest": {
2933                 "doctrine/annotations": "For using the annotation loader",
2934                 "symfony/config": "For using the all-in-one router or any loader",
2935                 "symfony/dependency-injection": "For loading routes from a service",
2936                 "symfony/expression-language": "For using expression matching",
2937                 "symfony/http-foundation": "For using a Symfony Request object",
2938                 "symfony/yaml": "For using the YAML loader"
2939             },
2940             "type": "library",
2941             "extra": {
2942                 "branch-alias": {
2943                     "dev-master": "3.3-dev"
2944                 }
2945             },
2946             "autoload": {
2947                 "psr-4": {
2948                     "Symfony\\Component\\Routing\\": ""
2949                 },
2950                 "exclude-from-classmap": [
2951                     "/Tests/"
2952                 ]
2953             },
2954             "notification-url": "https://packagist.org/downloads/",
2955             "license": [
2956                 "MIT"
2957             ],
2958             "authors": [
2959                 {
2960                     "name": "Fabien Potencier",
2961                     "email": "[email protected]"
2962                 },
2963                 {
2964                     "name": "Symfony Community",
2965                     "homepage": "https://symfony.com/contributors"
2966                 }
2967             ],
2968             "description": "Symfony Routing Component",
2969             "homepage": "https://symfony.com",
2970             "keywords": [
2971                 "router",
2972                 "routing",
2973                 "uri",
2974                 "url"
2975             ],
2976             "time": "2017-07-21T17:43:13+00:00"
2977         },
2978         {
2979             "name": "symfony/translation",
2980             "version": "v3.3.6",
2981             "source": {
2982                 "type": "git",
2983                 "url": "https://github.com/symfony/translation.git",
2984                 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
2985             },
2986             "dist": {
2987                 "type": "zip",
2988                 "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
2989                 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
2990                 "shasum": ""
2991             },
2992             "require": {
2993                 "php": ">=5.5.9",
2994                 "symfony/polyfill-mbstring": "~1.0"
2995             },
2996             "conflict": {
2997                 "symfony/config": "<2.8",
2998                 "symfony/yaml": "<3.3"
2999             },
3000             "require-dev": {
3001                 "psr/log": "~1.0",
3002                 "symfony/config": "~2.8|~3.0",
3003                 "symfony/intl": "^2.8.18|^3.2.5",
3004                 "symfony/yaml": "~3.3"
3005             },
3006             "suggest": {
3007                 "psr/log": "To use logging capability in translator",
3008                 "symfony/config": "",
3009                 "symfony/yaml": ""
3010             },
3011             "type": "library",
3012             "extra": {
3013                 "branch-alias": {
3014                     "dev-master": "3.3-dev"
3015                 }
3016             },
3017             "autoload": {
3018                 "psr-4": {
3019                     "Symfony\\Component\\Translation\\": ""
3020                 },
3021                 "exclude-from-classmap": [
3022                     "/Tests/"
3023                 ]
3024             },
3025             "notification-url": "https://packagist.org/downloads/",
3026             "license": [
3027                 "MIT"
3028             ],
3029             "authors": [
3030                 {
3031                     "name": "Fabien Potencier",
3032                     "email": "[email protected]"
3033                 },
3034                 {
3035                     "name": "Symfony Community",
3036                     "homepage": "https://symfony.com/contributors"
3037                 }
3038             ],
3039             "description": "Symfony Translation Component",
3040             "homepage": "https://symfony.com",
3041             "time": "2017-06-24T16:45:30+00:00"
3042         },
3043         {
3044             "name": "symfony/var-dumper",
3045             "version": "v3.3.6",
3046             "source": {
3047                 "type": "git",
3048                 "url": "https://github.com/symfony/var-dumper.git",
3049                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663"
3050             },
3051             "dist": {
3052                 "type": "zip",
3053                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663",
3054                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663",
3055                 "shasum": ""
3056             },
3057             "require": {
3058                 "php": ">=5.5.9",
3059                 "symfony/polyfill-mbstring": "~1.0"
3060             },
3061             "conflict": {
3062                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
3063             },
3064             "require-dev": {
3065                 "ext-iconv": "*",
3066                 "twig/twig": "~1.34|~2.4"
3067             },
3068             "suggest": {
3069                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
3070                 "ext-symfony_debug": ""
3071             },
3072             "type": "library",
3073             "extra": {
3074                 "branch-alias": {
3075                     "dev-master": "3.3-dev"
3076                 }
3077             },
3078             "autoload": {
3079                 "files": [
3080                     "Resources/functions/dump.php"
3081                 ],
3082                 "psr-4": {
3083                     "Symfony\\Component\\VarDumper\\": ""
3084                 },
3085                 "exclude-from-classmap": [
3086                     "/Tests/"
3087                 ]
3088             },
3089             "notification-url": "https://packagist.org/downloads/",
3090             "license": [
3091                 "MIT"
3092             ],
3093             "authors": [
3094                 {
3095                     "name": "Nicolas Grekas",
3096                     "email": "[email protected]"
3097                 },
3098                 {
3099                     "name": "Symfony Community",
3100                     "homepage": "https://symfony.com/contributors"
3101                 }
3102             ],
3103             "description": "Symfony mechanism for exploring and dumping PHP variables",
3104             "homepage": "https://symfony.com",
3105             "keywords": [
3106                 "debug",
3107                 "dump"
3108             ],
3109             "time": "2017-07-28T06:06:09+00:00"
3110         },
3111         {
3112             "name": "tijsverkoyen/css-to-inline-styles",
3113             "version": "2.2.1",
3114             "source": {
3115                 "type": "git",
3116                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3117                 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
3118             },
3119             "dist": {
3120                 "type": "zip",
3121                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3122                 "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
3123                 "shasum": ""
3124             },
3125             "require": {
3126                 "php": "^5.5 || ^7.0",
3127                 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
3128             },
3129             "require-dev": {
3130                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
3131             },
3132             "type": "library",
3133             "extra": {
3134                 "branch-alias": {
3135                     "dev-master": "2.2.x-dev"
3136                 }
3137             },
3138             "autoload": {
3139                 "psr-4": {
3140                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
3141                 }
3142             },
3143             "notification-url": "https://packagist.org/downloads/",
3144             "license": [
3145                 "BSD-3-Clause"
3146             ],
3147             "authors": [
3148                 {
3149                     "name": "Tijs Verkoyen",
3150                     "email": "[email protected]",
3151                     "role": "Developer"
3152                 }
3153             ],
3154             "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.",
3155             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3156             "time": "2017-11-27T11:13:29+00:00"
3157         },
3158         {
3159             "name": "vlucas/phpdotenv",
3160             "version": "v2.4.0",
3161             "source": {
3162                 "type": "git",
3163                 "url": "https://github.com/vlucas/phpdotenv.git",
3164                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
3165             },
3166             "dist": {
3167                 "type": "zip",
3168                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3169                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3170                 "shasum": ""
3171             },
3172             "require": {
3173                 "php": ">=5.3.9"
3174             },
3175             "require-dev": {
3176                 "phpunit/phpunit": "^4.8 || ^5.0"
3177             },
3178             "type": "library",
3179             "extra": {
3180                 "branch-alias": {
3181                     "dev-master": "2.4-dev"
3182                 }
3183             },
3184             "autoload": {
3185                 "psr-4": {
3186                     "Dotenv\\": "src/"
3187                 }
3188             },
3189             "notification-url": "https://packagist.org/downloads/",
3190             "license": [
3191                 "BSD-3-Clause-Attribution"
3192             ],
3193             "authors": [
3194                 {
3195                     "name": "Vance Lucas",
3196                     "email": "[email protected]",
3197                     "homepage": "http://www.vancelucas.com"
3198                 }
3199             ],
3200             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3201             "keywords": [
3202                 "dotenv",
3203                 "env",
3204                 "environment"
3205             ],
3206             "time": "2016-09-01T10:05:43+00:00"
3207         }
3208     ],
3209     "packages-dev": [
3210         {
3211             "name": "barryvdh/laravel-debugbar",
3212             "version": "v3.1.4",
3213             "source": {
3214                 "type": "git",
3215                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
3216                 "reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1"
3217             },
3218             "dist": {
3219                 "type": "zip",
3220                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/7a91480cc6e597caed5117a3c5d685f06d35c5a1",
3221                 "reference": "7a91480cc6e597caed5117a3c5d685f06d35c5a1",
3222                 "shasum": ""
3223             },
3224             "require": {
3225                 "illuminate/routing": "5.5.x|5.6.x",
3226                 "illuminate/session": "5.5.x|5.6.x",
3227                 "illuminate/support": "5.5.x|5.6.x",
3228                 "maximebf/debugbar": "~1.15.0",
3229                 "php": ">=7.0",
3230                 "symfony/debug": "^3|^4",
3231                 "symfony/finder": "^3|^4"
3232             },
3233             "require-dev": {
3234                 "illuminate/framework": "5.5.x"
3235             },
3236             "type": "library",
3237             "extra": {
3238                 "branch-alias": {
3239                     "dev-master": "3.2-dev"
3240                 },
3241                 "laravel": {
3242                     "providers": [
3243                         "Barryvdh\\Debugbar\\ServiceProvider"
3244                     ],
3245                     "aliases": {
3246                         "Debugbar": "Barryvdh\\Debugbar\\Facade"
3247                     }
3248                 }
3249             },
3250             "autoload": {
3251                 "psr-4": {
3252                     "Barryvdh\\Debugbar\\": "src/"
3253                 },
3254                 "files": [
3255                     "src/helpers.php"
3256                 ]
3257             },
3258             "notification-url": "https://packagist.org/downloads/",
3259             "license": [
3260                 "MIT"
3261             ],
3262             "authors": [
3263                 {
3264                     "name": "Barry vd. Heuvel",
3265                     "email": "[email protected]"
3266                 }
3267             ],
3268             "description": "PHP Debugbar integration for Laravel",
3269             "keywords": [
3270                 "debug",
3271                 "debugbar",
3272                 "laravel",
3273                 "profiler",
3274                 "webprofiler"
3275             ],
3276             "time": "2018-03-06T08:35:31+00:00"
3277         },
3278         {
3279             "name": "barryvdh/laravel-ide-helper",
3280             "version": "v2.4.3",
3281             "source": {
3282                 "type": "git",
3283                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
3284                 "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd"
3285             },
3286             "dist": {
3287                 "type": "zip",
3288                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3289                 "reference": "5c304db44fba8e9c4aa0c09739e59f7be7736fdd",
3290                 "shasum": ""
3291             },
3292             "require": {
3293                 "barryvdh/reflection-docblock": "^2.0.4",
3294                 "illuminate/console": "^5.0,<5.7",
3295                 "illuminate/filesystem": "^5.0,<5.7",
3296                 "illuminate/support": "^5.0,<5.7",
3297                 "php": ">=5.4.0",
3298                 "symfony/class-loader": "^2.3|^3.0"
3299             },
3300             "require-dev": {
3301                 "doctrine/dbal": "~2.3",
3302                 "illuminate/config": "^5.0,<5.7",
3303                 "illuminate/view": "^5.0,<5.7",
3304                 "phpunit/phpunit": "4.*",
3305                 "scrutinizer/ocular": "~1.1",
3306                 "squizlabs/php_codesniffer": "~2.3"
3307             },
3308             "suggest": {
3309                 "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
3310             },
3311             "type": "library",
3312             "extra": {
3313                 "branch-alias": {
3314                     "dev-master": "2.3-dev"
3315                 },
3316                 "laravel": {
3317                     "providers": [
3318                         "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
3319                     ]
3320                 }
3321             },
3322             "autoload": {
3323                 "psr-4": {
3324                     "Barryvdh\\LaravelIdeHelper\\": "src"
3325                 }
3326             },
3327             "notification-url": "https://packagist.org/downloads/",
3328             "license": [
3329                 "MIT"
3330             ],
3331             "authors": [
3332                 {
3333                     "name": "Barry vd. Heuvel",
3334                     "email": "[email protected]"
3335                 }
3336             ],
3337             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
3338             "keywords": [
3339                 "autocomplete",
3340                 "codeintel",
3341                 "helper",
3342                 "ide",
3343                 "laravel",
3344                 "netbeans",
3345                 "phpdoc",
3346                 "phpstorm",
3347                 "sublime"
3348             ],
3349             "time": "2018-02-08T07:56:07+00:00"
3350         },
3351         {
3352             "name": "barryvdh/reflection-docblock",
3353             "version": "v2.0.4",
3354             "source": {
3355                 "type": "git",
3356                 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
3357                 "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
3358             },
3359             "dist": {
3360                 "type": "zip",
3361                 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c",
3362                 "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
3363                 "shasum": ""
3364             },
3365             "require": {
3366                 "php": ">=5.3.3"
3367             },
3368             "require-dev": {
3369                 "phpunit/phpunit": "~4.0,<4.5"
3370             },
3371             "suggest": {
3372                 "dflydev/markdown": "~1.0",
3373                 "erusev/parsedown": "~1.0"
3374             },
3375             "type": "library",
3376             "extra": {
3377                 "branch-alias": {
3378                     "dev-master": "2.0.x-dev"
3379                 }
3380             },
3381             "autoload": {
3382                 "psr-0": {
3383                     "Barryvdh": [
3384                         "src/"
3385                     ]
3386                 }
3387             },
3388             "notification-url": "https://packagist.org/downloads/",
3389             "license": [
3390                 "MIT"
3391             ],
3392             "authors": [
3393                 {
3394                     "name": "Mike van Riel",
3395                     "email": "[email protected]"
3396                 }
3397             ],
3398             "time": "2016-06-13T19:28:20+00:00"
3399         },
3400         {
3401             "name": "doctrine/instantiator",
3402             "version": "1.0.5",
3403             "source": {
3404                 "type": "git",
3405                 "url": "https://github.com/doctrine/instantiator.git",
3406                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3407             },
3408             "dist": {
3409                 "type": "zip",
3410                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3411                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3412                 "shasum": ""
3413             },
3414             "require": {
3415                 "php": ">=5.3,<8.0-DEV"
3416             },
3417             "require-dev": {
3418                 "athletic/athletic": "~0.1.8",
3419                 "ext-pdo": "*",
3420                 "ext-phar": "*",
3421                 "phpunit/phpunit": "~4.0",
3422                 "squizlabs/php_codesniffer": "~2.0"
3423             },
3424             "type": "library",
3425             "extra": {
3426                 "branch-alias": {
3427                     "dev-master": "1.0.x-dev"
3428                 }
3429             },
3430             "autoload": {
3431                 "psr-4": {
3432                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3433                 }
3434             },
3435             "notification-url": "https://packagist.org/downloads/",
3436             "license": [
3437                 "MIT"
3438             ],
3439             "authors": [
3440                 {
3441                     "name": "Marco Pivetta",
3442                     "email": "[email protected]",
3443                     "homepage": "http://ocramius.github.com/"
3444                 }
3445             ],
3446             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3447             "homepage": "https://github.com/doctrine/instantiator",
3448             "keywords": [
3449                 "constructor",
3450                 "instantiate"
3451             ],
3452             "time": "2015-06-14T21:17:01+00:00"
3453         },
3454         {
3455             "name": "filp/whoops",
3456             "version": "2.1.14",
3457             "source": {
3458                 "type": "git",
3459                 "url": "https://github.com/filp/whoops.git",
3460                 "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
3461             },
3462             "dist": {
3463                 "type": "zip",
3464                 "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
3465                 "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
3466                 "shasum": ""
3467             },
3468             "require": {
3469                 "php": "^5.5.9 || ^7.0",
3470                 "psr/log": "^1.0.1"
3471             },
3472             "require-dev": {
3473                 "mockery/mockery": "0.9.*",
3474                 "phpunit/phpunit": "^4.8.35 || ^5.7",
3475                 "symfony/var-dumper": "^2.6 || ^3.0"
3476             },
3477             "suggest": {
3478                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
3479                 "whoops/soap": "Formats errors as SOAP responses"
3480             },
3481             "type": "library",
3482             "extra": {
3483                 "branch-alias": {
3484                     "dev-master": "2.0-dev"
3485                 }
3486             },
3487             "autoload": {
3488                 "psr-4": {
3489                     "Whoops\\": "src/Whoops/"
3490                 }
3491             },
3492             "notification-url": "https://packagist.org/downloads/",
3493             "license": [
3494                 "MIT"
3495             ],
3496             "authors": [
3497                 {
3498                     "name": "Filipe Dobreira",
3499                     "homepage": "https://github.com/filp",
3500                     "role": "Developer"
3501                 }
3502             ],
3503             "description": "php error handling for cool kids",
3504             "homepage": "https://filp.github.io/whoops/",
3505             "keywords": [
3506                 "error",
3507                 "exception",
3508                 "handling",
3509                 "library",
3510                 "throwable",
3511                 "whoops"
3512             ],
3513             "time": "2017-11-23T18:22:44+00:00"
3514         },
3515         {
3516             "name": "fzaninotto/faker",
3517             "version": "v1.7.1",
3518             "source": {
3519                 "type": "git",
3520                 "url": "https://github.com/fzaninotto/Faker.git",
3521                 "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
3522             },
3523             "dist": {
3524                 "type": "zip",
3525                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3526                 "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3527                 "shasum": ""
3528             },
3529             "require": {
3530                 "php": "^5.3.3 || ^7.0"
3531             },
3532             "require-dev": {
3533                 "ext-intl": "*",
3534                 "phpunit/phpunit": "^4.0 || ^5.0",
3535                 "squizlabs/php_codesniffer": "^1.5"
3536             },
3537             "type": "library",
3538             "extra": {
3539                 "branch-alias": {
3540                     "dev-master": "1.8-dev"
3541                 }
3542             },
3543             "autoload": {
3544                 "psr-4": {
3545                     "Faker\\": "src/Faker/"
3546                 }
3547             },
3548             "notification-url": "https://packagist.org/downloads/",
3549             "license": [
3550                 "MIT"
3551             ],
3552             "authors": [
3553                 {
3554                     "name": "François Zaninotto"
3555                 }
3556             ],
3557             "description": "Faker is a PHP library that generates fake data for you.",
3558             "keywords": [
3559                 "data",
3560                 "faker",
3561                 "fixtures"
3562             ],
3563             "time": "2017-08-15T16:48:10+00:00"
3564         },
3565         {
3566             "name": "hamcrest/hamcrest-php",
3567             "version": "v2.0.0",
3568             "source": {
3569                 "type": "git",
3570                 "url": "https://github.com/hamcrest/hamcrest-php.git",
3571                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3572             },
3573             "dist": {
3574                 "type": "zip",
3575                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3576                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3577                 "shasum": ""
3578             },
3579             "require": {
3580                 "php": "^5.3|^7.0"
3581             },
3582             "replace": {
3583                 "cordoval/hamcrest-php": "*",
3584                 "davedevelopment/hamcrest-php": "*",
3585                 "kodova/hamcrest-php": "*"
3586             },
3587             "require-dev": {
3588                 "phpunit/php-file-iterator": "1.3.3",
3589                 "phpunit/phpunit": "~4.0",
3590                 "satooshi/php-coveralls": "^1.0"
3591             },
3592             "type": "library",
3593             "extra": {
3594                 "branch-alias": {
3595                     "dev-master": "2.0-dev"
3596                 }
3597             },
3598             "autoload": {
3599                 "classmap": [
3600                     "hamcrest"
3601                 ]
3602             },
3603             "notification-url": "https://packagist.org/downloads/",
3604             "license": [
3605                 "BSD"
3606             ],
3607             "description": "This is the PHP port of Hamcrest Matchers",
3608             "keywords": [
3609                 "test"
3610             ],
3611             "time": "2016-01-20T08:20:44+00:00"
3612         },
3613         {
3614             "name": "laravel/browser-kit-testing",
3615             "version": "v2.0.1",
3616             "source": {
3617                 "type": "git",
3618                 "url": "https://github.com/laravel/browser-kit-testing.git",
3619                 "reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9"
3620             },
3621             "dist": {
3622                 "type": "zip",
3623                 "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
3624                 "reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
3625                 "shasum": ""
3626             },
3627             "require": {
3628                 "php": ">=5.5.9",
3629                 "phpunit/phpunit": "~6.0",
3630                 "symfony/css-selector": "~3.1",
3631                 "symfony/dom-crawler": "~3.1"
3632             },
3633             "type": "library",
3634             "extra": {
3635                 "branch-alias": {
3636                     "dev-master": "2.0-dev"
3637                 }
3638             },
3639             "autoload": {
3640                 "psr-4": {
3641                     "Laravel\\BrowserKitTesting\\": "src/"
3642                 }
3643             },
3644             "notification-url": "https://packagist.org/downloads/",
3645             "license": [
3646                 "MIT"
3647             ],
3648             "authors": [
3649                 {
3650                     "name": "Taylor Otwell",
3651                     "email": "[email protected]"
3652                 }
3653             ],
3654             "description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.",
3655             "keywords": [
3656                 "laravel",
3657                 "testing"
3658             ],
3659             "time": "2017-06-21T11:44:53+00:00"
3660         },
3661         {
3662             "name": "maximebf/debugbar",
3663             "version": "v1.15.0",
3664             "source": {
3665                 "type": "git",
3666                 "url": "https://github.com/maximebf/php-debugbar.git",
3667                 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
3668             },
3669             "dist": {
3670                 "type": "zip",
3671                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3672                 "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
3673                 "shasum": ""
3674             },
3675             "require": {
3676                 "php": ">=5.3.0",
3677                 "psr/log": "^1.0",
3678                 "symfony/var-dumper": "^2.6|^3.0|^4.0"
3679             },
3680             "require-dev": {
3681                 "phpunit/phpunit": "^4.0|^5.0"
3682             },
3683             "suggest": {
3684                 "kriswallsmith/assetic": "The best way to manage assets",
3685                 "monolog/monolog": "Log using Monolog",
3686                 "predis/predis": "Redis storage"
3687             },
3688             "type": "library",
3689             "extra": {
3690                 "branch-alias": {
3691                     "dev-master": "1.14-dev"
3692                 }
3693             },
3694             "autoload": {
3695                 "psr-4": {
3696                     "DebugBar\\": "src/DebugBar/"
3697                 }
3698             },
3699             "notification-url": "https://packagist.org/downloads/",
3700             "license": [
3701                 "MIT"
3702             ],
3703             "authors": [
3704                 {
3705                     "name": "Maxime Bouroumeau-Fuseau",
3706                     "email": "[email protected]",
3707                     "homepage": "http://maximebf.com"
3708                 },
3709                 {
3710                     "name": "Barry vd. Heuvel",
3711                     "email": "[email protected]"
3712                 }
3713             ],
3714             "description": "Debug bar in the browser for php application",
3715             "homepage": "https://github.com/maximebf/php-debugbar",
3716             "keywords": [
3717                 "debug",
3718                 "debugbar"
3719             ],
3720             "time": "2017-12-15T11:13:46+00:00"
3721         },
3722         {
3723             "name": "mockery/mockery",
3724             "version": "1.1.0",
3725             "source": {
3726                 "type": "git",
3727                 "url": "https://github.com/mockery/mockery.git",
3728                 "reference": "99e29d3596b16dabe4982548527d5ddf90232e99"
3729             },
3730             "dist": {
3731                 "type": "zip",
3732                 "url": "https://api.github.com/repos/mockery/mockery/zipball/99e29d3596b16dabe4982548527d5ddf90232e99",
3733                 "reference": "99e29d3596b16dabe4982548527d5ddf90232e99",
3734                 "shasum": ""
3735             },
3736             "require": {
3737                 "hamcrest/hamcrest-php": "~2.0",
3738                 "lib-pcre": ">=7.0",
3739                 "php": ">=5.6.0"
3740             },
3741             "require-dev": {
3742                 "phpdocumentor/phpdocumentor": "^2.9",
3743                 "phpunit/phpunit": "~5.7.10|~6.5"
3744             },
3745             "type": "library",
3746             "extra": {
3747                 "branch-alias": {
3748                     "dev-master": "1.0.x-dev"
3749                 }
3750             },
3751             "autoload": {
3752                 "psr-0": {
3753                     "Mockery": "library/"
3754                 }
3755             },
3756             "notification-url": "https://packagist.org/downloads/",
3757             "license": [
3758                 "BSD-3-Clause"
3759             ],
3760             "authors": [
3761                 {
3762                     "name": "Pádraic Brady",
3763                     "email": "[email protected]",
3764                     "homepage": "http://blog.astrumfutura.com"
3765                 },
3766                 {
3767                     "name": "Dave Marshall",
3768                     "email": "[email protected]",
3769                     "homepage": "http://davedevelopment.co.uk"
3770                 }
3771             ],
3772             "description": "Mockery is a simple yet flexible PHP mock object framework",
3773             "homepage": "https://github.com/mockery/mockery",
3774             "keywords": [
3775                 "BDD",
3776                 "TDD",
3777                 "library",
3778                 "mock",
3779                 "mock objects",
3780                 "mockery",
3781                 "stub",
3782                 "test",
3783                 "test double",
3784                 "testing"
3785             ],
3786             "time": "2018-05-08T08:54:48+00:00"
3787         },
3788         {
3789             "name": "myclabs/deep-copy",
3790             "version": "1.7.0",
3791             "source": {
3792                 "type": "git",
3793                 "url": "https://github.com/myclabs/DeepCopy.git",
3794                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3795             },
3796             "dist": {
3797                 "type": "zip",
3798                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3799                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3800                 "shasum": ""
3801             },
3802             "require": {
3803                 "php": "^5.6 || ^7.0"
3804             },
3805             "require-dev": {
3806                 "doctrine/collections": "^1.0",
3807                 "doctrine/common": "^2.6",
3808                 "phpunit/phpunit": "^4.1"
3809             },
3810             "type": "library",
3811             "autoload": {
3812                 "psr-4": {
3813                     "DeepCopy\\": "src/DeepCopy/"
3814                 },
3815                 "files": [
3816                     "src/DeepCopy/deep_copy.php"
3817                 ]
3818             },
3819             "notification-url": "https://packagist.org/downloads/",
3820             "license": [
3821                 "MIT"
3822             ],
3823             "description": "Create deep copies (clones) of your objects",
3824             "keywords": [
3825                 "clone",
3826                 "copy",
3827                 "duplicate",
3828                 "object",
3829                 "object graph"
3830             ],
3831             "time": "2017-10-19T19:58:43+00:00"
3832         },
3833         {
3834             "name": "phar-io/manifest",
3835             "version": "1.0.1",
3836             "source": {
3837                 "type": "git",
3838                 "url": "https://github.com/phar-io/manifest.git",
3839                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3840             },
3841             "dist": {
3842                 "type": "zip",
3843                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3844                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3845                 "shasum": ""
3846             },
3847             "require": {
3848                 "ext-dom": "*",
3849                 "ext-phar": "*",
3850                 "phar-io/version": "^1.0.1",
3851                 "php": "^5.6 || ^7.0"
3852             },
3853             "type": "library",
3854             "extra": {
3855                 "branch-alias": {
3856                     "dev-master": "1.0.x-dev"
3857                 }
3858             },
3859             "autoload": {
3860                 "classmap": [
3861                     "src/"
3862                 ]
3863             },
3864             "notification-url": "https://packagist.org/downloads/",
3865             "license": [
3866                 "BSD-3-Clause"
3867             ],
3868             "authors": [
3869                 {
3870                     "name": "Arne Blankerts",
3871                     "email": "[email protected]",
3872                     "role": "Developer"
3873                 },
3874                 {
3875                     "name": "Sebastian Heuer",
3876                     "email": "[email protected]",
3877                     "role": "Developer"
3878                 },
3879                 {
3880                     "name": "Sebastian Bergmann",
3881                     "email": "[email protected]",
3882                     "role": "Developer"
3883                 }
3884             ],
3885             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3886             "time": "2017-03-05T18:14:27+00:00"
3887         },
3888         {
3889             "name": "phar-io/version",
3890             "version": "1.0.1",
3891             "source": {
3892                 "type": "git",
3893                 "url": "https://github.com/phar-io/version.git",
3894                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3895             },
3896             "dist": {
3897                 "type": "zip",
3898                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3899                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3900                 "shasum": ""
3901             },
3902             "require": {
3903                 "php": "^5.6 || ^7.0"
3904             },
3905             "type": "library",
3906             "autoload": {
3907                 "classmap": [
3908                     "src/"
3909                 ]
3910             },
3911             "notification-url": "https://packagist.org/downloads/",
3912             "license": [
3913                 "BSD-3-Clause"
3914             ],
3915             "authors": [
3916                 {
3917                     "name": "Arne Blankerts",
3918                     "email": "[email protected]",
3919                     "role": "Developer"
3920                 },
3921                 {
3922                     "name": "Sebastian Heuer",
3923                     "email": "[email protected]",
3924                     "role": "Developer"
3925                 },
3926                 {
3927                     "name": "Sebastian Bergmann",
3928                     "email": "[email protected]",
3929                     "role": "Developer"
3930                 }
3931             ],
3932             "description": "Library for handling version information and constraints",
3933             "time": "2017-03-05T17:38:23+00:00"
3934         },
3935         {
3936             "name": "phpdocumentor/reflection-common",
3937             "version": "1.0.1",
3938             "source": {
3939                 "type": "git",
3940                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3941                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3942             },
3943             "dist": {
3944                 "type": "zip",
3945                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3946                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3947                 "shasum": ""
3948             },
3949             "require": {
3950                 "php": ">=5.5"
3951             },
3952             "require-dev": {
3953                 "phpunit/phpunit": "^4.6"
3954             },
3955             "type": "library",
3956             "extra": {
3957                 "branch-alias": {
3958                     "dev-master": "1.0.x-dev"
3959                 }
3960             },
3961             "autoload": {
3962                 "psr-4": {
3963                     "phpDocumentor\\Reflection\\": [
3964                         "src"
3965                     ]
3966                 }
3967             },
3968             "notification-url": "https://packagist.org/downloads/",
3969             "license": [
3970                 "MIT"
3971             ],
3972             "authors": [
3973                 {
3974                     "name": "Jaap van Otterdijk",
3975                     "email": "[email protected]"
3976                 }
3977             ],
3978             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3979             "homepage": "http://www.phpdoc.org",
3980             "keywords": [
3981                 "FQSEN",
3982                 "phpDocumentor",
3983                 "phpdoc",
3984                 "reflection",
3985                 "static analysis"
3986             ],
3987             "time": "2017-09-11T18:02:19+00:00"
3988         },
3989         {
3990             "name": "phpdocumentor/reflection-docblock",
3991             "version": "4.3.0",
3992             "source": {
3993                 "type": "git",
3994                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3995                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
3996             },
3997             "dist": {
3998                 "type": "zip",
3999                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
4000                 "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
4001                 "shasum": ""
4002             },
4003             "require": {
4004                 "php": "^7.0",
4005                 "phpdocumentor/reflection-common": "^1.0.0",
4006                 "phpdocumentor/type-resolver": "^0.4.0",
4007                 "webmozart/assert": "^1.0"
4008             },
4009             "require-dev": {
4010                 "doctrine/instantiator": "~1.0.5",
4011                 "mockery/mockery": "^1.0",
4012                 "phpunit/phpunit": "^6.4"
4013             },
4014             "type": "library",
4015             "extra": {
4016                 "branch-alias": {
4017                     "dev-master": "4.x-dev"
4018                 }
4019             },
4020             "autoload": {
4021                 "psr-4": {
4022                     "phpDocumentor\\Reflection\\": [
4023                         "src/"
4024                     ]
4025                 }
4026             },
4027             "notification-url": "https://packagist.org/downloads/",
4028             "license": [
4029                 "MIT"
4030             ],
4031             "authors": [
4032                 {
4033                     "name": "Mike van Riel",
4034                     "email": "[email protected]"
4035                 }
4036             ],
4037             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
4038             "time": "2017-11-30T07:14:17+00:00"
4039         },
4040         {
4041             "name": "phpdocumentor/type-resolver",
4042             "version": "0.4.0",
4043             "source": {
4044                 "type": "git",
4045                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
4046                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
4047             },
4048             "dist": {
4049                 "type": "zip",
4050                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
4051                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
4052                 "shasum": ""
4053             },
4054             "require": {
4055                 "php": "^5.5 || ^7.0",
4056                 "phpdocumentor/reflection-common": "^1.0"
4057             },
4058             "require-dev": {
4059                 "mockery/mockery": "^0.9.4",
4060                 "phpunit/phpunit": "^5.2||^4.8.24"
4061             },
4062             "type": "library",
4063             "extra": {
4064                 "branch-alias": {
4065                     "dev-master": "1.0.x-dev"
4066                 }
4067             },
4068             "autoload": {
4069                 "psr-4": {
4070                     "phpDocumentor\\Reflection\\": [
4071                         "src/"
4072                     ]
4073                 }
4074             },
4075             "notification-url": "https://packagist.org/downloads/",
4076             "license": [
4077                 "MIT"
4078             ],
4079             "authors": [
4080                 {
4081                     "name": "Mike van Riel",
4082                     "email": "[email protected]"
4083                 }
4084             ],
4085             "time": "2017-07-14T14:27:02+00:00"
4086         },
4087         {
4088             "name": "phpspec/prophecy",
4089             "version": "1.7.6",
4090             "source": {
4091                 "type": "git",
4092                 "url": "https://github.com/phpspec/prophecy.git",
4093                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
4094             },
4095             "dist": {
4096                 "type": "zip",
4097                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4098                 "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
4099                 "shasum": ""
4100             },
4101             "require": {
4102                 "doctrine/instantiator": "^1.0.2",
4103                 "php": "^5.3|^7.0",
4104                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
4105                 "sebastian/comparator": "^1.1|^2.0|^3.0",
4106                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
4107             },
4108             "require-dev": {
4109                 "phpspec/phpspec": "^2.5|^3.2",
4110                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
4111             },
4112             "type": "library",
4113             "extra": {
4114                 "branch-alias": {
4115                     "dev-master": "1.7.x-dev"
4116                 }
4117             },
4118             "autoload": {
4119                 "psr-0": {
4120                     "Prophecy\\": "src/"
4121                 }
4122             },
4123             "notification-url": "https://packagist.org/downloads/",
4124             "license": [
4125                 "MIT"
4126             ],
4127             "authors": [
4128                 {
4129                     "name": "Konstantin Kudryashov",
4130                     "email": "[email protected]",
4131                     "homepage": "http://everzet.com"
4132                 },
4133                 {
4134                     "name": "Marcello Duarte",
4135                     "email": "[email protected]"
4136                 }
4137             ],
4138             "description": "Highly opinionated mocking framework for PHP 5.3+",
4139             "homepage": "https://github.com/phpspec/prophecy",
4140             "keywords": [
4141                 "Double",
4142                 "Dummy",
4143                 "fake",
4144                 "mock",
4145                 "spy",
4146                 "stub"
4147             ],
4148             "time": "2018-04-18T13:57:24+00:00"
4149         },
4150         {
4151             "name": "phpunit/php-code-coverage",
4152             "version": "5.3.2",
4153             "source": {
4154                 "type": "git",
4155                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4156                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac"
4157             },
4158             "dist": {
4159                 "type": "zip",
4160                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac",
4161                 "reference": "c89677919c5dd6d3b3852f230a663118762218ac",
4162                 "shasum": ""
4163             },
4164             "require": {
4165                 "ext-dom": "*",
4166                 "ext-xmlwriter": "*",
4167                 "php": "^7.0",
4168                 "phpunit/php-file-iterator": "^1.4.2",
4169                 "phpunit/php-text-template": "^1.2.1",
4170                 "phpunit/php-token-stream": "^2.0.1",
4171                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
4172                 "sebastian/environment": "^3.0",
4173                 "sebastian/version": "^2.0.1",
4174                 "theseer/tokenizer": "^1.1"
4175             },
4176             "require-dev": {
4177                 "phpunit/phpunit": "^6.0"
4178             },
4179             "suggest": {
4180                 "ext-xdebug": "^2.5.5"
4181             },
4182             "type": "library",
4183             "extra": {
4184                 "branch-alias": {
4185                     "dev-master": "5.3.x-dev"
4186                 }
4187             },
4188             "autoload": {
4189                 "classmap": [
4190                     "src/"
4191                 ]
4192             },
4193             "notification-url": "https://packagist.org/downloads/",
4194             "license": [
4195                 "BSD-3-Clause"
4196             ],
4197             "authors": [
4198                 {
4199                     "name": "Sebastian Bergmann",
4200                     "email": "[email protected]",
4201                     "role": "lead"
4202                 }
4203             ],
4204             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4205             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4206             "keywords": [
4207                 "coverage",
4208                 "testing",
4209                 "xunit"
4210             ],
4211             "time": "2018-04-06T15:36:58+00:00"
4212         },
4213         {
4214             "name": "phpunit/php-file-iterator",
4215             "version": "1.4.5",
4216             "source": {
4217                 "type": "git",
4218                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4219                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4220             },
4221             "dist": {
4222                 "type": "zip",
4223                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4224                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4225                 "shasum": ""
4226             },
4227             "require": {
4228                 "php": ">=5.3.3"
4229             },
4230             "type": "library",
4231             "extra": {
4232                 "branch-alias": {
4233                     "dev-master": "1.4.x-dev"
4234                 }
4235             },
4236             "autoload": {
4237                 "classmap": [
4238                     "src/"
4239                 ]
4240             },
4241             "notification-url": "https://packagist.org/downloads/",
4242             "license": [
4243                 "BSD-3-Clause"
4244             ],
4245             "authors": [
4246                 {
4247                     "name": "Sebastian Bergmann",
4248                     "email": "[email protected]",
4249                     "role": "lead"
4250                 }
4251             ],
4252             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4253             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4254             "keywords": [
4255                 "filesystem",
4256                 "iterator"
4257             ],
4258             "time": "2017-11-27T13:52:08+00:00"
4259         },
4260         {
4261             "name": "phpunit/php-text-template",
4262             "version": "1.2.1",
4263             "source": {
4264                 "type": "git",
4265                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4266                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4267             },
4268             "dist": {
4269                 "type": "zip",
4270                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4271                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4272                 "shasum": ""
4273             },
4274             "require": {
4275                 "php": ">=5.3.3"
4276             },
4277             "type": "library",
4278             "autoload": {
4279                 "classmap": [
4280                     "src/"
4281                 ]
4282             },
4283             "notification-url": "https://packagist.org/downloads/",
4284             "license": [
4285                 "BSD-3-Clause"
4286             ],
4287             "authors": [
4288                 {
4289                     "name": "Sebastian Bergmann",
4290                     "email": "[email protected]",
4291                     "role": "lead"
4292                 }
4293             ],
4294             "description": "Simple template engine.",
4295             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4296             "keywords": [
4297                 "template"
4298             ],
4299             "time": "2015-06-21T13:50:34+00:00"
4300         },
4301         {
4302             "name": "phpunit/php-timer",
4303             "version": "1.0.9",
4304             "source": {
4305                 "type": "git",
4306                 "url": "https://github.com/sebastianbergmann/php-timer.git",
4307                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4308             },
4309             "dist": {
4310                 "type": "zip",
4311                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4312                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4313                 "shasum": ""
4314             },
4315             "require": {
4316                 "php": "^5.3.3 || ^7.0"
4317             },
4318             "require-dev": {
4319                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4320             },
4321             "type": "library",
4322             "extra": {
4323                 "branch-alias": {
4324                     "dev-master": "1.0-dev"
4325                 }
4326             },
4327             "autoload": {
4328                 "classmap": [
4329                     "src/"
4330                 ]
4331             },
4332             "notification-url": "https://packagist.org/downloads/",
4333             "license": [
4334                 "BSD-3-Clause"
4335             ],
4336             "authors": [
4337                 {
4338                     "name": "Sebastian Bergmann",
4339                     "email": "[email protected]",
4340                     "role": "lead"
4341                 }
4342             ],
4343             "description": "Utility class for timing",
4344             "homepage": "https://github.com/sebastianbergmann/php-timer/",
4345             "keywords": [
4346                 "timer"
4347             ],
4348             "time": "2017-02-26T11:10:40+00:00"
4349         },
4350         {
4351             "name": "phpunit/php-token-stream",
4352             "version": "2.0.2",
4353             "source": {
4354                 "type": "git",
4355                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4356                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
4357             },
4358             "dist": {
4359                 "type": "zip",
4360                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
4361                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
4362                 "shasum": ""
4363             },
4364             "require": {
4365                 "ext-tokenizer": "*",
4366                 "php": "^7.0"
4367             },
4368             "require-dev": {
4369                 "phpunit/phpunit": "^6.2.4"
4370             },
4371             "type": "library",
4372             "extra": {
4373                 "branch-alias": {
4374                     "dev-master": "2.0-dev"
4375                 }
4376             },
4377             "autoload": {
4378                 "classmap": [
4379                     "src/"
4380                 ]
4381             },
4382             "notification-url": "https://packagist.org/downloads/",
4383             "license": [
4384                 "BSD-3-Clause"
4385             ],
4386             "authors": [
4387                 {
4388                     "name": "Sebastian Bergmann",
4389                     "email": "[email protected]"
4390                 }
4391             ],
4392             "description": "Wrapper around PHP's tokenizer extension.",
4393             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4394             "keywords": [
4395                 "tokenizer"
4396             ],
4397             "time": "2017-11-27T05:48:46+00:00"
4398         },
4399         {
4400             "name": "phpunit/phpunit",
4401             "version": "6.5.8",
4402             "source": {
4403                 "type": "git",
4404                 "url": "https://github.com/sebastianbergmann/phpunit.git",
4405                 "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
4406             },
4407             "dist": {
4408                 "type": "zip",
4409                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
4410                 "reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
4411                 "shasum": ""
4412             },
4413             "require": {
4414                 "ext-dom": "*",
4415                 "ext-json": "*",
4416                 "ext-libxml": "*",
4417                 "ext-mbstring": "*",
4418                 "ext-xml": "*",
4419                 "myclabs/deep-copy": "^1.6.1",
4420                 "phar-io/manifest": "^1.0.1",
4421                 "phar-io/version": "^1.0",
4422                 "php": "^7.0",
4423                 "phpspec/prophecy": "^1.7",
4424                 "phpunit/php-code-coverage": "^5.3",
4425                 "phpunit/php-file-iterator": "^1.4.3",
4426                 "phpunit/php-text-template": "^1.2.1",
4427                 "phpunit/php-timer": "^1.0.9",
4428                 "phpunit/phpunit-mock-objects": "^5.0.5",
4429                 "sebastian/comparator": "^2.1",
4430                 "sebastian/diff": "^2.0",
4431                 "sebastian/environment": "^3.1",
4432                 "sebastian/exporter": "^3.1",
4433                 "sebastian/global-state": "^2.0",
4434                 "sebastian/object-enumerator": "^3.0.3",
4435                 "sebastian/resource-operations": "^1.0",
4436                 "sebastian/version": "^2.0.1"
4437             },
4438             "conflict": {
4439                 "phpdocumentor/reflection-docblock": "3.0.2",
4440                 "phpunit/dbunit": "<3.0"
4441             },
4442             "require-dev": {
4443                 "ext-pdo": "*"
4444             },
4445             "suggest": {
4446                 "ext-xdebug": "*",
4447                 "phpunit/php-invoker": "^1.1"
4448             },
4449             "bin": [
4450                 "phpunit"
4451             ],
4452             "type": "library",
4453             "extra": {
4454                 "branch-alias": {
4455                     "dev-master": "6.5.x-dev"
4456                 }
4457             },
4458             "autoload": {
4459                 "classmap": [
4460                     "src/"
4461                 ]
4462             },
4463             "notification-url": "https://packagist.org/downloads/",
4464             "license": [
4465                 "BSD-3-Clause"
4466             ],
4467             "authors": [
4468                 {
4469                     "name": "Sebastian Bergmann",
4470                     "email": "[email protected]",
4471                     "role": "lead"
4472                 }
4473             ],
4474             "description": "The PHP Unit Testing framework.",
4475             "homepage": "https://phpunit.de/",
4476             "keywords": [
4477                 "phpunit",
4478                 "testing",
4479                 "xunit"
4480             ],
4481             "time": "2018-04-10T11:38:34+00:00"
4482         },
4483         {
4484             "name": "phpunit/phpunit-mock-objects",
4485             "version": "5.0.6",
4486             "source": {
4487                 "type": "git",
4488                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4489                 "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
4490             },
4491             "dist": {
4492                 "type": "zip",
4493                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
4494                 "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
4495                 "shasum": ""
4496             },
4497             "require": {
4498                 "doctrine/instantiator": "^1.0.5",
4499                 "php": "^7.0",
4500                 "phpunit/php-text-template": "^1.2.1",
4501                 "sebastian/exporter": "^3.1"
4502             },
4503             "conflict": {
4504                 "phpunit/phpunit": "<6.0"
4505             },
4506             "require-dev": {
4507                 "phpunit/phpunit": "^6.5"
4508             },
4509             "suggest": {
4510                 "ext-soap": "*"
4511             },
4512             "type": "library",
4513             "extra": {
4514                 "branch-alias": {
4515                     "dev-master": "5.0.x-dev"
4516                 }
4517             },
4518             "autoload": {
4519                 "classmap": [
4520                     "src/"
4521                 ]
4522             },
4523             "notification-url": "https://packagist.org/downloads/",
4524             "license": [
4525                 "BSD-3-Clause"
4526             ],
4527             "authors": [
4528                 {
4529                     "name": "Sebastian Bergmann",
4530                     "email": "[email protected]",
4531                     "role": "lead"
4532                 }
4533             ],
4534             "description": "Mock Object library for PHPUnit",
4535             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4536             "keywords": [
4537                 "mock",
4538                 "xunit"
4539             ],
4540             "time": "2018-01-06T05:45:45+00:00"
4541         },
4542         {
4543             "name": "sebastian/code-unit-reverse-lookup",
4544             "version": "1.0.1",
4545             "source": {
4546                 "type": "git",
4547                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4548                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4549             },
4550             "dist": {
4551                 "type": "zip",
4552                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4553                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4554                 "shasum": ""
4555             },
4556             "require": {
4557                 "php": "^5.6 || ^7.0"
4558             },
4559             "require-dev": {
4560                 "phpunit/phpunit": "^5.7 || ^6.0"
4561             },
4562             "type": "library",
4563             "extra": {
4564                 "branch-alias": {
4565                     "dev-master": "1.0.x-dev"
4566                 }
4567             },
4568             "autoload": {
4569                 "classmap": [
4570                     "src/"
4571                 ]
4572             },
4573             "notification-url": "https://packagist.org/downloads/",
4574             "license": [
4575                 "BSD-3-Clause"
4576             ],
4577             "authors": [
4578                 {
4579                     "name": "Sebastian Bergmann",
4580                     "email": "[email protected]"
4581                 }
4582             ],
4583             "description": "Looks up which function or method a line of code belongs to",
4584             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4585             "time": "2017-03-04T06:30:41+00:00"
4586         },
4587         {
4588             "name": "sebastian/comparator",
4589             "version": "2.1.3",
4590             "source": {
4591                 "type": "git",
4592                 "url": "https://github.com/sebastianbergmann/comparator.git",
4593                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
4594             },
4595             "dist": {
4596                 "type": "zip",
4597                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
4598                 "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
4599                 "shasum": ""
4600             },
4601             "require": {
4602                 "php": "^7.0",
4603                 "sebastian/diff": "^2.0 || ^3.0",
4604                 "sebastian/exporter": "^3.1"
4605             },
4606             "require-dev": {
4607                 "phpunit/phpunit": "^6.4"
4608             },
4609             "type": "library",
4610             "extra": {
4611                 "branch-alias": {
4612                     "dev-master": "2.1.x-dev"
4613                 }
4614             },
4615             "autoload": {
4616                 "classmap": [
4617                     "src/"
4618                 ]
4619             },
4620             "notification-url": "https://packagist.org/downloads/",
4621             "license": [
4622                 "BSD-3-Clause"
4623             ],
4624             "authors": [
4625                 {
4626                     "name": "Jeff Welch",
4627                     "email": "[email protected]"
4628                 },
4629                 {
4630                     "name": "Volker Dusch",
4631                     "email": "[email protected]"
4632                 },
4633                 {
4634                     "name": "Bernhard Schussek",
4635                     "email": "[email protected]"
4636                 },
4637                 {
4638                     "name": "Sebastian Bergmann",
4639                     "email": "[email protected]"
4640                 }
4641             ],
4642             "description": "Provides the functionality to compare PHP values for equality",
4643             "homepage": "https://github.com/sebastianbergmann/comparator",
4644             "keywords": [
4645                 "comparator",
4646                 "compare",
4647                 "equality"
4648             ],
4649             "time": "2018-02-01T13:46:46+00:00"
4650         },
4651         {
4652             "name": "sebastian/diff",
4653             "version": "2.0.1",
4654             "source": {
4655                 "type": "git",
4656                 "url": "https://github.com/sebastianbergmann/diff.git",
4657                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
4658             },
4659             "dist": {
4660                 "type": "zip",
4661                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4662                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4663                 "shasum": ""
4664             },
4665             "require": {
4666                 "php": "^7.0"
4667             },
4668             "require-dev": {
4669                 "phpunit/phpunit": "^6.2"
4670             },
4671             "type": "library",
4672             "extra": {
4673                 "branch-alias": {
4674                     "dev-master": "2.0-dev"
4675                 }
4676             },
4677             "autoload": {
4678                 "classmap": [
4679                     "src/"
4680                 ]
4681             },
4682             "notification-url": "https://packagist.org/downloads/",
4683             "license": [
4684                 "BSD-3-Clause"
4685             ],
4686             "authors": [
4687                 {
4688                     "name": "Kore Nordmann",
4689                     "email": "[email protected]"
4690                 },
4691                 {
4692                     "name": "Sebastian Bergmann",
4693                     "email": "[email protected]"
4694                 }
4695             ],
4696             "description": "Diff implementation",
4697             "homepage": "https://github.com/sebastianbergmann/diff",
4698             "keywords": [
4699                 "diff"
4700             ],
4701             "time": "2017-08-03T08:09:46+00:00"
4702         },
4703         {
4704             "name": "sebastian/environment",
4705             "version": "3.1.0",
4706             "source": {
4707                 "type": "git",
4708                 "url": "https://github.com/sebastianbergmann/environment.git",
4709                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4710             },
4711             "dist": {
4712                 "type": "zip",
4713                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4714                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4715                 "shasum": ""
4716             },
4717             "require": {
4718                 "php": "^7.0"
4719             },
4720             "require-dev": {
4721                 "phpunit/phpunit": "^6.1"
4722             },
4723             "type": "library",
4724             "extra": {
4725                 "branch-alias": {
4726                     "dev-master": "3.1.x-dev"
4727                 }
4728             },
4729             "autoload": {
4730                 "classmap": [
4731                     "src/"
4732                 ]
4733             },
4734             "notification-url": "https://packagist.org/downloads/",
4735             "license": [
4736                 "BSD-3-Clause"
4737             ],
4738             "authors": [
4739                 {
4740                     "name": "Sebastian Bergmann",
4741                     "email": "[email protected]"
4742                 }
4743             ],
4744             "description": "Provides functionality to handle HHVM/PHP environments",
4745             "homepage": "http://www.github.com/sebastianbergmann/environment",
4746             "keywords": [
4747                 "Xdebug",
4748                 "environment",
4749                 "hhvm"
4750             ],
4751             "time": "2017-07-01T08:51:00+00:00"
4752         },
4753         {
4754             "name": "sebastian/exporter",
4755             "version": "3.1.0",
4756             "source": {
4757                 "type": "git",
4758                 "url": "https://github.com/sebastianbergmann/exporter.git",
4759                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4760             },
4761             "dist": {
4762                 "type": "zip",
4763                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4764                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4765                 "shasum": ""
4766             },
4767             "require": {
4768                 "php": "^7.0",
4769                 "sebastian/recursion-context": "^3.0"
4770             },
4771             "require-dev": {
4772                 "ext-mbstring": "*",
4773                 "phpunit/phpunit": "^6.0"
4774             },
4775             "type": "library",
4776             "extra": {
4777                 "branch-alias": {
4778                     "dev-master": "3.1.x-dev"
4779                 }
4780             },
4781             "autoload": {
4782                 "classmap": [
4783                     "src/"
4784                 ]
4785             },
4786             "notification-url": "https://packagist.org/downloads/",
4787             "license": [
4788                 "BSD-3-Clause"
4789             ],
4790             "authors": [
4791                 {
4792                     "name": "Jeff Welch",
4793                     "email": "[email protected]"
4794                 },
4795                 {
4796                     "name": "Volker Dusch",
4797                     "email": "[email protected]"
4798                 },
4799                 {
4800                     "name": "Bernhard Schussek",
4801                     "email": "[email protected]"
4802                 },
4803                 {
4804                     "name": "Sebastian Bergmann",
4805                     "email": "[email protected]"
4806                 },
4807                 {
4808                     "name": "Adam Harvey",
4809                     "email": "[email protected]"
4810                 }
4811             ],
4812             "description": "Provides the functionality to export PHP variables for visualization",
4813             "homepage": "http://www.github.com/sebastianbergmann/exporter",
4814             "keywords": [
4815                 "export",
4816                 "exporter"
4817             ],
4818             "time": "2017-04-03T13:19:02+00:00"
4819         },
4820         {
4821             "name": "sebastian/global-state",
4822             "version": "2.0.0",
4823             "source": {
4824                 "type": "git",
4825                 "url": "https://github.com/sebastianbergmann/global-state.git",
4826                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4827             },
4828             "dist": {
4829                 "type": "zip",
4830                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4831                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4832                 "shasum": ""
4833             },
4834             "require": {
4835                 "php": "^7.0"
4836             },
4837             "require-dev": {
4838                 "phpunit/phpunit": "^6.0"
4839             },
4840             "suggest": {
4841                 "ext-uopz": "*"
4842             },
4843             "type": "library",
4844             "extra": {
4845                 "branch-alias": {
4846                     "dev-master": "2.0-dev"
4847                 }
4848             },
4849             "autoload": {
4850                 "classmap": [
4851                     "src/"
4852                 ]
4853             },
4854             "notification-url": "https://packagist.org/downloads/",
4855             "license": [
4856                 "BSD-3-Clause"
4857             ],
4858             "authors": [
4859                 {
4860                     "name": "Sebastian Bergmann",
4861                     "email": "[email protected]"
4862                 }
4863             ],
4864             "description": "Snapshotting of global state",
4865             "homepage": "http://www.github.com/sebastianbergmann/global-state",
4866             "keywords": [
4867                 "global state"
4868             ],
4869             "time": "2017-04-27T15:39:26+00:00"
4870         },
4871         {
4872             "name": "sebastian/object-enumerator",
4873             "version": "3.0.3",
4874             "source": {
4875                 "type": "git",
4876                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4877                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4878             },
4879             "dist": {
4880                 "type": "zip",
4881                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4882                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4883                 "shasum": ""
4884             },
4885             "require": {
4886                 "php": "^7.0",
4887                 "sebastian/object-reflector": "^1.1.1",
4888                 "sebastian/recursion-context": "^3.0"
4889             },
4890             "require-dev": {
4891                 "phpunit/phpunit": "^6.0"
4892             },
4893             "type": "library",
4894             "extra": {
4895                 "branch-alias": {
4896                     "dev-master": "3.0.x-dev"
4897                 }
4898             },
4899             "autoload": {
4900                 "classmap": [
4901                     "src/"
4902                 ]
4903             },
4904             "notification-url": "https://packagist.org/downloads/",
4905             "license": [
4906                 "BSD-3-Clause"
4907             ],
4908             "authors": [
4909                 {
4910                     "name": "Sebastian Bergmann",
4911                     "email": "[email protected]"
4912                 }
4913             ],
4914             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4915             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4916             "time": "2017-08-03T12:35:26+00:00"
4917         },
4918         {
4919             "name": "sebastian/object-reflector",
4920             "version": "1.1.1",
4921             "source": {
4922                 "type": "git",
4923                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
4924                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
4925             },
4926             "dist": {
4927                 "type": "zip",
4928                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4929                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
4930                 "shasum": ""
4931             },
4932             "require": {
4933                 "php": "^7.0"
4934             },
4935             "require-dev": {
4936                 "phpunit/phpunit": "^6.0"
4937             },
4938             "type": "library",
4939             "extra": {
4940                 "branch-alias": {
4941                     "dev-master": "1.1-dev"
4942                 }
4943             },
4944             "autoload": {
4945                 "classmap": [
4946                     "src/"
4947                 ]
4948             },
4949             "notification-url": "https://packagist.org/downloads/",
4950             "license": [
4951                 "BSD-3-Clause"
4952             ],
4953             "authors": [
4954                 {
4955                     "name": "Sebastian Bergmann",
4956                     "email": "[email protected]"
4957                 }
4958             ],
4959             "description": "Allows reflection of object attributes, including inherited and non-public ones",
4960             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4961             "time": "2017-03-29T09:07:27+00:00"
4962         },
4963         {
4964             "name": "sebastian/recursion-context",
4965             "version": "3.0.0",
4966             "source": {
4967                 "type": "git",
4968                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4969                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4970             },
4971             "dist": {
4972                 "type": "zip",
4973                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4974                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4975                 "shasum": ""
4976             },
4977             "require": {
4978                 "php": "^7.0"
4979             },
4980             "require-dev": {
4981                 "phpunit/phpunit": "^6.0"
4982             },
4983             "type": "library",
4984             "extra": {
4985                 "branch-alias": {
4986                     "dev-master": "3.0.x-dev"
4987                 }
4988             },
4989             "autoload": {
4990                 "classmap": [
4991                     "src/"
4992                 ]
4993             },
4994             "notification-url": "https://packagist.org/downloads/",
4995             "license": [
4996                 "BSD-3-Clause"
4997             ],
4998             "authors": [
4999                 {
5000                     "name": "Jeff Welch",
5001                     "email": "[email protected]"
5002                 },
5003                 {
5004                     "name": "Sebastian Bergmann",
5005                     "email": "[email protected]"
5006                 },
5007                 {
5008                     "name": "Adam Harvey",
5009                     "email": "[email protected]"
5010                 }
5011             ],
5012             "description": "Provides functionality to recursively process PHP variables",
5013             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5014             "time": "2017-03-03T06:23:57+00:00"
5015         },
5016         {
5017             "name": "sebastian/resource-operations",
5018             "version": "1.0.0",
5019             "source": {
5020                 "type": "git",
5021                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
5022                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
5023             },
5024             "dist": {
5025                 "type": "zip",
5026                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5027                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
5028                 "shasum": ""
5029             },
5030             "require": {
5031                 "php": ">=5.6.0"
5032             },
5033             "type": "library",
5034             "extra": {
5035                 "branch-alias": {
5036                     "dev-master": "1.0.x-dev"
5037                 }
5038             },
5039             "autoload": {
5040                 "classmap": [
5041                     "src/"
5042                 ]
5043             },
5044             "notification-url": "https://packagist.org/downloads/",
5045             "license": [
5046                 "BSD-3-Clause"
5047             ],
5048             "authors": [
5049                 {
5050                     "name": "Sebastian Bergmann",
5051                     "email": "[email protected]"
5052                 }
5053             ],
5054             "description": "Provides a list of PHP built-in functions that operate on resources",
5055             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5056             "time": "2015-07-28T20:34:47+00:00"
5057         },
5058         {
5059             "name": "sebastian/version",
5060             "version": "2.0.1",
5061             "source": {
5062                 "type": "git",
5063                 "url": "https://github.com/sebastianbergmann/version.git",
5064                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5065             },
5066             "dist": {
5067                 "type": "zip",
5068                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5069                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5070                 "shasum": ""
5071             },
5072             "require": {
5073                 "php": ">=5.6"
5074             },
5075             "type": "library",
5076             "extra": {
5077                 "branch-alias": {
5078                     "dev-master": "2.0.x-dev"
5079                 }
5080             },
5081             "autoload": {
5082                 "classmap": [
5083                     "src/"
5084                 ]
5085             },
5086             "notification-url": "https://packagist.org/downloads/",
5087             "license": [
5088                 "BSD-3-Clause"
5089             ],
5090             "authors": [
5091                 {
5092                     "name": "Sebastian Bergmann",
5093                     "email": "[email protected]",
5094                     "role": "lead"
5095                 }
5096             ],
5097             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5098             "homepage": "https://github.com/sebastianbergmann/version",
5099             "time": "2016-10-03T07:35:21+00:00"
5100         },
5101         {
5102             "name": "squizlabs/php_codesniffer",
5103             "version": "3.2.3",
5104             "source": {
5105                 "type": "git",
5106                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5107                 "reference": "4842476c434e375f9d3182ff7b89059583aa8b27"
5108             },
5109             "dist": {
5110                 "type": "zip",
5111                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4842476c434e375f9d3182ff7b89059583aa8b27",
5112                 "reference": "4842476c434e375f9d3182ff7b89059583aa8b27",
5113                 "shasum": ""
5114             },
5115             "require": {
5116                 "ext-simplexml": "*",
5117                 "ext-tokenizer": "*",
5118                 "ext-xmlwriter": "*",
5119                 "php": ">=5.4.0"
5120             },
5121             "require-dev": {
5122                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5123             },
5124             "bin": [
5125                 "bin/phpcs",
5126                 "bin/phpcbf"
5127             ],
5128             "type": "library",
5129             "extra": {
5130                 "branch-alias": {
5131                     "dev-master": "3.x-dev"
5132                 }
5133             },
5134             "notification-url": "https://packagist.org/downloads/",
5135             "license": [
5136                 "BSD-3-Clause"
5137             ],
5138             "authors": [
5139                 {
5140                     "name": "Greg Sherwood",
5141                     "role": "lead"
5142                 }
5143             ],
5144             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5145             "homepage": "http://www.squizlabs.com/php-codesniffer",
5146             "keywords": [
5147                 "phpcs",
5148                 "standards"
5149             ],
5150             "time": "2018-02-20T21:35:23+00:00"
5151         },
5152         {
5153             "name": "symfony/class-loader",
5154             "version": "v3.3.6",
5155             "source": {
5156                 "type": "git",
5157                 "url": "https://github.com/symfony/class-loader.git",
5158                 "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f"
5159             },
5160             "dist": {
5161                 "type": "zip",
5162                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/386a294d621576302e7cc36965d6ed53b8c73c4f",
5163                 "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f",
5164                 "shasum": ""
5165             },
5166             "require": {
5167                 "php": ">=5.5.9"
5168             },
5169             "require-dev": {
5170                 "symfony/finder": "~2.8|~3.0",
5171                 "symfony/polyfill-apcu": "~1.1"
5172             },
5173             "suggest": {
5174                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
5175             },
5176             "type": "library",
5177             "extra": {
5178                 "branch-alias": {
5179                     "dev-master": "3.3-dev"
5180                 }
5181             },
5182             "autoload": {
5183                 "psr-4": {
5184                     "Symfony\\Component\\ClassLoader\\": ""
5185                 },
5186                 "exclude-from-classmap": [
5187                     "/Tests/"
5188                 ]
5189             },
5190             "notification-url": "https://packagist.org/downloads/",
5191             "license": [
5192                 "MIT"
5193             ],
5194             "authors": [
5195                 {
5196                     "name": "Fabien Potencier",
5197                     "email": "[email protected]"
5198                 },
5199                 {
5200                     "name": "Symfony Community",
5201                     "homepage": "https://symfony.com/contributors"
5202                 }
5203             ],
5204             "description": "Symfony ClassLoader Component",
5205             "homepage": "https://symfony.com",
5206             "time": "2017-06-02T09:51:43+00:00"
5207         },
5208         {
5209             "name": "symfony/dom-crawler",
5210             "version": "v3.1.10",
5211             "source": {
5212                 "type": "git",
5213                 "url": "https://github.com/symfony/dom-crawler.git",
5214                 "reference": "7eede2a901a19928494194f7d1815a77b9a473a0"
5215             },
5216             "dist": {
5217                 "type": "zip",
5218                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7eede2a901a19928494194f7d1815a77b9a473a0",
5219                 "reference": "7eede2a901a19928494194f7d1815a77b9a473a0",
5220                 "shasum": ""
5221             },
5222             "require": {
5223                 "php": ">=5.5.9",
5224                 "symfony/polyfill-mbstring": "~1.0"
5225             },
5226             "require-dev": {
5227                 "symfony/css-selector": "~2.8|~3.0"
5228             },
5229             "suggest": {
5230                 "symfony/css-selector": ""
5231             },
5232             "type": "library",
5233             "extra": {
5234                 "branch-alias": {
5235                     "dev-master": "3.1-dev"
5236                 }
5237             },
5238             "autoload": {
5239                 "psr-4": {
5240                     "Symfony\\Component\\DomCrawler\\": ""
5241                 },
5242                 "exclude-from-classmap": [
5243                     "/Tests/"
5244                 ]
5245             },
5246             "notification-url": "https://packagist.org/downloads/",
5247             "license": [
5248                 "MIT"
5249             ],
5250             "authors": [
5251                 {
5252                     "name": "Fabien Potencier",
5253                     "email": "[email protected]"
5254                 },
5255                 {
5256                     "name": "Symfony Community",
5257                     "homepage": "https://symfony.com/contributors"
5258                 }
5259             ],
5260             "description": "Symfony DomCrawler Component",
5261             "homepage": "https://symfony.com",
5262             "time": "2017-01-21T17:13:55+00:00"
5263         },
5264         {
5265             "name": "theseer/tokenizer",
5266             "version": "1.1.0",
5267             "source": {
5268                 "type": "git",
5269                 "url": "https://github.com/theseer/tokenizer.git",
5270                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5271             },
5272             "dist": {
5273                 "type": "zip",
5274                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5275                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5276                 "shasum": ""
5277             },
5278             "require": {
5279                 "ext-dom": "*",
5280                 "ext-tokenizer": "*",
5281                 "ext-xmlwriter": "*",
5282                 "php": "^7.0"
5283             },
5284             "type": "library",
5285             "autoload": {
5286                 "classmap": [
5287                     "src/"
5288                 ]
5289             },
5290             "notification-url": "https://packagist.org/downloads/",
5291             "license": [
5292                 "BSD-3-Clause"
5293             ],
5294             "authors": [
5295                 {
5296                     "name": "Arne Blankerts",
5297                     "email": "[email protected]",
5298                     "role": "Developer"
5299                 }
5300             ],
5301             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5302             "time": "2017-04-07T12:08:54+00:00"
5303         },
5304         {
5305             "name": "webmozart/assert",
5306             "version": "1.3.0",
5307             "source": {
5308                 "type": "git",
5309                 "url": "https://github.com/webmozart/assert.git",
5310                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
5311             },
5312             "dist": {
5313                 "type": "zip",
5314                 "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
5315                 "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
5316                 "shasum": ""
5317             },
5318             "require": {
5319                 "php": "^5.3.3 || ^7.0"
5320             },
5321             "require-dev": {
5322                 "phpunit/phpunit": "^4.6",
5323                 "sebastian/version": "^1.0.1"
5324             },
5325             "type": "library",
5326             "extra": {
5327                 "branch-alias": {
5328                     "dev-master": "1.3-dev"
5329                 }
5330             },
5331             "autoload": {
5332                 "psr-4": {
5333                     "Webmozart\\Assert\\": "src/"
5334                 }
5335             },
5336             "notification-url": "https://packagist.org/downloads/",
5337             "license": [
5338                 "MIT"
5339             ],
5340             "authors": [
5341                 {
5342                     "name": "Bernhard Schussek",
5343                     "email": "[email protected]"
5344                 }
5345             ],
5346             "description": "Assertions to validate method input/output with nice error messages.",
5347             "keywords": [
5348                 "assert",
5349                 "check",
5350                 "validate"
5351             ],
5352             "time": "2018-01-29T19:49:41+00:00"
5353         }
5354     ],
5355     "aliases": [],
5356     "minimum-stability": "stable",
5357     "stability-flags": [],
5358     "prefer-stable": false,
5359     "prefer-lowest": false,
5360     "platform": {
5361         "php": ">=7.0.0",
5362         "ext-tidy": "*"
5363     },
5364     "platform-dev": [],
5365     "platform-overrides": {
5366         "php": "7.0"
5367     }
5368 }