GitHub Access Token became invalid

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