Completed
Push — master ( 18d1ed...1bfe3f )
by Avtandil
05:46
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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": "460f82268fa4d34de95ec6728ebfe057",
8
    "content-hash": "561d7351fb79a6c8dc0af467ff7b41b9",
9
    "packages": [
10
        {
11
            "name": "classpreloader/classpreloader",
12
            "version": "3.0.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
16
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
21
                "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "nikic/php-parser": "^1.0|^2.0",
26
                "php": ">=5.5.9"
27
            },
28
            "require-dev": {
29
                "phpunit/phpunit": "^4.8|^5.0"
30
            },
31
            "type": "library",
32
            "extra": {
33
                "branch-alias": {
34
                    "dev-master": "3.0-dev"
35
                }
36
            },
37
            "autoload": {
38
                "psr-4": {
39
                    "ClassPreloader\\": "src/"
40
                }
41
            },
42
            "notification-url": "https://packagist.org/downloads/",
43
            "license": [
44
                "MIT"
45
            ],
46
            "authors": [
47
                {
48
                    "name": "Michael Dowling",
49
                    "email": "[email protected]"
50
                },
51
                {
52
                    "name": "Graham Campbell",
53
                    "email": "[email protected]"
54
                }
55
            ],
56
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
57
            "keywords": [
58
                "autoload",
59
                "class",
60
                "preload"
61
            ],
62
            "time": "2015-11-09 22:51:51"
63
        },
64
        {
65
            "name": "dnoegel/php-xdg-base-dir",
66
            "version": "0.1",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
70
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
75
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "php": ">=5.3.2"
80
            },
81
            "require-dev": {
82
                "phpunit/phpunit": "@stable"
83
            },
84
            "type": "project",
85
            "autoload": {
86
                "psr-4": {
87
                    "XdgBaseDir\\": "src/"
88
                }
89
            },
90
            "notification-url": "https://packagist.org/downloads/",
91
            "license": [
92
                "MIT"
93
            ],
94
            "description": "implementation of xdg base directory specification for php",
95
            "time": "2014-10-24 07:27:01"
96
        },
97
        {
98
            "name": "doctrine/inflector",
99
            "version": "v1.1.0",
100
            "source": {
101
                "type": "git",
102
                "url": "https://github.com/doctrine/inflector.git",
103
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
104
            },
105
            "dist": {
106
                "type": "zip",
107
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
108
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
109
                "shasum": ""
110
            },
111
            "require": {
112
                "php": ">=5.3.2"
113
            },
114
            "require-dev": {
115
                "phpunit/phpunit": "4.*"
116
            },
117
            "type": "library",
118
            "extra": {
119
                "branch-alias": {
120
                    "dev-master": "1.1.x-dev"
121
                }
122
            },
123
            "autoload": {
124
                "psr-0": {
125
                    "Doctrine\\Common\\Inflector\\": "lib/"
126
                }
127
            },
128
            "notification-url": "https://packagist.org/downloads/",
129
            "license": [
130
                "MIT"
131
            ],
132
            "authors": [
133
                {
134
                    "name": "Roman Borschel",
135
                    "email": "[email protected]"
136
                },
137
                {
138
                    "name": "Benjamin Eberlei",
139
                    "email": "[email protected]"
140
                },
141
                {
142
                    "name": "Guilherme Blanco",
143
                    "email": "[email protected]"
144
                },
145
                {
146
                    "name": "Jonathan Wage",
147
                    "email": "[email protected]"
148
                },
149
                {
150
                    "name": "Johannes Schmitt",
151
                    "email": "[email protected]"
152
                }
153
            ],
154
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
155
            "homepage": "http://www.doctrine-project.org",
156
            "keywords": [
157
                "inflection",
158
                "pluralize",
159
                "singularize",
160
                "string"
161
            ],
162
            "time": "2015-11-06 14:35:42"
163
        },
164
        {
165
            "name": "jakub-onderka/php-console-color",
166
            "version": "0.1",
167
            "source": {
168
                "type": "git",
169
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
170
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
171
            },
172
            "dist": {
173
                "type": "zip",
174
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
175
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
176
                "shasum": ""
177
            },
178
            "require": {
179
                "php": ">=5.3.2"
180
            },
181
            "require-dev": {
182
                "jakub-onderka/php-code-style": "1.0",
183
                "jakub-onderka/php-parallel-lint": "0.*",
184
                "jakub-onderka/php-var-dump-check": "0.*",
185
                "phpunit/phpunit": "3.7.*",
186
                "squizlabs/php_codesniffer": "1.*"
187
            },
188
            "type": "library",
189
            "autoload": {
190
                "psr-0": {
191
                    "JakubOnderka\\PhpConsoleColor": "src/"
192
                }
193
            },
194
            "notification-url": "https://packagist.org/downloads/",
195
            "license": [
196
                "BSD-2-Clause"
197
            ],
198
            "authors": [
199
                {
200
                    "name": "Jakub Onderka",
201
                    "email": "[email protected]",
202
                    "homepage": "http://www.acci.cz"
203
                }
204
            ],
205
            "time": "2014-04-08 15:00:19"
206
        },
207
        {
208
            "name": "jakub-onderka/php-console-highlighter",
209
            "version": "v0.3.2",
210
            "source": {
211
                "type": "git",
212
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
213
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
214
            },
215
            "dist": {
216
                "type": "zip",
217
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
218
                "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
219
                "shasum": ""
220
            },
221
            "require": {
222
                "jakub-onderka/php-console-color": "~0.1",
223
                "php": ">=5.3.0"
224
            },
225
            "require-dev": {
226
                "jakub-onderka/php-code-style": "~1.0",
227
                "jakub-onderka/php-parallel-lint": "~0.5",
228
                "jakub-onderka/php-var-dump-check": "~0.1",
229
                "phpunit/phpunit": "~4.0",
230
                "squizlabs/php_codesniffer": "~1.5"
231
            },
232
            "type": "library",
233
            "autoload": {
234
                "psr-0": {
235
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
236
                }
237
            },
238
            "notification-url": "https://packagist.org/downloads/",
239
            "license": [
240
                "MIT"
241
            ],
242
            "authors": [
243
                {
244
                    "name": "Jakub Onderka",
245
                    "email": "[email protected]",
246
                    "homepage": "http://www.acci.cz/"
247
                }
248
            ],
249
            "time": "2015-04-20 18:58:01"
250
        },
251
        {
252
            "name": "jeremeamia/SuperClosure",
253
            "version": "2.2.0",
254
            "source": {
255
                "type": "git",
256
                "url": "https://github.com/jeremeamia/super_closure.git",
257
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
258
            },
259
            "dist": {
260
                "type": "zip",
261
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
262
                "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
263
                "shasum": ""
264
            },
265
            "require": {
266
                "nikic/php-parser": "^1.2|^2.0",
267
                "php": ">=5.4",
268
                "symfony/polyfill-php56": "^1.0"
269
            },
270
            "require-dev": {
271
                "phpunit/phpunit": "^4.0|^5.0"
272
            },
273
            "type": "library",
274
            "extra": {
275
                "branch-alias": {
276
                    "dev-master": "2.2-dev"
277
                }
278
            },
279
            "autoload": {
280
                "psr-4": {
281
                    "SuperClosure\\": "src/"
282
                }
283
            },
284
            "notification-url": "https://packagist.org/downloads/",
285
            "license": [
286
                "MIT"
287
            ],
288
            "authors": [
289
                {
290
                    "name": "Jeremy Lindblom",
291
                    "email": "[email protected]",
292
                    "homepage": "https://github.com/jeremeamia",
293
                    "role": "Developer"
294
                }
295
            ],
296
            "description": "Serialize Closure objects, including their context and binding",
297
            "homepage": "https://github.com/jeremeamia/super_closure",
298
            "keywords": [
299
                "closure",
300
                "function",
301
                "lambda",
302
                "parser",
303
                "serializable",
304
                "serialize",
305
                "tokenizer"
306
            ],
307
            "time": "2015-12-05 17:17:57"
308
        },
309
        {
310
            "name": "laravel/framework",
311
            "version": "v5.2.45",
312
            "source": {
313
                "type": "git",
314
                "url": "https://github.com/laravel/framework.git",
315
                "reference": "2a79f920d5584ec6df7cf996d922a742d11095d1"
316
            },
317
            "dist": {
318
                "type": "zip",
319
                "url": "https://api.github.com/repos/laravel/framework/zipball/2a79f920d5584ec6df7cf996d922a742d11095d1",
320
                "reference": "2a79f920d5584ec6df7cf996d922a742d11095d1",
321
                "shasum": ""
322
            },
323
            "require": {
324
                "classpreloader/classpreloader": "~3.0",
325
                "doctrine/inflector": "~1.0",
326
                "ext-mbstring": "*",
327
                "ext-openssl": "*",
328
                "jeremeamia/superclosure": "~2.2",
329
                "league/flysystem": "~1.0",
330
                "monolog/monolog": "~1.11",
331
                "mtdowling/cron-expression": "~1.0",
332
                "nesbot/carbon": "~1.20",
333
                "paragonie/random_compat": "~1.4",
334
                "php": ">=5.5.9",
335
                "psy/psysh": "0.7.*",
336
                "swiftmailer/swiftmailer": "~5.1",
337
                "symfony/console": "2.8.*|3.0.*",
338
                "symfony/debug": "2.8.*|3.0.*",
339
                "symfony/finder": "2.8.*|3.0.*",
340
                "symfony/http-foundation": "2.8.*|3.0.*",
341
                "symfony/http-kernel": "2.8.*|3.0.*",
342
                "symfony/polyfill-php56": "~1.0",
343
                "symfony/process": "2.8.*|3.0.*",
344
                "symfony/routing": "2.8.*|3.0.*",
345
                "symfony/translation": "2.8.*|3.0.*",
346
                "symfony/var-dumper": "2.8.*|3.0.*",
347
                "vlucas/phpdotenv": "~2.2"
348
            },
349
            "replace": {
350
                "illuminate/auth": "self.version",
351
                "illuminate/broadcasting": "self.version",
352
                "illuminate/bus": "self.version",
353
                "illuminate/cache": "self.version",
354
                "illuminate/config": "self.version",
355
                "illuminate/console": "self.version",
356
                "illuminate/container": "self.version",
357
                "illuminate/contracts": "self.version",
358
                "illuminate/cookie": "self.version",
359
                "illuminate/database": "self.version",
360
                "illuminate/encryption": "self.version",
361
                "illuminate/events": "self.version",
362
                "illuminate/exception": "self.version",
363
                "illuminate/filesystem": "self.version",
364
                "illuminate/hashing": "self.version",
365
                "illuminate/http": "self.version",
366
                "illuminate/log": "self.version",
367
                "illuminate/mail": "self.version",
368
                "illuminate/pagination": "self.version",
369
                "illuminate/pipeline": "self.version",
370
                "illuminate/queue": "self.version",
371
                "illuminate/redis": "self.version",
372
                "illuminate/routing": "self.version",
373
                "illuminate/session": "self.version",
374
                "illuminate/support": "self.version",
375
                "illuminate/translation": "self.version",
376
                "illuminate/validation": "self.version",
377
                "illuminate/view": "self.version",
378
                "tightenco/collect": "self.version"
379
            },
380
            "require-dev": {
381
                "aws/aws-sdk-php": "~3.0",
382
                "mockery/mockery": "~0.9.4",
383
                "pda/pheanstalk": "~3.0",
384
                "phpunit/phpunit": "~4.1",
385
                "predis/predis": "~1.0",
386
                "symfony/css-selector": "2.8.*|3.0.*",
387
                "symfony/dom-crawler": "2.8.*|3.0.*"
388
            },
389
            "suggest": {
390
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
391
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
392
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
393
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
394
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
395
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
396
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
397
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
398
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
399
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
400
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
401
                "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)."
402
            },
403
            "type": "library",
404
            "extra": {
405
                "branch-alias": {
406
                    "dev-master": "5.2-dev"
407
                }
408
            },
409
            "autoload": {
410
                "classmap": [
411
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
412
                ],
413
                "files": [
414
                    "src/Illuminate/Foundation/helpers.php",
415
                    "src/Illuminate/Support/helpers.php"
416
                ],
417
                "psr-4": {
418
                    "Illuminate\\": "src/Illuminate/"
419
                }
420
            },
421
            "notification-url": "https://packagist.org/downloads/",
422
            "license": [
423
                "MIT"
424
            ],
425
            "authors": [
426
                {
427
                    "name": "Taylor Otwell",
428
                    "email": "[email protected]"
429
                }
430
            ],
431
            "description": "The Laravel Framework.",
432
            "homepage": "http://laravel.com",
433
            "keywords": [
434
                "framework",
435
                "laravel"
436
            ],
437
            "time": "2016-08-26 11:44:52"
438
        },
439
        {
440
            "name": "league/flysystem",
441
            "version": "1.0.28",
442
            "source": {
443
                "type": "git",
444
                "url": "https://github.com/thephpleague/flysystem.git",
445
                "reference": "a9663643ff2d16d7f66ed1e0d3212c5491bc9044"
446
            },
447
            "dist": {
448
                "type": "zip",
449
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a9663643ff2d16d7f66ed1e0d3212c5491bc9044",
450
                "reference": "a9663643ff2d16d7f66ed1e0d3212c5491bc9044",
451
                "shasum": ""
452
            },
453
            "require": {
454
                "php": ">=5.4.0"
455
            },
456
            "conflict": {
457
                "league/flysystem-sftp": "<1.0.6"
458
            },
459
            "require-dev": {
460
                "ext-fileinfo": "*",
461
                "mockery/mockery": "~0.9",
462
                "phpspec/phpspec": "^2.2",
463
                "phpunit/phpunit": "~4.8"
464
            },
465
            "suggest": {
466
                "ext-fileinfo": "Required for MimeType",
467
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
468
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
469
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
470
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
471
                "league/flysystem-copy": "Allows you to use Copy.com storage",
472
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
473
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
474
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
475
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
476
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
477
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
478
            },
479
            "type": "library",
480
            "extra": {
481
                "branch-alias": {
482
                    "dev-master": "1.1-dev"
483
                }
484
            },
485
            "autoload": {
486
                "psr-4": {
487
                    "League\\Flysystem\\": "src/"
488
                }
489
            },
490
            "notification-url": "https://packagist.org/downloads/",
491
            "license": [
492
                "MIT"
493
            ],
494
            "authors": [
495
                {
496
                    "name": "Frank de Jonge",
497
                    "email": "[email protected]"
498
                }
499
            ],
500
            "description": "Filesystem abstraction: Many filesystems, one API.",
501
            "keywords": [
502
                "Cloud Files",
503
                "WebDAV",
504
                "abstraction",
505
                "aws",
506
                "cloud",
507
                "copy.com",
508
                "dropbox",
509
                "file systems",
510
                "files",
511
                "filesystem",
512
                "filesystems",
513
                "ftp",
514
                "rackspace",
515
                "remote",
516
                "s3",
517
                "sftp",
518
                "storage"
519
            ],
520
            "time": "2016-10-07 12:20:37"
521
        },
522
        {
523
            "name": "longman/laravel-multilang",
524
            "version": "1.0.4",
525
            "source": {
526
                "type": "git",
527
                "url": "https://github.com/akalongman/laravel-multilang.git",
528
                "reference": "54b8d1c03e45f0e78ae8dd137afa3037de866336"
529
            },
530
            "dist": {
531
                "type": "zip",
532
                "url": "https://api.github.com/repos/akalongman/laravel-multilang/zipball/54b8d1c03e45f0e78ae8dd137afa3037de866336",
533
                "reference": "54b8d1c03e45f0e78ae8dd137afa3037de866336",
534
                "shasum": ""
535
            },
536
            "require": {
537
                "illuminate/console": "~5.0",
538
                "illuminate/contracts": "~5.0",
539
                "illuminate/database": "~5.0",
540
                "illuminate/http": "~5.0",
541
                "illuminate/support": "~5.0",
542
                "php": ">=5.5.9"
543
            },
544
            "require-dev": {
545
                "graham-campbell/testbench": "^3.1",
546
                "mockery/mockery": "0.9.*",
547
                "phpspec/phpspec": "~2.5",
548
                "phpunit/phpunit": "~4.8",
549
                "squizlabs/php_codesniffer": "2.6.*"
550
            },
551
            "type": "library",
552
            "autoload": {
553
                "psr-4": {
554
                    "Longman\\LaravelMultiLang\\": "src/MultiLang"
555
                },
556
                "files": [
557
                    "src/helpers.php"
558
                ]
559
            },
560
            "notification-url": "https://packagist.org/downloads/",
561
            "license": [
562
                "MIT"
563
            ],
564
            "authors": [
565
                {
566
                    "name": "Avtandil Kikabidze aka LONGMAN",
567
                    "email": "[email protected]",
568
                    "homepage": "http://longman.me",
569
                    "role": "Maintainer, Developer"
570
                }
571
            ],
572
            "description": "Package to integrate multi language (multi locale) functionality in Laravel 5.x",
573
            "homepage": "https://github.com/akalongman/laravel-multilang",
574
            "keywords": [
575
                "language",
576
                "laravel",
577
                "locale",
578
                "localization",
579
                "package",
580
                "translation"
581
            ],
582
            "time": "2016-10-05 07:07:07"
583
        },
584
        {
585
            "name": "monolog/monolog",
586
            "version": "1.21.0",
587
            "source": {
588
                "type": "git",
589
                "url": "https://github.com/Seldaek/monolog.git",
590
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
591
            },
592
            "dist": {
593
                "type": "zip",
594
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
595
                "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
596
                "shasum": ""
597
            },
598
            "require": {
599
                "php": ">=5.3.0",
600
                "psr/log": "~1.0"
601
            },
602
            "provide": {
603
                "psr/log-implementation": "1.0.0"
604
            },
605
            "require-dev": {
606
                "aws/aws-sdk-php": "^2.4.9",
607
                "doctrine/couchdb": "~1.0@dev",
608
                "graylog2/gelf-php": "~1.0",
609
                "jakub-onderka/php-parallel-lint": "0.9",
610
                "php-amqplib/php-amqplib": "~2.4",
611
                "php-console/php-console": "^3.1.3",
612
                "phpunit/phpunit": "~4.5",
613
                "phpunit/phpunit-mock-objects": "2.3.0",
614
                "ruflin/elastica": ">=0.90 <3.0",
615
                "sentry/sentry": "^0.13",
616
                "swiftmailer/swiftmailer": "~5.3"
617
            },
618
            "suggest": {
619
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
620
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
621
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
622
                "ext-mongo": "Allow sending log messages to a MongoDB server",
623
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
624
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
625
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
626
                "php-console/php-console": "Allow sending log messages to Google Chrome",
627
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
628
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
629
                "sentry/sentry": "Allow sending log messages to a Sentry server"
630
            },
631
            "type": "library",
632
            "extra": {
633
                "branch-alias": {
634
                    "dev-master": "2.0.x-dev"
635
                }
636
            },
637
            "autoload": {
638
                "psr-4": {
639
                    "Monolog\\": "src/Monolog"
640
                }
641
            },
642
            "notification-url": "https://packagist.org/downloads/",
643
            "license": [
644
                "MIT"
645
            ],
646
            "authors": [
647
                {
648
                    "name": "Jordi Boggiano",
649
                    "email": "[email protected]",
650
                    "homepage": "http://seld.be"
651
                }
652
            ],
653
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
654
            "homepage": "http://github.com/Seldaek/monolog",
655
            "keywords": [
656
                "log",
657
                "logging",
658
                "psr-3"
659
            ],
660
            "time": "2016-07-29 03:23:52"
661
        },
662
        {
663
            "name": "mtdowling/cron-expression",
664
            "version": "v1.1.0",
665
            "source": {
666
                "type": "git",
667
                "url": "https://github.com/mtdowling/cron-expression.git",
668
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
669
            },
670
            "dist": {
671
                "type": "zip",
672
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
673
                "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
674
                "shasum": ""
675
            },
676
            "require": {
677
                "php": ">=5.3.2"
678
            },
679
            "require-dev": {
680
                "phpunit/phpunit": "~4.0|~5.0"
681
            },
682
            "type": "library",
683
            "autoload": {
684
                "psr-0": {
685
                    "Cron": "src/"
686
                }
687
            },
688
            "notification-url": "https://packagist.org/downloads/",
689
            "license": [
690
                "MIT"
691
            ],
692
            "authors": [
693
                {
694
                    "name": "Michael Dowling",
695
                    "email": "[email protected]",
696
                    "homepage": "https://github.com/mtdowling"
697
                }
698
            ],
699
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
700
            "keywords": [
701
                "cron",
702
                "schedule"
703
            ],
704
            "time": "2016-01-26 21:23:30"
705
        },
706
        {
707
            "name": "nesbot/carbon",
708
            "version": "1.21.0",
709
            "source": {
710
                "type": "git",
711
                "url": "https://github.com/briannesbitt/Carbon.git",
712
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
713
            },
714
            "dist": {
715
                "type": "zip",
716
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
717
                "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
718
                "shasum": ""
719
            },
720
            "require": {
721
                "php": ">=5.3.0",
722
                "symfony/translation": "~2.6|~3.0"
723
            },
724
            "require-dev": {
725
                "phpunit/phpunit": "~4.0|~5.0"
726
            },
727
            "type": "library",
728
            "autoload": {
729
                "psr-4": {
730
                    "Carbon\\": "src/Carbon/"
731
                }
732
            },
733
            "notification-url": "https://packagist.org/downloads/",
734
            "license": [
735
                "MIT"
736
            ],
737
            "authors": [
738
                {
739
                    "name": "Brian Nesbitt",
740
                    "email": "[email protected]",
741
                    "homepage": "http://nesbot.com"
742
                }
743
            ],
744
            "description": "A simple API extension for DateTime.",
745
            "homepage": "http://carbon.nesbot.com",
746
            "keywords": [
747
                "date",
748
                "datetime",
749
                "time"
750
            ],
751
            "time": "2015-11-04 20:07:17"
752
        },
753
        {
754
            "name": "nikic/php-parser",
755
            "version": "v2.1.1",
756
            "source": {
757
                "type": "git",
758
                "url": "https://github.com/nikic/PHP-Parser.git",
759
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
760
            },
761
            "dist": {
762
                "type": "zip",
763
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
764
                "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
765
                "shasum": ""
766
            },
767
            "require": {
768
                "ext-tokenizer": "*",
769
                "php": ">=5.4"
770
            },
771
            "require-dev": {
772
                "phpunit/phpunit": "~4.0"
773
            },
774
            "bin": [
775
                "bin/php-parse"
776
            ],
777
            "type": "library",
778
            "extra": {
779
                "branch-alias": {
780
                    "dev-master": "2.1-dev"
781
                }
782
            },
783
            "autoload": {
784
                "psr-4": {
785
                    "PhpParser\\": "lib/PhpParser"
786
                }
787
            },
788
            "notification-url": "https://packagist.org/downloads/",
789
            "license": [
790
                "BSD-3-Clause"
791
            ],
792
            "authors": [
793
                {
794
                    "name": "Nikita Popov"
795
                }
796
            ],
797
            "description": "A PHP parser written in PHP",
798
            "keywords": [
799
                "parser",
800
                "php"
801
            ],
802
            "time": "2016-09-16 12:04:44"
803
        },
804
        {
805
            "name": "paragonie/random_compat",
806
            "version": "v1.4.1",
807
            "source": {
808
                "type": "git",
809
                "url": "https://github.com/paragonie/random_compat.git",
810
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
811
            },
812
            "dist": {
813
                "type": "zip",
814
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
815
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
816
                "shasum": ""
817
            },
818
            "require": {
819
                "php": ">=5.2.0"
820
            },
821
            "require-dev": {
822
                "phpunit/phpunit": "4.*|5.*"
823
            },
824
            "suggest": {
825
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
826
            },
827
            "type": "library",
828
            "autoload": {
829
                "files": [
830
                    "lib/random.php"
831
                ]
832
            },
833
            "notification-url": "https://packagist.org/downloads/",
834
            "license": [
835
                "MIT"
836
            ],
837
            "authors": [
838
                {
839
                    "name": "Paragon Initiative Enterprises",
840
                    "email": "[email protected]",
841
                    "homepage": "https://paragonie.com"
842
                }
843
            ],
844
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
845
            "keywords": [
846
                "csprng",
847
                "pseudorandom",
848
                "random"
849
            ],
850
            "time": "2016-03-18 20:34:03"
851
        },
852
        {
853
            "name": "psr/log",
854
            "version": "1.0.2",
855
            "source": {
856
                "type": "git",
857
                "url": "https://github.com/php-fig/log.git",
858
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
859
            },
860
            "dist": {
861
                "type": "zip",
862
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
863
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
864
                "shasum": ""
865
            },
866
            "require": {
867
                "php": ">=5.3.0"
868
            },
869
            "type": "library",
870
            "extra": {
871
                "branch-alias": {
872
                    "dev-master": "1.0.x-dev"
873
                }
874
            },
875
            "autoload": {
876
                "psr-4": {
877
                    "Psr\\Log\\": "Psr/Log/"
878
                }
879
            },
880
            "notification-url": "https://packagist.org/downloads/",
881
            "license": [
882
                "MIT"
883
            ],
884
            "authors": [
885
                {
886
                    "name": "PHP-FIG",
887
                    "homepage": "http://www.php-fig.org/"
888
                }
889
            ],
890
            "description": "Common interface for logging libraries",
891
            "homepage": "https://github.com/php-fig/log",
892
            "keywords": [
893
                "log",
894
                "psr",
895
                "psr-3"
896
            ],
897
            "time": "2016-10-10 12:19:37"
898
        },
899
        {
900
            "name": "psy/psysh",
901
            "version": "v0.7.2",
902
            "source": {
903
                "type": "git",
904
                "url": "https://github.com/bobthecow/psysh.git",
905
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
906
            },
907
            "dist": {
908
                "type": "zip",
909
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
910
                "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
911
                "shasum": ""
912
            },
913
            "require": {
914
                "dnoegel/php-xdg-base-dir": "0.1",
915
                "jakub-onderka/php-console-highlighter": "0.3.*",
916
                "nikic/php-parser": "^1.2.1|~2.0",
917
                "php": ">=5.3.9",
918
                "symfony/console": "~2.3.10|^2.4.2|~3.0",
919
                "symfony/var-dumper": "~2.7|~3.0"
920
            },
921
            "require-dev": {
922
                "fabpot/php-cs-fixer": "~1.5",
923
                "phpunit/phpunit": "~3.7|~4.0|~5.0",
924
                "squizlabs/php_codesniffer": "~2.0",
925
                "symfony/finder": "~2.1|~3.0"
926
            },
927
            "suggest": {
928
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
929
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
930
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
931
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
932
            },
933
            "bin": [
934
                "bin/psysh"
935
            ],
936
            "type": "library",
937
            "extra": {
938
                "branch-alias": {
939
                    "dev-develop": "0.8.x-dev"
940
                }
941
            },
942
            "autoload": {
943
                "files": [
944
                    "src/Psy/functions.php"
945
                ],
946
                "psr-4": {
947
                    "Psy\\": "src/Psy/"
948
                }
949
            },
950
            "notification-url": "https://packagist.org/downloads/",
951
            "license": [
952
                "MIT"
953
            ],
954
            "authors": [
955
                {
956
                    "name": "Justin Hileman",
957
                    "email": "[email protected]",
958
                    "homepage": "http://justinhileman.com"
959
                }
960
            ],
961
            "description": "An interactive shell for modern PHP.",
962
            "homepage": "http://psysh.org",
963
            "keywords": [
964
                "REPL",
965
                "console",
966
                "interactive",
967
                "shell"
968
            ],
969
            "time": "2016-03-09 05:03:14"
970
        },
971
        {
972
            "name": "swiftmailer/swiftmailer",
0 ignored issues
show
There is a security advisory for your installed version of swiftmailer/swiftmailer:

Remote Code Execution when using the mail transport
Loading history...
973
            "version": "v5.4.3",
974
            "source": {
975
                "type": "git",
976
                "url": "https://github.com/swiftmailer/swiftmailer.git",
977
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
978
            },
979
            "dist": {
980
                "type": "zip",
981
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
982
                "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
983
                "shasum": ""
984
            },
985
            "require": {
986
                "php": ">=5.3.3"
987
            },
988
            "require-dev": {
989
                "mockery/mockery": "~0.9.1"
990
            },
991
            "type": "library",
992
            "extra": {
993
                "branch-alias": {
994
                    "dev-master": "5.4-dev"
995
                }
996
            },
997
            "autoload": {
998
                "files": [
999
                    "lib/swift_required.php"
1000
                ]
1001
            },
1002
            "notification-url": "https://packagist.org/downloads/",
1003
            "license": [
1004
                "MIT"
1005
            ],
1006
            "authors": [
1007
                {
1008
                    "name": "Chris Corbyn"
1009
                },
1010
                {
1011
                    "name": "Fabien Potencier",
1012
                    "email": "[email protected]"
1013
                }
1014
            ],
1015
            "description": "Swiftmailer, free feature-rich PHP mailer",
1016
            "homepage": "http://swiftmailer.org",
1017
            "keywords": [
1018
                "email",
1019
                "mail",
1020
                "mailer"
1021
            ],
1022
            "time": "2016-07-08 11:51:25"
1023
        },
1024
        {
1025
            "name": "symfony/console",
1026
            "version": "v3.0.9",
1027
            "source": {
1028
                "type": "git",
1029
                "url": "https://github.com/symfony/console.git",
1030
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f"
1031
            },
1032
            "dist": {
1033
                "type": "zip",
1034
                "url": "https://api.github.com/repos/symfony/console/zipball/926061e74229e935d3c5b4e9ba87237316c6693f",
1035
                "reference": "926061e74229e935d3c5b4e9ba87237316c6693f",
1036
                "shasum": ""
1037
            },
1038
            "require": {
1039
                "php": ">=5.5.9",
1040
                "symfony/polyfill-mbstring": "~1.0"
1041
            },
1042
            "require-dev": {
1043
                "psr/log": "~1.0",
1044
                "symfony/event-dispatcher": "~2.8|~3.0",
1045
                "symfony/process": "~2.8|~3.0"
1046
            },
1047
            "suggest": {
1048
                "psr/log": "For using the console logger",
1049
                "symfony/event-dispatcher": "",
1050
                "symfony/process": ""
1051
            },
1052
            "type": "library",
1053
            "extra": {
1054
                "branch-alias": {
1055
                    "dev-master": "3.0-dev"
1056
                }
1057
            },
1058
            "autoload": {
1059
                "psr-4": {
1060
                    "Symfony\\Component\\Console\\": ""
1061
                },
1062
                "exclude-from-classmap": [
1063
                    "/Tests/"
1064
                ]
1065
            },
1066
            "notification-url": "https://packagist.org/downloads/",
1067
            "license": [
1068
                "MIT"
1069
            ],
1070
            "authors": [
1071
                {
1072
                    "name": "Fabien Potencier",
1073
                    "email": "[email protected]"
1074
                },
1075
                {
1076
                    "name": "Symfony Community",
1077
                    "homepage": "https://symfony.com/contributors"
1078
                }
1079
            ],
1080
            "description": "Symfony Console Component",
1081
            "homepage": "https://symfony.com",
1082
            "time": "2016-07-30 07:22:48"
1083
        },
1084
        {
1085
            "name": "symfony/debug",
1086
            "version": "v3.0.9",
1087
            "source": {
1088
                "type": "git",
1089
                "url": "https://github.com/symfony/debug.git",
1090
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
1091
            },
1092
            "dist": {
1093
                "type": "zip",
1094
                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
1095
                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
1096
                "shasum": ""
1097
            },
1098
            "require": {
1099
                "php": ">=5.5.9",
1100
                "psr/log": "~1.0"
1101
            },
1102
            "conflict": {
1103
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1104
            },
1105
            "require-dev": {
1106
                "symfony/class-loader": "~2.8|~3.0",
1107
                "symfony/http-kernel": "~2.8|~3.0"
1108
            },
1109
            "type": "library",
1110
            "extra": {
1111
                "branch-alias": {
1112
                    "dev-master": "3.0-dev"
1113
                }
1114
            },
1115
            "autoload": {
1116
                "psr-4": {
1117
                    "Symfony\\Component\\Debug\\": ""
1118
                },
1119
                "exclude-from-classmap": [
1120
                    "/Tests/"
1121
                ]
1122
            },
1123
            "notification-url": "https://packagist.org/downloads/",
1124
            "license": [
1125
                "MIT"
1126
            ],
1127
            "authors": [
1128
                {
1129
                    "name": "Fabien Potencier",
1130
                    "email": "[email protected]"
1131
                },
1132
                {
1133
                    "name": "Symfony Community",
1134
                    "homepage": "https://symfony.com/contributors"
1135
                }
1136
            ],
1137
            "description": "Symfony Debug Component",
1138
            "homepage": "https://symfony.com",
1139
            "time": "2016-07-30 07:22:48"
1140
        },
1141
        {
1142
            "name": "symfony/event-dispatcher",
1143
            "version": "v3.1.5",
1144
            "source": {
1145
                "type": "git",
1146
                "url": "https://github.com/symfony/event-dispatcher.git",
1147
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5"
1148
            },
1149
            "dist": {
1150
                "type": "zip",
1151
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
1152
                "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
1153
                "shasum": ""
1154
            },
1155
            "require": {
1156
                "php": ">=5.5.9"
1157
            },
1158
            "require-dev": {
1159
                "psr/log": "~1.0",
1160
                "symfony/config": "~2.8|~3.0",
1161
                "symfony/dependency-injection": "~2.8|~3.0",
1162
                "symfony/expression-language": "~2.8|~3.0",
1163
                "symfony/stopwatch": "~2.8|~3.0"
1164
            },
1165
            "suggest": {
1166
                "symfony/dependency-injection": "",
1167
                "symfony/http-kernel": ""
1168
            },
1169
            "type": "library",
1170
            "extra": {
1171
                "branch-alias": {
1172
                    "dev-master": "3.1-dev"
1173
                }
1174
            },
1175
            "autoload": {
1176
                "psr-4": {
1177
                    "Symfony\\Component\\EventDispatcher\\": ""
1178
                },
1179
                "exclude-from-classmap": [
1180
                    "/Tests/"
1181
                ]
1182
            },
1183
            "notification-url": "https://packagist.org/downloads/",
1184
            "license": [
1185
                "MIT"
1186
            ],
1187
            "authors": [
1188
                {
1189
                    "name": "Fabien Potencier",
1190
                    "email": "[email protected]"
1191
                },
1192
                {
1193
                    "name": "Symfony Community",
1194
                    "homepage": "https://symfony.com/contributors"
1195
                }
1196
            ],
1197
            "description": "Symfony EventDispatcher Component",
1198
            "homepage": "https://symfony.com",
1199
            "time": "2016-07-19 10:45:57"
1200
        },
1201
        {
1202
            "name": "symfony/finder",
1203
            "version": "v3.0.9",
1204
            "source": {
1205
                "type": "git",
1206
                "url": "https://github.com/symfony/finder.git",
1207
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9"
1208
            },
1209
            "dist": {
1210
                "type": "zip",
1211
                "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
1212
                "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
1213
                "shasum": ""
1214
            },
1215
            "require": {
1216
                "php": ">=5.5.9"
1217
            },
1218
            "type": "library",
1219
            "extra": {
1220
                "branch-alias": {
1221
                    "dev-master": "3.0-dev"
1222
                }
1223
            },
1224
            "autoload": {
1225
                "psr-4": {
1226
                    "Symfony\\Component\\Finder\\": ""
1227
                },
1228
                "exclude-from-classmap": [
1229
                    "/Tests/"
1230
                ]
1231
            },
1232
            "notification-url": "https://packagist.org/downloads/",
1233
            "license": [
1234
                "MIT"
1235
            ],
1236
            "authors": [
1237
                {
1238
                    "name": "Fabien Potencier",
1239
                    "email": "[email protected]"
1240
                },
1241
                {
1242
                    "name": "Symfony Community",
1243
                    "homepage": "https://symfony.com/contributors"
1244
                }
1245
            ],
1246
            "description": "Symfony Finder Component",
1247
            "homepage": "https://symfony.com",
1248
            "time": "2016-06-29 05:40:00"
1249
        },
1250
        {
1251
            "name": "symfony/http-foundation",
1252
            "version": "v3.0.9",
1253
            "source": {
1254
                "type": "git",
1255
                "url": "https://github.com/symfony/http-foundation.git",
1256
                "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
1257
            },
1258
            "dist": {
1259
                "type": "zip",
1260
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
1261
                "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
1262
                "shasum": ""
1263
            },
1264
            "require": {
1265
                "php": ">=5.5.9",
1266
                "symfony/polyfill-mbstring": "~1.1"
1267
            },
1268
            "require-dev": {
1269
                "symfony/expression-language": "~2.8|~3.0"
1270
            },
1271
            "type": "library",
1272
            "extra": {
1273
                "branch-alias": {
1274
                    "dev-master": "3.0-dev"
1275
                }
1276
            },
1277
            "autoload": {
1278
                "psr-4": {
1279
                    "Symfony\\Component\\HttpFoundation\\": ""
1280
                },
1281
                "exclude-from-classmap": [
1282
                    "/Tests/"
1283
                ]
1284
            },
1285
            "notification-url": "https://packagist.org/downloads/",
1286
            "license": [
1287
                "MIT"
1288
            ],
1289
            "authors": [
1290
                {
1291
                    "name": "Fabien Potencier",
1292
                    "email": "[email protected]"
1293
                },
1294
                {
1295
                    "name": "Symfony Community",
1296
                    "homepage": "https://symfony.com/contributors"
1297
                }
1298
            ],
1299
            "description": "Symfony HttpFoundation Component",
1300
            "homepage": "https://symfony.com",
1301
            "time": "2016-07-17 13:54:30"
1302
        },
1303
        {
1304
            "name": "symfony/http-kernel",
1305
            "version": "v3.0.9",
1306
            "source": {
1307
                "type": "git",
1308
                "url": "https://github.com/symfony/http-kernel.git",
1309
                "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3"
1310
            },
1311
            "dist": {
1312
                "type": "zip",
1313
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d97ba4425e36e79c794e7d14ff36f00f081b37b3",
1314
                "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3",
1315
                "shasum": ""
1316
            },
1317
            "require": {
1318
                "php": ">=5.5.9",
1319
                "psr/log": "~1.0",
1320
                "symfony/debug": "~2.8|~3.0",
1321
                "symfony/event-dispatcher": "~2.8|~3.0",
1322
                "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
1323
            },
1324
            "conflict": {
1325
                "symfony/config": "<2.8"
1326
            },
1327
            "require-dev": {
1328
                "symfony/browser-kit": "~2.8|~3.0",
1329
                "symfony/class-loader": "~2.8|~3.0",
1330
                "symfony/config": "~2.8|~3.0",
1331
                "symfony/console": "~2.8|~3.0",
1332
                "symfony/css-selector": "~2.8|~3.0",
1333
                "symfony/dependency-injection": "~2.8|~3.0",
1334
                "symfony/dom-crawler": "~2.8|~3.0",
1335
                "symfony/expression-language": "~2.8|~3.0",
1336
                "symfony/finder": "~2.8|~3.0",
1337
                "symfony/process": "~2.8|~3.0",
1338
                "symfony/routing": "~2.8|~3.0",
1339
                "symfony/stopwatch": "~2.8|~3.0",
1340
                "symfony/templating": "~2.8|~3.0",
1341
                "symfony/translation": "~2.8|~3.0",
1342
                "symfony/var-dumper": "~2.8|~3.0"
1343
            },
1344
            "suggest": {
1345
                "symfony/browser-kit": "",
1346
                "symfony/class-loader": "",
1347
                "symfony/config": "",
1348
                "symfony/console": "",
1349
                "symfony/dependency-injection": "",
1350
                "symfony/finder": "",
1351
                "symfony/var-dumper": ""
1352
            },
1353
            "type": "library",
1354
            "extra": {
1355
                "branch-alias": {
1356
                    "dev-master": "3.0-dev"
1357
                }
1358
            },
1359
            "autoload": {
1360
                "psr-4": {
1361
                    "Symfony\\Component\\HttpKernel\\": ""
1362
                },
1363
                "exclude-from-classmap": [
1364
                    "/Tests/"
1365
                ]
1366
            },
1367
            "notification-url": "https://packagist.org/downloads/",
1368
            "license": [
1369
                "MIT"
1370
            ],
1371
            "authors": [
1372
                {
1373
                    "name": "Fabien Potencier",
1374
                    "email": "[email protected]"
1375
                },
1376
                {
1377
                    "name": "Symfony Community",
1378
                    "homepage": "https://symfony.com/contributors"
1379
                }
1380
            ],
1381
            "description": "Symfony HttpKernel Component",
1382
            "homepage": "https://symfony.com",
1383
            "time": "2016-07-30 09:10:37"
1384
        },
1385
        {
1386
            "name": "symfony/polyfill-mbstring",
1387
            "version": "v1.2.0",
1388
            "source": {
1389
                "type": "git",
1390
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1391
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
1392
            },
1393
            "dist": {
1394
                "type": "zip",
1395
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
1396
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
1397
                "shasum": ""
1398
            },
1399
            "require": {
1400
                "php": ">=5.3.3"
1401
            },
1402
            "suggest": {
1403
                "ext-mbstring": "For best performance"
1404
            },
1405
            "type": "library",
1406
            "extra": {
1407
                "branch-alias": {
1408
                    "dev-master": "1.2-dev"
1409
                }
1410
            },
1411
            "autoload": {
1412
                "psr-4": {
1413
                    "Symfony\\Polyfill\\Mbstring\\": ""
1414
                },
1415
                "files": [
1416
                    "bootstrap.php"
1417
                ]
1418
            },
1419
            "notification-url": "https://packagist.org/downloads/",
1420
            "license": [
1421
                "MIT"
1422
            ],
1423
            "authors": [
1424
                {
1425
                    "name": "Nicolas Grekas",
1426
                    "email": "[email protected]"
1427
                },
1428
                {
1429
                    "name": "Symfony Community",
1430
                    "homepage": "https://symfony.com/contributors"
1431
                }
1432
            ],
1433
            "description": "Symfony polyfill for the Mbstring extension",
1434
            "homepage": "https://symfony.com",
1435
            "keywords": [
1436
                "compatibility",
1437
                "mbstring",
1438
                "polyfill",
1439
                "portable",
1440
                "shim"
1441
            ],
1442
            "time": "2016-05-18 14:26:46"
1443
        },
1444
        {
1445
            "name": "symfony/polyfill-php56",
1446
            "version": "v1.2.0",
1447
            "source": {
1448
                "type": "git",
1449
                "url": "https://github.com/symfony/polyfill-php56.git",
1450
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
1451
            },
1452
            "dist": {
1453
                "type": "zip",
1454
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
1455
                "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
1456
                "shasum": ""
1457
            },
1458
            "require": {
1459
                "php": ">=5.3.3",
1460
                "symfony/polyfill-util": "~1.0"
1461
            },
1462
            "type": "library",
1463
            "extra": {
1464
                "branch-alias": {
1465
                    "dev-master": "1.2-dev"
1466
                }
1467
            },
1468
            "autoload": {
1469
                "psr-4": {
1470
                    "Symfony\\Polyfill\\Php56\\": ""
1471
                },
1472
                "files": [
1473
                    "bootstrap.php"
1474
                ]
1475
            },
1476
            "notification-url": "https://packagist.org/downloads/",
1477
            "license": [
1478
                "MIT"
1479
            ],
1480
            "authors": [
1481
                {
1482
                    "name": "Nicolas Grekas",
1483
                    "email": "[email protected]"
1484
                },
1485
                {
1486
                    "name": "Symfony Community",
1487
                    "homepage": "https://symfony.com/contributors"
1488
                }
1489
            ],
1490
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1491
            "homepage": "https://symfony.com",
1492
            "keywords": [
1493
                "compatibility",
1494
                "polyfill",
1495
                "portable",
1496
                "shim"
1497
            ],
1498
            "time": "2016-05-18 14:26:46"
1499
        },
1500
        {
1501
            "name": "symfony/polyfill-util",
1502
            "version": "v1.2.0",
1503
            "source": {
1504
                "type": "git",
1505
                "url": "https://github.com/symfony/polyfill-util.git",
1506
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
1507
            },
1508
            "dist": {
1509
                "type": "zip",
1510
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
1511
                "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
1512
                "shasum": ""
1513
            },
1514
            "require": {
1515
                "php": ">=5.3.3"
1516
            },
1517
            "type": "library",
1518
            "extra": {
1519
                "branch-alias": {
1520
                    "dev-master": "1.2-dev"
1521
                }
1522
            },
1523
            "autoload": {
1524
                "psr-4": {
1525
                    "Symfony\\Polyfill\\Util\\": ""
1526
                }
1527
            },
1528
            "notification-url": "https://packagist.org/downloads/",
1529
            "license": [
1530
                "MIT"
1531
            ],
1532
            "authors": [
1533
                {
1534
                    "name": "Nicolas Grekas",
1535
                    "email": "[email protected]"
1536
                },
1537
                {
1538
                    "name": "Symfony Community",
1539
                    "homepage": "https://symfony.com/contributors"
1540
                }
1541
            ],
1542
            "description": "Symfony utilities for portability of PHP codes",
1543
            "homepage": "https://symfony.com",
1544
            "keywords": [
1545
                "compat",
1546
                "compatibility",
1547
                "polyfill",
1548
                "shim"
1549
            ],
1550
            "time": "2016-05-18 14:26:46"
1551
        },
1552
        {
1553
            "name": "symfony/process",
1554
            "version": "v3.0.9",
1555
            "source": {
1556
                "type": "git",
1557
                "url": "https://github.com/symfony/process.git",
1558
                "reference": "768debc5996f599c4372b322d9061dba2a4bf505"
1559
            },
1560
            "dist": {
1561
                "type": "zip",
1562
                "url": "https://api.github.com/repos/symfony/process/zipball/768debc5996f599c4372b322d9061dba2a4bf505",
1563
                "reference": "768debc5996f599c4372b322d9061dba2a4bf505",
1564
                "shasum": ""
1565
            },
1566
            "require": {
1567
                "php": ">=5.5.9"
1568
            },
1569
            "type": "library",
1570
            "extra": {
1571
                "branch-alias": {
1572
                    "dev-master": "3.0-dev"
1573
                }
1574
            },
1575
            "autoload": {
1576
                "psr-4": {
1577
                    "Symfony\\Component\\Process\\": ""
1578
                },
1579
                "exclude-from-classmap": [
1580
                    "/Tests/"
1581
                ]
1582
            },
1583
            "notification-url": "https://packagist.org/downloads/",
1584
            "license": [
1585
                "MIT"
1586
            ],
1587
            "authors": [
1588
                {
1589
                    "name": "Fabien Potencier",
1590
                    "email": "[email protected]"
1591
                },
1592
                {
1593
                    "name": "Symfony Community",
1594
                    "homepage": "https://symfony.com/contributors"
1595
                }
1596
            ],
1597
            "description": "Symfony Process Component",
1598
            "homepage": "https://symfony.com",
1599
            "time": "2016-07-28 11:13:34"
1600
        },
1601
        {
1602
            "name": "symfony/routing",
1603
            "version": "v3.0.9",
1604
            "source": {
1605
                "type": "git",
1606
                "url": "https://github.com/symfony/routing.git",
1607
                "reference": "9038984bd9c05ab07280121e9e10f61a7231457b"
1608
            },
1609
            "dist": {
1610
                "type": "zip",
1611
                "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b",
1612
                "reference": "9038984bd9c05ab07280121e9e10f61a7231457b",
1613
                "shasum": ""
1614
            },
1615
            "require": {
1616
                "php": ">=5.5.9"
1617
            },
1618
            "conflict": {
1619
                "symfony/config": "<2.8"
1620
            },
1621
            "require-dev": {
1622
                "doctrine/annotations": "~1.0",
1623
                "doctrine/common": "~2.2",
1624
                "psr/log": "~1.0",
1625
                "symfony/config": "~2.8|~3.0",
1626
                "symfony/expression-language": "~2.8|~3.0",
1627
                "symfony/http-foundation": "~2.8|~3.0",
1628
                "symfony/yaml": "~2.8|~3.0"
1629
            },
1630
            "suggest": {
1631
                "doctrine/annotations": "For using the annotation loader",
1632
                "symfony/config": "For using the all-in-one router or any loader",
1633
                "symfony/dependency-injection": "For loading routes from a service",
1634
                "symfony/expression-language": "For using expression matching",
1635
                "symfony/http-foundation": "For using a Symfony Request object",
1636
                "symfony/yaml": "For using the YAML loader"
1637
            },
1638
            "type": "library",
1639
            "extra": {
1640
                "branch-alias": {
1641
                    "dev-master": "3.0-dev"
1642
                }
1643
            },
1644
            "autoload": {
1645
                "psr-4": {
1646
                    "Symfony\\Component\\Routing\\": ""
1647
                },
1648
                "exclude-from-classmap": [
1649
                    "/Tests/"
1650
                ]
1651
            },
1652
            "notification-url": "https://packagist.org/downloads/",
1653
            "license": [
1654
                "MIT"
1655
            ],
1656
            "authors": [
1657
                {
1658
                    "name": "Fabien Potencier",
1659
                    "email": "[email protected]"
1660
                },
1661
                {
1662
                    "name": "Symfony Community",
1663
                    "homepage": "https://symfony.com/contributors"
1664
                }
1665
            ],
1666
            "description": "Symfony Routing Component",
1667
            "homepage": "https://symfony.com",
1668
            "keywords": [
1669
                "router",
1670
                "routing",
1671
                "uri",
1672
                "url"
1673
            ],
1674
            "time": "2016-06-29 05:40:00"
1675
        },
1676
        {
1677
            "name": "symfony/translation",
1678
            "version": "v3.0.9",
1679
            "source": {
1680
                "type": "git",
1681
                "url": "https://github.com/symfony/translation.git",
1682
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
1683
            },
1684
            "dist": {
1685
                "type": "zip",
1686
                "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
1687
                "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
1688
                "shasum": ""
1689
            },
1690
            "require": {
1691
                "php": ">=5.5.9",
1692
                "symfony/polyfill-mbstring": "~1.0"
1693
            },
1694
            "conflict": {
1695
                "symfony/config": "<2.8"
1696
            },
1697
            "require-dev": {
1698
                "psr/log": "~1.0",
1699
                "symfony/config": "~2.8|~3.0",
1700
                "symfony/intl": "~2.8|~3.0",
1701
                "symfony/yaml": "~2.8|~3.0"
1702
            },
1703
            "suggest": {
1704
                "psr/log": "To use logging capability in translator",
1705
                "symfony/config": "",
1706
                "symfony/yaml": ""
1707
            },
1708
            "type": "library",
1709
            "extra": {
1710
                "branch-alias": {
1711
                    "dev-master": "3.0-dev"
1712
                }
1713
            },
1714
            "autoload": {
1715
                "psr-4": {
1716
                    "Symfony\\Component\\Translation\\": ""
1717
                },
1718
                "exclude-from-classmap": [
1719
                    "/Tests/"
1720
                ]
1721
            },
1722
            "notification-url": "https://packagist.org/downloads/",
1723
            "license": [
1724
                "MIT"
1725
            ],
1726
            "authors": [
1727
                {
1728
                    "name": "Fabien Potencier",
1729
                    "email": "[email protected]"
1730
                },
1731
                {
1732
                    "name": "Symfony Community",
1733
                    "homepage": "https://symfony.com/contributors"
1734
                }
1735
            ],
1736
            "description": "Symfony Translation Component",
1737
            "homepage": "https://symfony.com",
1738
            "time": "2016-07-30 07:22:48"
1739
        },
1740
        {
1741
            "name": "symfony/var-dumper",
1742
            "version": "v3.0.9",
1743
            "source": {
1744
                "type": "git",
1745
                "url": "https://github.com/symfony/var-dumper.git",
1746
                "reference": "1f7e071aafc6676fcb6e3f0497f87c2397247377"
1747
            },
1748
            "dist": {
1749
                "type": "zip",
1750
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1f7e071aafc6676fcb6e3f0497f87c2397247377",
1751
                "reference": "1f7e071aafc6676fcb6e3f0497f87c2397247377",
1752
                "shasum": ""
1753
            },
1754
            "require": {
1755
                "php": ">=5.5.9",
1756
                "symfony/polyfill-mbstring": "~1.0"
1757
            },
1758
            "require-dev": {
1759
                "twig/twig": "~1.20|~2.0"
1760
            },
1761
            "suggest": {
1762
                "ext-symfony_debug": ""
1763
            },
1764
            "type": "library",
1765
            "extra": {
1766
                "branch-alias": {
1767
                    "dev-master": "3.0-dev"
1768
                }
1769
            },
1770
            "autoload": {
1771
                "files": [
1772
                    "Resources/functions/dump.php"
1773
                ],
1774
                "psr-4": {
1775
                    "Symfony\\Component\\VarDumper\\": ""
1776
                },
1777
                "exclude-from-classmap": [
1778
                    "/Tests/"
1779
                ]
1780
            },
1781
            "notification-url": "https://packagist.org/downloads/",
1782
            "license": [
1783
                "MIT"
1784
            ],
1785
            "authors": [
1786
                {
1787
                    "name": "Nicolas Grekas",
1788
                    "email": "[email protected]"
1789
                },
1790
                {
1791
                    "name": "Symfony Community",
1792
                    "homepage": "https://symfony.com/contributors"
1793
                }
1794
            ],
1795
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1796
            "homepage": "https://symfony.com",
1797
            "keywords": [
1798
                "debug",
1799
                "dump"
1800
            ],
1801
            "time": "2016-07-26 08:03:56"
1802
        },
1803
        {
1804
            "name": "vlucas/phpdotenv",
1805
            "version": "v2.4.0",
1806
            "source": {
1807
                "type": "git",
1808
                "url": "https://github.com/vlucas/phpdotenv.git",
1809
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
1810
            },
1811
            "dist": {
1812
                "type": "zip",
1813
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1814
                "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
1815
                "shasum": ""
1816
            },
1817
            "require": {
1818
                "php": ">=5.3.9"
1819
            },
1820
            "require-dev": {
1821
                "phpunit/phpunit": "^4.8 || ^5.0"
1822
            },
1823
            "type": "library",
1824
            "extra": {
1825
                "branch-alias": {
1826
                    "dev-master": "2.4-dev"
1827
                }
1828
            },
1829
            "autoload": {
1830
                "psr-4": {
1831
                    "Dotenv\\": "src/"
1832
                }
1833
            },
1834
            "notification-url": "https://packagist.org/downloads/",
1835
            "license": [
1836
                "BSD-3-Clause-Attribution"
1837
            ],
1838
            "authors": [
1839
                {
1840
                    "name": "Vance Lucas",
1841
                    "email": "[email protected]",
1842
                    "homepage": "http://www.vancelucas.com"
1843
                }
1844
            ],
1845
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1846
            "keywords": [
1847
                "dotenv",
1848
                "env",
1849
                "environment"
1850
            ],
1851
            "time": "2016-09-01 10:05:43"
1852
        }
1853
    ],
1854
    "packages-dev": [
1855
        {
1856
            "name": "doctrine/instantiator",
1857
            "version": "1.0.5",
1858
            "source": {
1859
                "type": "git",
1860
                "url": "https://github.com/doctrine/instantiator.git",
1861
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1862
            },
1863
            "dist": {
1864
                "type": "zip",
1865
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1866
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1867
                "shasum": ""
1868
            },
1869
            "require": {
1870
                "php": ">=5.3,<8.0-DEV"
1871
            },
1872
            "require-dev": {
1873
                "athletic/athletic": "~0.1.8",
1874
                "ext-pdo": "*",
1875
                "ext-phar": "*",
1876
                "phpunit/phpunit": "~4.0",
1877
                "squizlabs/php_codesniffer": "~2.0"
1878
            },
1879
            "type": "library",
1880
            "extra": {
1881
                "branch-alias": {
1882
                    "dev-master": "1.0.x-dev"
1883
                }
1884
            },
1885
            "autoload": {
1886
                "psr-4": {
1887
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1888
                }
1889
            },
1890
            "notification-url": "https://packagist.org/downloads/",
1891
            "license": [
1892
                "MIT"
1893
            ],
1894
            "authors": [
1895
                {
1896
                    "name": "Marco Pivetta",
1897
                    "email": "[email protected]",
1898
                    "homepage": "http://ocramius.github.com/"
1899
                }
1900
            ],
1901
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1902
            "homepage": "https://github.com/doctrine/instantiator",
1903
            "keywords": [
1904
                "constructor",
1905
                "instantiate"
1906
            ],
1907
            "time": "2015-06-14 21:17:01"
1908
        },
1909
        {
1910
            "name": "fzaninotto/faker",
1911
            "version": "v1.6.0",
1912
            "source": {
1913
                "type": "git",
1914
                "url": "https://github.com/fzaninotto/Faker.git",
1915
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
1916
            },
1917
            "dist": {
1918
                "type": "zip",
1919
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1920
                "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
1921
                "shasum": ""
1922
            },
1923
            "require": {
1924
                "php": "^5.3.3|^7.0"
1925
            },
1926
            "require-dev": {
1927
                "ext-intl": "*",
1928
                "phpunit/phpunit": "~4.0",
1929
                "squizlabs/php_codesniffer": "~1.5"
1930
            },
1931
            "type": "library",
1932
            "extra": {
1933
                "branch-alias": []
1934
            },
1935
            "autoload": {
1936
                "psr-4": {
1937
                    "Faker\\": "src/Faker/"
1938
                }
1939
            },
1940
            "notification-url": "https://packagist.org/downloads/",
1941
            "license": [
1942
                "MIT"
1943
            ],
1944
            "authors": [
1945
                {
1946
                    "name": "François Zaninotto"
1947
                }
1948
            ],
1949
            "description": "Faker is a PHP library that generates fake data for you.",
1950
            "keywords": [
1951
                "data",
1952
                "faker",
1953
                "fixtures"
1954
            ],
1955
            "time": "2016-04-29 12:21:54"
1956
        },
1957
        {
1958
            "name": "graham-campbell/testbench",
1959
            "version": "v3.2.0",
1960
            "source": {
1961
                "type": "git",
1962
                "url": "https://github.com/GrahamCampbell/Laravel-TestBench.git",
1963
                "reference": "01cb56f7d7ae17979d327e9758b3d4b9d55df8d2"
1964
            },
1965
            "dist": {
1966
                "type": "zip",
1967
                "url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench/zipball/01cb56f7d7ae17979d327e9758b3d4b9d55df8d2",
1968
                "reference": "01cb56f7d7ae17979d327e9758b3d4b9d55df8d2",
1969
                "shasum": ""
1970
            },
1971
            "require": {
1972
                "graham-campbell/testbench-core": "^1.1",
1973
                "orchestra/testbench": "3.1.*|3.2.*|3.3.*",
1974
                "php": ">=5.5.9"
1975
            },
1976
            "require-dev": {
1977
                "mockery/mockery": "^0.9.4",
1978
                "phpunit/phpunit": "^4.8|^5.0"
1979
            },
1980
            "type": "library",
1981
            "extra": {
1982
                "branch-alias": {
1983
                    "dev-master": "3.2-dev"
1984
                }
1985
            },
1986
            "autoload": {
1987
                "psr-4": {
1988
                    "GrahamCampbell\\TestBench\\": "src/"
1989
                }
1990
            },
1991
            "notification-url": "https://packagist.org/downloads/",
1992
            "license": [
1993
                "MIT"
1994
            ],
1995
            "authors": [
1996
                {
1997
                    "name": "Graham Campbell",
1998
                    "email": "[email protected]"
1999
                }
2000
            ],
2001
            "description": "TestBench Provides Some Testing Functionality For Laravel 5",
2002
            "keywords": [
2003
                "Graham Campbell",
2004
                "GrahamCampbell",
2005
                "Laravel TestBench",
2006
                "Laravel-TestBench",
2007
                "TestBench",
2008
                "framework",
2009
                "laravel",
2010
                "testing"
2011
            ],
2012
            "time": "2016-04-26 14:29:20"
2013
        },
2014
        {
2015
            "name": "graham-campbell/testbench-core",
2016
            "version": "v1.1.1",
2017
            "source": {
2018
                "type": "git",
2019
                "url": "https://github.com/GrahamCampbell/Laravel-TestBench-Core.git",
2020
                "reference": "407e8cff5568ab95c4788ed5f7633e54be712de1"
2021
            },
2022
            "dist": {
2023
                "type": "zip",
2024
                "url": "https://api.github.com/repos/GrahamCampbell/Laravel-TestBench-Core/zipball/407e8cff5568ab95c4788ed5f7633e54be712de1",
2025
                "reference": "407e8cff5568ab95c4788ed5f7633e54be712de1",
2026
                "shasum": ""
2027
            },
2028
            "require": {
2029
                "php": ">=5.5.9"
2030
            },
2031
            "require-dev": {
2032
                "phpunit/phpunit": "^4.8|^5.0"
2033
            },
2034
            "suggest": {
2035
                "illuminate/support": "Required to use the laravel trait.",
2036
                "mockery/mockery": "Required to use the mockery trait.",
2037
                "phpunit/phpunit": "Required to use the most of the features."
2038
            },
2039
            "type": "library",
2040
            "extra": {
2041
                "branch-alias": {
2042
                    "dev-master": "1.1-dev"
2043
                }
2044
            },
2045
            "autoload": {
2046
                "psr-4": {
2047
                    "GrahamCampbell\\TestBenchCore\\": "src/"
2048
                }
2049
            },
2050
            "notification-url": "https://packagist.org/downloads/",
2051
            "license": [
2052
                "MIT"
2053
            ],
2054
            "authors": [
2055
                {
2056
                    "name": "Graham Campbell",
2057
                    "email": "[email protected]"
2058
                }
2059
            ],
2060
            "description": "TestBench Core Provides Some Testing Functionality For Laravel 5",
2061
            "keywords": [
2062
                "Graham Campbell",
2063
                "GrahamCampbell",
2064
                "Laravel TestBench Core",
2065
                "Laravel-TestBench-Core",
2066
                "TestBench",
2067
                "framework",
2068
                "laravel",
2069
                "testbench-core",
2070
                "testing"
2071
            ],
2072
            "time": "2016-01-30 13:57:27"
2073
        },
2074
        {
2075
            "name": "hamcrest/hamcrest-php",
2076
            "version": "v1.2.2",
2077
            "source": {
2078
                "type": "git",
2079
                "url": "https://github.com/hamcrest/hamcrest-php.git",
2080
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
2081
            },
2082
            "dist": {
2083
                "type": "zip",
2084
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
2085
                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
2086
                "shasum": ""
2087
            },
2088
            "require": {
2089
                "php": ">=5.3.2"
2090
            },
2091
            "replace": {
2092
                "cordoval/hamcrest-php": "*",
2093
                "davedevelopment/hamcrest-php": "*",
2094
                "kodova/hamcrest-php": "*"
2095
            },
2096
            "require-dev": {
2097
                "phpunit/php-file-iterator": "1.3.3",
2098
                "satooshi/php-coveralls": "dev-master"
2099
            },
2100
            "type": "library",
2101
            "autoload": {
2102
                "classmap": [
2103
                    "hamcrest"
2104
                ],
2105
                "files": [
2106
                    "hamcrest/Hamcrest.php"
2107
                ]
2108
            },
2109
            "notification-url": "https://packagist.org/downloads/",
2110
            "license": [
2111
                "BSD"
2112
            ],
2113
            "description": "This is the PHP port of Hamcrest Matchers",
2114
            "keywords": [
2115
                "test"
2116
            ],
2117
            "time": "2015-05-11 14:41:42"
2118
        },
2119
        {
2120
            "name": "mockery/mockery",
2121
            "version": "0.9.5",
2122
            "source": {
2123
                "type": "git",
2124
                "url": "https://github.com/padraic/mockery.git",
2125
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
2126
            },
2127
            "dist": {
2128
                "type": "zip",
2129
                "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
2130
                "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
2131
                "shasum": ""
2132
            },
2133
            "require": {
2134
                "hamcrest/hamcrest-php": "~1.1",
2135
                "lib-pcre": ">=7.0",
2136
                "php": ">=5.3.2"
2137
            },
2138
            "require-dev": {
2139
                "phpunit/phpunit": "~4.0"
2140
            },
2141
            "type": "library",
2142
            "extra": {
2143
                "branch-alias": {
2144
                    "dev-master": "0.9.x-dev"
2145
                }
2146
            },
2147
            "autoload": {
2148
                "psr-0": {
2149
                    "Mockery": "library/"
2150
                }
2151
            },
2152
            "notification-url": "https://packagist.org/downloads/",
2153
            "license": [
2154
                "BSD-3-Clause"
2155
            ],
2156
            "authors": [
2157
                {
2158
                    "name": "Pádraic Brady",
2159
                    "email": "[email protected]",
2160
                    "homepage": "http://blog.astrumfutura.com"
2161
                },
2162
                {
2163
                    "name": "Dave Marshall",
2164
                    "email": "[email protected]",
2165
                    "homepage": "http://davedevelopment.co.uk"
2166
                }
2167
            ],
2168
            "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.",
2169
            "homepage": "http://github.com/padraic/mockery",
2170
            "keywords": [
2171
                "BDD",
2172
                "TDD",
2173
                "library",
2174
                "mock",
2175
                "mock objects",
2176
                "mockery",
2177
                "stub",
2178
                "test",
2179
                "test double",
2180
                "testing"
2181
            ],
2182
            "time": "2016-05-22 21:52:33"
2183
        },
2184
        {
2185
            "name": "orchestra/database",
2186
            "version": "v3.2.2",
2187
            "source": {
2188
                "type": "git",
2189
                "url": "https://github.com/orchestral/database.git",
2190
                "reference": "7bdcd44a722dd1afb9ad7fe1f2154059e325b275"
2191
            },
2192
            "dist": {
2193
                "type": "zip",
2194
                "url": "https://api.github.com/repos/orchestral/database/zipball/7bdcd44a722dd1afb9ad7fe1f2154059e325b275",
2195
                "reference": "7bdcd44a722dd1afb9ad7fe1f2154059e325b275",
2196
                "shasum": ""
2197
            },
2198
            "require": {
2199
                "illuminate/contracts": "~5.2.0",
2200
                "illuminate/database": "~5.2.0",
2201
                "php": ">=5.5.0"
2202
            },
2203
            "type": "library",
2204
            "extra": {
2205
                "branch-alias": {
2206
                    "dev-master": "3.3-dev"
2207
                }
2208
            },
2209
            "autoload": {
2210
                "psr-4": {
2211
                    "Orchestra\\Database\\": ""
2212
                }
2213
            },
2214
            "notification-url": "https://packagist.org/downloads/",
2215
            "license": [
2216
                "MIT"
2217
            ],
2218
            "authors": [
2219
                {
2220
                    "name": "Mior Muhammad Zaki",
2221
                    "email": "[email protected]",
2222
                    "homepage": "https://github.com/crynobone"
2223
                },
2224
                {
2225
                    "name": "Taylor Otwell",
2226
                    "email": "[email protected]",
2227
                    "homepage": "https://github.com/taylorotwell"
2228
                }
2229
            ],
2230
            "description": "Database Component for Orchestra Platform",
2231
            "keywords": [
2232
                "database",
2233
                "orchestra-platform",
2234
                "orchestral"
2235
            ],
2236
            "time": "2016-03-01 13:50:22"
2237
        },
2238
        {
2239
            "name": "orchestra/testbench",
2240
            "version": "v3.2.6",
2241
            "source": {
2242
                "type": "git",
2243
                "url": "https://github.com/orchestral/testbench.git",
2244
                "reference": "1f475dfe2731b180dba888ec9057b82485221186"
2245
            },
2246
            "dist": {
2247
                "type": "zip",
2248
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/1f475dfe2731b180dba888ec9057b82485221186",
2249
                "reference": "1f475dfe2731b180dba888ec9057b82485221186",
2250
                "shasum": ""
2251
            },
2252
            "require": {
2253
                "fzaninotto/faker": "~1.4",
2254
                "laravel/framework": "~5.2.28",
2255
                "orchestra/database": "~3.2.0",
2256
                "php": ">=5.5.0",
2257
                "symfony/css-selector": "2.8.*|3.0.*",
2258
                "symfony/dom-crawler": "2.8.*|3.0.*"
2259
            },
2260
            "require-dev": {
2261
                "mockery/mockery": "^0.9.4",
2262
                "phpunit/phpunit": "~4.8|~5.0"
2263
            },
2264
            "suggest": {
2265
                "phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package (~4.0|~5.0)."
2266
            },
2267
            "type": "library",
2268
            "extra": {
2269
                "branch-alias": {
2270
                    "dev-master": "3.3-dev"
2271
                }
2272
            },
2273
            "autoload": {
2274
                "psr-4": {
2275
                    "Orchestra\\Testbench\\": "src/"
2276
                }
2277
            },
2278
            "notification-url": "https://packagist.org/downloads/",
2279
            "license": [
2280
                "MIT"
2281
            ],
2282
            "authors": [
2283
                {
2284
                    "name": "Mior Muhammad Zaki",
2285
                    "email": "[email protected]",
2286
                    "homepage": "https://github.com/crynobone"
2287
                }
2288
            ],
2289
            "description": "Laravel Package Unit Testing Helper",
2290
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2291
            "keywords": [
2292
                "BDD",
2293
                "TDD",
2294
                "laravel",
2295
                "orchestra-platform",
2296
                "orchestral",
2297
                "testing"
2298
            ],
2299
            "time": "2016-08-18 01:06:49"
2300
        },
2301
        {
2302
            "name": "phpdocumentor/reflection-common",
2303
            "version": "1.0",
2304
            "source": {
2305
                "type": "git",
2306
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2307
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
2308
            },
2309
            "dist": {
2310
                "type": "zip",
2311
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2312
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
2313
                "shasum": ""
2314
            },
2315
            "require": {
2316
                "php": ">=5.5"
2317
            },
2318
            "require-dev": {
2319
                "phpunit/phpunit": "^4.6"
2320
            },
2321
            "type": "library",
2322
            "extra": {
2323
                "branch-alias": {
2324
                    "dev-master": "1.0.x-dev"
2325
                }
2326
            },
2327
            "autoload": {
2328
                "psr-4": {
2329
                    "phpDocumentor\\Reflection\\": [
2330
                        "src"
2331
                    ]
2332
                }
2333
            },
2334
            "notification-url": "https://packagist.org/downloads/",
2335
            "license": [
2336
                "MIT"
2337
            ],
2338
            "authors": [
2339
                {
2340
                    "name": "Jaap van Otterdijk",
2341
                    "email": "[email protected]"
2342
                }
2343
            ],
2344
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
2345
            "homepage": "http://www.phpdoc.org",
2346
            "keywords": [
2347
                "FQSEN",
2348
                "phpDocumentor",
2349
                "phpdoc",
2350
                "reflection",
2351
                "static analysis"
2352
            ],
2353
            "time": "2015-12-27 11:43:31"
2354
        },
2355
        {
2356
            "name": "phpdocumentor/reflection-docblock",
2357
            "version": "3.1.1",
2358
            "source": {
2359
                "type": "git",
2360
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2361
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2362
            },
2363
            "dist": {
2364
                "type": "zip",
2365
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2366
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2367
                "shasum": ""
2368
            },
2369
            "require": {
2370
                "php": ">=5.5",
2371
                "phpdocumentor/reflection-common": "^1.0@dev",
2372
                "phpdocumentor/type-resolver": "^0.2.0",
2373
                "webmozart/assert": "^1.0"
2374
            },
2375
            "require-dev": {
2376
                "mockery/mockery": "^0.9.4",
2377
                "phpunit/phpunit": "^4.4"
2378
            },
2379
            "type": "library",
2380
            "autoload": {
2381
                "psr-4": {
2382
                    "phpDocumentor\\Reflection\\": [
2383
                        "src/"
2384
                    ]
2385
                }
2386
            },
2387
            "notification-url": "https://packagist.org/downloads/",
2388
            "license": [
2389
                "MIT"
2390
            ],
2391
            "authors": [
2392
                {
2393
                    "name": "Mike van Riel",
2394
                    "email": "[email protected]"
2395
                }
2396
            ],
2397
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2398
            "time": "2016-09-30 07:12:33"
2399
        },
2400
        {
2401
            "name": "phpdocumentor/type-resolver",
2402
            "version": "0.2",
2403
            "source": {
2404
                "type": "git",
2405
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
2406
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
2407
            },
2408
            "dist": {
2409
                "type": "zip",
2410
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
2411
                "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
2412
                "shasum": ""
2413
            },
2414
            "require": {
2415
                "php": ">=5.5",
2416
                "phpdocumentor/reflection-common": "^1.0"
2417
            },
2418
            "require-dev": {
2419
                "mockery/mockery": "^0.9.4",
2420
                "phpunit/phpunit": "^5.2||^4.8.24"
2421
            },
2422
            "type": "library",
2423
            "extra": {
2424
                "branch-alias": {
2425
                    "dev-master": "1.0.x-dev"
2426
                }
2427
            },
2428
            "autoload": {
2429
                "psr-4": {
2430
                    "phpDocumentor\\Reflection\\": [
2431
                        "src/"
2432
                    ]
2433
                }
2434
            },
2435
            "notification-url": "https://packagist.org/downloads/",
2436
            "license": [
2437
                "MIT"
2438
            ],
2439
            "authors": [
2440
                {
2441
                    "name": "Mike van Riel",
2442
                    "email": "[email protected]"
2443
                }
2444
            ],
2445
            "time": "2016-06-10 07:14:17"
2446
        },
2447
        {
2448
            "name": "phpspec/php-diff",
2449
            "version": "v1.0.2",
2450
            "source": {
2451
                "type": "git",
2452
                "url": "https://github.com/phpspec/php-diff.git",
2453
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
2454
            },
2455
            "dist": {
2456
                "type": "zip",
2457
                "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
2458
                "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
2459
                "shasum": ""
2460
            },
2461
            "type": "library",
2462
            "autoload": {
2463
                "psr-0": {
2464
                    "Diff": "lib/"
2465
                }
2466
            },
2467
            "notification-url": "https://packagist.org/downloads/",
2468
            "license": [
2469
                "BSD-3-Clause"
2470
            ],
2471
            "authors": [
2472
                {
2473
                    "name": "Chris Boulton",
2474
                    "homepage": "http://github.com/chrisboulton",
2475
                    "role": "Original developer"
2476
                }
2477
            ],
2478
            "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
2479
            "time": "2013-11-01 13:02:21"
2480
        },
2481
        {
2482
            "name": "phpspec/phpspec",
2483
            "version": "2.5.3",
2484
            "source": {
2485
                "type": "git",
2486
                "url": "https://github.com/phpspec/phpspec.git",
2487
                "reference": "153ebd99d9b842e0c99a024c41f970d79db46475"
2488
            },
2489
            "dist": {
2490
                "type": "zip",
2491
                "url": "https://api.github.com/repos/phpspec/phpspec/zipball/153ebd99d9b842e0c99a024c41f970d79db46475",
2492
                "reference": "153ebd99d9b842e0c99a024c41f970d79db46475",
2493
                "shasum": ""
2494
            },
2495
            "require": {
2496
                "doctrine/instantiator": "^1.0.1",
2497
                "ext-tokenizer": "*",
2498
                "php": ">=5.3.3",
2499
                "phpspec/php-diff": "~1.0.0",
2500
                "phpspec/prophecy": "~1.4",
2501
                "sebastian/exporter": "~1.0",
2502
                "symfony/console": "~2.3|~3.0",
2503
                "symfony/event-dispatcher": "~2.1|~3.0",
2504
                "symfony/finder": "~2.1|~3.0",
2505
                "symfony/process": "^2.6|~3.0",
2506
                "symfony/yaml": "~2.1|~3.0"
2507
            },
2508
            "require-dev": {
2509
                "behat/behat": "^3.0.11",
2510
                "ciaranmcnulty/versionbasedtestskipper": "^0.2.1",
2511
                "phpunit/phpunit": "~4.4",
2512
                "symfony/filesystem": "~2.1|~3.0"
2513
            },
2514
            "suggest": {
2515
                "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
2516
            },
2517
            "bin": [
2518
                "bin/phpspec"
2519
            ],
2520
            "type": "library",
2521
            "extra": {
2522
                "branch-alias": {
2523
                    "dev-master": "2.5.x-dev"
2524
                }
2525
            },
2526
            "autoload": {
2527
                "psr-0": {
2528
                    "PhpSpec": "src/"
2529
                }
2530
            },
2531
            "notification-url": "https://packagist.org/downloads/",
2532
            "license": [
2533
                "MIT"
2534
            ],
2535
            "authors": [
2536
                {
2537
                    "name": "Konstantin Kudryashov",
2538
                    "email": "[email protected]",
2539
                    "homepage": "http://everzet.com"
2540
                },
2541
                {
2542
                    "name": "Marcello Duarte",
2543
                    "homepage": "http://marcelloduarte.net/"
2544
                }
2545
            ],
2546
            "description": "Specification-oriented BDD framework for PHP 5.3+",
2547
            "homepage": "http://phpspec.net/",
2548
            "keywords": [
2549
                "BDD",
2550
                "SpecBDD",
2551
                "TDD",
2552
                "spec",
2553
                "specification",
2554
                "testing",
2555
                "tests"
2556
            ],
2557
            "time": "2016-09-26 20:28:11"
2558
        },
2559
        {
2560
            "name": "phpspec/prophecy",
2561
            "version": "v1.6.1",
2562
            "source": {
2563
                "type": "git",
2564
                "url": "https://github.com/phpspec/prophecy.git",
2565
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
2566
            },
2567
            "dist": {
2568
                "type": "zip",
2569
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
2570
                "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
2571
                "shasum": ""
2572
            },
2573
            "require": {
2574
                "doctrine/instantiator": "^1.0.2",
2575
                "php": "^5.3|^7.0",
2576
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
2577
                "sebastian/comparator": "^1.1",
2578
                "sebastian/recursion-context": "^1.0"
2579
            },
2580
            "require-dev": {
2581
                "phpspec/phpspec": "^2.0"
2582
            },
2583
            "type": "library",
2584
            "extra": {
2585
                "branch-alias": {
2586
                    "dev-master": "1.6.x-dev"
2587
                }
2588
            },
2589
            "autoload": {
2590
                "psr-0": {
2591
                    "Prophecy\\": "src/"
2592
                }
2593
            },
2594
            "notification-url": "https://packagist.org/downloads/",
2595
            "license": [
2596
                "MIT"
2597
            ],
2598
            "authors": [
2599
                {
2600
                    "name": "Konstantin Kudryashov",
2601
                    "email": "[email protected]",
2602
                    "homepage": "http://everzet.com"
2603
                },
2604
                {
2605
                    "name": "Marcello Duarte",
2606
                    "email": "[email protected]"
2607
                }
2608
            ],
2609
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2610
            "homepage": "https://github.com/phpspec/prophecy",
2611
            "keywords": [
2612
                "Double",
2613
                "Dummy",
2614
                "fake",
2615
                "mock",
2616
                "spy",
2617
                "stub"
2618
            ],
2619
            "time": "2016-06-07 08:13:47"
2620
        },
2621
        {
2622
            "name": "phpunit/php-code-coverage",
2623
            "version": "2.2.4",
2624
            "source": {
2625
                "type": "git",
2626
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2627
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2628
            },
2629
            "dist": {
2630
                "type": "zip",
2631
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2632
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2633
                "shasum": ""
2634
            },
2635
            "require": {
2636
                "php": ">=5.3.3",
2637
                "phpunit/php-file-iterator": "~1.3",
2638
                "phpunit/php-text-template": "~1.2",
2639
                "phpunit/php-token-stream": "~1.3",
2640
                "sebastian/environment": "^1.3.2",
2641
                "sebastian/version": "~1.0"
2642
            },
2643
            "require-dev": {
2644
                "ext-xdebug": ">=2.1.4",
2645
                "phpunit/phpunit": "~4"
2646
            },
2647
            "suggest": {
2648
                "ext-dom": "*",
2649
                "ext-xdebug": ">=2.2.1",
2650
                "ext-xmlwriter": "*"
2651
            },
2652
            "type": "library",
2653
            "extra": {
2654
                "branch-alias": {
2655
                    "dev-master": "2.2.x-dev"
2656
                }
2657
            },
2658
            "autoload": {
2659
                "classmap": [
2660
                    "src/"
2661
                ]
2662
            },
2663
            "notification-url": "https://packagist.org/downloads/",
2664
            "license": [
2665
                "BSD-3-Clause"
2666
            ],
2667
            "authors": [
2668
                {
2669
                    "name": "Sebastian Bergmann",
2670
                    "email": "[email protected]",
2671
                    "role": "lead"
2672
                }
2673
            ],
2674
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2675
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2676
            "keywords": [
2677
                "coverage",
2678
                "testing",
2679
                "xunit"
2680
            ],
2681
            "time": "2015-10-06 15:47:00"
2682
        },
2683
        {
2684
            "name": "phpunit/php-file-iterator",
2685
            "version": "1.4.1",
2686
            "source": {
2687
                "type": "git",
2688
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2689
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2690
            },
2691
            "dist": {
2692
                "type": "zip",
2693
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2694
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2695
                "shasum": ""
2696
            },
2697
            "require": {
2698
                "php": ">=5.3.3"
2699
            },
2700
            "type": "library",
2701
            "extra": {
2702
                "branch-alias": {
2703
                    "dev-master": "1.4.x-dev"
2704
                }
2705
            },
2706
            "autoload": {
2707
                "classmap": [
2708
                    "src/"
2709
                ]
2710
            },
2711
            "notification-url": "https://packagist.org/downloads/",
2712
            "license": [
2713
                "BSD-3-Clause"
2714
            ],
2715
            "authors": [
2716
                {
2717
                    "name": "Sebastian Bergmann",
2718
                    "email": "[email protected]",
2719
                    "role": "lead"
2720
                }
2721
            ],
2722
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2723
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2724
            "keywords": [
2725
                "filesystem",
2726
                "iterator"
2727
            ],
2728
            "time": "2015-06-21 13:08:43"
2729
        },
2730
        {
2731
            "name": "phpunit/php-text-template",
2732
            "version": "1.2.1",
2733
            "source": {
2734
                "type": "git",
2735
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2736
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
2737
            },
2738
            "dist": {
2739
                "type": "zip",
2740
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2741
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2742
                "shasum": ""
2743
            },
2744
            "require": {
2745
                "php": ">=5.3.3"
2746
            },
2747
            "type": "library",
2748
            "autoload": {
2749
                "classmap": [
2750
                    "src/"
2751
                ]
2752
            },
2753
            "notification-url": "https://packagist.org/downloads/",
2754
            "license": [
2755
                "BSD-3-Clause"
2756
            ],
2757
            "authors": [
2758
                {
2759
                    "name": "Sebastian Bergmann",
2760
                    "email": "[email protected]",
2761
                    "role": "lead"
2762
                }
2763
            ],
2764
            "description": "Simple template engine.",
2765
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2766
            "keywords": [
2767
                "template"
2768
            ],
2769
            "time": "2015-06-21 13:50:34"
2770
        },
2771
        {
2772
            "name": "phpunit/php-timer",
2773
            "version": "1.0.8",
2774
            "source": {
2775
                "type": "git",
2776
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2777
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2778
            },
2779
            "dist": {
2780
                "type": "zip",
2781
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2782
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2783
                "shasum": ""
2784
            },
2785
            "require": {
2786
                "php": ">=5.3.3"
2787
            },
2788
            "require-dev": {
2789
                "phpunit/phpunit": "~4|~5"
2790
            },
2791
            "type": "library",
2792
            "autoload": {
2793
                "classmap": [
2794
                    "src/"
2795
                ]
2796
            },
2797
            "notification-url": "https://packagist.org/downloads/",
2798
            "license": [
2799
                "BSD-3-Clause"
2800
            ],
2801
            "authors": [
2802
                {
2803
                    "name": "Sebastian Bergmann",
2804
                    "email": "[email protected]",
2805
                    "role": "lead"
2806
                }
2807
            ],
2808
            "description": "Utility class for timing",
2809
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2810
            "keywords": [
2811
                "timer"
2812
            ],
2813
            "time": "2016-05-12 18:03:57"
2814
        },
2815
        {
2816
            "name": "phpunit/php-token-stream",
2817
            "version": "1.4.8",
2818
            "source": {
2819
                "type": "git",
2820
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2821
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2822
            },
2823
            "dist": {
2824
                "type": "zip",
2825
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2826
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2827
                "shasum": ""
2828
            },
2829
            "require": {
2830
                "ext-tokenizer": "*",
2831
                "php": ">=5.3.3"
2832
            },
2833
            "require-dev": {
2834
                "phpunit/phpunit": "~4.2"
2835
            },
2836
            "type": "library",
2837
            "extra": {
2838
                "branch-alias": {
2839
                    "dev-master": "1.4-dev"
2840
                }
2841
            },
2842
            "autoload": {
2843
                "classmap": [
2844
                    "src/"
2845
                ]
2846
            },
2847
            "notification-url": "https://packagist.org/downloads/",
2848
            "license": [
2849
                "BSD-3-Clause"
2850
            ],
2851
            "authors": [
2852
                {
2853
                    "name": "Sebastian Bergmann",
2854
                    "email": "[email protected]"
2855
                }
2856
            ],
2857
            "description": "Wrapper around PHP's tokenizer extension.",
2858
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2859
            "keywords": [
2860
                "tokenizer"
2861
            ],
2862
            "time": "2015-09-15 10:49:45"
2863
        },
2864
        {
2865
            "name": "phpunit/phpunit",
2866
            "version": "4.8.27",
2867
            "source": {
2868
                "type": "git",
2869
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2870
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90"
2871
            },
2872
            "dist": {
2873
                "type": "zip",
2874
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c062dddcb68e44b563f66ee319ddae2b5a322a90",
2875
                "reference": "c062dddcb68e44b563f66ee319ddae2b5a322a90",
2876
                "shasum": ""
2877
            },
2878
            "require": {
2879
                "ext-dom": "*",
2880
                "ext-json": "*",
2881
                "ext-pcre": "*",
2882
                "ext-reflection": "*",
2883
                "ext-spl": "*",
2884
                "php": ">=5.3.3",
2885
                "phpspec/prophecy": "^1.3.1",
2886
                "phpunit/php-code-coverage": "~2.1",
2887
                "phpunit/php-file-iterator": "~1.4",
2888
                "phpunit/php-text-template": "~1.2",
2889
                "phpunit/php-timer": "^1.0.6",
2890
                "phpunit/phpunit-mock-objects": "~2.3",
2891
                "sebastian/comparator": "~1.1",
2892
                "sebastian/diff": "~1.2",
2893
                "sebastian/environment": "~1.3",
2894
                "sebastian/exporter": "~1.2",
2895
                "sebastian/global-state": "~1.0",
2896
                "sebastian/version": "~1.0",
2897
                "symfony/yaml": "~2.1|~3.0"
2898
            },
2899
            "suggest": {
2900
                "phpunit/php-invoker": "~1.1"
2901
            },
2902
            "bin": [
2903
                "phpunit"
2904
            ],
2905
            "type": "library",
2906
            "extra": {
2907
                "branch-alias": {
2908
                    "dev-master": "4.8.x-dev"
2909
                }
2910
            },
2911
            "autoload": {
2912
                "classmap": [
2913
                    "src/"
2914
                ]
2915
            },
2916
            "notification-url": "https://packagist.org/downloads/",
2917
            "license": [
2918
                "BSD-3-Clause"
2919
            ],
2920
            "authors": [
2921
                {
2922
                    "name": "Sebastian Bergmann",
2923
                    "email": "[email protected]",
2924
                    "role": "lead"
2925
                }
2926
            ],
2927
            "description": "The PHP Unit Testing framework.",
2928
            "homepage": "https://phpunit.de/",
2929
            "keywords": [
2930
                "phpunit",
2931
                "testing",
2932
                "xunit"
2933
            ],
2934
            "time": "2016-07-21 06:48:14"
2935
        },
2936
        {
2937
            "name": "phpunit/phpunit-mock-objects",
2938
            "version": "2.3.8",
2939
            "source": {
2940
                "type": "git",
2941
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2942
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2943
            },
2944
            "dist": {
2945
                "type": "zip",
2946
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2947
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2948
                "shasum": ""
2949
            },
2950
            "require": {
2951
                "doctrine/instantiator": "^1.0.2",
2952
                "php": ">=5.3.3",
2953
                "phpunit/php-text-template": "~1.2",
2954
                "sebastian/exporter": "~1.2"
2955
            },
2956
            "require-dev": {
2957
                "phpunit/phpunit": "~4.4"
2958
            },
2959
            "suggest": {
2960
                "ext-soap": "*"
2961
            },
2962
            "type": "library",
2963
            "extra": {
2964
                "branch-alias": {
2965
                    "dev-master": "2.3.x-dev"
2966
                }
2967
            },
2968
            "autoload": {
2969
                "classmap": [
2970
                    "src/"
2971
                ]
2972
            },
2973
            "notification-url": "https://packagist.org/downloads/",
2974
            "license": [
2975
                "BSD-3-Clause"
2976
            ],
2977
            "authors": [
2978
                {
2979
                    "name": "Sebastian Bergmann",
2980
                    "email": "[email protected]",
2981
                    "role": "lead"
2982
                }
2983
            ],
2984
            "description": "Mock Object library for PHPUnit",
2985
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2986
            "keywords": [
2987
                "mock",
2988
                "xunit"
2989
            ],
2990
            "time": "2015-10-02 06:51:40"
2991
        },
2992
        {
2993
            "name": "sebastian/comparator",
2994
            "version": "1.2.0",
2995
            "source": {
2996
                "type": "git",
2997
                "url": "https://github.com/sebastianbergmann/comparator.git",
2998
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2999
            },
3000
            "dist": {
3001
                "type": "zip",
3002
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
3003
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
3004
                "shasum": ""
3005
            },
3006
            "require": {
3007
                "php": ">=5.3.3",
3008
                "sebastian/diff": "~1.2",
3009
                "sebastian/exporter": "~1.2"
3010
            },
3011
            "require-dev": {
3012
                "phpunit/phpunit": "~4.4"
3013
            },
3014
            "type": "library",
3015
            "extra": {
3016
                "branch-alias": {
3017
                    "dev-master": "1.2.x-dev"
3018
                }
3019
            },
3020
            "autoload": {
3021
                "classmap": [
3022
                    "src/"
3023
                ]
3024
            },
3025
            "notification-url": "https://packagist.org/downloads/",
3026
            "license": [
3027
                "BSD-3-Clause"
3028
            ],
3029
            "authors": [
3030
                {
3031
                    "name": "Jeff Welch",
3032
                    "email": "[email protected]"
3033
                },
3034
                {
3035
                    "name": "Volker Dusch",
3036
                    "email": "[email protected]"
3037
                },
3038
                {
3039
                    "name": "Bernhard Schussek",
3040
                    "email": "[email protected]"
3041
                },
3042
                {
3043
                    "name": "Sebastian Bergmann",
3044
                    "email": "[email protected]"
3045
                }
3046
            ],
3047
            "description": "Provides the functionality to compare PHP values for equality",
3048
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
3049
            "keywords": [
3050
                "comparator",
3051
                "compare",
3052
                "equality"
3053
            ],
3054
            "time": "2015-07-26 15:48:44"
3055
        },
3056
        {
3057
            "name": "sebastian/diff",
3058
            "version": "1.4.1",
3059
            "source": {
3060
                "type": "git",
3061
                "url": "https://github.com/sebastianbergmann/diff.git",
3062
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
3063
            },
3064
            "dist": {
3065
                "type": "zip",
3066
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
3067
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
3068
                "shasum": ""
3069
            },
3070
            "require": {
3071
                "php": ">=5.3.3"
3072
            },
3073
            "require-dev": {
3074
                "phpunit/phpunit": "~4.8"
3075
            },
3076
            "type": "library",
3077
            "extra": {
3078
                "branch-alias": {
3079
                    "dev-master": "1.4-dev"
3080
                }
3081
            },
3082
            "autoload": {
3083
                "classmap": [
3084
                    "src/"
3085
                ]
3086
            },
3087
            "notification-url": "https://packagist.org/downloads/",
3088
            "license": [
3089
                "BSD-3-Clause"
3090
            ],
3091
            "authors": [
3092
                {
3093
                    "name": "Kore Nordmann",
3094
                    "email": "[email protected]"
3095
                },
3096
                {
3097
                    "name": "Sebastian Bergmann",
3098
                    "email": "[email protected]"
3099
                }
3100
            ],
3101
            "description": "Diff implementation",
3102
            "homepage": "https://github.com/sebastianbergmann/diff",
3103
            "keywords": [
3104
                "diff"
3105
            ],
3106
            "time": "2015-12-08 07:14:41"
3107
        },
3108
        {
3109
            "name": "sebastian/environment",
3110
            "version": "1.3.8",
3111
            "source": {
3112
                "type": "git",
3113
                "url": "https://github.com/sebastianbergmann/environment.git",
3114
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
3115
            },
3116
            "dist": {
3117
                "type": "zip",
3118
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3119
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
3120
                "shasum": ""
3121
            },
3122
            "require": {
3123
                "php": "^5.3.3 || ^7.0"
3124
            },
3125
            "require-dev": {
3126
                "phpunit/phpunit": "^4.8 || ^5.0"
3127
            },
3128
            "type": "library",
3129
            "extra": {
3130
                "branch-alias": {
3131
                    "dev-master": "1.3.x-dev"
3132
                }
3133
            },
3134
            "autoload": {
3135
                "classmap": [
3136
                    "src/"
3137
                ]
3138
            },
3139
            "notification-url": "https://packagist.org/downloads/",
3140
            "license": [
3141
                "BSD-3-Clause"
3142
            ],
3143
            "authors": [
3144
                {
3145
                    "name": "Sebastian Bergmann",
3146
                    "email": "[email protected]"
3147
                }
3148
            ],
3149
            "description": "Provides functionality to handle HHVM/PHP environments",
3150
            "homepage": "http://www.github.com/sebastianbergmann/environment",
3151
            "keywords": [
3152
                "Xdebug",
3153
                "environment",
3154
                "hhvm"
3155
            ],
3156
            "time": "2016-08-18 05:49:44"
3157
        },
3158
        {
3159
            "name": "sebastian/exporter",
3160
            "version": "1.2.2",
3161
            "source": {
3162
                "type": "git",
3163
                "url": "https://github.com/sebastianbergmann/exporter.git",
3164
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
3165
            },
3166
            "dist": {
3167
                "type": "zip",
3168
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
3169
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
3170
                "shasum": ""
3171
            },
3172
            "require": {
3173
                "php": ">=5.3.3",
3174
                "sebastian/recursion-context": "~1.0"
3175
            },
3176
            "require-dev": {
3177
                "ext-mbstring": "*",
3178
                "phpunit/phpunit": "~4.4"
3179
            },
3180
            "type": "library",
3181
            "extra": {
3182
                "branch-alias": {
3183
                    "dev-master": "1.3.x-dev"
3184
                }
3185
            },
3186
            "autoload": {
3187
                "classmap": [
3188
                    "src/"
3189
                ]
3190
            },
3191
            "notification-url": "https://packagist.org/downloads/",
3192
            "license": [
3193
                "BSD-3-Clause"
3194
            ],
3195
            "authors": [
3196
                {
3197
                    "name": "Jeff Welch",
3198
                    "email": "[email protected]"
3199
                },
3200
                {
3201
                    "name": "Volker Dusch",
3202
                    "email": "[email protected]"
3203
                },
3204
                {
3205
                    "name": "Bernhard Schussek",
3206
                    "email": "[email protected]"
3207
                },
3208
                {
3209
                    "name": "Sebastian Bergmann",
3210
                    "email": "[email protected]"
3211
                },
3212
                {
3213
                    "name": "Adam Harvey",
3214
                    "email": "[email protected]"
3215
                }
3216
            ],
3217
            "description": "Provides the functionality to export PHP variables for visualization",
3218
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
3219
            "keywords": [
3220
                "export",
3221
                "exporter"
3222
            ],
3223
            "time": "2016-06-17 09:04:28"
3224
        },
3225
        {
3226
            "name": "sebastian/global-state",
3227
            "version": "1.1.1",
3228
            "source": {
3229
                "type": "git",
3230
                "url": "https://github.com/sebastianbergmann/global-state.git",
3231
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
3232
            },
3233
            "dist": {
3234
                "type": "zip",
3235
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
3236
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
3237
                "shasum": ""
3238
            },
3239
            "require": {
3240
                "php": ">=5.3.3"
3241
            },
3242
            "require-dev": {
3243
                "phpunit/phpunit": "~4.2"
3244
            },
3245
            "suggest": {
3246
                "ext-uopz": "*"
3247
            },
3248
            "type": "library",
3249
            "extra": {
3250
                "branch-alias": {
3251
                    "dev-master": "1.0-dev"
3252
                }
3253
            },
3254
            "autoload": {
3255
                "classmap": [
3256
                    "src/"
3257
                ]
3258
            },
3259
            "notification-url": "https://packagist.org/downloads/",
3260
            "license": [
3261
                "BSD-3-Clause"
3262
            ],
3263
            "authors": [
3264
                {
3265
                    "name": "Sebastian Bergmann",
3266
                    "email": "[email protected]"
3267
                }
3268
            ],
3269
            "description": "Snapshotting of global state",
3270
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3271
            "keywords": [
3272
                "global state"
3273
            ],
3274
            "time": "2015-10-12 03:26:01"
3275
        },
3276
        {
3277
            "name": "sebastian/recursion-context",
3278
            "version": "1.0.2",
3279
            "source": {
3280
                "type": "git",
3281
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3282
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
3283
            },
3284
            "dist": {
3285
                "type": "zip",
3286
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
3287
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
3288
                "shasum": ""
3289
            },
3290
            "require": {
3291
                "php": ">=5.3.3"
3292
            },
3293
            "require-dev": {
3294
                "phpunit/phpunit": "~4.4"
3295
            },
3296
            "type": "library",
3297
            "extra": {
3298
                "branch-alias": {
3299
                    "dev-master": "1.0.x-dev"
3300
                }
3301
            },
3302
            "autoload": {
3303
                "classmap": [
3304
                    "src/"
3305
                ]
3306
            },
3307
            "notification-url": "https://packagist.org/downloads/",
3308
            "license": [
3309
                "BSD-3-Clause"
3310
            ],
3311
            "authors": [
3312
                {
3313
                    "name": "Jeff Welch",
3314
                    "email": "[email protected]"
3315
                },
3316
                {
3317
                    "name": "Sebastian Bergmann",
3318
                    "email": "[email protected]"
3319
                },
3320
                {
3321
                    "name": "Adam Harvey",
3322
                    "email": "[email protected]"
3323
                }
3324
            ],
3325
            "description": "Provides functionality to recursively process PHP variables",
3326
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3327
            "time": "2015-11-11 19:50:13"
3328
        },
3329
        {
3330
            "name": "sebastian/version",
3331
            "version": "1.0.6",
3332
            "source": {
3333
                "type": "git",
3334
                "url": "https://github.com/sebastianbergmann/version.git",
3335
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
3336
            },
3337
            "dist": {
3338
                "type": "zip",
3339
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3340
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
3341
                "shasum": ""
3342
            },
3343
            "type": "library",
3344
            "autoload": {
3345
                "classmap": [
3346
                    "src/"
3347
                ]
3348
            },
3349
            "notification-url": "https://packagist.org/downloads/",
3350
            "license": [
3351
                "BSD-3-Clause"
3352
            ],
3353
            "authors": [
3354
                {
3355
                    "name": "Sebastian Bergmann",
3356
                    "email": "[email protected]",
3357
                    "role": "lead"
3358
                }
3359
            ],
3360
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3361
            "homepage": "https://github.com/sebastianbergmann/version",
3362
            "time": "2015-06-21 13:59:46"
3363
        },
3364
        {
3365
            "name": "squizlabs/php_codesniffer",
3366
            "version": "2.6.2",
3367
            "source": {
3368
                "type": "git",
3369
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
3370
                "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83"
3371
            },
3372
            "dist": {
3373
                "type": "zip",
3374
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/4edb770cb853def6e60c93abb088ad5ac2010c83",
3375
                "reference": "4edb770cb853def6e60c93abb088ad5ac2010c83",
3376
                "shasum": ""
3377
            },
3378
            "require": {
3379
                "ext-simplexml": "*",
3380
                "ext-tokenizer": "*",
3381
                "ext-xmlwriter": "*",
3382
                "php": ">=5.1.2"
3383
            },
3384
            "require-dev": {
3385
                "phpunit/phpunit": "~4.0"
3386
            },
3387
            "bin": [
3388
                "scripts/phpcs",
3389
                "scripts/phpcbf"
3390
            ],
3391
            "type": "library",
3392
            "extra": {
3393
                "branch-alias": {
3394
                    "dev-master": "2.x-dev"
3395
                }
3396
            },
3397
            "autoload": {
3398
                "classmap": [
3399
                    "CodeSniffer.php",
3400
                    "CodeSniffer/CLI.php",
3401
                    "CodeSniffer/Exception.php",
3402
                    "CodeSniffer/File.php",
3403
                    "CodeSniffer/Fixer.php",
3404
                    "CodeSniffer/Report.php",
3405
                    "CodeSniffer/Reporting.php",
3406
                    "CodeSniffer/Sniff.php",
3407
                    "CodeSniffer/Tokens.php",
3408
                    "CodeSniffer/Reports/",
3409
                    "CodeSniffer/Tokenizers/",
3410
                    "CodeSniffer/DocGenerators/",
3411
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
3412
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
3413
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
3414
                    "CodeSniffer/Standards/IncorrectPatternException.php",
3415
                    "CodeSniffer/Standards/Generic/Sniffs/",
3416
                    "CodeSniffer/Standards/MySource/Sniffs/",
3417
                    "CodeSniffer/Standards/PEAR/Sniffs/",
3418
                    "CodeSniffer/Standards/PSR1/Sniffs/",
3419
                    "CodeSniffer/Standards/PSR2/Sniffs/",
3420
                    "CodeSniffer/Standards/Squiz/Sniffs/",
3421
                    "CodeSniffer/Standards/Zend/Sniffs/"
3422
                ]
3423
            },
3424
            "notification-url": "https://packagist.org/downloads/",
3425
            "license": [
3426
                "BSD-3-Clause"
3427
            ],
3428
            "authors": [
3429
                {
3430
                    "name": "Greg Sherwood",
3431
                    "role": "lead"
3432
                }
3433
            ],
3434
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
3435
            "homepage": "http://www.squizlabs.com/php-codesniffer",
3436
            "keywords": [
3437
                "phpcs",
3438
                "standards"
3439
            ],
3440
            "time": "2016-07-13 23:29:13"
3441
        },
3442
        {
3443
            "name": "symfony/css-selector",
3444
            "version": "v3.0.9",
3445
            "source": {
3446
                "type": "git",
3447
                "url": "https://github.com/symfony/css-selector.git",
3448
                "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115"
3449
            },
3450
            "dist": {
3451
                "type": "zip",
3452
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/b8999c1f33c224b2b66b38253f5e3a838d0d0115",
3453
                "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115",
3454
                "shasum": ""
3455
            },
3456
            "require": {
3457
                "php": ">=5.5.9"
3458
            },
3459
            "type": "library",
3460
            "extra": {
3461
                "branch-alias": {
3462
                    "dev-master": "3.0-dev"
3463
                }
3464
            },
3465
            "autoload": {
3466
                "psr-4": {
3467
                    "Symfony\\Component\\CssSelector\\": ""
3468
                },
3469
                "exclude-from-classmap": [
3470
                    "/Tests/"
3471
                ]
3472
            },
3473
            "notification-url": "https://packagist.org/downloads/",
3474
            "license": [
3475
                "MIT"
3476
            ],
3477
            "authors": [
3478
                {
3479
                    "name": "Jean-François Simon",
3480
                    "email": "[email protected]"
3481
                },
3482
                {
3483
                    "name": "Fabien Potencier",
3484
                    "email": "[email protected]"
3485
                },
3486
                {
3487
                    "name": "Symfony Community",
3488
                    "homepage": "https://symfony.com/contributors"
3489
                }
3490
            ],
3491
            "description": "Symfony CssSelector Component",
3492
            "homepage": "https://symfony.com",
3493
            "time": "2016-06-29 05:40:00"
3494
        },
3495
        {
3496
            "name": "symfony/dom-crawler",
3497
            "version": "v3.0.9",
3498
            "source": {
3499
                "type": "git",
3500
                "url": "https://github.com/symfony/dom-crawler.git",
3501
                "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970"
3502
            },
3503
            "dist": {
3504
                "type": "zip",
3505
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
3506
                "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
3507
                "shasum": ""
3508
            },
3509
            "require": {
3510
                "php": ">=5.5.9",
3511
                "symfony/polyfill-mbstring": "~1.0"
3512
            },
3513
            "require-dev": {
3514
                "symfony/css-selector": "~2.8|~3.0"
3515
            },
3516
            "suggest": {
3517
                "symfony/css-selector": ""
3518
            },
3519
            "type": "library",
3520
            "extra": {
3521
                "branch-alias": {
3522
                    "dev-master": "3.0-dev"
3523
                }
3524
            },
3525
            "autoload": {
3526
                "psr-4": {
3527
                    "Symfony\\Component\\DomCrawler\\": ""
3528
                },
3529
                "exclude-from-classmap": [
3530
                    "/Tests/"
3531
                ]
3532
            },
3533
            "notification-url": "https://packagist.org/downloads/",
3534
            "license": [
3535
                "MIT"
3536
            ],
3537
            "authors": [
3538
                {
3539
                    "name": "Fabien Potencier",
3540
                    "email": "[email protected]"
3541
                },
3542
                {
3543
                    "name": "Symfony Community",
3544
                    "homepage": "https://symfony.com/contributors"
3545
                }
3546
            ],
3547
            "description": "Symfony DomCrawler Component",
3548
            "homepage": "https://symfony.com",
3549
            "time": "2016-07-30 07:22:48"
3550
        },
3551
        {
3552
            "name": "symfony/yaml",
3553
            "version": "v3.1.5",
3554
            "source": {
3555
                "type": "git",
3556
                "url": "https://github.com/symfony/yaml.git",
3557
                "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3"
3558
            },
3559
            "dist": {
3560
                "type": "zip",
3561
                "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3",
3562
                "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3",
3563
                "shasum": ""
3564
            },
3565
            "require": {
3566
                "php": ">=5.5.9"
3567
            },
3568
            "type": "library",
3569
            "extra": {
3570
                "branch-alias": {
3571
                    "dev-master": "3.1-dev"
3572
                }
3573
            },
3574
            "autoload": {
3575
                "psr-4": {
3576
                    "Symfony\\Component\\Yaml\\": ""
3577
                },
3578
                "exclude-from-classmap": [
3579
                    "/Tests/"
3580
                ]
3581
            },
3582
            "notification-url": "https://packagist.org/downloads/",
3583
            "license": [
3584
                "MIT"
3585
            ],
3586
            "authors": [
3587
                {
3588
                    "name": "Fabien Potencier",
3589
                    "email": "[email protected]"
3590
                },
3591
                {
3592
                    "name": "Symfony Community",
3593
                    "homepage": "https://symfony.com/contributors"
3594
                }
3595
            ],
3596
            "description": "Symfony Yaml Component",
3597
            "homepage": "https://symfony.com",
3598
            "time": "2016-09-25 08:27:07"
3599
        },
3600
        {
3601
            "name": "webmozart/assert",
3602
            "version": "1.1.0",
3603
            "source": {
3604
                "type": "git",
3605
                "url": "https://github.com/webmozart/assert.git",
3606
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
3607
            },
3608
            "dist": {
3609
                "type": "zip",
3610
                "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
3611
                "reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
3612
                "shasum": ""
3613
            },
3614
            "require": {
3615
                "php": "^5.3.3|^7.0"
3616
            },
3617
            "require-dev": {
3618
                "phpunit/phpunit": "^4.6",
3619
                "sebastian/version": "^1.0.1"
3620
            },
3621
            "type": "library",
3622
            "extra": {
3623
                "branch-alias": {
3624
                    "dev-master": "1.2-dev"
3625
                }
3626
            },
3627
            "autoload": {
3628
                "psr-4": {
3629
                    "Webmozart\\Assert\\": "src/"
3630
                }
3631
            },
3632
            "notification-url": "https://packagist.org/downloads/",
3633
            "license": [
3634
                "MIT"
3635
            ],
3636
            "authors": [
3637
                {
3638
                    "name": "Bernhard Schussek",
3639
                    "email": "[email protected]"
3640
                }
3641
            ],
3642
            "description": "Assertions to validate method input/output with nice error messages.",
3643
            "keywords": [
3644
                "assert",
3645
                "check",
3646
                "validate"
3647
            ],
3648
            "time": "2016-08-09 15:02:57"
3649
        }
3650
    ],
3651
    "aliases": [],
3652
    "minimum-stability": "stable",
3653
    "stability-flags": [],
3654
    "prefer-stable": false,
3655
    "prefer-lowest": false,
3656
    "platform": {
3657
        "php": ">=5.5.9"
3658
    },
3659
    "platform-dev": []
3660
}
3661