]> BookStack Code Mirror - bookstack/blob - composer.lock
Merge branch 'disable-comments' of git://github.com/Abijeet/BookStack into Abijeet...
[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": "f5f180d7eca24ffd70ed8083f7a08107",
8     "packages": [
9         {
10             "name": "aws/aws-sdk-php",
11             "version": "3.44.1",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/aws/aws-sdk-php.git",
15                 "reference": "3f88cb0b9eb6ca34b2823c1cb42e10ac4d52fa6d"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3f88cb0b9eb6ca34b2823c1cb42e10ac4d52fa6d",
20                 "reference": "3f88cb0b9eb6ca34b2823c1cb42e10ac4d52fa6d",
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-12-01T20:57:47+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.2",
381             "source": {
382                 "type": "git",
383                 "url": "https://github.com/dompdf/dompdf.git",
384                 "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6"
385             },
386             "dist": {
387                 "type": "zip",
388                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5113accd9ae5d466077cce5208dcf3fb871bf8f6",
389                 "reference": "5113accd9ae5d466077cce5208dcf3fb871bf8f6",
390                 "shasum": ""
391             },
392             "require": {
393                 "ext-dom": "*",
394                 "ext-gd": "*",
395                 "ext-mbstring": "*",
396                 "phenx/php-font-lib": "0.5.*",
397                 "phenx/php-svg-lib": "0.3.*",
398                 "php": ">=5.4.0"
399             },
400             "require-dev": {
401                 "phpunit/phpunit": "4.8.*",
402                 "squizlabs/php_codesniffer": "2.*"
403             },
404             "type": "library",
405             "extra": {
406                 "branch-alias": {
407                     "dev-develop": "0.7-dev"
408                 }
409             },
410             "autoload": {
411                 "psr-4": {
412                     "Dompdf\\": "src/"
413                 },
414                 "classmap": [
415                     "lib/"
416                 ]
417             },
418             "notification-url": "https://packagist.org/downloads/",
419             "license": [
420                 "LGPL-2.1"
421             ],
422             "authors": [
423                 {
424                     "name": "Fabien Ménager",
425                     "email": "[email protected]"
426                 },
427                 {
428                     "name": "Brian Sweeney",
429                     "email": "[email protected]"
430                 },
431                 {
432                     "name": "Gabriel Bull",
433                     "email": "[email protected]"
434                 }
435             ],
436             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
437             "homepage": "https://github.com/dompdf/dompdf",
438             "time": "2017-11-26T14:49:08+00:00"
439         },
440         {
441             "name": "egulias/email-validator",
442             "version": "2.1.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.23",
968             "source": {
969                 "type": "git",
970                 "url": "https://github.com/laravel/framework.git",
971                 "reference": "cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777"
972             },
973             "dist": {
974                 "type": "zip",
975                 "url": "https://api.github.com/repos/laravel/framework/zipball/cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777",
976                 "reference": "cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777",
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-12-04T14:19:08+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.6",
2259             "source": {
2260                 "type": "git",
2261                 "url": "https://github.com/symfony/console.git",
2262                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
2263             },
2264             "dist": {
2265                 "type": "zip",
2266                 "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
2267                 "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
2268                 "shasum": ""
2269             },
2270             "require": {
2271                 "php": ">=5.5.9",
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/http-kernel": "~2.8|~3.0",
2285                 "symfony/process": "~2.8|~3.0"
2286             },
2287             "suggest": {
2288                 "psr/log": "For using the console logger",
2289                 "symfony/event-dispatcher": "",
2290                 "symfony/filesystem": "",
2291                 "symfony/process": ""
2292             },
2293             "type": "library",
2294             "extra": {
2295                 "branch-alias": {
2296                     "dev-master": "3.3-dev"
2297                 }
2298             },
2299             "autoload": {
2300                 "psr-4": {
2301                     "Symfony\\Component\\Console\\": ""
2302                 },
2303                 "exclude-from-classmap": [
2304                     "/Tests/"
2305                 ]
2306             },
2307             "notification-url": "https://packagist.org/downloads/",
2308             "license": [
2309                 "MIT"
2310             ],
2311             "authors": [
2312                 {
2313                     "name": "Fabien Potencier",
2314                     "email": "[email protected]"
2315                 },
2316                 {
2317                     "name": "Symfony Community",
2318                     "homepage": "https://symfony.com/contributors"
2319                 }
2320             ],
2321             "description": "Symfony Console Component",
2322             "homepage": "https://symfony.com",
2323             "time": "2017-07-29T21:27:59+00:00"
2324         },
2325         {
2326             "name": "symfony/css-selector",
2327             "version": "v3.1.10",
2328             "source": {
2329                 "type": "git",
2330                 "url": "https://github.com/symfony/css-selector.git",
2331                 "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
2332             },
2333             "dist": {
2334                 "type": "zip",
2335                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2336                 "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
2337                 "shasum": ""
2338             },
2339             "require": {
2340                 "php": ">=5.5.9"
2341             },
2342             "type": "library",
2343             "extra": {
2344                 "branch-alias": {
2345                     "dev-master": "3.1-dev"
2346                 }
2347             },
2348             "autoload": {
2349                 "psr-4": {
2350                     "Symfony\\Component\\CssSelector\\": ""
2351                 },
2352                 "exclude-from-classmap": [
2353                     "/Tests/"
2354                 ]
2355             },
2356             "notification-url": "https://packagist.org/downloads/",
2357             "license": [
2358                 "MIT"
2359             ],
2360             "authors": [
2361                 {
2362                     "name": "Jean-François Simon",
2363                     "email": "[email protected]"
2364                 },
2365                 {
2366                     "name": "Fabien Potencier",
2367                     "email": "[email protected]"
2368                 },
2369                 {
2370                     "name": "Symfony Community",
2371                     "homepage": "https://symfony.com/contributors"
2372                 }
2373             ],
2374             "description": "Symfony CssSelector Component",
2375             "homepage": "https://symfony.com",
2376             "time": "2017-01-02T20:31:54+00:00"
2377         },
2378         {
2379             "name": "symfony/debug",
2380             "version": "v3.3.6",
2381             "source": {
2382                 "type": "git",
2383                 "url": "https://github.com/symfony/debug.git",
2384                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
2385             },
2386             "dist": {
2387                 "type": "zip",
2388                 "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2389                 "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
2390                 "shasum": ""
2391             },
2392             "require": {
2393                 "php": ">=5.5.9",
2394                 "psr/log": "~1.0"
2395             },
2396             "conflict": {
2397                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2398             },
2399             "require-dev": {
2400                 "symfony/http-kernel": "~2.8|~3.0"
2401             },
2402             "type": "library",
2403             "extra": {
2404                 "branch-alias": {
2405                     "dev-master": "3.3-dev"
2406                 }
2407             },
2408             "autoload": {
2409                 "psr-4": {
2410                     "Symfony\\Component\\Debug\\": ""
2411                 },
2412                 "exclude-from-classmap": [
2413                     "/Tests/"
2414                 ]
2415             },
2416             "notification-url": "https://packagist.org/downloads/",
2417             "license": [
2418                 "MIT"
2419             ],
2420             "authors": [
2421                 {
2422                     "name": "Fabien Potencier",
2423                     "email": "[email protected]"
2424                 },
2425                 {
2426                     "name": "Symfony Community",
2427                     "homepage": "https://symfony.com/contributors"
2428                 }
2429             ],
2430             "description": "Symfony Debug Component",
2431             "homepage": "https://symfony.com",
2432             "time": "2017-07-28T15:27:31+00:00"
2433         },
2434         {
2435             "name": "symfony/event-dispatcher",
2436             "version": "v3.3.6",
2437             "source": {
2438                 "type": "git",
2439                 "url": "https://github.com/symfony/event-dispatcher.git",
2440                 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e"
2441             },
2442             "dist": {
2443                 "type": "zip",
2444                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e",
2445                 "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e",
2446                 "shasum": ""
2447             },
2448             "require": {
2449                 "php": ">=5.5.9"
2450             },
2451             "conflict": {
2452                 "symfony/dependency-injection": "<3.3"
2453             },
2454             "require-dev": {
2455                 "psr/log": "~1.0",
2456                 "symfony/config": "~2.8|~3.0",
2457                 "symfony/dependency-injection": "~3.3",
2458                 "symfony/expression-language": "~2.8|~3.0",
2459                 "symfony/stopwatch": "~2.8|~3.0"
2460             },
2461             "suggest": {
2462                 "symfony/dependency-injection": "",
2463                 "symfony/http-kernel": ""
2464             },
2465             "type": "library",
2466             "extra": {
2467                 "branch-alias": {
2468                     "dev-master": "3.3-dev"
2469                 }
2470             },
2471             "autoload": {
2472                 "psr-4": {
2473                     "Symfony\\Component\\EventDispatcher\\": ""
2474                 },
2475                 "exclude-from-classmap": [
2476                     "/Tests/"
2477                 ]
2478             },
2479             "notification-url": "https://packagist.org/downloads/",
2480             "license": [
2481                 "MIT"
2482             ],
2483             "authors": [
2484                 {
2485                     "name": "Fabien Potencier",
2486                     "email": "[email protected]"
2487                 },
2488                 {
2489                     "name": "Symfony Community",
2490                     "homepage": "https://symfony.com/contributors"
2491                 }
2492             ],
2493             "description": "Symfony EventDispatcher Component",
2494             "homepage": "https://symfony.com",
2495             "time": "2017-06-09T14:53:08+00:00"
2496         },
2497         {
2498             "name": "symfony/finder",
2499             "version": "v3.3.6",
2500             "source": {
2501                 "type": "git",
2502                 "url": "https://github.com/symfony/finder.git",
2503                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4"
2504             },
2505             "dist": {
2506                 "type": "zip",
2507                 "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
2508                 "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
2509                 "shasum": ""
2510             },
2511             "require": {
2512                 "php": ">=5.5.9"
2513             },
2514             "type": "library",
2515             "extra": {
2516                 "branch-alias": {
2517                     "dev-master": "3.3-dev"
2518                 }
2519             },
2520             "autoload": {
2521                 "psr-4": {
2522                     "Symfony\\Component\\Finder\\": ""
2523                 },
2524                 "exclude-from-classmap": [
2525                     "/Tests/"
2526                 ]
2527             },
2528             "notification-url": "https://packagist.org/downloads/",
2529             "license": [
2530                 "MIT"
2531             ],
2532             "authors": [
2533                 {
2534                     "name": "Fabien Potencier",
2535                     "email": "[email protected]"
2536                 },
2537                 {
2538                     "name": "Symfony Community",
2539                     "homepage": "https://symfony.com/contributors"
2540                 }
2541             ],
2542             "description": "Symfony Finder Component",
2543             "homepage": "https://symfony.com",
2544             "time": "2017-06-01T21:01:25+00:00"
2545         },
2546         {
2547             "name": "symfony/http-foundation",
2548             "version": "v3.3.6",
2549             "source": {
2550                 "type": "git",
2551                 "url": "https://github.com/symfony/http-foundation.git",
2552                 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031"
2553             },
2554             "dist": {
2555                 "type": "zip",
2556                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49e8cd2d59a7aa9bfab19e46de680c76e500a031",
2557                 "reference": "49e8cd2d59a7aa9bfab19e46de680c76e500a031",
2558                 "shasum": ""
2559             },
2560             "require": {
2561                 "php": ">=5.5.9",
2562                 "symfony/polyfill-mbstring": "~1.1"
2563             },
2564             "require-dev": {
2565                 "symfony/expression-language": "~2.8|~3.0"
2566             },
2567             "type": "library",
2568             "extra": {
2569                 "branch-alias": {
2570                     "dev-master": "3.3-dev"
2571                 }
2572             },
2573             "autoload": {
2574                 "psr-4": {
2575                     "Symfony\\Component\\HttpFoundation\\": ""
2576                 },
2577                 "exclude-from-classmap": [
2578                     "/Tests/"
2579                 ]
2580             },
2581             "notification-url": "https://packagist.org/downloads/",
2582             "license": [
2583                 "MIT"
2584             ],
2585             "authors": [
2586                 {
2587                     "name": "Fabien Potencier",
2588                     "email": "[email protected]"
2589                 },
2590                 {
2591                     "name": "Symfony Community",
2592                     "homepage": "https://symfony.com/contributors"
2593                 }
2594             ],
2595             "description": "Symfony HttpFoundation Component",
2596             "homepage": "https://symfony.com",
2597             "time": "2017-07-21T11:04:46+00:00"
2598         },
2599         {
2600             "name": "symfony/http-kernel",
2601             "version": "v3.3.6",
2602             "source": {
2603                 "type": "git",
2604                 "url": "https://github.com/symfony/http-kernel.git",
2605                 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5"
2606             },
2607             "dist": {
2608                 "type": "zip",
2609                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db10d05f1d95e4168e638db7a81c79616f568ea5",
2610                 "reference": "db10d05f1d95e4168e638db7a81c79616f568ea5",
2611                 "shasum": ""
2612             },
2613             "require": {
2614                 "php": ">=5.5.9",
2615                 "psr/log": "~1.0",
2616                 "symfony/debug": "~2.8|~3.0",
2617                 "symfony/event-dispatcher": "~2.8|~3.0",
2618                 "symfony/http-foundation": "~3.3"
2619             },
2620             "conflict": {
2621                 "symfony/config": "<2.8",
2622                 "symfony/dependency-injection": "<3.3",
2623                 "symfony/var-dumper": "<3.3",
2624                 "twig/twig": "<1.34|<2.4,>=2"
2625             },
2626             "require-dev": {
2627                 "psr/cache": "~1.0",
2628                 "symfony/browser-kit": "~2.8|~3.0",
2629                 "symfony/class-loader": "~2.8|~3.0",
2630                 "symfony/config": "~2.8|~3.0",
2631                 "symfony/console": "~2.8|~3.0",
2632                 "symfony/css-selector": "~2.8|~3.0",
2633                 "symfony/dependency-injection": "~3.3",
2634                 "symfony/dom-crawler": "~2.8|~3.0",
2635                 "symfony/expression-language": "~2.8|~3.0",
2636                 "symfony/finder": "~2.8|~3.0",
2637                 "symfony/process": "~2.8|~3.0",
2638                 "symfony/routing": "~2.8|~3.0",
2639                 "symfony/stopwatch": "~2.8|~3.0",
2640                 "symfony/templating": "~2.8|~3.0",
2641                 "symfony/translation": "~2.8|~3.0",
2642                 "symfony/var-dumper": "~3.3"
2643             },
2644             "suggest": {
2645                 "symfony/browser-kit": "",
2646                 "symfony/class-loader": "",
2647                 "symfony/config": "",
2648                 "symfony/console": "",
2649                 "symfony/dependency-injection": "",
2650                 "symfony/finder": "",
2651                 "symfony/var-dumper": ""
2652             },
2653             "type": "library",
2654             "extra": {
2655                 "branch-alias": {
2656                     "dev-master": "3.3-dev"
2657                 }
2658             },
2659             "autoload": {
2660                 "psr-4": {
2661                     "Symfony\\Component\\HttpKernel\\": ""
2662                 },
2663                 "exclude-from-classmap": [
2664                     "/Tests/"
2665                 ]
2666             },
2667             "notification-url": "https://packagist.org/downloads/",
2668             "license": [
2669                 "MIT"
2670             ],
2671             "authors": [
2672                 {
2673                     "name": "Fabien Potencier",
2674                     "email": "[email protected]"
2675                 },
2676                 {
2677                     "name": "Symfony Community",
2678                     "homepage": "https://symfony.com/contributors"
2679                 }
2680             ],
2681             "description": "Symfony HttpKernel Component",
2682             "homepage": "https://symfony.com",
2683             "time": "2017-08-01T10:25:59+00:00"
2684         },
2685         {
2686             "name": "symfony/polyfill-mbstring",
2687             "version": "v1.6.0",
2688             "source": {
2689                 "type": "git",
2690                 "url": "https://github.com/symfony/polyfill-mbstring.git",
2691                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
2692             },
2693             "dist": {
2694                 "type": "zip",
2695                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2696                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
2697                 "shasum": ""
2698             },
2699             "require": {
2700                 "php": ">=5.3.3"
2701             },
2702             "suggest": {
2703                 "ext-mbstring": "For best performance"
2704             },
2705             "type": "library",
2706             "extra": {
2707                 "branch-alias": {
2708                     "dev-master": "1.6-dev"
2709                 }
2710             },
2711             "autoload": {
2712                 "psr-4": {
2713                     "Symfony\\Polyfill\\Mbstring\\": ""
2714                 },
2715                 "files": [
2716                     "bootstrap.php"
2717                 ]
2718             },
2719             "notification-url": "https://packagist.org/downloads/",
2720             "license": [
2721                 "MIT"
2722             ],
2723             "authors": [
2724                 {
2725                     "name": "Nicolas Grekas",
2726                     "email": "[email protected]"
2727                 },
2728                 {
2729                     "name": "Symfony Community",
2730                     "homepage": "https://symfony.com/contributors"
2731                 }
2732             ],
2733             "description": "Symfony polyfill for the Mbstring extension",
2734             "homepage": "https://symfony.com",
2735             "keywords": [
2736                 "compatibility",
2737                 "mbstring",
2738                 "polyfill",
2739                 "portable",
2740                 "shim"
2741             ],
2742             "time": "2017-10-11T12:05:26+00:00"
2743         },
2744         {
2745             "name": "symfony/process",
2746             "version": "v3.3.6",
2747             "source": {
2748                 "type": "git",
2749                 "url": "https://github.com/symfony/process.git",
2750                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
2751             },
2752             "dist": {
2753                 "type": "zip",
2754                 "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
2755                 "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
2756                 "shasum": ""
2757             },
2758             "require": {
2759                 "php": ">=5.5.9"
2760             },
2761             "type": "library",
2762             "extra": {
2763                 "branch-alias": {
2764                     "dev-master": "3.3-dev"
2765                 }
2766             },
2767             "autoload": {
2768                 "psr-4": {
2769                     "Symfony\\Component\\Process\\": ""
2770                 },
2771                 "exclude-from-classmap": [
2772                     "/Tests/"
2773                 ]
2774             },
2775             "notification-url": "https://packagist.org/downloads/",
2776             "license": [
2777                 "MIT"
2778             ],
2779             "authors": [
2780                 {
2781                     "name": "Fabien Potencier",
2782                     "email": "[email protected]"
2783                 },
2784                 {
2785                     "name": "Symfony Community",
2786                     "homepage": "https://symfony.com/contributors"
2787                 }
2788             ],
2789             "description": "Symfony Process Component",
2790             "homepage": "https://symfony.com",
2791             "time": "2017-07-13T13:05:09+00:00"
2792         },
2793         {
2794             "name": "symfony/routing",
2795             "version": "v3.3.6",
2796             "source": {
2797                 "type": "git",
2798                 "url": "https://github.com/symfony/routing.git",
2799                 "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26"
2800             },
2801             "dist": {
2802                 "type": "zip",
2803                 "url": "https://api.github.com/repos/symfony/routing/zipball/4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
2804                 "reference": "4aee1a917fd4859ff8b51b9fd1dfb790a5ecfa26",
2805                 "shasum": ""
2806             },
2807             "require": {
2808                 "php": ">=5.5.9"
2809             },
2810             "conflict": {
2811                 "symfony/config": "<2.8",
2812                 "symfony/dependency-injection": "<3.3",
2813                 "symfony/yaml": "<3.3"
2814             },
2815             "require-dev": {
2816                 "doctrine/annotations": "~1.0",
2817                 "doctrine/common": "~2.2",
2818                 "psr/log": "~1.0",
2819                 "symfony/config": "~2.8|~3.0",
2820                 "symfony/dependency-injection": "~3.3",
2821                 "symfony/expression-language": "~2.8|~3.0",
2822                 "symfony/http-foundation": "~2.8|~3.0",
2823                 "symfony/yaml": "~3.3"
2824             },
2825             "suggest": {
2826                 "doctrine/annotations": "For using the annotation loader",
2827                 "symfony/config": "For using the all-in-one router or any loader",
2828                 "symfony/dependency-injection": "For loading routes from a service",
2829                 "symfony/expression-language": "For using expression matching",
2830                 "symfony/http-foundation": "For using a Symfony Request object",
2831                 "symfony/yaml": "For using the YAML loader"
2832             },
2833             "type": "library",
2834             "extra": {
2835                 "branch-alias": {
2836                     "dev-master": "3.3-dev"
2837                 }
2838             },
2839             "autoload": {
2840                 "psr-4": {
2841                     "Symfony\\Component\\Routing\\": ""
2842                 },
2843                 "exclude-from-classmap": [
2844                     "/Tests/"
2845                 ]
2846             },
2847             "notification-url": "https://packagist.org/downloads/",
2848             "license": [
2849                 "MIT"
2850             ],
2851             "authors": [
2852                 {
2853                     "name": "Fabien Potencier",
2854                     "email": "[email protected]"
2855                 },
2856                 {
2857                     "name": "Symfony Community",
2858                     "homepage": "https://symfony.com/contributors"
2859                 }
2860             ],
2861             "description": "Symfony Routing Component",
2862             "homepage": "https://symfony.com",
2863             "keywords": [
2864                 "router",
2865                 "routing",
2866                 "uri",
2867                 "url"
2868             ],
2869             "time": "2017-07-21T17:43:13+00:00"
2870         },
2871         {
2872             "name": "symfony/translation",
2873             "version": "v3.3.6",
2874             "source": {
2875                 "type": "git",
2876                 "url": "https://github.com/symfony/translation.git",
2877                 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
2878             },
2879             "dist": {
2880                 "type": "zip",
2881                 "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
2882                 "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
2883                 "shasum": ""
2884             },
2885             "require": {
2886                 "php": ">=5.5.9",
2887                 "symfony/polyfill-mbstring": "~1.0"
2888             },
2889             "conflict": {
2890                 "symfony/config": "<2.8",
2891                 "symfony/yaml": "<3.3"
2892             },
2893             "require-dev": {
2894                 "psr/log": "~1.0",
2895                 "symfony/config": "~2.8|~3.0",
2896                 "symfony/intl": "^2.8.18|^3.2.5",
2897                 "symfony/yaml": "~3.3"
2898             },
2899             "suggest": {
2900                 "psr/log": "To use logging capability in translator",
2901                 "symfony/config": "",
2902                 "symfony/yaml": ""
2903             },
2904             "type": "library",
2905             "extra": {
2906                 "branch-alias": {
2907                     "dev-master": "3.3-dev"
2908                 }
2909             },
2910             "autoload": {
2911                 "psr-4": {
2912                     "Symfony\\Component\\Translation\\": ""
2913                 },
2914                 "exclude-from-classmap": [
2915                     "/Tests/"
2916                 ]
2917             },
2918             "notification-url": "https://packagist.org/downloads/",
2919             "license": [
2920                 "MIT"
2921             ],
2922             "authors": [
2923                 {
2924                     "name": "Fabien Potencier",
2925                     "email": "[email protected]"
2926                 },
2927                 {
2928                     "name": "Symfony Community",
2929                     "homepage": "https://symfony.com/contributors"
2930                 }
2931             ],
2932             "description": "Symfony Translation Component",
2933             "homepage": "https://symfony.com",
2934             "time": "2017-06-24T16:45:30+00:00"
2935         },
2936         {
2937             "name": "symfony/var-dumper",
2938             "version": "v3.3.6",
2939             "source": {
2940                 "type": "git",
2941                 "url": "https://github.com/symfony/var-dumper.git",
2942                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663"
2943             },
2944             "dist": {
2945                 "type": "zip",
2946                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663",
2947                 "reference": "b2623bccb969ad595c2090f9be498b74670d0663",
2948                 "shasum": ""
2949             },
2950             "require": {
2951                 "php": ">=5.5.9",
2952                 "symfony/polyfill-mbstring": "~1.0"
2953             },
2954             "conflict": {
2955                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
2956             },
2957             "require-dev": {
2958                 "ext-iconv": "*",
2959                 "twig/twig": "~1.34|~2.4"
2960             },
2961             "suggest": {
2962                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2963                 "ext-symfony_debug": ""
2964             },
2965             "type": "library",
2966             "extra": {
2967                 "branch-alias": {
2968                     "dev-master": "3.3-dev"
2969                 }
2970             },
2971             "autoload": {
2972                 "files": [
2973                     "Resources/functions/dump.php"
2974                 ],
2975                 "psr-4": {
2976                     "Symfony\\Component\\VarDumper\\": ""
2977                 },
2978                 "exclude-from-classmap": [
2979                     "/Tests/"
2980                 ]
2981             },
2982             "notification-url": "https://packagist.org/downloads/",
2983             "license": [
2984                 "MIT"
2985             ],
2986             "authors": [
2987                 {
2988                     "name": "Nicolas Grekas",
2989                     "email": "[email protected]"
2990                 },
2991                 {
2992                     "name": "Symfony Community",
2993                     "homepage": "https://symfony.com/contributors"
2994                 }
2995             ],
2996             "description": "Symfony mechanism for exploring and dumping PHP variables",
2997             "homepage": "https://symfony.com",
2998             "keywords": [
2999                 "debug",
3000                 "dump"
3001             ],
3002             "time": "2017-07-28T06:06:09+00:00"
3003         },
3004         {
3005             "name": "tijsverkoyen/css-to-inline-styles",
3006             "version": "2.2.0",
3007             "source": {
3008                 "type": "git",
3009                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
3010                 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
3011             },
3012             "dist": {
3013                 "type": "zip",
3014                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
3015                 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
3016                 "shasum": ""
3017             },
3018             "require": {
3019                 "php": "^5.5 || ^7",
3020                 "symfony/css-selector": "^2.7|~3.0"
3021             },
3022             "require-dev": {
3023                 "phpunit/phpunit": "~4.8|5.1.*"
3024             },
3025             "type": "library",
3026             "extra": {
3027                 "branch-alias": {
3028                     "dev-master": "2.0.x-dev"
3029                 }
3030             },
3031             "autoload": {
3032                 "psr-4": {
3033                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
3034                 }
3035             },
3036             "notification-url": "https://packagist.org/downloads/",
3037             "license": [
3038                 "BSD-3-Clause"
3039             ],
3040             "authors": [
3041                 {
3042                     "name": "Tijs Verkoyen",
3043                     "email": "[email protected]",
3044                     "role": "Developer"
3045                 }
3046             ],
3047             "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.",
3048             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
3049             "time": "2016-09-20T12:50:39+00:00"
3050         },
3051         {
3052             "name": "vlucas/phpdotenv",
3053             "version": "v2.4.0",
3054             "source": {
3055                 "type": "git",
3056                 "url": "https://github.com/vlucas/phpdotenv.git",
3057                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
3058             },
3059             "dist": {
3060                 "type": "zip",
3061                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3062                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
3063                 "shasum": ""
3064             },
3065             "require": {
3066                 "php": ">=5.3.9"
3067             },
3068             "require-dev": {
3069                 "phpunit/phpunit": "^4.8 || ^5.0"
3070             },
3071             "type": "library",
3072             "extra": {
3073                 "branch-alias": {
3074                     "dev-master": "2.4-dev"
3075                 }
3076             },
3077             "autoload": {
3078                 "psr-4": {
3079                     "Dotenv\\": "src/"
3080                 }
3081             },
3082             "notification-url": "https://packagist.org/downloads/",
3083             "license": [
3084                 "BSD-3-Clause-Attribution"
3085             ],
3086             "authors": [
3087                 {
3088                     "name": "Vance Lucas",
3089                     "email": "[email protected]",
3090                     "homepage": "http://www.vancelucas.com"
3091                 }
3092             ],
3093             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
3094             "keywords": [
3095                 "dotenv",
3096                 "env",
3097                 "environment"
3098             ],
3099             "time": "2016-09-01T10:05:43+00:00"
3100         }
3101     ],
3102     "packages-dev": [
3103         {
3104             "name": "barryvdh/laravel-debugbar",
3105             "version": "v3.1.0",
3106             "source": {
3107                 "type": "git",
3108                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
3109                 "reference": "01a859752094e00aa8548832312366753272f8af"
3110             },
3111             "dist": {
3112                 "type": "zip",
3113                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/01a859752094e00aa8548832312366753272f8af",
3114                 "reference": "01a859752094e00aa8548832312366753272f8af",
3115                 "shasum": ""
3116             },
3117             "require": {
3118                 "illuminate/routing": "5.5.x",
3119                 "illuminate/session": "5.5.x",
3120                 "illuminate/support": "5.5.x",
3121                 "maximebf/debugbar": "~1.14.0",
3122                 "php": ">=7.0",
3123                 "symfony/debug": "^3",
3124                 "symfony/finder": "^3"
3125             },
3126             "require-dev": {
3127                 "illuminate/framework": "5.5.x"
3128             },
3129             "type": "library",
3130             "extra": {
3131                 "branch-alias": {
3132                     "dev-master": "3.0-dev"
3133                 },
3134                 "laravel": {
3135                     "providers": [
3136                         "Barryvdh\\Debugbar\\ServiceProvider"
3137                     ],
3138                     "aliases": {
3139                         "Debugbar": "Barryvdh\\Debugbar\\Facade"
3140                     }
3141                 }
3142             },
3143             "autoload": {
3144                 "psr-4": {
3145                     "Barryvdh\\Debugbar\\": "src/"
3146                 },
3147                 "files": [
3148                     "src/helpers.php"
3149                 ]
3150             },
3151             "notification-url": "https://packagist.org/downloads/",
3152             "license": [
3153                 "MIT"
3154             ],
3155             "authors": [
3156                 {
3157                     "name": "Barry vd. Heuvel",
3158                     "email": "[email protected]"
3159                 }
3160             ],
3161             "description": "PHP Debugbar integration for Laravel",
3162             "keywords": [
3163                 "debug",
3164                 "debugbar",
3165                 "laravel",
3166                 "profiler",
3167                 "webprofiler"
3168             ],
3169             "time": "2017-09-18T13:32:46+00:00"
3170         },
3171         {
3172             "name": "barryvdh/laravel-ide-helper",
3173             "version": "v2.4.1",
3174             "source": {
3175                 "type": "git",
3176                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
3177                 "reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8"
3178             },
3179             "dist": {
3180                 "type": "zip",
3181                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/2b1273c45e2f8df7a625563e2283a17c14f02ae8",
3182                 "reference": "2b1273c45e2f8df7a625563e2283a17c14f02ae8",
3183                 "shasum": ""
3184             },
3185             "require": {
3186                 "barryvdh/reflection-docblock": "^2.0.4",
3187                 "illuminate/console": "^5.0,<5.6",
3188                 "illuminate/filesystem": "^5.0,<5.6",
3189                 "illuminate/support": "^5.0,<5.6",
3190                 "php": ">=5.4.0",
3191                 "symfony/class-loader": "^2.3|^3.0"
3192             },
3193             "require-dev": {
3194                 "doctrine/dbal": "~2.3",
3195                 "illuminate/config": "^5.0,<5.6",
3196                 "illuminate/view": "^5.0,<5.6",
3197                 "phpunit/phpunit": "4.*",
3198                 "scrutinizer/ocular": "~1.1",
3199                 "squizlabs/php_codesniffer": "~2.3"
3200             },
3201             "suggest": {
3202                 "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
3203             },
3204             "type": "library",
3205             "extra": {
3206                 "branch-alias": {
3207                     "dev-master": "2.3-dev"
3208                 },
3209                 "laravel": {
3210                     "providers": [
3211                         "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
3212                     ]
3213                 }
3214             },
3215             "autoload": {
3216                 "psr-4": {
3217                     "Barryvdh\\LaravelIdeHelper\\": "src"
3218                 }
3219             },
3220             "notification-url": "https://packagist.org/downloads/",
3221             "license": [
3222                 "MIT"
3223             ],
3224             "authors": [
3225                 {
3226                     "name": "Barry vd. Heuvel",
3227                     "email": "[email protected]"
3228                 }
3229             ],
3230             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
3231             "keywords": [
3232                 "autocomplete",
3233                 "codeintel",
3234                 "helper",
3235                 "ide",
3236                 "laravel",
3237                 "netbeans",
3238                 "phpdoc",
3239                 "phpstorm",
3240                 "sublime"
3241             ],
3242             "time": "2017-07-16T00:24:12+00:00"
3243         },
3244         {
3245             "name": "barryvdh/reflection-docblock",
3246             "version": "v2.0.4",
3247             "source": {
3248                 "type": "git",
3249                 "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
3250                 "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
3251             },
3252             "dist": {
3253                 "type": "zip",
3254                 "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c",
3255                 "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
3256                 "shasum": ""
3257             },
3258             "require": {
3259                 "php": ">=5.3.3"
3260             },
3261             "require-dev": {
3262                 "phpunit/phpunit": "~4.0,<4.5"
3263             },
3264             "suggest": {
3265                 "dflydev/markdown": "~1.0",
3266                 "erusev/parsedown": "~1.0"
3267             },
3268             "type": "library",
3269             "extra": {
3270                 "branch-alias": {
3271                     "dev-master": "2.0.x-dev"
3272                 }
3273             },
3274             "autoload": {
3275                 "psr-0": {
3276                     "Barryvdh": [
3277                         "src/"
3278                     ]
3279                 }
3280             },
3281             "notification-url": "https://packagist.org/downloads/",
3282             "license": [
3283                 "MIT"
3284             ],
3285             "authors": [
3286                 {
3287                     "name": "Mike van Riel",
3288                     "email": "[email protected]"
3289                 }
3290             ],
3291             "time": "2016-06-13T19:28:20+00:00"
3292         },
3293         {
3294             "name": "doctrine/instantiator",
3295             "version": "1.0.5",
3296             "source": {
3297                 "type": "git",
3298                 "url": "https://github.com/doctrine/instantiator.git",
3299                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
3300             },
3301             "dist": {
3302                 "type": "zip",
3303                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
3304                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
3305                 "shasum": ""
3306             },
3307             "require": {
3308                 "php": ">=5.3,<8.0-DEV"
3309             },
3310             "require-dev": {
3311                 "athletic/athletic": "~0.1.8",
3312                 "ext-pdo": "*",
3313                 "ext-phar": "*",
3314                 "phpunit/phpunit": "~4.0",
3315                 "squizlabs/php_codesniffer": "~2.0"
3316             },
3317             "type": "library",
3318             "extra": {
3319                 "branch-alias": {
3320                     "dev-master": "1.0.x-dev"
3321                 }
3322             },
3323             "autoload": {
3324                 "psr-4": {
3325                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
3326                 }
3327             },
3328             "notification-url": "https://packagist.org/downloads/",
3329             "license": [
3330                 "MIT"
3331             ],
3332             "authors": [
3333                 {
3334                     "name": "Marco Pivetta",
3335                     "email": "[email protected]",
3336                     "homepage": "http://ocramius.github.com/"
3337                 }
3338             ],
3339             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
3340             "homepage": "https://github.com/doctrine/instantiator",
3341             "keywords": [
3342                 "constructor",
3343                 "instantiate"
3344             ],
3345             "time": "2015-06-14T21:17:01+00:00"
3346         },
3347         {
3348             "name": "filp/whoops",
3349             "version": "2.1.14",
3350             "source": {
3351                 "type": "git",
3352                 "url": "https://github.com/filp/whoops.git",
3353                 "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
3354             },
3355             "dist": {
3356                 "type": "zip",
3357                 "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
3358                 "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
3359                 "shasum": ""
3360             },
3361             "require": {
3362                 "php": "^5.5.9 || ^7.0",
3363                 "psr/log": "^1.0.1"
3364             },
3365             "require-dev": {
3366                 "mockery/mockery": "0.9.*",
3367                 "phpunit/phpunit": "^4.8.35 || ^5.7",
3368                 "symfony/var-dumper": "^2.6 || ^3.0"
3369             },
3370             "suggest": {
3371                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
3372                 "whoops/soap": "Formats errors as SOAP responses"
3373             },
3374             "type": "library",
3375             "extra": {
3376                 "branch-alias": {
3377                     "dev-master": "2.0-dev"
3378                 }
3379             },
3380             "autoload": {
3381                 "psr-4": {
3382                     "Whoops\\": "src/Whoops/"
3383                 }
3384             },
3385             "notification-url": "https://packagist.org/downloads/",
3386             "license": [
3387                 "MIT"
3388             ],
3389             "authors": [
3390                 {
3391                     "name": "Filipe Dobreira",
3392                     "homepage": "https://github.com/filp",
3393                     "role": "Developer"
3394                 }
3395             ],
3396             "description": "php error handling for cool kids",
3397             "homepage": "https://filp.github.io/whoops/",
3398             "keywords": [
3399                 "error",
3400                 "exception",
3401                 "handling",
3402                 "library",
3403                 "throwable",
3404                 "whoops"
3405             ],
3406             "time": "2017-11-23T18:22:44+00:00"
3407         },
3408         {
3409             "name": "fzaninotto/faker",
3410             "version": "v1.7.1",
3411             "source": {
3412                 "type": "git",
3413                 "url": "https://github.com/fzaninotto/Faker.git",
3414                 "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
3415             },
3416             "dist": {
3417                 "type": "zip",
3418                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3419                 "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
3420                 "shasum": ""
3421             },
3422             "require": {
3423                 "php": "^5.3.3 || ^7.0"
3424             },
3425             "require-dev": {
3426                 "ext-intl": "*",
3427                 "phpunit/phpunit": "^4.0 || ^5.0",
3428                 "squizlabs/php_codesniffer": "^1.5"
3429             },
3430             "type": "library",
3431             "extra": {
3432                 "branch-alias": {
3433                     "dev-master": "1.8-dev"
3434                 }
3435             },
3436             "autoload": {
3437                 "psr-4": {
3438                     "Faker\\": "src/Faker/"
3439                 }
3440             },
3441             "notification-url": "https://packagist.org/downloads/",
3442             "license": [
3443                 "MIT"
3444             ],
3445             "authors": [
3446                 {
3447                     "name": "François Zaninotto"
3448                 }
3449             ],
3450             "description": "Faker is a PHP library that generates fake data for you.",
3451             "keywords": [
3452                 "data",
3453                 "faker",
3454                 "fixtures"
3455             ],
3456             "time": "2017-08-15T16:48:10+00:00"
3457         },
3458         {
3459             "name": "hamcrest/hamcrest-php",
3460             "version": "v2.0.0",
3461             "source": {
3462                 "type": "git",
3463                 "url": "https://github.com/hamcrest/hamcrest-php.git",
3464                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
3465             },
3466             "dist": {
3467                 "type": "zip",
3468                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
3469                 "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
3470                 "shasum": ""
3471             },
3472             "require": {
3473                 "php": "^5.3|^7.0"
3474             },
3475             "replace": {
3476                 "cordoval/hamcrest-php": "*",
3477                 "davedevelopment/hamcrest-php": "*",
3478                 "kodova/hamcrest-php": "*"
3479             },
3480             "require-dev": {
3481                 "phpunit/php-file-iterator": "1.3.3",
3482                 "phpunit/phpunit": "~4.0",
3483                 "satooshi/php-coveralls": "^1.0"
3484             },
3485             "type": "library",
3486             "extra": {
3487                 "branch-alias": {
3488                     "dev-master": "2.0-dev"
3489                 }
3490             },
3491             "autoload": {
3492                 "classmap": [
3493                     "hamcrest"
3494                 ]
3495             },
3496             "notification-url": "https://packagist.org/downloads/",
3497             "license": [
3498                 "BSD"
3499             ],
3500             "description": "This is the PHP port of Hamcrest Matchers",
3501             "keywords": [
3502                 "test"
3503             ],
3504             "time": "2016-01-20T08:20:44+00:00"
3505         },
3506         {
3507             "name": "laravel/browser-kit-testing",
3508             "version": "v2.0.1",
3509             "source": {
3510                 "type": "git",
3511                 "url": "https://github.com/laravel/browser-kit-testing.git",
3512                 "reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9"
3513             },
3514             "dist": {
3515                 "type": "zip",
3516                 "url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
3517                 "reference": "f0bb9f200ec35f9d876ded6eacfbc60868d311b9",
3518                 "shasum": ""
3519             },
3520             "require": {
3521                 "php": ">=5.5.9",
3522                 "phpunit/phpunit": "~6.0",
3523                 "symfony/css-selector": "~3.1",
3524                 "symfony/dom-crawler": "~3.1"
3525             },
3526             "type": "library",
3527             "extra": {
3528                 "branch-alias": {
3529                     "dev-master": "2.0-dev"
3530                 }
3531             },
3532             "autoload": {
3533                 "psr-4": {
3534                     "Laravel\\BrowserKitTesting\\": "src/"
3535                 }
3536             },
3537             "notification-url": "https://packagist.org/downloads/",
3538             "license": [
3539                 "MIT"
3540             ],
3541             "authors": [
3542                 {
3543                     "name": "Taylor Otwell",
3544                     "email": "[email protected]"
3545                 }
3546             ],
3547             "description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.",
3548             "keywords": [
3549                 "laravel",
3550                 "testing"
3551             ],
3552             "time": "2017-06-21T11:44:53+00:00"
3553         },
3554         {
3555             "name": "maximebf/debugbar",
3556             "version": "v1.14.1",
3557             "source": {
3558                 "type": "git",
3559                 "url": "https://github.com/maximebf/php-debugbar.git",
3560                 "reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2"
3561             },
3562             "dist": {
3563                 "type": "zip",
3564                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/64251a392344e3d22f3d21c3b7c531ba96eb01d2",
3565                 "reference": "64251a392344e3d22f3d21c3b7c531ba96eb01d2",
3566                 "shasum": ""
3567             },
3568             "require": {
3569                 "php": ">=5.3.0",
3570                 "psr/log": "^1.0",
3571                 "symfony/var-dumper": "^2.6|^3.0"
3572             },
3573             "require-dev": {
3574                 "phpunit/phpunit": "^4.0|^5.0"
3575             },
3576             "suggest": {
3577                 "kriswallsmith/assetic": "The best way to manage assets",
3578                 "monolog/monolog": "Log using Monolog",
3579                 "predis/predis": "Redis storage"
3580             },
3581             "type": "library",
3582             "extra": {
3583                 "branch-alias": {
3584                     "dev-master": "1.14-dev"
3585                 }
3586             },
3587             "autoload": {
3588                 "psr-4": {
3589                     "DebugBar\\": "src/DebugBar/"
3590                 }
3591             },
3592             "notification-url": "https://packagist.org/downloads/",
3593             "license": [
3594                 "MIT"
3595             ],
3596             "authors": [
3597                 {
3598                     "name": "Maxime Bouroumeau-Fuseau",
3599                     "email": "[email protected]",
3600                     "homepage": "http://maximebf.com"
3601                 },
3602                 {
3603                     "name": "Barry vd. Heuvel",
3604                     "email": "[email protected]"
3605                 }
3606             ],
3607             "description": "Debug bar in the browser for php application",
3608             "homepage": "https://github.com/maximebf/php-debugbar",
3609             "keywords": [
3610                 "debug",
3611                 "debugbar"
3612             ],
3613             "time": "2017-09-13T12:19:36+00:00"
3614         },
3615         {
3616             "name": "mockery/mockery",
3617             "version": "1.0",
3618             "source": {
3619                 "type": "git",
3620                 "url": "https://github.com/mockery/mockery.git",
3621                 "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
3622             },
3623             "dist": {
3624                 "type": "zip",
3625                 "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
3626                 "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
3627                 "shasum": ""
3628             },
3629             "require": {
3630                 "hamcrest/hamcrest-php": "~2.0",
3631                 "lib-pcre": ">=7.0",
3632                 "php": ">=5.6.0"
3633             },
3634             "require-dev": {
3635                 "phpunit/phpunit": "~5.7|~6.1"
3636             },
3637             "type": "library",
3638             "extra": {
3639                 "branch-alias": {
3640                     "dev-master": "1.0.x-dev"
3641                 }
3642             },
3643             "autoload": {
3644                 "psr-0": {
3645                     "Mockery": "library/"
3646                 }
3647             },
3648             "notification-url": "https://packagist.org/downloads/",
3649             "license": [
3650                 "BSD-3-Clause"
3651             ],
3652             "authors": [
3653                 {
3654                     "name": "Pádraic Brady",
3655                     "email": "[email protected]",
3656                     "homepage": "http://blog.astrumfutura.com"
3657                 },
3658                 {
3659                     "name": "Dave Marshall",
3660                     "email": "[email protected]",
3661                     "homepage": "http://davedevelopment.co.uk"
3662                 }
3663             ],
3664             "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.",
3665             "homepage": "http://github.com/mockery/mockery",
3666             "keywords": [
3667                 "BDD",
3668                 "TDD",
3669                 "library",
3670                 "mock",
3671                 "mock objects",
3672                 "mockery",
3673                 "stub",
3674                 "test",
3675                 "test double",
3676                 "testing"
3677             ],
3678             "time": "2017-10-06T16:20:43+00:00"
3679         },
3680         {
3681             "name": "myclabs/deep-copy",
3682             "version": "1.7.0",
3683             "source": {
3684                 "type": "git",
3685                 "url": "https://github.com/myclabs/DeepCopy.git",
3686                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
3687             },
3688             "dist": {
3689                 "type": "zip",
3690                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3691                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
3692                 "shasum": ""
3693             },
3694             "require": {
3695                 "php": "^5.6 || ^7.0"
3696             },
3697             "require-dev": {
3698                 "doctrine/collections": "^1.0",
3699                 "doctrine/common": "^2.6",
3700                 "phpunit/phpunit": "^4.1"
3701             },
3702             "type": "library",
3703             "autoload": {
3704                 "psr-4": {
3705                     "DeepCopy\\": "src/DeepCopy/"
3706                 },
3707                 "files": [
3708                     "src/DeepCopy/deep_copy.php"
3709                 ]
3710             },
3711             "notification-url": "https://packagist.org/downloads/",
3712             "license": [
3713                 "MIT"
3714             ],
3715             "description": "Create deep copies (clones) of your objects",
3716             "keywords": [
3717                 "clone",
3718                 "copy",
3719                 "duplicate",
3720                 "object",
3721                 "object graph"
3722             ],
3723             "time": "2017-10-19T19:58:43+00:00"
3724         },
3725         {
3726             "name": "phar-io/manifest",
3727             "version": "1.0.1",
3728             "source": {
3729                 "type": "git",
3730                 "url": "https://github.com/phar-io/manifest.git",
3731                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
3732             },
3733             "dist": {
3734                 "type": "zip",
3735                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
3736                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
3737                 "shasum": ""
3738             },
3739             "require": {
3740                 "ext-dom": "*",
3741                 "ext-phar": "*",
3742                 "phar-io/version": "^1.0.1",
3743                 "php": "^5.6 || ^7.0"
3744             },
3745             "type": "library",
3746             "extra": {
3747                 "branch-alias": {
3748                     "dev-master": "1.0.x-dev"
3749                 }
3750             },
3751             "autoload": {
3752                 "classmap": [
3753                     "src/"
3754                 ]
3755             },
3756             "notification-url": "https://packagist.org/downloads/",
3757             "license": [
3758                 "BSD-3-Clause"
3759             ],
3760             "authors": [
3761                 {
3762                     "name": "Arne Blankerts",
3763                     "email": "[email protected]",
3764                     "role": "Developer"
3765                 },
3766                 {
3767                     "name": "Sebastian Heuer",
3768                     "email": "[email protected]",
3769                     "role": "Developer"
3770                 },
3771                 {
3772                     "name": "Sebastian Bergmann",
3773                     "email": "[email protected]",
3774                     "role": "Developer"
3775                 }
3776             ],
3777             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3778             "time": "2017-03-05T18:14:27+00:00"
3779         },
3780         {
3781             "name": "phar-io/version",
3782             "version": "1.0.1",
3783             "source": {
3784                 "type": "git",
3785                 "url": "https://github.com/phar-io/version.git",
3786                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
3787             },
3788             "dist": {
3789                 "type": "zip",
3790                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
3791                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
3792                 "shasum": ""
3793             },
3794             "require": {
3795                 "php": "^5.6 || ^7.0"
3796             },
3797             "type": "library",
3798             "autoload": {
3799                 "classmap": [
3800                     "src/"
3801                 ]
3802             },
3803             "notification-url": "https://packagist.org/downloads/",
3804             "license": [
3805                 "BSD-3-Clause"
3806             ],
3807             "authors": [
3808                 {
3809                     "name": "Arne Blankerts",
3810                     "email": "[email protected]",
3811                     "role": "Developer"
3812                 },
3813                 {
3814                     "name": "Sebastian Heuer",
3815                     "email": "[email protected]",
3816                     "role": "Developer"
3817                 },
3818                 {
3819                     "name": "Sebastian Bergmann",
3820                     "email": "[email protected]",
3821                     "role": "Developer"
3822                 }
3823             ],
3824             "description": "Library for handling version information and constraints",
3825             "time": "2017-03-05T17:38:23+00:00"
3826         },
3827         {
3828             "name": "phpdocumentor/reflection-common",
3829             "version": "1.0.1",
3830             "source": {
3831                 "type": "git",
3832                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3833                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
3834             },
3835             "dist": {
3836                 "type": "zip",
3837                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3838                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
3839                 "shasum": ""
3840             },
3841             "require": {
3842                 "php": ">=5.5"
3843             },
3844             "require-dev": {
3845                 "phpunit/phpunit": "^4.6"
3846             },
3847             "type": "library",
3848             "extra": {
3849                 "branch-alias": {
3850                     "dev-master": "1.0.x-dev"
3851                 }
3852             },
3853             "autoload": {
3854                 "psr-4": {
3855                     "phpDocumentor\\Reflection\\": [
3856                         "src"
3857                     ]
3858                 }
3859             },
3860             "notification-url": "https://packagist.org/downloads/",
3861             "license": [
3862                 "MIT"
3863             ],
3864             "authors": [
3865                 {
3866                     "name": "Jaap van Otterdijk",
3867                     "email": "[email protected]"
3868                 }
3869             ],
3870             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3871             "homepage": "http://www.phpdoc.org",
3872             "keywords": [
3873                 "FQSEN",
3874                 "phpDocumentor",
3875                 "phpdoc",
3876                 "reflection",
3877                 "static analysis"
3878             ],
3879             "time": "2017-09-11T18:02:19+00:00"
3880         },
3881         {
3882             "name": "phpdocumentor/reflection-docblock",
3883             "version": "4.2.0",
3884             "source": {
3885                 "type": "git",
3886                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3887                 "reference": "66465776cfc249844bde6d117abff1d22e06c2da"
3888             },
3889             "dist": {
3890                 "type": "zip",
3891                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da",
3892                 "reference": "66465776cfc249844bde6d117abff1d22e06c2da",
3893                 "shasum": ""
3894             },
3895             "require": {
3896                 "php": "^7.0",
3897                 "phpdocumentor/reflection-common": "^1.0.0",
3898                 "phpdocumentor/type-resolver": "^0.4.0",
3899                 "webmozart/assert": "^1.0"
3900             },
3901             "require-dev": {
3902                 "doctrine/instantiator": "~1.0.5",
3903                 "mockery/mockery": "^1.0",
3904                 "phpunit/phpunit": "^6.4"
3905             },
3906             "type": "library",
3907             "extra": {
3908                 "branch-alias": {
3909                     "dev-master": "4.x-dev"
3910                 }
3911             },
3912             "autoload": {
3913                 "psr-4": {
3914                     "phpDocumentor\\Reflection\\": [
3915                         "src/"
3916                     ]
3917                 }
3918             },
3919             "notification-url": "https://packagist.org/downloads/",
3920             "license": [
3921                 "MIT"
3922             ],
3923             "authors": [
3924                 {
3925                     "name": "Mike van Riel",
3926                     "email": "[email protected]"
3927                 }
3928             ],
3929             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3930             "time": "2017-11-27T17:38:31+00:00"
3931         },
3932         {
3933             "name": "phpdocumentor/type-resolver",
3934             "version": "0.4.0",
3935             "source": {
3936                 "type": "git",
3937                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
3938                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
3939             },
3940             "dist": {
3941                 "type": "zip",
3942                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
3943                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
3944                 "shasum": ""
3945             },
3946             "require": {
3947                 "php": "^5.5 || ^7.0",
3948                 "phpdocumentor/reflection-common": "^1.0"
3949             },
3950             "require-dev": {
3951                 "mockery/mockery": "^0.9.4",
3952                 "phpunit/phpunit": "^5.2||^4.8.24"
3953             },
3954             "type": "library",
3955             "extra": {
3956                 "branch-alias": {
3957                     "dev-master": "1.0.x-dev"
3958                 }
3959             },
3960             "autoload": {
3961                 "psr-4": {
3962                     "phpDocumentor\\Reflection\\": [
3963                         "src/"
3964                     ]
3965                 }
3966             },
3967             "notification-url": "https://packagist.org/downloads/",
3968             "license": [
3969                 "MIT"
3970             ],
3971             "authors": [
3972                 {
3973                     "name": "Mike van Riel",
3974                     "email": "[email protected]"
3975                 }
3976             ],
3977             "time": "2017-07-14T14:27:02+00:00"
3978         },
3979         {
3980             "name": "phpspec/prophecy",
3981             "version": "1.7.3",
3982             "source": {
3983                 "type": "git",
3984                 "url": "https://github.com/phpspec/prophecy.git",
3985                 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
3986             },
3987             "dist": {
3988                 "type": "zip",
3989                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
3990                 "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
3991                 "shasum": ""
3992             },
3993             "require": {
3994                 "doctrine/instantiator": "^1.0.2",
3995                 "php": "^5.3|^7.0",
3996                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
3997                 "sebastian/comparator": "^1.1|^2.0",
3998                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
3999             },
4000             "require-dev": {
4001                 "phpspec/phpspec": "^2.5|^3.2",
4002                 "phpunit/phpunit": "^4.8.35 || ^5.7"
4003             },
4004             "type": "library",
4005             "extra": {
4006                 "branch-alias": {
4007                     "dev-master": "1.7.x-dev"
4008                 }
4009             },
4010             "autoload": {
4011                 "psr-0": {
4012                     "Prophecy\\": "src/"
4013                 }
4014             },
4015             "notification-url": "https://packagist.org/downloads/",
4016             "license": [
4017                 "MIT"
4018             ],
4019             "authors": [
4020                 {
4021                     "name": "Konstantin Kudryashov",
4022                     "email": "[email protected]",
4023                     "homepage": "http://everzet.com"
4024                 },
4025                 {
4026                     "name": "Marcello Duarte",
4027                     "email": "[email protected]"
4028                 }
4029             ],
4030             "description": "Highly opinionated mocking framework for PHP 5.3+",
4031             "homepage": "https://github.com/phpspec/prophecy",
4032             "keywords": [
4033                 "Double",
4034                 "Dummy",
4035                 "fake",
4036                 "mock",
4037                 "spy",
4038                 "stub"
4039             ],
4040             "time": "2017-11-24T13:59:53+00:00"
4041         },
4042         {
4043             "name": "phpunit/php-code-coverage",
4044             "version": "5.2.4",
4045             "source": {
4046                 "type": "git",
4047                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4048                 "reference": "033ec97498cf530cc1be4199264cad568b19be26"
4049             },
4050             "dist": {
4051                 "type": "zip",
4052                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/033ec97498cf530cc1be4199264cad568b19be26",
4053                 "reference": "033ec97498cf530cc1be4199264cad568b19be26",
4054                 "shasum": ""
4055             },
4056             "require": {
4057                 "ext-dom": "*",
4058                 "ext-xmlwriter": "*",
4059                 "php": "^7.0",
4060                 "phpunit/php-file-iterator": "^1.4.2",
4061                 "phpunit/php-text-template": "^1.2.1",
4062                 "phpunit/php-token-stream": "^2.0.1",
4063                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
4064                 "sebastian/environment": "^3.0",
4065                 "sebastian/version": "^2.0.1",
4066                 "theseer/tokenizer": "^1.1"
4067             },
4068             "require-dev": {
4069                 "ext-xdebug": "^2.5",
4070                 "phpunit/phpunit": "^6.0"
4071             },
4072             "suggest": {
4073                 "ext-xdebug": "^2.5.5"
4074             },
4075             "type": "library",
4076             "extra": {
4077                 "branch-alias": {
4078                     "dev-master": "5.2.x-dev"
4079                 }
4080             },
4081             "autoload": {
4082                 "classmap": [
4083                     "src/"
4084                 ]
4085             },
4086             "notification-url": "https://packagist.org/downloads/",
4087             "license": [
4088                 "BSD-3-Clause"
4089             ],
4090             "authors": [
4091                 {
4092                     "name": "Sebastian Bergmann",
4093                     "email": "[email protected]",
4094                     "role": "lead"
4095                 }
4096             ],
4097             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4098             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4099             "keywords": [
4100                 "coverage",
4101                 "testing",
4102                 "xunit"
4103             ],
4104             "time": "2017-11-27T09:00:30+00:00"
4105         },
4106         {
4107             "name": "phpunit/php-file-iterator",
4108             "version": "1.4.5",
4109             "source": {
4110                 "type": "git",
4111                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4112                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
4113             },
4114             "dist": {
4115                 "type": "zip",
4116                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
4117                 "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
4118                 "shasum": ""
4119             },
4120             "require": {
4121                 "php": ">=5.3.3"
4122             },
4123             "type": "library",
4124             "extra": {
4125                 "branch-alias": {
4126                     "dev-master": "1.4.x-dev"
4127                 }
4128             },
4129             "autoload": {
4130                 "classmap": [
4131                     "src/"
4132                 ]
4133             },
4134             "notification-url": "https://packagist.org/downloads/",
4135             "license": [
4136                 "BSD-3-Clause"
4137             ],
4138             "authors": [
4139                 {
4140                     "name": "Sebastian Bergmann",
4141                     "email": "[email protected]",
4142                     "role": "lead"
4143                 }
4144             ],
4145             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4146             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4147             "keywords": [
4148                 "filesystem",
4149                 "iterator"
4150             ],
4151             "time": "2017-11-27T13:52:08+00:00"
4152         },
4153         {
4154             "name": "phpunit/php-text-template",
4155             "version": "1.2.1",
4156             "source": {
4157                 "type": "git",
4158                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4159                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4160             },
4161             "dist": {
4162                 "type": "zip",
4163                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4164                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4165                 "shasum": ""
4166             },
4167             "require": {
4168                 "php": ">=5.3.3"
4169             },
4170             "type": "library",
4171             "autoload": {
4172                 "classmap": [
4173                     "src/"
4174                 ]
4175             },
4176             "notification-url": "https://packagist.org/downloads/",
4177             "license": [
4178                 "BSD-3-Clause"
4179             ],
4180             "authors": [
4181                 {
4182                     "name": "Sebastian Bergmann",
4183                     "email": "[email protected]",
4184                     "role": "lead"
4185                 }
4186             ],
4187             "description": "Simple template engine.",
4188             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4189             "keywords": [
4190                 "template"
4191             ],
4192             "time": "2015-06-21T13:50:34+00:00"
4193         },
4194         {
4195             "name": "phpunit/php-timer",
4196             "version": "1.0.9",
4197             "source": {
4198                 "type": "git",
4199                 "url": "https://github.com/sebastianbergmann/php-timer.git",
4200                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
4201             },
4202             "dist": {
4203                 "type": "zip",
4204                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4205                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
4206                 "shasum": ""
4207             },
4208             "require": {
4209                 "php": "^5.3.3 || ^7.0"
4210             },
4211             "require-dev": {
4212                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
4213             },
4214             "type": "library",
4215             "extra": {
4216                 "branch-alias": {
4217                     "dev-master": "1.0-dev"
4218                 }
4219             },
4220             "autoload": {
4221                 "classmap": [
4222                     "src/"
4223                 ]
4224             },
4225             "notification-url": "https://packagist.org/downloads/",
4226             "license": [
4227                 "BSD-3-Clause"
4228             ],
4229             "authors": [
4230                 {
4231                     "name": "Sebastian Bergmann",
4232                     "email": "[email protected]",
4233                     "role": "lead"
4234                 }
4235             ],
4236             "description": "Utility class for timing",
4237             "homepage": "https://github.com/sebastianbergmann/php-timer/",
4238             "keywords": [
4239                 "timer"
4240             ],
4241             "time": "2017-02-26T11:10:40+00:00"
4242         },
4243         {
4244             "name": "phpunit/php-token-stream",
4245             "version": "2.0.2",
4246             "source": {
4247                 "type": "git",
4248                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4249                 "reference": "791198a2c6254db10131eecfe8c06670700904db"
4250             },
4251             "dist": {
4252                 "type": "zip",
4253                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
4254                 "reference": "791198a2c6254db10131eecfe8c06670700904db",
4255                 "shasum": ""
4256             },
4257             "require": {
4258                 "ext-tokenizer": "*",
4259                 "php": "^7.0"
4260             },
4261             "require-dev": {
4262                 "phpunit/phpunit": "^6.2.4"
4263             },
4264             "type": "library",
4265             "extra": {
4266                 "branch-alias": {
4267                     "dev-master": "2.0-dev"
4268                 }
4269             },
4270             "autoload": {
4271                 "classmap": [
4272                     "src/"
4273                 ]
4274             },
4275             "notification-url": "https://packagist.org/downloads/",
4276             "license": [
4277                 "BSD-3-Clause"
4278             ],
4279             "authors": [
4280                 {
4281                     "name": "Sebastian Bergmann",
4282                     "email": "[email protected]"
4283                 }
4284             ],
4285             "description": "Wrapper around PHP's tokenizer extension.",
4286             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4287             "keywords": [
4288                 "tokenizer"
4289             ],
4290             "time": "2017-11-27T05:48:46+00:00"
4291         },
4292         {
4293             "name": "phpunit/phpunit",
4294             "version": "6.5.2",
4295             "source": {
4296                 "type": "git",
4297                 "url": "https://github.com/sebastianbergmann/phpunit.git",
4298                 "reference": "24b708f2fd725bcef1c8153b366043381aa324f2"
4299             },
4300             "dist": {
4301                 "type": "zip",
4302                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/24b708f2fd725bcef1c8153b366043381aa324f2",
4303                 "reference": "24b708f2fd725bcef1c8153b366043381aa324f2",
4304                 "shasum": ""
4305             },
4306             "require": {
4307                 "ext-dom": "*",
4308                 "ext-json": "*",
4309                 "ext-libxml": "*",
4310                 "ext-mbstring": "*",
4311                 "ext-xml": "*",
4312                 "myclabs/deep-copy": "^1.6.1",
4313                 "phar-io/manifest": "^1.0.1",
4314                 "phar-io/version": "^1.0",
4315                 "php": "^7.0",
4316                 "phpspec/prophecy": "^1.7",
4317                 "phpunit/php-code-coverage": "^5.2.3",
4318                 "phpunit/php-file-iterator": "^1.4.3",
4319                 "phpunit/php-text-template": "^1.2.1",
4320                 "phpunit/php-timer": "^1.0.9",
4321                 "phpunit/phpunit-mock-objects": "^5.0.4",
4322                 "sebastian/comparator": "^2.1",
4323                 "sebastian/diff": "^2.0",
4324                 "sebastian/environment": "^3.1",
4325                 "sebastian/exporter": "^3.1",
4326                 "sebastian/global-state": "^2.0",
4327                 "sebastian/object-enumerator": "^3.0.3",
4328                 "sebastian/resource-operations": "^1.0",
4329                 "sebastian/version": "^2.0.1"
4330             },
4331             "conflict": {
4332                 "phpdocumentor/reflection-docblock": "3.0.2",
4333                 "phpunit/dbunit": "<3.0"
4334             },
4335             "require-dev": {
4336                 "ext-pdo": "*"
4337             },
4338             "suggest": {
4339                 "ext-xdebug": "*",
4340                 "phpunit/php-invoker": "^1.1"
4341             },
4342             "bin": [
4343                 "phpunit"
4344             ],
4345             "type": "library",
4346             "extra": {
4347                 "branch-alias": {
4348                     "dev-master": "6.5.x-dev"
4349                 }
4350             },
4351             "autoload": {
4352                 "classmap": [
4353                     "src/"
4354                 ]
4355             },
4356             "notification-url": "https://packagist.org/downloads/",
4357             "license": [
4358                 "BSD-3-Clause"
4359             ],
4360             "authors": [
4361                 {
4362                     "name": "Sebastian Bergmann",
4363                     "email": "[email protected]",
4364                     "role": "lead"
4365                 }
4366             ],
4367             "description": "The PHP Unit Testing framework.",
4368             "homepage": "https://phpunit.de/",
4369             "keywords": [
4370                 "phpunit",
4371                 "testing",
4372                 "xunit"
4373             ],
4374             "time": "2017-12-02T05:36:24+00:00"
4375         },
4376         {
4377             "name": "phpunit/phpunit-mock-objects",
4378             "version": "5.0.4",
4379             "source": {
4380                 "type": "git",
4381                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
4382                 "reference": "16b50f4167e5e85e81ca8a3dd105d0a5fd32009a"
4383             },
4384             "dist": {
4385                 "type": "zip",
4386                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/16b50f4167e5e85e81ca8a3dd105d0a5fd32009a",
4387                 "reference": "16b50f4167e5e85e81ca8a3dd105d0a5fd32009a",
4388                 "shasum": ""
4389             },
4390             "require": {
4391                 "doctrine/instantiator": "^1.0.5",
4392                 "php": "^7.0",
4393                 "phpunit/php-text-template": "^1.2.1",
4394                 "sebastian/exporter": "^3.0"
4395             },
4396             "conflict": {
4397                 "phpunit/phpunit": "<6.0"
4398             },
4399             "require-dev": {
4400                 "phpunit/phpunit": "^6.5"
4401             },
4402             "suggest": {
4403                 "ext-soap": "*"
4404             },
4405             "type": "library",
4406             "extra": {
4407                 "branch-alias": {
4408                     "dev-master": "5.0.x-dev"
4409                 }
4410             },
4411             "autoload": {
4412                 "classmap": [
4413                     "src/"
4414                 ]
4415             },
4416             "notification-url": "https://packagist.org/downloads/",
4417             "license": [
4418                 "BSD-3-Clause"
4419             ],
4420             "authors": [
4421                 {
4422                     "name": "Sebastian Bergmann",
4423                     "email": "[email protected]",
4424                     "role": "lead"
4425                 }
4426             ],
4427             "description": "Mock Object library for PHPUnit",
4428             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
4429             "keywords": [
4430                 "mock",
4431                 "xunit"
4432             ],
4433             "time": "2017-12-02T05:31:19+00:00"
4434         },
4435         {
4436             "name": "sebastian/code-unit-reverse-lookup",
4437             "version": "1.0.1",
4438             "source": {
4439                 "type": "git",
4440                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4441                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
4442             },
4443             "dist": {
4444                 "type": "zip",
4445                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4446                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
4447                 "shasum": ""
4448             },
4449             "require": {
4450                 "php": "^5.6 || ^7.0"
4451             },
4452             "require-dev": {
4453                 "phpunit/phpunit": "^5.7 || ^6.0"
4454             },
4455             "type": "library",
4456             "extra": {
4457                 "branch-alias": {
4458                     "dev-master": "1.0.x-dev"
4459                 }
4460             },
4461             "autoload": {
4462                 "classmap": [
4463                     "src/"
4464                 ]
4465             },
4466             "notification-url": "https://packagist.org/downloads/",
4467             "license": [
4468                 "BSD-3-Clause"
4469             ],
4470             "authors": [
4471                 {
4472                     "name": "Sebastian Bergmann",
4473                     "email": "[email protected]"
4474                 }
4475             ],
4476             "description": "Looks up which function or method a line of code belongs to",
4477             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4478             "time": "2017-03-04T06:30:41+00:00"
4479         },
4480         {
4481             "name": "sebastian/comparator",
4482             "version": "2.1.0",
4483             "source": {
4484                 "type": "git",
4485                 "url": "https://github.com/sebastianbergmann/comparator.git",
4486                 "reference": "1174d9018191e93cb9d719edec01257fc05f8158"
4487             },
4488             "dist": {
4489                 "type": "zip",
4490                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1174d9018191e93cb9d719edec01257fc05f8158",
4491                 "reference": "1174d9018191e93cb9d719edec01257fc05f8158",
4492                 "shasum": ""
4493             },
4494             "require": {
4495                 "php": "^7.0",
4496                 "sebastian/diff": "^2.0",
4497                 "sebastian/exporter": "^3.1"
4498             },
4499             "require-dev": {
4500                 "phpunit/phpunit": "^6.4"
4501             },
4502             "type": "library",
4503             "extra": {
4504                 "branch-alias": {
4505                     "dev-master": "2.1.x-dev"
4506                 }
4507             },
4508             "autoload": {
4509                 "classmap": [
4510                     "src/"
4511                 ]
4512             },
4513             "notification-url": "https://packagist.org/downloads/",
4514             "license": [
4515                 "BSD-3-Clause"
4516             ],
4517             "authors": [
4518                 {
4519                     "name": "Jeff Welch",
4520                     "email": "[email protected]"
4521                 },
4522                 {
4523                     "name": "Volker Dusch",
4524                     "email": "[email protected]"
4525                 },
4526                 {
4527                     "name": "Bernhard Schussek",
4528                     "email": "[email protected]"
4529                 },
4530                 {
4531                     "name": "Sebastian Bergmann",
4532                     "email": "[email protected]"
4533                 }
4534             ],
4535             "description": "Provides the functionality to compare PHP values for equality",
4536             "homepage": "https://github.com/sebastianbergmann/comparator",
4537             "keywords": [
4538                 "comparator",
4539                 "compare",
4540                 "equality"
4541             ],
4542             "time": "2017-11-03T07:16:52+00:00"
4543         },
4544         {
4545             "name": "sebastian/diff",
4546             "version": "2.0.1",
4547             "source": {
4548                 "type": "git",
4549                 "url": "https://github.com/sebastianbergmann/diff.git",
4550                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
4551             },
4552             "dist": {
4553                 "type": "zip",
4554                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4555                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
4556                 "shasum": ""
4557             },
4558             "require": {
4559                 "php": "^7.0"
4560             },
4561             "require-dev": {
4562                 "phpunit/phpunit": "^6.2"
4563             },
4564             "type": "library",
4565             "extra": {
4566                 "branch-alias": {
4567                     "dev-master": "2.0-dev"
4568                 }
4569             },
4570             "autoload": {
4571                 "classmap": [
4572                     "src/"
4573                 ]
4574             },
4575             "notification-url": "https://packagist.org/downloads/",
4576             "license": [
4577                 "BSD-3-Clause"
4578             ],
4579             "authors": [
4580                 {
4581                     "name": "Kore Nordmann",
4582                     "email": "[email protected]"
4583                 },
4584                 {
4585                     "name": "Sebastian Bergmann",
4586                     "email": "[email protected]"
4587                 }
4588             ],
4589             "description": "Diff implementation",
4590             "homepage": "https://github.com/sebastianbergmann/diff",
4591             "keywords": [
4592                 "diff"
4593             ],
4594             "time": "2017-08-03T08:09:46+00:00"
4595         },
4596         {
4597             "name": "sebastian/environment",
4598             "version": "3.1.0",
4599             "source": {
4600                 "type": "git",
4601                 "url": "https://github.com/sebastianbergmann/environment.git",
4602                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
4603             },
4604             "dist": {
4605                 "type": "zip",
4606                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4607                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
4608                 "shasum": ""
4609             },
4610             "require": {
4611                 "php": "^7.0"
4612             },
4613             "require-dev": {
4614                 "phpunit/phpunit": "^6.1"
4615             },
4616             "type": "library",
4617             "extra": {
4618                 "branch-alias": {
4619                     "dev-master": "3.1.x-dev"
4620                 }
4621             },
4622             "autoload": {
4623                 "classmap": [
4624                     "src/"
4625                 ]
4626             },
4627             "notification-url": "https://packagist.org/downloads/",
4628             "license": [
4629                 "BSD-3-Clause"
4630             ],
4631             "authors": [
4632                 {
4633                     "name": "Sebastian Bergmann",
4634                     "email": "[email protected]"
4635                 }
4636             ],
4637             "description": "Provides functionality to handle HHVM/PHP environments",
4638             "homepage": "http://www.github.com/sebastianbergmann/environment",
4639             "keywords": [
4640                 "Xdebug",
4641                 "environment",
4642                 "hhvm"
4643             ],
4644             "time": "2017-07-01T08:51:00+00:00"
4645         },
4646         {
4647             "name": "sebastian/exporter",
4648             "version": "3.1.0",
4649             "source": {
4650                 "type": "git",
4651                 "url": "https://github.com/sebastianbergmann/exporter.git",
4652                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
4653             },
4654             "dist": {
4655                 "type": "zip",
4656                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
4657                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
4658                 "shasum": ""
4659             },
4660             "require": {
4661                 "php": "^7.0",
4662                 "sebastian/recursion-context": "^3.0"
4663             },
4664             "require-dev": {
4665                 "ext-mbstring": "*",
4666                 "phpunit/phpunit": "^6.0"
4667             },
4668             "type": "library",
4669             "extra": {
4670                 "branch-alias": {
4671                     "dev-master": "3.1.x-dev"
4672                 }
4673             },
4674             "autoload": {
4675                 "classmap": [
4676                     "src/"
4677                 ]
4678             },
4679             "notification-url": "https://packagist.org/downloads/",
4680             "license": [
4681                 "BSD-3-Clause"
4682             ],
4683             "authors": [
4684                 {
4685                     "name": "Jeff Welch",
4686                     "email": "[email protected]"
4687                 },
4688                 {
4689                     "name": "Volker Dusch",
4690                     "email": "[email protected]"
4691                 },
4692                 {
4693                     "name": "Bernhard Schussek",
4694                     "email": "[email protected]"
4695                 },
4696                 {
4697                     "name": "Sebastian Bergmann",
4698                     "email": "[email protected]"
4699                 },
4700                 {
4701                     "name": "Adam Harvey",
4702                     "email": "[email protected]"
4703                 }
4704             ],
4705             "description": "Provides the functionality to export PHP variables for visualization",
4706             "homepage": "http://www.github.com/sebastianbergmann/exporter",
4707             "keywords": [
4708                 "export",
4709                 "exporter"
4710             ],
4711             "time": "2017-04-03T13:19:02+00:00"
4712         },
4713         {
4714             "name": "sebastian/global-state",
4715             "version": "2.0.0",
4716             "source": {
4717                 "type": "git",
4718                 "url": "https://github.com/sebastianbergmann/global-state.git",
4719                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4720             },
4721             "dist": {
4722                 "type": "zip",
4723                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4724                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4725                 "shasum": ""
4726             },
4727             "require": {
4728                 "php": "^7.0"
4729             },
4730             "require-dev": {
4731                 "phpunit/phpunit": "^6.0"
4732             },
4733             "suggest": {
4734                 "ext-uopz": "*"
4735             },
4736             "type": "library",
4737             "extra": {
4738                 "branch-alias": {
4739                     "dev-master": "2.0-dev"
4740                 }
4741             },
4742             "autoload": {
4743                 "classmap": [
4744                     "src/"
4745                 ]
4746             },
4747             "notification-url": "https://packagist.org/downloads/",
4748             "license": [
4749                 "BSD-3-Clause"
4750             ],
4751             "authors": [
4752                 {
4753                     "name": "Sebastian Bergmann",
4754                     "email": "[email protected]"
4755                 }
4756             ],
4757             "description": "Snapshotting of global state",
4758             "homepage": "http://www.github.com/sebastianbergmann/global-state",
4759             "keywords": [
4760                 "global state"
4761             ],
4762             "time": "2017-04-27T15:39:26+00:00"
4763         },
4764         {
4765             "name": "sebastian/object-enumerator",
4766             "version": "3.0.3",
4767             "source": {
4768                 "type": "git",
4769                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4770                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
4771             },
4772             "dist": {
4773                 "type": "zip",
4774                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4775                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
4776                 "shasum": ""
4777             },
4778             "require": {
4779                 "php": "^7.0",
4780                 "sebastian/object-reflector": "^1.1.1",
4781                 "sebastian/recursion-context": "^3.0"
4782             },
4783             "require-dev": {
4784                 "phpunit/phpunit": "^6.0"
4785             },
4786             "type": "library",
4787             "extra": {
4788                 "branch-alias": {
4789                     "dev-master": "3.0.x-dev"
4790                 }
4791             },
4792             "autoload": {
4793                 "classmap": [
4794                     "src/"
4795                 ]
4796             },
4797             "notification-url": "https://packagist.org/downloads/",
4798             "license": [
4799                 "BSD-3-Clause"
4800             ],
4801             "authors": [
4802                 {
4803                     "name": "Sebastian Bergmann",
4804                     "email": "[email protected]"
4805                 }
4806             ],
4807             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4808             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4809             "time": "2017-08-03T12:35:26+00:00"
4810         },
4811         {
4812             "name": "sebastian/object-reflector",
4813             "version": "1.1.1",
4814             "source": {
4815                 "type": "git",
4816                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
4817                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
4818             },
4819             "dist": {
4820                 "type": "zip",
4821                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
4822                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
4823                 "shasum": ""
4824             },
4825             "require": {
4826                 "php": "^7.0"
4827             },
4828             "require-dev": {
4829                 "phpunit/phpunit": "^6.0"
4830             },
4831             "type": "library",
4832             "extra": {
4833                 "branch-alias": {
4834                     "dev-master": "1.1-dev"
4835                 }
4836             },
4837             "autoload": {
4838                 "classmap": [
4839                     "src/"
4840                 ]
4841             },
4842             "notification-url": "https://packagist.org/downloads/",
4843             "license": [
4844                 "BSD-3-Clause"
4845             ],
4846             "authors": [
4847                 {
4848                     "name": "Sebastian Bergmann",
4849                     "email": "[email protected]"
4850                 }
4851             ],
4852             "description": "Allows reflection of object attributes, including inherited and non-public ones",
4853             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4854             "time": "2017-03-29T09:07:27+00:00"
4855         },
4856         {
4857             "name": "sebastian/recursion-context",
4858             "version": "3.0.0",
4859             "source": {
4860                 "type": "git",
4861                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4862                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
4863             },
4864             "dist": {
4865                 "type": "zip",
4866                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4867                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
4868                 "shasum": ""
4869             },
4870             "require": {
4871                 "php": "^7.0"
4872             },
4873             "require-dev": {
4874                 "phpunit/phpunit": "^6.0"
4875             },
4876             "type": "library",
4877             "extra": {
4878                 "branch-alias": {
4879                     "dev-master": "3.0.x-dev"
4880                 }
4881             },
4882             "autoload": {
4883                 "classmap": [
4884                     "src/"
4885                 ]
4886             },
4887             "notification-url": "https://packagist.org/downloads/",
4888             "license": [
4889                 "BSD-3-Clause"
4890             ],
4891             "authors": [
4892                 {
4893                     "name": "Jeff Welch",
4894                     "email": "[email protected]"
4895                 },
4896                 {
4897                     "name": "Sebastian Bergmann",
4898                     "email": "[email protected]"
4899                 },
4900                 {
4901                     "name": "Adam Harvey",
4902                     "email": "[email protected]"
4903                 }
4904             ],
4905             "description": "Provides functionality to recursively process PHP variables",
4906             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
4907             "time": "2017-03-03T06:23:57+00:00"
4908         },
4909         {
4910             "name": "sebastian/resource-operations",
4911             "version": "1.0.0",
4912             "source": {
4913                 "type": "git",
4914                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
4915                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
4916             },
4917             "dist": {
4918                 "type": "zip",
4919                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4920                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
4921                 "shasum": ""
4922             },
4923             "require": {
4924                 "php": ">=5.6.0"
4925             },
4926             "type": "library",
4927             "extra": {
4928                 "branch-alias": {
4929                     "dev-master": "1.0.x-dev"
4930                 }
4931             },
4932             "autoload": {
4933                 "classmap": [
4934                     "src/"
4935                 ]
4936             },
4937             "notification-url": "https://packagist.org/downloads/",
4938             "license": [
4939                 "BSD-3-Clause"
4940             ],
4941             "authors": [
4942                 {
4943                     "name": "Sebastian Bergmann",
4944                     "email": "[email protected]"
4945                 }
4946             ],
4947             "description": "Provides a list of PHP built-in functions that operate on resources",
4948             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
4949             "time": "2015-07-28T20:34:47+00:00"
4950         },
4951         {
4952             "name": "sebastian/version",
4953             "version": "2.0.1",
4954             "source": {
4955                 "type": "git",
4956                 "url": "https://github.com/sebastianbergmann/version.git",
4957                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
4958             },
4959             "dist": {
4960                 "type": "zip",
4961                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
4962                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
4963                 "shasum": ""
4964             },
4965             "require": {
4966                 "php": ">=5.6"
4967             },
4968             "type": "library",
4969             "extra": {
4970                 "branch-alias": {
4971                     "dev-master": "2.0.x-dev"
4972                 }
4973             },
4974             "autoload": {
4975                 "classmap": [
4976                     "src/"
4977                 ]
4978             },
4979             "notification-url": "https://packagist.org/downloads/",
4980             "license": [
4981                 "BSD-3-Clause"
4982             ],
4983             "authors": [
4984                 {
4985                     "name": "Sebastian Bergmann",
4986                     "email": "[email protected]",
4987                     "role": "lead"
4988                 }
4989             ],
4990             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
4991             "homepage": "https://github.com/sebastianbergmann/version",
4992             "time": "2016-10-03T07:35:21+00:00"
4993         },
4994         {
4995             "name": "symfony/class-loader",
4996             "version": "v3.3.6",
4997             "source": {
4998                 "type": "git",
4999                 "url": "https://github.com/symfony/class-loader.git",
5000                 "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f"
5001             },
5002             "dist": {
5003                 "type": "zip",
5004                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/386a294d621576302e7cc36965d6ed53b8c73c4f",
5005                 "reference": "386a294d621576302e7cc36965d6ed53b8c73c4f",
5006                 "shasum": ""
5007             },
5008             "require": {
5009                 "php": ">=5.5.9"
5010             },
5011             "require-dev": {
5012                 "symfony/finder": "~2.8|~3.0",
5013                 "symfony/polyfill-apcu": "~1.1"
5014             },
5015             "suggest": {
5016                 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
5017             },
5018             "type": "library",
5019             "extra": {
5020                 "branch-alias": {
5021                     "dev-master": "3.3-dev"
5022                 }
5023             },
5024             "autoload": {
5025                 "psr-4": {
5026                     "Symfony\\Component\\ClassLoader\\": ""
5027                 },
5028                 "exclude-from-classmap": [
5029                     "/Tests/"
5030                 ]
5031             },
5032             "notification-url": "https://packagist.org/downloads/",
5033             "license": [
5034                 "MIT"
5035             ],
5036             "authors": [
5037                 {
5038                     "name": "Fabien Potencier",
5039                     "email": "[email protected]"
5040                 },
5041                 {
5042                     "name": "Symfony Community",
5043                     "homepage": "https://symfony.com/contributors"
5044                 }
5045             ],
5046             "description": "Symfony ClassLoader Component",
5047             "homepage": "https://symfony.com",
5048             "time": "2017-06-02T09:51:43+00:00"
5049         },
5050         {
5051             "name": "symfony/dom-crawler",
5052             "version": "v3.1.10",
5053             "source": {
5054                 "type": "git",
5055                 "url": "https://github.com/symfony/dom-crawler.git",
5056                 "reference": "7eede2a901a19928494194f7d1815a77b9a473a0"
5057             },
5058             "dist": {
5059                 "type": "zip",
5060                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7eede2a901a19928494194f7d1815a77b9a473a0",
5061                 "reference": "7eede2a901a19928494194f7d1815a77b9a473a0",
5062                 "shasum": ""
5063             },
5064             "require": {
5065                 "php": ">=5.5.9",
5066                 "symfony/polyfill-mbstring": "~1.0"
5067             },
5068             "require-dev": {
5069                 "symfony/css-selector": "~2.8|~3.0"
5070             },
5071             "suggest": {
5072                 "symfony/css-selector": ""
5073             },
5074             "type": "library",
5075             "extra": {
5076                 "branch-alias": {
5077                     "dev-master": "3.1-dev"
5078                 }
5079             },
5080             "autoload": {
5081                 "psr-4": {
5082                     "Symfony\\Component\\DomCrawler\\": ""
5083                 },
5084                 "exclude-from-classmap": [
5085                     "/Tests/"
5086                 ]
5087             },
5088             "notification-url": "https://packagist.org/downloads/",
5089             "license": [
5090                 "MIT"
5091             ],
5092             "authors": [
5093                 {
5094                     "name": "Fabien Potencier",
5095                     "email": "[email protected]"
5096                 },
5097                 {
5098                     "name": "Symfony Community",
5099                     "homepage": "https://symfony.com/contributors"
5100                 }
5101             ],
5102             "description": "Symfony DomCrawler Component",
5103             "homepage": "https://symfony.com",
5104             "time": "2017-01-21T17:13:55+00:00"
5105         },
5106         {
5107             "name": "theseer/tokenizer",
5108             "version": "1.1.0",
5109             "source": {
5110                 "type": "git",
5111                 "url": "https://github.com/theseer/tokenizer.git",
5112                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
5113             },
5114             "dist": {
5115                 "type": "zip",
5116                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5117                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
5118                 "shasum": ""
5119             },
5120             "require": {
5121                 "ext-dom": "*",
5122                 "ext-tokenizer": "*",
5123                 "ext-xmlwriter": "*",
5124                 "php": "^7.0"
5125             },
5126             "type": "library",
5127             "autoload": {
5128                 "classmap": [
5129                     "src/"
5130                 ]
5131             },
5132             "notification-url": "https://packagist.org/downloads/",
5133             "license": [
5134                 "BSD-3-Clause"
5135             ],
5136             "authors": [
5137                 {
5138                     "name": "Arne Blankerts",
5139                     "email": "[email protected]",
5140                     "role": "Developer"
5141                 }
5142             ],
5143             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5144             "time": "2017-04-07T12:08:54+00:00"
5145         },
5146         {
5147             "name": "webmozart/assert",
5148             "version": "1.2.0",
5149             "source": {
5150                 "type": "git",
5151                 "url": "https://github.com/webmozart/assert.git",
5152                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
5153             },
5154             "dist": {
5155                 "type": "zip",
5156                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
5157                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
5158                 "shasum": ""
5159             },
5160             "require": {
5161                 "php": "^5.3.3 || ^7.0"
5162             },
5163             "require-dev": {
5164                 "phpunit/phpunit": "^4.6",
5165                 "sebastian/version": "^1.0.1"
5166             },
5167             "type": "library",
5168             "extra": {
5169                 "branch-alias": {
5170                     "dev-master": "1.3-dev"
5171                 }
5172             },
5173             "autoload": {
5174                 "psr-4": {
5175                     "Webmozart\\Assert\\": "src/"
5176                 }
5177             },
5178             "notification-url": "https://packagist.org/downloads/",
5179             "license": [
5180                 "MIT"
5181             ],
5182             "authors": [
5183                 {
5184                     "name": "Bernhard Schussek",
5185                     "email": "[email protected]"
5186                 }
5187             ],
5188             "description": "Assertions to validate method input/output with nice error messages.",
5189             "keywords": [
5190                 "assert",
5191                 "check",
5192                 "validate"
5193             ],
5194             "time": "2016-11-23T20:04:58+00:00"
5195         }
5196     ],
5197     "aliases": [],
5198     "minimum-stability": "stable",
5199     "stability-flags": [],
5200     "prefer-stable": false,
5201     "prefer-lowest": false,
5202     "platform": {
5203         "php": ">=7.0.0",
5204         "ext-tidy": "*"
5205     },
5206     "platform-dev": [],
5207     "platform-overrides": {
5208         "php": "7.0"
5209     }
5210 }