]> BookStack Code Mirror - bookstack/blob - composer.lock
Release update
[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": "c216d0bcb72b4f2008d7fa8067da2f77",
8     "content-hash": "3c421ae5b8e5c11792249142cb96ff25",
9     "packages": [
10         {
11             "name": "barryvdh/laravel-debugbar",
12             "version": "v2.0.6",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/barryvdh/laravel-debugbar.git",
16                 "reference": "23672cbbe78278ff1fdb258caa0b1de7b5d0bc0c"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/23672cbbe78278ff1fdb258caa0b1de7b5d0bc0c",
21                 "reference": "23672cbbe78278ff1fdb258caa0b1de7b5d0bc0c",
22                 "shasum": ""
23             },
24             "require": {
25                 "illuminate/support": "~5.0.17|5.1.*",
26                 "maximebf/debugbar": "~1.10.2",
27                 "php": ">=5.4.0",
28                 "symfony/finder": "~2.6"
29             },
30             "type": "library",
31             "extra": {
32                 "branch-alias": {
33                     "dev-master": "2.1-dev"
34                 }
35             },
36             "autoload": {
37                 "psr-4": {
38                     "Barryvdh\\Debugbar\\": "src/"
39                 },
40                 "files": [
41                     "src/helpers.php"
42                 ]
43             },
44             "notification-url": "https://packagist.org/downloads/",
45             "license": [
46                 "MIT"
47             ],
48             "authors": [
49                 {
50                     "name": "Barry vd. Heuvel",
51                     "email": "[email protected]"
52                 }
53             ],
54             "description": "PHP Debugbar integration for Laravel",
55             "keywords": [
56                 "debug",
57                 "debugbar",
58                 "laravel",
59                 "profiler",
60                 "webprofiler"
61             ],
62             "time": "2015-09-09 11:39:27"
63         },
64         {
65             "name": "barryvdh/laravel-ide-helper",
66             "version": "v2.1.0",
67             "source": {
68                 "type": "git",
69                 "url": "https://github.com/barryvdh/laravel-ide-helper.git",
70                 "reference": "83999f8467374adcb8893f566c9171c9d9691f50"
71             },
72             "dist": {
73                 "type": "zip",
74                 "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/83999f8467374adcb8893f566c9171c9d9691f50",
75                 "reference": "83999f8467374adcb8893f566c9171c9d9691f50",
76                 "shasum": ""
77             },
78             "require": {
79                 "illuminate/console": "5.0.x|5.1.x",
80                 "illuminate/filesystem": "5.0.x|5.1.x",
81                 "illuminate/support": "5.0.x|5.1.x",
82                 "php": ">=5.4.0",
83                 "phpdocumentor/reflection-docblock": "2.0.4",
84                 "symfony/class-loader": "~2.3"
85             },
86             "require-dev": {
87                 "doctrine/dbal": "~2.3"
88             },
89             "suggest": {
90                 "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
91             },
92             "type": "library",
93             "extra": {
94                 "branch-alias": {
95                     "dev-master": "2.1-dev"
96                 }
97             },
98             "autoload": {
99                 "psr-4": {
100                     "Barryvdh\\LaravelIdeHelper\\": "src"
101                 }
102             },
103             "notification-url": "https://packagist.org/downloads/",
104             "license": [
105                 "MIT"
106             ],
107             "authors": [
108                 {
109                     "name": "Barry vd. Heuvel",
110                     "email": "[email protected]"
111                 }
112             ],
113             "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
114             "keywords": [
115                 "autocomplete",
116                 "codeintel",
117                 "helper",
118                 "ide",
119                 "laravel",
120                 "netbeans",
121                 "phpdoc",
122                 "phpstorm",
123                 "sublime"
124             ],
125             "time": "2015-08-13 11:40:00"
126         },
127         {
128             "name": "classpreloader/classpreloader",
129             "version": "2.0.0",
130             "source": {
131                 "type": "git",
132                 "url": "https://github.com/ClassPreloader/ClassPreloader.git",
133                 "reference": "8c3c14b10309e3b40bce833913a6c0c0b8c8f962"
134             },
135             "dist": {
136                 "type": "zip",
137                 "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/8c3c14b10309e3b40bce833913a6c0c0b8c8f962",
138                 "reference": "8c3c14b10309e3b40bce833913a6c0c0b8c8f962",
139                 "shasum": ""
140             },
141             "require": {
142                 "nikic/php-parser": "~1.3",
143                 "php": ">=5.5.9"
144             },
145             "require-dev": {
146                 "phpunit/phpunit": "~4.0"
147             },
148             "type": "library",
149             "extra": {
150                 "branch-alias": {
151                     "dev-master": "2.0-dev"
152                 }
153             },
154             "autoload": {
155                 "psr-4": {
156                     "ClassPreloader\\": "src/"
157                 }
158             },
159             "notification-url": "https://packagist.org/downloads/",
160             "license": [
161                 "MIT"
162             ],
163             "authors": [
164                 {
165                     "name": "Michael Dowling",
166                     "email": "[email protected]"
167                 },
168                 {
169                     "name": "Graham Campbell",
170                     "email": "[email protected]"
171                 }
172             ],
173             "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
174             "keywords": [
175                 "autoload",
176                 "class",
177                 "preload"
178             ],
179             "time": "2015-06-28 21:39:13"
180         },
181         {
182             "name": "danielstjules/stringy",
183             "version": "1.10.0",
184             "source": {
185                 "type": "git",
186                 "url": "https://github.com/danielstjules/Stringy.git",
187                 "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b"
188             },
189             "dist": {
190                 "type": "zip",
191                 "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
192                 "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b",
193                 "shasum": ""
194             },
195             "require": {
196                 "ext-mbstring": "*",
197                 "php": ">=5.3.0"
198             },
199             "require-dev": {
200                 "phpunit/phpunit": "~4.0"
201             },
202             "type": "library",
203             "autoload": {
204                 "psr-4": {
205                     "Stringy\\": "src/"
206                 },
207                 "files": [
208                     "src/Create.php"
209                 ]
210             },
211             "notification-url": "https://packagist.org/downloads/",
212             "license": [
213                 "MIT"
214             ],
215             "authors": [
216                 {
217                     "name": "Daniel St. Jules",
218                     "email": "[email protected]",
219                     "homepage": "http://www.danielstjules.com"
220                 }
221             ],
222             "description": "A string manipulation library with multibyte support",
223             "homepage": "https://github.com/danielstjules/Stringy",
224             "keywords": [
225                 "UTF",
226                 "helpers",
227                 "manipulation",
228                 "methods",
229                 "multibyte",
230                 "string",
231                 "utf-8",
232                 "utility",
233                 "utils"
234             ],
235             "time": "2015-07-23 00:54:12"
236         },
237         {
238             "name": "dnoegel/php-xdg-base-dir",
239             "version": "0.1",
240             "source": {
241                 "type": "git",
242                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
243                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
244             },
245             "dist": {
246                 "type": "zip",
247                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
248                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
249                 "shasum": ""
250             },
251             "require": {
252                 "php": ">=5.3.2"
253             },
254             "require-dev": {
255                 "phpunit/phpunit": "@stable"
256             },
257             "type": "project",
258             "autoload": {
259                 "psr-4": {
260                     "XdgBaseDir\\": "src/"
261                 }
262             },
263             "notification-url": "https://packagist.org/downloads/",
264             "license": [
265                 "MIT"
266             ],
267             "description": "implementation of xdg base directory specification for php",
268             "time": "2014-10-24 07:27:01"
269         },
270         {
271             "name": "doctrine/inflector",
272             "version": "v1.0.1",
273             "source": {
274                 "type": "git",
275                 "url": "https://github.com/doctrine/inflector.git",
276                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
277             },
278             "dist": {
279                 "type": "zip",
280                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
281                 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
282                 "shasum": ""
283             },
284             "require": {
285                 "php": ">=5.3.2"
286             },
287             "require-dev": {
288                 "phpunit/phpunit": "4.*"
289             },
290             "type": "library",
291             "extra": {
292                 "branch-alias": {
293                     "dev-master": "1.0.x-dev"
294                 }
295             },
296             "autoload": {
297                 "psr-0": {
298                     "Doctrine\\Common\\Inflector\\": "lib/"
299                 }
300             },
301             "notification-url": "https://packagist.org/downloads/",
302             "license": [
303                 "MIT"
304             ],
305             "authors": [
306                 {
307                     "name": "Roman Borschel",
308                     "email": "[email protected]"
309                 },
310                 {
311                     "name": "Benjamin Eberlei",
312                     "email": "[email protected]"
313                 },
314                 {
315                     "name": "Guilherme Blanco",
316                     "email": "[email protected]"
317                 },
318                 {
319                     "name": "Jonathan Wage",
320                     "email": "[email protected]"
321                 },
322                 {
323                     "name": "Johannes Schmitt",
324                     "email": "[email protected]"
325                 }
326             ],
327             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
328             "homepage": "http://www.doctrine-project.org",
329             "keywords": [
330                 "inflection",
331                 "pluralize",
332                 "singularize",
333                 "string"
334             ],
335             "time": "2014-12-20 21:24:13"
336         },
337         {
338             "name": "guzzle/guzzle",
339             "version": "v3.9.3",
340             "source": {
341                 "type": "git",
342                 "url": "https://github.com/guzzle/guzzle3.git",
343                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
344             },
345             "dist": {
346                 "type": "zip",
347                 "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
348                 "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
349                 "shasum": ""
350             },
351             "require": {
352                 "ext-curl": "*",
353                 "php": ">=5.3.3",
354                 "symfony/event-dispatcher": "~2.1"
355             },
356             "replace": {
357                 "guzzle/batch": "self.version",
358                 "guzzle/cache": "self.version",
359                 "guzzle/common": "self.version",
360                 "guzzle/http": "self.version",
361                 "guzzle/inflection": "self.version",
362                 "guzzle/iterator": "self.version",
363                 "guzzle/log": "self.version",
364                 "guzzle/parser": "self.version",
365                 "guzzle/plugin": "self.version",
366                 "guzzle/plugin-async": "self.version",
367                 "guzzle/plugin-backoff": "self.version",
368                 "guzzle/plugin-cache": "self.version",
369                 "guzzle/plugin-cookie": "self.version",
370                 "guzzle/plugin-curlauth": "self.version",
371                 "guzzle/plugin-error-response": "self.version",
372                 "guzzle/plugin-history": "self.version",
373                 "guzzle/plugin-log": "self.version",
374                 "guzzle/plugin-md5": "self.version",
375                 "guzzle/plugin-mock": "self.version",
376                 "guzzle/plugin-oauth": "self.version",
377                 "guzzle/service": "self.version",
378                 "guzzle/stream": "self.version"
379             },
380             "require-dev": {
381                 "doctrine/cache": "~1.3",
382                 "monolog/monolog": "~1.0",
383                 "phpunit/phpunit": "3.7.*",
384                 "psr/log": "~1.0",
385                 "symfony/class-loader": "~2.1",
386                 "zendframework/zend-cache": "2.*,<2.3",
387                 "zendframework/zend-log": "2.*,<2.3"
388             },
389             "suggest": {
390                 "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
391             },
392             "type": "library",
393             "extra": {
394                 "branch-alias": {
395                     "dev-master": "3.9-dev"
396                 }
397             },
398             "autoload": {
399                 "psr-0": {
400                     "Guzzle": "src/",
401                     "Guzzle\\Tests": "tests/"
402                 }
403             },
404             "notification-url": "https://packagist.org/downloads/",
405             "license": [
406                 "MIT"
407             ],
408             "authors": [
409                 {
410                     "name": "Michael Dowling",
411                     "email": "[email protected]",
412                     "homepage": "https://github.com/mtdowling"
413                 },
414                 {
415                     "name": "Guzzle Community",
416                     "homepage": "https://github.com/guzzle/guzzle/contributors"
417                 }
418             ],
419             "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
420             "homepage": "http://guzzlephp.org/",
421             "keywords": [
422                 "client",
423                 "curl",
424                 "framework",
425                 "http",
426                 "http client",
427                 "rest",
428                 "web service"
429             ],
430             "time": "2015-03-18 18:23:50"
431         },
432         {
433             "name": "guzzlehttp/guzzle",
434             "version": "6.0.2",
435             "source": {
436                 "type": "git",
437                 "url": "https://github.com/guzzle/guzzle.git",
438                 "reference": "a8dfeff00eb84616a17fea7a4d72af35e750410f"
439             },
440             "dist": {
441                 "type": "zip",
442                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a8dfeff00eb84616a17fea7a4d72af35e750410f",
443                 "reference": "a8dfeff00eb84616a17fea7a4d72af35e750410f",
444                 "shasum": ""
445             },
446             "require": {
447                 "guzzlehttp/promises": "~1.0",
448                 "guzzlehttp/psr7": "~1.1",
449                 "php": ">=5.5.0"
450             },
451             "require-dev": {
452                 "ext-curl": "*",
453                 "phpunit/phpunit": "~4.0",
454                 "psr/log": "~1.0"
455             },
456             "type": "library",
457             "extra": {
458                 "branch-alias": {
459                     "dev-master": "6.0-dev"
460                 }
461             },
462             "autoload": {
463                 "files": [
464                     "src/functions_include.php"
465                 ],
466                 "psr-4": {
467                     "GuzzleHttp\\": "src/"
468                 }
469             },
470             "notification-url": "https://packagist.org/downloads/",
471             "license": [
472                 "MIT"
473             ],
474             "authors": [
475                 {
476                     "name": "Michael Dowling",
477                     "email": "[email protected]",
478                     "homepage": "https://github.com/mtdowling"
479                 }
480             ],
481             "description": "Guzzle is a PHP HTTP client library",
482             "homepage": "http://guzzlephp.org/",
483             "keywords": [
484                 "client",
485                 "curl",
486                 "framework",
487                 "http",
488                 "http client",
489                 "rest",
490                 "web service"
491             ],
492             "time": "2015-07-04 20:09:24"
493         },
494         {
495             "name": "guzzlehttp/promises",
496             "version": "1.0.2",
497             "source": {
498                 "type": "git",
499                 "url": "https://github.com/guzzle/promises.git",
500                 "reference": "97fe7210def29451ec74923b27e552238defd75a"
501             },
502             "dist": {
503                 "type": "zip",
504                 "url": "https://api.github.com/repos/guzzle/promises/zipball/97fe7210def29451ec74923b27e552238defd75a",
505                 "reference": "97fe7210def29451ec74923b27e552238defd75a",
506                 "shasum": ""
507             },
508             "require": {
509                 "php": ">=5.5.0"
510             },
511             "require-dev": {
512                 "phpunit/phpunit": "~4.0"
513             },
514             "type": "library",
515             "extra": {
516                 "branch-alias": {
517                     "dev-master": "1.0-dev"
518                 }
519             },
520             "autoload": {
521                 "psr-4": {
522                     "GuzzleHttp\\Promise\\": "src/"
523                 },
524                 "files": [
525                     "src/functions_include.php"
526                 ]
527             },
528             "notification-url": "https://packagist.org/downloads/",
529             "license": [
530                 "MIT"
531             ],
532             "authors": [
533                 {
534                     "name": "Michael Dowling",
535                     "email": "[email protected]",
536                     "homepage": "https://github.com/mtdowling"
537                 }
538             ],
539             "description": "Guzzle promises library",
540             "keywords": [
541                 "promise"
542             ],
543             "time": "2015-08-15 19:37:21"
544         },
545         {
546             "name": "guzzlehttp/psr7",
547             "version": "1.2.0",
548             "source": {
549                 "type": "git",
550                 "url": "https://github.com/guzzle/psr7.git",
551                 "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e"
552             },
553             "dist": {
554                 "type": "zip",
555                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
556                 "reference": "4ef919b0cf3b1989523138b60163bbcb7ba1ff7e",
557                 "shasum": ""
558             },
559             "require": {
560                 "php": ">=5.4.0",
561                 "psr/http-message": "~1.0"
562             },
563             "provide": {
564                 "psr/http-message-implementation": "1.0"
565             },
566             "require-dev": {
567                 "phpunit/phpunit": "~4.0"
568             },
569             "type": "library",
570             "extra": {
571                 "branch-alias": {
572                     "dev-master": "1.0-dev"
573                 }
574             },
575             "autoload": {
576                 "psr-4": {
577                     "GuzzleHttp\\Psr7\\": "src/"
578                 },
579                 "files": [
580                     "src/functions_include.php"
581                 ]
582             },
583             "notification-url": "https://packagist.org/downloads/",
584             "license": [
585                 "MIT"
586             ],
587             "authors": [
588                 {
589                     "name": "Michael Dowling",
590                     "email": "[email protected]",
591                     "homepage": "https://github.com/mtdowling"
592                 }
593             ],
594             "description": "PSR-7 message implementation",
595             "keywords": [
596                 "http",
597                 "message",
598                 "stream",
599                 "uri"
600             ],
601             "time": "2015-08-15 19:32:36"
602         },
603         {
604             "name": "intervention/image",
605             "version": "2.3.1",
606             "source": {
607                 "type": "git",
608                 "url": "https://github.com/Intervention/image.git",
609                 "reference": "156f9d6f8a186c68b92f0c50084718f02dae1b5f"
610             },
611             "dist": {
612                 "type": "zip",
613                 "url": "https://api.github.com/repos/Intervention/image/zipball/156f9d6f8a186c68b92f0c50084718f02dae1b5f",
614                 "reference": "156f9d6f8a186c68b92f0c50084718f02dae1b5f",
615                 "shasum": ""
616             },
617             "require": {
618                 "ext-fileinfo": "*",
619                 "guzzlehttp/psr7": "~1.1",
620                 "php": ">=5.4.0"
621             },
622             "require-dev": {
623                 "mockery/mockery": "~0.9.2",
624                 "phpunit/phpunit": "3.*"
625             },
626             "suggest": {
627                 "ext-gd": "to use GD library based image processing.",
628                 "ext-imagick": "to use Imagick based image processing.",
629                 "intervention/imagecache": "Caching extension for the Intervention Image library"
630             },
631             "type": "library",
632             "extra": {
633                 "branch-alias": {
634                     "dev-master": "2.3-dev"
635                 }
636             },
637             "autoload": {
638                 "psr-4": {
639                     "Intervention\\Image\\": "src/Intervention/Image"
640                 }
641             },
642             "notification-url": "https://packagist.org/downloads/",
643             "license": [
644                 "MIT"
645             ],
646             "authors": [
647                 {
648                     "name": "Oliver Vogel",
649                     "email": "[email protected]",
650                     "homepage": "http://olivervogel.net/"
651                 }
652             ],
653             "description": "Image handling and manipulation library with support for Laravel integration",
654             "homepage": "http://image.intervention.io/",
655             "keywords": [
656                 "gd",
657                 "image",
658                 "imagick",
659                 "laravel",
660                 "thumbnail",
661                 "watermark"
662             ],
663             "time": "2015-07-10 15:03:58"
664         },
665         {
666             "name": "jakub-onderka/php-console-color",
667             "version": "0.1",
668             "source": {
669                 "type": "git",
670                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
671                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
672             },
673             "dist": {
674                 "type": "zip",
675                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
676                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
677                 "shasum": ""
678             },
679             "require": {
680                 "php": ">=5.3.2"
681             },
682             "require-dev": {
683                 "jakub-onderka/php-code-style": "1.0",
684                 "jakub-onderka/php-parallel-lint": "0.*",
685                 "jakub-onderka/php-var-dump-check": "0.*",
686                 "phpunit/phpunit": "3.7.*",
687                 "squizlabs/php_codesniffer": "1.*"
688             },
689             "type": "library",
690             "autoload": {
691                 "psr-0": {
692                     "JakubOnderka\\PhpConsoleColor": "src/"
693                 }
694             },
695             "notification-url": "https://packagist.org/downloads/",
696             "license": [
697                 "BSD-2-Clause"
698             ],
699             "authors": [
700                 {
701                     "name": "Jakub Onderka",
702                     "email": "[email protected]",
703                     "homepage": "http://www.acci.cz"
704                 }
705             ],
706             "time": "2014-04-08 15:00:19"
707         },
708         {
709             "name": "jakub-onderka/php-console-highlighter",
710             "version": "v0.3.2",
711             "source": {
712                 "type": "git",
713                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
714                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
715             },
716             "dist": {
717                 "type": "zip",
718                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
719                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
720                 "shasum": ""
721             },
722             "require": {
723                 "jakub-onderka/php-console-color": "~0.1",
724                 "php": ">=5.3.0"
725             },
726             "require-dev": {
727                 "jakub-onderka/php-code-style": "~1.0",
728                 "jakub-onderka/php-parallel-lint": "~0.5",
729                 "jakub-onderka/php-var-dump-check": "~0.1",
730                 "phpunit/phpunit": "~4.0",
731                 "squizlabs/php_codesniffer": "~1.5"
732             },
733             "type": "library",
734             "autoload": {
735                 "psr-0": {
736                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
737                 }
738             },
739             "notification-url": "https://packagist.org/downloads/",
740             "license": [
741                 "MIT"
742             ],
743             "authors": [
744                 {
745                     "name": "Jakub Onderka",
746                     "email": "[email protected]",
747                     "homepage": "http://www.acci.cz/"
748                 }
749             ],
750             "time": "2015-04-20 18:58:01"
751         },
752         {
753             "name": "jeremeamia/SuperClosure",
754             "version": "2.1.0",
755             "source": {
756                 "type": "git",
757                 "url": "https://github.com/jeremeamia/super_closure.git",
758                 "reference": "b712f39c671e5ead60c7ebfe662545456aade833"
759             },
760             "dist": {
761                 "type": "zip",
762                 "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/b712f39c671e5ead60c7ebfe662545456aade833",
763                 "reference": "b712f39c671e5ead60c7ebfe662545456aade833",
764                 "shasum": ""
765             },
766             "require": {
767                 "nikic/php-parser": "~1.0",
768                 "php": ">=5.4"
769             },
770             "require-dev": {
771                 "codeclimate/php-test-reporter": "~0.1.2",
772                 "phpunit/phpunit": "~4.0"
773             },
774             "type": "library",
775             "extra": {
776                 "branch-alias": {
777                     "dev-master": "2.1-dev"
778                 }
779             },
780             "autoload": {
781                 "psr-4": {
782                     "SuperClosure\\": "src/"
783                 }
784             },
785             "notification-url": "https://packagist.org/downloads/",
786             "license": [
787                 "MIT"
788             ],
789             "authors": [
790                 {
791                     "name": "Jeremy Lindblom",
792                     "email": "[email protected]",
793                     "homepage": "https://github.com/jeremeamia",
794                     "role": "developer"
795                 }
796             ],
797             "description": "Serialize Closure objects, including their context and binding",
798             "homepage": "https://github.com/jeremeamia/super_closure",
799             "keywords": [
800                 "closure",
801                 "function",
802                 "lambda",
803                 "parser",
804                 "serializable",
805                 "serialize",
806                 "tokenizer"
807             ],
808             "time": "2015-03-11 20:06:43"
809         },
810         {
811             "name": "laravel/framework",
812             "version": "v5.1.10",
813             "source": {
814                 "type": "git",
815                 "url": "https://github.com/laravel/framework.git",
816                 "reference": "d47ccc8de10ccb6f328cc90f901ca5e47e077c93"
817             },
818             "dist": {
819                 "type": "zip",
820                 "url": "https://api.github.com/repos/laravel/framework/zipball/d47ccc8de10ccb6f328cc90f901ca5e47e077c93",
821                 "reference": "d47ccc8de10ccb6f328cc90f901ca5e47e077c93",
822                 "shasum": ""
823             },
824             "require": {
825                 "classpreloader/classpreloader": "~2.0",
826                 "danielstjules/stringy": "~1.8",
827                 "doctrine/inflector": "~1.0",
828                 "ext-mbstring": "*",
829                 "ext-openssl": "*",
830                 "jeremeamia/superclosure": "~2.0",
831                 "league/flysystem": "~1.0",
832                 "monolog/monolog": "~1.11",
833                 "mtdowling/cron-expression": "~1.0",
834                 "nesbot/carbon": "~1.19",
835                 "php": ">=5.5.9",
836                 "psy/psysh": "~0.5.1",
837                 "swiftmailer/swiftmailer": "~5.1",
838                 "symfony/console": "2.7.*",
839                 "symfony/css-selector": "2.7.*",
840                 "symfony/debug": "2.7.*",
841                 "symfony/dom-crawler": "2.7.*",
842                 "symfony/finder": "2.7.*",
843                 "symfony/http-foundation": "2.7.*",
844                 "symfony/http-kernel": "2.7.*",
845                 "symfony/process": "2.7.*",
846                 "symfony/routing": "2.7.*",
847                 "symfony/translation": "2.7.*",
848                 "symfony/var-dumper": "2.7.*",
849                 "vlucas/phpdotenv": "~1.0"
850             },
851             "replace": {
852                 "illuminate/auth": "self.version",
853                 "illuminate/broadcasting": "self.version",
854                 "illuminate/bus": "self.version",
855                 "illuminate/cache": "self.version",
856                 "illuminate/config": "self.version",
857                 "illuminate/console": "self.version",
858                 "illuminate/container": "self.version",
859                 "illuminate/contracts": "self.version",
860                 "illuminate/cookie": "self.version",
861                 "illuminate/database": "self.version",
862                 "illuminate/encryption": "self.version",
863                 "illuminate/events": "self.version",
864                 "illuminate/exception": "self.version",
865                 "illuminate/filesystem": "self.version",
866                 "illuminate/foundation": "self.version",
867                 "illuminate/hashing": "self.version",
868                 "illuminate/http": "self.version",
869                 "illuminate/log": "self.version",
870                 "illuminate/mail": "self.version",
871                 "illuminate/pagination": "self.version",
872                 "illuminate/pipeline": "self.version",
873                 "illuminate/queue": "self.version",
874                 "illuminate/redis": "self.version",
875                 "illuminate/routing": "self.version",
876                 "illuminate/session": "self.version",
877                 "illuminate/support": "self.version",
878                 "illuminate/translation": "self.version",
879                 "illuminate/validation": "self.version",
880                 "illuminate/view": "self.version"
881             },
882             "require-dev": {
883                 "aws/aws-sdk-php": "~3.0",
884                 "iron-io/iron_mq": "~2.0",
885                 "mockery/mockery": "~0.9.1",
886                 "pda/pheanstalk": "~3.0",
887                 "phpunit/phpunit": "~4.0",
888                 "predis/predis": "~1.0"
889             },
890             "suggest": {
891                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
892                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
893                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
894                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.3|~6.0).",
895                 "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).",
896                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
897                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
898                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
899                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
900                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
901             },
902             "type": "library",
903             "extra": {
904                 "branch-alias": {
905                     "dev-master": "5.1-dev"
906                 }
907             },
908             "autoload": {
909                 "classmap": [
910                     "src/Illuminate/Queue/IlluminateQueueClosure.php"
911                 ],
912                 "files": [
913                     "src/Illuminate/Foundation/helpers.php",
914                     "src/Illuminate/Support/helpers.php"
915                 ],
916                 "psr-4": {
917                     "Illuminate\\": "src/Illuminate/"
918                 }
919             },
920             "notification-url": "https://packagist.org/downloads/",
921             "license": [
922                 "MIT"
923             ],
924             "authors": [
925                 {
926                     "name": "Taylor Otwell",
927                     "email": "[email protected]"
928                 }
929             ],
930             "description": "The Laravel Framework.",
931             "homepage": "http://laravel.com",
932             "keywords": [
933                 "framework",
934                 "laravel"
935             ],
936             "time": "2015-08-12 18:16:08"
937         },
938         {
939             "name": "laravel/socialite",
940             "version": "v2.0.12",
941             "source": {
942                 "type": "git",
943                 "url": "https://github.com/laravel/socialite.git",
944                 "reference": "0bb08c8666f4c01e55e3b3b0e42f2b5075be6a6e"
945             },
946             "dist": {
947                 "type": "zip",
948                 "url": "https://api.github.com/repos/laravel/socialite/zipball/0bb08c8666f4c01e55e3b3b0e42f2b5075be6a6e",
949                 "reference": "0bb08c8666f4c01e55e3b3b0e42f2b5075be6a6e",
950                 "shasum": ""
951             },
952             "require": {
953                 "guzzlehttp/guzzle": "~5.0|~6.0",
954                 "illuminate/contracts": "~5.0",
955                 "illuminate/http": "~5.0",
956                 "illuminate/support": "~5.0",
957                 "league/oauth1-client": "~1.0",
958                 "php": ">=5.4.0"
959             },
960             "require-dev": {
961                 "mockery/mockery": "~0.9",
962                 "phpunit/phpunit": "~4.0"
963             },
964             "type": "library",
965             "extra": {
966                 "branch-alias": {
967                     "dev-master": "3.0-dev"
968                 }
969             },
970             "autoload": {
971                 "psr-4": {
972                     "Laravel\\Socialite\\": "src/"
973                 }
974             },
975             "notification-url": "https://packagist.org/downloads/",
976             "license": [
977                 "MIT"
978             ],
979             "authors": [
980                 {
981                     "name": "Taylor Otwell",
982                     "email": "[email protected]"
983                 }
984             ],
985             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
986             "keywords": [
987                 "laravel",
988                 "oauth"
989             ],
990             "time": "2015-08-30 01:12:56"
991         },
992         {
993             "name": "league/flysystem",
994             "version": "1.0.11",
995             "source": {
996                 "type": "git",
997                 "url": "https://github.com/thephpleague/flysystem.git",
998                 "reference": "c16222fdc02467eaa12cb6d6d0e65527741f6040"
999             },
1000             "dist": {
1001                 "type": "zip",
1002                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c16222fdc02467eaa12cb6d6d0e65527741f6040",
1003                 "reference": "c16222fdc02467eaa12cb6d6d0e65527741f6040",
1004                 "shasum": ""
1005             },
1006             "require": {
1007                 "php": ">=5.4.0"
1008             },
1009             "require-dev": {
1010                 "ext-fileinfo": "*",
1011                 "mockery/mockery": "~0.9",
1012                 "phpspec/phpspec": "^2.2",
1013                 "phpspec/prophecy-phpunit": "~1.0",
1014                 "phpunit/phpunit": "~4.1"
1015             },
1016             "suggest": {
1017                 "ext-fileinfo": "Required for MimeType",
1018                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1019                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1020                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1021                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1022                 "league/flysystem-copy": "Allows you to use Copy.com storage",
1023                 "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1024                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1025                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1026                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1027                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
1028                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1029             },
1030             "type": "library",
1031             "extra": {
1032                 "branch-alias": {
1033                     "dev-master": "1.1-dev"
1034                 }
1035             },
1036             "autoload": {
1037                 "psr-4": {
1038                     "League\\Flysystem\\": "src/"
1039                 }
1040             },
1041             "notification-url": "https://packagist.org/downloads/",
1042             "license": [
1043                 "MIT"
1044             ],
1045             "authors": [
1046                 {
1047                     "name": "Frank de Jonge",
1048                     "email": "[email protected]"
1049                 }
1050             ],
1051             "description": "Filesystem abstraction: Many filesystems, one API.",
1052             "keywords": [
1053                 "Cloud Files",
1054                 "WebDAV",
1055                 "abstraction",
1056                 "aws",
1057                 "cloud",
1058                 "copy.com",
1059                 "dropbox",
1060                 "file systems",
1061                 "files",
1062                 "filesystem",
1063                 "filesystems",
1064                 "ftp",
1065                 "rackspace",
1066                 "remote",
1067                 "s3",
1068                 "sftp",
1069                 "storage"
1070             ],
1071             "time": "2015-07-28 20:41:58"
1072         },
1073         {
1074             "name": "league/oauth1-client",
1075             "version": "1.6.0",
1076             "source": {
1077                 "type": "git",
1078                 "url": "https://github.com/thephpleague/oauth1-client.git",
1079                 "reference": "4d4edd9b6014f882e319231a9b3351e3a1dfdc81"
1080             },
1081             "dist": {
1082                 "type": "zip",
1083                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/4d4edd9b6014f882e319231a9b3351e3a1dfdc81",
1084                 "reference": "4d4edd9b6014f882e319231a9b3351e3a1dfdc81",
1085                 "shasum": ""
1086             },
1087             "require": {
1088                 "guzzle/guzzle": "3.*",
1089                 "php": ">=5.3.0"
1090             },
1091             "require-dev": {
1092                 "mockery/mockery": "~0.9",
1093                 "phpunit/phpunit": "~4.0",
1094                 "squizlabs/php_codesniffer": "~2.0"
1095             },
1096             "type": "library",
1097             "extra": {
1098                 "branch-alias": {
1099                     "dev-master": "1.0-dev"
1100                 }
1101             },
1102             "autoload": {
1103                 "psr-4": {
1104                     "League\\OAuth1\\": "src/"
1105                 }
1106             },
1107             "notification-url": "https://packagist.org/downloads/",
1108             "license": [
1109                 "MIT"
1110             ],
1111             "authors": [
1112                 {
1113                     "name": "Ben Corlett",
1114                     "email": "[email protected]",
1115                     "homepage": "http://www.webcomm.com.au",
1116                     "role": "Developer"
1117                 }
1118             ],
1119             "description": "OAuth 1.0 Client Library",
1120             "keywords": [
1121                 "Authentication",
1122                 "SSO",
1123                 "authorization",
1124                 "bitbucket",
1125                 "identity",
1126                 "idp",
1127                 "oauth",
1128                 "oauth1",
1129                 "single sign on",
1130                 "trello",
1131                 "tumblr",
1132                 "twitter"
1133             ],
1134             "time": "2015-08-22 09:49:14"
1135         },
1136         {
1137             "name": "maximebf/debugbar",
1138             "version": "v1.10.5",
1139             "source": {
1140                 "type": "git",
1141                 "url": "https://github.com/maximebf/php-debugbar.git",
1142                 "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636"
1143             },
1144             "dist": {
1145                 "type": "zip",
1146                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e53e8a28284b69dd223c9f5ee8957befd72636",
1147                 "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636",
1148                 "shasum": ""
1149             },
1150             "require": {
1151                 "php": ">=5.3.0",
1152                 "psr/log": "~1.0",
1153                 "symfony/var-dumper": "~2.6"
1154             },
1155             "require-dev": {
1156                 "phpunit/phpunit": "~4.0"
1157             },
1158             "suggest": {
1159                 "kriswallsmith/assetic": "The best way to manage assets",
1160                 "monolog/monolog": "Log using Monolog",
1161                 "predis/predis": "Redis storage"
1162             },
1163             "type": "library",
1164             "extra": {
1165                 "branch-alias": {
1166                     "dev-master": "1.10-dev"
1167                 }
1168             },
1169             "autoload": {
1170                 "psr-0": {
1171                     "DebugBar": "src/"
1172                 }
1173             },
1174             "notification-url": "https://packagist.org/downloads/",
1175             "license": [
1176                 "MIT"
1177             ],
1178             "authors": [
1179                 {
1180                     "name": "Maxime Bouroumeau-Fuseau",
1181                     "email": "[email protected]",
1182                     "homepage": "http://maximebf.com"
1183                 }
1184             ],
1185             "description": "Debug bar in the browser for php application",
1186             "homepage": "https://github.com/maximebf/php-debugbar",
1187             "keywords": [
1188                 "debug"
1189             ],
1190             "time": "2015-10-19 20:35:12"
1191         },
1192         {
1193             "name": "monolog/monolog",
1194             "version": "1.16.0",
1195             "source": {
1196                 "type": "git",
1197                 "url": "https://github.com/Seldaek/monolog.git",
1198                 "reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7"
1199             },
1200             "dist": {
1201                 "type": "zip",
1202                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c0c0b4bee3aabce7182876b0d912ef2595563db7",
1203                 "reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7",
1204                 "shasum": ""
1205             },
1206             "require": {
1207                 "php": ">=5.3.0",
1208                 "psr/log": "~1.0"
1209             },
1210             "provide": {
1211                 "psr/log-implementation": "1.0.0"
1212             },
1213             "require-dev": {
1214                 "aws/aws-sdk-php": "^2.4.9",
1215                 "doctrine/couchdb": "~1.0@dev",
1216                 "graylog2/gelf-php": "~1.0",
1217                 "php-console/php-console": "^3.1.3",
1218                 "phpunit/phpunit": "~4.5",
1219                 "phpunit/phpunit-mock-objects": "2.3.0",
1220                 "raven/raven": "~0.8",
1221                 "ruflin/elastica": ">=0.90 <3.0",
1222                 "swiftmailer/swiftmailer": "~5.3",
1223                 "videlalvaro/php-amqplib": "~2.4"
1224             },
1225             "suggest": {
1226                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1227                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1228                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1229                 "ext-mongo": "Allow sending log messages to a MongoDB server",
1230                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1231                 "php-console/php-console": "Allow sending log messages to Google Chrome",
1232                 "raven/raven": "Allow sending log messages to a Sentry server",
1233                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1234                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1235                 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1236             },
1237             "type": "library",
1238             "extra": {
1239                 "branch-alias": {
1240                     "dev-master": "1.16.x-dev"
1241                 }
1242             },
1243             "autoload": {
1244                 "psr-4": {
1245                     "Monolog\\": "src/Monolog"
1246                 }
1247             },
1248             "notification-url": "https://packagist.org/downloads/",
1249             "license": [
1250                 "MIT"
1251             ],
1252             "authors": [
1253                 {
1254                     "name": "Jordi Boggiano",
1255                     "email": "[email protected]",
1256                     "homepage": "http://seld.be"
1257                 }
1258             ],
1259             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1260             "homepage": "http://github.com/Seldaek/monolog",
1261             "keywords": [
1262                 "log",
1263                 "logging",
1264                 "psr-3"
1265             ],
1266             "time": "2015-08-09 17:44:44"
1267         },
1268         {
1269             "name": "mtdowling/cron-expression",
1270             "version": "v1.0.4",
1271             "source": {
1272                 "type": "git",
1273                 "url": "https://github.com/mtdowling/cron-expression.git",
1274                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
1275             },
1276             "dist": {
1277                 "type": "zip",
1278                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
1279                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
1280                 "shasum": ""
1281             },
1282             "require": {
1283                 "php": ">=5.3.2"
1284             },
1285             "require-dev": {
1286                 "phpunit/phpunit": "4.*"
1287             },
1288             "type": "library",
1289             "autoload": {
1290                 "psr-0": {
1291                     "Cron": "src/"
1292                 }
1293             },
1294             "notification-url": "https://packagist.org/downloads/",
1295             "license": [
1296                 "MIT"
1297             ],
1298             "authors": [
1299                 {
1300                     "name": "Michael Dowling",
1301                     "email": "[email protected]",
1302                     "homepage": "https://github.com/mtdowling"
1303                 }
1304             ],
1305             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1306             "keywords": [
1307                 "cron",
1308                 "schedule"
1309             ],
1310             "time": "2015-01-11 23:07:46"
1311         },
1312         {
1313             "name": "nesbot/carbon",
1314             "version": "1.20.0",
1315             "source": {
1316                 "type": "git",
1317                 "url": "https://github.com/briannesbitt/Carbon.git",
1318                 "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
1319             },
1320             "dist": {
1321                 "type": "zip",
1322                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
1323                 "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
1324                 "shasum": ""
1325             },
1326             "require": {
1327                 "php": ">=5.3.0",
1328                 "symfony/translation": "~2.6|~3.0"
1329             },
1330             "require-dev": {
1331                 "phpunit/phpunit": "~4.0"
1332             },
1333             "type": "library",
1334             "autoload": {
1335                 "psr-0": {
1336                     "Carbon": "src"
1337                 }
1338             },
1339             "notification-url": "https://packagist.org/downloads/",
1340             "license": [
1341                 "MIT"
1342             ],
1343             "authors": [
1344                 {
1345                     "name": "Brian Nesbitt",
1346                     "email": "[email protected]",
1347                     "homepage": "http://nesbot.com"
1348                 }
1349             ],
1350             "description": "A simple API extension for DateTime.",
1351             "homepage": "http://carbon.nesbot.com",
1352             "keywords": [
1353                 "date",
1354                 "datetime",
1355                 "time"
1356             ],
1357             "time": "2015-06-25 04:19:39"
1358         },
1359         {
1360             "name": "nikic/php-parser",
1361             "version": "v1.4.0",
1362             "source": {
1363                 "type": "git",
1364                 "url": "https://github.com/nikic/PHP-Parser.git",
1365                 "reference": "196f177cfefa0f1f7166c0a05d8255889be12418"
1366             },
1367             "dist": {
1368                 "type": "zip",
1369                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/196f177cfefa0f1f7166c0a05d8255889be12418",
1370                 "reference": "196f177cfefa0f1f7166c0a05d8255889be12418",
1371                 "shasum": ""
1372             },
1373             "require": {
1374                 "ext-tokenizer": "*",
1375                 "php": ">=5.3"
1376             },
1377             "type": "library",
1378             "extra": {
1379                 "branch-alias": {
1380                     "dev-master": "1.4-dev"
1381                 }
1382             },
1383             "autoload": {
1384                 "files": [
1385                     "lib/bootstrap.php"
1386                 ]
1387             },
1388             "notification-url": "https://packagist.org/downloads/",
1389             "license": [
1390                 "BSD-3-Clause"
1391             ],
1392             "authors": [
1393                 {
1394                     "name": "Nikita Popov"
1395                 }
1396             ],
1397             "description": "A PHP parser written in PHP",
1398             "keywords": [
1399                 "parser",
1400                 "php"
1401             ],
1402             "time": "2015-07-14 17:31:05"
1403         },
1404         {
1405             "name": "phpdocumentor/reflection-docblock",
1406             "version": "2.0.4",
1407             "source": {
1408                 "type": "git",
1409                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1410                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1411             },
1412             "dist": {
1413                 "type": "zip",
1414                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1415                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1416                 "shasum": ""
1417             },
1418             "require": {
1419                 "php": ">=5.3.3"
1420             },
1421             "require-dev": {
1422                 "phpunit/phpunit": "~4.0"
1423             },
1424             "suggest": {
1425                 "dflydev/markdown": "~1.0",
1426                 "erusev/parsedown": "~1.0"
1427             },
1428             "type": "library",
1429             "extra": {
1430                 "branch-alias": {
1431                     "dev-master": "2.0.x-dev"
1432                 }
1433             },
1434             "autoload": {
1435                 "psr-0": {
1436                     "phpDocumentor": [
1437                         "src/"
1438                     ]
1439                 }
1440             },
1441             "notification-url": "https://packagist.org/downloads/",
1442             "license": [
1443                 "MIT"
1444             ],
1445             "authors": [
1446                 {
1447                     "name": "Mike van Riel",
1448                     "email": "[email protected]"
1449                 }
1450             ],
1451             "time": "2015-02-03 12:10:50"
1452         },
1453         {
1454             "name": "psr/http-message",
1455             "version": "1.0",
1456             "source": {
1457                 "type": "git",
1458                 "url": "https://github.com/php-fig/http-message.git",
1459                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1460             },
1461             "dist": {
1462                 "type": "zip",
1463                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1464                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1465                 "shasum": ""
1466             },
1467             "require": {
1468                 "php": ">=5.3.0"
1469             },
1470             "type": "library",
1471             "extra": {
1472                 "branch-alias": {
1473                     "dev-master": "1.0.x-dev"
1474                 }
1475             },
1476             "autoload": {
1477                 "psr-4": {
1478                     "Psr\\Http\\Message\\": "src/"
1479                 }
1480             },
1481             "notification-url": "https://packagist.org/downloads/",
1482             "license": [
1483                 "MIT"
1484             ],
1485             "authors": [
1486                 {
1487                     "name": "PHP-FIG",
1488                     "homepage": "http://www.php-fig.org/"
1489                 }
1490             ],
1491             "description": "Common interface for HTTP messages",
1492             "keywords": [
1493                 "http",
1494                 "http-message",
1495                 "psr",
1496                 "psr-7",
1497                 "request",
1498                 "response"
1499             ],
1500             "time": "2015-05-04 20:22:00"
1501         },
1502         {
1503             "name": "psr/log",
1504             "version": "1.0.0",
1505             "source": {
1506                 "type": "git",
1507                 "url": "https://github.com/php-fig/log.git",
1508                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1509             },
1510             "dist": {
1511                 "type": "zip",
1512                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1513                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1514                 "shasum": ""
1515             },
1516             "type": "library",
1517             "autoload": {
1518                 "psr-0": {
1519                     "Psr\\Log\\": ""
1520                 }
1521             },
1522             "notification-url": "https://packagist.org/downloads/",
1523             "license": [
1524                 "MIT"
1525             ],
1526             "authors": [
1527                 {
1528                     "name": "PHP-FIG",
1529                     "homepage": "http://www.php-fig.org/"
1530                 }
1531             ],
1532             "description": "Common interface for logging libraries",
1533             "keywords": [
1534                 "log",
1535                 "psr",
1536                 "psr-3"
1537             ],
1538             "time": "2012-12-21 11:40:51"
1539         },
1540         {
1541             "name": "psy/psysh",
1542             "version": "v0.5.2",
1543             "source": {
1544                 "type": "git",
1545                 "url": "https://github.com/bobthecow/psysh.git",
1546                 "reference": "aaf8772ade08b5f0f6830774a5d5c2f800415975"
1547             },
1548             "dist": {
1549                 "type": "zip",
1550                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/aaf8772ade08b5f0f6830774a5d5c2f800415975",
1551                 "reference": "aaf8772ade08b5f0f6830774a5d5c2f800415975",
1552                 "shasum": ""
1553             },
1554             "require": {
1555                 "dnoegel/php-xdg-base-dir": "0.1",
1556                 "jakub-onderka/php-console-highlighter": "0.3.*",
1557                 "nikic/php-parser": "^1.2.1",
1558                 "php": ">=5.3.9",
1559                 "symfony/console": "~2.3.10|^2.4.2|~3.0",
1560                 "symfony/var-dumper": "~2.7|~3.0"
1561             },
1562             "require-dev": {
1563                 "fabpot/php-cs-fixer": "~1.5",
1564                 "phpunit/phpunit": "~3.7|~4.0",
1565                 "squizlabs/php_codesniffer": "~2.0",
1566                 "symfony/finder": "~2.1|~3.0"
1567             },
1568             "suggest": {
1569                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1570                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1571                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1572                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1573             },
1574             "bin": [
1575                 "bin/psysh"
1576             ],
1577             "type": "library",
1578             "extra": {
1579                 "branch-alias": {
1580                     "dev-develop": "0.6.x-dev"
1581                 }
1582             },
1583             "autoload": {
1584                 "files": [
1585                     "src/Psy/functions.php"
1586                 ],
1587                 "psr-0": {
1588                     "Psy\\": "src/"
1589                 }
1590             },
1591             "notification-url": "https://packagist.org/downloads/",
1592             "license": [
1593                 "MIT"
1594             ],
1595             "authors": [
1596                 {
1597                     "name": "Justin Hileman",
1598                     "email": "[email protected]",
1599                     "homepage": "http://justinhileman.com"
1600                 }
1601             ],
1602             "description": "An interactive shell for modern PHP.",
1603             "homepage": "http://psysh.org",
1604             "keywords": [
1605                 "REPL",
1606                 "console",
1607                 "interactive",
1608                 "shell"
1609             ],
1610             "time": "2015-07-16 15:26:57"
1611         },
1612         {
1613             "name": "swiftmailer/swiftmailer",
1614             "version": "v5.4.1",
1615             "source": {
1616                 "type": "git",
1617                 "url": "https://github.com/swiftmailer/swiftmailer.git",
1618                 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1619             },
1620             "dist": {
1621                 "type": "zip",
1622                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1623                 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1624                 "shasum": ""
1625             },
1626             "require": {
1627                 "php": ">=5.3.3"
1628             },
1629             "require-dev": {
1630                 "mockery/mockery": "~0.9.1,<0.9.4"
1631             },
1632             "type": "library",
1633             "extra": {
1634                 "branch-alias": {
1635                     "dev-master": "5.4-dev"
1636                 }
1637             },
1638             "autoload": {
1639                 "files": [
1640                     "lib/swift_required.php"
1641                 ]
1642             },
1643             "notification-url": "https://packagist.org/downloads/",
1644             "license": [
1645                 "MIT"
1646             ],
1647             "authors": [
1648                 {
1649                     "name": "Chris Corbyn"
1650                 },
1651                 {
1652                     "name": "Fabien Potencier",
1653                     "email": "[email protected]"
1654                 }
1655             ],
1656             "description": "Swiftmailer, free feature-rich PHP mailer",
1657             "homepage": "http://swiftmailer.org",
1658             "keywords": [
1659                 "email",
1660                 "mail",
1661                 "mailer"
1662             ],
1663             "time": "2015-06-06 14:19:39"
1664         },
1665         {
1666             "name": "symfony/class-loader",
1667             "version": "v2.7.3",
1668             "source": {
1669                 "type": "git",
1670                 "url": "https://github.com/symfony/class-loader.git",
1671                 "reference": "2fccbc544997340808801a7410cdcb96dd12edc4"
1672             },
1673             "dist": {
1674                 "type": "zip",
1675                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/2fccbc544997340808801a7410cdcb96dd12edc4",
1676                 "reference": "2fccbc544997340808801a7410cdcb96dd12edc4",
1677                 "shasum": ""
1678             },
1679             "require": {
1680                 "php": ">=5.3.9"
1681             },
1682             "require-dev": {
1683                 "symfony/finder": "~2.0,>=2.0.5",
1684                 "symfony/phpunit-bridge": "~2.7"
1685             },
1686             "type": "library",
1687             "extra": {
1688                 "branch-alias": {
1689                     "dev-master": "2.7-dev"
1690                 }
1691             },
1692             "autoload": {
1693                 "psr-4": {
1694                     "Symfony\\Component\\ClassLoader\\": ""
1695                 }
1696             },
1697             "notification-url": "https://packagist.org/downloads/",
1698             "license": [
1699                 "MIT"
1700             ],
1701             "authors": [
1702                 {
1703                     "name": "Fabien Potencier",
1704                     "email": "[email protected]"
1705                 },
1706                 {
1707                     "name": "Symfony Community",
1708                     "homepage": "https://symfony.com/contributors"
1709                 }
1710             ],
1711             "description": "Symfony ClassLoader Component",
1712             "homepage": "https://symfony.com",
1713             "time": "2015-06-25 12:52:11"
1714         },
1715         {
1716             "name": "symfony/console",
1717             "version": "v2.7.3",
1718             "source": {
1719                 "type": "git",
1720                 "url": "https://github.com/symfony/console.git",
1721                 "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e"
1722             },
1723             "dist": {
1724                 "type": "zip",
1725                 "url": "https://api.github.com/repos/symfony/console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e",
1726                 "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e",
1727                 "shasum": ""
1728             },
1729             "require": {
1730                 "php": ">=5.3.9"
1731             },
1732             "require-dev": {
1733                 "psr/log": "~1.0",
1734                 "symfony/event-dispatcher": "~2.1",
1735                 "symfony/phpunit-bridge": "~2.7",
1736                 "symfony/process": "~2.1"
1737             },
1738             "suggest": {
1739                 "psr/log": "For using the console logger",
1740                 "symfony/event-dispatcher": "",
1741                 "symfony/process": ""
1742             },
1743             "type": "library",
1744             "extra": {
1745                 "branch-alias": {
1746                     "dev-master": "2.7-dev"
1747                 }
1748             },
1749             "autoload": {
1750                 "psr-4": {
1751                     "Symfony\\Component\\Console\\": ""
1752                 }
1753             },
1754             "notification-url": "https://packagist.org/downloads/",
1755             "license": [
1756                 "MIT"
1757             ],
1758             "authors": [
1759                 {
1760                     "name": "Fabien Potencier",
1761                     "email": "[email protected]"
1762                 },
1763                 {
1764                     "name": "Symfony Community",
1765                     "homepage": "https://symfony.com/contributors"
1766                 }
1767             ],
1768             "description": "Symfony Console Component",
1769             "homepage": "https://symfony.com",
1770             "time": "2015-07-28 15:18:12"
1771         },
1772         {
1773             "name": "symfony/css-selector",
1774             "version": "v2.7.3",
1775             "source": {
1776                 "type": "git",
1777                 "url": "https://github.com/symfony/css-selector.git",
1778                 "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092"
1779             },
1780             "dist": {
1781                 "type": "zip",
1782                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092",
1783                 "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092",
1784                 "shasum": ""
1785             },
1786             "require": {
1787                 "php": ">=5.3.9"
1788             },
1789             "require-dev": {
1790                 "symfony/phpunit-bridge": "~2.7"
1791             },
1792             "type": "library",
1793             "extra": {
1794                 "branch-alias": {
1795                     "dev-master": "2.7-dev"
1796                 }
1797             },
1798             "autoload": {
1799                 "psr-4": {
1800                     "Symfony\\Component\\CssSelector\\": ""
1801                 }
1802             },
1803             "notification-url": "https://packagist.org/downloads/",
1804             "license": [
1805                 "MIT"
1806             ],
1807             "authors": [
1808                 {
1809                     "name": "Jean-François Simon",
1810                     "email": "[email protected]"
1811                 },
1812                 {
1813                     "name": "Fabien Potencier",
1814                     "email": "[email protected]"
1815                 },
1816                 {
1817                     "name": "Symfony Community",
1818                     "homepage": "https://symfony.com/contributors"
1819                 }
1820             ],
1821             "description": "Symfony CssSelector Component",
1822             "homepage": "https://symfony.com",
1823             "time": "2015-05-15 13:33:16"
1824         },
1825         {
1826             "name": "symfony/debug",
1827             "version": "v2.7.3",
1828             "source": {
1829                 "type": "git",
1830                 "url": "https://github.com/symfony/debug.git",
1831                 "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3"
1832             },
1833             "dist": {
1834                 "type": "zip",
1835                 "url": "https://api.github.com/repos/symfony/debug/zipball/9daa1bf9f7e615fa2fba30357e479a90141222e3",
1836                 "reference": "9daa1bf9f7e615fa2fba30357e479a90141222e3",
1837                 "shasum": ""
1838             },
1839             "require": {
1840                 "php": ">=5.3.9",
1841                 "psr/log": "~1.0"
1842             },
1843             "conflict": {
1844                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1845             },
1846             "require-dev": {
1847                 "symfony/class-loader": "~2.2",
1848                 "symfony/http-foundation": "~2.1",
1849                 "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
1850                 "symfony/phpunit-bridge": "~2.7"
1851             },
1852             "suggest": {
1853                 "symfony/http-foundation": "",
1854                 "symfony/http-kernel": ""
1855             },
1856             "type": "library",
1857             "extra": {
1858                 "branch-alias": {
1859                     "dev-master": "2.7-dev"
1860                 }
1861             },
1862             "autoload": {
1863                 "psr-4": {
1864                     "Symfony\\Component\\Debug\\": ""
1865                 }
1866             },
1867             "notification-url": "https://packagist.org/downloads/",
1868             "license": [
1869                 "MIT"
1870             ],
1871             "authors": [
1872                 {
1873                     "name": "Fabien Potencier",
1874                     "email": "[email protected]"
1875                 },
1876                 {
1877                     "name": "Symfony Community",
1878                     "homepage": "https://symfony.com/contributors"
1879                 }
1880             ],
1881             "description": "Symfony Debug Component",
1882             "homepage": "https://symfony.com",
1883             "time": "2015-07-09 16:07:40"
1884         },
1885         {
1886             "name": "symfony/dom-crawler",
1887             "version": "v2.7.3",
1888             "source": {
1889                 "type": "git",
1890                 "url": "https://github.com/symfony/dom-crawler.git",
1891                 "reference": "9dabece63182e95c42b06967a0d929a5df78bc35"
1892             },
1893             "dist": {
1894                 "type": "zip",
1895                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/9dabece63182e95c42b06967a0d929a5df78bc35",
1896                 "reference": "9dabece63182e95c42b06967a0d929a5df78bc35",
1897                 "shasum": ""
1898             },
1899             "require": {
1900                 "php": ">=5.3.9"
1901             },
1902             "require-dev": {
1903                 "symfony/css-selector": "~2.3",
1904                 "symfony/phpunit-bridge": "~2.7"
1905             },
1906             "suggest": {
1907                 "symfony/css-selector": ""
1908             },
1909             "type": "library",
1910             "extra": {
1911                 "branch-alias": {
1912                     "dev-master": "2.7-dev"
1913                 }
1914             },
1915             "autoload": {
1916                 "psr-4": {
1917                     "Symfony\\Component\\DomCrawler\\": ""
1918                 }
1919             },
1920             "notification-url": "https://packagist.org/downloads/",
1921             "license": [
1922                 "MIT"
1923             ],
1924             "authors": [
1925                 {
1926                     "name": "Fabien Potencier",
1927                     "email": "[email protected]"
1928                 },
1929                 {
1930                     "name": "Symfony Community",
1931                     "homepage": "https://symfony.com/contributors"
1932                 }
1933             ],
1934             "description": "Symfony DomCrawler Component",
1935             "homepage": "https://symfony.com",
1936             "time": "2015-07-09 16:07:40"
1937         },
1938         {
1939             "name": "symfony/event-dispatcher",
1940             "version": "v2.7.3",
1941             "source": {
1942                 "type": "git",
1943                 "url": "https://github.com/symfony/event-dispatcher.git",
1944                 "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
1945             },
1946             "dist": {
1947                 "type": "zip",
1948                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
1949                 "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
1950                 "shasum": ""
1951             },
1952             "require": {
1953                 "php": ">=5.3.9"
1954             },
1955             "require-dev": {
1956                 "psr/log": "~1.0",
1957                 "symfony/config": "~2.0,>=2.0.5",
1958                 "symfony/dependency-injection": "~2.6",
1959                 "symfony/expression-language": "~2.6",
1960                 "symfony/phpunit-bridge": "~2.7",
1961                 "symfony/stopwatch": "~2.3"
1962             },
1963             "suggest": {
1964                 "symfony/dependency-injection": "",
1965                 "symfony/http-kernel": ""
1966             },
1967             "type": "library",
1968             "extra": {
1969                 "branch-alias": {
1970                     "dev-master": "2.7-dev"
1971                 }
1972             },
1973             "autoload": {
1974                 "psr-4": {
1975                     "Symfony\\Component\\EventDispatcher\\": ""
1976                 }
1977             },
1978             "notification-url": "https://packagist.org/downloads/",
1979             "license": [
1980                 "MIT"
1981             ],
1982             "authors": [
1983                 {
1984                     "name": "Fabien Potencier",
1985                     "email": "[email protected]"
1986                 },
1987                 {
1988                     "name": "Symfony Community",
1989                     "homepage": "https://symfony.com/contributors"
1990                 }
1991             ],
1992             "description": "Symfony EventDispatcher Component",
1993             "homepage": "https://symfony.com",
1994             "time": "2015-06-18 19:21:56"
1995         },
1996         {
1997             "name": "symfony/finder",
1998             "version": "v2.7.3",
1999             "source": {
2000                 "type": "git",
2001                 "url": "https://github.com/symfony/Finder.git",
2002                 "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
2003             },
2004             "dist": {
2005                 "type": "zip",
2006                 "url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
2007                 "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
2008                 "shasum": ""
2009             },
2010             "require": {
2011                 "php": ">=5.3.9"
2012             },
2013             "require-dev": {
2014                 "symfony/phpunit-bridge": "~2.7"
2015             },
2016             "type": "library",
2017             "extra": {
2018                 "branch-alias": {
2019                     "dev-master": "2.7-dev"
2020                 }
2021             },
2022             "autoload": {
2023                 "psr-4": {
2024                     "Symfony\\Component\\Finder\\": ""
2025                 }
2026             },
2027             "notification-url": "https://packagist.org/downloads/",
2028             "license": [
2029                 "MIT"
2030             ],
2031             "authors": [
2032                 {
2033                     "name": "Fabien Potencier",
2034                     "email": "[email protected]"
2035                 },
2036                 {
2037                     "name": "Symfony Community",
2038                     "homepage": "https://symfony.com/contributors"
2039                 }
2040             ],
2041             "description": "Symfony Finder Component",
2042             "homepage": "https://symfony.com",
2043             "time": "2015-07-09 16:07:40"
2044         },
2045         {
2046             "name": "symfony/http-foundation",
2047             "version": "v2.7.3",
2048             "source": {
2049                 "type": "git",
2050                 "url": "https://github.com/symfony/http-foundation.git",
2051                 "reference": "863af6898081b34c65d42100c370b9f3c51b70ca"
2052             },
2053             "dist": {
2054                 "type": "zip",
2055                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/863af6898081b34c65d42100c370b9f3c51b70ca",
2056                 "reference": "863af6898081b34c65d42100c370b9f3c51b70ca",
2057                 "shasum": ""
2058             },
2059             "require": {
2060                 "php": ">=5.3.9"
2061             },
2062             "require-dev": {
2063                 "symfony/expression-language": "~2.4",
2064                 "symfony/phpunit-bridge": "~2.7"
2065             },
2066             "type": "library",
2067             "extra": {
2068                 "branch-alias": {
2069                     "dev-master": "2.7-dev"
2070                 }
2071             },
2072             "autoload": {
2073                 "psr-4": {
2074                     "Symfony\\Component\\HttpFoundation\\": ""
2075                 },
2076                 "classmap": [
2077                     "Resources/stubs"
2078                 ]
2079             },
2080             "notification-url": "https://packagist.org/downloads/",
2081             "license": [
2082                 "MIT"
2083             ],
2084             "authors": [
2085                 {
2086                     "name": "Fabien Potencier",
2087                     "email": "[email protected]"
2088                 },
2089                 {
2090                     "name": "Symfony Community",
2091                     "homepage": "https://symfony.com/contributors"
2092                 }
2093             ],
2094             "description": "Symfony HttpFoundation Component",
2095             "homepage": "https://symfony.com",
2096             "time": "2015-07-22 10:11:00"
2097         },
2098         {
2099             "name": "symfony/http-kernel",
2100             "version": "v2.7.3",
2101             "source": {
2102                 "type": "git",
2103                 "url": "https://github.com/symfony/http-kernel.git",
2104                 "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98"
2105             },
2106             "dist": {
2107                 "type": "zip",
2108                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/405d3e7a59ff7a28ec469441326a0ac79065ea98",
2109                 "reference": "405d3e7a59ff7a28ec469441326a0ac79065ea98",
2110                 "shasum": ""
2111             },
2112             "require": {
2113                 "php": ">=5.3.9",
2114                 "psr/log": "~1.0",
2115                 "symfony/debug": "~2.6,>=2.6.2",
2116                 "symfony/event-dispatcher": "~2.6,>=2.6.7",
2117                 "symfony/http-foundation": "~2.5,>=2.5.4"
2118             },
2119             "conflict": {
2120                 "symfony/config": "<2.7"
2121             },
2122             "require-dev": {
2123                 "symfony/browser-kit": "~2.3",
2124                 "symfony/class-loader": "~2.1",
2125                 "symfony/config": "~2.7",
2126                 "symfony/console": "~2.3",
2127                 "symfony/css-selector": "~2.0,>=2.0.5",
2128                 "symfony/dependency-injection": "~2.2",
2129                 "symfony/dom-crawler": "~2.0,>=2.0.5",
2130                 "symfony/expression-language": "~2.4",
2131                 "symfony/finder": "~2.0,>=2.0.5",
2132                 "symfony/phpunit-bridge": "~2.7",
2133                 "symfony/process": "~2.0,>=2.0.5",
2134                 "symfony/routing": "~2.2",
2135                 "symfony/stopwatch": "~2.3",
2136                 "symfony/templating": "~2.2",
2137                 "symfony/translation": "~2.0,>=2.0.5",
2138                 "symfony/var-dumper": "~2.6"
2139             },
2140             "suggest": {
2141                 "symfony/browser-kit": "",
2142                 "symfony/class-loader": "",
2143                 "symfony/config": "",
2144                 "symfony/console": "",
2145                 "symfony/dependency-injection": "",
2146                 "symfony/finder": "",
2147                 "symfony/var-dumper": ""
2148             },
2149             "type": "library",
2150             "extra": {
2151                 "branch-alias": {
2152                     "dev-master": "2.7-dev"
2153                 }
2154             },
2155             "autoload": {
2156                 "psr-4": {
2157                     "Symfony\\Component\\HttpKernel\\": ""
2158                 }
2159             },
2160             "notification-url": "https://packagist.org/downloads/",
2161             "license": [
2162                 "MIT"
2163             ],
2164             "authors": [
2165                 {
2166                     "name": "Fabien Potencier",
2167                     "email": "[email protected]"
2168                 },
2169                 {
2170                     "name": "Symfony Community",
2171                     "homepage": "https://symfony.com/contributors"
2172                 }
2173             ],
2174             "description": "Symfony HttpKernel Component",
2175             "homepage": "https://symfony.com",
2176             "time": "2015-07-31 13:24:45"
2177         },
2178         {
2179             "name": "symfony/process",
2180             "version": "v2.7.3",
2181             "source": {
2182                 "type": "git",
2183                 "url": "https://github.com/symfony/Process.git",
2184                 "reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
2185             },
2186             "dist": {
2187                 "type": "zip",
2188                 "url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
2189                 "reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
2190                 "shasum": ""
2191             },
2192             "require": {
2193                 "php": ">=5.3.9"
2194             },
2195             "require-dev": {
2196                 "symfony/phpunit-bridge": "~2.7"
2197             },
2198             "type": "library",
2199             "extra": {
2200                 "branch-alias": {
2201                     "dev-master": "2.7-dev"
2202                 }
2203             },
2204             "autoload": {
2205                 "psr-4": {
2206                     "Symfony\\Component\\Process\\": ""
2207                 }
2208             },
2209             "notification-url": "https://packagist.org/downloads/",
2210             "license": [
2211                 "MIT"
2212             ],
2213             "authors": [
2214                 {
2215                     "name": "Fabien Potencier",
2216                     "email": "[email protected]"
2217                 },
2218                 {
2219                     "name": "Symfony Community",
2220                     "homepage": "https://symfony.com/contributors"
2221                 }
2222             ],
2223             "description": "Symfony Process Component",
2224             "homepage": "https://symfony.com",
2225             "time": "2015-07-01 11:25:50"
2226         },
2227         {
2228             "name": "symfony/routing",
2229             "version": "v2.7.3",
2230             "source": {
2231                 "type": "git",
2232                 "url": "https://github.com/symfony/Routing.git",
2233                 "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26"
2234             },
2235             "dist": {
2236                 "type": "zip",
2237                 "url": "https://api.github.com/repos/symfony/Routing/zipball/ea9134f277162b02e5f80ac058b75a77637b0d26",
2238                 "reference": "ea9134f277162b02e5f80ac058b75a77637b0d26",
2239                 "shasum": ""
2240             },
2241             "require": {
2242                 "php": ">=5.3.9"
2243             },
2244             "conflict": {
2245                 "symfony/config": "<2.7"
2246             },
2247             "require-dev": {
2248                 "doctrine/annotations": "~1.0",
2249                 "doctrine/common": "~2.2",
2250                 "psr/log": "~1.0",
2251                 "symfony/config": "~2.7",
2252                 "symfony/expression-language": "~2.4",
2253                 "symfony/http-foundation": "~2.3",
2254                 "symfony/phpunit-bridge": "~2.7",
2255                 "symfony/yaml": "~2.0,>=2.0.5"
2256             },
2257             "suggest": {
2258                 "doctrine/annotations": "For using the annotation loader",
2259                 "symfony/config": "For using the all-in-one router or any loader",
2260                 "symfony/expression-language": "For using expression matching",
2261                 "symfony/yaml": "For using the YAML loader"
2262             },
2263             "type": "library",
2264             "extra": {
2265                 "branch-alias": {
2266                     "dev-master": "2.7-dev"
2267                 }
2268             },
2269             "autoload": {
2270                 "psr-4": {
2271                     "Symfony\\Component\\Routing\\": ""
2272                 }
2273             },
2274             "notification-url": "https://packagist.org/downloads/",
2275             "license": [
2276                 "MIT"
2277             ],
2278             "authors": [
2279                 {
2280                     "name": "Fabien Potencier",
2281                     "email": "[email protected]"
2282                 },
2283                 {
2284                     "name": "Symfony Community",
2285                     "homepage": "https://symfony.com/contributors"
2286                 }
2287             ],
2288             "description": "Symfony Routing Component",
2289             "homepage": "https://symfony.com",
2290             "keywords": [
2291                 "router",
2292                 "routing",
2293                 "uri",
2294                 "url"
2295             ],
2296             "time": "2015-07-09 16:07:40"
2297         },
2298         {
2299             "name": "symfony/translation",
2300             "version": "v2.7.3",
2301             "source": {
2302                 "type": "git",
2303                 "url": "https://github.com/symfony/Translation.git",
2304                 "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6"
2305             },
2306             "dist": {
2307                 "type": "zip",
2308                 "url": "https://api.github.com/repos/symfony/Translation/zipball/c8dc34cc936152c609cdd722af317e4239d10dd6",
2309                 "reference": "c8dc34cc936152c609cdd722af317e4239d10dd6",
2310                 "shasum": ""
2311             },
2312             "require": {
2313                 "php": ">=5.3.9"
2314             },
2315             "conflict": {
2316                 "symfony/config": "<2.7"
2317             },
2318             "require-dev": {
2319                 "psr/log": "~1.0",
2320                 "symfony/config": "~2.7",
2321                 "symfony/intl": "~2.3",
2322                 "symfony/phpunit-bridge": "~2.7",
2323                 "symfony/yaml": "~2.2"
2324             },
2325             "suggest": {
2326                 "psr/log": "To use logging capability in translator",
2327                 "symfony/config": "",
2328                 "symfony/yaml": ""
2329             },
2330             "type": "library",
2331             "extra": {
2332                 "branch-alias": {
2333                     "dev-master": "2.7-dev"
2334                 }
2335             },
2336             "autoload": {
2337                 "psr-4": {
2338                     "Symfony\\Component\\Translation\\": ""
2339                 }
2340             },
2341             "notification-url": "https://packagist.org/downloads/",
2342             "license": [
2343                 "MIT"
2344             ],
2345             "authors": [
2346                 {
2347                     "name": "Fabien Potencier",
2348                     "email": "[email protected]"
2349                 },
2350                 {
2351                     "name": "Symfony Community",
2352                     "homepage": "https://symfony.com/contributors"
2353                 }
2354             ],
2355             "description": "Symfony Translation Component",
2356             "homepage": "https://symfony.com",
2357             "time": "2015-07-09 16:07:40"
2358         },
2359         {
2360             "name": "symfony/var-dumper",
2361             "version": "v2.7.3",
2362             "source": {
2363                 "type": "git",
2364                 "url": "https://github.com/symfony/var-dumper.git",
2365                 "reference": "e8903ebba5eb019f5886ffce739ea9e3b7519579"
2366             },
2367             "dist": {
2368                 "type": "zip",
2369                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e8903ebba5eb019f5886ffce739ea9e3b7519579",
2370                 "reference": "e8903ebba5eb019f5886ffce739ea9e3b7519579",
2371                 "shasum": ""
2372             },
2373             "require": {
2374                 "php": ">=5.3.9"
2375             },
2376             "require-dev": {
2377                 "symfony/phpunit-bridge": "~2.7"
2378             },
2379             "suggest": {
2380                 "ext-symfony_debug": ""
2381             },
2382             "type": "library",
2383             "extra": {
2384                 "branch-alias": {
2385                     "dev-master": "2.7-dev"
2386                 }
2387             },
2388             "autoload": {
2389                 "files": [
2390                     "Resources/functions/dump.php"
2391                 ],
2392                 "psr-4": {
2393                     "Symfony\\Component\\VarDumper\\": ""
2394                 }
2395             },
2396             "notification-url": "https://packagist.org/downloads/",
2397             "license": [
2398                 "MIT"
2399             ],
2400             "authors": [
2401                 {
2402                     "name": "Nicolas Grekas",
2403                     "email": "[email protected]"
2404                 },
2405                 {
2406                     "name": "Symfony Community",
2407                     "homepage": "https://symfony.com/contributors"
2408                 }
2409             ],
2410             "description": "Symfony mechanism for exploring and dumping PHP variables",
2411             "homepage": "https://symfony.com",
2412             "keywords": [
2413                 "debug",
2414                 "dump"
2415             ],
2416             "time": "2015-07-28 15:18:12"
2417         },
2418         {
2419             "name": "vlucas/phpdotenv",
2420             "version": "v1.1.1",
2421             "source": {
2422                 "type": "git",
2423                 "url": "https://github.com/vlucas/phpdotenv.git",
2424                 "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
2425             },
2426             "dist": {
2427                 "type": "zip",
2428                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
2429                 "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
2430                 "shasum": ""
2431             },
2432             "require": {
2433                 "php": ">=5.3.2"
2434             },
2435             "require-dev": {
2436                 "phpunit/phpunit": "~4.0"
2437             },
2438             "type": "library",
2439             "autoload": {
2440                 "psr-0": {
2441                     "Dotenv": "src/"
2442                 }
2443             },
2444             "notification-url": "https://packagist.org/downloads/",
2445             "license": [
2446                 "BSD"
2447             ],
2448             "authors": [
2449                 {
2450                     "name": "Vance Lucas",
2451                     "email": "[email protected]",
2452                     "homepage": "http://www.vancelucas.com"
2453                 }
2454             ],
2455             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2456             "homepage": "http://github.com/vlucas/phpdotenv",
2457             "keywords": [
2458                 "dotenv",
2459                 "env",
2460                 "environment"
2461             ],
2462             "time": "2015-05-30 15:59:26"
2463         }
2464     ],
2465     "packages-dev": [
2466         {
2467             "name": "doctrine/instantiator",
2468             "version": "1.0.5",
2469             "source": {
2470                 "type": "git",
2471                 "url": "https://github.com/doctrine/instantiator.git",
2472                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2473             },
2474             "dist": {
2475                 "type": "zip",
2476                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2477                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2478                 "shasum": ""
2479             },
2480             "require": {
2481                 "php": ">=5.3,<8.0-DEV"
2482             },
2483             "require-dev": {
2484                 "athletic/athletic": "~0.1.8",
2485                 "ext-pdo": "*",
2486                 "ext-phar": "*",
2487                 "phpunit/phpunit": "~4.0",
2488                 "squizlabs/php_codesniffer": "~2.0"
2489             },
2490             "type": "library",
2491             "extra": {
2492                 "branch-alias": {
2493                     "dev-master": "1.0.x-dev"
2494                 }
2495             },
2496             "autoload": {
2497                 "psr-4": {
2498                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2499                 }
2500             },
2501             "notification-url": "https://packagist.org/downloads/",
2502             "license": [
2503                 "MIT"
2504             ],
2505             "authors": [
2506                 {
2507                     "name": "Marco Pivetta",
2508                     "email": "[email protected]",
2509                     "homepage": "http://ocramius.github.com/"
2510                 }
2511             ],
2512             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2513             "homepage": "https://github.com/doctrine/instantiator",
2514             "keywords": [
2515                 "constructor",
2516                 "instantiate"
2517             ],
2518             "time": "2015-06-14 21:17:01"
2519         },
2520         {
2521             "name": "fzaninotto/faker",
2522             "version": "v1.5.0",
2523             "source": {
2524                 "type": "git",
2525                 "url": "https://github.com/fzaninotto/Faker.git",
2526                 "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
2527             },
2528             "dist": {
2529                 "type": "zip",
2530                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
2531                 "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
2532                 "shasum": ""
2533             },
2534             "require": {
2535                 "php": ">=5.3.3"
2536             },
2537             "require-dev": {
2538                 "phpunit/phpunit": "~4.0",
2539                 "squizlabs/php_codesniffer": "~1.5"
2540             },
2541             "suggest": {
2542                 "ext-intl": "*"
2543             },
2544             "type": "library",
2545             "extra": {
2546                 "branch-alias": {
2547                     "dev-master": "1.5.x-dev"
2548                 }
2549             },
2550             "autoload": {
2551                 "psr-4": {
2552                     "Faker\\": "src/Faker/"
2553                 }
2554             },
2555             "notification-url": "https://packagist.org/downloads/",
2556             "license": [
2557                 "MIT"
2558             ],
2559             "authors": [
2560                 {
2561                     "name": "François Zaninotto"
2562                 }
2563             ],
2564             "description": "Faker is a PHP library that generates fake data for you.",
2565             "keywords": [
2566                 "data",
2567                 "faker",
2568                 "fixtures"
2569             ],
2570             "time": "2015-05-29 06:29:14"
2571         },
2572         {
2573             "name": "hamcrest/hamcrest-php",
2574             "version": "v1.2.2",
2575             "source": {
2576                 "type": "git",
2577                 "url": "https://github.com/hamcrest/hamcrest-php.git",
2578                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2579             },
2580             "dist": {
2581                 "type": "zip",
2582                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2583                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2584                 "shasum": ""
2585             },
2586             "require": {
2587                 "php": ">=5.3.2"
2588             },
2589             "replace": {
2590                 "cordoval/hamcrest-php": "*",
2591                 "davedevelopment/hamcrest-php": "*",
2592                 "kodova/hamcrest-php": "*"
2593             },
2594             "require-dev": {
2595                 "phpunit/php-file-iterator": "1.3.3",
2596                 "satooshi/php-coveralls": "dev-master"
2597             },
2598             "type": "library",
2599             "autoload": {
2600                 "classmap": [
2601                     "hamcrest"
2602                 ],
2603                 "files": [
2604                     "hamcrest/Hamcrest.php"
2605                 ]
2606             },
2607             "notification-url": "https://packagist.org/downloads/",
2608             "license": [
2609                 "BSD"
2610             ],
2611             "description": "This is the PHP port of Hamcrest Matchers",
2612             "keywords": [
2613                 "test"
2614             ],
2615             "time": "2015-05-11 14:41:42"
2616         },
2617         {
2618             "name": "mockery/mockery",
2619             "version": "0.9.4",
2620             "source": {
2621                 "type": "git",
2622                 "url": "https://github.com/padraic/mockery.git",
2623                 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
2624             },
2625             "dist": {
2626                 "type": "zip",
2627                 "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
2628                 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
2629                 "shasum": ""
2630             },
2631             "require": {
2632                 "hamcrest/hamcrest-php": "~1.1",
2633                 "lib-pcre": ">=7.0",
2634                 "php": ">=5.3.2"
2635             },
2636             "require-dev": {
2637                 "phpunit/phpunit": "~4.0"
2638             },
2639             "type": "library",
2640             "extra": {
2641                 "branch-alias": {
2642                     "dev-master": "0.9.x-dev"
2643                 }
2644             },
2645             "autoload": {
2646                 "psr-0": {
2647                     "Mockery": "library/"
2648                 }
2649             },
2650             "notification-url": "https://packagist.org/downloads/",
2651             "license": [
2652                 "BSD-3-Clause"
2653             ],
2654             "authors": [
2655                 {
2656                     "name": "Pádraic Brady",
2657                     "email": "[email protected]",
2658                     "homepage": "http://blog.astrumfutura.com"
2659                 },
2660                 {
2661                     "name": "Dave Marshall",
2662                     "email": "[email protected]",
2663                     "homepage": "http://davedevelopment.co.uk"
2664                 }
2665             ],
2666             "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.",
2667             "homepage": "http://github.com/padraic/mockery",
2668             "keywords": [
2669                 "BDD",
2670                 "TDD",
2671                 "library",
2672                 "mock",
2673                 "mock objects",
2674                 "mockery",
2675                 "stub",
2676                 "test",
2677                 "test double",
2678                 "testing"
2679             ],
2680             "time": "2015-04-02 19:54:00"
2681         },
2682         {
2683             "name": "phpspec/php-diff",
2684             "version": "v1.0.2",
2685             "source": {
2686                 "type": "git",
2687                 "url": "https://github.com/phpspec/php-diff.git",
2688                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
2689             },
2690             "dist": {
2691                 "type": "zip",
2692                 "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
2693                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
2694                 "shasum": ""
2695             },
2696             "type": "library",
2697             "autoload": {
2698                 "psr-0": {
2699                     "Diff": "lib/"
2700                 }
2701             },
2702             "notification-url": "https://packagist.org/downloads/",
2703             "license": [
2704                 "BSD-3-Clause"
2705             ],
2706             "authors": [
2707                 {
2708                     "name": "Chris Boulton",
2709                     "homepage": "http://github.com/chrisboulton",
2710                     "role": "Original developer"
2711                 }
2712             ],
2713             "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
2714             "time": "2013-11-01 13:02:21"
2715         },
2716         {
2717             "name": "phpspec/phpspec",
2718             "version": "2.2.1",
2719             "source": {
2720                 "type": "git",
2721                 "url": "https://github.com/phpspec/phpspec.git",
2722                 "reference": "e9a40577323e67f1de2e214abf32976a0352d8f8"
2723             },
2724             "dist": {
2725                 "type": "zip",
2726                 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/e9a40577323e67f1de2e214abf32976a0352d8f8",
2727                 "reference": "e9a40577323e67f1de2e214abf32976a0352d8f8",
2728                 "shasum": ""
2729             },
2730             "require": {
2731                 "doctrine/instantiator": "^1.0.1",
2732                 "php": ">=5.3.3",
2733                 "phpspec/php-diff": "~1.0.0",
2734                 "phpspec/prophecy": "~1.4",
2735                 "sebastian/exporter": "~1.0",
2736                 "symfony/console": "~2.3",
2737                 "symfony/event-dispatcher": "~2.1",
2738                 "symfony/finder": "~2.1",
2739                 "symfony/process": "~2.1",
2740                 "symfony/yaml": "~2.1"
2741             },
2742             "require-dev": {
2743                 "behat/behat": "^3.0.11",
2744                 "bossa/phpspec2-expect": "~1.0",
2745                 "phpunit/phpunit": "~4.4",
2746                 "symfony/filesystem": "~2.1",
2747                 "symfony/process": "~2.1"
2748             },
2749             "suggest": {
2750                 "phpspec/nyan-formatters": "~1.0 â€“ Adds Nyan formatters"
2751             },
2752             "bin": [
2753                 "bin/phpspec"
2754             ],
2755             "type": "library",
2756             "extra": {
2757                 "branch-alias": {
2758                     "dev-master": "2.2.x-dev"
2759                 }
2760             },
2761             "autoload": {
2762                 "psr-0": {
2763                     "PhpSpec": "src/"
2764                 }
2765             },
2766             "notification-url": "https://packagist.org/downloads/",
2767             "license": [
2768                 "MIT"
2769             ],
2770             "authors": [
2771                 {
2772                     "name": "Konstantin Kudryashov",
2773                     "email": "[email protected]",
2774                     "homepage": "http://everzet.com"
2775                 },
2776                 {
2777                     "name": "Marcello Duarte",
2778                     "homepage": "http://marcelloduarte.net/"
2779                 }
2780             ],
2781             "description": "Specification-oriented BDD framework for PHP 5.3+",
2782             "homepage": "http://phpspec.net/",
2783             "keywords": [
2784                 "BDD",
2785                 "SpecBDD",
2786                 "TDD",
2787                 "spec",
2788                 "specification",
2789                 "testing",
2790                 "tests"
2791             ],
2792             "time": "2015-05-30 15:21:40"
2793         },
2794         {
2795             "name": "phpspec/prophecy",
2796             "version": "v1.5.0",
2797             "source": {
2798                 "type": "git",
2799                 "url": "https://github.com/phpspec/prophecy.git",
2800                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
2801             },
2802             "dist": {
2803                 "type": "zip",
2804                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2805                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2806                 "shasum": ""
2807             },
2808             "require": {
2809                 "doctrine/instantiator": "^1.0.2",
2810                 "phpdocumentor/reflection-docblock": "~2.0",
2811                 "sebastian/comparator": "~1.1"
2812             },
2813             "require-dev": {
2814                 "phpspec/phpspec": "~2.0"
2815             },
2816             "type": "library",
2817             "extra": {
2818                 "branch-alias": {
2819                     "dev-master": "1.4.x-dev"
2820                 }
2821             },
2822             "autoload": {
2823                 "psr-0": {
2824                     "Prophecy\\": "src/"
2825                 }
2826             },
2827             "notification-url": "https://packagist.org/downloads/",
2828             "license": [
2829                 "MIT"
2830             ],
2831             "authors": [
2832                 {
2833                     "name": "Konstantin Kudryashov",
2834                     "email": "[email protected]",
2835                     "homepage": "http://everzet.com"
2836                 },
2837                 {
2838                     "name": "Marcello Duarte",
2839                     "email": "[email protected]"
2840                 }
2841             ],
2842             "description": "Highly opinionated mocking framework for PHP 5.3+",
2843             "homepage": "https://github.com/phpspec/prophecy",
2844             "keywords": [
2845                 "Double",
2846                 "Dummy",
2847                 "fake",
2848                 "mock",
2849                 "spy",
2850                 "stub"
2851             ],
2852             "time": "2015-08-13 10:07:40"
2853         },
2854         {
2855             "name": "phpunit/php-code-coverage",
2856             "version": "2.2.2",
2857             "source": {
2858                 "type": "git",
2859                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2860                 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
2861             },
2862             "dist": {
2863                 "type": "zip",
2864                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
2865                 "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
2866                 "shasum": ""
2867             },
2868             "require": {
2869                 "php": ">=5.3.3",
2870                 "phpunit/php-file-iterator": "~1.3",
2871                 "phpunit/php-text-template": "~1.2",
2872                 "phpunit/php-token-stream": "~1.3",
2873                 "sebastian/environment": "^1.3.2",
2874                 "sebastian/version": "~1.0"
2875             },
2876             "require-dev": {
2877                 "ext-xdebug": ">=2.1.4",
2878                 "phpunit/phpunit": "~4"
2879             },
2880             "suggest": {
2881                 "ext-dom": "*",
2882                 "ext-xdebug": ">=2.2.1",
2883                 "ext-xmlwriter": "*"
2884             },
2885             "type": "library",
2886             "extra": {
2887                 "branch-alias": {
2888                     "dev-master": "2.2.x-dev"
2889                 }
2890             },
2891             "autoload": {
2892                 "classmap": [
2893                     "src/"
2894                 ]
2895             },
2896             "notification-url": "https://packagist.org/downloads/",
2897             "license": [
2898                 "BSD-3-Clause"
2899             ],
2900             "authors": [
2901                 {
2902                     "name": "Sebastian Bergmann",
2903                     "email": "[email protected]",
2904                     "role": "lead"
2905                 }
2906             ],
2907             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2908             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2909             "keywords": [
2910                 "coverage",
2911                 "testing",
2912                 "xunit"
2913             ],
2914             "time": "2015-08-04 03:42:39"
2915         },
2916         {
2917             "name": "phpunit/php-file-iterator",
2918             "version": "1.4.1",
2919             "source": {
2920                 "type": "git",
2921                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2922                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2923             },
2924             "dist": {
2925                 "type": "zip",
2926                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2927                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2928                 "shasum": ""
2929             },
2930             "require": {
2931                 "php": ">=5.3.3"
2932             },
2933             "type": "library",
2934             "extra": {
2935                 "branch-alias": {
2936                     "dev-master": "1.4.x-dev"
2937                 }
2938             },
2939             "autoload": {
2940                 "classmap": [
2941                     "src/"
2942                 ]
2943             },
2944             "notification-url": "https://packagist.org/downloads/",
2945             "license": [
2946                 "BSD-3-Clause"
2947             ],
2948             "authors": [
2949                 {
2950                     "name": "Sebastian Bergmann",
2951                     "email": "[email protected]",
2952                     "role": "lead"
2953                 }
2954             ],
2955             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2956             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2957             "keywords": [
2958                 "filesystem",
2959                 "iterator"
2960             ],
2961             "time": "2015-06-21 13:08:43"
2962         },
2963         {
2964             "name": "phpunit/php-text-template",
2965             "version": "1.2.1",
2966             "source": {
2967                 "type": "git",
2968                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
2969                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2970             },
2971             "dist": {
2972                 "type": "zip",
2973                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2974                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2975                 "shasum": ""
2976             },
2977             "require": {
2978                 "php": ">=5.3.3"
2979             },
2980             "type": "library",
2981             "autoload": {
2982                 "classmap": [
2983                     "src/"
2984                 ]
2985             },
2986             "notification-url": "https://packagist.org/downloads/",
2987             "license": [
2988                 "BSD-3-Clause"
2989             ],
2990             "authors": [
2991                 {
2992                     "name": "Sebastian Bergmann",
2993                     "email": "[email protected]",
2994                     "role": "lead"
2995                 }
2996             ],
2997             "description": "Simple template engine.",
2998             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2999             "keywords": [
3000                 "template"
3001             ],
3002             "time": "2015-06-21 13:50:34"
3003         },
3004         {
3005             "name": "phpunit/php-timer",
3006             "version": "1.0.7",
3007             "source": {
3008                 "type": "git",
3009                 "url": "https://github.com/sebastianbergmann/php-timer.git",
3010                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3011             },
3012             "dist": {
3013                 "type": "zip",
3014                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3015                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3016                 "shasum": ""
3017             },
3018             "require": {
3019                 "php": ">=5.3.3"
3020             },
3021             "type": "library",
3022             "autoload": {
3023                 "classmap": [
3024                     "src/"
3025                 ]
3026             },
3027             "notification-url": "https://packagist.org/downloads/",
3028             "license": [
3029                 "BSD-3-Clause"
3030             ],
3031             "authors": [
3032                 {
3033                     "name": "Sebastian Bergmann",
3034                     "email": "[email protected]",
3035                     "role": "lead"
3036                 }
3037             ],
3038             "description": "Utility class for timing",
3039             "homepage": "https://github.com/sebastianbergmann/php-timer/",
3040             "keywords": [
3041                 "timer"
3042             ],
3043             "time": "2015-06-21 08:01:12"
3044         },
3045         {
3046             "name": "phpunit/php-token-stream",
3047             "version": "1.4.6",
3048             "source": {
3049                 "type": "git",
3050                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3051                 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b"
3052             },
3053             "dist": {
3054                 "type": "zip",
3055                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
3056                 "reference": "3ab72c62e550370a6cd5dc873e1a04ab57562f5b",
3057                 "shasum": ""
3058             },
3059             "require": {
3060                 "ext-tokenizer": "*",
3061                 "php": ">=5.3.3"
3062             },
3063             "require-dev": {
3064                 "phpunit/phpunit": "~4.2"
3065             },
3066             "type": "library",
3067             "extra": {
3068                 "branch-alias": {
3069                     "dev-master": "1.4-dev"
3070                 }
3071             },
3072             "autoload": {
3073                 "classmap": [
3074                     "src/"
3075                 ]
3076             },
3077             "notification-url": "https://packagist.org/downloads/",
3078             "license": [
3079                 "BSD-3-Clause"
3080             ],
3081             "authors": [
3082                 {
3083                     "name": "Sebastian Bergmann",
3084                     "email": "[email protected]"
3085                 }
3086             ],
3087             "description": "Wrapper around PHP's tokenizer extension.",
3088             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3089             "keywords": [
3090                 "tokenizer"
3091             ],
3092             "time": "2015-08-16 08:51:00"
3093         },
3094         {
3095             "name": "phpunit/phpunit",
3096             "version": "4.8.4",
3097             "source": {
3098                 "type": "git",
3099                 "url": "https://github.com/sebastianbergmann/phpunit.git",
3100                 "reference": "55bf1d6092b0e13a1f26bd5eaffeef3d8ad85ea7"
3101             },
3102             "dist": {
3103                 "type": "zip",
3104                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/55bf1d6092b0e13a1f26bd5eaffeef3d8ad85ea7",
3105                 "reference": "55bf1d6092b0e13a1f26bd5eaffeef3d8ad85ea7",
3106                 "shasum": ""
3107             },
3108             "require": {
3109                 "ext-dom": "*",
3110                 "ext-json": "*",
3111                 "ext-pcre": "*",
3112                 "ext-reflection": "*",
3113                 "ext-spl": "*",
3114                 "php": ">=5.3.3",
3115                 "phpspec/prophecy": "^1.3.1",
3116                 "phpunit/php-code-coverage": "~2.1",
3117                 "phpunit/php-file-iterator": "~1.4",
3118                 "phpunit/php-text-template": "~1.2",
3119                 "phpunit/php-timer": ">=1.0.6",
3120                 "phpunit/phpunit-mock-objects": "~2.3",
3121                 "sebastian/comparator": "~1.1",
3122                 "sebastian/diff": "~1.2",
3123                 "sebastian/environment": "~1.3",
3124                 "sebastian/exporter": "~1.2",
3125                 "sebastian/global-state": "~1.0",
3126                 "sebastian/version": "~1.0",
3127                 "symfony/yaml": "~2.1|~3.0"
3128             },
3129             "suggest": {
3130                 "phpunit/php-invoker": "~1.1"
3131             },
3132             "bin": [
3133                 "phpunit"
3134             ],
3135             "type": "library",
3136             "extra": {
3137                 "branch-alias": {
3138                     "dev-master": "4.8.x-dev"
3139                 }
3140             },
3141             "autoload": {
3142                 "classmap": [
3143                     "src/"
3144                 ]
3145             },
3146             "notification-url": "https://packagist.org/downloads/",
3147             "license": [
3148                 "BSD-3-Clause"
3149             ],
3150             "authors": [
3151                 {
3152                     "name": "Sebastian Bergmann",
3153                     "email": "[email protected]",
3154                     "role": "lead"
3155                 }
3156             ],
3157             "description": "The PHP Unit Testing framework.",
3158             "homepage": "https://phpunit.de/",
3159             "keywords": [
3160                 "phpunit",
3161                 "testing",
3162                 "xunit"
3163             ],
3164             "time": "2015-08-15 04:21:23"
3165         },
3166         {
3167             "name": "phpunit/phpunit-mock-objects",
3168             "version": "2.3.6",
3169             "source": {
3170                 "type": "git",
3171                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3172                 "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
3173             },
3174             "dist": {
3175                 "type": "zip",
3176                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
3177                 "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
3178                 "shasum": ""
3179             },
3180             "require": {
3181                 "doctrine/instantiator": "~1.0,>=1.0.2",
3182                 "php": ">=5.3.3",
3183                 "phpunit/php-text-template": "~1.2",
3184                 "sebastian/exporter": "~1.2"
3185             },
3186             "require-dev": {
3187                 "phpunit/phpunit": "~4.4"
3188             },
3189             "suggest": {
3190                 "ext-soap": "*"
3191             },
3192             "type": "library",
3193             "extra": {
3194                 "branch-alias": {
3195                     "dev-master": "2.3.x-dev"
3196                 }
3197             },
3198             "autoload": {
3199                 "classmap": [
3200                     "src/"
3201                 ]
3202             },
3203             "notification-url": "https://packagist.org/downloads/",
3204             "license": [
3205                 "BSD-3-Clause"
3206             ],
3207             "authors": [
3208                 {
3209                     "name": "Sebastian Bergmann",
3210                     "email": "[email protected]",
3211                     "role": "lead"
3212                 }
3213             ],
3214             "description": "Mock Object library for PHPUnit",
3215             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3216             "keywords": [
3217                 "mock",
3218                 "xunit"
3219             ],
3220             "time": "2015-07-10 06:54:24"
3221         },
3222         {
3223             "name": "sebastian/comparator",
3224             "version": "1.2.0",
3225             "source": {
3226                 "type": "git",
3227                 "url": "https://github.com/sebastianbergmann/comparator.git",
3228                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3229             },
3230             "dist": {
3231                 "type": "zip",
3232                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3233                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3234                 "shasum": ""
3235             },
3236             "require": {
3237                 "php": ">=5.3.3",
3238                 "sebastian/diff": "~1.2",
3239                 "sebastian/exporter": "~1.2"
3240             },
3241             "require-dev": {
3242                 "phpunit/phpunit": "~4.4"
3243             },
3244             "type": "library",
3245             "extra": {
3246                 "branch-alias": {
3247                     "dev-master": "1.2.x-dev"
3248                 }
3249             },
3250             "autoload": {
3251                 "classmap": [
3252                     "src/"
3253                 ]
3254             },
3255             "notification-url": "https://packagist.org/downloads/",
3256             "license": [
3257                 "BSD-3-Clause"
3258             ],
3259             "authors": [
3260                 {
3261                     "name": "Jeff Welch",
3262                     "email": "[email protected]"
3263                 },
3264                 {
3265                     "name": "Volker Dusch",
3266                     "email": "[email protected]"
3267                 },
3268                 {
3269                     "name": "Bernhard Schussek",
3270                     "email": "[email protected]"
3271                 },
3272                 {
3273                     "name": "Sebastian Bergmann",
3274                     "email": "[email protected]"
3275                 }
3276             ],
3277             "description": "Provides the functionality to compare PHP values for equality",
3278             "homepage": "http://www.github.com/sebastianbergmann/comparator",
3279             "keywords": [
3280                 "comparator",
3281                 "compare",
3282                 "equality"
3283             ],
3284             "time": "2015-07-26 15:48:44"
3285         },
3286         {
3287             "name": "sebastian/diff",
3288             "version": "1.3.0",
3289             "source": {
3290                 "type": "git",
3291                 "url": "https://github.com/sebastianbergmann/diff.git",
3292                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3293             },
3294             "dist": {
3295                 "type": "zip",
3296                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3297                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3298                 "shasum": ""
3299             },
3300             "require": {
3301                 "php": ">=5.3.3"
3302             },
3303             "require-dev": {
3304                 "phpunit/phpunit": "~4.2"
3305             },
3306             "type": "library",
3307             "extra": {
3308                 "branch-alias": {
3309                     "dev-master": "1.3-dev"
3310                 }
3311             },
3312             "autoload": {
3313                 "classmap": [
3314                     "src/"
3315                 ]
3316             },
3317             "notification-url": "https://packagist.org/downloads/",
3318             "license": [
3319                 "BSD-3-Clause"
3320             ],
3321             "authors": [
3322                 {
3323                     "name": "Kore Nordmann",
3324                     "email": "[email protected]"
3325                 },
3326                 {
3327                     "name": "Sebastian Bergmann",
3328                     "email": "[email protected]"
3329                 }
3330             ],
3331             "description": "Diff implementation",
3332             "homepage": "http://www.github.com/sebastianbergmann/diff",
3333             "keywords": [
3334                 "diff"
3335             ],
3336             "time": "2015-02-22 15:13:53"
3337         },
3338         {
3339             "name": "sebastian/environment",
3340             "version": "1.3.2",
3341             "source": {
3342                 "type": "git",
3343                 "url": "https://github.com/sebastianbergmann/environment.git",
3344                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
3345             },
3346             "dist": {
3347                 "type": "zip",
3348                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
3349                 "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
3350                 "shasum": ""
3351             },
3352             "require": {
3353                 "php": ">=5.3.3"
3354             },
3355             "require-dev": {
3356                 "phpunit/phpunit": "~4.4"
3357             },
3358             "type": "library",
3359             "extra": {
3360                 "branch-alias": {
3361                     "dev-master": "1.3.x-dev"
3362                 }
3363             },
3364             "autoload": {
3365                 "classmap": [
3366                     "src/"
3367                 ]
3368             },
3369             "notification-url": "https://packagist.org/downloads/",
3370             "license": [
3371                 "BSD-3-Clause"
3372             ],
3373             "authors": [
3374                 {
3375                     "name": "Sebastian Bergmann",
3376                     "email": "[email protected]"
3377                 }
3378             ],
3379             "description": "Provides functionality to handle HHVM/PHP environments",
3380             "homepage": "http://www.github.com/sebastianbergmann/environment",
3381             "keywords": [
3382                 "Xdebug",
3383                 "environment",
3384                 "hhvm"
3385             ],
3386             "time": "2015-08-03 06:14:51"
3387         },
3388         {
3389             "name": "sebastian/exporter",
3390             "version": "1.2.1",
3391             "source": {
3392                 "type": "git",
3393                 "url": "https://github.com/sebastianbergmann/exporter.git",
3394                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3395             },
3396             "dist": {
3397                 "type": "zip",
3398                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3399                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3400                 "shasum": ""
3401             },
3402             "require": {
3403                 "php": ">=5.3.3",
3404                 "sebastian/recursion-context": "~1.0"
3405             },
3406             "require-dev": {
3407                 "phpunit/phpunit": "~4.4"
3408             },
3409             "type": "library",
3410             "extra": {
3411                 "branch-alias": {
3412                     "dev-master": "1.2.x-dev"
3413                 }
3414             },
3415             "autoload": {
3416                 "classmap": [
3417                     "src/"
3418                 ]
3419             },
3420             "notification-url": "https://packagist.org/downloads/",
3421             "license": [
3422                 "BSD-3-Clause"
3423             ],
3424             "authors": [
3425                 {
3426                     "name": "Jeff Welch",
3427                     "email": "[email protected]"
3428                 },
3429                 {
3430                     "name": "Volker Dusch",
3431                     "email": "[email protected]"
3432                 },
3433                 {
3434                     "name": "Bernhard Schussek",
3435                     "email": "[email protected]"
3436                 },
3437                 {
3438                     "name": "Sebastian Bergmann",
3439                     "email": "[email protected]"
3440                 },
3441                 {
3442                     "name": "Adam Harvey",
3443                     "email": "[email protected]"
3444                 }
3445             ],
3446             "description": "Provides the functionality to export PHP variables for visualization",
3447             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3448             "keywords": [
3449                 "export",
3450                 "exporter"
3451             ],
3452             "time": "2015-06-21 07:55:53"
3453         },
3454         {
3455             "name": "sebastian/global-state",
3456             "version": "1.0.0",
3457             "source": {
3458                 "type": "git",
3459                 "url": "https://github.com/sebastianbergmann/global-state.git",
3460                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3461             },
3462             "dist": {
3463                 "type": "zip",
3464                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3465                 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3466                 "shasum": ""
3467             },
3468             "require": {
3469                 "php": ">=5.3.3"
3470             },
3471             "require-dev": {
3472                 "phpunit/phpunit": "~4.2"
3473             },
3474             "suggest": {
3475                 "ext-uopz": "*"
3476             },
3477             "type": "library",
3478             "extra": {
3479                 "branch-alias": {
3480                     "dev-master": "1.0-dev"
3481                 }
3482             },
3483             "autoload": {
3484                 "classmap": [
3485                     "src/"
3486                 ]
3487             },
3488             "notification-url": "https://packagist.org/downloads/",
3489             "license": [
3490                 "BSD-3-Clause"
3491             ],
3492             "authors": [
3493                 {
3494                     "name": "Sebastian Bergmann",
3495                     "email": "[email protected]"
3496                 }
3497             ],
3498             "description": "Snapshotting of global state",
3499             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3500             "keywords": [
3501                 "global state"
3502             ],
3503             "time": "2014-10-06 09:23:50"
3504         },
3505         {
3506             "name": "sebastian/recursion-context",
3507             "version": "1.0.1",
3508             "source": {
3509                 "type": "git",
3510                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3511                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3512             },
3513             "dist": {
3514                 "type": "zip",
3515                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3516                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3517                 "shasum": ""
3518             },
3519             "require": {
3520                 "php": ">=5.3.3"
3521             },
3522             "require-dev": {
3523                 "phpunit/phpunit": "~4.4"
3524             },
3525             "type": "library",
3526             "extra": {
3527                 "branch-alias": {
3528                     "dev-master": "1.0.x-dev"
3529                 }
3530             },
3531             "autoload": {
3532                 "classmap": [
3533                     "src/"
3534                 ]
3535             },
3536             "notification-url": "https://packagist.org/downloads/",
3537             "license": [
3538                 "BSD-3-Clause"
3539             ],
3540             "authors": [
3541                 {
3542                     "name": "Jeff Welch",
3543                     "email": "[email protected]"
3544                 },
3545                 {
3546                     "name": "Sebastian Bergmann",
3547                     "email": "[email protected]"
3548                 },
3549                 {
3550                     "name": "Adam Harvey",
3551                     "email": "[email protected]"
3552                 }
3553             ],
3554             "description": "Provides functionality to recursively process PHP variables",
3555             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3556             "time": "2015-06-21 08:04:50"
3557         },
3558         {
3559             "name": "sebastian/version",
3560             "version": "1.0.6",
3561             "source": {
3562                 "type": "git",
3563                 "url": "https://github.com/sebastianbergmann/version.git",
3564                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3565             },
3566             "dist": {
3567                 "type": "zip",
3568                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3569                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3570                 "shasum": ""
3571             },
3572             "type": "library",
3573             "autoload": {
3574                 "classmap": [
3575                     "src/"
3576                 ]
3577             },
3578             "notification-url": "https://packagist.org/downloads/",
3579             "license": [
3580                 "BSD-3-Clause"
3581             ],
3582             "authors": [
3583                 {
3584                     "name": "Sebastian Bergmann",
3585                     "email": "[email protected]",
3586                     "role": "lead"
3587                 }
3588             ],
3589             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3590             "homepage": "https://github.com/sebastianbergmann/version",
3591             "time": "2015-06-21 13:59:46"
3592         },
3593         {
3594             "name": "symfony/yaml",
3595             "version": "v2.7.3",
3596             "source": {
3597                 "type": "git",
3598                 "url": "https://github.com/symfony/Yaml.git",
3599                 "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
3600             },
3601             "dist": {
3602                 "type": "zip",
3603                 "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
3604                 "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
3605                 "shasum": ""
3606             },
3607             "require": {
3608                 "php": ">=5.3.9"
3609             },
3610             "require-dev": {
3611                 "symfony/phpunit-bridge": "~2.7"
3612             },
3613             "type": "library",
3614             "extra": {
3615                 "branch-alias": {
3616                     "dev-master": "2.7-dev"
3617                 }
3618             },
3619             "autoload": {
3620                 "psr-4": {
3621                     "Symfony\\Component\\Yaml\\": ""
3622                 }
3623             },
3624             "notification-url": "https://packagist.org/downloads/",
3625             "license": [
3626                 "MIT"
3627             ],
3628             "authors": [
3629                 {
3630                     "name": "Fabien Potencier",
3631                     "email": "[email protected]"
3632                 },
3633                 {
3634                     "name": "Symfony Community",
3635                     "homepage": "https://symfony.com/contributors"
3636                 }
3637             ],
3638             "description": "Symfony Yaml Component",
3639             "homepage": "https://symfony.com",
3640             "time": "2015-07-28 14:07:07"
3641         }
3642     ],
3643     "aliases": [],
3644     "minimum-stability": "stable",
3645     "stability-flags": [],
3646     "prefer-stable": false,
3647     "prefer-lowest": false,
3648     "platform": {
3649         "php": ">=5.5.9"
3650     },
3651     "platform-dev": []
3652 }