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