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