Completed
Push — develop ( 700614...32f85a )
by Andy
03:28
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "693a57387ceda4a4038e660d09d359c5",
8
    "packages": [
9
        {
10
            "name": "classpreloader/classpreloader",
11
            "version": "dev-master",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/ClassPreloader/ClassPreloader.git",
15
                "reference": "84664e1802d369aa10de1011b8abd73bce368c7f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/84664e1802d369aa10de1011b8abd73bce368c7f",
20
                "reference": "84664e1802d369aa10de1011b8abd73bce368c7f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "nikic/php-parser": "~1.0",
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.2-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": "Graham Campbell",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Michael Dowling",
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-01-27 07:22:18"
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": "dev-master",
161
            "source": {
162
                "type": "git",
163
                "url": "https://github.com/doctrine/inflector.git",
164
                "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d"
165
            },
166
            "dist": {
167
                "type": "zip",
168
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
169
                "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d",
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": "2015-01-01 18:34:57"
224
        },
225
        {
226
            "name": "ircmaxell/password-compat",
227
            "version": "1.0.x-dev",
228
            "source": {
229
                "type": "git",
230
                "url": "https://github.com/ircmaxell/password_compat.git",
231
                "reference": "9b99377557a33a4129c9194e60a97a685fab21e0"
232
            },
233
            "dist": {
234
                "type": "zip",
235
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/9b99377557a33a4129c9194e60a97a685fab21e0",
236
                "reference": "9b99377557a33a4129c9194e60a97a685fab21e0",
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 19:18:42"
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": "dev-master",
356
            "source": {
357
                "type": "git",
358
                "url": "https://github.com/jeremeamia/super_closure.git",
359
                "reference": "34e892a5cdd2b9c0527cf2070116c528086719ba"
360
            },
361
            "dist": {
362
                "type": "zip",
363
                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/34e892a5cdd2b9c0527cf2070116c528086719ba",
364
                "reference": "34e892a5cdd2b9c0527cf2070116c528086719ba",
365
                "shasum": ""
366
            },
367
            "require": {
368
                "nikic/php-parser": "~1.2",
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.2-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-23 15:45:39"
410
        },
411
        {
412
            "name": "laravel/framework",
413
            "version": "5.0.x-dev",
414
            "source": {
415
                "type": "git",
416
                "url": "https://github.com/laravel/framework.git",
417
                "reference": "ffc9662a070c72d59b11d0717bae50197354c7f4"
418
            },
419
            "dist": {
420
                "type": "zip",
421
                "url": "https://api.github.com/repos/laravel/framework/zipball/ffc9662a070c72d59b11d0717bae50197354c7f4",
422
                "reference": "ffc9662a070c72d59b11d0717bae50197354c7f4",
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 (~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-04-10 16:37:37"
536
        },
537
        {
538
            "name": "league/flysystem",
539
            "version": "dev-master",
540
            "source": {
541
                "type": "git",
542
                "url": "https://github.com/thephpleague/flysystem.git",
543
                "reference": "768703274efa648ad63ac7646ad85c4e6a7f77e9"
544
            },
545
            "dist": {
546
                "type": "zip",
547
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/768703274efa648ad63ac7646ad85c4e6a7f77e9",
548
                "reference": "768703274efa648ad63ac7646ad85c4e6a7f77e9",
549
                "shasum": ""
550
            },
551
            "require": {
552
                "ext-mbstring": "*",
553
                "php": ">=5.4.0"
554
            },
555
            "require-dev": {
556
                "ext-fileinfo": "*",
557
                "league/phpunit-coverage-listener": "~1.1",
558
                "mockery/mockery": "~0.9",
559
                "phpspec/phpspec": "~2.0",
560
                "phpspec/prophecy-phpunit": "~1.0",
561
                "phpunit/phpunit": "~4.1",
562
                "predis/predis": "~1.0",
563
                "tedivm/stash": "~0.12.0"
564
            },
565
            "suggest": {
566
                "ext-fileinfo": "Required for MimeType",
567
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
568
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
569
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
570
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
571
                "league/flysystem-copy": "Allows you to use Copy.com storage",
572
                "league/flysystem-dropbox": "Allows you to use Dropbox storage",
573
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
574
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
575
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
576
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
577
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
578
                "predis/predis": "Allows you to use Predis for caching"
579
            },
580
            "type": "library",
581
            "extra": {
582
                "branch-alias": {
583
                    "dev-master": "1.1-dev"
584
                }
585
            },
586
            "autoload": {
587
                "psr-4": {
588
                    "League\\Flysystem\\": "src/"
589
                }
590
            },
591
            "notification-url": "https://packagist.org/downloads/",
592
            "license": [
593
                "MIT"
594
            ],
595
            "authors": [
596
                {
597
                    "name": "Frank de Jonge",
598
                    "email": "[email protected]"
599
                }
600
            ],
601
            "description": "Many filesystems, one API.",
602
            "keywords": [
603
                "Cloud Files",
604
                "WebDAV",
605
                "aws",
606
                "cloud",
607
                "copy.com",
608
                "dropbox",
609
                "file systems",
610
                "files",
611
                "filesystem",
612
                "ftp",
613
                "rackspace",
614
                "remote",
615
                "s3",
616
                "sftp",
617
                "storage"
618
            ],
619
            "time": "2015-04-08 11:33:45"
620
        },
621
        {
622
            "name": "monolog/monolog",
623
            "version": "dev-master",
624
            "source": {
625
                "type": "git",
626
                "url": "https://github.com/Seldaek/monolog.git",
627
                "reference": "a54d460500aeaf653cabc1059cc33d07e7b544ad"
628
            },
629
            "dist": {
630
                "type": "zip",
631
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a54d460500aeaf653cabc1059cc33d07e7b544ad",
632
                "reference": "a54d460500aeaf653cabc1059cc33d07e7b544ad",
633
                "shasum": ""
634
            },
635
            "require": {
636
                "php": ">=5.3.0",
637
                "psr/log": "~1.0"
638
            },
639
            "provide": {
640
                "psr/log-implementation": "1.0.0"
641
            },
642
            "require-dev": {
643
                "aws/aws-sdk-php": "~2.4, >2.4.8",
644
                "doctrine/couchdb": "~1.0@dev",
645
                "graylog2/gelf-php": "~1.0",
646
                "phpunit/phpunit": "~4.0",
647
                "raven/raven": "~0.5",
648
                "ruflin/elastica": "0.90.*",
649
                "swiftmailer/swiftmailer": "~5.3",
650
                "videlalvaro/php-amqplib": "~2.4"
651
            },
652
            "suggest": {
653
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
654
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
655
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
656
                "ext-mongo": "Allow sending log messages to a MongoDB server",
657
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
658
                "raven/raven": "Allow sending log messages to a Sentry server",
659
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
660
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
661
                "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
662
            },
663
            "type": "library",
664
            "extra": {
665
                "branch-alias": {
666
                    "dev-master": "1.13.x-dev"
667
                }
668
            },
669
            "autoload": {
670
                "psr-4": {
671
                    "Monolog\\": "src/Monolog"
672
                }
673
            },
674
            "notification-url": "https://packagist.org/downloads/",
675
            "license": [
676
                "MIT"
677
            ],
678
            "authors": [
679
                {
680
                    "name": "Jordi Boggiano",
681
                    "email": "[email protected]",
682
                    "homepage": "http://seld.be"
683
                }
684
            ],
685
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
686
            "homepage": "http://github.com/Seldaek/monolog",
687
            "keywords": [
688
                "log",
689
                "logging",
690
                "psr-3"
691
            ],
692
            "time": "2015-04-04 10:50:52"
693
        },
694
        {
695
            "name": "mtdowling/cron-expression",
696
            "version": "v1.0.4",
697
            "source": {
698
                "type": "git",
699
                "url": "https://github.com/mtdowling/cron-expression.git",
700
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412"
701
            },
702
            "dist": {
703
                "type": "zip",
704
                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412",
705
                "reference": "fd92e883195e5dfa77720b1868cf084b08be4412",
706
                "shasum": ""
707
            },
708
            "require": {
709
                "php": ">=5.3.2"
710
            },
711
            "require-dev": {
712
                "phpunit/phpunit": "4.*"
713
            },
714
            "type": "library",
715
            "autoload": {
716
                "psr-0": {
717
                    "Cron": "src/"
718
                }
719
            },
720
            "notification-url": "https://packagist.org/downloads/",
721
            "license": [
722
                "MIT"
723
            ],
724
            "authors": [
725
                {
726
                    "name": "Michael Dowling",
727
                    "email": "[email protected]",
728
                    "homepage": "https://github.com/mtdowling"
729
                }
730
            ],
731
            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
732
            "keywords": [
733
                "cron",
734
                "schedule"
735
            ],
736
            "time": "2015-01-11 23:07:46"
737
        },
738
        {
739
            "name": "nesbot/carbon",
740
            "version": "1.18.0",
741
            "source": {
742
                "type": "git",
743
                "url": "https://github.com/briannesbitt/Carbon.git",
744
                "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36"
745
            },
746
            "dist": {
747
                "type": "zip",
748
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
749
                "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36",
750
                "shasum": ""
751
            },
752
            "require": {
753
                "php": ">=5.3.0",
754
                "symfony/translation": "2.6.*"
755
            },
756
            "require-dev": {
757
                "phpunit/phpunit": "~4.0"
758
            },
759
            "type": "library",
760
            "autoload": {
761
                "psr-0": {
762
                    "Carbon": "src"
763
                }
764
            },
765
            "notification-url": "https://packagist.org/downloads/",
766
            "license": [
767
                "MIT"
768
            ],
769
            "authors": [
770
                {
771
                    "name": "Brian Nesbitt",
772
                    "email": "[email protected]",
773
                    "homepage": "http://nesbot.com"
774
                }
775
            ],
776
            "description": "A simple API extension for DateTime.",
777
            "homepage": "http://carbon.nesbot.com",
778
            "keywords": [
779
                "date",
780
                "datetime",
781
                "time"
782
            ],
783
            "time": "2015-03-26 03:05:57"
784
        },
785
        {
786
            "name": "nikic/php-parser",
787
            "version": "dev-master",
788
            "source": {
789
                "type": "git",
790
                "url": "https://github.com/nikic/PHP-Parser.git",
791
                "reference": "e4eab9ec0c255a019933a3e5c68ac0764f03250f"
792
            },
793
            "dist": {
794
                "type": "zip",
795
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e4eab9ec0c255a019933a3e5c68ac0764f03250f",
796
                "reference": "e4eab9ec0c255a019933a3e5c68ac0764f03250f",
797
                "shasum": ""
798
            },
799
            "require": {
800
                "ext-tokenizer": "*",
801
                "php": ">=5.3"
802
            },
803
            "type": "library",
804
            "extra": {
805
                "branch-alias": {
806
                    "dev-master": "1.2-dev"
807
                }
808
            },
809
            "autoload": {
810
                "files": [
811
                    "lib/bootstrap.php"
812
                ]
813
            },
814
            "notification-url": "https://packagist.org/downloads/",
815
            "license": [
816
                "BSD-3-Clause"
817
            ],
818
            "authors": [
819
                {
820
                    "name": "Nikita Popov"
821
                }
822
            ],
823
            "description": "A PHP parser written in PHP",
824
            "keywords": [
825
                "parser",
826
                "php"
827
            ],
828
            "time": "2015-04-03 20:30:30"
829
        },
830
        {
831
            "name": "psr/log",
832
            "version": "dev-master",
833
            "source": {
834
                "type": "git",
835
                "url": "https://github.com/php-fig/log.git",
836
                "reference": "bf2c13de4300e227d7b2fd08027673a79c519987"
837
            },
838
            "dist": {
839
                "type": "zip",
840
                "url": "https://api.github.com/repos/php-fig/log/zipball/bf2c13de4300e227d7b2fd08027673a79c519987",
841
                "reference": "bf2c13de4300e227d7b2fd08027673a79c519987",
842
                "shasum": ""
843
            },
844
            "type": "library",
845
            "extra": {
846
                "branch-alias": {
847
                    "dev-master": "1.0.x-dev"
848
                }
849
            },
850
            "autoload": {
851
                "psr-4": {
852
                    "Psr\\Log\\": "Psr/Log/"
853
                }
854
            },
855
            "notification-url": "https://packagist.org/downloads/",
856
            "license": [
857
                "MIT"
858
            ],
859
            "authors": [
860
                {
861
                    "name": "PHP-FIG",
862
                    "homepage": "http://www.php-fig.org/"
863
                }
864
            ],
865
            "description": "Common interface for logging libraries",
866
            "keywords": [
867
                "log",
868
                "psr",
869
                "psr-3"
870
            ],
871
            "time": "2015-03-26 14:39:45"
872
        },
873
        {
874
            "name": "psy/psysh",
875
            "version": "v0.4.4",
876
            "source": {
877
                "type": "git",
878
                "url": "https://github.com/bobthecow/psysh.git",
879
                "reference": "489816db71649bd95b416e3ed9062d40528ab0ac"
880
            },
881
            "dist": {
882
                "type": "zip",
883
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/489816db71649bd95b416e3ed9062d40528ab0ac",
884
                "reference": "489816db71649bd95b416e3ed9062d40528ab0ac",
885
                "shasum": ""
886
            },
887
            "require": {
888
                "dnoegel/php-xdg-base-dir": "0.1",
889
                "jakub-onderka/php-console-highlighter": "0.3.*",
890
                "nikic/php-parser": "~1.0",
891
                "php": ">=5.3.0",
892
                "symfony/console": "~2.3.10|~2.4.2|~2.5"
893
            },
894
            "require-dev": {
895
                "fabpot/php-cs-fixer": "~1.5",
896
                "phpunit/phpunit": "~3.7|~4.0",
897
                "squizlabs/php_codesniffer": "~2.0",
898
                "symfony/finder": "~2.1|~3.0"
899
            },
900
            "suggest": {
901
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
902
                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
903
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
904
                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
905
            },
906
            "bin": [
907
                "bin/psysh"
908
            ],
909
            "type": "library",
910
            "extra": {
911
                "branch-alias": {
912
                    "dev-develop": "0.4.x-dev"
913
                }
914
            },
915
            "autoload": {
916
                "files": [
917
                    "src/Psy/functions.php"
918
                ],
919
                "psr-0": {
920
                    "Psy\\": "src/"
921
                }
922
            },
923
            "notification-url": "https://packagist.org/downloads/",
924
            "license": [
925
                "MIT"
926
            ],
927
            "authors": [
928
                {
929
                    "name": "Justin Hileman",
930
                    "email": "[email protected]",
931
                    "homepage": "http://justinhileman.com"
932
                }
933
            ],
934
            "description": "An interactive shell for modern PHP.",
935
            "homepage": "http://psysh.org",
936
            "keywords": [
937
                "REPL",
938
                "console",
939
                "interactive",
940
                "shell"
941
            ],
942
            "time": "2015-03-26 18:43:54"
943
        },
944
        {
945
            "name": "swiftmailer/swiftmailer",
946
            "version": "5.x-dev",
947
            "source": {
948
                "type": "git",
949
                "url": "https://github.com/swiftmailer/swiftmailer.git",
950
                "reference": "728eba28e355e081b0729b4c18cb9c13abe12560"
951
            },
952
            "dist": {
953
                "type": "zip",
954
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/728eba28e355e081b0729b4c18cb9c13abe12560",
955
                "reference": "728eba28e355e081b0729b4c18cb9c13abe12560",
956
                "shasum": ""
957
            },
958
            "require": {
959
                "php": ">=5.3.3"
960
            },
961
            "require-dev": {
962
                "mockery/mockery": "~0.9.1"
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "5.4-dev"
968
                }
969
            },
970
            "autoload": {
971
                "files": [
972
                    "lib/swift_required.php"
973
                ]
974
            },
975
            "notification-url": "https://packagist.org/downloads/",
976
            "license": [
977
                "MIT"
978
            ],
979
            "authors": [
980
                {
981
                    "name": "Chris Corbyn"
982
                },
983
                {
984
                    "name": "Fabien Potencier",
985
                    "email": "[email protected]"
986
                }
987
            ],
988
            "description": "Swiftmailer, free feature-rich PHP mailer",
989
            "homepage": "http://swiftmailer.org",
990
            "keywords": [
991
                "mail",
992
                "mailer"
993
            ],
994
            "time": "2015-03-30 15:09:02"
995
        },
996
        {
997
            "name": "symfony/console",
998
            "version": "2.6.x-dev",
999
            "target-dir": "Symfony/Component/Console",
1000
            "source": {
1001
                "type": "git",
1002
                "url": "https://github.com/symfony/Console.git",
1003
                "reference": "656a3f550462635f00cf5f1ed7aabd2b1f1bc299"
1004
            },
1005
            "dist": {
1006
                "type": "zip",
1007
                "url": "https://api.github.com/repos/symfony/Console/zipball/656a3f550462635f00cf5f1ed7aabd2b1f1bc299",
1008
                "reference": "656a3f550462635f00cf5f1ed7aabd2b1f1bc299",
1009
                "shasum": ""
1010
            },
1011
            "require": {
1012
                "php": ">=5.3.3"
1013
            },
1014
            "require-dev": {
1015
                "psr/log": "~1.0",
1016
                "symfony/event-dispatcher": "~2.1",
1017
                "symfony/phpunit-bridge": "~2.7",
1018
                "symfony/process": "~2.1"
1019
            },
1020
            "suggest": {
1021
                "psr/log": "For using the console logger",
1022
                "symfony/event-dispatcher": "",
1023
                "symfony/process": ""
1024
            },
1025
            "type": "library",
1026
            "extra": {
1027
                "branch-alias": {
1028
                    "dev-master": "2.6-dev"
1029
                }
1030
            },
1031
            "autoload": {
1032
                "psr-0": {
1033
                    "Symfony\\Component\\Console\\": ""
1034
                }
1035
            },
1036
            "notification-url": "https://packagist.org/downloads/",
1037
            "license": [
1038
                "MIT"
1039
            ],
1040
            "authors": [
1041
                {
1042
                    "name": "Symfony Community",
1043
                    "homepage": "http://symfony.com/contributors"
1044
                },
1045
                {
1046
                    "name": "Fabien Potencier",
1047
                    "email": "[email protected]"
1048
                }
1049
            ],
1050
            "description": "Symfony Console Component",
1051
            "homepage": "http://symfony.com",
1052
            "time": "2015-04-04 12:23:36"
1053
        },
1054
        {
1055
            "name": "symfony/debug",
1056
            "version": "2.6.x-dev",
1057
            "target-dir": "Symfony/Component/Debug",
1058
            "source": {
1059
                "type": "git",
1060
                "url": "https://github.com/symfony/Debug.git",
1061
                "reference": "c39932e3e4912ee3efa4c683c34ea2702f7afa59"
1062
            },
1063
            "dist": {
1064
                "type": "zip",
1065
                "url": "https://api.github.com/repos/symfony/Debug/zipball/c39932e3e4912ee3efa4c683c34ea2702f7afa59",
1066
                "reference": "c39932e3e4912ee3efa4c683c34ea2702f7afa59",
1067
                "shasum": ""
1068
            },
1069
            "require": {
1070
                "php": ">=5.3.3",
1071
                "psr/log": "~1.0"
1072
            },
1073
            "conflict": {
1074
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
1075
            },
1076
            "require-dev": {
1077
                "symfony/class-loader": "~2.2",
1078
                "symfony/http-foundation": "~2.1",
1079
                "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
1080
                "symfony/phpunit-bridge": "~2.7"
1081
            },
1082
            "suggest": {
1083
                "symfony/http-foundation": "",
1084
                "symfony/http-kernel": ""
1085
            },
1086
            "type": "library",
1087
            "extra": {
1088
                "branch-alias": {
1089
                    "dev-master": "2.6-dev"
1090
                }
1091
            },
1092
            "autoload": {
1093
                "psr-0": {
1094
                    "Symfony\\Component\\Debug\\": ""
1095
                }
1096
            },
1097
            "notification-url": "https://packagist.org/downloads/",
1098
            "license": [
1099
                "MIT"
1100
            ],
1101
            "authors": [
1102
                {
1103
                    "name": "Symfony Community",
1104
                    "homepage": "http://symfony.com/contributors"
1105
                },
1106
                {
1107
                    "name": "Fabien Potencier",
1108
                    "email": "[email protected]"
1109
                }
1110
            ],
1111
            "description": "Symfony Debug Component",
1112
            "homepage": "http://symfony.com",
1113
            "time": "2015-04-06 08:42:23"
1114
        },
1115
        {
1116
            "name": "symfony/event-dispatcher",
1117
            "version": "2.8.x-dev",
1118
            "target-dir": "Symfony/Component/EventDispatcher",
1119
            "source": {
1120
                "type": "git",
1121
                "url": "https://github.com/symfony/EventDispatcher.git",
1122
                "reference": "15bbd5beed94cca89ffcce18fb76eeac38937240"
1123
            },
1124
            "dist": {
1125
                "type": "zip",
1126
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/15bbd5beed94cca89ffcce18fb76eeac38937240",
1127
                "reference": "15bbd5beed94cca89ffcce18fb76eeac38937240",
1128
                "shasum": ""
1129
            },
1130
            "require": {
1131
                "php": ">=5.3.9"
1132
            },
1133
            "require-dev": {
1134
                "psr/log": "~1.0",
1135
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1136
                "symfony/dependency-injection": "~2.6|~3.0.0",
1137
                "symfony/expression-language": "~2.6|~3.0.0",
1138
                "symfony/phpunit-bridge": "~2.7|~3.0.0",
1139
                "symfony/stopwatch": "~2.3|~3.0.0"
1140
            },
1141
            "suggest": {
1142
                "symfony/dependency-injection": "",
1143
                "symfony/http-kernel": ""
1144
            },
1145
            "type": "library",
1146
            "extra": {
1147
                "branch-alias": {
1148
                    "dev-master": "2.8-dev"
1149
                }
1150
            },
1151
            "autoload": {
1152
                "psr-0": {
1153
                    "Symfony\\Component\\EventDispatcher\\": ""
1154
                }
1155
            },
1156
            "notification-url": "https://packagist.org/downloads/",
1157
            "license": [
1158
                "MIT"
1159
            ],
1160
            "authors": [
1161
                {
1162
                    "name": "Symfony Community",
1163
                    "homepage": "http://symfony.com/contributors"
1164
                },
1165
                {
1166
                    "name": "Fabien Potencier",
1167
                    "email": "[email protected]"
1168
                }
1169
            ],
1170
            "description": "Symfony EventDispatcher Component",
1171
            "homepage": "http://symfony.com",
1172
            "time": "2015-04-10 08:56:33"
1173
        },
1174
        {
1175
            "name": "symfony/filesystem",
1176
            "version": "2.8.x-dev",
1177
            "target-dir": "Symfony/Component/Filesystem",
1178
            "source": {
1179
                "type": "git",
1180
                "url": "https://github.com/symfony/Filesystem.git",
1181
                "reference": "59a58a369bafa7c2ded4e0b08d726482be7a7e6b"
1182
            },
1183
            "dist": {
1184
                "type": "zip",
1185
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/59a58a369bafa7c2ded4e0b08d726482be7a7e6b",
1186
                "reference": "59a58a369bafa7c2ded4e0b08d726482be7a7e6b",
1187
                "shasum": ""
1188
            },
1189
            "require": {
1190
                "php": ">=5.3.9"
1191
            },
1192
            "require-dev": {
1193
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
1194
            },
1195
            "type": "library",
1196
            "extra": {
1197
                "branch-alias": {
1198
                    "dev-master": "2.8-dev"
1199
                }
1200
            },
1201
            "autoload": {
1202
                "psr-0": {
1203
                    "Symfony\\Component\\Filesystem\\": ""
1204
                }
1205
            },
1206
            "notification-url": "https://packagist.org/downloads/",
1207
            "license": [
1208
                "MIT"
1209
            ],
1210
            "authors": [
1211
                {
1212
                    "name": "Symfony Community",
1213
                    "homepage": "http://symfony.com/contributors"
1214
                },
1215
                {
1216
                    "name": "Fabien Potencier",
1217
                    "email": "[email protected]"
1218
                }
1219
            ],
1220
            "description": "Symfony Filesystem Component",
1221
            "homepage": "http://symfony.com",
1222
            "time": "2015-04-10 08:56:33"
1223
        },
1224
        {
1225
            "name": "symfony/finder",
1226
            "version": "2.6.x-dev",
1227
            "target-dir": "Symfony/Component/Finder",
1228
            "source": {
1229
                "type": "git",
1230
                "url": "https://github.com/symfony/Finder.git",
1231
                "reference": "85e099efb4037e66d9f8598d90230f1f7b890534"
1232
            },
1233
            "dist": {
1234
                "type": "zip",
1235
                "url": "https://api.github.com/repos/symfony/Finder/zipball/85e099efb4037e66d9f8598d90230f1f7b890534",
1236
                "reference": "85e099efb4037e66d9f8598d90230f1f7b890534",
1237
                "shasum": ""
1238
            },
1239
            "require": {
1240
                "php": ">=5.3.3"
1241
            },
1242
            "require-dev": {
1243
                "symfony/phpunit-bridge": "~2.7"
1244
            },
1245
            "type": "library",
1246
            "extra": {
1247
                "branch-alias": {
1248
                    "dev-master": "2.6-dev"
1249
                }
1250
            },
1251
            "autoload": {
1252
                "psr-0": {
1253
                    "Symfony\\Component\\Finder\\": ""
1254
                }
1255
            },
1256
            "notification-url": "https://packagist.org/downloads/",
1257
            "license": [
1258
                "MIT"
1259
            ],
1260
            "authors": [
1261
                {
1262
                    "name": "Symfony Community",
1263
                    "homepage": "http://symfony.com/contributors"
1264
                },
1265
                {
1266
                    "name": "Fabien Potencier",
1267
                    "email": "[email protected]"
1268
                }
1269
            ],
1270
            "description": "Symfony Finder Component",
1271
            "homepage": "http://symfony.com",
1272
            "time": "2015-04-08 05:30:27"
1273
        },
1274
        {
1275
            "name": "symfony/http-foundation",
1276
            "version": "2.6.x-dev",
1277
            "target-dir": "Symfony/Component/HttpFoundation",
1278
            "source": {
1279
                "type": "git",
1280
                "url": "https://github.com/symfony/HttpFoundation.git",
1281
                "reference": "da1c1f717c4d31c62ec92d849546cb21e9c8c9a4"
1282
            },
1283
            "dist": {
1284
                "type": "zip",
1285
                "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/da1c1f717c4d31c62ec92d849546cb21e9c8c9a4",
1286
                "reference": "da1c1f717c4d31c62ec92d849546cb21e9c8c9a4",
1287
                "shasum": ""
1288
            },
1289
            "require": {
1290
                "php": ">=5.3.3"
1291
            },
1292
            "require-dev": {
1293
                "symfony/expression-language": "~2.4",
1294
                "symfony/phpunit-bridge": "~2.7"
1295
            },
1296
            "type": "library",
1297
            "extra": {
1298
                "branch-alias": {
1299
                    "dev-master": "2.6-dev"
1300
                }
1301
            },
1302
            "autoload": {
1303
                "psr-0": {
1304
                    "Symfony\\Component\\HttpFoundation\\": ""
1305
                },
1306
                "classmap": [
1307
                    "Symfony/Component/HttpFoundation/Resources/stubs"
1308
                ]
1309
            },
1310
            "notification-url": "https://packagist.org/downloads/",
1311
            "license": [
1312
                "MIT"
1313
            ],
1314
            "authors": [
1315
                {
1316
                    "name": "Symfony Community",
1317
                    "homepage": "http://symfony.com/contributors"
1318
                },
1319
                {
1320
                    "name": "Fabien Potencier",
1321
                    "email": "[email protected]"
1322
                }
1323
            ],
1324
            "description": "Symfony HttpFoundation Component",
1325
            "homepage": "http://symfony.com",
1326
            "time": "2015-04-08 05:30:27"
1327
        },
1328
        {
1329
            "name": "symfony/http-kernel",
0 ignored issues
show
There is a security advisory for your installed version of symfony/http-kernel:

CVE-2015-4050: ESI unauthorized access
Loading history...
1330
            "version": "2.6.x-dev",
1331
            "target-dir": "Symfony/Component/HttpKernel",
1332
            "source": {
1333
                "type": "git",
1334
                "url": "https://github.com/symfony/HttpKernel.git",
1335
                "reference": "83138b5c1f366149bc252cccd5537935f5c4653f"
1336
            },
1337
            "dist": {
1338
                "type": "zip",
1339
                "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/83138b5c1f366149bc252cccd5537935f5c4653f",
1340
                "reference": "83138b5c1f366149bc252cccd5537935f5c4653f",
1341
                "shasum": ""
1342
            },
1343
            "require": {
1344
                "php": ">=5.3.3",
1345
                "psr/log": "~1.0",
1346
                "symfony/debug": "~2.6,>=2.6.2",
1347
                "symfony/event-dispatcher": "~2.5.9|~2.6,>=2.6.2",
1348
                "symfony/http-foundation": "~2.5,>=2.5.4"
1349
            },
1350
            "require-dev": {
1351
                "symfony/browser-kit": "~2.3",
1352
                "symfony/class-loader": "~2.1",
1353
                "symfony/config": "~2.0,>=2.0.5",
1354
                "symfony/console": "~2.3",
1355
                "symfony/css-selector": "~2.0,>=2.0.5",
1356
                "symfony/dependency-injection": "~2.2",
1357
                "symfony/dom-crawler": "~2.0,>=2.0.5",
1358
                "symfony/expression-language": "~2.4",
1359
                "symfony/finder": "~2.0,>=2.0.5",
1360
                "symfony/phpunit-bridge": "~2.7",
1361
                "symfony/process": "~2.0,>=2.0.5",
1362
                "symfony/routing": "~2.2",
1363
                "symfony/stopwatch": "~2.3",
1364
                "symfony/templating": "~2.2",
1365
                "symfony/translation": "~2.0,>=2.0.5",
1366
                "symfony/var-dumper": "~2.6"
1367
            },
1368
            "suggest": {
1369
                "symfony/browser-kit": "",
1370
                "symfony/class-loader": "",
1371
                "symfony/config": "",
1372
                "symfony/console": "",
1373
                "symfony/dependency-injection": "",
1374
                "symfony/finder": "",
1375
                "symfony/var-dumper": ""
1376
            },
1377
            "type": "library",
1378
            "extra": {
1379
                "branch-alias": {
1380
                    "dev-master": "2.6-dev"
1381
                }
1382
            },
1383
            "autoload": {
1384
                "psr-0": {
1385
                    "Symfony\\Component\\HttpKernel\\": ""
1386
                }
1387
            },
1388
            "notification-url": "https://packagist.org/downloads/",
1389
            "license": [
1390
                "MIT"
1391
            ],
1392
            "authors": [
1393
                {
1394
                    "name": "Symfony Community",
1395
                    "homepage": "http://symfony.com/contributors"
1396
                },
1397
                {
1398
                    "name": "Fabien Potencier",
1399
                    "email": "[email protected]"
1400
                }
1401
            ],
1402
            "description": "Symfony HttpKernel Component",
1403
            "homepage": "http://symfony.com",
1404
            "time": "2015-04-08 18:25:12"
1405
        },
1406
        {
1407
            "name": "symfony/process",
1408
            "version": "2.6.x-dev",
1409
            "target-dir": "Symfony/Component/Process",
1410
            "source": {
1411
                "type": "git",
1412
                "url": "https://github.com/symfony/Process.git",
1413
                "reference": "79b0d1e46346d665718b3b9b0f70f42e5544ded6"
1414
            },
1415
            "dist": {
1416
                "type": "zip",
1417
                "url": "https://api.github.com/repos/symfony/Process/zipball/79b0d1e46346d665718b3b9b0f70f42e5544ded6",
1418
                "reference": "79b0d1e46346d665718b3b9b0f70f42e5544ded6",
1419
                "shasum": ""
1420
            },
1421
            "require": {
1422
                "php": ">=5.3.3"
1423
            },
1424
            "require-dev": {
1425
                "symfony/phpunit-bridge": "~2.7"
1426
            },
1427
            "type": "library",
1428
            "extra": {
1429
                "branch-alias": {
1430
                    "dev-master": "2.6-dev"
1431
                }
1432
            },
1433
            "autoload": {
1434
                "psr-0": {
1435
                    "Symfony\\Component\\Process\\": ""
1436
                }
1437
            },
1438
            "notification-url": "https://packagist.org/downloads/",
1439
            "license": [
1440
                "MIT"
1441
            ],
1442
            "authors": [
1443
                {
1444
                    "name": "Symfony Community",
1445
                    "homepage": "http://symfony.com/contributors"
1446
                },
1447
                {
1448
                    "name": "Fabien Potencier",
1449
                    "email": "[email protected]"
1450
                }
1451
            ],
1452
            "description": "Symfony Process Component",
1453
            "homepage": "http://symfony.com",
1454
            "time": "2015-04-08 05:35:52"
1455
        },
1456
        {
1457
            "name": "symfony/routing",
1458
            "version": "2.6.x-dev",
1459
            "target-dir": "Symfony/Component/Routing",
1460
            "source": {
1461
                "type": "git",
1462
                "url": "https://github.com/symfony/Routing.git",
1463
                "reference": "6a79ea3f71fca7303c3af824395db42d80c9de7c"
1464
            },
1465
            "dist": {
1466
                "type": "zip",
1467
                "url": "https://api.github.com/repos/symfony/Routing/zipball/6a79ea3f71fca7303c3af824395db42d80c9de7c",
1468
                "reference": "6a79ea3f71fca7303c3af824395db42d80c9de7c",
1469
                "shasum": ""
1470
            },
1471
            "require": {
1472
                "php": ">=5.3.3"
1473
            },
1474
            "require-dev": {
1475
                "doctrine/annotations": "~1.0",
1476
                "doctrine/common": "~2.2",
1477
                "psr/log": "~1.0",
1478
                "symfony/config": "~2.2",
1479
                "symfony/expression-language": "~2.4",
1480
                "symfony/http-foundation": "~2.3",
1481
                "symfony/phpunit-bridge": "~2.7",
1482
                "symfony/yaml": "~2.0,>=2.0.5"
1483
            },
1484
            "suggest": {
1485
                "doctrine/annotations": "For using the annotation loader",
1486
                "symfony/config": "For using the all-in-one router or any loader",
1487
                "symfony/expression-language": "For using expression matching",
1488
                "symfony/yaml": "For using the YAML loader"
1489
            },
1490
            "type": "library",
1491
            "extra": {
1492
                "branch-alias": {
1493
                    "dev-master": "2.6-dev"
1494
                }
1495
            },
1496
            "autoload": {
1497
                "psr-0": {
1498
                    "Symfony\\Component\\Routing\\": ""
1499
                }
1500
            },
1501
            "notification-url": "https://packagist.org/downloads/",
1502
            "license": [
1503
                "MIT"
1504
            ],
1505
            "authors": [
1506
                {
1507
                    "name": "Symfony Community",
1508
                    "homepage": "http://symfony.com/contributors"
1509
                },
1510
                {
1511
                    "name": "Fabien Potencier",
1512
                    "email": "[email protected]"
1513
                }
1514
            ],
1515
            "description": "Symfony Routing Component",
1516
            "homepage": "http://symfony.com",
1517
            "keywords": [
1518
                "router",
1519
                "routing",
1520
                "uri",
1521
                "url"
1522
            ],
1523
            "time": "2015-04-08 05:30:27"
1524
        },
1525
        {
1526
            "name": "symfony/security-core",
1527
            "version": "2.6.x-dev",
1528
            "target-dir": "Symfony/Component/Security/Core",
1529
            "source": {
1530
                "type": "git",
1531
                "url": "https://github.com/symfony/security-core.git",
1532
                "reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3"
1533
            },
1534
            "dist": {
1535
                "type": "zip",
1536
                "url": "https://api.github.com/repos/symfony/security-core/zipball/d25c17db741f58c0f615e52006a47f6fb23cd9b3",
1537
                "reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3",
1538
                "shasum": ""
1539
            },
1540
            "require": {
1541
                "php": ">=5.3.3"
1542
            },
1543
            "require-dev": {
1544
                "ircmaxell/password-compat": "1.0.*",
1545
                "psr/log": "~1.0",
1546
                "symfony/event-dispatcher": "~2.1",
1547
                "symfony/expression-language": "~2.6",
1548
                "symfony/http-foundation": "~2.4",
1549
                "symfony/phpunit-bridge": "~2.7",
1550
                "symfony/translation": "~2.0,>=2.0.5",
1551
                "symfony/validator": "~2.5,>=2.5.5"
1552
            },
1553
            "suggest": {
1554
                "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
1555
                "symfony/event-dispatcher": "",
1556
                "symfony/expression-language": "For using the expression voter",
1557
                "symfony/http-foundation": "",
1558
                "symfony/validator": "For using the user password constraint"
1559
            },
1560
            "type": "library",
1561
            "extra": {
1562
                "branch-alias": {
1563
                    "dev-master": "2.6-dev"
1564
                }
1565
            },
1566
            "autoload": {
1567
                "psr-0": {
1568
                    "Symfony\\Component\\Security\\Core\\": ""
1569
                }
1570
            },
1571
            "notification-url": "https://packagist.org/downloads/",
1572
            "license": [
1573
                "MIT"
1574
            ],
1575
            "authors": [
1576
                {
1577
                    "name": "Symfony Community",
1578
                    "homepage": "http://symfony.com/contributors"
1579
                },
1580
                {
1581
                    "name": "Fabien Potencier",
1582
                    "email": "[email protected]"
1583
                }
1584
            ],
1585
            "description": "Symfony Security Component - Core Library",
1586
            "homepage": "http://symfony.com",
1587
            "time": "2015-03-30 15:54:10"
1588
        },
1589
        {
1590
            "name": "symfony/translation",
1591
            "version": "2.6.x-dev",
1592
            "target-dir": "Symfony/Component/Translation",
1593
            "source": {
1594
                "type": "git",
1595
                "url": "https://github.com/symfony/Translation.git",
1596
                "reference": "3166541ec7107264270c3e85d4d42f2396a50ce6"
1597
            },
1598
            "dist": {
1599
                "type": "zip",
1600
                "url": "https://api.github.com/repos/symfony/Translation/zipball/3166541ec7107264270c3e85d4d42f2396a50ce6",
1601
                "reference": "3166541ec7107264270c3e85d4d42f2396a50ce6",
1602
                "shasum": ""
1603
            },
1604
            "require": {
1605
                "php": ">=5.3.3"
1606
            },
1607
            "require-dev": {
1608
                "psr/log": "~1.0",
1609
                "symfony/config": "~2.3,>=2.3.12",
1610
                "symfony/intl": "~2.3",
1611
                "symfony/phpunit-bridge": "~2.7",
1612
                "symfony/yaml": "~2.2"
1613
            },
1614
            "suggest": {
1615
                "psr/log": "To use logging capability in translator",
1616
                "symfony/config": "",
1617
                "symfony/yaml": ""
1618
            },
1619
            "type": "library",
1620
            "extra": {
1621
                "branch-alias": {
1622
                    "dev-master": "2.6-dev"
1623
                }
1624
            },
1625
            "autoload": {
1626
                "psr-0": {
1627
                    "Symfony\\Component\\Translation\\": ""
1628
                }
1629
            },
1630
            "notification-url": "https://packagist.org/downloads/",
1631
            "license": [
1632
                "MIT"
1633
            ],
1634
            "authors": [
1635
                {
1636
                    "name": "Symfony Community",
1637
                    "homepage": "http://symfony.com/contributors"
1638
                },
1639
                {
1640
                    "name": "Fabien Potencier",
1641
                    "email": "[email protected]"
1642
                }
1643
            ],
1644
            "description": "Symfony Translation Component",
1645
            "homepage": "http://symfony.com",
1646
            "time": "2015-04-09 12:33:02"
1647
        },
1648
        {
1649
            "name": "symfony/var-dumper",
1650
            "version": "2.6.x-dev",
1651
            "target-dir": "Symfony/Component/VarDumper",
1652
            "source": {
1653
                "type": "git",
1654
                "url": "https://github.com/symfony/var-dumper.git",
1655
                "reference": "da5d3a6adae3c42e1fb19ffdf6fb6397791a8a12"
1656
            },
1657
            "dist": {
1658
                "type": "zip",
1659
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/da5d3a6adae3c42e1fb19ffdf6fb6397791a8a12",
1660
                "reference": "da5d3a6adae3c42e1fb19ffdf6fb6397791a8a12",
1661
                "shasum": ""
1662
            },
1663
            "require": {
1664
                "php": ">=5.3.3"
1665
            },
1666
            "require-dev": {
1667
                "symfony/phpunit-bridge": "~2.7"
1668
            },
1669
            "suggest": {
1670
                "ext-symfony_debug": ""
1671
            },
1672
            "type": "library",
1673
            "extra": {
1674
                "branch-alias": {
1675
                    "dev-master": "2.6-dev"
1676
                }
1677
            },
1678
            "autoload": {
1679
                "files": [
1680
                    "Resources/functions/dump.php"
1681
                ],
1682
                "psr-0": {
1683
                    "Symfony\\Component\\VarDumper\\": ""
1684
                }
1685
            },
1686
            "notification-url": "https://packagist.org/downloads/",
1687
            "license": [
1688
                "MIT"
1689
            ],
1690
            "authors": [
1691
                {
1692
                    "name": "Symfony Community",
1693
                    "homepage": "http://symfony.com/contributors"
1694
                },
1695
                {
1696
                    "name": "Nicolas Grekas",
1697
                    "email": "[email protected]"
1698
                }
1699
            ],
1700
            "description": "Symfony mechanism for exploring and dumping PHP variables",
1701
            "homepage": "http://symfony.com",
1702
            "keywords": [
1703
                "debug",
1704
                "dump"
1705
            ],
1706
            "time": "2015-04-04 15:06:57"
1707
        },
1708
        {
1709
            "name": "vlucas/phpdotenv",
1710
            "version": "dev-master",
1711
            "source": {
1712
                "type": "git",
1713
                "url": "https://github.com/vlucas/phpdotenv.git",
1714
                "reference": "ae388efe53a2c352ddd270f4d316bad58952b8e3"
1715
            },
1716
            "dist": {
1717
                "type": "zip",
1718
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/ae388efe53a2c352ddd270f4d316bad58952b8e3",
1719
                "reference": "ae388efe53a2c352ddd270f4d316bad58952b8e3",
1720
                "shasum": ""
1721
            },
1722
            "require": {
1723
                "php": ">=5.3.2"
1724
            },
1725
            "require-dev": {
1726
                "phpunit/phpunit": "~4.0"
1727
            },
1728
            "type": "library",
1729
            "extra": {
1730
                "branch-alias": {
1731
                    "dev-master": "1.1-dev"
1732
                }
1733
            },
1734
            "autoload": {
1735
                "psr-0": {
1736
                    "Dotenv": "src/"
1737
                }
1738
            },
1739
            "notification-url": "https://packagist.org/downloads/",
1740
            "license": [
1741
                "BSD"
1742
            ],
1743
            "authors": [
1744
                {
1745
                    "name": "Vance Lucas",
1746
                    "email": "[email protected]",
1747
                    "homepage": "http://www.vancelucas.com"
1748
                }
1749
            ],
1750
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
1751
            "homepage": "http://github.com/vlucas/phpdotenv",
1752
            "keywords": [
1753
                "dotenv",
1754
                "env",
1755
                "environment"
1756
            ],
1757
            "time": "2015-02-19 20:37:05"
1758
        }
1759
    ],
1760
    "packages-dev": [
1761
        {
1762
            "name": "hamcrest/hamcrest-php",
1763
            "version": "v1.2.1",
1764
            "source": {
1765
                "type": "git",
1766
                "url": "https://github.com/hamcrest/hamcrest-php.git",
1767
                "reference": "ac50c470531243944f977b8de75be0b684a9cb51"
1768
            },
1769
            "dist": {
1770
                "type": "zip",
1771
                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/ac50c470531243944f977b8de75be0b684a9cb51",
1772
                "reference": "ac50c470531243944f977b8de75be0b684a9cb51",
1773
                "shasum": ""
1774
            },
1775
            "require": {
1776
                "php": ">=5.3.2"
1777
            },
1778
            "replace": {
1779
                "cordoval/hamcrest-php": "*",
1780
                "davedevelopment/hamcrest-php": "*",
1781
                "kodova/hamcrest-php": "*"
1782
            },
1783
            "require-dev": {
1784
                "phpunit/php-file-iterator": "1.3.3",
1785
                "satooshi/php-coveralls": "dev-master"
1786
            },
1787
            "type": "library",
1788
            "autoload": {
1789
                "classmap": [
1790
                    "hamcrest"
1791
                ],
1792
                "files": [
1793
                    "hamcrest/Hamcrest.php"
1794
                ]
1795
            },
1796
            "notification-url": "https://packagist.org/downloads/",
1797
            "license": [
1798
                "BSD"
1799
            ],
1800
            "description": "This is the PHP port of Hamcrest Matchers",
1801
            "keywords": [
1802
                "test"
1803
            ],
1804
            "time": "2015-01-20 19:34:09"
1805
        },
1806
        {
1807
            "name": "mockery/mockery",
1808
            "version": "dev-master",
1809
            "source": {
1810
                "type": "git",
1811
                "url": "https://github.com/padraic/mockery.git",
1812
                "reference": "dbe3cfe736bb1d3e319c4cd0c310c140737028a0"
1813
            },
1814
            "dist": {
1815
                "type": "zip",
1816
                "url": "https://api.github.com/repos/padraic/mockery/zipball/dbe3cfe736bb1d3e319c4cd0c310c140737028a0",
1817
                "reference": "dbe3cfe736bb1d3e319c4cd0c310c140737028a0",
1818
                "shasum": ""
1819
            },
1820
            "require": {
1821
                "hamcrest/hamcrest-php": "~1.1",
1822
                "lib-pcre": ">=7.0",
1823
                "php": ">=5.4.0"
1824
            },
1825
            "require-dev": {
1826
                "phpunit/phpunit": "~4.0"
1827
            },
1828
            "type": "library",
1829
            "extra": {
1830
                "branch-alias": {
1831
                    "dev-master": "0.9.x-dev"
1832
                }
1833
            },
1834
            "autoload": {
1835
                "psr-0": {
1836
                    "Mockery": "library/"
1837
                }
1838
            },
1839
            "notification-url": "https://packagist.org/downloads/",
1840
            "license": [
1841
                "BSD-3-Clause"
1842
            ],
1843
            "authors": [
1844
                {
1845
                    "name": "Pádraic Brady",
1846
                    "email": "[email protected]",
1847
                    "homepage": "http://blog.astrumfutura.com"
1848
                },
1849
                {
1850
                    "name": "Dave Marshall",
1851
                    "email": "[email protected]",
1852
                    "homepage": "http://davedevelopment.co.uk"
1853
                }
1854
            ],
1855
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
1856
            "homepage": "http://github.com/padraic/mockery",
1857
            "keywords": [
1858
                "BDD",
1859
                "TDD",
1860
                "library",
1861
                "mock",
1862
                "mock objects",
1863
                "mockery",
1864
                "stub",
1865
                "test",
1866
                "test double",
1867
                "testing"
1868
            ],
1869
            "time": "2015-04-02 20:16:47"
1870
        },
1871
        {
1872
            "name": "orchestra/database",
1873
            "version": "3.0.x-dev",
1874
            "source": {
1875
                "type": "git",
1876
                "url": "https://github.com/orchestral/database.git",
1877
                "reference": "0ad5e77155ae6443d228bf1174cf8dc426290738"
1878
            },
1879
            "dist": {
1880
                "type": "zip",
1881
                "url": "https://api.github.com/repos/orchestral/database/zipball/0ad5e77155ae6443d228bf1174cf8dc426290738",
1882
                "reference": "0ad5e77155ae6443d228bf1174cf8dc426290738",
1883
                "shasum": ""
1884
            },
1885
            "require": {
1886
                "illuminate/contracts": "5.0.*",
1887
                "illuminate/database": "5.0.*",
1888
                "php": ">=5.4.0"
1889
            },
1890
            "type": "library",
1891
            "extra": {
1892
                "branch-alias": {
1893
                    "dev-master": "3.1-dev"
1894
                }
1895
            },
1896
            "autoload": {
1897
                "psr-4": {
1898
                    "Orchestra\\Database\\": ""
1899
                }
1900
            },
1901
            "notification-url": "https://packagist.org/downloads/",
1902
            "license": [
1903
                "MIT"
1904
            ],
1905
            "authors": [
1906
                {
1907
                    "name": "Mior Muhammad Zaki",
1908
                    "email": "[email protected]",
1909
                    "homepage": "https://github.com/crynobone"
1910
                },
1911
                {
1912
                    "name": "Taylor Otwell",
1913
                    "email": "[email protected]",
1914
                    "homepage": "https://github.com/taylorotwell"
1915
                }
1916
            ],
1917
            "description": "Database Component for Orchestra Platform",
1918
            "time": "2015-03-02 11:01:05"
1919
        },
1920
        {
1921
            "name": "orchestra/testbench",
1922
            "version": "3.0.x-dev",
1923
            "source": {
1924
                "type": "git",
1925
                "url": "https://github.com/orchestral/testbench.git",
1926
                "reference": "111ef7e3c7370f4fb660a2b52769f5f27eeb9b78"
1927
            },
1928
            "dist": {
1929
                "type": "zip",
1930
                "url": "https://api.github.com/repos/orchestral/testbench/zipball/111ef7e3c7370f4fb660a2b52769f5f27eeb9b78",
1931
                "reference": "111ef7e3c7370f4fb660a2b52769f5f27eeb9b78",
1932
                "shasum": ""
1933
            },
1934
            "require": {
1935
                "laravel/framework": "5.0.*",
1936
                "orchestra/database": "3.0.*",
1937
                "php": ">=5.4.0"
1938
            },
1939
            "require-dev": {
1940
                "behat/behat": "~2.5",
1941
                "mockery/mockery": "0.9.*",
1942
                "phpunit/phpunit": "~4.0"
1943
            },
1944
            "suggest": {
1945
                "behat/behat": "Allow to use Behat for testing your Laravel Application/Package",
1946
                "phpunit/phpunit": "Allow to use PHPUnit for testing your Laravel Application/Package"
1947
            },
1948
            "type": "library",
1949
            "extra": {
1950
                "branch-alias": {
1951
                    "dev-master": "3.1-dev"
1952
                }
1953
            },
1954
            "autoload": {
1955
                "psr-4": {
1956
                    "Orchestra\\Testbench\\": "src/"
1957
                }
1958
            },
1959
            "notification-url": "https://packagist.org/downloads/",
1960
            "license": [
1961
                "MIT"
1962
            ],
1963
            "authors": [
1964
                {
1965
                    "name": "Mior Muhammad Zaki",
1966
                    "email": "[email protected]",
1967
                    "homepage": "https://github.com/crynobone"
1968
                }
1969
            ],
1970
            "description": "Laravel Package Unit Testing Helper",
1971
            "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
1972
            "keywords": [
1973
                "BDD",
1974
                "TDD",
1975
                "laravel",
1976
                "orchestra-platform",
1977
                "orchestral",
1978
                "testing"
1979
            ],
1980
            "time": "2015-03-27 09:01:30"
1981
        },
1982
        {
1983
            "name": "phpunit/php-code-coverage",
1984
            "version": "1.2.x-dev",
1985
            "source": {
1986
                "type": "git",
1987
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1988
                "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
1989
            },
1990
            "dist": {
1991
                "type": "zip",
1992
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1993
                "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
1994
                "shasum": ""
1995
            },
1996
            "require": {
1997
                "php": ">=5.3.3",
1998
                "phpunit/php-file-iterator": ">=1.3.0@stable",
1999
                "phpunit/php-text-template": ">=1.2.0@stable",
2000
                "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
2001
            },
2002
            "require-dev": {
2003
                "phpunit/phpunit": "3.7.*@dev"
2004
            },
2005
            "suggest": {
2006
                "ext-dom": "*",
2007
                "ext-xdebug": ">=2.0.5"
2008
            },
2009
            "type": "library",
2010
            "extra": {
2011
                "branch-alias": {
2012
                    "dev-master": "1.2.x-dev"
2013
                }
2014
            },
2015
            "autoload": {
2016
                "classmap": [
2017
                    "PHP/"
2018
                ]
2019
            },
2020
            "notification-url": "https://packagist.org/downloads/",
2021
            "include-path": [
2022
                ""
2023
            ],
2024
            "license": [
2025
                "BSD-3-Clause"
2026
            ],
2027
            "authors": [
2028
                {
2029
                    "name": "Sebastian Bergmann",
2030
                    "email": "[email protected]",
2031
                    "role": "lead"
2032
                }
2033
            ],
2034
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
2035
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2036
            "keywords": [
2037
                "coverage",
2038
                "testing",
2039
                "xunit"
2040
            ],
2041
            "time": "2014-09-02 10:13:14"
2042
        },
2043
        {
2044
            "name": "phpunit/php-file-iterator",
2045
            "version": "dev-master",
2046
            "source": {
2047
                "type": "git",
2048
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2049
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
2050
            },
2051
            "dist": {
2052
                "type": "zip",
2053
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
2054
                "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
2055
                "shasum": ""
2056
            },
2057
            "require": {
2058
                "php": ">=5.3.3"
2059
            },
2060
            "type": "library",
2061
            "extra": {
2062
                "branch-alias": {
2063
                    "dev-master": "1.4.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": "FilterIterator implementation that filters files based on a list of suffixes.",
2083
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2084
            "keywords": [
2085
                "filesystem",
2086
                "iterator"
2087
            ],
2088
            "time": "2015-04-02 05:19:05"
2089
        },
2090
        {
2091
            "name": "phpunit/php-text-template",
2092
            "version": "1.2.0",
2093
            "source": {
2094
                "type": "git",
2095
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
2096
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
2097
            },
2098
            "dist": {
2099
                "type": "zip",
2100
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2101
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
2102
                "shasum": ""
2103
            },
2104
            "require": {
2105
                "php": ">=5.3.3"
2106
            },
2107
            "type": "library",
2108
            "autoload": {
2109
                "classmap": [
2110
                    "Text/"
2111
                ]
2112
            },
2113
            "notification-url": "https://packagist.org/downloads/",
2114
            "include-path": [
2115
                ""
2116
            ],
2117
            "license": [
2118
                "BSD-3-Clause"
2119
            ],
2120
            "authors": [
2121
                {
2122
                    "name": "Sebastian Bergmann",
2123
                    "email": "[email protected]",
2124
                    "role": "lead"
2125
                }
2126
            ],
2127
            "description": "Simple template engine.",
2128
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2129
            "keywords": [
2130
                "template"
2131
            ],
2132
            "time": "2014-01-30 17:20:04"
2133
        },
2134
        {
2135
            "name": "phpunit/php-timer",
2136
            "version": "1.0.5",
2137
            "source": {
2138
                "type": "git",
2139
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2140
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
2141
            },
2142
            "dist": {
2143
                "type": "zip",
2144
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2145
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
2146
                "shasum": ""
2147
            },
2148
            "require": {
2149
                "php": ">=5.3.3"
2150
            },
2151
            "type": "library",
2152
            "autoload": {
2153
                "classmap": [
2154
                    "PHP/"
2155
                ]
2156
            },
2157
            "notification-url": "https://packagist.org/downloads/",
2158
            "include-path": [
2159
                ""
2160
            ],
2161
            "license": [
2162
                "BSD-3-Clause"
2163
            ],
2164
            "authors": [
2165
                {
2166
                    "name": "Sebastian Bergmann",
2167
                    "email": "[email protected]",
2168
                    "role": "lead"
2169
                }
2170
            ],
2171
            "description": "Utility class for timing",
2172
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2173
            "keywords": [
2174
                "timer"
2175
            ],
2176
            "time": "2013-08-02 07:42:54"
2177
        },
2178
        {
2179
            "name": "phpunit/php-token-stream",
2180
            "version": "1.2.2",
2181
            "source": {
2182
                "type": "git",
2183
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2184
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
2185
            },
2186
            "dist": {
2187
                "type": "zip",
2188
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
2189
                "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
2190
                "shasum": ""
2191
            },
2192
            "require": {
2193
                "ext-tokenizer": "*",
2194
                "php": ">=5.3.3"
2195
            },
2196
            "type": "library",
2197
            "extra": {
2198
                "branch-alias": {
2199
                    "dev-master": "1.2-dev"
2200
                }
2201
            },
2202
            "autoload": {
2203
                "classmap": [
2204
                    "PHP/"
2205
                ]
2206
            },
2207
            "notification-url": "https://packagist.org/downloads/",
2208
            "include-path": [
2209
                ""
2210
            ],
2211
            "license": [
2212
                "BSD-3-Clause"
2213
            ],
2214
            "authors": [
2215
                {
2216
                    "name": "Sebastian Bergmann",
2217
                    "email": "[email protected]",
2218
                    "role": "lead"
2219
                }
2220
            ],
2221
            "description": "Wrapper around PHP's tokenizer extension.",
2222
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2223
            "keywords": [
2224
                "tokenizer"
2225
            ],
2226
            "time": "2014-03-03 05:10:30"
2227
        },
2228
        {
2229
            "name": "phpunit/phpunit",
2230
            "version": "3.7.x-dev",
2231
            "source": {
2232
                "type": "git",
2233
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2234
                "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6"
2235
            },
2236
            "dist": {
2237
                "type": "zip",
2238
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6",
2239
                "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6",
2240
                "shasum": ""
2241
            },
2242
            "require": {
2243
                "ext-ctype": "*",
2244
                "ext-dom": "*",
2245
                "ext-json": "*",
2246
                "ext-pcre": "*",
2247
                "ext-reflection": "*",
2248
                "ext-spl": "*",
2249
                "php": ">=5.3.3",
2250
                "phpunit/php-code-coverage": "~1.2",
2251
                "phpunit/php-file-iterator": "~1.3",
2252
                "phpunit/php-text-template": "~1.1",
2253
                "phpunit/php-timer": "~1.0",
2254
                "phpunit/phpunit-mock-objects": "~1.2",
2255
                "symfony/yaml": "~2.0"
2256
            },
2257
            "require-dev": {
2258
                "pear-pear.php.net/pear": "1.9.4"
2259
            },
2260
            "suggest": {
2261
                "phpunit/php-invoker": "~1.1"
2262
            },
2263
            "bin": [
2264
                "composer/bin/phpunit"
2265
            ],
2266
            "type": "library",
2267
            "extra": {
2268
                "branch-alias": {
2269
                    "dev-master": "3.7.x-dev"
2270
                }
2271
            },
2272
            "autoload": {
2273
                "classmap": [
2274
                    "PHPUnit/"
2275
                ]
2276
            },
2277
            "notification-url": "https://packagist.org/downloads/",
2278
            "include-path": [
2279
                "",
2280
                "../../symfony/yaml/"
2281
            ],
2282
            "license": [
2283
                "BSD-3-Clause"
2284
            ],
2285
            "authors": [
2286
                {
2287
                    "name": "Sebastian Bergmann",
2288
                    "email": "[email protected]",
2289
                    "role": "lead"
2290
                }
2291
            ],
2292
            "description": "The PHP Unit Testing framework.",
2293
            "homepage": "http://www.phpunit.de/",
2294
            "keywords": [
2295
                "phpunit",
2296
                "testing",
2297
                "xunit"
2298
            ],
2299
            "time": "2014-10-17 09:04:17"
2300
        },
2301
        {
2302
            "name": "phpunit/phpunit-mock-objects",
2303
            "version": "1.2.x-dev",
2304
            "source": {
2305
                "type": "git",
2306
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2307
                "reference": "c39c4511c3b007539eb170c32cbc2af49a07351a"
2308
            },
2309
            "dist": {
2310
                "type": "zip",
2311
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c39c4511c3b007539eb170c32cbc2af49a07351a",
2312
                "reference": "c39c4511c3b007539eb170c32cbc2af49a07351a",
2313
                "shasum": ""
2314
            },
2315
            "require": {
2316
                "php": ">=5.3.3",
2317
                "phpunit/php-text-template": ">=1.1.1@stable"
2318
            },
2319
            "require-dev": {
2320
                "phpunit/phpunit": "3.7.*@dev"
2321
            },
2322
            "suggest": {
2323
                "ext-soap": "*"
2324
            },
2325
            "type": "library",
2326
            "extra": {
2327
                "branch-alias": {
2328
                    "dev-master": "1.2.x-dev"
2329
                }
2330
            },
2331
            "autoload": {
2332
                "classmap": [
2333
                    "PHPUnit/"
2334
                ]
2335
            },
2336
            "notification-url": "https://packagist.org/downloads/",
2337
            "include-path": [
2338
                ""
2339
            ],
2340
            "license": [
2341
                "BSD-3-Clause"
2342
            ],
2343
            "authors": [
2344
                {
2345
                    "name": "Sebastian Bergmann",
2346
                    "email": "[email protected]",
2347
                    "role": "lead"
2348
                }
2349
            ],
2350
            "description": "Mock Object library for PHPUnit",
2351
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2352
            "keywords": [
2353
                "mock",
2354
                "xunit"
2355
            ],
2356
            "time": "2014-02-16 12:43:56"
2357
        },
2358
        {
2359
            "name": "symfony/yaml",
2360
            "version": "2.8.x-dev",
2361
            "target-dir": "Symfony/Component/Yaml",
2362
            "source": {
2363
                "type": "git",
2364
                "url": "https://github.com/symfony/Yaml.git",
2365
                "reference": "fdded56dde4ca9efce6322887bf5eaa7bb0aae3e"
2366
            },
2367
            "dist": {
2368
                "type": "zip",
2369
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/fdded56dde4ca9efce6322887bf5eaa7bb0aae3e",
2370
                "reference": "fdded56dde4ca9efce6322887bf5eaa7bb0aae3e",
2371
                "shasum": ""
2372
            },
2373
            "require": {
2374
                "php": ">=5.3.9"
2375
            },
2376
            "require-dev": {
2377
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
2378
            },
2379
            "type": "library",
2380
            "extra": {
2381
                "branch-alias": {
2382
                    "dev-master": "2.8-dev"
2383
                }
2384
            },
2385
            "autoload": {
2386
                "psr-0": {
2387
                    "Symfony\\Component\\Yaml\\": ""
2388
                }
2389
            },
2390
            "notification-url": "https://packagist.org/downloads/",
2391
            "license": [
2392
                "MIT"
2393
            ],
2394
            "authors": [
2395
                {
2396
                    "name": "Symfony Community",
2397
                    "homepage": "http://symfony.com/contributors"
2398
                },
2399
                {
2400
                    "name": "Fabien Potencier",
2401
                    "email": "[email protected]"
2402
                }
2403
            ],
2404
            "description": "Symfony Yaml Component",
2405
            "homepage": "http://symfony.com",
2406
            "time": "2015-04-10 08:56:33"
2407
        }
2408
    ],
2409
    "aliases": [],
2410
    "minimum-stability": "dev",
2411
    "stability-flags": [],
2412
    "prefer-stable": false,
2413
    "prefer-lowest": false,
2414
    "platform": {
2415
        "php": ">=5.4.0"
2416
    },
2417
    "platform-dev": []
2418
}
2419