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