Test Failed
Pull Request — master (#11)
by
unknown
02:59
created

composer.lock (1 issue)

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "9d95e8fe4b77cba2a1a512b5d6ab550c",
8
    "packages": [
9
        {
10
            "name": "classpreloader/classpreloader",
11
            "version": "1.4.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
15
                "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/b76f3f4f603ebbe7e64351a7ef973431ddaf7b27",
20
                "reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "nikic/php-parser": "~1.3",
25
                "php": ">=5.3.3",
26
                "symfony/console": "~2.1",
27
                "symfony/filesystem": "~2.1",
28
                "symfony/finder": "~2.1"
29
            },
30
            "require-dev": {
31
                "phpunit/phpunit": "~4.0"
32
            },
33
            "bin": [
34
                "classpreloader.php"
35
            ],
36
            "type": "library",
37
            "extra": {
38
                "branch-alias": {
39
                    "dev-master": "1.4-dev"
40
                }
41
            },
42
            "autoload": {
43
                "psr-4": {
44
                    "ClassPreloader\\": "src/"
45
                }
46
            },
47
            "notification-url": "https://packagist.org/downloads/",
48
            "license": [
49
                "MIT"
50
            ],
51
            "authors": [
52
                {
53
                    "name": "Michael Dowling",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Graham Campbell",
58
                    "email": "[email protected]"
59
                }
60
            ],
61
            "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
62
            "keywords": [
63
                "autoload",
64
                "class",
65
                "preload"
66
            ],
67
            "time": "2015-05-26 10:57:51"
68
        },
69
        {
70
            "name": "danielstjules/stringy",
71
            "version": "1.9.0",
72
            "source": {
73
                "type": "git",
74
                "url": "https://github.com/danielstjules/Stringy.git",
75
                "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b"
76
            },
77
            "dist": {
78
                "type": "zip",
79
                "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
80
                "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b",
81
                "shasum": ""
82
            },
83
            "require": {
84
                "ext-mbstring": "*",
85
                "php": ">=5.3.0"
86
            },
87
            "require-dev": {
88
                "phpunit/phpunit": "~4.0"
89
            },
90
            "type": "library",
91
            "autoload": {
92
                "psr-4": {
93
                    "Stringy\\": "src/"
94
                },
95
                "files": [
96
                    "src/Create.php"
97
                ]
98
            },
99
            "notification-url": "https://packagist.org/downloads/",
100
            "license": [
101
                "MIT"
102
            ],
103
            "authors": [
104
                {
105
                    "name": "Daniel St. Jules",
106
                    "email": "[email protected]",
107
                    "homepage": "http://www.danielstjules.com"
108
                }
109
            ],
110
            "description": "A string manipulation library with multibyte support",
111
            "homepage": "https://github.com/danielstjules/Stringy",
112
            "keywords": [
113
                "UTF",
114
                "helpers",
115
                "manipulation",
116
                "methods",
117
                "multibyte",
118
                "string",
119
                "utf-8",
120
                "utility",
121
                "utils"
122
            ],
123
            "time": "2015-02-10 06:19:18"
124
        },
125
        {
126
            "name": "dnoegel/php-xdg-base-dir",
127
            "version": "0.1",
128
            "source": {
129
                "type": "git",
130
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
131
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
132
            },
133
            "dist": {
134
                "type": "zip",
135
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
136
                "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
137
                "shasum": ""
138
            },
139
            "require": {
140
                "php": ">=5.3.2"
141
            },
142
            "require-dev": {
143
                "phpunit/phpunit": "@stable"
144
            },
145
            "type": "project",
146
            "autoload": {
147
                "psr-4": {
148
                    "XdgBaseDir\\": "src/"
149
                }
150
            },
151
            "notification-url": "https://packagist.org/downloads/",
152
            "license": [
153
                "MIT"
154
            ],
155
            "description": "implementation of xdg base directory specification for php",
156
            "time": "2014-10-24 07:27:01"
157
        },
158
        {
159
            "name": "doctrine/inflector",
160
            "version": "v1.0.1",
161
            "source": {
162
                "type": "git",
163
                "url": "https://github.com/doctrine/inflector.git",
164
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
165
            },
166
            "dist": {
167
                "type": "zip",
168
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
169
                "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
170
                "shasum": ""
171
            },
172
            "require": {
173
                "php": ">=5.3.2"
174
            },
175
            "require-dev": {
176
                "phpunit/phpunit": "4.*"
177
            },
178
            "type": "library",
179
            "extra": {
180
                "branch-alias": {
181
                    "dev-master": "1.0.x-dev"
182
                }
183
            },
184
            "autoload": {
185
                "psr-0": {
186
                    "Doctrine\\Common\\Inflector\\": "lib/"
187
                }
188
            },
189
            "notification-url": "https://packagist.org/downloads/",
190
            "license": [
191
                "MIT"
192
            ],
193
            "authors": [
194
                {
195
                    "name": "Roman Borschel",
196
                    "email": "[email protected]"
197
                },
198
                {
199
                    "name": "Benjamin Eberlei",
200
                    "email": "[email protected]"
201
                },
202
                {
203
                    "name": "Guilherme Blanco",
204
                    "email": "[email protected]"
205
                },
206
                {
207
                    "name": "Jonathan Wage",
208
                    "email": "[email protected]"
209
                },
210
                {
211
                    "name": "Johannes Schmitt",
212
                    "email": "[email protected]"
213
                }
214
            ],
215
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
216
            "homepage": "http://www.doctrine-project.org",
217
            "keywords": [
218
                "inflection",
219
                "pluralize",
220
                "singularize",
221
                "string"
222
            ],
223
            "time": "2014-12-20 21:24:13"
224
        },
225
        {
226
            "name": "ircmaxell/password-compat",
227
            "version": "v1.0.4",
228
            "source": {
229
                "type": "git",
230
                "url": "https://github.com/ircmaxell/password_compat.git",
231
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
232
            },
233
            "dist": {
234
                "type": "zip",
235
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
236
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
237
                "shasum": ""
238
            },
239
            "require-dev": {
240
                "phpunit/phpunit": "4.*"
241
            },
242
            "type": "library",
243
            "autoload": {
244
                "files": [
245
                    "lib/password.php"
246
                ]
247
            },
248
            "notification-url": "https://packagist.org/downloads/",
249
            "license": [
250
                "MIT"
251
            ],
252
            "authors": [
253
                {
254
                    "name": "Anthony Ferrara",
255
                    "email": "[email protected]",
256
                    "homepage": "http://blog.ircmaxell.com"
257
                }
258
            ],
259
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
260
            "homepage": "https://github.com/ircmaxell/password_compat",
261
            "keywords": [
262
                "hashing",
263
                "password"
264
            ],
265
            "time": "2014-11-20 16:49:30"
266
        },
267
        {
268
            "name": "jakub-onderka/php-console-color",
269
            "version": "0.1",
270
            "source": {
271
                "type": "git",
272
                "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
273
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
274
            },
275
            "dist": {
276
                "type": "zip",
277
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
278
                "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
279
                "shasum": ""
280
            },
281
            "require": {
282
                "php": ">=5.3.2"
283
            },
284
            "require-dev": {
285
                "jakub-onderka/php-code-style": "1.0",
286
                "jakub-onderka/php-parallel-lint": "0.*",
287
                "jakub-onderka/php-var-dump-check": "0.*",
288
                "phpunit/phpunit": "3.7.*",
289
                "squizlabs/php_codesniffer": "1.*"
290
            },
291
            "type": "library",
292
            "autoload": {
293
                "psr-0": {
294
                    "JakubOnderka\\PhpConsoleColor": "src/"
295
                }
296
            },
297
            "notification-url": "https://packagist.org/downloads/",
298
            "license": [
299
                "BSD-2-Clause"
300
            ],
301
            "authors": [
302
                {
303
                    "name": "Jakub Onderka",
304
                    "email": "[email protected]",
305
                    "homepage": "http://www.acci.cz"
306
                }
307
            ],
308
            "time": "2014-04-08 15:00:19"
309
        },
310
        {
311
            "name": "jakub-onderka/php-console-highlighter",
312
            "version": "v0.3.1",
313
            "source": {
314
                "type": "git",
315
                "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
316
                "reference": "05bce997da20acf873e6bf396276798f3cd2c76a"
317
            },
318
            "dist": {
319
                "type": "zip",
320
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/05bce997da20acf873e6bf396276798f3cd2c76a",
321
                "reference": "05bce997da20acf873e6bf396276798f3cd2c76a",
322
                "shasum": ""
323
            },
324
            "require": {
325
                "jakub-onderka/php-console-color": "~0.1",
326
                "php": ">=5.3.0"
327
            },
328
            "require-dev": {
329
                "jakub-onderka/php-code-style": "~1.0",
330
                "jakub-onderka/php-parallel-lint": "~0.5",
331
                "phpunit/phpunit": "~4.0",
332
                "squizlabs/php_codesniffer": "~1.5"
333
            },
334
            "type": "library",
335
            "autoload": {
336
                "psr-0": {
337
                    "JakubOnderka\\PhpConsoleHighlighter": "src/"
338
                }
339
            },
340
            "notification-url": "https://packagist.org/downloads/",
341
            "license": [
342
                "MIT"
343
            ],
344
            "authors": [
345
                {
346
                    "name": "Jakub Onderka",
347
                    "email": "[email protected]",
348
                    "homepage": "http://www.acci.cz/"
349
                }
350
            ],
351
            "time": "2014-07-14 20:59:35"
352
        },
353
        {
354
            "name": "jeremeamia/SuperClosure",
355
            "version": "2.1.0",
356
            "source": {
357
                "type": "git",
358
                "url": "https://github.com/jeremeamia/super_closure.git",
359
                "reference": "b712f39c671e5ead60c7ebfe662545456aade833"
360
            },
361
            "dist": {
362
                "type": "zip",
363
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/b712f39c671e5ead60c7ebfe662545456aade833",
364
                "reference": "b712f39c671e5ead60c7ebfe662545456aade833",
365
                "shasum": ""
366
            },
367
            "require": {
368
                "nikic/php-parser": "~1.0",
369
                "php": ">=5.4"
370
            },
371
            "require-dev": {
372
                "codeclimate/php-test-reporter": "~0.1.2",
373
                "phpunit/phpunit": "~4.0"
374
            },
375
            "type": "library",
376
            "extra": {
377
                "branch-alias": {
378
                    "dev-master": "2.1-dev"
379
                }
380
            },
381
            "autoload": {
382
                "psr-4": {
383
                    "SuperClosure\\": "src/"
384
                }
385
            },
386
            "notification-url": "https://packagist.org/downloads/",
387
            "license": [
388
                "MIT"
389
            ],
390
            "authors": [
391
                {
392
                    "name": "Jeremy Lindblom",
393
                    "email": "[email protected]",
394
                    "homepage": "https://github.com/jeremeamia",
395
                    "role": "Developer"
396
                }
397
            ],
398
            "description": "Serialize Closure objects, including their context and binding",
399
            "homepage": "https://github.com/jeremeamia/super_closure",
400
            "keywords": [
401
                "closure",
402
                "function",
403
                "lambda",
404
                "parser",
405
                "serializable",
406
                "serialize",
407
                "tokenizer"
408
            ],
409
            "time": "2015-03-11 20:06:43"
410
        },
411
        {
412
            "name": "laravel/framework",
413
            "version": "v5.0.31",
414
            "source": {
415
                "type": "git",
416
                "url": "https://github.com/laravel/framework.git",
417
                "reference": "db0a7400465df159ba8c6eaa954f97f50bc19687"
418
            },
419
            "dist": {
420
                "type": "zip",
421
                "url": "https://api.github.com/repos/laravel/framework/zipball/db0a7400465df159ba8c6eaa954f97f50bc19687",
422
                "reference": "db0a7400465df159ba8c6eaa954f97f50bc19687",
423
                "shasum": ""
424
            },
425
            "require": {
426
                "classpreloader/classpreloader": "~1.2",
427
                "danielstjules/stringy": "~1.8",
428
                "doctrine/inflector": "~1.0",
429
                "ext-mbstring": "*",
430
                "ext-mcrypt": "*",
431
                "ext-openssl": "*",
432
                "ircmaxell/password-compat": "~1.0",
433
                "jeremeamia/superclosure": "~2.0",
434
                "league/flysystem": "~1.0",
435
                "monolog/monolog": "~1.11",
436
                "mtdowling/cron-expression": "~1.0",
437
                "nesbot/carbon": "~1.0",
438
                "php": ">=5.4.0",
439
                "psy/psysh": "0.4.*",
440
                "swiftmailer/swiftmailer": "~5.1",
441
                "symfony/console": "2.6.*",
442
                "symfony/debug": "2.6.*",
443
                "symfony/finder": "2.6.*",
444
                "symfony/http-foundation": "2.6.*",
445
                "symfony/http-kernel": "2.6.*",
446
                "symfony/process": "2.6.*",
447
                "symfony/routing": "2.6.*",
448
                "symfony/security-core": "2.6.*",
449
                "symfony/translation": "2.6.*",
450
                "symfony/var-dumper": "2.6.*",
451
                "vlucas/phpdotenv": "~1.0"
452
            },
453
            "replace": {
454
                "illuminate/auth": "self.version",
455
                "illuminate/bus": "self.version",
456
                "illuminate/cache": "self.version",
457
                "illuminate/config": "self.version",
458
                "illuminate/console": "self.version",
459
                "illuminate/container": "self.version",
460
                "illuminate/contracts": "self.version",
461
                "illuminate/cookie": "self.version",
462
                "illuminate/database": "self.version",
463
                "illuminate/encryption": "self.version",
464
                "illuminate/events": "self.version",
465
                "illuminate/exception": "self.version",
466
                "illuminate/filesystem": "self.version",
467
                "illuminate/foundation": "self.version",
468
                "illuminate/hashing": "self.version",
469
                "illuminate/http": "self.version",
470
                "illuminate/log": "self.version",
471
                "illuminate/mail": "self.version",
472
                "illuminate/pagination": "self.version",
473
                "illuminate/pipeline": "self.version",
474
                "illuminate/queue": "self.version",
475
                "illuminate/redis": "self.version",
476
                "illuminate/routing": "self.version",
477
                "illuminate/session": "self.version",
478
                "illuminate/support": "self.version",
479
                "illuminate/translation": "self.version",
480
                "illuminate/validation": "self.version",
481
                "illuminate/view": "self.version"
482
            },
483
            "require-dev": {
484
                "aws/aws-sdk-php": "~2.4",
485
                "iron-io/iron_mq": "~1.5",
486
                "mockery/mockery": "~0.9",
487
                "pda/pheanstalk": "~3.0",
488
                "phpunit/phpunit": "~4.0",
489
                "predis/predis": "~1.0"
490
            },
491
            "suggest": {
492
                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).",
493
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
494
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).",
495
                "iron-io/iron_mq": "Required to use the iron queue driver (~1.5).",
496
                "league/flysystem-aws-s3-v2": "Required to use the Flysystem S3 driver (~1.0).",
497
                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
498
                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
499
                "predis/predis": "Required to use the redis cache and queue drivers (~1.0)."
500
            },
501
            "type": "library",
502
            "extra": {
503
                "branch-alias": {
504
                    "dev-master": "5.0-dev"
505
                }
506
            },
507
            "autoload": {
508
                "classmap": [
509
                    "src/Illuminate/Queue/IlluminateQueueClosure.php"
510
                ],
511
                "files": [
512
                    "src/Illuminate/Foundation/helpers.php",
513
                    "src/Illuminate/Support/helpers.php"
514
                ],
515
                "psr-4": {
516
                    "Illuminate\\": "src/Illuminate/"
517
                }
518
            },
519
            "notification-url": "https://packagist.org/downloads/",
520
            "license": [
521
                "MIT"
522
            ],
523
            "authors": [
524
                {
525
                    "name": "Taylor Otwell",
526
                    "email": "[email protected]"
527
                }
528
            ],
529
            "description": "The Laravel Framework.",
530
            "homepage": "http://laravel.com",
531
            "keywords": [
532
                "framework",
533
                "laravel"
534
            ],
535
            "time": "2015-05-11 22:15:00"
536
        },
537
        {
538
            "name": "league/flysystem",
539
            "version": "1.0.3",
540
            "source": {
541
                "type": "git",
542
                "url": "https://github.com/thephpleague/flysystem.git",
543
                "reference": "3c2400a99ccc3be6884d40361890010449c6b447"
544
            },
545
            "dist": {
546
                "type": "zip",
547
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3c2400a99ccc3be6884d40361890010449c6b447",
548
                "reference": "3c2400a99ccc3be6884d40361890010449c6b447",
549
                "shasum": ""
550
            },
551
            "require": {
552
                "php": ">=5.4.0"
553
            },
554
            "require-dev": {
555
                "ext-fileinfo": "*",
556
                "league/phpunit-coverage-listener": "~1.1",
557
                "mockery/mockery": "~0.9",
558
                "phpspec/phpspec": "~2.0",
559
                "phpspec/prophecy-phpunit": "~1.0",
560
                "phpunit/phpunit": "~4.1",
561
                "predis/predis": "~1.0",
562
                "tedivm/stash": "~0.12.0"
563
            },
564
            "suggest": {
565
                "ext-fileinfo": "Required for MimeType",
566
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
567
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
568
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
569
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
570
                "league/flysystem-copy": "Allows you to use Copy.com storage",
571
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
572
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
573
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
574
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
575
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
576
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
577
                "predis/predis": "Allows you to use Predis for caching"
578
            },
579
            "type": "library",
580
            "extra": {
581
                "branch-alias": {
582
                    "dev-master": "1.1-dev"
583
                }
584
            },
585
            "autoload": {
586
                "psr-4": {
587
                    "League\\Flysystem\\": "src/"
588
                }
589
            },
590
            "notification-url": "https://packagist.org/downloads/",
591
            "license": [
592
                "MIT"
593
            ],
594
            "authors": [
595
                {
596
                    "name": "Frank de Jonge",
597
                    "email": "[email protected]"
598
                }
599
            ],
600
            "description": "Many filesystems, one API.",
601
            "keywords": [
602
                "Cloud Files",
603
                "WebDAV",
604
                "aws",
605
                "cloud",
606
                "copy.com",
607
                "dropbox",
608
                "file systems",
609
                "files",
610
                "filesystem",
611
                "ftp",
612
                "rackspace",
613
                "remote",
614
                "s3",
615
                "sftp",
616
                "storage"
617
            ],
618
            "time": "2015-03-29 14:01:43"
619
        },
620
        {
621
            "name": "monolog/monolog",
622
            "version": "1.13.1",
623
            "source": {
624
                "type": "git",
625
                "url": "https://github.com/Seldaek/monolog.git",
626
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
627
            },
628
            "dist": {
629
                "type": "zip",
630
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
631
                "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
632
                "shasum": ""
633
            },
634
            "require": {
635
                "php": ">=5.3.0",
636
                "psr/log": "~1.0"
637
            },
638
            "provide": {
639
                "psr/log-implementation": "1.0.0"
640
            },
641
            "require-dev": {
642
                "aws/aws-sdk-php": "~2.4, >2.4.8",
643
                "doctrine/couchdb": "~1.0@dev",
644
                "graylog2/gelf-php": "~1.0",
645
                "phpunit/phpunit": "~4.0",
646
                "raven/raven": "~0.5",
647
                "ruflin/elastica": "0.90.*",
648
                "swiftmailer/swiftmailer": "~5.3",
649
                "videlalvaro/php-amqplib": "~2.4"
650
            },
651
            "suggest": {
652
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
653
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
654
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
655
                "ext-mongo": "Allow sending log messages to a MongoDB server",
656
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
657
                "raven/raven": "Allow sending log messages to a Sentry server",
658
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
659
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
660
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
661
            },
662
            "type": "library",
663
            "extra": {
664
                "branch-alias": {
665
                    "dev-master": "1.13.x-dev"
666
                }
667
            },
668
            "autoload": {
669
                "psr-4": {
670
                    "Monolog\\": "src/Monolog"
671
                }
672
            },
673
            "notification-url": "https://packagist.org/downloads/",
674
            "license": [
675
                "MIT"
676
            ],
677
            "authors": [
678
                {
679
                    "name": "Jordi Boggiano",
680
                    "email": "[email protected]",
681
                    "homepage": "http://seld.be"
682
                }
683
            ],
684
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
685
            "homepage": "http://github.com/Seldaek/monolog",
686
            "keywords": [
687
                "log",
688
                "logging",
689
                "psr-3"
690
            ],
691
            "time": "2015-03-09 09:58:04"
692
        },
693
        {
694
            "name": "mtdowling/cron-expression",
695
            "version": "v1.0.4",
696
            "source": {
697
                "type": "git",
698
                "url": "https://github.com/mtdowling/cron-expression.git",
699
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
700
            },
701
            "dist": {
702
                "type": "zip",
703
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
704
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
705
                "shasum": ""
706
            },
707
            "require": {
708
                "php": ">=5.3.2"
709
            },
710
            "require-dev": {
711
                "phpunit/phpunit": "4.*"
712
            },
713
            "type": "library",
714
            "autoload": {
715
                "psr-0": {
716
                    "Cron": "src/"
717
                }
718
            },
719
            "notification-url": "https://packagist.org/downloads/",
720
            "license": [
721
                "MIT"
722
            ],
723
            "authors": [
724
                {
725
                    "name": "Michael Dowling",
726
                    "email": "[email protected]",
727
                    "homepage": "https://github.com/mtdowling"
728
                }
729
            ],
730
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
731
            "keywords": [
732
                "cron",
733
                "schedule"
734
            ],
735
            "time": "2015-01-11 23:07:46"
736
        },
737
        {
738
            "name": "nesbot/carbon",
739
            "version": "1.19.0",
740
            "source": {
741
                "type": "git",
742
                "url": "https://github.com/briannesbitt/Carbon.git",
743
                "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320"
744
            },
745
            "dist": {
746
                "type": "zip",
747
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320",
748
                "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320",
749
                "shasum": ""
750
            },
751
            "require": {
752
                "php": ">=5.3.0",
753
                "symfony/translation": "~2.6"
754
            },
755
            "require-dev": {
756
                "phpunit/phpunit": "~4.0"
757
            },
758
            "type": "library",
759
            "autoload": {
760
                "psr-0": {
761
                    "Carbon": "src"
762
                }
763
            },
764
            "notification-url": "https://packagist.org/downloads/",
765
            "license": [
766
                "MIT"
767
            ],
768
            "authors": [
769
                {
770
                    "name": "Brian Nesbitt",
771
                    "email": "[email protected]",
772
                    "homepage": "http://nesbot.com"
773
                }
774
            ],
775
            "description": "A simple API extension for DateTime.",
776
            "homepage": "http://carbon.nesbot.com",
777
            "keywords": [
778
                "date",
779
                "datetime",
780
                "time"
781
            ],
782
            "time": "2015-05-09 03:23:44"
783
        },
784
        {
785
            "name": "nikic/php-parser",
786
            "version": "v1.3.0",
787
            "source": {
788
                "type": "git",
789
                "url": "https://github.com/nikic/PHP-Parser.git",
790
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca"
791
            },
792
            "dist": {
793
                "type": "zip",
794
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dff239267fd1befa1cd40430c9ed12591aa720ca",
795
                "reference": "dff239267fd1befa1cd40430c9ed12591aa720ca",
796
                "shasum": ""
797
            },
798
            "require": {
799
                "ext-tokenizer": "*",
800
                "php": ">=5.3"
801
            },
802
            "type": "library",
803
            "extra": {
804
                "branch-alias": {
805
                    "dev-master": "1.3-dev"
806
                }
807
            },
808
            "autoload": {
809
                "files": [
810
                    "lib/bootstrap.php"
811
                ]
812
            },
813
            "notification-url": "https://packagist.org/downloads/",
814
            "license": [
815
                "BSD-3-Clause"
816
            ],
817
            "authors": [
818
                {
819
                    "name": "Nikita Popov"
820
                }
821
            ],
822
            "description": "A PHP parser written in PHP",
823
            "keywords": [
824
                "parser",
825
                "php"
826
            ],
827
            "time": "2015-05-02 15:40:40"
828
        },
829
        {
830
            "name": "psr/log",
831
            "version": "1.0.0",
832
            "source": {
833
                "type": "git",
834
                "url": "https://github.com/php-fig/log.git",
835
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
836
            },
837
            "dist": {
838
                "type": "zip",
839
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
840
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
841
                "shasum": ""
842
            },
843
            "type": "library",
844
            "autoload": {
845
                "psr-0": {
846
                    "Psr\\Log\\": ""
847
                }
848
            },
849
            "notification-url": "https://packagist.org/downloads/",
850
            "license": [
851
                "MIT"
852
            ],
853
            "authors": [
854
                {
855
                    "name": "PHP-FIG",
856
                    "homepage": "http://www.php-fig.org/"
857
                }
858
            ],
859
            "description": "Common interface for logging libraries",
860
            "keywords": [
861
                "log",
862
                "psr",
863
                "psr-3"
864
            ],
865
            "time": "2012-12-21 11:40:51"
866
        },
867
        {
868
            "name": "psy/psysh",
869
            "version": "v0.4.4",
870
            "source": {
871
                "type": "git",
872
                "url": "https://github.com/bobthecow/psysh.git",
873
                "reference": "489816db71649bd95b416e3ed9062d40528ab0ac"
874
            },
875
            "dist": {
876
                "type": "zip",
877
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac",
878
                "reference": "489816db71649bd95b416e3ed9062d40528ab0ac",
879
                "shasum": ""
880
            },
881
            "require": {
882
                "dnoegel/php-xdg-base-dir": "0.1",
883
                "jakub-onderka/php-console-highlighter": "0.3.*",
884
                "nikic/php-parser": "~1.0",
885
                "php": ">=5.3.0",
886
                "symfony/console": "~2.3.10|~2.4.2|~2.5"
887
            },
888
            "require-dev": {
889
                "fabpot/php-cs-fixer": "~1.5",
890
                "phpunit/phpunit": "~3.7|~4.0",
891
                "squizlabs/php_codesniffer": "~2.0",
892
                "symfony/finder": "~2.1|~3.0"
893
            },
894
            "suggest": {
895
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
896
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
897
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
898
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
899
            },
900
            "bin": [
901
                "bin/psysh"
902
            ],
903
            "type": "library",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-develop": "0.4.x-dev"
907
                }
908
            },
909
            "autoload": {
910
                "files": [
911
                    "src/Psy/functions.php"
912
                ],
913
                "psr-0": {
914
                    "Psy\\": "src/"
915
                }
916
            },
917
            "notification-url": "https://packagist.org/downloads/",
918
            "license": [
919
                "MIT"
920
            ],
921
            "authors": [
922
                {
923
                    "name": "Justin Hileman",
924
                    "email": "[email protected]",
925
                    "homepage": "http://justinhileman.com"
926
                }
927
            ],
928
            "description": "An interactive shell for modern PHP.",
929
            "homepage": "http://psysh.org",
930
            "keywords": [
931
                "REPL",
932
                "console",
933
                "interactive",
934
                "shell"
935
            ],
936
            "time": "2015-03-26 18:43:54"
937
        },
938
        {
939
            "name": "swiftmailer/swiftmailer",
940
            "version": "v5.4.0",
941
            "source": {
942
                "type": "git",
943
                "url": "https://github.com/swiftmailer/swiftmailer.git",
944
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
945
            },
946
            "dist": {
947
                "type": "zip",
948
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
949
                "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
950
                "shasum": ""
951
            },
952
            "require": {
953
                "php": ">=5.3.3"
954
            },
955
            "require-dev": {
956
                "mockery/mockery": "~0.9.1"
957
            },
958
            "type": "library",
959
            "extra": {
960
                "branch-alias": {
961
                    "dev-master": "5.4-dev"
962
                }
963
            },
964
            "autoload": {
965
                "files": [
966
                    "lib/swift_required.php"
967
                ]
968
            },
969
            "notification-url": "https://packagist.org/downloads/",
970
            "license": [
971
                "MIT"
972
            ],
973
            "authors": [
974
                {
975
                    "name": "Chris Corbyn"
976
                },
977
                {
978
                    "name": "Fabien Potencier",
979
                    "email": "[email protected]"
980
                }
981
            ],
982
            "description": "Swiftmailer, free feature-rich PHP mailer",
983
            "homepage": "http://swiftmailer.org",
984
            "keywords": [
985
                "mail",
986
                "mailer"
987
            ],
988
            "time": "2015-03-14 06:06:39"
989
        },
990
        {
991
            "name": "symfony/console",
992
            "version": "v2.6.8",
993
            "target-dir": "Symfony/Component/Console",
994
            "source": {
995
                "type": "git",
996
                "url": "https://github.com/symfony/Console.git",
997
                "reference": "2343f6d8026306bd330e0c987e4c102483c213e7"
998
            },
999
            "dist": {
1000
                "type": "zip",
1001
                "url": "https://api.github.com/repos/symfony/Console/zipball/2343f6d8026306bd330e0c987e4c102483c213e7",
1002
                "reference": "2343f6d8026306bd330e0c987e4c102483c213e7",
1003
                "shasum": ""
1004
            },
1005
            "require": {
1006
                "php": ">=5.3.3"
1007
            },
1008
            "require-dev": {
1009
                "psr/log": "~1.0",
1010
                "symfony/event-dispatcher": "~2.1",
1011
                "symfony/phpunit-bridge": "~2.7",
1012
                "symfony/process": "~2.1"
1013
            },
1014
            "suggest": {
1015
                "psr/log": "For using the console logger",
1016
                "symfony/event-dispatcher": "",
1017
                "symfony/process": ""
1018
            },
1019
            "type": "library",
1020
            "extra": {
1021
                "branch-alias": {
1022
                    "dev-master": "2.6-dev"
1023
                }
1024
            },
1025
            "autoload": {
1026
                "psr-0": {
1027
                    "Symfony\\Component\\Console\\": ""
1028
                }
1029
            },
1030
            "notification-url": "https://packagist.org/downloads/",
1031
            "license": [
1032
                "MIT"
1033
            ],
1034
            "authors": [
1035
                {
1036
                    "name": "Fabien Potencier",
1037
                    "email": "[email protected]"
1038
                },
1039
                {
1040
                    "name": "Symfony Community",
1041
                    "homepage": "https://symfony.com/contributors"
1042
                }
1043
            ],
1044
            "description": "Symfony Console Component",
1045
            "homepage": "https://symfony.com",
1046
            "time": "2015-05-22 14:53:08"
1047
        },
1048
        {
1049
            "name": "symfony/debug",
1050
            "version": "v2.6.8",
1051
            "target-dir": "Symfony/Component/Debug",
1052
            "source": {
1053
                "type": "git",
1054
                "url": "https://github.com/symfony/Debug.git",
1055
                "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33"
1056
            },
1057
            "dist": {
1058
                "type": "zip",
1059
                "url": "https://api.github.com/repos/symfony/Debug/zipball/4851a041c48e76b91a221db84ab5850daa6a7b33",
1060
                "reference": "4851a041c48e76b91a221db84ab5850daa6a7b33",
1061
                "shasum": ""
1062
            },
1063
            "require": {
1064
                "php": ">=5.3.3",
1065
                "psr/log": "~1.0"
1066
            },
1067
            "conflict": {
1068
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1069
            },
1070
            "require-dev": {
1071
                "symfony/class-loader": "~2.2",
1072
                "symfony/http-foundation": "~2.1",
1073
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
1074
                "symfony/phpunit-bridge": "~2.7"
1075
            },
1076
            "suggest": {
1077
                "symfony/http-foundation": "",
1078
                "symfony/http-kernel": ""
1079
            },
1080
            "type": "library",
1081
            "extra": {
1082
                "branch-alias": {
1083
                    "dev-master": "2.6-dev"
1084
                }
1085
            },
1086
            "autoload": {
1087
                "psr-0": {
1088
                    "Symfony\\Component\\Debug\\": ""
1089
                }
1090
            },
1091
            "notification-url": "https://packagist.org/downloads/",
1092
            "license": [
1093
                "MIT"
1094
            ],
1095
            "authors": [
1096
                {
1097
                    "name": "Fabien Potencier",
1098
                    "email": "[email protected]"
1099
                },
1100
                {
1101
                    "name": "Symfony Community",
1102
                    "homepage": "https://symfony.com/contributors"
1103
                }
1104
            ],
1105
            "description": "Symfony Debug Component",
1106
            "homepage": "https://symfony.com",
1107
            "time": "2015-05-20 13:09:45"
1108
        },
1109
        {
1110
            "name": "symfony/event-dispatcher",
1111
            "version": "v2.6.8",
1112
            "target-dir": "Symfony/Component/EventDispatcher",
1113
            "source": {
1114
                "type": "git",
1115
                "url": "https://github.com/symfony/EventDispatcher.git",
1116
                "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02"
1117
            },
1118
            "dist": {
1119
                "type": "zip",
1120
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02",
1121
                "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02",
1122
                "shasum": ""
1123
            },
1124
            "require": {
1125
                "php": ">=5.3.3"
1126
            },
1127
            "require-dev": {
1128
                "psr/log": "~1.0",
1129
                "symfony/config": "~2.0,>=2.0.5",
1130
                "symfony/dependency-injection": "~2.6",
1131
                "symfony/expression-language": "~2.6",
1132
                "symfony/phpunit-bridge": "~2.7",
1133
                "symfony/stopwatch": "~2.3"
1134
            },
1135
            "suggest": {
1136
                "symfony/dependency-injection": "",
1137
                "symfony/http-kernel": ""
1138
            },
1139
            "type": "library",
1140
            "extra": {
1141
                "branch-alias": {
1142
                    "dev-master": "2.6-dev"
1143
                }
1144
            },
1145
            "autoload": {
1146
                "psr-0": {
1147
                    "Symfony\\Component\\EventDispatcher\\": ""
1148
                }
1149
            },
1150
            "notification-url": "https://packagist.org/downloads/",
1151
            "license": [
1152
                "MIT"
1153
            ],
1154
            "authors": [
1155
                {
1156
                    "name": "Fabien Potencier",
1157
                    "email": "[email protected]"
1158
                },
1159
                {
1160
                    "name": "Symfony Community",
1161
                    "homepage": "https://symfony.com/contributors"
1162
                }
1163
            ],
1164
            "description": "Symfony EventDispatcher Component",
1165
            "homepage": "https://symfony.com",
1166
            "time": "2015-05-02 15:18:45"
1167
        },
1168
        {
1169
            "name": "symfony/filesystem",
1170
            "version": "v2.6.8",
1171
            "target-dir": "Symfony/Component/Filesystem",
1172
            "source": {
1173
                "type": "git",
1174
                "url": "https://github.com/symfony/Filesystem.git",
1175
                "reference": "1f8429f72a5bfa58b33fd96824bea146fc4b3f49"
1176
            },
1177
            "dist": {
1178
                "type": "zip",
1179
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/1f8429f72a5bfa58b33fd96824bea146fc4b3f49",
1180
                "reference": "1f8429f72a5bfa58b33fd96824bea146fc4b3f49",
1181
                "shasum": ""
1182
            },
1183
            "require": {
1184
                "php": ">=5.3.3"
1185
            },
1186
            "require-dev": {
1187
                "symfony/phpunit-bridge": "~2.7"
1188
            },
1189
            "type": "library",
1190
            "extra": {
1191
                "branch-alias": {
1192
                    "dev-master": "2.6-dev"
1193
                }
1194
            },
1195
            "autoload": {
1196
                "psr-0": {
1197
                    "Symfony\\Component\\Filesystem\\": ""
1198
                }
1199
            },
1200
            "notification-url": "https://packagist.org/downloads/",
1201
            "license": [
1202
                "MIT"
1203
            ],
1204
            "authors": [
1205
                {
1206
                    "name": "Fabien Potencier",
1207
                    "email": "[email protected]"
1208
                },
1209
                {
1210
                    "name": "Symfony Community",
1211
                    "homepage": "https://symfony.com/contributors"
1212
                }
1213
            ],
1214
            "description": "Symfony Filesystem Component",
1215
            "homepage": "https://symfony.com",
1216
            "time": "2015-05-15 13:32:45"
1217
        },
1218
        {
1219
            "name": "symfony/finder",
1220
            "version": "v2.6.8",
1221
            "target-dir": "Symfony/Component/Finder",
1222
            "source": {
1223
                "type": "git",
1224
                "url": "https://github.com/symfony/Finder.git",
1225
                "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14"
1226
            },
1227
            "dist": {
1228
                "type": "zip",
1229
                "url": "https://api.github.com/repos/symfony/Finder/zipball/ffedd3e0ff8155188155e9322fe21b9ee012ac14",
1230
                "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14",
1231
                "shasum": ""
1232
            },
1233
            "require": {
1234
                "php": ">=5.3.3"
1235
            },
1236
            "require-dev": {
1237
                "symfony/phpunit-bridge": "~2.7"
1238
            },
1239
            "type": "library",
1240
            "extra": {
1241
                "branch-alias": {
1242
                    "dev-master": "2.6-dev"
1243
                }
1244
            },
1245
            "autoload": {
1246
                "psr-0": {
1247
                    "Symfony\\Component\\Finder\\": ""
1248
                }
1249
            },
1250
            "notification-url": "https://packagist.org/downloads/",
1251
            "license": [
1252
                "MIT"
1253
            ],
1254
            "authors": [
1255
                {
1256
                    "name": "Fabien Potencier",
1257
                    "email": "[email protected]"
1258
                },
1259
                {
1260
                    "name": "Symfony Community",
1261
                    "homepage": "https://symfony.com/contributors"
1262
                }
1263
            ],
1264
            "description": "Symfony Finder Component",
1265
            "homepage": "https://symfony.com",
1266
            "time": "2015-05-15 13:32:45"
1267
        },
1268
        {
1269
            "name": "symfony/http-foundation",
1270
            "version": "v2.6.8",
1271
            "target-dir": "Symfony/Component/HttpFoundation",
1272
            "source": {
1273
                "type": "git",
1274
                "url": "https://github.com/symfony/HttpFoundation.git",
1275
                "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432"
1276
            },
1277
            "dist": {
1278
                "type": "zip",
1279
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/f9b28dcc6d3e50f5568b42dda7292656a9fe8432",
1280
                "reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432",
1281
                "shasum": ""
1282
            },
1283
            "require": {
1284
                "php": ">=5.3.3"
1285
            },
1286
            "require-dev": {
1287
                "symfony/expression-language": "~2.4",
1288
                "symfony/phpunit-bridge": "~2.7"
1289
            },
1290
            "type": "library",
1291
            "extra": {
1292
                "branch-alias": {
1293
                    "dev-master": "2.6-dev"
1294
                }
1295
            },
1296
            "autoload": {
1297
                "psr-0": {
1298
                    "Symfony\\Component\\HttpFoundation\\": ""
1299
                },
1300
                "classmap": [
1301
                    "Symfony/Component/HttpFoundation/Resources/stubs"
1302
                ]
1303
            },
1304
            "notification-url": "https://packagist.org/downloads/",
1305
            "license": [
1306
                "MIT"
1307
            ],
1308
            "authors": [
1309
                {
1310
                    "name": "Fabien Potencier",
1311
                    "email": "[email protected]"
1312
                },
1313
                {
1314
                    "name": "Symfony Community",
1315
                    "homepage": "https://symfony.com/contributors"
1316
                }
1317
            ],
1318
            "description": "Symfony HttpFoundation Component",
1319
            "homepage": "https://symfony.com",
1320
            "time": "2015-05-22 14:53:08"
1321
        },
1322
        {
1323
            "name": "symfony/http-kernel",
1324
            "version": "v2.6.8",
1325
            "target-dir": "Symfony/Component/HttpKernel",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/symfony/HttpKernel.git",
1329
                "reference": "a9a6f595941fce8dddd64f4e9bf47747cf1515fc"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/a9a6f595941fce8dddd64f4e9bf47747cf1515fc",
1334
                "reference": "a9a6f595941fce8dddd64f4e9bf47747cf1515fc",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "php": ">=5.3.3",
1339
                "psr/log": "~1.0",
1340
                "symfony/debug": "~2.6,>=2.6.2",
1341
                "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
1342
                "symfony/http-foundation": "~2.5,>=2.5.4"
1343
            },
1344
            "require-dev": {
1345
                "symfony/browser-kit": "~2.3",
1346
                "symfony/class-loader": "~2.1",
1347
                "symfony/config": "~2.0,>=2.0.5",
1348
                "symfony/console": "~2.3",
1349
                "symfony/css-selector": "~2.0,>=2.0.5",
1350
                "symfony/dependency-injection": "~2.2",
1351
                "symfony/dom-crawler": "~2.0,>=2.0.5",
1352
                "symfony/expression-language": "~2.4",
1353
                "symfony/finder": "~2.0,>=2.0.5",
1354
                "symfony/phpunit-bridge": "~2.7",
1355
                "symfony/process": "~2.0,>=2.0.5",
1356
                "symfony/routing": "~2.2",
1357
                "symfony/stopwatch": "~2.3",
1358
                "symfony/templating": "~2.2",
1359
                "symfony/translation": "~2.0,>=2.0.5",
1360
                "symfony/var-dumper": "~2.6"
1361
            },
1362
            "suggest": {
1363
                "symfony/browser-kit": "",
1364
                "symfony/class-loader": "",
1365
                "symfony/config": "",
1366
                "symfony/console": "",
1367
                "symfony/dependency-injection": "",
1368
                "symfony/finder": "",
1369
                "symfony/var-dumper": ""
1370
            },
1371
            "type": "library",
1372
            "extra": {
1373
                "branch-alias": {
1374
                    "dev-master": "2.6-dev"
1375
                }
1376
            },
1377
            "autoload": {
1378
                "psr-0": {
1379
                    "Symfony\\Component\\HttpKernel\\": ""
1380
                }
1381
            },
1382
            "notification-url": "https://packagist.org/downloads/",
1383
            "license": [
1384
                "MIT"
1385
            ],
1386
            "authors": [
1387
                {
1388
                    "name": "Fabien Potencier",
1389
                    "email": "[email protected]"
1390
                },
1391
                {
1392
                    "name": "Symfony Community",
1393
                    "homepage": "https://symfony.com/contributors"
1394
                }
1395
            ],
1396
            "description": "Symfony HttpKernel Component",
1397
            "homepage": "https://symfony.com",
1398
            "time": "2015-05-27 00:17:10"
1399
        },
1400
        {
1401
            "name": "symfony/process",
1402
            "version": "v2.6.8",
1403
            "target-dir": "Symfony/Component/Process",
1404
            "source": {
1405
                "type": "git",
1406
                "url": "https://github.com/symfony/Process.git",
1407
                "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306"
1408
            },
1409
            "dist": {
1410
                "type": "zip",
1411
                "url": "https://api.github.com/repos/symfony/Process/zipball/7856d78ab6cce6e59d02d9e1a873441f6bd21306",
1412
                "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306",
1413
                "shasum": ""
1414
            },
1415
            "require": {
1416
                "php": ">=5.3.3"
1417
            },
1418
            "require-dev": {
1419
                "symfony/phpunit-bridge": "~2.7"
1420
            },
1421
            "type": "library",
1422
            "extra": {
1423
                "branch-alias": {
1424
                    "dev-master": "2.6-dev"
1425
                }
1426
            },
1427
            "autoload": {
1428
                "psr-0": {
1429
                    "Symfony\\Component\\Process\\": ""
1430
                }
1431
            },
1432
            "notification-url": "https://packagist.org/downloads/",
1433
            "license": [
1434
                "MIT"
1435
            ],
1436
            "authors": [
1437
                {
1438
                    "name": "Fabien Potencier",
1439
                    "email": "[email protected]"
1440
                },
1441
                {
1442
                    "name": "Symfony Community",
1443
                    "homepage": "https://symfony.com/contributors"
1444
                }
1445
            ],
1446
            "description": "Symfony Process Component",
1447
            "homepage": "https://symfony.com",
1448
            "time": "2015-05-15 13:32:45"
1449
        },
1450
        {
1451
            "name": "symfony/routing",
1452
            "version": "v2.6.8",
1453
            "target-dir": "Symfony/Component/Routing",
1454
            "source": {
1455
                "type": "git",
1456
                "url": "https://github.com/symfony/Routing.git",
1457
                "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb"
1458
            },
1459
            "dist": {
1460
                "type": "zip",
1461
                "url": "https://api.github.com/repos/symfony/Routing/zipball/dc9df18a1cfe87de65e270e8f01407ca6d7c39cb",
1462
                "reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb",
1463
                "shasum": ""
1464
            },
1465
            "require": {
1466
                "php": ">=5.3.3"
1467
            },
1468
            "require-dev": {
1469
                "doctrine/annotations": "~1.0",
1470
                "doctrine/common": "~2.2",
1471
                "psr/log": "~1.0",
1472
                "symfony/config": "~2.2",
1473
                "symfony/expression-language": "~2.4",
1474
                "symfony/http-foundation": "~2.3",
1475
                "symfony/phpunit-bridge": "~2.7",
1476
                "symfony/yaml": "~2.0,>=2.0.5"
1477
            },
1478
            "suggest": {
1479
                "doctrine/annotations": "For using the annotation loader",
1480
                "symfony/config": "For using the all-in-one router or any loader",
1481
                "symfony/expression-language": "For using expression matching",
1482
                "symfony/yaml": "For using the YAML loader"
1483
            },
1484
            "type": "library",
1485
            "extra": {
1486
                "branch-alias": {
1487
                    "dev-master": "2.6-dev"
1488
                }
1489
            },
1490
            "autoload": {
1491
                "psr-0": {
1492
                    "Symfony\\Component\\Routing\\": ""
1493
                }
1494
            },
1495
            "notification-url": "https://packagist.org/downloads/",
1496
            "license": [
1497
                "MIT"
1498
            ],
1499
            "authors": [
1500
                {
1501
                    "name": "Fabien Potencier",
1502
                    "email": "[email protected]"
1503
                },
1504
                {
1505
                    "name": "Symfony Community",
1506
                    "homepage": "https://symfony.com/contributors"
1507
                }
1508
            ],
1509
            "description": "Symfony Routing Component",
1510
            "homepage": "https://symfony.com",
1511
            "keywords": [
1512
                "router",
1513
                "routing",
1514
                "uri",
1515
                "url"
1516
            ],
1517
            "time": "2015-05-15 13:32:45"
1518
        },
1519
        {
1520
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-1902: SecureRandom's fallback not secure when OpenSSL fails
Loading history...
1521
            "version": "v2.6.8",
1522
            "target-dir": "Symfony/Component/Security/Core",
1523
            "source": {
1524
                "type": "git",
1525
                "url": "https://github.com/symfony/security-core.git",
1526
                "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0"
1527
            },
1528
            "dist": {
1529
                "type": "zip",
1530
                "url": "https://api.github.com/repos/symfony/security-core/zipball/1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0",
1531
                "reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0",
1532
                "shasum": ""
1533
            },
1534
            "require": {
1535
                "php": ">=5.3.3"
1536
            },
1537
            "require-dev": {
1538
                "ircmaxell/password-compat": "1.0.*",
1539
                "psr/log": "~1.0",
1540
                "symfony/event-dispatcher": "~2.1",
1541
                "symfony/expression-language": "~2.6",
1542
                "symfony/http-foundation": "~2.4",
1543
                "symfony/phpunit-bridge": "~2.7",
1544
                "symfony/translation": "~2.0,>=2.0.5",
1545
                "symfony/validator": "~2.5,>=2.5.5"
1546
            },
1547
            "suggest": {
1548
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
1549
                "symfony/event-dispatcher": "",
1550
                "symfony/expression-language": "For using the expression voter",
1551
                "symfony/http-foundation": "",
1552
                "symfony/validator": "For using the user password constraint"
1553
            },
1554
            "type": "library",
1555
            "extra": {
1556
                "branch-alias": {
1557
                    "dev-master": "2.6-dev"
1558
                }
1559
            },
1560
            "autoload": {
1561
                "psr-0": {
1562
                    "Symfony\\Component\\Security\\Core\\": ""
1563
                }
1564
            },
1565
            "notification-url": "https://packagist.org/downloads/",
1566
            "license": [
1567
                "MIT"
1568
            ],
1569
            "authors": [
1570
                {
1571
                    "name": "Fabien Potencier",
1572
                    "email": "[email protected]"
1573
                },
1574
                {
1575
                    "name": "Symfony Community",
1576
                    "homepage": "https://symfony.com/contributors"
1577
                }
1578
            ],
1579
            "description": "Symfony Security Component - Core Library",
1580
            "homepage": "https://symfony.com",
1581
            "time": "2015-05-15 13:53:19"
1582
        },
1583
        {
1584
            "name": "symfony/translation",
1585
            "version": "v2.6.8",
1586
            "target-dir": "Symfony/Component/Translation",
1587
            "source": {
1588
                "type": "git",
1589
                "url": "https://github.com/symfony/Translation.git",
1590
                "reference": "d030b3d8d9699795dbf8c59e915ef879007a4483"
1591
            },
1592
            "dist": {
1593
                "type": "zip",
1594
                "url": "https://api.github.com/repos/symfony/Translation/zipball/d030b3d8d9699795dbf8c59e915ef879007a4483",
1595
                "reference": "d030b3d8d9699795dbf8c59e915ef879007a4483",
1596
                "shasum": ""
1597
            },
1598
            "require": {
1599
                "php": ">=5.3.3"
1600
            },
1601
            "require-dev": {
1602
                "psr/log": "~1.0",
1603
                "symfony/config": "~2.3,>=2.3.12",
1604
                "symfony/intl": "~2.3",
1605
                "symfony/phpunit-bridge": "~2.7",
1606
                "symfony/yaml": "~2.2"
1607
            },
1608
            "suggest": {
1609
                "psr/log": "To use logging capability in translator",
1610
                "symfony/config": "",
1611
                "symfony/yaml": ""
1612
            },
1613
            "type": "library",
1614
            "extra": {
1615
                "branch-alias": {
1616
                    "dev-master": "2.6-dev"
1617
                }
1618
            },
1619
            "autoload": {
1620
                "psr-0": {
1621
                    "Symfony\\Component\\Translation\\": ""
1622
                }
1623
            },
1624
            "notification-url": "https://packagist.org/downloads/",
1625
            "license": [
1626
                "MIT"
1627
            ],
1628
            "authors": [
1629
                {
1630
                    "name": "Fabien Potencier",
1631
                    "email": "[email protected]"
1632
                },
1633
                {
1634
                    "name": "Symfony Community",
1635
                    "homepage": "https://symfony.com/contributors"
1636
                }
1637
            ],
1638
            "description": "Symfony Translation Component",
1639
            "homepage": "https://symfony.com",
1640
            "time": "2015-05-22 14:37:51"
1641
        },
1642
        {
1643
            "name": "symfony/var-dumper",
1644
            "version": "v2.6.8",
1645
            "target-dir": "Symfony/Component/VarDumper",
1646
            "source": {
1647
                "type": "git",
1648
                "url": "https://github.com/symfony/var-dumper.git",
1649
                "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc"
1650
            },
1651
            "dist": {
1652
                "type": "zip",
1653
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89eec96645fb44af4a454a26c74c72ba6311f5bc",
1654
                "reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc",
1655
                "shasum": ""
1656
            },
1657
            "require": {
1658
                "php": ">=5.3.3"
1659
            },
1660
            "require-dev": {
1661
                "symfony/phpunit-bridge": "~2.7"
1662
            },
1663
            "suggest": {
1664
                "ext-symfony_debug": ""
1665
            },
1666
            "type": "library",
1667
            "extra": {
1668
                "branch-alias": {
1669
                    "dev-master": "2.6-dev"
1670
                }
1671
            },
1672
            "autoload": {
1673
                "files": [
1674
                    "Resources/functions/dump.php"
1675
                ],
1676
                "psr-0": {
1677
                    "Symfony\\Component\\VarDumper\\": ""
1678
                }
1679
            },
1680
            "notification-url": "https://packagist.org/downloads/",
1681
            "license": [
1682
                "MIT"
1683
            ],
1684
            "authors": [
1685
                {
1686
                    "name": "Nicolas Grekas",
1687
                    "email": "[email protected]"
1688
                },
1689
                {
1690
                    "name": "Symfony Community",
1691
                    "homepage": "https://symfony.com/contributors"
1692
                }
1693
            ],
1694
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1695
            "homepage": "https://symfony.com",
1696
            "keywords": [
1697
                "debug",
1698
                "dump"
1699
            ],
1700
            "time": "2015-05-01 14:14:24"
1701
        },
1702
        {
1703
            "name": "vlucas/phpdotenv",
1704
            "version": "v1.1.0",
1705
            "source": {
1706
                "type": "git",
1707
                "url": "https://github.com/vlucas/phpdotenv.git",
1708
                "reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa"
1709
            },
1710
            "dist": {
1711
                "type": "zip",
1712
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/732d2adb7d916c9593b9d58c3b0d9ebefead07aa",
1713
                "reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa",
1714
                "shasum": ""
1715
            },
1716
            "require": {
1717
                "php": ">=5.3.2"
1718
            },
1719
            "require-dev": {
1720
                "phpunit/phpunit": "~4.0"
1721
            },
1722
            "type": "library",
1723
            "extra": {
1724
                "branch-alias": {
1725
                    "dev-master": "1.0-dev"
1726
                }
1727
            },
1728
            "autoload": {
1729
                "psr-0": {
1730
                    "Dotenv": "src/"
1731
                }
1732
            },
1733
            "notification-url": "https://packagist.org/downloads/",
1734
            "license": [
1735
                "BSD"
1736
            ],
1737
            "authors": [
1738
                {
1739
                    "name": "Vance Lucas",
1740
                    "email": "[email protected]",
1741
                    "homepage": "http://www.vancelucas.com"
1742
                }
1743
            ],
1744
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1745
            "homepage": "http://github.com/vlucas/phpdotenv",
1746
            "keywords": [
1747
                "dotenv",
1748
                "env",
1749
                "environment"
1750
            ],
1751
            "time": "2014-12-05 15:19:21"
1752
        }
1753
    ],
1754
    "packages-dev": [
1755
        {
1756
            "name": "doctrine/instantiator",
1757
            "version": "1.0.4",
1758
            "source": {
1759
                "type": "git",
1760
                "url": "https://github.com/doctrine/instantiator.git",
1761
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
1762
            },
1763
            "dist": {
1764
                "type": "zip",
1765
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
1766
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
1767
                "shasum": ""
1768
            },
1769
            "require": {
1770
                "php": ">=5.3,<8.0-DEV"
1771
            },
1772
            "require-dev": {
1773
                "athletic/athletic": "~0.1.8",
1774
                "ext-pdo": "*",
1775
                "ext-phar": "*",
1776
                "phpunit/phpunit": "~4.0",
1777
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
1778
            },
1779
            "type": "library",
1780
            "extra": {
1781
                "branch-alias": {
1782
                    "dev-master": "1.0.x-dev"
1783
                }
1784
            },
1785
            "autoload": {
1786
                "psr-0": {
1787
                    "Doctrine\\Instantiator\\": "src"
1788
                }
1789
            },
1790
            "notification-url": "https://packagist.org/downloads/",
1791
            "license": [
1792
                "MIT"
1793
            ],
1794
            "authors": [
1795
                {
1796
                    "name": "Marco Pivetta",
1797
                    "email": "[email protected]",
1798
                    "homepage": "http://ocramius.github.com/"
1799
                }
1800
            ],
1801
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1802
            "homepage": "https://github.com/doctrine/instantiator",
1803
            "keywords": [
1804
                "constructor",
1805
                "instantiate"
1806
            ],
1807
            "time": "2014-10-13 12:58:55"
1808
        },
1809
        {
1810
            "name": "orchestra/database",
1811
            "version": "v3.0.4",
1812
            "source": {
1813
                "type": "git",
1814
                "url": "https://github.com/orchestral/database.git",
1815
                "reference": "0ad5e77155ae6443d228bf1174cf8dc426290738"
1816
            },
1817
            "dist": {
1818
                "type": "zip",
1819
                "url": "https://api.github.com/repos/orchestral/database/zipball/0ad5e77155ae6443d228bf1174cf8dc426290738",
1820
                "reference": "0ad5e77155ae6443d228bf1174cf8dc426290738",
1821
                "shasum": ""
1822
            },
1823
            "require": {
1824
                "illuminate/contracts": "5.0.*",
1825
                "illuminate/database": "5.0.*",
1826
                "php": ">=5.4.0"
1827
            },
1828
            "type": "library",
1829
            "extra": {
1830
                "branch-alias": {
1831
                    "dev-master": "3.1-dev"
1832
                }
1833
            },
1834
            "autoload": {
1835
                "psr-4": {
1836
                    "Orchestra\\Database\\": ""
1837
                }
1838
            },
1839
            "notification-url": "https://packagist.org/downloads/",
1840
            "license": [
1841
                "MIT"
1842
            ],
1843
            "authors": [
1844
                {
1845
                    "name": "Mior Muhammad Zaki",
1846
                    "email": "[email protected]",
1847
                    "homepage": "https://github.com/crynobone"
1848
                },
1849
                {
1850
                    "name": "Taylor Otwell",
1851
                    "email": "[email protected]",
1852
                    "homepage": "https://github.com/taylorotwell"
1853
                }
1854
            ],
1855
            "description": "Database Component for Orchestra Platform",
1856
            "time": "2015-03-02 11:01:05"
1857
        },
1858
        {
1859
            "name": "orchestra/testbench",
1860
            "version": "v3.0.7",
1861
            "source": {
1862
                "type": "git",
1863
                "url": "https://github.com/orchestral/testbench.git",
1864
                "reference": "468db68c6c96e67905156f507c431a9e387d43e4"
1865
            },
1866
            "dist": {
1867
                "type": "zip",
1868
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/468db68c6c96e67905156f507c431a9e387d43e4",
1869
                "reference": "468db68c6c96e67905156f507c431a9e387d43e4",
1870
                "shasum": ""
1871
            },
1872
            "require": {
1873
                "laravel/framework": "5.0.*",
1874
                "orchestra/database": "3.0.*",
1875
                "php": ">=5.4.0"
1876
            },
1877
            "require-dev": {
1878
                "behat/behat": "~2.5",
1879
                "mockery/mockery": "0.9.*",
1880
                "phpunit/phpunit": "~4.0"
1881
            },
1882
            "suggest": {
1883
                "behat/behat": "Allow to use Behat for testing your Laravel Application/Package (~2.5).",
1884
                "phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package (~4.0)."
1885
            },
1886
            "type": "library",
1887
            "extra": {
1888
                "branch-alias": {
1889
                    "dev-master": "3.1-dev"
1890
                }
1891
            },
1892
            "autoload": {
1893
                "psr-4": {
1894
                    "Orchestra\\Testbench\\": "src/"
1895
                }
1896
            },
1897
            "notification-url": "https://packagist.org/downloads/",
1898
            "license": [
1899
                "MIT"
1900
            ],
1901
            "authors": [
1902
                {
1903
                    "name": "Mior Muhammad Zaki",
1904
                    "email": "[email protected]",
1905
                    "homepage": "https://github.com/crynobone"
1906
                }
1907
            ],
1908
            "description": "Laravel Package Unit Testing Helper",
1909
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
1910
            "keywords": [
1911
                "BDD",
1912
                "TDD",
1913
                "laravel",
1914
                "orchestra-platform",
1915
                "orchestral",
1916
                "testing"
1917
            ],
1918
            "time": "2015-05-27 03:35:20"
1919
        },
1920
        {
1921
            "name": "phpdocumentor/reflection-docblock",
1922
            "version": "2.0.4",
1923
            "source": {
1924
                "type": "git",
1925
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1926
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1927
            },
1928
            "dist": {
1929
                "type": "zip",
1930
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1931
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1932
                "shasum": ""
1933
            },
1934
            "require": {
1935
                "php": ">=5.3.3"
1936
            },
1937
            "require-dev": {
1938
                "phpunit/phpunit": "~4.0"
1939
            },
1940
            "suggest": {
1941
                "dflydev/markdown": "~1.0",
1942
                "erusev/parsedown": "~1.0"
1943
            },
1944
            "type": "library",
1945
            "extra": {
1946
                "branch-alias": {
1947
                    "dev-master": "2.0.x-dev"
1948
                }
1949
            },
1950
            "autoload": {
1951
                "psr-0": {
1952
                    "phpDocumentor": [
1953
                        "src/"
1954
                    ]
1955
                }
1956
            },
1957
            "notification-url": "https://packagist.org/downloads/",
1958
            "license": [
1959
                "MIT"
1960
            ],
1961
            "authors": [
1962
                {
1963
                    "name": "Mike van Riel",
1964
                    "email": "[email protected]"
1965
                }
1966
            ],
1967
            "time": "2015-02-03 12:10:50"
1968
        },
1969
        {
1970
            "name": "phpspec/prophecy",
1971
            "version": "v1.4.1",
1972
            "source": {
1973
                "type": "git",
1974
                "url": "https://github.com/phpspec/prophecy.git",
1975
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
1976
            },
1977
            "dist": {
1978
                "type": "zip",
1979
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
1980
                "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
1981
                "shasum": ""
1982
            },
1983
            "require": {
1984
                "doctrine/instantiator": "^1.0.2",
1985
                "phpdocumentor/reflection-docblock": "~2.0",
1986
                "sebastian/comparator": "~1.1"
1987
            },
1988
            "require-dev": {
1989
                "phpspec/phpspec": "~2.0"
1990
            },
1991
            "type": "library",
1992
            "extra": {
1993
                "branch-alias": {
1994
                    "dev-master": "1.4.x-dev"
1995
                }
1996
            },
1997
            "autoload": {
1998
                "psr-0": {
1999
                    "Prophecy\\": "src/"
2000
                }
2001
            },
2002
            "notification-url": "https://packagist.org/downloads/",
2003
            "license": [
2004
                "MIT"
2005
            ],
2006
            "authors": [
2007
                {
2008
                    "name": "Konstantin Kudryashov",
2009
                    "email": "[email protected]",
2010
                    "homepage": "http://everzet.com"
2011
                },
2012
                {
2013
                    "name": "Marcello Duarte",
2014
                    "email": "[email protected]"
2015
                }
2016
            ],
2017
            "description": "Highly opinionated mocking framework for PHP 5.3+",
2018
            "homepage": "https://github.com/phpspec/prophecy",
2019
            "keywords": [
2020
                "Double",
2021
                "Dummy",
2022
                "fake",
2023
                "mock",
2024
                "spy",
2025
                "stub"
2026
            ],
2027
            "time": "2015-04-27 22:15:08"
2028
        },
2029
        {
2030
            "name": "phpunit/php-code-coverage",
2031
            "version": "2.0.17",
2032
            "source": {
2033
                "type": "git",
2034
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2035
                "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3"
2036
            },
2037
            "dist": {
2038
                "type": "zip",
2039
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c4e8e7725e351184a76544634855b8a9c405a6e3",
2040
                "reference": "c4e8e7725e351184a76544634855b8a9c405a6e3",
2041
                "shasum": ""
2042
            },
2043
            "require": {
2044
                "php": ">=5.3.3",
2045
                "phpunit/php-file-iterator": "~1.3",
2046
                "phpunit/php-text-template": "~1.2",
2047
                "phpunit/php-token-stream": "~1.3",
2048
                "sebastian/environment": "~1.0",
2049
                "sebastian/version": "~1.0"
2050
            },
2051
            "require-dev": {
2052
                "ext-xdebug": ">=2.1.4",
2053
                "phpunit/phpunit": "~4"
2054
            },
2055
            "suggest": {
2056
                "ext-dom": "*",
2057
                "ext-xdebug": ">=2.2.1",
2058
                "ext-xmlwriter": "*"
2059
            },
2060
            "type": "library",
2061
            "extra": {
2062
                "branch-alias": {
2063
                    "dev-master": "2.0.x-dev"
2064
                }
2065
            },
2066
            "autoload": {
2067
                "classmap": [
2068
                    "src/"
2069
                ]
2070
            },
2071
            "notification-url": "https://packagist.org/downloads/",
2072
            "license": [
2073
                "BSD-3-Clause"
2074
            ],
2075
            "authors": [
2076
                {
2077
                    "name": "Sebastian Bergmann",
2078
                    "email": "[email protected]",
2079
                    "role": "lead"
2080
                }
2081
            ],
2082
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2083
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2084
            "keywords": [
2085
                "coverage",
2086
                "testing",
2087
                "xunit"
2088
            ],
2089
            "time": "2015-05-25 05:11:59"
2090
        },
2091
        {
2092
            "name": "phpunit/php-file-iterator",
2093
            "version": "1.4.0",
2094
            "source": {
2095
                "type": "git",
2096
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2097
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
2098
            },
2099
            "dist": {
2100
                "type": "zip",
2101
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
2102
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
2103
                "shasum": ""
2104
            },
2105
            "require": {
2106
                "php": ">=5.3.3"
2107
            },
2108
            "type": "library",
2109
            "extra": {
2110
                "branch-alias": {
2111
                    "dev-master": "1.4.x-dev"
2112
                }
2113
            },
2114
            "autoload": {
2115
                "classmap": [
2116
                    "src/"
2117
                ]
2118
            },
2119
            "notification-url": "https://packagist.org/downloads/",
2120
            "license": [
2121
                "BSD-3-Clause"
2122
            ],
2123
            "authors": [
2124
                {
2125
                    "name": "Sebastian Bergmann",
2126
                    "email": "[email protected]",
2127
                    "role": "lead"
2128
                }
2129
            ],
2130
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
2131
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2132
            "keywords": [
2133
                "filesystem",
2134
                "iterator"
2135
            ],
2136
            "time": "2015-04-02 05:19:05"
2137
        },
2138
        {
2139
            "name": "phpunit/php-text-template",
2140
            "version": "1.2.0",
2141
            "source": {
2142
                "type": "git",
2143
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2144
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
2145
            },
2146
            "dist": {
2147
                "type": "zip",
2148
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2149
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2150
                "shasum": ""
2151
            },
2152
            "require": {
2153
                "php": ">=5.3.3"
2154
            },
2155
            "type": "library",
2156
            "autoload": {
2157
                "classmap": [
2158
                    "Text/"
2159
                ]
2160
            },
2161
            "notification-url": "https://packagist.org/downloads/",
2162
            "include-path": [
2163
                ""
2164
            ],
2165
            "license": [
2166
                "BSD-3-Clause"
2167
            ],
2168
            "authors": [
2169
                {
2170
                    "name": "Sebastian Bergmann",
2171
                    "email": "[email protected]",
2172
                    "role": "lead"
2173
                }
2174
            ],
2175
            "description": "Simple template engine.",
2176
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2177
            "keywords": [
2178
                "template"
2179
            ],
2180
            "time": "2014-01-30 17:20:04"
2181
        },
2182
        {
2183
            "name": "phpunit/php-timer",
2184
            "version": "1.0.5",
2185
            "source": {
2186
                "type": "git",
2187
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2188
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
2189
            },
2190
            "dist": {
2191
                "type": "zip",
2192
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2193
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2194
                "shasum": ""
2195
            },
2196
            "require": {
2197
                "php": ">=5.3.3"
2198
            },
2199
            "type": "library",
2200
            "autoload": {
2201
                "classmap": [
2202
                    "PHP/"
2203
                ]
2204
            },
2205
            "notification-url": "https://packagist.org/downloads/",
2206
            "include-path": [
2207
                ""
2208
            ],
2209
            "license": [
2210
                "BSD-3-Clause"
2211
            ],
2212
            "authors": [
2213
                {
2214
                    "name": "Sebastian Bergmann",
2215
                    "email": "[email protected]",
2216
                    "role": "lead"
2217
                }
2218
            ],
2219
            "description": "Utility class for timing",
2220
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2221
            "keywords": [
2222
                "timer"
2223
            ],
2224
            "time": "2013-08-02 07:42:54"
2225
        },
2226
        {
2227
            "name": "phpunit/php-token-stream",
2228
            "version": "1.4.1",
2229
            "source": {
2230
                "type": "git",
2231
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2232
                "reference": "eab81d02569310739373308137284e0158424330"
2233
            },
2234
            "dist": {
2235
                "type": "zip",
2236
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
2237
                "reference": "eab81d02569310739373308137284e0158424330",
2238
                "shasum": ""
2239
            },
2240
            "require": {
2241
                "ext-tokenizer": "*",
2242
                "php": ">=5.3.3"
2243
            },
2244
            "require-dev": {
2245
                "phpunit/phpunit": "~4.2"
2246
            },
2247
            "type": "library",
2248
            "extra": {
2249
                "branch-alias": {
2250
                    "dev-master": "1.4-dev"
2251
                }
2252
            },
2253
            "autoload": {
2254
                "classmap": [
2255
                    "src/"
2256
                ]
2257
            },
2258
            "notification-url": "https://packagist.org/downloads/",
2259
            "license": [
2260
                "BSD-3-Clause"
2261
            ],
2262
            "authors": [
2263
                {
2264
                    "name": "Sebastian Bergmann",
2265
                    "email": "[email protected]"
2266
                }
2267
            ],
2268
            "description": "Wrapper around PHP's tokenizer extension.",
2269
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2270
            "keywords": [
2271
                "tokenizer"
2272
            ],
2273
            "time": "2015-04-08 04:46:07"
2274
        },
2275
        {
2276
            "name": "phpunit/phpunit",
2277
            "version": "4.6.9",
2278
            "source": {
2279
                "type": "git",
2280
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2281
                "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1"
2282
            },
2283
            "dist": {
2284
                "type": "zip",
2285
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/816d12536a7a032adc3b68737f82cfbbf98b79c1",
2286
                "reference": "816d12536a7a032adc3b68737f82cfbbf98b79c1",
2287
                "shasum": ""
2288
            },
2289
            "require": {
2290
                "ext-dom": "*",
2291
                "ext-json": "*",
2292
                "ext-pcre": "*",
2293
                "ext-reflection": "*",
2294
                "ext-spl": "*",
2295
                "php": ">=5.3.3",
2296
                "phpspec/prophecy": "~1.3,>=1.3.1",
2297
                "phpunit/php-code-coverage": "~2.0,>=2.0.11",
2298
                "phpunit/php-file-iterator": "~1.4",
2299
                "phpunit/php-text-template": "~1.2",
2300
                "phpunit/php-timer": "~1.0",
2301
                "phpunit/phpunit-mock-objects": "~2.3",
2302
                "sebastian/comparator": "~1.1",
2303
                "sebastian/diff": "~1.2",
2304
                "sebastian/environment": "~1.2",
2305
                "sebastian/exporter": "~1.2",
2306
                "sebastian/global-state": "~1.0",
2307
                "sebastian/version": "~1.0",
2308
                "symfony/yaml": "~2.1|~3.0"
2309
            },
2310
            "suggest": {
2311
                "phpunit/php-invoker": "~1.1"
2312
            },
2313
            "bin": [
2314
                "phpunit"
2315
            ],
2316
            "type": "library",
2317
            "extra": {
2318
                "branch-alias": {
2319
                    "dev-master": "4.6.x-dev"
2320
                }
2321
            },
2322
            "autoload": {
2323
                "classmap": [
2324
                    "src/"
2325
                ]
2326
            },
2327
            "notification-url": "https://packagist.org/downloads/",
2328
            "license": [
2329
                "BSD-3-Clause"
2330
            ],
2331
            "authors": [
2332
                {
2333
                    "name": "Sebastian Bergmann",
2334
                    "email": "[email protected]",
2335
                    "role": "lead"
2336
                }
2337
            ],
2338
            "description": "The PHP Unit Testing framework.",
2339
            "homepage": "https://phpunit.de/",
2340
            "keywords": [
2341
                "phpunit",
2342
                "testing",
2343
                "xunit"
2344
            ],
2345
            "time": "2015-05-29 06:00:03"
2346
        },
2347
        {
2348
            "name": "phpunit/phpunit-mock-objects",
2349
            "version": "2.3.3",
2350
            "source": {
2351
                "type": "git",
2352
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2353
                "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7"
2354
            },
2355
            "dist": {
2356
                "type": "zip",
2357
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/253c005852591fd547fc18cd5b7b43a1ec82d8f7",
2358
                "reference": "253c005852591fd547fc18cd5b7b43a1ec82d8f7",
2359
                "shasum": ""
2360
            },
2361
            "require": {
2362
                "doctrine/instantiator": "~1.0,>=1.0.2",
2363
                "php": ">=5.3.3",
2364
                "phpunit/php-text-template": "~1.2"
2365
            },
2366
            "require-dev": {
2367
                "phpunit/phpunit": "~4.4"
2368
            },
2369
            "suggest": {
2370
                "ext-soap": "*"
2371
            },
2372
            "type": "library",
2373
            "extra": {
2374
                "branch-alias": {
2375
                    "dev-master": "2.3.x-dev"
2376
                }
2377
            },
2378
            "autoload": {
2379
                "classmap": [
2380
                    "src/"
2381
                ]
2382
            },
2383
            "notification-url": "https://packagist.org/downloads/",
2384
            "license": [
2385
                "BSD-3-Clause"
2386
            ],
2387
            "authors": [
2388
                {
2389
                    "name": "Sebastian Bergmann",
2390
                    "email": "[email protected]",
2391
                    "role": "lead"
2392
                }
2393
            ],
2394
            "description": "Mock Object library for PHPUnit",
2395
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2396
            "keywords": [
2397
                "mock",
2398
                "xunit"
2399
            ],
2400
            "time": "2015-05-29 05:19:18"
2401
        },
2402
        {
2403
            "name": "sebastian/comparator",
2404
            "version": "1.1.1",
2405
            "source": {
2406
                "type": "git",
2407
                "url": "https://github.com/sebastianbergmann/comparator.git",
2408
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
2409
            },
2410
            "dist": {
2411
                "type": "zip",
2412
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
2413
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
2414
                "shasum": ""
2415
            },
2416
            "require": {
2417
                "php": ">=5.3.3",
2418
                "sebastian/diff": "~1.2",
2419
                "sebastian/exporter": "~1.2"
2420
            },
2421
            "require-dev": {
2422
                "phpunit/phpunit": "~4.4"
2423
            },
2424
            "type": "library",
2425
            "extra": {
2426
                "branch-alias": {
2427
                    "dev-master": "1.1.x-dev"
2428
                }
2429
            },
2430
            "autoload": {
2431
                "classmap": [
2432
                    "src/"
2433
                ]
2434
            },
2435
            "notification-url": "https://packagist.org/downloads/",
2436
            "license": [
2437
                "BSD-3-Clause"
2438
            ],
2439
            "authors": [
2440
                {
2441
                    "name": "Jeff Welch",
2442
                    "email": "[email protected]"
2443
                },
2444
                {
2445
                    "name": "Volker Dusch",
2446
                    "email": "[email protected]"
2447
                },
2448
                {
2449
                    "name": "Bernhard Schussek",
2450
                    "email": "[email protected]"
2451
                },
2452
                {
2453
                    "name": "Sebastian Bergmann",
2454
                    "email": "[email protected]"
2455
                }
2456
            ],
2457
            "description": "Provides the functionality to compare PHP values for equality",
2458
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2459
            "keywords": [
2460
                "comparator",
2461
                "compare",
2462
                "equality"
2463
            ],
2464
            "time": "2015-01-29 16:28:08"
2465
        },
2466
        {
2467
            "name": "sebastian/diff",
2468
            "version": "1.3.0",
2469
            "source": {
2470
                "type": "git",
2471
                "url": "https://github.com/sebastianbergmann/diff.git",
2472
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
2473
            },
2474
            "dist": {
2475
                "type": "zip",
2476
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
2477
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
2478
                "shasum": ""
2479
            },
2480
            "require": {
2481
                "php": ">=5.3.3"
2482
            },
2483
            "require-dev": {
2484
                "phpunit/phpunit": "~4.2"
2485
            },
2486
            "type": "library",
2487
            "extra": {
2488
                "branch-alias": {
2489
                    "dev-master": "1.3-dev"
2490
                }
2491
            },
2492
            "autoload": {
2493
                "classmap": [
2494
                    "src/"
2495
                ]
2496
            },
2497
            "notification-url": "https://packagist.org/downloads/",
2498
            "license": [
2499
                "BSD-3-Clause"
2500
            ],
2501
            "authors": [
2502
                {
2503
                    "name": "Kore Nordmann",
2504
                    "email": "[email protected]"
2505
                },
2506
                {
2507
                    "name": "Sebastian Bergmann",
2508
                    "email": "[email protected]"
2509
                }
2510
            ],
2511
            "description": "Diff implementation",
2512
            "homepage": "http://www.github.com/sebastianbergmann/diff",
2513
            "keywords": [
2514
                "diff"
2515
            ],
2516
            "time": "2015-02-22 15:13:53"
2517
        },
2518
        {
2519
            "name": "sebastian/environment",
2520
            "version": "1.2.2",
2521
            "source": {
2522
                "type": "git",
2523
                "url": "https://github.com/sebastianbergmann/environment.git",
2524
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
2525
            },
2526
            "dist": {
2527
                "type": "zip",
2528
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
2529
                "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
2530
                "shasum": ""
2531
            },
2532
            "require": {
2533
                "php": ">=5.3.3"
2534
            },
2535
            "require-dev": {
2536
                "phpunit/phpunit": "~4.4"
2537
            },
2538
            "type": "library",
2539
            "extra": {
2540
                "branch-alias": {
2541
                    "dev-master": "1.3.x-dev"
2542
                }
2543
            },
2544
            "autoload": {
2545
                "classmap": [
2546
                    "src/"
2547
                ]
2548
            },
2549
            "notification-url": "https://packagist.org/downloads/",
2550
            "license": [
2551
                "BSD-3-Clause"
2552
            ],
2553
            "authors": [
2554
                {
2555
                    "name": "Sebastian Bergmann",
2556
                    "email": "[email protected]"
2557
                }
2558
            ],
2559
            "description": "Provides functionality to handle HHVM/PHP environments",
2560
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2561
            "keywords": [
2562
                "Xdebug",
2563
                "environment",
2564
                "hhvm"
2565
            ],
2566
            "time": "2015-01-01 10:01:08"
2567
        },
2568
        {
2569
            "name": "sebastian/exporter",
2570
            "version": "1.2.0",
2571
            "source": {
2572
                "type": "git",
2573
                "url": "https://github.com/sebastianbergmann/exporter.git",
2574
                "reference": "84839970d05254c73cde183a721c7af13aede943"
2575
            },
2576
            "dist": {
2577
                "type": "zip",
2578
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
2579
                "reference": "84839970d05254c73cde183a721c7af13aede943",
2580
                "shasum": ""
2581
            },
2582
            "require": {
2583
                "php": ">=5.3.3",
2584
                "sebastian/recursion-context": "~1.0"
2585
            },
2586
            "require-dev": {
2587
                "phpunit/phpunit": "~4.4"
2588
            },
2589
            "type": "library",
2590
            "extra": {
2591
                "branch-alias": {
2592
                    "dev-master": "1.2.x-dev"
2593
                }
2594
            },
2595
            "autoload": {
2596
                "classmap": [
2597
                    "src/"
2598
                ]
2599
            },
2600
            "notification-url": "https://packagist.org/downloads/",
2601
            "license": [
2602
                "BSD-3-Clause"
2603
            ],
2604
            "authors": [
2605
                {
2606
                    "name": "Jeff Welch",
2607
                    "email": "[email protected]"
2608
                },
2609
                {
2610
                    "name": "Volker Dusch",
2611
                    "email": "[email protected]"
2612
                },
2613
                {
2614
                    "name": "Bernhard Schussek",
2615
                    "email": "[email protected]"
2616
                },
2617
                {
2618
                    "name": "Sebastian Bergmann",
2619
                    "email": "[email protected]"
2620
                },
2621
                {
2622
                    "name": "Adam Harvey",
2623
                    "email": "[email protected]"
2624
                }
2625
            ],
2626
            "description": "Provides the functionality to export PHP variables for visualization",
2627
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2628
            "keywords": [
2629
                "export",
2630
                "exporter"
2631
            ],
2632
            "time": "2015-01-27 07:23:06"
2633
        },
2634
        {
2635
            "name": "sebastian/global-state",
2636
            "version": "1.0.0",
2637
            "source": {
2638
                "type": "git",
2639
                "url": "https://github.com/sebastianbergmann/global-state.git",
2640
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
2641
            },
2642
            "dist": {
2643
                "type": "zip",
2644
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
2645
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
2646
                "shasum": ""
2647
            },
2648
            "require": {
2649
                "php": ">=5.3.3"
2650
            },
2651
            "require-dev": {
2652
                "phpunit/phpunit": "~4.2"
2653
            },
2654
            "suggest": {
2655
                "ext-uopz": "*"
2656
            },
2657
            "type": "library",
2658
            "extra": {
2659
                "branch-alias": {
2660
                    "dev-master": "1.0-dev"
2661
                }
2662
            },
2663
            "autoload": {
2664
                "classmap": [
2665
                    "src/"
2666
                ]
2667
            },
2668
            "notification-url": "https://packagist.org/downloads/",
2669
            "license": [
2670
                "BSD-3-Clause"
2671
            ],
2672
            "authors": [
2673
                {
2674
                    "name": "Sebastian Bergmann",
2675
                    "email": "[email protected]"
2676
                }
2677
            ],
2678
            "description": "Snapshotting of global state",
2679
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2680
            "keywords": [
2681
                "global state"
2682
            ],
2683
            "time": "2014-10-06 09:23:50"
2684
        },
2685
        {
2686
            "name": "sebastian/recursion-context",
2687
            "version": "1.0.0",
2688
            "source": {
2689
                "type": "git",
2690
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2691
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
2692
            },
2693
            "dist": {
2694
                "type": "zip",
2695
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
2696
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
2697
                "shasum": ""
2698
            },
2699
            "require": {
2700
                "php": ">=5.3.3"
2701
            },
2702
            "require-dev": {
2703
                "phpunit/phpunit": "~4.4"
2704
            },
2705
            "type": "library",
2706
            "extra": {
2707
                "branch-alias": {
2708
                    "dev-master": "1.0.x-dev"
2709
                }
2710
            },
2711
            "autoload": {
2712
                "classmap": [
2713
                    "src/"
2714
                ]
2715
            },
2716
            "notification-url": "https://packagist.org/downloads/",
2717
            "license": [
2718
                "BSD-3-Clause"
2719
            ],
2720
            "authors": [
2721
                {
2722
                    "name": "Jeff Welch",
2723
                    "email": "[email protected]"
2724
                },
2725
                {
2726
                    "name": "Sebastian Bergmann",
2727
                    "email": "[email protected]"
2728
                },
2729
                {
2730
                    "name": "Adam Harvey",
2731
                    "email": "[email protected]"
2732
                }
2733
            ],
2734
            "description": "Provides functionality to recursively process PHP variables",
2735
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2736
            "time": "2015-01-24 09:48:32"
2737
        },
2738
        {
2739
            "name": "sebastian/version",
2740
            "version": "1.0.5",
2741
            "source": {
2742
                "type": "git",
2743
                "url": "https://github.com/sebastianbergmann/version.git",
2744
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
2745
            },
2746
            "dist": {
2747
                "type": "zip",
2748
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
2749
                "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
2750
                "shasum": ""
2751
            },
2752
            "type": "library",
2753
            "autoload": {
2754
                "classmap": [
2755
                    "src/"
2756
                ]
2757
            },
2758
            "notification-url": "https://packagist.org/downloads/",
2759
            "license": [
2760
                "BSD-3-Clause"
2761
            ],
2762
            "authors": [
2763
                {
2764
                    "name": "Sebastian Bergmann",
2765
                    "email": "[email protected]",
2766
                    "role": "lead"
2767
                }
2768
            ],
2769
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2770
            "homepage": "https://github.com/sebastianbergmann/version",
2771
            "time": "2015-02-24 06:35:25"
2772
        },
2773
        {
2774
            "name": "symfony/yaml",
2775
            "version": "v2.6.8",
2776
            "target-dir": "Symfony/Component/Yaml",
2777
            "source": {
2778
                "type": "git",
2779
                "url": "https://github.com/symfony/Yaml.git",
2780
                "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2"
2781
            },
2782
            "dist": {
2783
                "type": "zip",
2784
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
2785
                "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
2786
                "shasum": ""
2787
            },
2788
            "require": {
2789
                "php": ">=5.3.3"
2790
            },
2791
            "require-dev": {
2792
                "symfony/phpunit-bridge": "~2.7"
2793
            },
2794
            "type": "library",
2795
            "extra": {
2796
                "branch-alias": {
2797
                    "dev-master": "2.6-dev"
2798
                }
2799
            },
2800
            "autoload": {
2801
                "psr-0": {
2802
                    "Symfony\\Component\\Yaml\\": ""
2803
                }
2804
            },
2805
            "notification-url": "https://packagist.org/downloads/",
2806
            "license": [
2807
                "MIT"
2808
            ],
2809
            "authors": [
2810
                {
2811
                    "name": "Fabien Potencier",
2812
                    "email": "[email protected]"
2813
                },
2814
                {
2815
                    "name": "Symfony Community",
2816
                    "homepage": "https://symfony.com/contributors"
2817
                }
2818
            ],
2819
            "description": "Symfony Yaml Component",
2820
            "homepage": "https://symfony.com",
2821
            "time": "2015-05-02 15:18:45"
2822
        }
2823
    ],
2824
    "aliases": [],
2825
    "minimum-stability": "stable",
2826
    "stability-flags": [],
2827
    "prefer-stable": false,
2828
    "prefer-lowest": false,
2829
    "platform": {
2830
        "php": ">=5.4.0"
2831
    },
2832
    "platform-dev": []
2833
}
2834