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