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