]> BookStack Code Mirror - bookstack/blob - composer.lock
Updated composer, Fixed sidebar tree list & Added extra pages to Dummy seeder. Fixes...
[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": "c2067be65a036c540976c649dfd3763a",
8     "content-hash": "6581b2cca64df1f4d3df219552fbfd78",
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": "3.0.0",
130             "source": {
131                 "type": "git",
132                 "url": "https://github.com/ClassPreloader/ClassPreloader.git",
133                 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
134             },
135             "dist": {
136                 "type": "zip",
137                 "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
138                 "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
139                 "shasum": ""
140             },
141             "require": {
142                 "nikic/php-parser": "^1.0|^2.0",
143                 "php": ">=5.5.9"
144             },
145             "require-dev": {
146                 "phpunit/phpunit": "^4.8|^5.0"
147             },
148             "type": "library",
149             "extra": {
150                 "branch-alias": {
151                     "dev-master": "3.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-11-09 22:51:51"
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.1.0",
273             "source": {
274                 "type": "git",
275                 "url": "https://github.com/doctrine/inflector.git",
276                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
277             },
278             "dist": {
279                 "type": "zip",
280                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
281                 "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
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.1.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": "2015-11-06 14:35:42"
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.1.1",
435             "source": {
436                 "type": "git",
437                 "url": "https://github.com/guzzle/guzzle.git",
438                 "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c"
439             },
440             "dist": {
441                 "type": "zip",
442                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/c6851d6e48f63b69357cbfa55bca116448140e0c",
443                 "reference": "c6851d6e48f63b69357cbfa55bca116448140e0c",
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.1-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-11-23 00:47:50"
493         },
494         {
495             "name": "guzzlehttp/promises",
496             "version": "1.0.3",
497             "source": {
498                 "type": "git",
499                 "url": "https://github.com/guzzle/promises.git",
500                 "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea"
501             },
502             "dist": {
503                 "type": "zip",
504                 "url": "https://api.github.com/repos/guzzle/promises/zipball/b1e1c0d55f8083c71eda2c28c12a228d708294ea",
505                 "reference": "b1e1c0d55f8083c71eda2c28c12a228d708294ea",
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-10-15 22:28:00"
544         },
545         {
546             "name": "guzzlehttp/psr7",
547             "version": "1.2.1",
548             "source": {
549                 "type": "git",
550                 "url": "https://github.com/guzzle/psr7.git",
551                 "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982"
552             },
553             "dist": {
554                 "type": "zip",
555                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/4d0bdbe1206df7440219ce14c972aa57cc5e4982",
556                 "reference": "4d0bdbe1206df7440219ce14c972aa57cc5e4982",
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-11-03 01:34:55"
602         },
603         {
604             "name": "intervention/image",
605             "version": "2.3.4",
606             "source": {
607                 "type": "git",
608                 "url": "https://github.com/Intervention/image.git",
609                 "reference": "a67ee32df0c6820cc6e861ad4144ee0ef9c74aa3"
610             },
611             "dist": {
612                 "type": "zip",
613                 "url": "https://api.github.com/repos/Intervention/image/zipball/a67ee32df0c6820cc6e861ad4144ee0ef9c74aa3",
614                 "reference": "a67ee32df0c6820cc6e861ad4144ee0ef9c74aa3",
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-11-30 17:03:21"
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.25",
813             "source": {
814                 "type": "git",
815                 "url": "https://github.com/laravel/framework.git",
816                 "reference": "53979acc664debc401bfcb61086c4fc4f196b22d"
817             },
818             "dist": {
819                 "type": "zip",
820                 "url": "https://api.github.com/repos/laravel/framework/zipball/53979acc664debc401bfcb61086c4fc4f196b22d",
821                 "reference": "53979acc664debc401bfcb61086c4fc4f196b22d",
822                 "shasum": ""
823             },
824             "require": {
825                 "classpreloader/classpreloader": "~2.0|~3.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                 "paragonie/random_compat": "~1.1",
836                 "php": ">=5.5.9",
837                 "psy/psysh": "0.6.*",
838                 "swiftmailer/swiftmailer": "~5.1",
839                 "symfony/console": "2.7.*",
840                 "symfony/css-selector": "2.7.*",
841                 "symfony/debug": "2.7.*",
842                 "symfony/dom-crawler": "2.7.*",
843                 "symfony/finder": "2.7.*",
844                 "symfony/http-foundation": "2.7.*",
845                 "symfony/http-kernel": "2.7.*",
846                 "symfony/process": "2.7.*",
847                 "symfony/routing": "2.7.*",
848                 "symfony/translation": "2.7.*",
849                 "symfony/var-dumper": "2.7.*",
850                 "vlucas/phpdotenv": "~1.0"
851             },
852             "replace": {
853                 "illuminate/auth": "self.version",
854                 "illuminate/broadcasting": "self.version",
855                 "illuminate/bus": "self.version",
856                 "illuminate/cache": "self.version",
857                 "illuminate/config": "self.version",
858                 "illuminate/console": "self.version",
859                 "illuminate/container": "self.version",
860                 "illuminate/contracts": "self.version",
861                 "illuminate/cookie": "self.version",
862                 "illuminate/database": "self.version",
863                 "illuminate/encryption": "self.version",
864                 "illuminate/events": "self.version",
865                 "illuminate/exception": "self.version",
866                 "illuminate/filesystem": "self.version",
867                 "illuminate/foundation": "self.version",
868                 "illuminate/hashing": "self.version",
869                 "illuminate/http": "self.version",
870                 "illuminate/log": "self.version",
871                 "illuminate/mail": "self.version",
872                 "illuminate/pagination": "self.version",
873                 "illuminate/pipeline": "self.version",
874                 "illuminate/queue": "self.version",
875                 "illuminate/redis": "self.version",
876                 "illuminate/routing": "self.version",
877                 "illuminate/session": "self.version",
878                 "illuminate/support": "self.version",
879                 "illuminate/translation": "self.version",
880                 "illuminate/validation": "self.version",
881                 "illuminate/view": "self.version"
882             },
883             "require-dev": {
884                 "aws/aws-sdk-php": "~3.0",
885                 "iron-io/iron_mq": "~2.0",
886                 "mockery/mockery": "~0.9.2",
887                 "pda/pheanstalk": "~3.0",
888                 "phpunit/phpunit": "~4.0",
889                 "predis/predis": "~1.0"
890             },
891             "suggest": {
892                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
893                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
894                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
895                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.3|~6.0).",
896                 "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).",
897                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
898                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
899                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
900                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
901                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)."
902             },
903             "type": "library",
904             "extra": {
905                 "branch-alias": {
906                     "dev-master": "5.1-dev"
907                 }
908             },
909             "autoload": {
910                 "classmap": [
911                     "src/Illuminate/Queue/IlluminateQueueClosure.php"
912                 ],
913                 "files": [
914                     "src/Illuminate/Foundation/helpers.php",
915                     "src/Illuminate/Support/helpers.php"
916                 ],
917                 "psr-4": {
918                     "Illuminate\\": "src/Illuminate/"
919                 }
920             },
921             "notification-url": "https://packagist.org/downloads/",
922             "license": [
923                 "MIT"
924             ],
925             "authors": [
926                 {
927                     "name": "Taylor Otwell",
928                     "email": "[email protected]"
929                 }
930             ],
931             "description": "The Laravel Framework.",
932             "homepage": "http://laravel.com",
933             "keywords": [
934                 "framework",
935                 "laravel"
936             ],
937             "time": "2015-11-30 19:24:36"
938         },
939         {
940             "name": "laravel/socialite",
941             "version": "v2.0.14",
942             "source": {
943                 "type": "git",
944                 "url": "https://github.com/laravel/socialite.git",
945                 "reference": "b15f4be0ac739405120d74b837af423aa71502d9"
946             },
947             "dist": {
948                 "type": "zip",
949                 "url": "https://api.github.com/repos/laravel/socialite/zipball/b15f4be0ac739405120d74b837af423aa71502d9",
950                 "reference": "b15f4be0ac739405120d74b837af423aa71502d9",
951                 "shasum": ""
952             },
953             "require": {
954                 "guzzlehttp/guzzle": "~5.0|~6.0",
955                 "illuminate/contracts": "~5.0",
956                 "illuminate/http": "~5.0",
957                 "illuminate/support": "~5.0",
958                 "league/oauth1-client": "~1.0",
959                 "php": ">=5.4.0"
960             },
961             "require-dev": {
962                 "mockery/mockery": "~0.9",
963                 "phpunit/phpunit": "~4.0"
964             },
965             "type": "library",
966             "extra": {
967                 "branch-alias": {
968                     "dev-master": "3.0-dev"
969                 }
970             },
971             "autoload": {
972                 "psr-4": {
973                     "Laravel\\Socialite\\": "src/"
974                 }
975             },
976             "notification-url": "https://packagist.org/downloads/",
977             "license": [
978                 "MIT"
979             ],
980             "authors": [
981                 {
982                     "name": "Taylor Otwell",
983                     "email": "[email protected]"
984                 }
985             ],
986             "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
987             "keywords": [
988                 "laravel",
989                 "oauth"
990             ],
991             "time": "2015-10-16 15:39:46"
992         },
993         {
994             "name": "league/flysystem",
995             "version": "1.0.15",
996             "source": {
997                 "type": "git",
998                 "url": "https://github.com/thephpleague/flysystem.git",
999                 "reference": "31525caf9e8772683672fefd8a1ca0c0736020f4"
1000             },
1001             "dist": {
1002                 "type": "zip",
1003                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/31525caf9e8772683672fefd8a1ca0c0736020f4",
1004                 "reference": "31525caf9e8772683672fefd8a1ca0c0736020f4",
1005                 "shasum": ""
1006             },
1007             "require": {
1008                 "php": ">=5.4.0"
1009             },
1010             "conflict": {
1011                 "league/flysystem-sftp": "<1.0.6"
1012             },
1013             "require-dev": {
1014                 "ext-fileinfo": "*",
1015                 "mockery/mockery": "~0.9",
1016                 "phpspec/phpspec": "^2.2",
1017                 "phpspec/prophecy-phpunit": "~1.0",
1018                 "phpunit/phpunit": "~4.1"
1019             },
1020             "suggest": {
1021                 "ext-fileinfo": "Required for MimeType",
1022                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
1023                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
1024                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
1025                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
1026                 "league/flysystem-copy": "Allows you to use Copy.com storage",
1027                 "league/flysystem-dropbox": "Allows you to use Dropbox storage",
1028                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
1029                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
1030                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
1031                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
1032                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
1033             },
1034             "type": "library",
1035             "extra": {
1036                 "branch-alias": {
1037                     "dev-master": "1.1-dev"
1038                 }
1039             },
1040             "autoload": {
1041                 "psr-4": {
1042                     "League\\Flysystem\\": "src/"
1043                 }
1044             },
1045             "notification-url": "https://packagist.org/downloads/",
1046             "license": [
1047                 "MIT"
1048             ],
1049             "authors": [
1050                 {
1051                     "name": "Frank de Jonge",
1052                     "email": "[email protected]"
1053                 }
1054             ],
1055             "description": "Filesystem abstraction: Many filesystems, one API.",
1056             "keywords": [
1057                 "Cloud Files",
1058                 "WebDAV",
1059                 "abstraction",
1060                 "aws",
1061                 "cloud",
1062                 "copy.com",
1063                 "dropbox",
1064                 "file systems",
1065                 "files",
1066                 "filesystem",
1067                 "filesystems",
1068                 "ftp",
1069                 "rackspace",
1070                 "remote",
1071                 "s3",
1072                 "sftp",
1073                 "storage"
1074             ],
1075             "time": "2015-09-30 22:26:59"
1076         },
1077         {
1078             "name": "league/oauth1-client",
1079             "version": "1.6.1",
1080             "source": {
1081                 "type": "git",
1082                 "url": "https://github.com/thephpleague/oauth1-client.git",
1083                 "reference": "cef3ceda13c78f89c323e4d5e6301c0eb7cea422"
1084             },
1085             "dist": {
1086                 "type": "zip",
1087                 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/cef3ceda13c78f89c323e4d5e6301c0eb7cea422",
1088                 "reference": "cef3ceda13c78f89c323e4d5e6301c0eb7cea422",
1089                 "shasum": ""
1090             },
1091             "require": {
1092                 "guzzle/guzzle": "3.*",
1093                 "php": ">=5.3.0"
1094             },
1095             "require-dev": {
1096                 "mockery/mockery": "~0.9",
1097                 "phpunit/phpunit": "~4.0",
1098                 "squizlabs/php_codesniffer": "~2.0"
1099             },
1100             "type": "library",
1101             "extra": {
1102                 "branch-alias": {
1103                     "dev-master": "1.0-dev"
1104                 }
1105             },
1106             "autoload": {
1107                 "psr-4": {
1108                     "League\\OAuth1\\": "src/"
1109                 }
1110             },
1111             "notification-url": "https://packagist.org/downloads/",
1112             "license": [
1113                 "MIT"
1114             ],
1115             "authors": [
1116                 {
1117                     "name": "Ben Corlett",
1118                     "email": "[email protected]",
1119                     "homepage": "http://www.webcomm.com.au",
1120                     "role": "Developer"
1121                 }
1122             ],
1123             "description": "OAuth 1.0 Client Library",
1124             "keywords": [
1125                 "Authentication",
1126                 "SSO",
1127                 "authorization",
1128                 "bitbucket",
1129                 "identity",
1130                 "idp",
1131                 "oauth",
1132                 "oauth1",
1133                 "single sign on",
1134                 "trello",
1135                 "tumblr",
1136                 "twitter"
1137             ],
1138             "time": "2015-10-23 04:02:07"
1139         },
1140         {
1141             "name": "maximebf/debugbar",
1142             "version": "v1.10.5",
1143             "source": {
1144                 "type": "git",
1145                 "url": "https://github.com/maximebf/php-debugbar.git",
1146                 "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636"
1147             },
1148             "dist": {
1149                 "type": "zip",
1150                 "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e53e8a28284b69dd223c9f5ee8957befd72636",
1151                 "reference": "30e53e8a28284b69dd223c9f5ee8957befd72636",
1152                 "shasum": ""
1153             },
1154             "require": {
1155                 "php": ">=5.3.0",
1156                 "psr/log": "~1.0",
1157                 "symfony/var-dumper": "~2.6"
1158             },
1159             "require-dev": {
1160                 "phpunit/phpunit": "~4.0"
1161             },
1162             "suggest": {
1163                 "kriswallsmith/assetic": "The best way to manage assets",
1164                 "monolog/monolog": "Log using Monolog",
1165                 "predis/predis": "Redis storage"
1166             },
1167             "type": "library",
1168             "extra": {
1169                 "branch-alias": {
1170                     "dev-master": "1.10-dev"
1171                 }
1172             },
1173             "autoload": {
1174                 "psr-0": {
1175                     "DebugBar": "src/"
1176                 }
1177             },
1178             "notification-url": "https://packagist.org/downloads/",
1179             "license": [
1180                 "MIT"
1181             ],
1182             "authors": [
1183                 {
1184                     "name": "Maxime Bouroumeau-Fuseau",
1185                     "email": "[email protected]",
1186                     "homepage": "http://maximebf.com"
1187                 }
1188             ],
1189             "description": "Debug bar in the browser for php application",
1190             "homepage": "https://github.com/maximebf/php-debugbar",
1191             "keywords": [
1192                 "debug"
1193             ],
1194             "time": "2015-10-19 20:35:12"
1195         },
1196         {
1197             "name": "monolog/monolog",
1198             "version": "1.17.2",
1199             "source": {
1200                 "type": "git",
1201                 "url": "https://github.com/Seldaek/monolog.git",
1202                 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
1203             },
1204             "dist": {
1205                 "type": "zip",
1206                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1207                 "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
1208                 "shasum": ""
1209             },
1210             "require": {
1211                 "php": ">=5.3.0",
1212                 "psr/log": "~1.0"
1213             },
1214             "provide": {
1215                 "psr/log-implementation": "1.0.0"
1216             },
1217             "require-dev": {
1218                 "aws/aws-sdk-php": "^2.4.9",
1219                 "doctrine/couchdb": "~1.0@dev",
1220                 "graylog2/gelf-php": "~1.0",
1221                 "jakub-onderka/php-parallel-lint": "0.9",
1222                 "php-console/php-console": "^3.1.3",
1223                 "phpunit/phpunit": "~4.5",
1224                 "phpunit/phpunit-mock-objects": "2.3.0",
1225                 "raven/raven": "^0.13",
1226                 "ruflin/elastica": ">=0.90 <3.0",
1227                 "swiftmailer/swiftmailer": "~5.3",
1228                 "videlalvaro/php-amqplib": "~2.4"
1229             },
1230             "suggest": {
1231                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1232                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1233                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1234                 "ext-mongo": "Allow sending log messages to a MongoDB server",
1235                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1236                 "php-console/php-console": "Allow sending log messages to Google Chrome",
1237                 "raven/raven": "Allow sending log messages to a Sentry server",
1238                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1239                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1240                 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
1241             },
1242             "type": "library",
1243             "extra": {
1244                 "branch-alias": {
1245                     "dev-master": "1.16.x-dev"
1246                 }
1247             },
1248             "autoload": {
1249                 "psr-4": {
1250                     "Monolog\\": "src/Monolog"
1251                 }
1252             },
1253             "notification-url": "https://packagist.org/downloads/",
1254             "license": [
1255                 "MIT"
1256             ],
1257             "authors": [
1258                 {
1259                     "name": "Jordi Boggiano",
1260                     "email": "[email protected]",
1261                     "homepage": "http://seld.be"
1262                 }
1263             ],
1264             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1265             "homepage": "http://github.com/Seldaek/monolog",
1266             "keywords": [
1267                 "log",
1268                 "logging",
1269                 "psr-3"
1270             ],
1271             "time": "2015-10-14 12:51:02"
1272         },
1273         {
1274             "name": "mtdowling/cron-expression",
1275             "version": "v1.0.4",
1276             "source": {
1277                 "type": "git",
1278                 "url": "https://github.com/mtdowling/cron-expression.git",
1279                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
1280             },
1281             "dist": {
1282                 "type": "zip",
1283                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
1284                 "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
1285                 "shasum": ""
1286             },
1287             "require": {
1288                 "php": ">=5.3.2"
1289             },
1290             "require-dev": {
1291                 "phpunit/phpunit": "4.*"
1292             },
1293             "type": "library",
1294             "autoload": {
1295                 "psr-0": {
1296                     "Cron": "src/"
1297                 }
1298             },
1299             "notification-url": "https://packagist.org/downloads/",
1300             "license": [
1301                 "MIT"
1302             ],
1303             "authors": [
1304                 {
1305                     "name": "Michael Dowling",
1306                     "email": "[email protected]",
1307                     "homepage": "https://github.com/mtdowling"
1308                 }
1309             ],
1310             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1311             "keywords": [
1312                 "cron",
1313                 "schedule"
1314             ],
1315             "time": "2015-01-11 23:07:46"
1316         },
1317         {
1318             "name": "nesbot/carbon",
1319             "version": "1.21.0",
1320             "source": {
1321                 "type": "git",
1322                 "url": "https://github.com/briannesbitt/Carbon.git",
1323                 "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
1324             },
1325             "dist": {
1326                 "type": "zip",
1327                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1328                 "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
1329                 "shasum": ""
1330             },
1331             "require": {
1332                 "php": ">=5.3.0",
1333                 "symfony/translation": "~2.6|~3.0"
1334             },
1335             "require-dev": {
1336                 "phpunit/phpunit": "~4.0|~5.0"
1337             },
1338             "type": "library",
1339             "autoload": {
1340                 "psr-4": {
1341                     "Carbon\\": "src/Carbon/"
1342                 }
1343             },
1344             "notification-url": "https://packagist.org/downloads/",
1345             "license": [
1346                 "MIT"
1347             ],
1348             "authors": [
1349                 {
1350                     "name": "Brian Nesbitt",
1351                     "email": "[email protected]",
1352                     "homepage": "http://nesbot.com"
1353                 }
1354             ],
1355             "description": "A simple API extension for DateTime.",
1356             "homepage": "http://carbon.nesbot.com",
1357             "keywords": [
1358                 "date",
1359                 "datetime",
1360                 "time"
1361             ],
1362             "time": "2015-11-04 20:07:17"
1363         },
1364         {
1365             "name": "nikic/php-parser",
1366             "version": "v1.4.1",
1367             "source": {
1368                 "type": "git",
1369                 "url": "https://github.com/nikic/PHP-Parser.git",
1370                 "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
1371             },
1372             "dist": {
1373                 "type": "zip",
1374                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1375                 "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
1376                 "shasum": ""
1377             },
1378             "require": {
1379                 "ext-tokenizer": "*",
1380                 "php": ">=5.3"
1381             },
1382             "type": "library",
1383             "extra": {
1384                 "branch-alias": {
1385                     "dev-master": "1.4-dev"
1386                 }
1387             },
1388             "autoload": {
1389                 "files": [
1390                     "lib/bootstrap.php"
1391                 ]
1392             },
1393             "notification-url": "https://packagist.org/downloads/",
1394             "license": [
1395                 "BSD-3-Clause"
1396             ],
1397             "authors": [
1398                 {
1399                     "name": "Nikita Popov"
1400                 }
1401             ],
1402             "description": "A PHP parser written in PHP",
1403             "keywords": [
1404                 "parser",
1405                 "php"
1406             ],
1407             "time": "2015-09-19 14:15:08"
1408         },
1409         {
1410             "name": "paragonie/random_compat",
1411             "version": "1.1.1",
1412             "source": {
1413                 "type": "git",
1414                 "url": "https://github.com/paragonie/random_compat.git",
1415                 "reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32"
1416             },
1417             "dist": {
1418                 "type": "zip",
1419                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a208865a5aeffc2dbbef2a5b3409887272d93f32",
1420                 "reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32",
1421                 "shasum": ""
1422             },
1423             "require": {
1424                 "php": ">=5.2.0"
1425             },
1426             "require-dev": {
1427                 "phpunit/phpunit": "4.*|5.*"
1428             },
1429             "suggest": {
1430                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1431             },
1432             "type": "library",
1433             "autoload": {
1434                 "files": [
1435                     "lib/random.php"
1436                 ]
1437             },
1438             "notification-url": "https://packagist.org/downloads/",
1439             "license": [
1440                 "MIT"
1441             ],
1442             "authors": [
1443                 {
1444                     "name": "Paragon Initiative Enterprises",
1445                     "email": "[email protected]",
1446                     "homepage": "https://paragonie.com"
1447                 }
1448             ],
1449             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1450             "keywords": [
1451                 "csprng",
1452                 "pseudorandom",
1453                 "random"
1454             ],
1455             "time": "2015-12-01 02:52:15"
1456         },
1457         {
1458             "name": "phpdocumentor/reflection-docblock",
1459             "version": "2.0.4",
1460             "source": {
1461                 "type": "git",
1462                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1463                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1464             },
1465             "dist": {
1466                 "type": "zip",
1467                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1468                 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1469                 "shasum": ""
1470             },
1471             "require": {
1472                 "php": ">=5.3.3"
1473             },
1474             "require-dev": {
1475                 "phpunit/phpunit": "~4.0"
1476             },
1477             "suggest": {
1478                 "dflydev/markdown": "~1.0",
1479                 "erusev/parsedown": "~1.0"
1480             },
1481             "type": "library",
1482             "extra": {
1483                 "branch-alias": {
1484                     "dev-master": "2.0.x-dev"
1485                 }
1486             },
1487             "autoload": {
1488                 "psr-0": {
1489                     "phpDocumentor": [
1490                         "src/"
1491                     ]
1492                 }
1493             },
1494             "notification-url": "https://packagist.org/downloads/",
1495             "license": [
1496                 "MIT"
1497             ],
1498             "authors": [
1499                 {
1500                     "name": "Mike van Riel",
1501                     "email": "[email protected]"
1502                 }
1503             ],
1504             "time": "2015-02-03 12:10:50"
1505         },
1506         {
1507             "name": "psr/http-message",
1508             "version": "1.0",
1509             "source": {
1510                 "type": "git",
1511                 "url": "https://github.com/php-fig/http-message.git",
1512                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
1513             },
1514             "dist": {
1515                 "type": "zip",
1516                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1517                 "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
1518                 "shasum": ""
1519             },
1520             "require": {
1521                 "php": ">=5.3.0"
1522             },
1523             "type": "library",
1524             "extra": {
1525                 "branch-alias": {
1526                     "dev-master": "1.0.x-dev"
1527                 }
1528             },
1529             "autoload": {
1530                 "psr-4": {
1531                     "Psr\\Http\\Message\\": "src/"
1532                 }
1533             },
1534             "notification-url": "https://packagist.org/downloads/",
1535             "license": [
1536                 "MIT"
1537             ],
1538             "authors": [
1539                 {
1540                     "name": "PHP-FIG",
1541                     "homepage": "http://www.php-fig.org/"
1542                 }
1543             ],
1544             "description": "Common interface for HTTP messages",
1545             "keywords": [
1546                 "http",
1547                 "http-message",
1548                 "psr",
1549                 "psr-7",
1550                 "request",
1551                 "response"
1552             ],
1553             "time": "2015-05-04 20:22:00"
1554         },
1555         {
1556             "name": "psr/log",
1557             "version": "1.0.0",
1558             "source": {
1559                 "type": "git",
1560                 "url": "https://github.com/php-fig/log.git",
1561                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
1562             },
1563             "dist": {
1564                 "type": "zip",
1565                 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
1566                 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
1567                 "shasum": ""
1568             },
1569             "type": "library",
1570             "autoload": {
1571                 "psr-0": {
1572                     "Psr\\Log\\": ""
1573                 }
1574             },
1575             "notification-url": "https://packagist.org/downloads/",
1576             "license": [
1577                 "MIT"
1578             ],
1579             "authors": [
1580                 {
1581                     "name": "PHP-FIG",
1582                     "homepage": "http://www.php-fig.org/"
1583                 }
1584             ],
1585             "description": "Common interface for logging libraries",
1586             "keywords": [
1587                 "log",
1588                 "psr",
1589                 "psr-3"
1590             ],
1591             "time": "2012-12-21 11:40:51"
1592         },
1593         {
1594             "name": "psy/psysh",
1595             "version": "v0.6.1",
1596             "source": {
1597                 "type": "git",
1598                 "url": "https://github.com/bobthecow/psysh.git",
1599                 "reference": "0f04df0b23663799a8941fae13cd8e6299bde3ed"
1600             },
1601             "dist": {
1602                 "type": "zip",
1603                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0f04df0b23663799a8941fae13cd8e6299bde3ed",
1604                 "reference": "0f04df0b23663799a8941fae13cd8e6299bde3ed",
1605                 "shasum": ""
1606             },
1607             "require": {
1608                 "dnoegel/php-xdg-base-dir": "0.1",
1609                 "jakub-onderka/php-console-highlighter": "0.3.*",
1610                 "nikic/php-parser": "^1.2.1|~2.0",
1611                 "php": ">=5.3.9",
1612                 "symfony/console": "~2.3.10|^2.4.2|~3.0",
1613                 "symfony/var-dumper": "~2.7|~3.0"
1614             },
1615             "require-dev": {
1616                 "fabpot/php-cs-fixer": "~1.5",
1617                 "phpunit/phpunit": "~3.7|~4.0|~5.0",
1618                 "squizlabs/php_codesniffer": "~2.0",
1619                 "symfony/finder": "~2.1|~3.0"
1620             },
1621             "suggest": {
1622                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
1623                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
1624                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
1625                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
1626             },
1627             "bin": [
1628                 "bin/psysh"
1629             ],
1630             "type": "library",
1631             "extra": {
1632                 "branch-alias": {
1633                     "dev-develop": "0.7.x-dev"
1634                 }
1635             },
1636             "autoload": {
1637                 "files": [
1638                     "src/Psy/functions.php"
1639                 ],
1640                 "psr-4": {
1641                     "Psy\\": "src/Psy/"
1642                 }
1643             },
1644             "notification-url": "https://packagist.org/downloads/",
1645             "license": [
1646                 "MIT"
1647             ],
1648             "authors": [
1649                 {
1650                     "name": "Justin Hileman",
1651                     "email": "[email protected]",
1652                     "homepage": "http://justinhileman.com"
1653                 }
1654             ],
1655             "description": "An interactive shell for modern PHP.",
1656             "homepage": "http://psysh.org",
1657             "keywords": [
1658                 "REPL",
1659                 "console",
1660                 "interactive",
1661                 "shell"
1662             ],
1663             "time": "2015-11-12 16:18:56"
1664         },
1665         {
1666             "name": "swiftmailer/swiftmailer",
1667             "version": "v5.4.1",
1668             "source": {
1669                 "type": "git",
1670                 "url": "https://github.com/swiftmailer/swiftmailer.git",
1671                 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
1672             },
1673             "dist": {
1674                 "type": "zip",
1675                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1676                 "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
1677                 "shasum": ""
1678             },
1679             "require": {
1680                 "php": ">=5.3.3"
1681             },
1682             "require-dev": {
1683                 "mockery/mockery": "~0.9.1,<0.9.4"
1684             },
1685             "type": "library",
1686             "extra": {
1687                 "branch-alias": {
1688                     "dev-master": "5.4-dev"
1689                 }
1690             },
1691             "autoload": {
1692                 "files": [
1693                     "lib/swift_required.php"
1694                 ]
1695             },
1696             "notification-url": "https://packagist.org/downloads/",
1697             "license": [
1698                 "MIT"
1699             ],
1700             "authors": [
1701                 {
1702                     "name": "Chris Corbyn"
1703                 },
1704                 {
1705                     "name": "Fabien Potencier",
1706                     "email": "[email protected]"
1707                 }
1708             ],
1709             "description": "Swiftmailer, free feature-rich PHP mailer",
1710             "homepage": "http://swiftmailer.org",
1711             "keywords": [
1712                 "email",
1713                 "mail",
1714                 "mailer"
1715             ],
1716             "time": "2015-06-06 14:19:39"
1717         },
1718         {
1719             "name": "symfony/class-loader",
1720             "version": "v2.8.0",
1721             "source": {
1722                 "type": "git",
1723                 "url": "https://github.com/symfony/class-loader.git",
1724                 "reference": "51f83451bf0ddfc696e47e4642d6cd10fcfce160"
1725             },
1726             "dist": {
1727                 "type": "zip",
1728                 "url": "https://api.github.com/repos/symfony/class-loader/zipball/51f83451bf0ddfc696e47e4642d6cd10fcfce160",
1729                 "reference": "51f83451bf0ddfc696e47e4642d6cd10fcfce160",
1730                 "shasum": ""
1731             },
1732             "require": {
1733                 "php": ">=5.3.9"
1734             },
1735             "require-dev": {
1736                 "symfony/finder": "~2.0,>=2.0.5|~3.0.0"
1737             },
1738             "type": "library",
1739             "extra": {
1740                 "branch-alias": {
1741                     "dev-master": "2.8-dev"
1742                 }
1743             },
1744             "autoload": {
1745                 "psr-4": {
1746                     "Symfony\\Component\\ClassLoader\\": ""
1747                 },
1748                 "exclude-from-classmap": [
1749                     "/Tests/"
1750                 ]
1751             },
1752             "notification-url": "https://packagist.org/downloads/",
1753             "license": [
1754                 "MIT"
1755             ],
1756             "authors": [
1757                 {
1758                     "name": "Fabien Potencier",
1759                     "email": "[email protected]"
1760                 },
1761                 {
1762                     "name": "Symfony Community",
1763                     "homepage": "https://symfony.com/contributors"
1764                 }
1765             ],
1766             "description": "Symfony ClassLoader Component",
1767             "homepage": "https://symfony.com",
1768             "time": "2015-11-26 07:00:59"
1769         },
1770         {
1771             "name": "symfony/console",
1772             "version": "v2.7.7",
1773             "source": {
1774                 "type": "git",
1775                 "url": "https://github.com/symfony/console.git",
1776                 "reference": "16bb1cb86df43c90931df65f529e7ebd79636750"
1777             },
1778             "dist": {
1779                 "type": "zip",
1780                 "url": "https://api.github.com/repos/symfony/console/zipball/16bb1cb86df43c90931df65f529e7ebd79636750",
1781                 "reference": "16bb1cb86df43c90931df65f529e7ebd79636750",
1782                 "shasum": ""
1783             },
1784             "require": {
1785                 "php": ">=5.3.9"
1786             },
1787             "require-dev": {
1788                 "psr/log": "~1.0",
1789                 "symfony/event-dispatcher": "~2.1",
1790                 "symfony/process": "~2.1"
1791             },
1792             "suggest": {
1793                 "psr/log": "For using the console logger",
1794                 "symfony/event-dispatcher": "",
1795                 "symfony/process": ""
1796             },
1797             "type": "library",
1798             "extra": {
1799                 "branch-alias": {
1800                     "dev-master": "2.7-dev"
1801                 }
1802             },
1803             "autoload": {
1804                 "psr-4": {
1805                     "Symfony\\Component\\Console\\": ""
1806                 },
1807                 "exclude-from-classmap": [
1808                     "/Tests/"
1809                 ]
1810             },
1811             "notification-url": "https://packagist.org/downloads/",
1812             "license": [
1813                 "MIT"
1814             ],
1815             "authors": [
1816                 {
1817                     "name": "Fabien Potencier",
1818                     "email": "[email protected]"
1819                 },
1820                 {
1821                     "name": "Symfony Community",
1822                     "homepage": "https://symfony.com/contributors"
1823                 }
1824             ],
1825             "description": "Symfony Console Component",
1826             "homepage": "https://symfony.com",
1827             "time": "2015-11-18 09:54:26"
1828         },
1829         {
1830             "name": "symfony/css-selector",
1831             "version": "v2.7.7",
1832             "source": {
1833                 "type": "git",
1834                 "url": "https://github.com/symfony/css-selector.git",
1835                 "reference": "abb47717fb88aebd9437da2fc8bb01a50a36679f"
1836             },
1837             "dist": {
1838                 "type": "zip",
1839                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/abb47717fb88aebd9437da2fc8bb01a50a36679f",
1840                 "reference": "abb47717fb88aebd9437da2fc8bb01a50a36679f",
1841                 "shasum": ""
1842             },
1843             "require": {
1844                 "php": ">=5.3.9"
1845             },
1846             "type": "library",
1847             "extra": {
1848                 "branch-alias": {
1849                     "dev-master": "2.7-dev"
1850                 }
1851             },
1852             "autoload": {
1853                 "psr-4": {
1854                     "Symfony\\Component\\CssSelector\\": ""
1855                 },
1856                 "exclude-from-classmap": [
1857                     "/Tests/"
1858                 ]
1859             },
1860             "notification-url": "https://packagist.org/downloads/",
1861             "license": [
1862                 "MIT"
1863             ],
1864             "authors": [
1865                 {
1866                     "name": "Jean-François Simon",
1867                     "email": "[email protected]"
1868                 },
1869                 {
1870                     "name": "Fabien Potencier",
1871                     "email": "[email protected]"
1872                 },
1873                 {
1874                     "name": "Symfony Community",
1875                     "homepage": "https://symfony.com/contributors"
1876                 }
1877             ],
1878             "description": "Symfony CssSelector Component",
1879             "homepage": "https://symfony.com",
1880             "time": "2015-10-30 20:10:21"
1881         },
1882         {
1883             "name": "symfony/debug",
1884             "version": "v2.7.7",
1885             "source": {
1886                 "type": "git",
1887                 "url": "https://github.com/symfony/debug.git",
1888                 "reference": "0dbc119596f4afc82d9b2eb2a7e6a4af1ee763fa"
1889             },
1890             "dist": {
1891                 "type": "zip",
1892                 "url": "https://api.github.com/repos/symfony/debug/zipball/0dbc119596f4afc82d9b2eb2a7e6a4af1ee763fa",
1893                 "reference": "0dbc119596f4afc82d9b2eb2a7e6a4af1ee763fa",
1894                 "shasum": ""
1895             },
1896             "require": {
1897                 "php": ">=5.3.9",
1898                 "psr/log": "~1.0"
1899             },
1900             "conflict": {
1901                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1902             },
1903             "require-dev": {
1904                 "symfony/class-loader": "~2.2",
1905                 "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
1906             },
1907             "type": "library",
1908             "extra": {
1909                 "branch-alias": {
1910                     "dev-master": "2.7-dev"
1911                 }
1912             },
1913             "autoload": {
1914                 "psr-4": {
1915                     "Symfony\\Component\\Debug\\": ""
1916                 },
1917                 "exclude-from-classmap": [
1918                     "/Tests/"
1919                 ]
1920             },
1921             "notification-url": "https://packagist.org/downloads/",
1922             "license": [
1923                 "MIT"
1924             ],
1925             "authors": [
1926                 {
1927                     "name": "Fabien Potencier",
1928                     "email": "[email protected]"
1929                 },
1930                 {
1931                     "name": "Symfony Community",
1932                     "homepage": "https://symfony.com/contributors"
1933                 }
1934             ],
1935             "description": "Symfony Debug Component",
1936             "homepage": "https://symfony.com",
1937             "time": "2015-10-30 20:10:21"
1938         },
1939         {
1940             "name": "symfony/dom-crawler",
1941             "version": "v2.7.7",
1942             "source": {
1943                 "type": "git",
1944                 "url": "https://github.com/symfony/dom-crawler.git",
1945                 "reference": "b33593cbfe1d81b50d48353f338aca76a08658d8"
1946             },
1947             "dist": {
1948                 "type": "zip",
1949                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b33593cbfe1d81b50d48353f338aca76a08658d8",
1950                 "reference": "b33593cbfe1d81b50d48353f338aca76a08658d8",
1951                 "shasum": ""
1952             },
1953             "require": {
1954                 "php": ">=5.3.9"
1955             },
1956             "require-dev": {
1957                 "symfony/css-selector": "~2.3"
1958             },
1959             "suggest": {
1960                 "symfony/css-selector": ""
1961             },
1962             "type": "library",
1963             "extra": {
1964                 "branch-alias": {
1965                     "dev-master": "2.7-dev"
1966                 }
1967             },
1968             "autoload": {
1969                 "psr-4": {
1970                     "Symfony\\Component\\DomCrawler\\": ""
1971                 },
1972                 "exclude-from-classmap": [
1973                     "/Tests/"
1974                 ]
1975             },
1976             "notification-url": "https://packagist.org/downloads/",
1977             "license": [
1978                 "MIT"
1979             ],
1980             "authors": [
1981                 {
1982                     "name": "Fabien Potencier",
1983                     "email": "[email protected]"
1984                 },
1985                 {
1986                     "name": "Symfony Community",
1987                     "homepage": "https://symfony.com/contributors"
1988                 }
1989             ],
1990             "description": "Symfony DomCrawler Component",
1991             "homepage": "https://symfony.com",
1992             "time": "2015-11-02 20:20:53"
1993         },
1994         {
1995             "name": "symfony/event-dispatcher",
1996             "version": "v2.8.0",
1997             "source": {
1998                 "type": "git",
1999                 "url": "https://github.com/symfony/event-dispatcher.git",
2000                 "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
2001             },
2002             "dist": {
2003                 "type": "zip",
2004                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
2005                 "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
2006                 "shasum": ""
2007             },
2008             "require": {
2009                 "php": ">=5.3.9"
2010             },
2011             "require-dev": {
2012                 "psr/log": "~1.0",
2013                 "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2014                 "symfony/dependency-injection": "~2.6|~3.0.0",
2015                 "symfony/expression-language": "~2.6|~3.0.0",
2016                 "symfony/stopwatch": "~2.3|~3.0.0"
2017             },
2018             "suggest": {
2019                 "symfony/dependency-injection": "",
2020                 "symfony/http-kernel": ""
2021             },
2022             "type": "library",
2023             "extra": {
2024                 "branch-alias": {
2025                     "dev-master": "2.8-dev"
2026                 }
2027             },
2028             "autoload": {
2029                 "psr-4": {
2030                     "Symfony\\Component\\EventDispatcher\\": ""
2031                 },
2032                 "exclude-from-classmap": [
2033                     "/Tests/"
2034                 ]
2035             },
2036             "notification-url": "https://packagist.org/downloads/",
2037             "license": [
2038                 "MIT"
2039             ],
2040             "authors": [
2041                 {
2042                     "name": "Fabien Potencier",
2043                     "email": "[email protected]"
2044                 },
2045                 {
2046                     "name": "Symfony Community",
2047                     "homepage": "https://symfony.com/contributors"
2048                 }
2049             ],
2050             "description": "Symfony EventDispatcher Component",
2051             "homepage": "https://symfony.com",
2052             "time": "2015-10-30 20:15:42"
2053         },
2054         {
2055             "name": "symfony/finder",
2056             "version": "v2.7.7",
2057             "source": {
2058                 "type": "git",
2059                 "url": "https://github.com/symfony/finder.git",
2060                 "reference": "a06a0c0ff7db3736a50d530c908cca547bf13da9"
2061             },
2062             "dist": {
2063                 "type": "zip",
2064                 "url": "https://api.github.com/repos/symfony/finder/zipball/a06a0c0ff7db3736a50d530c908cca547bf13da9",
2065                 "reference": "a06a0c0ff7db3736a50d530c908cca547bf13da9",
2066                 "shasum": ""
2067             },
2068             "require": {
2069                 "php": ">=5.3.9"
2070             },
2071             "type": "library",
2072             "extra": {
2073                 "branch-alias": {
2074                     "dev-master": "2.7-dev"
2075                 }
2076             },
2077             "autoload": {
2078                 "psr-4": {
2079                     "Symfony\\Component\\Finder\\": ""
2080                 },
2081                 "exclude-from-classmap": [
2082                     "/Tests/"
2083                 ]
2084             },
2085             "notification-url": "https://packagist.org/downloads/",
2086             "license": [
2087                 "MIT"
2088             ],
2089             "authors": [
2090                 {
2091                     "name": "Fabien Potencier",
2092                     "email": "[email protected]"
2093                 },
2094                 {
2095                     "name": "Symfony Community",
2096                     "homepage": "https://symfony.com/contributors"
2097                 }
2098             ],
2099             "description": "Symfony Finder Component",
2100             "homepage": "https://symfony.com",
2101             "time": "2015-10-30 20:10:21"
2102         },
2103         {
2104             "name": "symfony/http-foundation",
2105             "version": "v2.7.7",
2106             "source": {
2107                 "type": "git",
2108                 "url": "https://github.com/symfony/http-foundation.git",
2109                 "reference": "e83a3d105ddaf5a113e803c904fdec552d1f1c35"
2110             },
2111             "dist": {
2112                 "type": "zip",
2113                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e83a3d105ddaf5a113e803c904fdec552d1f1c35",
2114                 "reference": "e83a3d105ddaf5a113e803c904fdec552d1f1c35",
2115                 "shasum": ""
2116             },
2117             "require": {
2118                 "php": ">=5.3.9"
2119             },
2120             "require-dev": {
2121                 "symfony/expression-language": "~2.4"
2122             },
2123             "type": "library",
2124             "extra": {
2125                 "branch-alias": {
2126                     "dev-master": "2.7-dev"
2127                 }
2128             },
2129             "autoload": {
2130                 "psr-4": {
2131                     "Symfony\\Component\\HttpFoundation\\": ""
2132                 },
2133                 "classmap": [
2134                     "Resources/stubs"
2135                 ],
2136                 "exclude-from-classmap": [
2137                     "/Tests/"
2138                 ]
2139             },
2140             "notification-url": "https://packagist.org/downloads/",
2141             "license": [
2142                 "MIT"
2143             ],
2144             "authors": [
2145                 {
2146                     "name": "Fabien Potencier",
2147                     "email": "[email protected]"
2148                 },
2149                 {
2150                     "name": "Symfony Community",
2151                     "homepage": "https://symfony.com/contributors"
2152                 }
2153             ],
2154             "description": "Symfony HttpFoundation Component",
2155             "homepage": "https://symfony.com",
2156             "time": "2015-11-20 17:41:18"
2157         },
2158         {
2159             "name": "symfony/http-kernel",
2160             "version": "v2.7.7",
2161             "source": {
2162                 "type": "git",
2163                 "url": "https://github.com/symfony/http-kernel.git",
2164                 "reference": "5570de31e8fbc03777a8c61eb24f9b626e5e5941"
2165             },
2166             "dist": {
2167                 "type": "zip",
2168                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5570de31e8fbc03777a8c61eb24f9b626e5e5941",
2169                 "reference": "5570de31e8fbc03777a8c61eb24f9b626e5e5941",
2170                 "shasum": ""
2171             },
2172             "require": {
2173                 "php": ">=5.3.9",
2174                 "psr/log": "~1.0",
2175                 "symfony/debug": "~2.6,>=2.6.2",
2176                 "symfony/event-dispatcher": "~2.6,>=2.6.7",
2177                 "symfony/http-foundation": "~2.5,>=2.5.4"
2178             },
2179             "conflict": {
2180                 "symfony/config": "<2.7"
2181             },
2182             "require-dev": {
2183                 "symfony/browser-kit": "~2.3",
2184                 "symfony/class-loader": "~2.1",
2185                 "symfony/config": "~2.7",
2186                 "symfony/console": "~2.3",
2187                 "symfony/css-selector": "~2.0,>=2.0.5",
2188                 "symfony/dependency-injection": "~2.2",
2189                 "symfony/dom-crawler": "~2.0,>=2.0.5",
2190                 "symfony/expression-language": "~2.4",
2191                 "symfony/finder": "~2.0,>=2.0.5",
2192                 "symfony/process": "~2.0,>=2.0.5",
2193                 "symfony/routing": "~2.2",
2194                 "symfony/stopwatch": "~2.3",
2195                 "symfony/templating": "~2.2",
2196                 "symfony/translation": "~2.0,>=2.0.5",
2197                 "symfony/var-dumper": "~2.6"
2198             },
2199             "suggest": {
2200                 "symfony/browser-kit": "",
2201                 "symfony/class-loader": "",
2202                 "symfony/config": "",
2203                 "symfony/console": "",
2204                 "symfony/dependency-injection": "",
2205                 "symfony/finder": "",
2206                 "symfony/var-dumper": ""
2207             },
2208             "type": "library",
2209             "extra": {
2210                 "branch-alias": {
2211                     "dev-master": "2.7-dev"
2212                 }
2213             },
2214             "autoload": {
2215                 "psr-4": {
2216                     "Symfony\\Component\\HttpKernel\\": ""
2217                 },
2218                 "exclude-from-classmap": [
2219                     "/Tests/"
2220                 ]
2221             },
2222             "notification-url": "https://packagist.org/downloads/",
2223             "license": [
2224                 "MIT"
2225             ],
2226             "authors": [
2227                 {
2228                     "name": "Fabien Potencier",
2229                     "email": "[email protected]"
2230                 },
2231                 {
2232                     "name": "Symfony Community",
2233                     "homepage": "https://symfony.com/contributors"
2234                 }
2235             ],
2236             "description": "Symfony HttpKernel Component",
2237             "homepage": "https://symfony.com",
2238             "time": "2015-11-23 11:57:49"
2239         },
2240         {
2241             "name": "symfony/process",
2242             "version": "v2.7.7",
2243             "source": {
2244                 "type": "git",
2245                 "url": "https://github.com/symfony/process.git",
2246                 "reference": "f6290983c8725d0afa29bdc3e5295879de3e58f5"
2247             },
2248             "dist": {
2249                 "type": "zip",
2250                 "url": "https://api.github.com/repos/symfony/process/zipball/f6290983c8725d0afa29bdc3e5295879de3e58f5",
2251                 "reference": "f6290983c8725d0afa29bdc3e5295879de3e58f5",
2252                 "shasum": ""
2253             },
2254             "require": {
2255                 "php": ">=5.3.9"
2256             },
2257             "type": "library",
2258             "extra": {
2259                 "branch-alias": {
2260                     "dev-master": "2.7-dev"
2261                 }
2262             },
2263             "autoload": {
2264                 "psr-4": {
2265                     "Symfony\\Component\\Process\\": ""
2266                 },
2267                 "exclude-from-classmap": [
2268                     "/Tests/"
2269                 ]
2270             },
2271             "notification-url": "https://packagist.org/downloads/",
2272             "license": [
2273                 "MIT"
2274             ],
2275             "authors": [
2276                 {
2277                     "name": "Fabien Potencier",
2278                     "email": "[email protected]"
2279                 },
2280                 {
2281                     "name": "Symfony Community",
2282                     "homepage": "https://symfony.com/contributors"
2283                 }
2284             ],
2285             "description": "Symfony Process Component",
2286             "homepage": "https://symfony.com",
2287             "time": "2015-11-19 16:11:24"
2288         },
2289         {
2290             "name": "symfony/routing",
2291             "version": "v2.7.7",
2292             "source": {
2293                 "type": "git",
2294                 "url": "https://github.com/symfony/routing.git",
2295                 "reference": "7450f6196711b124fb8b04a12286d01a0401ddfe"
2296             },
2297             "dist": {
2298                 "type": "zip",
2299                 "url": "https://api.github.com/repos/symfony/routing/zipball/7450f6196711b124fb8b04a12286d01a0401ddfe",
2300                 "reference": "7450f6196711b124fb8b04a12286d01a0401ddfe",
2301                 "shasum": ""
2302             },
2303             "require": {
2304                 "php": ">=5.3.9"
2305             },
2306             "conflict": {
2307                 "symfony/config": "<2.7"
2308             },
2309             "require-dev": {
2310                 "doctrine/annotations": "~1.0",
2311                 "doctrine/common": "~2.2",
2312                 "psr/log": "~1.0",
2313                 "symfony/config": "~2.7",
2314                 "symfony/expression-language": "~2.4",
2315                 "symfony/http-foundation": "~2.3",
2316                 "symfony/yaml": "~2.0,>=2.0.5"
2317             },
2318             "suggest": {
2319                 "doctrine/annotations": "For using the annotation loader",
2320                 "symfony/config": "For using the all-in-one router or any loader",
2321                 "symfony/expression-language": "For using expression matching",
2322                 "symfony/yaml": "For using the YAML loader"
2323             },
2324             "type": "library",
2325             "extra": {
2326                 "branch-alias": {
2327                     "dev-master": "2.7-dev"
2328                 }
2329             },
2330             "autoload": {
2331                 "psr-4": {
2332                     "Symfony\\Component\\Routing\\": ""
2333                 },
2334                 "exclude-from-classmap": [
2335                     "/Tests/"
2336                 ]
2337             },
2338             "notification-url": "https://packagist.org/downloads/",
2339             "license": [
2340                 "MIT"
2341             ],
2342             "authors": [
2343                 {
2344                     "name": "Fabien Potencier",
2345                     "email": "[email protected]"
2346                 },
2347                 {
2348                     "name": "Symfony Community",
2349                     "homepage": "https://symfony.com/contributors"
2350                 }
2351             ],
2352             "description": "Symfony Routing Component",
2353             "homepage": "https://symfony.com",
2354             "keywords": [
2355                 "router",
2356                 "routing",
2357                 "uri",
2358                 "url"
2359             ],
2360             "time": "2015-11-18 13:41:01"
2361         },
2362         {
2363             "name": "symfony/translation",
2364             "version": "v2.7.7",
2365             "source": {
2366                 "type": "git",
2367                 "url": "https://github.com/symfony/translation.git",
2368                 "reference": "e4ecb9c3ba1304eaf24de15c2d7a428101c1982f"
2369             },
2370             "dist": {
2371                 "type": "zip",
2372                 "url": "https://api.github.com/repos/symfony/translation/zipball/e4ecb9c3ba1304eaf24de15c2d7a428101c1982f",
2373                 "reference": "e4ecb9c3ba1304eaf24de15c2d7a428101c1982f",
2374                 "shasum": ""
2375             },
2376             "require": {
2377                 "php": ">=5.3.9"
2378             },
2379             "conflict": {
2380                 "symfony/config": "<2.7"
2381             },
2382             "require-dev": {
2383                 "psr/log": "~1.0",
2384                 "symfony/config": "~2.7",
2385                 "symfony/intl": "~2.4",
2386                 "symfony/yaml": "~2.2"
2387             },
2388             "suggest": {
2389                 "psr/log": "To use logging capability in translator",
2390                 "symfony/config": "",
2391                 "symfony/yaml": ""
2392             },
2393             "type": "library",
2394             "extra": {
2395                 "branch-alias": {
2396                     "dev-master": "2.7-dev"
2397                 }
2398             },
2399             "autoload": {
2400                 "psr-4": {
2401                     "Symfony\\Component\\Translation\\": ""
2402                 },
2403                 "exclude-from-classmap": [
2404                     "/Tests/"
2405                 ]
2406             },
2407             "notification-url": "https://packagist.org/downloads/",
2408             "license": [
2409                 "MIT"
2410             ],
2411             "authors": [
2412                 {
2413                     "name": "Fabien Potencier",
2414                     "email": "[email protected]"
2415                 },
2416                 {
2417                     "name": "Symfony Community",
2418                     "homepage": "https://symfony.com/contributors"
2419                 }
2420             ],
2421             "description": "Symfony Translation Component",
2422             "homepage": "https://symfony.com",
2423             "time": "2015-11-18 13:41:01"
2424         },
2425         {
2426             "name": "symfony/var-dumper",
2427             "version": "v2.7.7",
2428             "source": {
2429                 "type": "git",
2430                 "url": "https://github.com/symfony/var-dumper.git",
2431                 "reference": "72bcb27411780eaee9469729aace73c0d46fb2b8"
2432             },
2433             "dist": {
2434                 "type": "zip",
2435                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72bcb27411780eaee9469729aace73c0d46fb2b8",
2436                 "reference": "72bcb27411780eaee9469729aace73c0d46fb2b8",
2437                 "shasum": ""
2438             },
2439             "require": {
2440                 "php": ">=5.3.9"
2441             },
2442             "suggest": {
2443                 "ext-symfony_debug": ""
2444             },
2445             "type": "library",
2446             "extra": {
2447                 "branch-alias": {
2448                     "dev-master": "2.7-dev"
2449                 }
2450             },
2451             "autoload": {
2452                 "files": [
2453                     "Resources/functions/dump.php"
2454                 ],
2455                 "psr-4": {
2456                     "Symfony\\Component\\VarDumper\\": ""
2457                 },
2458                 "exclude-from-classmap": [
2459                     "/Tests/"
2460                 ]
2461             },
2462             "notification-url": "https://packagist.org/downloads/",
2463             "license": [
2464                 "MIT"
2465             ],
2466             "authors": [
2467                 {
2468                     "name": "Nicolas Grekas",
2469                     "email": "[email protected]"
2470                 },
2471                 {
2472                     "name": "Symfony Community",
2473                     "homepage": "https://symfony.com/contributors"
2474                 }
2475             ],
2476             "description": "Symfony mechanism for exploring and dumping PHP variables",
2477             "homepage": "https://symfony.com",
2478             "keywords": [
2479                 "debug",
2480                 "dump"
2481             ],
2482             "time": "2015-11-18 13:41:01"
2483         },
2484         {
2485             "name": "vlucas/phpdotenv",
2486             "version": "v1.1.1",
2487             "source": {
2488                 "type": "git",
2489                 "url": "https://github.com/vlucas/phpdotenv.git",
2490                 "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
2491             },
2492             "dist": {
2493                 "type": "zip",
2494                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
2495                 "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
2496                 "shasum": ""
2497             },
2498             "require": {
2499                 "php": ">=5.3.2"
2500             },
2501             "require-dev": {
2502                 "phpunit/phpunit": "~4.0"
2503             },
2504             "type": "library",
2505             "autoload": {
2506                 "psr-0": {
2507                     "Dotenv": "src/"
2508                 }
2509             },
2510             "notification-url": "https://packagist.org/downloads/",
2511             "license": [
2512                 "BSD"
2513             ],
2514             "authors": [
2515                 {
2516                     "name": "Vance Lucas",
2517                     "email": "[email protected]",
2518                     "homepage": "http://www.vancelucas.com"
2519                 }
2520             ],
2521             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2522             "homepage": "http://github.com/vlucas/phpdotenv",
2523             "keywords": [
2524                 "dotenv",
2525                 "env",
2526                 "environment"
2527             ],
2528             "time": "2015-05-30 15:59:26"
2529         }
2530     ],
2531     "packages-dev": [
2532         {
2533             "name": "doctrine/instantiator",
2534             "version": "1.0.5",
2535             "source": {
2536                 "type": "git",
2537                 "url": "https://github.com/doctrine/instantiator.git",
2538                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2539             },
2540             "dist": {
2541                 "type": "zip",
2542                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
2543                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2544                 "shasum": ""
2545             },
2546             "require": {
2547                 "php": ">=5.3,<8.0-DEV"
2548             },
2549             "require-dev": {
2550                 "athletic/athletic": "~0.1.8",
2551                 "ext-pdo": "*",
2552                 "ext-phar": "*",
2553                 "phpunit/phpunit": "~4.0",
2554                 "squizlabs/php_codesniffer": "~2.0"
2555             },
2556             "type": "library",
2557             "extra": {
2558                 "branch-alias": {
2559                     "dev-master": "1.0.x-dev"
2560                 }
2561             },
2562             "autoload": {
2563                 "psr-4": {
2564                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2565                 }
2566             },
2567             "notification-url": "https://packagist.org/downloads/",
2568             "license": [
2569                 "MIT"
2570             ],
2571             "authors": [
2572                 {
2573                     "name": "Marco Pivetta",
2574                     "email": "[email protected]",
2575                     "homepage": "http://ocramius.github.com/"
2576                 }
2577             ],
2578             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2579             "homepage": "https://github.com/doctrine/instantiator",
2580             "keywords": [
2581                 "constructor",
2582                 "instantiate"
2583             ],
2584             "time": "2015-06-14 21:17:01"
2585         },
2586         {
2587             "name": "fzaninotto/faker",
2588             "version": "v1.5.0",
2589             "source": {
2590                 "type": "git",
2591                 "url": "https://github.com/fzaninotto/Faker.git",
2592                 "reference": "d0190b156bcca848d401fb80f31f504f37141c8d"
2593             },
2594             "dist": {
2595                 "type": "zip",
2596                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d0190b156bcca848d401fb80f31f504f37141c8d",
2597                 "reference": "d0190b156bcca848d401fb80f31f504f37141c8d",
2598                 "shasum": ""
2599             },
2600             "require": {
2601                 "php": ">=5.3.3"
2602             },
2603             "require-dev": {
2604                 "phpunit/phpunit": "~4.0",
2605                 "squizlabs/php_codesniffer": "~1.5"
2606             },
2607             "suggest": {
2608                 "ext-intl": "*"
2609             },
2610             "type": "library",
2611             "extra": {
2612                 "branch-alias": {
2613                     "dev-master": "1.5.x-dev"
2614                 }
2615             },
2616             "autoload": {
2617                 "psr-4": {
2618                     "Faker\\": "src/Faker/"
2619                 }
2620             },
2621             "notification-url": "https://packagist.org/downloads/",
2622             "license": [
2623                 "MIT"
2624             ],
2625             "authors": [
2626                 {
2627                     "name": "François Zaninotto"
2628                 }
2629             ],
2630             "description": "Faker is a PHP library that generates fake data for you.",
2631             "keywords": [
2632                 "data",
2633                 "faker",
2634                 "fixtures"
2635             ],
2636             "time": "2015-05-29 06:29:14"
2637         },
2638         {
2639             "name": "hamcrest/hamcrest-php",
2640             "version": "v1.2.2",
2641             "source": {
2642                 "type": "git",
2643                 "url": "https://github.com/hamcrest/hamcrest-php.git",
2644                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2645             },
2646             "dist": {
2647                 "type": "zip",
2648                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2649                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2650                 "shasum": ""
2651             },
2652             "require": {
2653                 "php": ">=5.3.2"
2654             },
2655             "replace": {
2656                 "cordoval/hamcrest-php": "*",
2657                 "davedevelopment/hamcrest-php": "*",
2658                 "kodova/hamcrest-php": "*"
2659             },
2660             "require-dev": {
2661                 "phpunit/php-file-iterator": "1.3.3",
2662                 "satooshi/php-coveralls": "dev-master"
2663             },
2664             "type": "library",
2665             "autoload": {
2666                 "classmap": [
2667                     "hamcrest"
2668                 ],
2669                 "files": [
2670                     "hamcrest/Hamcrest.php"
2671                 ]
2672             },
2673             "notification-url": "https://packagist.org/downloads/",
2674             "license": [
2675                 "BSD"
2676             ],
2677             "description": "This is the PHP port of Hamcrest Matchers",
2678             "keywords": [
2679                 "test"
2680             ],
2681             "time": "2015-05-11 14:41:42"
2682         },
2683         {
2684             "name": "mockery/mockery",
2685             "version": "0.9.4",
2686             "source": {
2687                 "type": "git",
2688                 "url": "https://github.com/padraic/mockery.git",
2689                 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b"
2690             },
2691             "dist": {
2692                 "type": "zip",
2693                 "url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b",
2694                 "reference": "70bba85e4aabc9449626651f48b9018ede04f86b",
2695                 "shasum": ""
2696             },
2697             "require": {
2698                 "hamcrest/hamcrest-php": "~1.1",
2699                 "lib-pcre": ">=7.0",
2700                 "php": ">=5.3.2"
2701             },
2702             "require-dev": {
2703                 "phpunit/phpunit": "~4.0"
2704             },
2705             "type": "library",
2706             "extra": {
2707                 "branch-alias": {
2708                     "dev-master": "0.9.x-dev"
2709                 }
2710             },
2711             "autoload": {
2712                 "psr-0": {
2713                     "Mockery": "library/"
2714                 }
2715             },
2716             "notification-url": "https://packagist.org/downloads/",
2717             "license": [
2718                 "BSD-3-Clause"
2719             ],
2720             "authors": [
2721                 {
2722                     "name": "Pádraic Brady",
2723                     "email": "[email protected]",
2724                     "homepage": "http://blog.astrumfutura.com"
2725                 },
2726                 {
2727                     "name": "Dave Marshall",
2728                     "email": "[email protected]",
2729                     "homepage": "http://davedevelopment.co.uk"
2730                 }
2731             ],
2732             "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.",
2733             "homepage": "http://github.com/padraic/mockery",
2734             "keywords": [
2735                 "BDD",
2736                 "TDD",
2737                 "library",
2738                 "mock",
2739                 "mock objects",
2740                 "mockery",
2741                 "stub",
2742                 "test",
2743                 "test double",
2744                 "testing"
2745             ],
2746             "time": "2015-04-02 19:54:00"
2747         },
2748         {
2749             "name": "phpspec/php-diff",
2750             "version": "v1.0.2",
2751             "source": {
2752                 "type": "git",
2753                 "url": "https://github.com/phpspec/php-diff.git",
2754                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
2755             },
2756             "dist": {
2757                 "type": "zip",
2758                 "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
2759                 "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
2760                 "shasum": ""
2761             },
2762             "type": "library",
2763             "autoload": {
2764                 "psr-0": {
2765                     "Diff": "lib/"
2766                 }
2767             },
2768             "notification-url": "https://packagist.org/downloads/",
2769             "license": [
2770                 "BSD-3-Clause"
2771             ],
2772             "authors": [
2773                 {
2774                     "name": "Chris Boulton",
2775                     "homepage": "http://github.com/chrisboulton",
2776                     "role": "Original developer"
2777                 }
2778             ],
2779             "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
2780             "time": "2013-11-01 13:02:21"
2781         },
2782         {
2783             "name": "phpspec/phpspec",
2784             "version": "2.4.0",
2785             "source": {
2786                 "type": "git",
2787                 "url": "https://github.com/phpspec/phpspec.git",
2788                 "reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358"
2789             },
2790             "dist": {
2791                 "type": "zip",
2792                 "url": "https://api.github.com/repos/phpspec/phpspec/zipball/1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
2793                 "reference": "1d3938e6d9ffb1bd4805ea8ddac62ea48767f358",
2794                 "shasum": ""
2795             },
2796             "require": {
2797                 "doctrine/instantiator": "^1.0.1",
2798                 "ext-tokenizer": "*",
2799                 "php": ">=5.3.3",
2800                 "phpspec/php-diff": "~1.0.0",
2801                 "phpspec/prophecy": "~1.4",
2802                 "sebastian/exporter": "~1.0",
2803                 "symfony/console": "~2.3|~3.0",
2804                 "symfony/event-dispatcher": "~2.1|~3.0",
2805                 "symfony/finder": "~2.1|~3.0",
2806                 "symfony/process": "^2.6|~3.0",
2807                 "symfony/yaml": "~2.1|~3.0"
2808             },
2809             "require-dev": {
2810                 "behat/behat": "^3.0.11",
2811                 "bossa/phpspec2-expect": "~1.0",
2812                 "phpunit/phpunit": "~4.4",
2813                 "symfony/filesystem": "~2.1|~3.0"
2814             },
2815             "suggest": {
2816                 "phpspec/nyan-formatters": "~1.0 â€“ Adds Nyan formatters"
2817             },
2818             "bin": [
2819                 "bin/phpspec"
2820             ],
2821             "type": "library",
2822             "extra": {
2823                 "branch-alias": {
2824                     "dev-master": "2.2.x-dev"
2825                 }
2826             },
2827             "autoload": {
2828                 "psr-0": {
2829                     "PhpSpec": "src/"
2830                 }
2831             },
2832             "notification-url": "https://packagist.org/downloads/",
2833             "license": [
2834                 "MIT"
2835             ],
2836             "authors": [
2837                 {
2838                     "name": "Konstantin Kudryashov",
2839                     "email": "[email protected]",
2840                     "homepage": "http://everzet.com"
2841                 },
2842                 {
2843                     "name": "Marcello Duarte",
2844                     "homepage": "http://marcelloduarte.net/"
2845                 }
2846             ],
2847             "description": "Specification-oriented BDD framework for PHP 5.3+",
2848             "homepage": "http://phpspec.net/",
2849             "keywords": [
2850                 "BDD",
2851                 "SpecBDD",
2852                 "TDD",
2853                 "spec",
2854                 "specification",
2855                 "testing",
2856                 "tests"
2857             ],
2858             "time": "2015-11-29 02:03:49"
2859         },
2860         {
2861             "name": "phpspec/prophecy",
2862             "version": "v1.5.0",
2863             "source": {
2864                 "type": "git",
2865                 "url": "https://github.com/phpspec/prophecy.git",
2866                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
2867             },
2868             "dist": {
2869                 "type": "zip",
2870                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2871                 "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
2872                 "shasum": ""
2873             },
2874             "require": {
2875                 "doctrine/instantiator": "^1.0.2",
2876                 "phpdocumentor/reflection-docblock": "~2.0",
2877                 "sebastian/comparator": "~1.1"
2878             },
2879             "require-dev": {
2880                 "phpspec/phpspec": "~2.0"
2881             },
2882             "type": "library",
2883             "extra": {
2884                 "branch-alias": {
2885                     "dev-master": "1.4.x-dev"
2886                 }
2887             },
2888             "autoload": {
2889                 "psr-0": {
2890                     "Prophecy\\": "src/"
2891                 }
2892             },
2893             "notification-url": "https://packagist.org/downloads/",
2894             "license": [
2895                 "MIT"
2896             ],
2897             "authors": [
2898                 {
2899                     "name": "Konstantin Kudryashov",
2900                     "email": "[email protected]",
2901                     "homepage": "http://everzet.com"
2902                 },
2903                 {
2904                     "name": "Marcello Duarte",
2905                     "email": "[email protected]"
2906                 }
2907             ],
2908             "description": "Highly opinionated mocking framework for PHP 5.3+",
2909             "homepage": "https://github.com/phpspec/prophecy",
2910             "keywords": [
2911                 "Double",
2912                 "Dummy",
2913                 "fake",
2914                 "mock",
2915                 "spy",
2916                 "stub"
2917             ],
2918             "time": "2015-08-13 10:07:40"
2919         },
2920         {
2921             "name": "phpunit/php-code-coverage",
2922             "version": "2.2.4",
2923             "source": {
2924                 "type": "git",
2925                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2926                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2927             },
2928             "dist": {
2929                 "type": "zip",
2930                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2931                 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2932                 "shasum": ""
2933             },
2934             "require": {
2935                 "php": ">=5.3.3",
2936                 "phpunit/php-file-iterator": "~1.3",
2937                 "phpunit/php-text-template": "~1.2",
2938                 "phpunit/php-token-stream": "~1.3",
2939                 "sebastian/environment": "^1.3.2",
2940                 "sebastian/version": "~1.0"
2941             },
2942             "require-dev": {
2943                 "ext-xdebug": ">=2.1.4",
2944                 "phpunit/phpunit": "~4"
2945             },
2946             "suggest": {
2947                 "ext-dom": "*",
2948                 "ext-xdebug": ">=2.2.1",
2949                 "ext-xmlwriter": "*"
2950             },
2951             "type": "library",
2952             "extra": {
2953                 "branch-alias": {
2954                     "dev-master": "2.2.x-dev"
2955                 }
2956             },
2957             "autoload": {
2958                 "classmap": [
2959                     "src/"
2960                 ]
2961             },
2962             "notification-url": "https://packagist.org/downloads/",
2963             "license": [
2964                 "BSD-3-Clause"
2965             ],
2966             "authors": [
2967                 {
2968                     "name": "Sebastian Bergmann",
2969                     "email": "[email protected]",
2970                     "role": "lead"
2971                 }
2972             ],
2973             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2974             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2975             "keywords": [
2976                 "coverage",
2977                 "testing",
2978                 "xunit"
2979             ],
2980             "time": "2015-10-06 15:47:00"
2981         },
2982         {
2983             "name": "phpunit/php-file-iterator",
2984             "version": "1.4.1",
2985             "source": {
2986                 "type": "git",
2987                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2988                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2989             },
2990             "dist": {
2991                 "type": "zip",
2992                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2993                 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2994                 "shasum": ""
2995             },
2996             "require": {
2997                 "php": ">=5.3.3"
2998             },
2999             "type": "library",
3000             "extra": {
3001                 "branch-alias": {
3002                     "dev-master": "1.4.x-dev"
3003                 }
3004             },
3005             "autoload": {
3006                 "classmap": [
3007                     "src/"
3008                 ]
3009             },
3010             "notification-url": "https://packagist.org/downloads/",
3011             "license": [
3012                 "BSD-3-Clause"
3013             ],
3014             "authors": [
3015                 {
3016                     "name": "Sebastian Bergmann",
3017                     "email": "[email protected]",
3018                     "role": "lead"
3019                 }
3020             ],
3021             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
3022             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
3023             "keywords": [
3024                 "filesystem",
3025                 "iterator"
3026             ],
3027             "time": "2015-06-21 13:08:43"
3028         },
3029         {
3030             "name": "phpunit/php-text-template",
3031             "version": "1.2.1",
3032             "source": {
3033                 "type": "git",
3034                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
3035                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
3036             },
3037             "dist": {
3038                 "type": "zip",
3039                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3040                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
3041                 "shasum": ""
3042             },
3043             "require": {
3044                 "php": ">=5.3.3"
3045             },
3046             "type": "library",
3047             "autoload": {
3048                 "classmap": [
3049                     "src/"
3050                 ]
3051             },
3052             "notification-url": "https://packagist.org/downloads/",
3053             "license": [
3054                 "BSD-3-Clause"
3055             ],
3056             "authors": [
3057                 {
3058                     "name": "Sebastian Bergmann",
3059                     "email": "[email protected]",
3060                     "role": "lead"
3061                 }
3062             ],
3063             "description": "Simple template engine.",
3064             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
3065             "keywords": [
3066                 "template"
3067             ],
3068             "time": "2015-06-21 13:50:34"
3069         },
3070         {
3071             "name": "phpunit/php-timer",
3072             "version": "1.0.7",
3073             "source": {
3074                 "type": "git",
3075                 "url": "https://github.com/sebastianbergmann/php-timer.git",
3076                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
3077             },
3078             "dist": {
3079                 "type": "zip",
3080                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3081                 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
3082                 "shasum": ""
3083             },
3084             "require": {
3085                 "php": ">=5.3.3"
3086             },
3087             "type": "library",
3088             "autoload": {
3089                 "classmap": [
3090                     "src/"
3091                 ]
3092             },
3093             "notification-url": "https://packagist.org/downloads/",
3094             "license": [
3095                 "BSD-3-Clause"
3096             ],
3097             "authors": [
3098                 {
3099                     "name": "Sebastian Bergmann",
3100                     "email": "[email protected]",
3101                     "role": "lead"
3102                 }
3103             ],
3104             "description": "Utility class for timing",
3105             "homepage": "https://github.com/sebastianbergmann/php-timer/",
3106             "keywords": [
3107                 "timer"
3108             ],
3109             "time": "2015-06-21 08:01:12"
3110         },
3111         {
3112             "name": "phpunit/php-token-stream",
3113             "version": "1.4.8",
3114             "source": {
3115                 "type": "git",
3116                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3117                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
3118             },
3119             "dist": {
3120                 "type": "zip",
3121                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3122                 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
3123                 "shasum": ""
3124             },
3125             "require": {
3126                 "ext-tokenizer": "*",
3127                 "php": ">=5.3.3"
3128             },
3129             "require-dev": {
3130                 "phpunit/phpunit": "~4.2"
3131             },
3132             "type": "library",
3133             "extra": {
3134                 "branch-alias": {
3135                     "dev-master": "1.4-dev"
3136                 }
3137             },
3138             "autoload": {
3139                 "classmap": [
3140                     "src/"
3141                 ]
3142             },
3143             "notification-url": "https://packagist.org/downloads/",
3144             "license": [
3145                 "BSD-3-Clause"
3146             ],
3147             "authors": [
3148                 {
3149                     "name": "Sebastian Bergmann",
3150                     "email": "[email protected]"
3151                 }
3152             ],
3153             "description": "Wrapper around PHP's tokenizer extension.",
3154             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
3155             "keywords": [
3156                 "tokenizer"
3157             ],
3158             "time": "2015-09-15 10:49:45"
3159         },
3160         {
3161             "name": "phpunit/phpunit",
3162             "version": "4.8.19",
3163             "source": {
3164                 "type": "git",
3165                 "url": "https://github.com/sebastianbergmann/phpunit.git",
3166                 "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4"
3167             },
3168             "dist": {
3169                 "type": "zip",
3170                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b2caaf8947aba5e002d42126723e9d69795f32b4",
3171                 "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4",
3172                 "shasum": ""
3173             },
3174             "require": {
3175                 "ext-dom": "*",
3176                 "ext-json": "*",
3177                 "ext-pcre": "*",
3178                 "ext-reflection": "*",
3179                 "ext-spl": "*",
3180                 "php": ">=5.3.3",
3181                 "phpspec/prophecy": "^1.3.1",
3182                 "phpunit/php-code-coverage": "~2.1",
3183                 "phpunit/php-file-iterator": "~1.4",
3184                 "phpunit/php-text-template": "~1.2",
3185                 "phpunit/php-timer": ">=1.0.6",
3186                 "phpunit/phpunit-mock-objects": "~2.3",
3187                 "sebastian/comparator": "~1.1",
3188                 "sebastian/diff": "~1.2",
3189                 "sebastian/environment": "~1.3",
3190                 "sebastian/exporter": "~1.2",
3191                 "sebastian/global-state": "~1.0",
3192                 "sebastian/version": "~1.0",
3193                 "symfony/yaml": "~2.1|~3.0"
3194             },
3195             "suggest": {
3196                 "phpunit/php-invoker": "~1.1"
3197             },
3198             "bin": [
3199                 "phpunit"
3200             ],
3201             "type": "library",
3202             "extra": {
3203                 "branch-alias": {
3204                     "dev-master": "4.8.x-dev"
3205                 }
3206             },
3207             "autoload": {
3208                 "classmap": [
3209                     "src/"
3210                 ]
3211             },
3212             "notification-url": "https://packagist.org/downloads/",
3213             "license": [
3214                 "BSD-3-Clause"
3215             ],
3216             "authors": [
3217                 {
3218                     "name": "Sebastian Bergmann",
3219                     "email": "[email protected]",
3220                     "role": "lead"
3221                 }
3222             ],
3223             "description": "The PHP Unit Testing framework.",
3224             "homepage": "https://phpunit.de/",
3225             "keywords": [
3226                 "phpunit",
3227                 "testing",
3228                 "xunit"
3229             ],
3230             "time": "2015-11-30 08:18:59"
3231         },
3232         {
3233             "name": "phpunit/phpunit-mock-objects",
3234             "version": "2.3.8",
3235             "source": {
3236                 "type": "git",
3237                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3238                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
3239             },
3240             "dist": {
3241                 "type": "zip",
3242                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3243                 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
3244                 "shasum": ""
3245             },
3246             "require": {
3247                 "doctrine/instantiator": "^1.0.2",
3248                 "php": ">=5.3.3",
3249                 "phpunit/php-text-template": "~1.2",
3250                 "sebastian/exporter": "~1.2"
3251             },
3252             "require-dev": {
3253                 "phpunit/phpunit": "~4.4"
3254             },
3255             "suggest": {
3256                 "ext-soap": "*"
3257             },
3258             "type": "library",
3259             "extra": {
3260                 "branch-alias": {
3261                     "dev-master": "2.3.x-dev"
3262                 }
3263             },
3264             "autoload": {
3265                 "classmap": [
3266                     "src/"
3267                 ]
3268             },
3269             "notification-url": "https://packagist.org/downloads/",
3270             "license": [
3271                 "BSD-3-Clause"
3272             ],
3273             "authors": [
3274                 {
3275                     "name": "Sebastian Bergmann",
3276                     "email": "[email protected]",
3277                     "role": "lead"
3278                 }
3279             ],
3280             "description": "Mock Object library for PHPUnit",
3281             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
3282             "keywords": [
3283                 "mock",
3284                 "xunit"
3285             ],
3286             "time": "2015-10-02 06:51:40"
3287         },
3288         {
3289             "name": "sebastian/comparator",
3290             "version": "1.2.0",
3291             "source": {
3292                 "type": "git",
3293                 "url": "https://github.com/sebastianbergmann/comparator.git",
3294                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
3295             },
3296             "dist": {
3297                 "type": "zip",
3298                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3299                 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3300                 "shasum": ""
3301             },
3302             "require": {
3303                 "php": ">=5.3.3",
3304                 "sebastian/diff": "~1.2",
3305                 "sebastian/exporter": "~1.2"
3306             },
3307             "require-dev": {
3308                 "phpunit/phpunit": "~4.4"
3309             },
3310             "type": "library",
3311             "extra": {
3312                 "branch-alias": {
3313                     "dev-master": "1.2.x-dev"
3314                 }
3315             },
3316             "autoload": {
3317                 "classmap": [
3318                     "src/"
3319                 ]
3320             },
3321             "notification-url": "https://packagist.org/downloads/",
3322             "license": [
3323                 "BSD-3-Clause"
3324             ],
3325             "authors": [
3326                 {
3327                     "name": "Jeff Welch",
3328                     "email": "[email protected]"
3329                 },
3330                 {
3331                     "name": "Volker Dusch",
3332                     "email": "[email protected]"
3333                 },
3334                 {
3335                     "name": "Bernhard Schussek",
3336                     "email": "[email protected]"
3337                 },
3338                 {
3339                     "name": "Sebastian Bergmann",
3340                     "email": "[email protected]"
3341                 }
3342             ],
3343             "description": "Provides the functionality to compare PHP values for equality",
3344             "homepage": "http://www.github.com/sebastianbergmann/comparator",
3345             "keywords": [
3346                 "comparator",
3347                 "compare",
3348                 "equality"
3349             ],
3350             "time": "2015-07-26 15:48:44"
3351         },
3352         {
3353             "name": "sebastian/diff",
3354             "version": "1.3.0",
3355             "source": {
3356                 "type": "git",
3357                 "url": "https://github.com/sebastianbergmann/diff.git",
3358                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
3359             },
3360             "dist": {
3361                 "type": "zip",
3362                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
3363                 "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
3364                 "shasum": ""
3365             },
3366             "require": {
3367                 "php": ">=5.3.3"
3368             },
3369             "require-dev": {
3370                 "phpunit/phpunit": "~4.2"
3371             },
3372             "type": "library",
3373             "extra": {
3374                 "branch-alias": {
3375                     "dev-master": "1.3-dev"
3376                 }
3377             },
3378             "autoload": {
3379                 "classmap": [
3380                     "src/"
3381                 ]
3382             },
3383             "notification-url": "https://packagist.org/downloads/",
3384             "license": [
3385                 "BSD-3-Clause"
3386             ],
3387             "authors": [
3388                 {
3389                     "name": "Kore Nordmann",
3390                     "email": "[email protected]"
3391                 },
3392                 {
3393                     "name": "Sebastian Bergmann",
3394                     "email": "[email protected]"
3395                 }
3396             ],
3397             "description": "Diff implementation",
3398             "homepage": "http://www.github.com/sebastianbergmann/diff",
3399             "keywords": [
3400                 "diff"
3401             ],
3402             "time": "2015-02-22 15:13:53"
3403         },
3404         {
3405             "name": "sebastian/environment",
3406             "version": "1.3.3",
3407             "source": {
3408                 "type": "git",
3409                 "url": "https://github.com/sebastianbergmann/environment.git",
3410                 "reference": "6e7133793a8e5a5714a551a8324337374be209df"
3411             },
3412             "dist": {
3413                 "type": "zip",
3414                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
3415                 "reference": "6e7133793a8e5a5714a551a8324337374be209df",
3416                 "shasum": ""
3417             },
3418             "require": {
3419                 "php": ">=5.3.3"
3420             },
3421             "require-dev": {
3422                 "phpunit/phpunit": "~4.4"
3423             },
3424             "type": "library",
3425             "extra": {
3426                 "branch-alias": {
3427                     "dev-master": "1.3.x-dev"
3428                 }
3429             },
3430             "autoload": {
3431                 "classmap": [
3432                     "src/"
3433                 ]
3434             },
3435             "notification-url": "https://packagist.org/downloads/",
3436             "license": [
3437                 "BSD-3-Clause"
3438             ],
3439             "authors": [
3440                 {
3441                     "name": "Sebastian Bergmann",
3442                     "email": "[email protected]"
3443                 }
3444             ],
3445             "description": "Provides functionality to handle HHVM/PHP environments",
3446             "homepage": "http://www.github.com/sebastianbergmann/environment",
3447             "keywords": [
3448                 "Xdebug",
3449                 "environment",
3450                 "hhvm"
3451             ],
3452             "time": "2015-12-02 08:37:27"
3453         },
3454         {
3455             "name": "sebastian/exporter",
3456             "version": "1.2.1",
3457             "source": {
3458                 "type": "git",
3459                 "url": "https://github.com/sebastianbergmann/exporter.git",
3460                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
3461             },
3462             "dist": {
3463                 "type": "zip",
3464                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
3465                 "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
3466                 "shasum": ""
3467             },
3468             "require": {
3469                 "php": ">=5.3.3",
3470                 "sebastian/recursion-context": "~1.0"
3471             },
3472             "require-dev": {
3473                 "phpunit/phpunit": "~4.4"
3474             },
3475             "type": "library",
3476             "extra": {
3477                 "branch-alias": {
3478                     "dev-master": "1.2.x-dev"
3479                 }
3480             },
3481             "autoload": {
3482                 "classmap": [
3483                     "src/"
3484                 ]
3485             },
3486             "notification-url": "https://packagist.org/downloads/",
3487             "license": [
3488                 "BSD-3-Clause"
3489             ],
3490             "authors": [
3491                 {
3492                     "name": "Jeff Welch",
3493                     "email": "[email protected]"
3494                 },
3495                 {
3496                     "name": "Volker Dusch",
3497                     "email": "[email protected]"
3498                 },
3499                 {
3500                     "name": "Bernhard Schussek",
3501                     "email": "[email protected]"
3502                 },
3503                 {
3504                     "name": "Sebastian Bergmann",
3505                     "email": "[email protected]"
3506                 },
3507                 {
3508                     "name": "Adam Harvey",
3509                     "email": "[email protected]"
3510                 }
3511             ],
3512             "description": "Provides the functionality to export PHP variables for visualization",
3513             "homepage": "http://www.github.com/sebastianbergmann/exporter",
3514             "keywords": [
3515                 "export",
3516                 "exporter"
3517             ],
3518             "time": "2015-06-21 07:55:53"
3519         },
3520         {
3521             "name": "sebastian/global-state",
3522             "version": "1.1.1",
3523             "source": {
3524                 "type": "git",
3525                 "url": "https://github.com/sebastianbergmann/global-state.git",
3526                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3527             },
3528             "dist": {
3529                 "type": "zip",
3530                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3531                 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3532                 "shasum": ""
3533             },
3534             "require": {
3535                 "php": ">=5.3.3"
3536             },
3537             "require-dev": {
3538                 "phpunit/phpunit": "~4.2"
3539             },
3540             "suggest": {
3541                 "ext-uopz": "*"
3542             },
3543             "type": "library",
3544             "extra": {
3545                 "branch-alias": {
3546                     "dev-master": "1.0-dev"
3547                 }
3548             },
3549             "autoload": {
3550                 "classmap": [
3551                     "src/"
3552                 ]
3553             },
3554             "notification-url": "https://packagist.org/downloads/",
3555             "license": [
3556                 "BSD-3-Clause"
3557             ],
3558             "authors": [
3559                 {
3560                     "name": "Sebastian Bergmann",
3561                     "email": "[email protected]"
3562                 }
3563             ],
3564             "description": "Snapshotting of global state",
3565             "homepage": "http://www.github.com/sebastianbergmann/global-state",
3566             "keywords": [
3567                 "global state"
3568             ],
3569             "time": "2015-10-12 03:26:01"
3570         },
3571         {
3572             "name": "sebastian/recursion-context",
3573             "version": "1.0.1",
3574             "source": {
3575                 "type": "git",
3576                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3577                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
3578             },
3579             "dist": {
3580                 "type": "zip",
3581                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
3582                 "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
3583                 "shasum": ""
3584             },
3585             "require": {
3586                 "php": ">=5.3.3"
3587             },
3588             "require-dev": {
3589                 "phpunit/phpunit": "~4.4"
3590             },
3591             "type": "library",
3592             "extra": {
3593                 "branch-alias": {
3594                     "dev-master": "1.0.x-dev"
3595                 }
3596             },
3597             "autoload": {
3598                 "classmap": [
3599                     "src/"
3600                 ]
3601             },
3602             "notification-url": "https://packagist.org/downloads/",
3603             "license": [
3604                 "BSD-3-Clause"
3605             ],
3606             "authors": [
3607                 {
3608                     "name": "Jeff Welch",
3609                     "email": "[email protected]"
3610                 },
3611                 {
3612                     "name": "Sebastian Bergmann",
3613                     "email": "[email protected]"
3614                 },
3615                 {
3616                     "name": "Adam Harvey",
3617                     "email": "[email protected]"
3618                 }
3619             ],
3620             "description": "Provides functionality to recursively process PHP variables",
3621             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3622             "time": "2015-06-21 08:04:50"
3623         },
3624         {
3625             "name": "sebastian/version",
3626             "version": "1.0.6",
3627             "source": {
3628                 "type": "git",
3629                 "url": "https://github.com/sebastianbergmann/version.git",
3630                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3631             },
3632             "dist": {
3633                 "type": "zip",
3634                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3635                 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3636                 "shasum": ""
3637             },
3638             "type": "library",
3639             "autoload": {
3640                 "classmap": [
3641                     "src/"
3642                 ]
3643             },
3644             "notification-url": "https://packagist.org/downloads/",
3645             "license": [
3646                 "BSD-3-Clause"
3647             ],
3648             "authors": [
3649                 {
3650                     "name": "Sebastian Bergmann",
3651                     "email": "[email protected]",
3652                     "role": "lead"
3653                 }
3654             ],
3655             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3656             "homepage": "https://github.com/sebastianbergmann/version",
3657             "time": "2015-06-21 13:59:46"
3658         },
3659         {
3660             "name": "symfony/yaml",
3661             "version": "v3.0.0",
3662             "source": {
3663                 "type": "git",
3664                 "url": "https://github.com/symfony/yaml.git",
3665                 "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002"
3666             },
3667             "dist": {
3668                 "type": "zip",
3669                 "url": "https://api.github.com/repos/symfony/yaml/zipball/177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
3670                 "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
3671                 "shasum": ""
3672             },
3673             "require": {
3674                 "php": ">=5.5.9"
3675             },
3676             "type": "library",
3677             "extra": {
3678                 "branch-alias": {
3679                     "dev-master": "3.0-dev"
3680                 }
3681             },
3682             "autoload": {
3683                 "psr-4": {
3684                     "Symfony\\Component\\Yaml\\": ""
3685                 },
3686                 "exclude-from-classmap": [
3687                     "/Tests/"
3688                 ]
3689             },
3690             "notification-url": "https://packagist.org/downloads/",
3691             "license": [
3692                 "MIT"
3693             ],
3694             "authors": [
3695                 {
3696                     "name": "Fabien Potencier",
3697                     "email": "[email protected]"
3698                 },
3699                 {
3700                     "name": "Symfony Community",
3701                     "homepage": "https://symfony.com/contributors"
3702                 }
3703             ],
3704             "description": "Symfony Yaml Component",
3705             "homepage": "https://symfony.com",
3706             "time": "2015-11-30 12:36:17"
3707         }
3708     ],
3709     "aliases": [],
3710     "minimum-stability": "stable",
3711     "stability-flags": [],
3712     "prefer-stable": false,
3713     "prefer-lowest": false,
3714     "platform": {
3715         "php": ">=5.5.9"
3716     },
3717     "platform-dev": []
3718 }