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