Completed
Push — master ( d00fca...c08cd6 )
by Frédéric
07:21
created

composer.lock (1 issue)

Severity

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