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