Completed
Push — master ( a9c609...38b87d )
by Mostafa Abd El-Salam
10:17
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
    "content-hash": "985c7592d9750d2129579c821063a04e",
8
    "packages": [
9
        {
10
            "name": "doctrine/inflector",
11
            "version": "v1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/inflector.git",
15
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
20
                "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.2"
25
            },
26
            "type": "library",
27
            "autoload": {
28
                "psr-0": {
29
                    "Doctrine\\Common\\Inflector\\": "lib/"
30
                }
31
            },
32
            "notification-url": "https://packagist.org/downloads/",
33
            "license": [
34
                "MIT"
35
            ],
36
            "authors": [
37
                {
38
                    "name": "Jonathan Wage",
39
                    "email": "[email protected]",
40
                    "homepage": "http://www.jwage.com/",
41
                    "role": "Creator"
42
                },
43
                {
44
                    "name": "Guilherme Blanco",
45
                    "email": "[email protected]",
46
                    "homepage": "http://www.instaclick.com"
47
                },
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Johannes Schmitt",
58
                    "email": "[email protected]",
59
                    "homepage": "https://github.com/schmittjoh",
60
                    "role": "Developer of wrapped JMSSerializerBundle"
61
                }
62
            ],
63
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
64
            "homepage": "http://www.doctrine-project.org",
65
            "keywords": [
66
                "inflection",
67
                "pluarlize",
68
                "singuarlize",
69
                "string"
70
            ],
71
            "time": "2013-01-10T21:49:15+00:00"
72
        },
73
        {
74
            "name": "erusev/parsedown",
75
            "version": "1.6.0",
76
            "source": {
77
                "type": "git",
78
                "url": "https://github.com/erusev/parsedown.git",
79
                "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7"
80
            },
81
            "dist": {
82
                "type": "zip",
83
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
84
                "reference": "3ebbd730b5c2cf5ce78bc1bf64071407fc6674b7",
85
                "shasum": ""
86
            },
87
            "type": "library",
88
            "autoload": {
89
                "psr-0": {
90
                    "Parsedown": ""
91
                }
92
            },
93
            "notification-url": "https://packagist.org/downloads/",
94
            "license": [
95
                "MIT"
96
            ],
97
            "authors": [
98
                {
99
                    "name": "Emanuil Rusev",
100
                    "email": "[email protected]",
101
                    "homepage": "http://erusev.com"
102
                }
103
            ],
104
            "description": "Parser for Markdown.",
105
            "homepage": "http://parsedown.org",
106
            "keywords": [
107
                "markdown",
108
                "parser"
109
            ],
110
            "time": "2015-10-04T16:44:32+00:00"
111
        },
112
        {
113
            "name": "jenssegers/mongodb",
114
            "version": "v3.2.0",
115
            "source": {
116
                "type": "git",
117
                "url": "https://github.com/jenssegers/laravel-mongodb.git",
118
                "reference": "84b8b706b3891bb636f09555d01f5bfaf9e775ea"
119
            },
120
            "dist": {
121
                "type": "zip",
122
                "url": "https://api.github.com/repos/jenssegers/laravel-mongodb/zipball/84b8b706b3891bb636f09555d01f5bfaf9e775ea",
123
                "reference": "84b8b706b3891bb636f09555d01f5bfaf9e775ea",
124
                "shasum": ""
125
            },
126
            "require": {
127
                "illuminate/container": "^5.1",
128
                "illuminate/database": "^5.1",
129
                "illuminate/events": "^5.1",
130
                "illuminate/support": "^5.1",
131
                "mongodb/mongodb": "^1.0.0"
132
            },
133
            "require-dev": {
134
                "mockery/mockery": "^0.9",
135
                "orchestra/testbench": "^3.1",
136
                "phpunit/phpunit": "^4.0|^5.0",
137
                "satooshi/php-coveralls": "^1.0"
138
            },
139
            "suggest": {
140
                "jenssegers/mongodb-sentry": "Add Sentry support to Laravel-MongoDB",
141
                "jenssegers/mongodb-session": "Add MongoDB session support to Laravel-MongoDB"
142
            },
143
            "type": "library",
144
            "autoload": {
145
                "psr-0": {
146
                    "Jenssegers\\Mongodb": "src/",
147
                    "Jenssegers\\Eloquent": "src/"
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "MIT"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "Jens Segers",
157
                    "homepage": "https://jenssegers.com"
158
                }
159
            ],
160
            "description": "A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)",
161
            "homepage": "https://github.com/jenssegers/laravel-mongodb",
162
            "keywords": [
163
                "database",
164
                "eloquent",
165
                "laravel",
166
                "model",
167
                "moloquent",
168
                "mongo",
169
                "mongodb"
170
            ],
171
            "time": "2017-02-18T13:54:43+00:00"
172
        },
173
        {
174
            "name": "laravel/framework",
175
            "version": "v5.4.0",
176
            "source": {
177
                "type": "git",
178
                "url": "https://github.com/laravel/framework.git",
179
                "reference": "7212b1e9620c36bf806e444f6931cf5f379c68ff"
180
            },
181
            "dist": {
182
                "type": "zip",
183
                "url": "https://api.github.com/repos/laravel/framework/zipball/7212b1e9620c36bf806e444f6931cf5f379c68ff",
184
                "reference": "7212b1e9620c36bf806e444f6931cf5f379c68ff",
185
                "shasum": ""
186
            },
187
            "require": {
188
                "doctrine/inflector": "~1.0",
189
                "erusev/parsedown": "~1.6",
190
                "ext-mbstring": "*",
191
                "ext-openssl": "*",
192
                "league/flysystem": "~1.0",
193
                "monolog/monolog": "~1.11",
194
                "mtdowling/cron-expression": "~1.0",
195
                "nesbot/carbon": "~1.20",
196
                "paragonie/random_compat": "~1.4|~2.0",
197
                "php": ">=5.6.4",
198
                "ramsey/uuid": "~3.0",
199
                "swiftmailer/swiftmailer": "~5.4",
200
                "symfony/console": "~3.2",
201
                "symfony/debug": "~3.2",
202
                "symfony/finder": "~3.2",
203
                "symfony/http-foundation": "~3.2",
204
                "symfony/http-kernel": "~3.2",
205
                "symfony/process": "~3.2",
206
                "symfony/routing": "~3.2",
207
                "symfony/var-dumper": "~3.2",
208
                "tijsverkoyen/css-to-inline-styles": "~2.2",
209
                "vlucas/phpdotenv": "~2.2"
210
            },
211
            "replace": {
212
                "illuminate/auth": "self.version",
213
                "illuminate/broadcasting": "self.version",
214
                "illuminate/bus": "self.version",
215
                "illuminate/cache": "self.version",
216
                "illuminate/config": "self.version",
217
                "illuminate/console": "self.version",
218
                "illuminate/container": "self.version",
219
                "illuminate/contracts": "self.version",
220
                "illuminate/cookie": "self.version",
221
                "illuminate/database": "self.version",
222
                "illuminate/encryption": "self.version",
223
                "illuminate/events": "self.version",
224
                "illuminate/exception": "self.version",
225
                "illuminate/filesystem": "self.version",
226
                "illuminate/hashing": "self.version",
227
                "illuminate/http": "self.version",
228
                "illuminate/log": "self.version",
229
                "illuminate/mail": "self.version",
230
                "illuminate/notifications": "self.version",
231
                "illuminate/pagination": "self.version",
232
                "illuminate/pipeline": "self.version",
233
                "illuminate/queue": "self.version",
234
                "illuminate/redis": "self.version",
235
                "illuminate/routing": "self.version",
236
                "illuminate/session": "self.version",
237
                "illuminate/support": "self.version",
238
                "illuminate/translation": "self.version",
239
                "illuminate/validation": "self.version",
240
                "illuminate/view": "self.version",
241
                "tightenco/collect": "self.version"
242
            },
243
            "require-dev": {
244
                "aws/aws-sdk-php": "~3.0",
245
                "doctrine/dbal": "~2.5",
246
                "mockery/mockery": "~0.9.4",
247
                "pda/pheanstalk": "~3.0",
248
                "phpunit/phpunit": "~5.7",
249
                "predis/predis": "~1.0",
250
                "symfony/css-selector": "~3.2",
251
                "symfony/dom-crawler": "~3.2"
252
            },
253
            "suggest": {
254
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
255
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
256
                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
257
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
258
                "laravel/tinker": "Required to use the tinker console command (~1.0).",
259
                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
260
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
261
                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
262
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
263
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
264
                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
265
                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
266
                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
267
                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
268
            },
269
            "type": "library",
270
            "extra": {
271
                "branch-alias": {
272
                    "dev-master": "5.4-dev"
273
                }
274
            },
275
            "autoload": {
276
                "files": [
277
                    "src/Illuminate/Foundation/helpers.php",
278
                    "src/Illuminate/Support/helpers.php"
279
                ],
280
                "psr-4": {
281
                    "Illuminate\\": "src/Illuminate/"
282
                }
283
            },
284
            "notification-url": "https://packagist.org/downloads/",
285
            "license": [
286
                "MIT"
287
            ],
288
            "authors": [
289
                {
290
                    "name": "Taylor Otwell",
291
                    "email": "[email protected]"
292
                }
293
            ],
294
            "description": "The Laravel Framework.",
295
            "homepage": "https://laravel.com",
296
            "keywords": [
297
                "framework",
298
                "laravel"
299
            ],
300
            "time": "2017-01-24T15:59:31+00:00"
301
        },
302
        {
303
            "name": "league/flysystem",
304
            "version": "1.0.0",
305
            "source": {
306
                "type": "git",
307
                "url": "https://github.com/thephpleague/flysystem.git",
308
                "reference": "0ba6b6dfd6f456905ee8d6b0bcaab7ec89419b93"
309
            },
310
            "dist": {
311
                "type": "zip",
312
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/0ba6b6dfd6f456905ee8d6b0bcaab7ec89419b93",
313
                "reference": "0ba6b6dfd6f456905ee8d6b0bcaab7ec89419b93",
314
                "shasum": ""
315
            },
316
            "require": {
317
                "php": ">=5.4.0"
318
            },
319
            "require-dev": {
320
                "ext-fileinfo": "*",
321
                "league/phpunit-coverage-listener": "~1.1",
322
                "mockery/mockery": "~0.9",
323
                "phpspec/phpspec": "~2.0.0",
324
                "phpspec/prophecy-phpunit": "~1.0",
325
                "phpunit/phpunit": "~4.0",
326
                "predis/predis": "~1.0",
327
                "tedivm/stash": "~0.12.0"
328
            },
329
            "suggest": {
330
                "ext-fileinfo": "Required for MimeType",
331
                "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2",
332
                "league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3",
333
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
334
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
335
                "league/flysystem-copy": "Allows you to use Copy.com storage",
336
                "league/flysystem-dropbox": "Use Dropbox storage",
337
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
338
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
339
                "league/flysystem-sftp": "Allows SFTP server storage via phpseclib",
340
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
341
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
342
                "predis/predis": "Allows you to use Predis for caching"
343
            },
344
            "type": "library",
345
            "extra": {
346
                "branch-alias": {
347
                    "dev-master": "1.0-dev"
348
                }
349
            },
350
            "autoload": {
351
                "psr-4": {
352
                    "League\\Flysystem\\": "src/"
353
                }
354
            },
355
            "notification-url": "https://packagist.org/downloads/",
356
            "license": [
357
                "MIT"
358
            ],
359
            "authors": [
360
                {
361
                    "name": "Frank de Jonge",
362
                    "email": "[email protected]"
363
                }
364
            ],
365
            "description": "Many filesystems, one API.",
366
            "keywords": [
367
                "Cloud Files",
368
                "WebDAV",
369
                "aws",
370
                "cloud",
371
                "copy.com",
372
                "dropbox",
373
                "file systems",
374
                "files",
375
                "filesystem",
376
                "ftp",
377
                "rackspace",
378
                "remote",
379
                "s3",
380
                "sftp",
381
                "storage"
382
            ],
383
            "time": "2015-01-19T19:19:07+00:00"
384
        },
385
        {
386
            "name": "mongodb/mongodb",
387
            "version": "1.0.0",
388
            "source": {
389
                "type": "git",
390
                "url": "https://github.com/mongodb/mongo-php-library.git",
391
                "reference": "851a560864281cbf91fe182aefed85bfc3395031"
392
            },
393
            "dist": {
394
                "type": "zip",
395
                "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/851a560864281cbf91fe182aefed85bfc3395031",
396
                "reference": "851a560864281cbf91fe182aefed85bfc3395031",
397
                "shasum": ""
398
            },
399
            "require": {
400
                "ext-mongodb": "^1.1.0",
401
                "php": ">=5.4"
402
            },
403
            "type": "library",
404
            "extra": {
405
                "branch-alias": {
406
                    "dev-master": "1.0.x-dev"
407
                }
408
            },
409
            "autoload": {
410
                "psr-4": {
411
                    "MongoDB\\": "src/"
412
                },
413
                "files": [
414
                    "src/functions.php"
415
                ]
416
            },
417
            "notification-url": "https://packagist.org/downloads/",
418
            "license": [
419
                "Apache-2.0"
420
            ],
421
            "authors": [
422
                {
423
                    "name": "Jeremy Mikola",
424
                    "email": "[email protected]"
425
                },
426
                {
427
                    "name": "Hannes Magnusson",
428
                    "email": "[email protected]"
429
                },
430
                {
431
                    "name": "Derick Rethans",
432
                    "email": "[email protected]"
433
                }
434
            ],
435
            "description": "MongoDB driver library",
436
            "homepage": "https://jira.mongodb.org/browse/PHPLIB",
437
            "keywords": [
438
                "database",
439
                "driver",
440
                "mongodb",
441
                "persistence"
442
            ],
443
            "time": "2016-01-21T19:43:25+00:00"
444
        },
445
        {
446
            "name": "monolog/monolog",
447
            "version": "1.22.0",
448
            "source": {
449
                "type": "git",
450
                "url": "https://github.com/Seldaek/monolog.git",
451
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
452
            },
453
            "dist": {
454
                "type": "zip",
455
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
456
                "reference": "bad29cb8d18ab0315e6c477751418a82c850d558",
457
                "shasum": ""
458
            },
459
            "require": {
460
                "php": ">=5.3.0",
461
                "psr/log": "~1.0"
462
            },
463
            "provide": {
464
                "psr/log-implementation": "1.0.0"
465
            },
466
            "require-dev": {
467
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
468
                "doctrine/couchdb": "~1.0@dev",
469
                "graylog2/gelf-php": "~1.0",
470
                "jakub-onderka/php-parallel-lint": "0.9",
471
                "php-amqplib/php-amqplib": "~2.4",
472
                "php-console/php-console": "^3.1.3",
473
                "phpunit/phpunit": "~4.5",
474
                "phpunit/phpunit-mock-objects": "2.3.0",
475
                "ruflin/elastica": ">=0.90 <3.0",
476
                "sentry/sentry": "^0.13",
477
                "swiftmailer/swiftmailer": "~5.3"
478
            },
479
            "suggest": {
480
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
481
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
482
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
483
                "ext-mongo": "Allow sending log messages to a MongoDB server",
484
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
485
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
486
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
487
                "php-console/php-console": "Allow sending log messages to Google Chrome",
488
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
489
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
490
                "sentry/sentry": "Allow sending log messages to a Sentry server"
491
            },
492
            "type": "library",
493
            "extra": {
494
                "branch-alias": {
495
                    "dev-master": "2.0.x-dev"
496
                }
497
            },
498
            "autoload": {
499
                "psr-4": {
500
                    "Monolog\\": "src/Monolog"
501
                }
502
            },
503
            "notification-url": "https://packagist.org/downloads/",
504
            "license": [
505
                "MIT"
506
            ],
507
            "authors": [
508
                {
509
                    "name": "Jordi Boggiano",
510
                    "email": "[email protected]",
511
                    "homepage": "http://seld.be"
512
                }
513
            ],
514
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
515
            "homepage": "http://github.com/Seldaek/monolog",
516
            "keywords": [
517
                "log",
518
                "logging",
519
                "psr-3"
520
            ],
521
            "time": "2016-11-26T00:15:39+00:00"
522
        },
523
        {
524
            "name": "mtdowling/cron-expression",
525
            "version": "v1.0.0",
526
            "source": {
527
                "type": "git",
528
                "url": "https://github.com/mtdowling/cron-expression.git",
529
                "reference": "5a027522ef35bdc6996144fb9123472a5746bc02"
530
            },
531
            "dist": {
532
                "type": "zip",
533
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/5a027522ef35bdc6996144fb9123472a5746bc02",
534
                "reference": "5a027522ef35bdc6996144fb9123472a5746bc02",
535
                "shasum": ""
536
            },
537
            "require": {
538
                "php": ">=5.3.2"
539
            },
540
            "type": "library",
541
            "autoload": {
542
                "psr-0": {
543
                    "Cron": "src/"
544
                }
545
            },
546
            "notification-url": "https://packagist.org/downloads/",
547
            "license": [
548
                "MIT"
549
            ],
550
            "authors": [
551
                {
552
                    "name": "Michael Dowling",
553
                    "email": "[email protected]",
554
                    "homepage": "https://github.com/mtdowling"
555
                }
556
            ],
557
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
558
            "keywords": [
559
                "cron",
560
                "schedule"
561
            ],
562
            "time": "2012-07-15T21:19:48+00:00"
563
        },
564
        {
565
            "name": "nesbot/carbon",
566
            "version": "1.20.0",
567
            "source": {
568
                "type": "git",
569
                "url": "https://github.com/briannesbitt/Carbon.git",
570
                "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3"
571
            },
572
            "dist": {
573
                "type": "zip",
574
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
575
                "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3",
576
                "shasum": ""
577
            },
578
            "require": {
579
                "php": ">=5.3.0",
580
                "symfony/translation": "~2.6|~3.0"
581
            },
582
            "require-dev": {
583
                "phpunit/phpunit": "~4.0"
584
            },
585
            "type": "library",
586
            "autoload": {
587
                "psr-0": {
588
                    "Carbon": "src"
589
                }
590
            },
591
            "notification-url": "https://packagist.org/downloads/",
592
            "license": [
593
                "MIT"
594
            ],
595
            "authors": [
596
                {
597
                    "name": "Brian Nesbitt",
598
                    "email": "[email protected]",
599
                    "homepage": "http://nesbot.com"
600
                }
601
            ],
602
            "description": "A simple API extension for DateTime.",
603
            "homepage": "http://carbon.nesbot.com",
604
            "keywords": [
605
                "date",
606
                "datetime",
607
                "time"
608
            ],
609
            "time": "2015-06-25T04:19:39+00:00"
610
        },
611
        {
612
            "name": "paragonie/random_compat",
613
            "version": "v1.4.0",
614
            "source": {
615
                "type": "git",
616
                "url": "https://github.com/paragonie/random_compat.git",
617
                "reference": "a93889dfb1c0ae465b62236ede8d00d3ea260952"
618
            },
619
            "dist": {
620
                "type": "zip",
621
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a93889dfb1c0ae465b62236ede8d00d3ea260952",
622
                "reference": "a93889dfb1c0ae465b62236ede8d00d3ea260952",
623
                "shasum": ""
624
            },
625
            "require": {
626
                "php": ">=5.2.0"
627
            },
628
            "require-dev": {
629
                "phpunit/phpunit": "4.*|5.*"
630
            },
631
            "suggest": {
632
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
633
            },
634
            "type": "library",
635
            "autoload": {
636
                "files": [
637
                    "lib/random.php"
638
                ]
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "authors": [
645
                {
646
                    "name": "Paragon Initiative Enterprises",
647
                    "email": "[email protected]",
648
                    "homepage": "https://paragonie.com"
649
                }
650
            ],
651
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
652
            "keywords": [
653
                "csprng",
654
                "pseudorandom",
655
                "random"
656
            ],
657
            "time": "2016-03-18T17:16:04+00:00"
658
        },
659
        {
660
            "name": "psr/log",
661
            "version": "1.0.0",
662
            "source": {
663
                "type": "git",
664
                "url": "https://github.com/php-fig/log.git",
665
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
666
            },
667
            "dist": {
668
                "type": "zip",
669
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
670
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
671
                "shasum": ""
672
            },
673
            "type": "library",
674
            "autoload": {
675
                "psr-0": {
676
                    "Psr\\Log\\": ""
677
                }
678
            },
679
            "notification-url": "https://packagist.org/downloads/",
680
            "license": [
681
                "MIT"
682
            ],
683
            "authors": [
684
                {
685
                    "name": "PHP-FIG",
686
                    "homepage": "http://www.php-fig.org/"
687
                }
688
            ],
689
            "description": "Common interface for logging libraries",
690
            "keywords": [
691
                "log",
692
                "psr",
693
                "psr-3"
694
            ],
695
            "time": "2012-12-21T11:40:51+00:00"
696
        },
697
        {
698
            "name": "ramsey/uuid",
699
            "version": "3.0.0",
700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/ramsey/uuid.git",
703
                "reference": "0c0ac34e867219bb9936cc5b823f8a5af840d7eb"
704
            },
705
            "dist": {
706
                "type": "zip",
707
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/0c0ac34e867219bb9936cc5b823f8a5af840d7eb",
708
                "reference": "0c0ac34e867219bb9936cc5b823f8a5af840d7eb",
709
                "shasum": ""
710
            },
711
            "require": {
712
                "php": ">=5.4"
713
            },
714
            "replace": {
715
                "rhumsaa/uuid": "self.version"
716
            },
717
            "require-dev": {
718
                "apigen/apigen": "^4.1",
719
                "ircmaxell/random-lib": "^1.1",
720
                "jakub-onderka/php-parallel-lint": "^0.9.0",
721
                "moontoast/math": "^1.1",
722
                "phpunit/phpunit": "^4.7",
723
                "satooshi/php-coveralls": "^0.6.1",
724
                "squizlabs/php_codesniffer": "^2.3"
725
            },
726
            "suggest": {
727
                "ircmaxell/random-lib": "Provides RandomLib to use with the RandomLibAdapter",
728
                "moontoast/math": "Support for converting UUID to 128-bit integer (in string form).",
729
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
730
                "ramsey/uuid-doctrine": "Allow the use of a UUID as Doctrine field type."
731
            },
732
            "type": "library",
733
            "extra": {
734
                "branch-alias": {
735
                    "dev-master": "3.0.x-dev"
736
                }
737
            },
738
            "autoload": {
739
                "psr-4": {
740
                    "Ramsey\\Uuid\\": "src/"
741
                }
742
            },
743
            "notification-url": "https://packagist.org/downloads/",
744
            "license": [
745
                "MIT"
746
            ],
747
            "authors": [
748
                {
749
                    "name": "Marijn Huizendveld",
750
                    "email": "[email protected]"
751
                },
752
                {
753
                    "name": "Thibaud Fabre",
754
                    "email": "[email protected]"
755
                },
756
                {
757
                    "name": "Ben Ramsey",
758
                    "email": "[email protected]",
759
                    "homepage": "https://benramsey.com"
760
                }
761
            ],
762
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
763
            "homepage": "https://github.com/ramsey/uuid",
764
            "keywords": [
765
                "guid",
766
                "identifier",
767
                "uuid"
768
            ],
769
            "time": "2015-09-28T16:27:51+00:00"
770
        },
771
        {
772
            "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...
773
            "version": "v5.4.0",
774
            "source": {
775
                "type": "git",
776
                "url": "https://github.com/swiftmailer/swiftmailer.git",
777
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
778
            },
779
            "dist": {
780
                "type": "zip",
781
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
782
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
783
                "shasum": ""
784
            },
785
            "require": {
786
                "php": ">=5.3.3"
787
            },
788
            "require-dev": {
789
                "mockery/mockery": "~0.9.1"
790
            },
791
            "type": "library",
792
            "extra": {
793
                "branch-alias": {
794
                    "dev-master": "5.4-dev"
795
                }
796
            },
797
            "autoload": {
798
                "files": [
799
                    "lib/swift_required.php"
800
                ]
801
            },
802
            "notification-url": "https://packagist.org/downloads/",
803
            "license": [
804
                "MIT"
805
            ],
806
            "authors": [
807
                {
808
                    "name": "Chris Corbyn"
809
                },
810
                {
811
                    "name": "Fabien Potencier",
812
                    "email": "[email protected]"
813
                }
814
            ],
815
            "description": "Swiftmailer, free feature-rich PHP mailer",
816
            "homepage": "http://swiftmailer.org",
817
            "keywords": [
818
                "mail",
819
                "mailer"
820
            ],
821
            "time": "2015-03-14T06:06:39+00:00"
822
        },
823
        {
824
            "name": "symfony/console",
825
            "version": "v3.2.0",
826
            "source": {
827
                "type": "git",
828
                "url": "https://github.com/symfony/console.git",
829
                "reference": "09d0fd33560e3573185a2ea17614e37ba38716c5"
830
            },
831
            "dist": {
832
                "type": "zip",
833
                "url": "https://api.github.com/repos/symfony/console/zipball/09d0fd33560e3573185a2ea17614e37ba38716c5",
834
                "reference": "09d0fd33560e3573185a2ea17614e37ba38716c5",
835
                "shasum": ""
836
            },
837
            "require": {
838
                "php": ">=5.5.9",
839
                "symfony/debug": "~2.8|~3.0",
840
                "symfony/polyfill-mbstring": "~1.0"
841
            },
842
            "require-dev": {
843
                "psr/log": "~1.0",
844
                "symfony/event-dispatcher": "~2.8|~3.0",
845
                "symfony/filesystem": "~2.8|~3.0",
846
                "symfony/process": "~2.8|~3.0"
847
            },
848
            "suggest": {
849
                "psr/log": "For using the console logger",
850
                "symfony/event-dispatcher": "",
851
                "symfony/filesystem": "",
852
                "symfony/process": ""
853
            },
854
            "type": "library",
855
            "extra": {
856
                "branch-alias": {
857
                    "dev-master": "3.2-dev"
858
                }
859
            },
860
            "autoload": {
861
                "psr-4": {
862
                    "Symfony\\Component\\Console\\": ""
863
                },
864
                "exclude-from-classmap": [
865
                    "/Tests/"
866
                ]
867
            },
868
            "notification-url": "https://packagist.org/downloads/",
869
            "license": [
870
                "MIT"
871
            ],
872
            "authors": [
873
                {
874
                    "name": "Fabien Potencier",
875
                    "email": "[email protected]"
876
                },
877
                {
878
                    "name": "Symfony Community",
879
                    "homepage": "https://symfony.com/contributors"
880
                }
881
            ],
882
            "description": "Symfony Console Component",
883
            "homepage": "https://symfony.com",
884
            "time": "2016-11-16T22:18:16+00:00"
885
        },
886
        {
887
            "name": "symfony/css-selector",
888
            "version": "v3.2.0",
889
            "source": {
890
                "type": "git",
891
                "url": "https://github.com/symfony/css-selector.git",
892
                "reference": "e1241f275814827c411d922ba8e64cf2a00b2994"
893
            },
894
            "dist": {
895
                "type": "zip",
896
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/e1241f275814827c411d922ba8e64cf2a00b2994",
897
                "reference": "e1241f275814827c411d922ba8e64cf2a00b2994",
898
                "shasum": ""
899
            },
900
            "require": {
901
                "php": ">=5.5.9"
902
            },
903
            "type": "library",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-master": "3.2-dev"
907
                }
908
            },
909
            "autoload": {
910
                "psr-4": {
911
                    "Symfony\\Component\\CssSelector\\": ""
912
                },
913
                "exclude-from-classmap": [
914
                    "/Tests/"
915
                ]
916
            },
917
            "notification-url": "https://packagist.org/downloads/",
918
            "license": [
919
                "MIT"
920
            ],
921
            "authors": [
922
                {
923
                    "name": "Jean-François Simon",
924
                    "email": "[email protected]"
925
                },
926
                {
927
                    "name": "Fabien Potencier",
928
                    "email": "[email protected]"
929
                },
930
                {
931
                    "name": "Symfony Community",
932
                    "homepage": "https://symfony.com/contributors"
933
                }
934
            ],
935
            "description": "Symfony CssSelector Component",
936
            "homepage": "https://symfony.com",
937
            "time": "2016-11-03T08:11:03+00:00"
938
        },
939
        {
940
            "name": "symfony/debug",
941
            "version": "v3.2.0",
942
            "source": {
943
                "type": "git",
944
                "url": "https://github.com/symfony/debug.git",
945
                "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231"
946
            },
947
            "dist": {
948
                "type": "zip",
949
                "url": "https://api.github.com/repos/symfony/debug/zipball/9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
950
                "reference": "9f923e68d524a3095c5a2ae5fc7220c7cbc12231",
951
                "shasum": ""
952
            },
953
            "require": {
954
                "php": ">=5.5.9",
955
                "psr/log": "~1.0"
956
            },
957
            "conflict": {
958
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
959
            },
960
            "require-dev": {
961
                "symfony/class-loader": "~2.8|~3.0",
962
                "symfony/http-kernel": "~2.8|~3.0"
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "3.2-dev"
968
                }
969
            },
970
            "autoload": {
971
                "psr-4": {
972
                    "Symfony\\Component\\Debug\\": ""
973
                },
974
                "exclude-from-classmap": [
975
                    "/Tests/"
976
                ]
977
            },
978
            "notification-url": "https://packagist.org/downloads/",
979
            "license": [
980
                "MIT"
981
            ],
982
            "authors": [
983
                {
984
                    "name": "Fabien Potencier",
985
                    "email": "[email protected]"
986
                },
987
                {
988
                    "name": "Symfony Community",
989
                    "homepage": "https://symfony.com/contributors"
990
                }
991
            ],
992
            "description": "Symfony Debug Component",
993
            "homepage": "https://symfony.com",
994
            "time": "2016-11-16T22:18:16+00:00"
995
        },
996
        {
997
            "name": "symfony/event-dispatcher",
998
            "version": "v2.8.0",
999
            "source": {
1000
                "type": "git",
1001
                "url": "https://github.com/symfony/event-dispatcher.git",
1002
                "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
1003
            },
1004
            "dist": {
1005
                "type": "zip",
1006
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
1007
                "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
1008
                "shasum": ""
1009
            },
1010
            "require": {
1011
                "php": ">=5.3.9"
1012
            },
1013
            "require-dev": {
1014
                "psr/log": "~1.0",
1015
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1016
                "symfony/dependency-injection": "~2.6|~3.0.0",
1017
                "symfony/expression-language": "~2.6|~3.0.0",
1018
                "symfony/stopwatch": "~2.3|~3.0.0"
1019
            },
1020
            "suggest": {
1021
                "symfony/dependency-injection": "",
1022
                "symfony/http-kernel": ""
1023
            },
1024
            "type": "library",
1025
            "extra": {
1026
                "branch-alias": {
1027
                    "dev-master": "2.8-dev"
1028
                }
1029
            },
1030
            "autoload": {
1031
                "psr-4": {
1032
                    "Symfony\\Component\\EventDispatcher\\": ""
1033
                },
1034
                "exclude-from-classmap": [
1035
                    "/Tests/"
1036
                ]
1037
            },
1038
            "notification-url": "https://packagist.org/downloads/",
1039
            "license": [
1040
                "MIT"
1041
            ],
1042
            "authors": [
1043
                {
1044
                    "name": "Fabien Potencier",
1045
                    "email": "[email protected]"
1046
                },
1047
                {
1048
                    "name": "Symfony Community",
1049
                    "homepage": "https://symfony.com/contributors"
1050
                }
1051
            ],
1052
            "description": "Symfony EventDispatcher Component",
1053
            "homepage": "https://symfony.com",
1054
            "time": "2015-10-30T20:15:42+00:00"
1055
        },
1056
        {
1057
            "name": "symfony/finder",
1058
            "version": "v3.2.0",
1059
            "source": {
1060
                "type": "git",
1061
                "url": "https://github.com/symfony/finder.git",
1062
                "reference": "4263e35a1e342a0f195c9349c0dee38148f8a14f"
1063
            },
1064
            "dist": {
1065
                "type": "zip",
1066
                "url": "https://api.github.com/repos/symfony/finder/zipball/4263e35a1e342a0f195c9349c0dee38148f8a14f",
1067
                "reference": "4263e35a1e342a0f195c9349c0dee38148f8a14f",
1068
                "shasum": ""
1069
            },
1070
            "require": {
1071
                "php": ">=5.5.9"
1072
            },
1073
            "type": "library",
1074
            "extra": {
1075
                "branch-alias": {
1076
                    "dev-master": "3.2-dev"
1077
                }
1078
            },
1079
            "autoload": {
1080
                "psr-4": {
1081
                    "Symfony\\Component\\Finder\\": ""
1082
                },
1083
                "exclude-from-classmap": [
1084
                    "/Tests/"
1085
                ]
1086
            },
1087
            "notification-url": "https://packagist.org/downloads/",
1088
            "license": [
1089
                "MIT"
1090
            ],
1091
            "authors": [
1092
                {
1093
                    "name": "Fabien Potencier",
1094
                    "email": "[email protected]"
1095
                },
1096
                {
1097
                    "name": "Symfony Community",
1098
                    "homepage": "https://symfony.com/contributors"
1099
                }
1100
            ],
1101
            "description": "Symfony Finder Component",
1102
            "homepage": "https://symfony.com",
1103
            "time": "2016-11-03T08:11:03+00:00"
1104
        },
1105
        {
1106
            "name": "symfony/http-foundation",
1107
            "version": "v3.2.0",
1108
            "source": {
1109
                "type": "git",
1110
                "url": "https://github.com/symfony/http-foundation.git",
1111
                "reference": "9963bc29d7f4398b137dd8efc480efe54fdbe5f1"
1112
            },
1113
            "dist": {
1114
                "type": "zip",
1115
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9963bc29d7f4398b137dd8efc480efe54fdbe5f1",
1116
                "reference": "9963bc29d7f4398b137dd8efc480efe54fdbe5f1",
1117
                "shasum": ""
1118
            },
1119
            "require": {
1120
                "php": ">=5.5.9",
1121
                "symfony/polyfill-mbstring": "~1.1"
1122
            },
1123
            "require-dev": {
1124
                "symfony/expression-language": "~2.8|~3.0"
1125
            },
1126
            "type": "library",
1127
            "extra": {
1128
                "branch-alias": {
1129
                    "dev-master": "3.2-dev"
1130
                }
1131
            },
1132
            "autoload": {
1133
                "psr-4": {
1134
                    "Symfony\\Component\\HttpFoundation\\": ""
1135
                },
1136
                "exclude-from-classmap": [
1137
                    "/Tests/"
1138
                ]
1139
            },
1140
            "notification-url": "https://packagist.org/downloads/",
1141
            "license": [
1142
                "MIT"
1143
            ],
1144
            "authors": [
1145
                {
1146
                    "name": "Fabien Potencier",
1147
                    "email": "[email protected]"
1148
                },
1149
                {
1150
                    "name": "Symfony Community",
1151
                    "homepage": "https://symfony.com/contributors"
1152
                }
1153
            ],
1154
            "description": "Symfony HttpFoundation Component",
1155
            "homepage": "https://symfony.com",
1156
            "time": "2016-11-27T04:21:38+00:00"
1157
        },
1158
        {
1159
            "name": "symfony/http-kernel",
1160
            "version": "v3.2.0",
1161
            "source": {
1162
                "type": "git",
1163
                "url": "https://github.com/symfony/http-kernel.git",
1164
                "reference": "19ba70df47c062065b9f99522feb73d64856ba8e"
1165
            },
1166
            "dist": {
1167
                "type": "zip",
1168
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/19ba70df47c062065b9f99522feb73d64856ba8e",
1169
                "reference": "19ba70df47c062065b9f99522feb73d64856ba8e",
1170
                "shasum": ""
1171
            },
1172
            "require": {
1173
                "php": ">=5.5.9",
1174
                "psr/log": "~1.0",
1175
                "symfony/debug": "~2.8|~3.0",
1176
                "symfony/event-dispatcher": "~2.8|~3.0",
1177
                "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
1178
            },
1179
            "conflict": {
1180
                "symfony/config": "<2.8"
1181
            },
1182
            "require-dev": {
1183
                "symfony/browser-kit": "~2.8|~3.0",
1184
                "symfony/class-loader": "~2.8|~3.0",
1185
                "symfony/config": "~2.8|~3.0",
1186
                "symfony/console": "~2.8|~3.0",
1187
                "symfony/css-selector": "~2.8|~3.0",
1188
                "symfony/dependency-injection": "~2.8|~3.0",
1189
                "symfony/dom-crawler": "~2.8|~3.0",
1190
                "symfony/expression-language": "~2.8|~3.0",
1191
                "symfony/finder": "~2.8|~3.0",
1192
                "symfony/process": "~2.8|~3.0",
1193
                "symfony/routing": "~2.8|~3.0",
1194
                "symfony/stopwatch": "~2.8|~3.0",
1195
                "symfony/templating": "~2.8|~3.0",
1196
                "symfony/translation": "~2.8|~3.0",
1197
                "symfony/var-dumper": "~3.2"
1198
            },
1199
            "suggest": {
1200
                "symfony/browser-kit": "",
1201
                "symfony/class-loader": "",
1202
                "symfony/config": "",
1203
                "symfony/console": "",
1204
                "symfony/dependency-injection": "",
1205
                "symfony/finder": "",
1206
                "symfony/var-dumper": ""
1207
            },
1208
            "type": "library",
1209
            "extra": {
1210
                "branch-alias": {
1211
                    "dev-master": "3.2-dev"
1212
                }
1213
            },
1214
            "autoload": {
1215
                "psr-4": {
1216
                    "Symfony\\Component\\HttpKernel\\": ""
1217
                },
1218
                "exclude-from-classmap": [
1219
                    "/Tests/"
1220
                ]
1221
            },
1222
            "notification-url": "https://packagist.org/downloads/",
1223
            "license": [
1224
                "MIT"
1225
            ],
1226
            "authors": [
1227
                {
1228
                    "name": "Fabien Potencier",
1229
                    "email": "[email protected]"
1230
                },
1231
                {
1232
                    "name": "Symfony Community",
1233
                    "homepage": "https://symfony.com/contributors"
1234
                }
1235
            ],
1236
            "description": "Symfony HttpKernel Component",
1237
            "homepage": "https://symfony.com",
1238
            "time": "2016-11-30T08:46:02+00:00"
1239
        },
1240
        {
1241
            "name": "symfony/polyfill-mbstring",
1242
            "version": "v1.1.0",
1243
            "source": {
1244
                "type": "git",
1245
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1246
                "reference": "1289d16209491b584839022f29257ad859b8532d"
1247
            },
1248
            "dist": {
1249
                "type": "zip",
1250
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
1251
                "reference": "1289d16209491b584839022f29257ad859b8532d",
1252
                "shasum": ""
1253
            },
1254
            "require": {
1255
                "php": ">=5.3.3"
1256
            },
1257
            "suggest": {
1258
                "ext-mbstring": "For best performance"
1259
            },
1260
            "type": "library",
1261
            "extra": {
1262
                "branch-alias": {
1263
                    "dev-master": "1.1-dev"
1264
                }
1265
            },
1266
            "autoload": {
1267
                "psr-4": {
1268
                    "Symfony\\Polyfill\\Mbstring\\": ""
1269
                },
1270
                "files": [
1271
                    "bootstrap.php"
1272
                ]
1273
            },
1274
            "notification-url": "https://packagist.org/downloads/",
1275
            "license": [
1276
                "MIT"
1277
            ],
1278
            "authors": [
1279
                {
1280
                    "name": "Nicolas Grekas",
1281
                    "email": "[email protected]"
1282
                },
1283
                {
1284
                    "name": "Symfony Community",
1285
                    "homepage": "https://symfony.com/contributors"
1286
                }
1287
            ],
1288
            "description": "Symfony polyfill for the Mbstring extension",
1289
            "homepage": "https://symfony.com",
1290
            "keywords": [
1291
                "compatibility",
1292
                "mbstring",
1293
                "polyfill",
1294
                "portable",
1295
                "shim"
1296
            ],
1297
            "time": "2016-01-20T09:13:37+00:00"
1298
        },
1299
        {
1300
            "name": "symfony/process",
1301
            "version": "v3.2.0",
1302
            "source": {
1303
                "type": "git",
1304
                "url": "https://github.com/symfony/process.git",
1305
                "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3"
1306
            },
1307
            "dist": {
1308
                "type": "zip",
1309
                "url": "https://api.github.com/repos/symfony/process/zipball/02ea84847aad71be7e32056408bb19f3a616cdd3",
1310
                "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3",
1311
                "shasum": ""
1312
            },
1313
            "require": {
1314
                "php": ">=5.5.9"
1315
            },
1316
            "type": "library",
1317
            "extra": {
1318
                "branch-alias": {
1319
                    "dev-master": "3.2-dev"
1320
                }
1321
            },
1322
            "autoload": {
1323
                "psr-4": {
1324
                    "Symfony\\Component\\Process\\": ""
1325
                },
1326
                "exclude-from-classmap": [
1327
                    "/Tests/"
1328
                ]
1329
            },
1330
            "notification-url": "https://packagist.org/downloads/",
1331
            "license": [
1332
                "MIT"
1333
            ],
1334
            "authors": [
1335
                {
1336
                    "name": "Fabien Potencier",
1337
                    "email": "[email protected]"
1338
                },
1339
                {
1340
                    "name": "Symfony Community",
1341
                    "homepage": "https://symfony.com/contributors"
1342
                }
1343
            ],
1344
            "description": "Symfony Process Component",
1345
            "homepage": "https://symfony.com",
1346
            "time": "2016-11-24T10:40:28+00:00"
1347
        },
1348
        {
1349
            "name": "symfony/routing",
1350
            "version": "v3.2.0",
1351
            "source": {
1352
                "type": "git",
1353
                "url": "https://github.com/symfony/routing.git",
1354
                "reference": "3f239c0e049d8920928674cd55e21061182b0106"
1355
            },
1356
            "dist": {
1357
                "type": "zip",
1358
                "url": "https://api.github.com/repos/symfony/routing/zipball/3f239c0e049d8920928674cd55e21061182b0106",
1359
                "reference": "3f239c0e049d8920928674cd55e21061182b0106",
1360
                "shasum": ""
1361
            },
1362
            "require": {
1363
                "php": ">=5.5.9"
1364
            },
1365
            "conflict": {
1366
                "symfony/config": "<2.8"
1367
            },
1368
            "require-dev": {
1369
                "doctrine/annotations": "~1.0",
1370
                "doctrine/common": "~2.2",
1371
                "psr/log": "~1.0",
1372
                "symfony/config": "~2.8|~3.0",
1373
                "symfony/expression-language": "~2.8|~3.0",
1374
                "symfony/http-foundation": "~2.8|~3.0",
1375
                "symfony/yaml": "~2.8|~3.0"
1376
            },
1377
            "suggest": {
1378
                "doctrine/annotations": "For using the annotation loader",
1379
                "symfony/config": "For using the all-in-one router or any loader",
1380
                "symfony/dependency-injection": "For loading routes from a service",
1381
                "symfony/expression-language": "For using expression matching",
1382
                "symfony/http-foundation": "For using a Symfony Request object",
1383
                "symfony/yaml": "For using the YAML loader"
1384
            },
1385
            "type": "library",
1386
            "extra": {
1387
                "branch-alias": {
1388
                    "dev-master": "3.2-dev"
1389
                }
1390
            },
1391
            "autoload": {
1392
                "psr-4": {
1393
                    "Symfony\\Component\\Routing\\": ""
1394
                },
1395
                "exclude-from-classmap": [
1396
                    "/Tests/"
1397
                ]
1398
            },
1399
            "notification-url": "https://packagist.org/downloads/",
1400
            "license": [
1401
                "MIT"
1402
            ],
1403
            "authors": [
1404
                {
1405
                    "name": "Fabien Potencier",
1406
                    "email": "[email protected]"
1407
                },
1408
                {
1409
                    "name": "Symfony Community",
1410
                    "homepage": "https://symfony.com/contributors"
1411
                }
1412
            ],
1413
            "description": "Symfony Routing Component",
1414
            "homepage": "https://symfony.com",
1415
            "keywords": [
1416
                "router",
1417
                "routing",
1418
                "uri",
1419
                "url"
1420
            ],
1421
            "time": "2016-11-25T12:32:42+00:00"
1422
        },
1423
        {
1424
            "name": "symfony/translation",
1425
            "version": "v2.6.0",
1426
            "target-dir": "Symfony/Component/Translation",
1427
            "source": {
1428
                "type": "git",
1429
                "url": "https://github.com/symfony/Translation.git",
1430
                "reference": "0a3711860976f15ee46642b4dd354e9ef9fc9a15"
1431
            },
1432
            "dist": {
1433
                "type": "zip",
1434
                "url": "https://api.github.com/repos/symfony/Translation/zipball/0a3711860976f15ee46642b4dd354e9ef9fc9a15",
1435
                "reference": "0a3711860976f15ee46642b4dd354e9ef9fc9a15",
1436
                "shasum": ""
1437
            },
1438
            "require": {
1439
                "php": ">=5.3.3"
1440
            },
1441
            "require-dev": {
1442
                "psr/log": "~1.0",
1443
                "symfony/config": "~2.0",
1444
                "symfony/intl": "~2.3",
1445
                "symfony/yaml": "~2.2"
1446
            },
1447
            "suggest": {
1448
                "psr/log": "To use logging capability in translator",
1449
                "symfony/config": "",
1450
                "symfony/yaml": ""
1451
            },
1452
            "type": "library",
1453
            "extra": {
1454
                "branch-alias": {
1455
                    "dev-master": "2.6-dev"
1456
                }
1457
            },
1458
            "autoload": {
1459
                "psr-0": {
1460
                    "Symfony\\Component\\Translation\\": ""
1461
                }
1462
            },
1463
            "notification-url": "https://packagist.org/downloads/",
1464
            "license": [
1465
                "MIT"
1466
            ],
1467
            "authors": [
1468
                {
1469
                    "name": "Symfony Community",
1470
                    "homepage": "http://symfony.com/contributors"
1471
                },
1472
                {
1473
                    "name": "Fabien Potencier",
1474
                    "email": "[email protected]"
1475
                }
1476
            ],
1477
            "description": "Symfony Translation Component",
1478
            "homepage": "http://symfony.com",
1479
            "time": "2014-11-28T10:00:40+00:00"
1480
        },
1481
        {
1482
            "name": "symfony/var-dumper",
1483
            "version": "v3.2.0",
1484
            "source": {
1485
                "type": "git",
1486
                "url": "https://github.com/symfony/var-dumper.git",
1487
                "reference": "86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f"
1488
            },
1489
            "dist": {
1490
                "type": "zip",
1491
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f",
1492
                "reference": "86f4e8aeb07bd5fb467f6bdd599a30298d19fa5f",
1493
                "shasum": ""
1494
            },
1495
            "require": {
1496
                "php": ">=5.5.9",
1497
                "symfony/polyfill-mbstring": "~1.0"
1498
            },
1499
            "require-dev": {
1500
                "twig/twig": "~1.20|~2.0"
1501
            },
1502
            "suggest": {
1503
                "ext-symfony_debug": ""
1504
            },
1505
            "type": "library",
1506
            "extra": {
1507
                "branch-alias": {
1508
                    "dev-master": "3.2-dev"
1509
                }
1510
            },
1511
            "autoload": {
1512
                "files": [
1513
                    "Resources/functions/dump.php"
1514
                ],
1515
                "psr-4": {
1516
                    "Symfony\\Component\\VarDumper\\": ""
1517
                },
1518
                "exclude-from-classmap": [
1519
                    "/Tests/"
1520
                ]
1521
            },
1522
            "notification-url": "https://packagist.org/downloads/",
1523
            "license": [
1524
                "MIT"
1525
            ],
1526
            "authors": [
1527
                {
1528
                    "name": "Nicolas Grekas",
1529
                    "email": "[email protected]"
1530
                },
1531
                {
1532
                    "name": "Symfony Community",
1533
                    "homepage": "https://symfony.com/contributors"
1534
                }
1535
            ],
1536
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1537
            "homepage": "https://symfony.com",
1538
            "keywords": [
1539
                "debug",
1540
                "dump"
1541
            ],
1542
            "time": "2016-11-29T10:33:09+00:00"
1543
        },
1544
        {
1545
            "name": "tijsverkoyen/css-to-inline-styles",
1546
            "version": "2.2.0",
1547
            "source": {
1548
                "type": "git",
1549
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
1550
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
1551
            },
1552
            "dist": {
1553
                "type": "zip",
1554
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
1555
                "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
1556
                "shasum": ""
1557
            },
1558
            "require": {
1559
                "php": "^5.5 || ^7",
1560
                "symfony/css-selector": "^2.7|~3.0"
1561
            },
1562
            "require-dev": {
1563
                "phpunit/phpunit": "~4.8|5.1.*"
1564
            },
1565
            "type": "library",
1566
            "extra": {
1567
                "branch-alias": {
1568
                    "dev-master": "2.0.x-dev"
1569
                }
1570
            },
1571
            "autoload": {
1572
                "psr-4": {
1573
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
1574
                }
1575
            },
1576
            "notification-url": "https://packagist.org/downloads/",
1577
            "license": [
1578
                "BSD-3-Clause"
1579
            ],
1580
            "authors": [
1581
                {
1582
                    "name": "Tijs Verkoyen",
1583
                    "email": "[email protected]",
1584
                    "role": "Developer"
1585
                }
1586
            ],
1587
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
1588
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
1589
            "time": "2016-09-20T12:50:39+00:00"
1590
        },
1591
        {
1592
            "name": "vlucas/phpdotenv",
1593
            "version": "v2.2.0",
1594
            "source": {
1595
                "type": "git",
1596
                "url": "https://github.com/vlucas/phpdotenv.git",
1597
                "reference": "9caf304153dc2288e4970caec6f1f3b3bc205412"
1598
            },
1599
            "dist": {
1600
                "type": "zip",
1601
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/9caf304153dc2288e4970caec6f1f3b3bc205412",
1602
                "reference": "9caf304153dc2288e4970caec6f1f3b3bc205412",
1603
                "shasum": ""
1604
            },
1605
            "require": {
1606
                "php": ">=5.3.9"
1607
            },
1608
            "require-dev": {
1609
                "phpunit/phpunit": "^4.8|^5.0"
1610
            },
1611
            "type": "library",
1612
            "extra": {
1613
                "branch-alias": {
1614
                    "dev-master": "2.2-dev"
1615
                }
1616
            },
1617
            "autoload": {
1618
                "psr-4": {
1619
                    "Dotenv\\": "src/"
1620
                }
1621
            },
1622
            "notification-url": "https://packagist.org/downloads/",
1623
            "license": [
1624
                "BSD"
1625
            ],
1626
            "authors": [
1627
                {
1628
                    "name": "Vance Lucas",
1629
                    "email": "[email protected]",
1630
                    "homepage": "http://www.vancelucas.com"
1631
                }
1632
            ],
1633
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1634
            "homepage": "http://github.com/vlucas/phpdotenv",
1635
            "keywords": [
1636
                "dotenv",
1637
                "env",
1638
                "environment"
1639
            ],
1640
            "time": "2015-12-29T15:10:30+00:00"
1641
        }
1642
    ],
1643
    "packages-dev": [
1644
        {
1645
            "name": "codeclimate/php-test-reporter",
1646
            "version": "v0.4.4",
1647
            "source": {
1648
                "type": "git",
1649
                "url": "https://github.com/codeclimate/php-test-reporter.git",
1650
                "reference": "eab9ac233f23a4c12a12755793750f22fc46dd3e"
1651
            },
1652
            "dist": {
1653
                "type": "zip",
1654
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/eab9ac233f23a4c12a12755793750f22fc46dd3e",
1655
                "reference": "eab9ac233f23a4c12a12755793750f22fc46dd3e",
1656
                "shasum": ""
1657
            },
1658
            "require": {
1659
                "ext-curl": "*",
1660
                "padraic/phar-updater": "^1.0",
1661
                "php": "^5.3 || ^7.0",
1662
                "psr/log": "^1.0",
1663
                "satooshi/php-coveralls": "^1.0",
1664
                "symfony/console": "^2.0 || ^3.0"
1665
            },
1666
            "require-dev": {
1667
                "friendsofphp/php-cs-fixer": "^2.0.0",
1668
                "phpunit/phpunit": "^4.8.31"
1669
            },
1670
            "bin": [
1671
                "composer/bin/test-reporter"
1672
            ],
1673
            "type": "library",
1674
            "extra": {
1675
                "branch-alias": {
1676
                    "dev-master": "0.3.x-dev"
1677
                }
1678
            },
1679
            "autoload": {
1680
                "psr-4": {
1681
                    "CodeClimate\\PhpTestReporter\\": "src/"
1682
                }
1683
            },
1684
            "notification-url": "https://packagist.org/downloads/",
1685
            "license": [
1686
                "MIT"
1687
            ],
1688
            "authors": [
1689
                {
1690
                    "name": "Code Climate",
1691
                    "email": "[email protected]",
1692
                    "homepage": "https://codeclimate.com"
1693
                }
1694
            ],
1695
            "description": "PHP client for reporting test coverage to Code Climate",
1696
            "homepage": "https://github.com/codeclimate/php-test-reporter",
1697
            "keywords": [
1698
                "codeclimate",
1699
                "coverage"
1700
            ],
1701
            "time": "2017-02-15T22:25:47+00:00"
1702
        },
1703
        {
1704
            "name": "dflydev/markdown",
1705
            "version": "v1.0.0",
1706
            "source": {
1707
                "type": "git",
1708
                "url": "https://github.com/dflydev/dflydev-markdown.git",
1709
                "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d"
1710
            },
1711
            "dist": {
1712
                "type": "zip",
1713
                "url": "https://api.github.com/repos/dflydev/dflydev-markdown/zipball/76501a808522dbe40a5a71d272bd08d54cbae03d",
1714
                "reference": "76501a808522dbe40a5a71d272bd08d54cbae03d",
1715
                "shasum": ""
1716
            },
1717
            "require": {
1718
                "php": ">=5.3"
1719
            },
1720
            "type": "library",
1721
            "autoload": {
1722
                "psr-0": {
1723
                    "dflydev\\markdown": "src"
1724
                }
1725
            },
1726
            "notification-url": "https://packagist.org/downloads/",
1727
            "license": [
1728
                "New BSD License"
1729
            ],
1730
            "authors": [
1731
                {
1732
                    "name": "Dragonfly Development Inc.",
1733
                    "email": "[email protected]",
1734
                    "homepage": "http://dflydev.com"
1735
                },
1736
                {
1737
                    "name": "Beau Simensen",
1738
                    "email": "[email protected]",
1739
                    "homepage": "http://beausimensen.com"
1740
                },
1741
                {
1742
                    "name": "Michel Fortin",
1743
                    "homepage": "http://michelf.com"
1744
                },
1745
                {
1746
                    "name": "John Gruber",
1747
                    "homepage": "http://daringfireball.net"
1748
                }
1749
            ],
1750
            "description": "PHP Markdown & Extra",
1751
            "homepage": "http://github.com/dflydev/dflydev-markdown",
1752
            "keywords": [
1753
                "markdown"
1754
            ],
1755
            "abandoned": "michelf/php-markdown",
1756
            "time": "2012-01-02T23:11:32+00:00"
1757
        },
1758
        {
1759
            "name": "doctrine/instantiator",
1760
            "version": "1.0.4",
1761
            "source": {
1762
                "type": "git",
1763
                "url": "https://github.com/doctrine/instantiator.git",
1764
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
1765
            },
1766
            "dist": {
1767
                "type": "zip",
1768
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
1769
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
1770
                "shasum": ""
1771
            },
1772
            "require": {
1773
                "php": ">=5.3,<8.0-DEV"
1774
            },
1775
            "require-dev": {
1776
                "athletic/athletic": "~0.1.8",
1777
                "ext-pdo": "*",
1778
                "ext-phar": "*",
1779
                "phpunit/phpunit": "~4.0",
1780
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
1781
            },
1782
            "type": "library",
1783
            "extra": {
1784
                "branch-alias": {
1785
                    "dev-master": "1.0.x-dev"
1786
                }
1787
            },
1788
            "autoload": {
1789
                "psr-0": {
1790
                    "Doctrine\\Instantiator\\": "src"
1791
                }
1792
            },
1793
            "notification-url": "https://packagist.org/downloads/",
1794
            "license": [
1795
                "MIT"
1796
            ],
1797
            "authors": [
1798
                {
1799
                    "name": "Marco Pivetta",
1800
                    "email": "[email protected]",
1801
                    "homepage": "http://ocramius.github.com/"
1802
                }
1803
            ],
1804
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1805
            "homepage": "https://github.com/doctrine/instantiator",
1806
            "keywords": [
1807
                "constructor",
1808
                "instantiate"
1809
            ],
1810
            "time": "2014-10-13T12:58:55+00:00"
1811
        },
1812
        {
1813
            "name": "fzaninotto/faker",
1814
            "version": "v1.4.0",
1815
            "source": {
1816
                "type": "git",
1817
                "url": "https://github.com/fzaninotto/Faker.git",
1818
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0"
1819
            },
1820
            "dist": {
1821
                "type": "zip",
1822
                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/010c7efedd88bf31141a02719f51fb44c732d5a0",
1823
                "reference": "010c7efedd88bf31141a02719f51fb44c732d5a0",
1824
                "shasum": ""
1825
            },
1826
            "require": {
1827
                "php": ">=5.3.3"
1828
            },
1829
            "require-dev": {
1830
                "phpunit/phpunit": "~4.0",
1831
                "squizlabs/php_codesniffer": "~1.5"
1832
            },
1833
            "type": "library",
1834
            "extra": {
1835
                "branch-alias": []
1836
            },
1837
            "autoload": {
1838
                "psr-0": {
1839
                    "Faker": "src/",
1840
                    "Faker\\PHPUnit": "test/"
1841
                }
1842
            },
1843
            "notification-url": "https://packagist.org/downloads/",
1844
            "license": [
1845
                "MIT"
1846
            ],
1847
            "authors": [
1848
                {
1849
                    "name": "François Zaninotto"
1850
                }
1851
            ],
1852
            "description": "Faker is a PHP library that generates fake data for you.",
1853
            "keywords": [
1854
                "data",
1855
                "faker",
1856
                "fixtures"
1857
            ],
1858
            "time": "2014-06-04T14:43:02+00:00"
1859
        },
1860
        {
1861
            "name": "guzzle/guzzle",
1862
            "version": "v3.0.6",
1863
            "source": {
1864
                "type": "git",
1865
                "url": "https://github.com/guzzle/guzzle.git",
1866
                "reference": "09c2a09584c455a3e049210ee7dc92f7b65f6210"
1867
            },
1868
            "dist": {
1869
                "type": "zip",
1870
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/09c2a09584c455a3e049210ee7dc92f7b65f6210",
1871
                "reference": "09c2a09584c455a3e049210ee7dc92f7b65f6210",
1872
                "shasum": ""
1873
            },
1874
            "require": {
1875
                "ext-curl": "*",
1876
                "php": ">=5.3.2",
1877
                "symfony/event-dispatcher": ">=2.1"
1878
            },
1879
            "replace": {
1880
                "guzzle/batch": "self.version",
1881
                "guzzle/cache": "self.version",
1882
                "guzzle/common": "self.version",
1883
                "guzzle/http": "self.version",
1884
                "guzzle/inflection": "self.version",
1885
                "guzzle/iterator": "self.version",
1886
                "guzzle/log": "self.version",
1887
                "guzzle/parser": "self.version",
1888
                "guzzle/plugin": "self.version",
1889
                "guzzle/plugin-async": "self.version",
1890
                "guzzle/plugin-backoff": "self.version",
1891
                "guzzle/plugin-cache": "self.version",
1892
                "guzzle/plugin-cookie": "self.version",
1893
                "guzzle/plugin-curlauth": "self.version",
1894
                "guzzle/plugin-history": "self.version",
1895
                "guzzle/plugin-log": "self.version",
1896
                "guzzle/plugin-md5": "self.version",
1897
                "guzzle/plugin-mock": "self.version",
1898
                "guzzle/plugin-oauth": "self.version",
1899
                "guzzle/service": "self.version",
1900
                "guzzle/stream": "self.version"
1901
            },
1902
            "require-dev": {
1903
                "doctrine/common": "*",
1904
                "monolog/monolog": "1.*",
1905
                "phpunit/phpunit": "3.7.*",
1906
                "symfony/class-loader": "*",
1907
                "zend/zend-cache1": "1.12",
1908
                "zend/zend-log1": "1.12",
1909
                "zendframework/zend-cache": "2.0.*",
1910
                "zendframework/zend-log": "2.0.*"
1911
            },
1912
            "type": "library",
1913
            "extra": {
1914
                "branch-alias": {
1915
                    "dev-master": "3.0-dev"
1916
                }
1917
            },
1918
            "autoload": {
1919
                "psr-0": {
1920
                    "Guzzle\\Tests": "tests/",
1921
                    "Guzzle": "src/"
1922
                }
1923
            },
1924
            "notification-url": "https://packagist.org/downloads/",
1925
            "license": [
1926
                "MIT"
1927
            ],
1928
            "authors": [
1929
                {
1930
                    "name": "Michael Dowling",
1931
                    "email": "[email protected]",
1932
                    "homepage": "https://github.com/mtdowling"
1933
                },
1934
                {
1935
                    "name": "Guzzle Community",
1936
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1937
                }
1938
            ],
1939
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
1940
            "homepage": "http://guzzlephp.org/",
1941
            "keywords": [
1942
                "client",
1943
                "curl",
1944
                "framework",
1945
                "http",
1946
                "http client",
1947
                "rest",
1948
                "web service"
1949
            ],
1950
            "abandoned": "guzzlehttp/guzzle",
1951
            "time": "2012-12-10T05:25:04+00:00"
1952
        },
1953
        {
1954
            "name": "myclabs/deep-copy",
1955
            "version": "1.3.0",
1956
            "source": {
1957
                "type": "git",
1958
                "url": "https://github.com/myclabs/DeepCopy.git",
1959
                "reference": "96fbdc07635989c35c5a1912379f4c4b2ab15fd5"
1960
            },
1961
            "dist": {
1962
                "type": "zip",
1963
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/96fbdc07635989c35c5a1912379f4c4b2ab15fd5",
1964
                "reference": "96fbdc07635989c35c5a1912379f4c4b2ab15fd5",
1965
                "shasum": ""
1966
            },
1967
            "require": {
1968
                "php": ">=5.4.0"
1969
            },
1970
            "require-dev": {
1971
                "doctrine/collections": "1.*",
1972
                "phpunit/phpunit": "~4.1"
1973
            },
1974
            "type": "library",
1975
            "autoload": {
1976
                "psr-4": {
1977
                    "DeepCopy\\": "src/DeepCopy/"
1978
                }
1979
            },
1980
            "notification-url": "https://packagist.org/downloads/",
1981
            "license": [
1982
                "MIT"
1983
            ],
1984
            "description": "Create deep copies (clones) of your objects",
1985
            "homepage": "https://github.com/myclabs/DeepCopy",
1986
            "keywords": [
1987
                "clone",
1988
                "copy",
1989
                "duplicate",
1990
                "object",
1991
                "object graph"
1992
            ],
1993
            "time": "2015-03-21T22:40:23+00:00"
1994
        },
1995
        {
1996
            "name": "orchestra/testbench",
1997
            "version": "v3.4.2",
1998
            "source": {
1999
                "type": "git",
2000
                "url": "https://github.com/orchestral/testbench.git",
2001
                "reference": "34eb7fd834cc28c29568df9fc8cc8f0f8e3a05d0"
2002
            },
2003
            "dist": {
2004
                "type": "zip",
2005
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/34eb7fd834cc28c29568df9fc8cc8f0f8e3a05d0",
2006
                "reference": "34eb7fd834cc28c29568df9fc8cc8f0f8e3a05d0",
2007
                "shasum": ""
2008
            },
2009
            "require": {
2010
                "fzaninotto/faker": "~1.4",
2011
                "laravel/framework": "~5.4.0",
2012
                "php": ">=5.6.0",
2013
                "symfony/css-selector": "~3.2.0",
2014
                "symfony/dom-crawler": "~3.2.0"
2015
            },
2016
            "require-dev": {
2017
                "mockery/mockery": "^0.9.4",
2018
                "orchestra/database": "~3.4.0",
2019
                "phpunit/phpunit": "~5.7"
2020
            },
2021
            "suggest": {
2022
                "mockery/mockery": "Allow to use Mockery for testing (^0.9.4).",
2023
                "orchestra/database": "Allow to use --realpath migration for testing (~3.4).",
2024
                "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.4).",
2025
                "phpunit/phpunit": "Allow to use PHPUnit for testing (~5.7)."
2026
            },
2027
            "type": "library",
2028
            "extra": {
2029
                "branch-alias": {
2030
                    "dev-master": "3.4-dev"
2031
                }
2032
            },
2033
            "autoload": {
2034
                "psr-4": {
2035
                    "Orchestra\\Testbench\\": "src/"
2036
                }
2037
            },
2038
            "notification-url": "https://packagist.org/downloads/",
2039
            "license": [
2040
                "MIT"
2041
            ],
2042
            "authors": [
2043
                {
2044
                    "name": "Mior Muhammad Zaki",
2045
                    "email": "[email protected]",
2046
                    "homepage": "https://github.com/crynobone"
2047
                }
2048
            ],
2049
            "description": "Laravel Testing Helper for Packages Development",
2050
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
2051
            "keywords": [
2052
                "BDD",
2053
                "TDD",
2054
                "laravel",
2055
                "orchestra-platform",
2056
                "orchestral",
2057
                "testing"
2058
            ],
2059
            "time": "2017-01-27T14:58:24+00:00"
2060
        },
2061
        {
2062
            "name": "padraic/humbug_get_contents",
2063
            "version": "1.0.0",
2064
            "source": {
2065
                "type": "git",
2066
                "url": "https://github.com/humbug/file_get_contents.git",
2067
                "reference": "ef477e3e690bd44f9302b5f344cb55fb68d9c73b"
2068
            },
2069
            "dist": {
2070
                "type": "zip",
2071
                "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/ef477e3e690bd44f9302b5f344cb55fb68d9c73b",
2072
                "reference": "ef477e3e690bd44f9302b5f344cb55fb68d9c73b",
2073
                "shasum": ""
2074
            },
2075
            "require": {
2076
                "php": ">=5.3"
2077
            },
2078
            "require-dev": {
2079
                "phpunit/phpunit": "~4.0"
2080
            },
2081
            "type": "library",
2082
            "extra": {
2083
                "branch-alias": {
2084
                    "dev-master": "1.0-dev"
2085
                }
2086
            },
2087
            "autoload": {
2088
                "psr-4": {
2089
                    "Humbug\\": "src/Humbug/"
2090
                },
2091
                "files": [
2092
                    "src/function.php"
2093
                ]
2094
            },
2095
            "notification-url": "https://packagist.org/downloads/",
2096
            "license": [
2097
                "BSD-3-Clause"
2098
            ],
2099
            "authors": [
2100
                {
2101
                    "name": "Pádraic Brady",
2102
                    "email": "[email protected]",
2103
                    "homepage": "http://blog.astrumfutura.com"
2104
                }
2105
            ],
2106
            "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+",
2107
            "homepage": "https://github.com/padraic/file_get_contents",
2108
            "keywords": [
2109
                "download",
2110
                "file_get_contents",
2111
                "http",
2112
                "https",
2113
                "ssl",
2114
                "tls"
2115
            ],
2116
            "time": "2015-02-04T15:10:15+00:00"
2117
        },
2118
        {
2119
            "name": "padraic/phar-updater",
2120
            "version": "1.0.3",
2121
            "source": {
2122
                "type": "git",
2123
                "url": "https://github.com/humbug/phar-updater.git",
2124
                "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8"
2125
            },
2126
            "dist": {
2127
                "type": "zip",
2128
                "url": "https://api.github.com/repos/humbug/phar-updater/zipball/c17eeb3887dc4269d1b4837dc875d39e9f8149a8",
2129
                "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8",
2130
                "shasum": ""
2131
            },
2132
            "require": {
2133
                "padraic/humbug_get_contents": "^1.0",
2134
                "php": ">=5.3.3"
2135
            },
2136
            "require-dev": {
2137
                "phpunit/phpunit": "~4.0"
2138
            },
2139
            "type": "library",
2140
            "extra": {
2141
                "branch-alias": {
2142
                    "dev-master": "1.0-dev"
2143
                }
2144
            },
2145
            "autoload": {
2146
                "psr-4": {
2147
                    "Humbug\\SelfUpdate\\": "src/"
2148
                }
2149
            },
2150
            "notification-url": "https://packagist.org/downloads/",
2151
            "license": [
2152
                "BSD-3-Clause"
2153
            ],
2154
            "authors": [
2155
                {
2156
                    "name": "Padraic Brady",
2157
                    "email": "[email protected]",
2158
                    "homepage": "http://blog.astrumfutura.com"
2159
                }
2160
            ],
2161
            "description": "A thing to make PHAR self-updating easy and secure.",
2162
            "keywords": [
2163
                "humbug",
2164
                "phar",
2165
                "self-update",
2166
                "update"
2167
            ],
2168
            "time": "2016-01-05T23:08:01+00:00"
2169
        },
2170
        {
2171
            "name": "phpdocumentor/reflection-docblock",
2172
            "version": "2.0.0",
2173
            "source": {
2174
                "type": "git",
2175
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2176
                "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5"
2177
            },
2178
            "dist": {
2179
                "type": "zip",
2180
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66ae84e9d7c8ea85c979cb65977bd8e608baf0c5",
2181
                "reference": "66ae84e9d7c8ea85c979cb65977bd8e608baf0c5",
2182
                "shasum": ""
2183
            },
2184
            "require": {
2185
                "dflydev/markdown": "1.0.*",
2186
                "php": ">=5.3.3"
2187
            },
2188
            "require-dev": {
2189
                "phpunit/phpunit": "3.7.*@stable"
2190
            },
2191
            "type": "library",
2192
            "extra": {
2193
                "branch-alias": {
2194
                    "dev-master": "2.0.x-dev"
2195
                }
2196
            },
2197
            "autoload": {
2198
                "psr-0": {
2199
                    "phpDocumentor": [
2200
                        "src/"
2201
                    ]
2202
                }
2203
            },
2204
            "notification-url": "https://packagist.org/downloads/",
2205
            "license": [
2206
                "MIT"
2207
            ],
2208
            "authors": [
2209
                {
2210
                    "name": "Mike van Riel",
2211
                    "email": "[email protected]"
2212
                }
2213
            ],
2214
            "time": "2013-08-07T11:04:22+00:00"
2215
        },
2216
        {
2217
            "name": "phpspec/prophecy",
2218
            "version": "v1.3.1",
2219
            "source": {
2220
                "type": "git",
2221
                "url": "https://github.com/phpspec/prophecy.git",
2222
                "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9"
2223
            },
2224
            "dist": {
2225
                "type": "zip",
2226
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9",
2227
                "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9",
2228
                "shasum": ""
2229
            },
2230
            "require": {
2231
                "doctrine/instantiator": "~1.0,>=1.0.2",
2232
                "phpdocumentor/reflection-docblock": "~2.0"
2233
            },
2234
            "require-dev": {
2235
                "phpspec/phpspec": "~2.0"
2236
            },
2237
            "type": "library",
2238
            "extra": {
2239
                "branch-alias": {
2240
                    "dev-master": "1.2.x-dev"
2241
                }
2242
            },
2243
            "autoload": {
2244
                "psr-0": {
2245
                    "Prophecy\\": "src/"
2246
                }
2247
            },
2248
            "notification-url": "https://packagist.org/downloads/",
2249
            "license": [
2250
                "MIT"
2251
            ],
2252
            "authors": [
2253
                {
2254
                    "name": "Konstantin Kudryashov",
2255
                    "email": "[email protected]",
2256
                    "homepage": "http://everzet.com"
2257
                },
2258
                {
2259
                    "name": "Marcello Duarte",
2260
                    "email": "[email protected]"
2261
                }
2262
            ],
2263
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2264
            "homepage": "http://phpspec.org",
2265
            "keywords": [
2266
                "Double",
2267
                "Dummy",
2268
                "fake",
2269
                "mock",
2270
                "spy",
2271
                "stub"
2272
            ],
2273
            "time": "2014-11-17T16:23:49+00:00"
2274
        },
2275
        {
2276
            "name": "phpunit/php-code-coverage",
2277
            "version": "4.0.3",
2278
            "source": {
2279
                "type": "git",
2280
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2281
                "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929"
2282
            },
2283
            "dist": {
2284
                "type": "zip",
2285
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/903fd6318d0a90b4770a009ff73e4a4e9c437929",
2286
                "reference": "903fd6318d0a90b4770a009ff73e4a4e9c437929",
2287
                "shasum": ""
2288
            },
2289
            "require": {
2290
                "php": "^5.6 || ^7.0",
2291
                "phpunit/php-file-iterator": "~1.3",
2292
                "phpunit/php-text-template": "~1.2",
2293
                "phpunit/php-token-stream": "^1.4.2",
2294
                "sebastian/code-unit-reverse-lookup": "~1.0",
2295
                "sebastian/environment": "^1.3.2 || ^2.0",
2296
                "sebastian/version": "~1.0|~2.0"
2297
            },
2298
            "require-dev": {
2299
                "ext-xdebug": ">=2.1.4",
2300
                "phpunit/phpunit": "^5.4"
2301
            },
2302
            "suggest": {
2303
                "ext-dom": "*",
2304
                "ext-xdebug": ">=2.4.0",
2305
                "ext-xmlwriter": "*"
2306
            },
2307
            "type": "library",
2308
            "extra": {
2309
                "branch-alias": {
2310
                    "dev-master": "4.0.x-dev"
2311
                }
2312
            },
2313
            "autoload": {
2314
                "classmap": [
2315
                    "src/"
2316
                ]
2317
            },
2318
            "notification-url": "https://packagist.org/downloads/",
2319
            "license": [
2320
                "BSD-3-Clause"
2321
            ],
2322
            "authors": [
2323
                {
2324
                    "name": "Sebastian Bergmann",
2325
                    "email": "[email protected]",
2326
                    "role": "lead"
2327
                }
2328
            ],
2329
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2330
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2331
            "keywords": [
2332
                "coverage",
2333
                "testing",
2334
                "xunit"
2335
            ],
2336
            "time": "2016-11-28T16:00:31+00:00"
2337
        },
2338
        {
2339
            "name": "phpunit/php-file-iterator",
2340
            "version": "1.4.0",
2341
            "source": {
2342
                "type": "git",
2343
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2344
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
2345
            },
2346
            "dist": {
2347
                "type": "zip",
2348
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
2349
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
2350
                "shasum": ""
2351
            },
2352
            "require": {
2353
                "php": ">=5.3.3"
2354
            },
2355
            "type": "library",
2356
            "extra": {
2357
                "branch-alias": {
2358
                    "dev-master": "1.4.x-dev"
2359
                }
2360
            },
2361
            "autoload": {
2362
                "classmap": [
2363
                    "src/"
2364
                ]
2365
            },
2366
            "notification-url": "https://packagist.org/downloads/",
2367
            "license": [
2368
                "BSD-3-Clause"
2369
            ],
2370
            "authors": [
2371
                {
2372
                    "name": "Sebastian Bergmann",
2373
                    "email": "[email protected]",
2374
                    "role": "lead"
2375
                }
2376
            ],
2377
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2378
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2379
            "keywords": [
2380
                "filesystem",
2381
                "iterator"
2382
            ],
2383
            "time": "2015-04-02T05:19:05+00:00"
2384
        },
2385
        {
2386
            "name": "phpunit/php-text-template",
2387
            "version": "1.2.0",
2388
            "source": {
2389
                "type": "git",
2390
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2391
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
2392
            },
2393
            "dist": {
2394
                "type": "zip",
2395
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2396
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2397
                "shasum": ""
2398
            },
2399
            "require": {
2400
                "php": ">=5.3.3"
2401
            },
2402
            "type": "library",
2403
            "autoload": {
2404
                "classmap": [
2405
                    "Text/"
2406
                ]
2407
            },
2408
            "notification-url": "https://packagist.org/downloads/",
2409
            "include-path": [
2410
                ""
2411
            ],
2412
            "license": [
2413
                "BSD-3-Clause"
2414
            ],
2415
            "authors": [
2416
                {
2417
                    "name": "Sebastian Bergmann",
2418
                    "email": "[email protected]",
2419
                    "role": "lead"
2420
                }
2421
            ],
2422
            "description": "Simple template engine.",
2423
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2424
            "keywords": [
2425
                "template"
2426
            ],
2427
            "time": "2014-01-30T17:20:04+00:00"
2428
        },
2429
        {
2430
            "name": "phpunit/php-timer",
2431
            "version": "1.0.6",
2432
            "source": {
2433
                "type": "git",
2434
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2435
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d"
2436
            },
2437
            "dist": {
2438
                "type": "zip",
2439
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/83fe1bdc5d47658b727595c14da140da92b3d66d",
2440
                "reference": "83fe1bdc5d47658b727595c14da140da92b3d66d",
2441
                "shasum": ""
2442
            },
2443
            "require": {
2444
                "php": ">=5.3.3"
2445
            },
2446
            "type": "library",
2447
            "autoload": {
2448
                "classmap": [
2449
                    "src/"
2450
                ]
2451
            },
2452
            "notification-url": "https://packagist.org/downloads/",
2453
            "license": [
2454
                "BSD-3-Clause"
2455
            ],
2456
            "authors": [
2457
                {
2458
                    "name": "Sebastian Bergmann",
2459
                    "email": "[email protected]",
2460
                    "role": "lead"
2461
                }
2462
            ],
2463
            "description": "Utility class for timing",
2464
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2465
            "keywords": [
2466
                "timer"
2467
            ],
2468
            "time": "2015-06-13T07:35:30+00:00"
2469
        },
2470
        {
2471
            "name": "phpunit/php-token-stream",
2472
            "version": "1.4.2",
2473
            "source": {
2474
                "type": "git",
2475
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2476
                "reference": "db63be1159c81df649cd0260e30249a586d4129e"
2477
            },
2478
            "dist": {
2479
                "type": "zip",
2480
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db63be1159c81df649cd0260e30249a586d4129e",
2481
                "reference": "db63be1159c81df649cd0260e30249a586d4129e",
2482
                "shasum": ""
2483
            },
2484
            "require": {
2485
                "ext-tokenizer": "*",
2486
                "php": ">=5.3.3"
2487
            },
2488
            "require-dev": {
2489
                "phpunit/phpunit": "~4.2"
2490
            },
2491
            "type": "library",
2492
            "extra": {
2493
                "branch-alias": {
2494
                    "dev-master": "1.4-dev"
2495
                }
2496
            },
2497
            "autoload": {
2498
                "classmap": [
2499
                    "src/"
2500
                ]
2501
            },
2502
            "notification-url": "https://packagist.org/downloads/",
2503
            "license": [
2504
                "BSD-3-Clause"
2505
            ],
2506
            "authors": [
2507
                {
2508
                    "name": "Sebastian Bergmann",
2509
                    "email": "[email protected]"
2510
                }
2511
            ],
2512
            "description": "Wrapper around PHP's tokenizer extension.",
2513
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2514
            "keywords": [
2515
                "tokenizer"
2516
            ],
2517
            "time": "2015-06-12T07:34:24+00:00"
2518
        },
2519
        {
2520
            "name": "phpunit/phpunit",
2521
            "version": "5.7.0",
2522
            "source": {
2523
                "type": "git",
2524
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2525
                "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c"
2526
            },
2527
            "dist": {
2528
                "type": "zip",
2529
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2530
                "reference": "00d72b8dbd2bb7d6f02a820e6db5cb70df6ac55c",
2531
                "shasum": ""
2532
            },
2533
            "require": {
2534
                "ext-dom": "*",
2535
                "ext-json": "*",
2536
                "ext-libxml": "*",
2537
                "ext-mbstring": "*",
2538
                "ext-xml": "*",
2539
                "myclabs/deep-copy": "~1.3",
2540
                "php": "^5.6 || ^7.0",
2541
                "phpspec/prophecy": "^1.3.1",
2542
                "phpunit/php-code-coverage": "^4.0.3",
2543
                "phpunit/php-file-iterator": "~1.4",
2544
                "phpunit/php-text-template": "~1.2",
2545
                "phpunit/php-timer": "^1.0.6",
2546
                "phpunit/phpunit-mock-objects": "^3.2",
2547
                "sebastian/comparator": "~1.2.2",
2548
                "sebastian/diff": "~1.2",
2549
                "sebastian/environment": "^1.3.4 || ^2.0",
2550
                "sebastian/exporter": "~2.0",
2551
                "sebastian/global-state": "~1.0",
2552
                "sebastian/object-enumerator": "~2.0",
2553
                "sebastian/resource-operations": "~1.0",
2554
                "sebastian/version": "~1.0|~2.0",
2555
                "symfony/yaml": "~2.1|~3.0"
2556
            },
2557
            "conflict": {
2558
                "phpdocumentor/reflection-docblock": "3.0.2"
2559
            },
2560
            "require-dev": {
2561
                "ext-pdo": "*"
2562
            },
2563
            "suggest": {
2564
                "ext-xdebug": "*",
2565
                "phpunit/php-invoker": "~1.1"
2566
            },
2567
            "bin": [
2568
                "phpunit"
2569
            ],
2570
            "type": "library",
2571
            "extra": {
2572
                "branch-alias": {
2573
                    "dev-master": "5.7.x-dev"
2574
                }
2575
            },
2576
            "autoload": {
2577
                "classmap": [
2578
                    "src/"
2579
                ]
2580
            },
2581
            "notification-url": "https://packagist.org/downloads/",
2582
            "license": [
2583
                "BSD-3-Clause"
2584
            ],
2585
            "authors": [
2586
                {
2587
                    "name": "Sebastian Bergmann",
2588
                    "email": "[email protected]",
2589
                    "role": "lead"
2590
                }
2591
            ],
2592
            "description": "The PHP Unit Testing framework.",
2593
            "homepage": "https://phpunit.de/",
2594
            "keywords": [
2595
                "phpunit",
2596
                "testing",
2597
                "xunit"
2598
            ],
2599
            "time": "2016-12-01T17:04:00+00:00"
2600
        },
2601
        {
2602
            "name": "phpunit/phpunit-mock-objects",
2603
            "version": "3.4.1",
2604
            "source": {
2605
                "type": "git",
2606
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2607
                "reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc"
2608
            },
2609
            "dist": {
2610
                "type": "zip",
2611
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/45026c8383187ad1dcb14fbfec77dced265b9cfc",
2612
                "reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc",
2613
                "shasum": ""
2614
            },
2615
            "require": {
2616
                "doctrine/instantiator": "^1.0.2",
2617
                "php": "^5.6 || ^7.0",
2618
                "phpunit/php-text-template": "^1.2",
2619
                "sebastian/exporter": "^1.2 || ^2.0"
2620
            },
2621
            "conflict": {
2622
                "phpunit/phpunit": "<5.4.0"
2623
            },
2624
            "require-dev": {
2625
                "phpunit/phpunit": "^5.4"
2626
            },
2627
            "suggest": {
2628
                "ext-soap": "*"
2629
            },
2630
            "type": "library",
2631
            "extra": {
2632
                "branch-alias": {
2633
                    "dev-master": "3.2.x-dev"
2634
                }
2635
            },
2636
            "autoload": {
2637
                "classmap": [
2638
                    "src/"
2639
                ]
2640
            },
2641
            "notification-url": "https://packagist.org/downloads/",
2642
            "license": [
2643
                "BSD-3-Clause"
2644
            ],
2645
            "authors": [
2646
                {
2647
                    "name": "Sebastian Bergmann",
2648
                    "email": "[email protected]",
2649
                    "role": "lead"
2650
                }
2651
            ],
2652
            "description": "Mock Object library for PHPUnit",
2653
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2654
            "keywords": [
2655
                "mock",
2656
                "xunit"
2657
            ],
2658
            "time": "2016-11-19T09:07:46+00:00"
2659
        },
2660
        {
2661
            "name": "satooshi/php-coveralls",
2662
            "version": "v1.0.0",
2663
            "source": {
2664
                "type": "git",
2665
                "url": "https://github.com/satooshi/php-coveralls.git",
2666
                "reference": "3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6"
2667
            },
2668
            "dist": {
2669
                "type": "zip",
2670
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6",
2671
                "reference": "3edbdbdb4f4cfab5cb9ce83655ff81432f2221a6",
2672
                "shasum": ""
2673
            },
2674
            "require": {
2675
                "ext-json": "*",
2676
                "ext-simplexml": "*",
2677
                "guzzle/guzzle": "^2.8|^3.0",
2678
                "php": ">=5.3.3",
2679
                "psr/log": "^1.0",
2680
                "symfony/config": "^2.4|^3.0",
2681
                "symfony/console": "^2.1|^3.0",
2682
                "symfony/stopwatch": "^2.2|^3.0",
2683
                "symfony/yaml": "^2.1|^3.0"
2684
            },
2685
            "suggest": {
2686
                "symfony/http-kernel": "Allows Symfony integration"
2687
            },
2688
            "bin": [
2689
                "bin/coveralls"
2690
            ],
2691
            "type": "library",
2692
            "extra": {
2693
                "branch-alias": {
2694
                    "dev-master": "0.8-dev"
2695
                }
2696
            },
2697
            "autoload": {
2698
                "psr-4": {
2699
                    "Satooshi\\": "src/Satooshi/"
2700
                }
2701
            },
2702
            "notification-url": "https://packagist.org/downloads/",
2703
            "license": [
2704
                "MIT"
2705
            ],
2706
            "authors": [
2707
                {
2708
                    "name": "Kitamura Satoshi",
2709
                    "email": "[email protected]",
2710
                    "homepage": "https://www.facebook.com/satooshi.jp"
2711
                }
2712
            ],
2713
            "description": "PHP client library for Coveralls API",
2714
            "homepage": "https://github.com/satooshi/php-coveralls",
2715
            "keywords": [
2716
                "ci",
2717
                "coverage",
2718
                "github",
2719
                "test"
2720
            ],
2721
            "time": "2015-12-28T09:07:32+00:00"
2722
        },
2723
        {
2724
            "name": "sebastian/code-unit-reverse-lookup",
2725
            "version": "1.0.0",
2726
            "source": {
2727
                "type": "git",
2728
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2729
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2730
            },
2731
            "dist": {
2732
                "type": "zip",
2733
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2734
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2735
                "shasum": ""
2736
            },
2737
            "require": {
2738
                "php": ">=5.6"
2739
            },
2740
            "require-dev": {
2741
                "phpunit/phpunit": "~5"
2742
            },
2743
            "type": "library",
2744
            "extra": {
2745
                "branch-alias": {
2746
                    "dev-master": "1.0.x-dev"
2747
                }
2748
            },
2749
            "autoload": {
2750
                "classmap": [
2751
                    "src/"
2752
                ]
2753
            },
2754
            "notification-url": "https://packagist.org/downloads/",
2755
            "license": [
2756
                "BSD-3-Clause"
2757
            ],
2758
            "authors": [
2759
                {
2760
                    "name": "Sebastian Bergmann",
2761
                    "email": "[email protected]"
2762
                }
2763
            ],
2764
            "description": "Looks up which function or method a line of code belongs to",
2765
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2766
            "time": "2016-02-13T06:45:14+00:00"
2767
        },
2768
        {
2769
            "name": "sebastian/comparator",
2770
            "version": "1.2.2",
2771
            "source": {
2772
                "type": "git",
2773
                "url": "https://github.com/sebastianbergmann/comparator.git",
2774
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f"
2775
            },
2776
            "dist": {
2777
                "type": "zip",
2778
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
2779
                "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f",
2780
                "shasum": ""
2781
            },
2782
            "require": {
2783
                "php": ">=5.3.3",
2784
                "sebastian/diff": "~1.2",
2785
                "sebastian/exporter": "~1.2 || ~2.0"
2786
            },
2787
            "require-dev": {
2788
                "phpunit/phpunit": "~4.4"
2789
            },
2790
            "type": "library",
2791
            "extra": {
2792
                "branch-alias": {
2793
                    "dev-master": "1.2.x-dev"
2794
                }
2795
            },
2796
            "autoload": {
2797
                "classmap": [
2798
                    "src/"
2799
                ]
2800
            },
2801
            "notification-url": "https://packagist.org/downloads/",
2802
            "license": [
2803
                "BSD-3-Clause"
2804
            ],
2805
            "authors": [
2806
                {
2807
                    "name": "Jeff Welch",
2808
                    "email": "[email protected]"
2809
                },
2810
                {
2811
                    "name": "Volker Dusch",
2812
                    "email": "[email protected]"
2813
                },
2814
                {
2815
                    "name": "Bernhard Schussek",
2816
                    "email": "[email protected]"
2817
                },
2818
                {
2819
                    "name": "Sebastian Bergmann",
2820
                    "email": "[email protected]"
2821
                }
2822
            ],
2823
            "description": "Provides the functionality to compare PHP values for equality",
2824
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2825
            "keywords": [
2826
                "comparator",
2827
                "compare",
2828
                "equality"
2829
            ],
2830
            "time": "2016-11-19T09:18:40+00:00"
2831
        },
2832
        {
2833
            "name": "sebastian/diff",
2834
            "version": "1.2.0",
2835
            "source": {
2836
                "type": "git",
2837
                "url": "https://github.com/sebastianbergmann/diff.git",
2838
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
2839
            },
2840
            "dist": {
2841
                "type": "zip",
2842
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
2843
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
2844
                "shasum": ""
2845
            },
2846
            "require": {
2847
                "php": ">=5.3.3"
2848
            },
2849
            "require-dev": {
2850
                "phpunit/phpunit": "~4.2"
2851
            },
2852
            "type": "library",
2853
            "extra": {
2854
                "branch-alias": {
2855
                    "dev-master": "1.2-dev"
2856
                }
2857
            },
2858
            "autoload": {
2859
                "classmap": [
2860
                    "src/"
2861
                ]
2862
            },
2863
            "notification-url": "https://packagist.org/downloads/",
2864
            "license": [
2865
                "BSD-3-Clause"
2866
            ],
2867
            "authors": [
2868
                {
2869
                    "name": "Kore Nordmann",
2870
                    "email": "[email protected]"
2871
                },
2872
                {
2873
                    "name": "Sebastian Bergmann",
2874
                    "email": "[email protected]"
2875
                }
2876
            ],
2877
            "description": "Diff implementation",
2878
            "homepage": "http://www.github.com/sebastianbergmann/diff",
2879
            "keywords": [
2880
                "diff"
2881
            ],
2882
            "time": "2014-08-15T10:29:00+00:00"
2883
        },
2884
        {
2885
            "name": "sebastian/environment",
2886
            "version": "1.3.4",
2887
            "source": {
2888
                "type": "git",
2889
                "url": "https://github.com/sebastianbergmann/environment.git",
2890
                "reference": "22aa49baa48886f40b060e061a7967436f44a249"
2891
            },
2892
            "dist": {
2893
                "type": "zip",
2894
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/22aa49baa48886f40b060e061a7967436f44a249",
2895
                "reference": "22aa49baa48886f40b060e061a7967436f44a249",
2896
                "shasum": ""
2897
            },
2898
            "require": {
2899
                "php": ">=5.3.3"
2900
            },
2901
            "require-dev": {
2902
                "phpunit/phpunit": "~4.4"
2903
            },
2904
            "type": "library",
2905
            "extra": {
2906
                "branch-alias": {
2907
                    "dev-master": "1.3.x-dev"
2908
                }
2909
            },
2910
            "autoload": {
2911
                "classmap": [
2912
                    "src/"
2913
                ]
2914
            },
2915
            "notification-url": "https://packagist.org/downloads/",
2916
            "license": [
2917
                "BSD-3-Clause"
2918
            ],
2919
            "authors": [
2920
                {
2921
                    "name": "Sebastian Bergmann",
2922
                    "email": "[email protected]"
2923
                }
2924
            ],
2925
            "description": "Provides functionality to handle HHVM/PHP environments",
2926
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2927
            "keywords": [
2928
                "Xdebug",
2929
                "environment",
2930
                "hhvm"
2931
            ],
2932
            "time": "2016-02-26T11:40:57+00:00"
2933
        },
2934
        {
2935
            "name": "sebastian/exporter",
2936
            "version": "2.0.0",
2937
            "source": {
2938
                "type": "git",
2939
                "url": "https://github.com/sebastianbergmann/exporter.git",
2940
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2941
            },
2942
            "dist": {
2943
                "type": "zip",
2944
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2945
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2946
                "shasum": ""
2947
            },
2948
            "require": {
2949
                "php": ">=5.3.3",
2950
                "sebastian/recursion-context": "~2.0"
2951
            },
2952
            "require-dev": {
2953
                "ext-mbstring": "*",
2954
                "phpunit/phpunit": "~4.4"
2955
            },
2956
            "type": "library",
2957
            "extra": {
2958
                "branch-alias": {
2959
                    "dev-master": "2.0.x-dev"
2960
                }
2961
            },
2962
            "autoload": {
2963
                "classmap": [
2964
                    "src/"
2965
                ]
2966
            },
2967
            "notification-url": "https://packagist.org/downloads/",
2968
            "license": [
2969
                "BSD-3-Clause"
2970
            ],
2971
            "authors": [
2972
                {
2973
                    "name": "Jeff Welch",
2974
                    "email": "[email protected]"
2975
                },
2976
                {
2977
                    "name": "Volker Dusch",
2978
                    "email": "[email protected]"
2979
                },
2980
                {
2981
                    "name": "Bernhard Schussek",
2982
                    "email": "[email protected]"
2983
                },
2984
                {
2985
                    "name": "Sebastian Bergmann",
2986
                    "email": "[email protected]"
2987
                },
2988
                {
2989
                    "name": "Adam Harvey",
2990
                    "email": "[email protected]"
2991
                }
2992
            ],
2993
            "description": "Provides the functionality to export PHP variables for visualization",
2994
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2995
            "keywords": [
2996
                "export",
2997
                "exporter"
2998
            ],
2999
            "time": "2016-11-19T08:54:04+00:00"
3000
        },
3001
        {
3002
            "name": "sebastian/global-state",
3003
            "version": "1.0.0",
3004
            "source": {
3005
                "type": "git",
3006
                "url": "https://github.com/sebastianbergmann/global-state.git",
3007
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3008
            },
3009
            "dist": {
3010
                "type": "zip",
3011
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3012
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3013
                "shasum": ""
3014
            },
3015
            "require": {
3016
                "php": ">=5.3.3"
3017
            },
3018
            "require-dev": {
3019
                "phpunit/phpunit": "~4.2"
3020
            },
3021
            "suggest": {
3022
                "ext-uopz": "*"
3023
            },
3024
            "type": "library",
3025
            "extra": {
3026
                "branch-alias": {
3027
                    "dev-master": "1.0-dev"
3028
                }
3029
            },
3030
            "autoload": {
3031
                "classmap": [
3032
                    "src/"
3033
                ]
3034
            },
3035
            "notification-url": "https://packagist.org/downloads/",
3036
            "license": [
3037
                "BSD-3-Clause"
3038
            ],
3039
            "authors": [
3040
                {
3041
                    "name": "Sebastian Bergmann",
3042
                    "email": "[email protected]"
3043
                }
3044
            ],
3045
            "description": "Snapshotting of global state",
3046
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
3047
            "keywords": [
3048
                "global state"
3049
            ],
3050
            "time": "2014-10-06T09:23:50+00:00"
3051
        },
3052
        {
3053
            "name": "sebastian/object-enumerator",
3054
            "version": "2.0.0",
3055
            "source": {
3056
                "type": "git",
3057
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
3058
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35"
3059
            },
3060
            "dist": {
3061
                "type": "zip",
3062
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
3063
                "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35",
3064
                "shasum": ""
3065
            },
3066
            "require": {
3067
                "php": ">=5.6",
3068
                "sebastian/recursion-context": "~2.0"
3069
            },
3070
            "require-dev": {
3071
                "phpunit/phpunit": "~5"
3072
            },
3073
            "type": "library",
3074
            "extra": {
3075
                "branch-alias": {
3076
                    "dev-master": "2.0.x-dev"
3077
                }
3078
            },
3079
            "autoload": {
3080
                "classmap": [
3081
                    "src/"
3082
                ]
3083
            },
3084
            "notification-url": "https://packagist.org/downloads/",
3085
            "license": [
3086
                "BSD-3-Clause"
3087
            ],
3088
            "authors": [
3089
                {
3090
                    "name": "Sebastian Bergmann",
3091
                    "email": "[email protected]"
3092
                }
3093
            ],
3094
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
3095
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
3096
            "time": "2016-11-19T07:35:10+00:00"
3097
        },
3098
        {
3099
            "name": "sebastian/recursion-context",
3100
            "version": "2.0.0",
3101
            "source": {
3102
                "type": "git",
3103
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
3104
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
3105
            },
3106
            "dist": {
3107
                "type": "zip",
3108
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3109
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
3110
                "shasum": ""
3111
            },
3112
            "require": {
3113
                "php": ">=5.3.3"
3114
            },
3115
            "require-dev": {
3116
                "phpunit/phpunit": "~4.4"
3117
            },
3118
            "type": "library",
3119
            "extra": {
3120
                "branch-alias": {
3121
                    "dev-master": "2.0.x-dev"
3122
                }
3123
            },
3124
            "autoload": {
3125
                "classmap": [
3126
                    "src/"
3127
                ]
3128
            },
3129
            "notification-url": "https://packagist.org/downloads/",
3130
            "license": [
3131
                "BSD-3-Clause"
3132
            ],
3133
            "authors": [
3134
                {
3135
                    "name": "Jeff Welch",
3136
                    "email": "[email protected]"
3137
                },
3138
                {
3139
                    "name": "Sebastian Bergmann",
3140
                    "email": "[email protected]"
3141
                },
3142
                {
3143
                    "name": "Adam Harvey",
3144
                    "email": "[email protected]"
3145
                }
3146
            ],
3147
            "description": "Provides functionality to recursively process PHP variables",
3148
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3149
            "time": "2016-11-19T07:33:16+00:00"
3150
        },
3151
        {
3152
            "name": "sebastian/resource-operations",
3153
            "version": "1.0.0",
3154
            "source": {
3155
                "type": "git",
3156
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
3157
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
3158
            },
3159
            "dist": {
3160
                "type": "zip",
3161
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3162
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
3163
                "shasum": ""
3164
            },
3165
            "require": {
3166
                "php": ">=5.6.0"
3167
            },
3168
            "type": "library",
3169
            "extra": {
3170
                "branch-alias": {
3171
                    "dev-master": "1.0.x-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": "Provides a list of PHP built-in functions that operate on resources",
3190
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
3191
            "time": "2015-07-28T20:34:47+00:00"
3192
        },
3193
        {
3194
            "name": "sebastian/version",
3195
            "version": "1.0.0",
3196
            "source": {
3197
                "type": "git",
3198
                "url": "https://github.com/sebastianbergmann/version.git",
3199
                "reference": "16b021aed448b654ae05846e394e057e9a6f04cb"
3200
            },
3201
            "dist": {
3202
                "type": "zip",
3203
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/16b021aed448b654ae05846e394e057e9a6f04cb",
3204
                "reference": "16b021aed448b654ae05846e394e057e9a6f04cb",
3205
                "shasum": ""
3206
            },
3207
            "type": "library",
3208
            "autoload": {
3209
                "classmap": [
3210
                    "src/"
3211
                ]
3212
            },
3213
            "notification-url": "https://packagist.org/downloads/",
3214
            "license": [
3215
                "BSD-3-Clause"
3216
            ],
3217
            "authors": [
3218
                {
3219
                    "name": "Sebastian Bergmann",
3220
                    "email": "[email protected]",
3221
                    "role": "lead"
3222
                }
3223
            ],
3224
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3225
            "homepage": "https://github.com/sebastianbergmann/version",
3226
            "time": "2013-01-05T14:27:32+00:00"
3227
        },
3228
        {
3229
            "name": "symfony/config",
3230
            "version": "v2.8.0",
3231
            "source": {
3232
                "type": "git",
3233
                "url": "https://github.com/symfony/config.git",
3234
                "reference": "cc75e0cf582c412e49ad4cd5f83bd0d8e6ff2b33"
3235
            },
3236
            "dist": {
3237
                "type": "zip",
3238
                "url": "https://api.github.com/repos/symfony/config/zipball/cc75e0cf582c412e49ad4cd5f83bd0d8e6ff2b33",
3239
                "reference": "cc75e0cf582c412e49ad4cd5f83bd0d8e6ff2b33",
3240
                "shasum": ""
3241
            },
3242
            "require": {
3243
                "php": ">=5.3.9",
3244
                "symfony/filesystem": "~2.3|~3.0.0"
3245
            },
3246
            "type": "library",
3247
            "extra": {
3248
                "branch-alias": {
3249
                    "dev-master": "2.8-dev"
3250
                }
3251
            },
3252
            "autoload": {
3253
                "psr-4": {
3254
                    "Symfony\\Component\\Config\\": ""
3255
                },
3256
                "exclude-from-classmap": [
3257
                    "/Tests/"
3258
                ]
3259
            },
3260
            "notification-url": "https://packagist.org/downloads/",
3261
            "license": [
3262
                "MIT"
3263
            ],
3264
            "authors": [
3265
                {
3266
                    "name": "Fabien Potencier",
3267
                    "email": "[email protected]"
3268
                },
3269
                {
3270
                    "name": "Symfony Community",
3271
                    "homepage": "https://symfony.com/contributors"
3272
                }
3273
            ],
3274
            "description": "Symfony Config Component",
3275
            "homepage": "https://symfony.com",
3276
            "time": "2015-11-23T20:38:01+00:00"
3277
        },
3278
        {
3279
            "name": "symfony/dom-crawler",
3280
            "version": "v3.2.0",
3281
            "source": {
3282
                "type": "git",
3283
                "url": "https://github.com/symfony/dom-crawler.git",
3284
                "reference": "c6b6111f5aae7c58698cdc10220785627ac44a2c"
3285
            },
3286
            "dist": {
3287
                "type": "zip",
3288
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c6b6111f5aae7c58698cdc10220785627ac44a2c",
3289
                "reference": "c6b6111f5aae7c58698cdc10220785627ac44a2c",
3290
                "shasum": ""
3291
            },
3292
            "require": {
3293
                "php": ">=5.5.9",
3294
                "symfony/polyfill-mbstring": "~1.0"
3295
            },
3296
            "require-dev": {
3297
                "symfony/css-selector": "~2.8|~3.0"
3298
            },
3299
            "suggest": {
3300
                "symfony/css-selector": ""
3301
            },
3302
            "type": "library",
3303
            "extra": {
3304
                "branch-alias": {
3305
                    "dev-master": "3.2-dev"
3306
                }
3307
            },
3308
            "autoload": {
3309
                "psr-4": {
3310
                    "Symfony\\Component\\DomCrawler\\": ""
3311
                },
3312
                "exclude-from-classmap": [
3313
                    "/Tests/"
3314
                ]
3315
            },
3316
            "notification-url": "https://packagist.org/downloads/",
3317
            "license": [
3318
                "MIT"
3319
            ],
3320
            "authors": [
3321
                {
3322
                    "name": "Fabien Potencier",
3323
                    "email": "[email protected]"
3324
                },
3325
                {
3326
                    "name": "Symfony Community",
3327
                    "homepage": "https://symfony.com/contributors"
3328
                }
3329
            ],
3330
            "description": "Symfony DomCrawler Component",
3331
            "homepage": "https://symfony.com",
3332
            "time": "2016-11-25T12:32:42+00:00"
3333
        },
3334
        {
3335
            "name": "symfony/filesystem",
3336
            "version": "v2.3.0",
3337
            "target-dir": "Symfony/Component/Filesystem",
3338
            "source": {
3339
                "type": "git",
3340
                "url": "https://github.com/symfony/filesystem.git",
3341
                "reference": "93ca76c45530d146d0def76d1eb6f60a939a2104"
3342
            },
3343
            "dist": {
3344
                "type": "zip",
3345
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/93ca76c45530d146d0def76d1eb6f60a939a2104",
3346
                "reference": "93ca76c45530d146d0def76d1eb6f60a939a2104",
3347
                "shasum": ""
3348
            },
3349
            "require": {
3350
                "php": ">=5.3.3"
3351
            },
3352
            "type": "library",
3353
            "extra": {
3354
                "branch-alias": {
3355
                    "dev-master": "2.3-dev"
3356
                }
3357
            },
3358
            "autoload": {
3359
                "psr-0": {
3360
                    "Symfony\\Component\\Filesystem\\": ""
3361
                }
3362
            },
3363
            "notification-url": "https://packagist.org/downloads/",
3364
            "license": [
3365
                "MIT"
3366
            ],
3367
            "authors": [
3368
                {
3369
                    "name": "Symfony Community",
3370
                    "homepage": "http://symfony.com/contributors"
3371
                },
3372
                {
3373
                    "name": "Fabien Potencier",
3374
                    "email": "[email protected]"
3375
                }
3376
            ],
3377
            "description": "Symfony Filesystem Component",
3378
            "homepage": "http://symfony.com",
3379
            "time": "2013-05-06T20:03:44+00:00"
3380
        },
3381
        {
3382
            "name": "symfony/stopwatch",
3383
            "version": "v2.2.0",
3384
            "target-dir": "Symfony/Component/Stopwatch",
3385
            "source": {
3386
                "type": "git",
3387
                "url": "https://github.com/symfony/stopwatch.git",
3388
                "reference": "e10e1182eeb8ad570dc35a1ed3bbd2ec9a39c0fe"
3389
            },
3390
            "dist": {
3391
                "type": "zip",
3392
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/e10e1182eeb8ad570dc35a1ed3bbd2ec9a39c0fe",
3393
                "reference": "e10e1182eeb8ad570dc35a1ed3bbd2ec9a39c0fe",
3394
                "shasum": ""
3395
            },
3396
            "require": {
3397
                "php": ">=5.3.3"
3398
            },
3399
            "type": "library",
3400
            "extra": {
3401
                "branch-alias": {
3402
                    "dev-master": "2.2-dev"
3403
                }
3404
            },
3405
            "autoload": {
3406
                "psr-0": {
3407
                    "Symfony\\Component\\Stopwatch\\": ""
3408
                }
3409
            },
3410
            "notification-url": "https://packagist.org/downloads/",
3411
            "license": [
3412
                "MIT"
3413
            ],
3414
            "authors": [
3415
                {
3416
                    "name": "Symfony Community",
3417
                    "homepage": "http://symfony.com/contributors"
3418
                },
3419
                {
3420
                    "name": "Fabien Potencier",
3421
                    "email": "[email protected]"
3422
                }
3423
            ],
3424
            "description": "Symfony Stopwatch Component",
3425
            "homepage": "http://symfony.com",
3426
            "time": "2013-01-04T16:58:00+00:00"
3427
        },
3428
        {
3429
            "name": "symfony/yaml",
3430
            "version": "v2.1.0",
3431
            "target-dir": "Symfony/Component/Yaml",
3432
            "source": {
3433
                "type": "git",
3434
                "url": "https://github.com/symfony/yaml.git",
3435
                "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715"
3436
            },
3437
            "dist": {
3438
                "type": "zip",
3439
                "url": "https://api.github.com/repos/symfony/yaml/zipball/f18e004fc975707bb4695df1dbbe9b0d8c8b7715",
3440
                "reference": "f18e004fc975707bb4695df1dbbe9b0d8c8b7715",
3441
                "shasum": ""
3442
            },
3443
            "require": {
3444
                "php": ">=5.3.3"
3445
            },
3446
            "type": "library",
3447
            "extra": {
3448
                "branch-alias": {
3449
                    "dev-master": "2.1-dev"
3450
                }
3451
            },
3452
            "autoload": {
3453
                "psr-0": {
3454
                    "Symfony\\Component\\Yaml": ""
3455
                }
3456
            },
3457
            "notification-url": "https://packagist.org/downloads/",
3458
            "license": [
3459
                "MIT"
3460
            ],
3461
            "authors": [
3462
                {
3463
                    "name": "Symfony Community",
3464
                    "homepage": "http://symfony.com/contributors"
3465
                },
3466
                {
3467
                    "name": "Fabien Potencier",
3468
                    "email": "[email protected]"
3469
                }
3470
            ],
3471
            "description": "Symfony Yaml Component",
3472
            "homepage": "http://symfony.com",
3473
            "time": "2012-08-22T13:48:41+00:00"
3474
        }
3475
    ],
3476
    "aliases": [],
3477
    "minimum-stability": "stable",
3478
    "stability-flags": {
3479
        "jenssegers/mongodb": 15
3480
    },
3481
    "prefer-stable": false,
3482
    "prefer-lowest": true,
3483
    "platform": {
3484
        "php": ">=7.0"
3485
    },
3486
    "platform-dev": []
3487
}
3488