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