Completed
Push — master ( 59addb...cd4bdb )
by GBProd
03:09 queued 41s
created

composer.lock (2 issues)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "e83bb2356471d1dc30df1e5fdddb5296",
8
    "content-hash": "d077dac8e911a8147d1cfbbade594c8c",
9
    "packages": [
10
        {
11
            "name": "doctrine/common",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/common:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
12
            "version": "2.2.3",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/common.git",
16
                "reference": "9e13facbacb001d324d71a0f6d25d8d7f12346b6"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/common/zipball/9e13facbacb001d324d71a0f6d25d8d7f12346b6",
21
                "reference": "9e13facbacb001d324d71a0f6d25d8d7f12346b6",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.2"
26
            },
27
            "type": "library",
28
            "autoload": {
29
                "psr-0": {
30
                    "Doctrine\\Common": "lib/"
31
                }
32
            },
33
            "notification-url": "https://packagist.org/downloads/",
34
            "license": [
35
                "LGPL"
36
            ],
37
            "authors": [
38
                {
39
                    "name": "Jonathan Wage",
40
                    "email": "[email protected]",
41
                    "homepage": "http://www.jwage.com/",
42
                    "role": "Creator"
43
                },
44
                {
45
                    "name": "Guilherme Blanco",
46
                    "email": "[email protected]",
47
                    "homepage": "http://www.instaclick.com"
48
                },
49
                {
50
                    "name": "Roman Borschel",
51
                    "email": "[email protected]"
52
                },
53
                {
54
                    "name": "Benjamin Eberlei",
55
                    "email": "[email protected]"
56
                },
57
                {
58
                    "name": "Johannes Schmitt",
59
                    "email": "[email protected]",
60
                    "homepage": "https://github.com/schmittjoh",
61
                    "role": "Developer of wrapped JMSSerializerBundle"
62
                }
63
            ],
64
            "description": "Common Library for Doctrine projects",
65
            "homepage": "http://www.doctrine-project.org",
66
            "keywords": [
67
                "annotations",
68
                "collections",
69
                "eventmanager",
70
                "persistence",
71
                "spl"
72
            ],
73
            "time": "2012-08-29 08:04:14"
74
        },
75
        {
76
            "name": "doctrine/dbal",
77
            "version": "2.2.2",
78
            "source": {
79
                "type": "git",
80
                "url": "https://github.com/doctrine/dbal.git",
81
                "reference": "ee8f64111d03df2dbf3c106214514fce4a9857ab"
82
            },
83
            "dist": {
84
                "type": "zip",
85
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/ee8f64111d03df2dbf3c106214514fce4a9857ab",
86
                "reference": "ee8f64111d03df2dbf3c106214514fce4a9857ab",
87
                "shasum": ""
88
            },
89
            "require": {
90
                "doctrine/common": ">=2.2.0,<=2.2.99",
91
                "php": ">=5.3.2"
92
            },
93
            "type": "library",
94
            "autoload": {
95
                "psr-0": {
96
                    "Doctrine\\DBAL": "lib/"
97
                }
98
            },
99
            "notification-url": "https://packagist.org/downloads/",
100
            "license": [
101
                "LGPL"
102
            ],
103
            "authors": [
104
                {
105
                    "name": "Jonathan Wage",
106
                    "email": "[email protected]",
107
                    "homepage": "http://www.jwage.com/",
108
                    "role": "Creator"
109
                },
110
                {
111
                    "name": "Guilherme Blanco",
112
                    "email": "[email protected]",
113
                    "homepage": "http://www.instaclick.com"
114
                },
115
                {
116
                    "name": "Roman Borschel",
117
                    "email": "[email protected]"
118
                },
119
                {
120
                    "name": "Benjamin Eberlei",
121
                    "email": "[email protected]"
122
                }
123
            ],
124
            "description": "Database Abstraction Layer",
125
            "homepage": "http://www.doctrine-project.org",
126
            "keywords": [
127
                "database",
128
                "dbal",
129
                "persistence",
130
                "queryobject"
131
            ],
132
            "time": "2012-04-13 07:56:12"
133
        },
134
        {
135
            "name": "doctrine/orm",
0 ignored issues
show
There is a security advisory for your installed version of doctrine/orm:

Security Misconfiguration Vulnerability in various Doctrine projects
Loading history...
136
            "version": "2.2.3",
137
            "source": {
138
                "type": "git",
139
                "url": "https://github.com/doctrine/doctrine2.git",
140
                "reference": "a65377a5707cd55df873e16c6b8f1bbc100f97ee"
141
            },
142
            "dist": {
143
                "type": "zip",
144
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/a65377a5707cd55df873e16c6b8f1bbc100f97ee",
145
                "reference": "a65377a5707cd55df873e16c6b8f1bbc100f97ee",
146
                "shasum": ""
147
            },
148
            "require": {
149
                "doctrine/common": "2.2.*",
150
                "doctrine/dbal": "2.2.*",
151
                "ext-pdo": "*",
152
                "php": ">=5.3.2"
153
            },
154
            "type": "library",
155
            "autoload": {
156
                "psr-0": {
157
                    "Doctrine\\ORM": "lib/"
158
                }
159
            },
160
            "notification-url": "https://packagist.org/downloads/",
161
            "license": [
162
                "LGPL"
163
            ],
164
            "authors": [
165
                {
166
                    "name": "Jonathan Wage",
167
                    "email": "[email protected]",
168
                    "homepage": "http://www.jwage.com/",
169
                    "role": "Creator"
170
                },
171
                {
172
                    "name": "Guilherme Blanco",
173
                    "email": "[email protected]",
174
                    "homepage": "http://www.instaclick.com"
175
                },
176
                {
177
                    "name": "Roman Borschel",
178
                    "email": "[email protected]"
179
                },
180
                {
181
                    "name": "Benjamin Eberlei",
182
                    "email": "[email protected]"
183
                }
184
            ],
185
            "description": "Object-Relational-Mapper for PHP",
186
            "homepage": "http://www.doctrine-project.org",
187
            "keywords": [
188
                "database",
189
                "orm"
190
            ],
191
            "time": "2012-07-29 11:22:34"
192
        },
193
        {
194
            "name": "gbprod/specification",
195
            "version": "v0.1.2",
196
            "source": {
197
                "type": "git",
198
                "url": "https://github.com/gbprod/specification.git",
199
                "reference": "247727f5a278066e674bd5ff928921fdbeb4cbee"
200
            },
201
            "dist": {
202
                "type": "zip",
203
                "url": "https://api.github.com/repos/gbprod/specification/zipball/247727f5a278066e674bd5ff928921fdbeb4cbee",
204
                "reference": "247727f5a278066e674bd5ff928921fdbeb4cbee",
205
                "shasum": ""
206
            },
207
            "require-dev": {
208
                "phpunit/phpunit": "4.*",
209
                "satooshi/php-coveralls": "^1.0"
210
            },
211
            "type": "library",
212
            "autoload": {
213
                "psr-4": {
214
                    "GBProd\\": "src/",
215
                    "Tests\\GBProd\\": "tests/"
216
                }
217
            },
218
            "notification-url": "https://packagist.org/downloads/",
219
            "license": [
220
                "MIT"
221
            ],
222
            "authors": [
223
                {
224
                    "name": "GBProd",
225
                    "email": "[email protected]"
226
                }
227
            ],
228
            "description": "Yet another specification pattern implementation",
229
            "time": "2016-03-05 10:06:07"
230
        }
231
    ],
232
    "packages-dev": [
233
        {
234
            "name": "doctrine/instantiator",
235
            "version": "1.0.5",
236
            "source": {
237
                "type": "git",
238
                "url": "https://github.com/doctrine/instantiator.git",
239
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
240
            },
241
            "dist": {
242
                "type": "zip",
243
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
244
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
245
                "shasum": ""
246
            },
247
            "require": {
248
                "php": ">=5.3,<8.0-DEV"
249
            },
250
            "require-dev": {
251
                "athletic/athletic": "~0.1.8",
252
                "ext-pdo": "*",
253
                "ext-phar": "*",
254
                "phpunit/phpunit": "~4.0",
255
                "squizlabs/php_codesniffer": "~2.0"
256
            },
257
            "type": "library",
258
            "extra": {
259
                "branch-alias": {
260
                    "dev-master": "1.0.x-dev"
261
                }
262
            },
263
            "autoload": {
264
                "psr-4": {
265
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
266
                }
267
            },
268
            "notification-url": "https://packagist.org/downloads/",
269
            "license": [
270
                "MIT"
271
            ],
272
            "authors": [
273
                {
274
                    "name": "Marco Pivetta",
275
                    "email": "[email protected]",
276
                    "homepage": "http://ocramius.github.com/"
277
                }
278
            ],
279
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
280
            "homepage": "https://github.com/doctrine/instantiator",
281
            "keywords": [
282
                "constructor",
283
                "instantiate"
284
            ],
285
            "time": "2015-06-14 21:17:01"
286
        },
287
        {
288
            "name": "guzzle/guzzle",
289
            "version": "v3.9.3",
290
            "source": {
291
                "type": "git",
292
                "url": "https://github.com/guzzle/guzzle3.git",
293
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
294
            },
295
            "dist": {
296
                "type": "zip",
297
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
298
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
299
                "shasum": ""
300
            },
301
            "require": {
302
                "ext-curl": "*",
303
                "php": ">=5.3.3",
304
                "symfony/event-dispatcher": "~2.1"
305
            },
306
            "replace": {
307
                "guzzle/batch": "self.version",
308
                "guzzle/cache": "self.version",
309
                "guzzle/common": "self.version",
310
                "guzzle/http": "self.version",
311
                "guzzle/inflection": "self.version",
312
                "guzzle/iterator": "self.version",
313
                "guzzle/log": "self.version",
314
                "guzzle/parser": "self.version",
315
                "guzzle/plugin": "self.version",
316
                "guzzle/plugin-async": "self.version",
317
                "guzzle/plugin-backoff": "self.version",
318
                "guzzle/plugin-cache": "self.version",
319
                "guzzle/plugin-cookie": "self.version",
320
                "guzzle/plugin-curlauth": "self.version",
321
                "guzzle/plugin-error-response": "self.version",
322
                "guzzle/plugin-history": "self.version",
323
                "guzzle/plugin-log": "self.version",
324
                "guzzle/plugin-md5": "self.version",
325
                "guzzle/plugin-mock": "self.version",
326
                "guzzle/plugin-oauth": "self.version",
327
                "guzzle/service": "self.version",
328
                "guzzle/stream": "self.version"
329
            },
330
            "require-dev": {
331
                "doctrine/cache": "~1.3",
332
                "monolog/monolog": "~1.0",
333
                "phpunit/phpunit": "3.7.*",
334
                "psr/log": "~1.0",
335
                "symfony/class-loader": "~2.1",
336
                "zendframework/zend-cache": "2.*,<2.3",
337
                "zendframework/zend-log": "2.*,<2.3"
338
            },
339
            "suggest": {
340
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
341
            },
342
            "type": "library",
343
            "extra": {
344
                "branch-alias": {
345
                    "dev-master": "3.9-dev"
346
                }
347
            },
348
            "autoload": {
349
                "psr-0": {
350
                    "Guzzle": "src/",
351
                    "Guzzle\\Tests": "tests/"
352
                }
353
            },
354
            "notification-url": "https://packagist.org/downloads/",
355
            "license": [
356
                "MIT"
357
            ],
358
            "authors": [
359
                {
360
                    "name": "Michael Dowling",
361
                    "email": "[email protected]",
362
                    "homepage": "https://github.com/mtdowling"
363
                },
364
                {
365
                    "name": "Guzzle Community",
366
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
367
                }
368
            ],
369
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
370
            "homepage": "http://guzzlephp.org/",
371
            "keywords": [
372
                "client",
373
                "curl",
374
                "framework",
375
                "http",
376
                "http client",
377
                "rest",
378
                "web service"
379
            ],
380
            "time": "2015-03-18 18:23:50"
381
        },
382
        {
383
            "name": "phpdocumentor/reflection-docblock",
384
            "version": "2.0.4",
385
            "source": {
386
                "type": "git",
387
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
388
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
389
            },
390
            "dist": {
391
                "type": "zip",
392
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
393
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
394
                "shasum": ""
395
            },
396
            "require": {
397
                "php": ">=5.3.3"
398
            },
399
            "require-dev": {
400
                "phpunit/phpunit": "~4.0"
401
            },
402
            "suggest": {
403
                "dflydev/markdown": "~1.0",
404
                "erusev/parsedown": "~1.0"
405
            },
406
            "type": "library",
407
            "extra": {
408
                "branch-alias": {
409
                    "dev-master": "2.0.x-dev"
410
                }
411
            },
412
            "autoload": {
413
                "psr-0": {
414
                    "phpDocumentor": [
415
                        "src/"
416
                    ]
417
                }
418
            },
419
            "notification-url": "https://packagist.org/downloads/",
420
            "license": [
421
                "MIT"
422
            ],
423
            "authors": [
424
                {
425
                    "name": "Mike van Riel",
426
                    "email": "[email protected]"
427
                }
428
            ],
429
            "time": "2015-02-03 12:10:50"
430
        },
431
        {
432
            "name": "phpspec/prophecy",
433
            "version": "v1.6.0",
434
            "source": {
435
                "type": "git",
436
                "url": "https://github.com/phpspec/prophecy.git",
437
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
438
            },
439
            "dist": {
440
                "type": "zip",
441
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
442
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
443
                "shasum": ""
444
            },
445
            "require": {
446
                "doctrine/instantiator": "^1.0.2",
447
                "php": "^5.3|^7.0",
448
                "phpdocumentor/reflection-docblock": "~2.0",
449
                "sebastian/comparator": "~1.1",
450
                "sebastian/recursion-context": "~1.0"
451
            },
452
            "require-dev": {
453
                "phpspec/phpspec": "~2.0"
454
            },
455
            "type": "library",
456
            "extra": {
457
                "branch-alias": {
458
                    "dev-master": "1.5.x-dev"
459
                }
460
            },
461
            "autoload": {
462
                "psr-0": {
463
                    "Prophecy\\": "src/"
464
                }
465
            },
466
            "notification-url": "https://packagist.org/downloads/",
467
            "license": [
468
                "MIT"
469
            ],
470
            "authors": [
471
                {
472
                    "name": "Konstantin Kudryashov",
473
                    "email": "[email protected]",
474
                    "homepage": "http://everzet.com"
475
                },
476
                {
477
                    "name": "Marcello Duarte",
478
                    "email": "[email protected]"
479
                }
480
            ],
481
            "description": "Highly opinionated mocking framework for PHP 5.3+",
482
            "homepage": "https://github.com/phpspec/prophecy",
483
            "keywords": [
484
                "Double",
485
                "Dummy",
486
                "fake",
487
                "mock",
488
                "spy",
489
                "stub"
490
            ],
491
            "time": "2016-02-15 07:46:21"
492
        },
493
        {
494
            "name": "phpunit/php-code-coverage",
495
            "version": "2.2.4",
496
            "source": {
497
                "type": "git",
498
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
499
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
500
            },
501
            "dist": {
502
                "type": "zip",
503
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
504
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
505
                "shasum": ""
506
            },
507
            "require": {
508
                "php": ">=5.3.3",
509
                "phpunit/php-file-iterator": "~1.3",
510
                "phpunit/php-text-template": "~1.2",
511
                "phpunit/php-token-stream": "~1.3",
512
                "sebastian/environment": "^1.3.2",
513
                "sebastian/version": "~1.0"
514
            },
515
            "require-dev": {
516
                "ext-xdebug": ">=2.1.4",
517
                "phpunit/phpunit": "~4"
518
            },
519
            "suggest": {
520
                "ext-dom": "*",
521
                "ext-xdebug": ">=2.2.1",
522
                "ext-xmlwriter": "*"
523
            },
524
            "type": "library",
525
            "extra": {
526
                "branch-alias": {
527
                    "dev-master": "2.2.x-dev"
528
                }
529
            },
530
            "autoload": {
531
                "classmap": [
532
                    "src/"
533
                ]
534
            },
535
            "notification-url": "https://packagist.org/downloads/",
536
            "license": [
537
                "BSD-3-Clause"
538
            ],
539
            "authors": [
540
                {
541
                    "name": "Sebastian Bergmann",
542
                    "email": "[email protected]",
543
                    "role": "lead"
544
                }
545
            ],
546
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
547
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
548
            "keywords": [
549
                "coverage",
550
                "testing",
551
                "xunit"
552
            ],
553
            "time": "2015-10-06 15:47:00"
554
        },
555
        {
556
            "name": "phpunit/php-file-iterator",
557
            "version": "1.4.1",
558
            "source": {
559
                "type": "git",
560
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
561
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
562
            },
563
            "dist": {
564
                "type": "zip",
565
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
566
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
567
                "shasum": ""
568
            },
569
            "require": {
570
                "php": ">=5.3.3"
571
            },
572
            "type": "library",
573
            "extra": {
574
                "branch-alias": {
575
                    "dev-master": "1.4.x-dev"
576
                }
577
            },
578
            "autoload": {
579
                "classmap": [
580
                    "src/"
581
                ]
582
            },
583
            "notification-url": "https://packagist.org/downloads/",
584
            "license": [
585
                "BSD-3-Clause"
586
            ],
587
            "authors": [
588
                {
589
                    "name": "Sebastian Bergmann",
590
                    "email": "[email protected]",
591
                    "role": "lead"
592
                }
593
            ],
594
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
595
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
596
            "keywords": [
597
                "filesystem",
598
                "iterator"
599
            ],
600
            "time": "2015-06-21 13:08:43"
601
        },
602
        {
603
            "name": "phpunit/php-text-template",
604
            "version": "1.2.1",
605
            "source": {
606
                "type": "git",
607
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
608
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
609
            },
610
            "dist": {
611
                "type": "zip",
612
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
613
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
614
                "shasum": ""
615
            },
616
            "require": {
617
                "php": ">=5.3.3"
618
            },
619
            "type": "library",
620
            "autoload": {
621
                "classmap": [
622
                    "src/"
623
                ]
624
            },
625
            "notification-url": "https://packagist.org/downloads/",
626
            "license": [
627
                "BSD-3-Clause"
628
            ],
629
            "authors": [
630
                {
631
                    "name": "Sebastian Bergmann",
632
                    "email": "[email protected]",
633
                    "role": "lead"
634
                }
635
            ],
636
            "description": "Simple template engine.",
637
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
638
            "keywords": [
639
                "template"
640
            ],
641
            "time": "2015-06-21 13:50:34"
642
        },
643
        {
644
            "name": "phpunit/php-timer",
645
            "version": "1.0.7",
646
            "source": {
647
                "type": "git",
648
                "url": "https://github.com/sebastianbergmann/php-timer.git",
649
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
650
            },
651
            "dist": {
652
                "type": "zip",
653
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
654
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
655
                "shasum": ""
656
            },
657
            "require": {
658
                "php": ">=5.3.3"
659
            },
660
            "type": "library",
661
            "autoload": {
662
                "classmap": [
663
                    "src/"
664
                ]
665
            },
666
            "notification-url": "https://packagist.org/downloads/",
667
            "license": [
668
                "BSD-3-Clause"
669
            ],
670
            "authors": [
671
                {
672
                    "name": "Sebastian Bergmann",
673
                    "email": "[email protected]",
674
                    "role": "lead"
675
                }
676
            ],
677
            "description": "Utility class for timing",
678
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
679
            "keywords": [
680
                "timer"
681
            ],
682
            "time": "2015-06-21 08:01:12"
683
        },
684
        {
685
            "name": "phpunit/php-token-stream",
686
            "version": "1.4.8",
687
            "source": {
688
                "type": "git",
689
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
690
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
691
            },
692
            "dist": {
693
                "type": "zip",
694
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
695
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
696
                "shasum": ""
697
            },
698
            "require": {
699
                "ext-tokenizer": "*",
700
                "php": ">=5.3.3"
701
            },
702
            "require-dev": {
703
                "phpunit/phpunit": "~4.2"
704
            },
705
            "type": "library",
706
            "extra": {
707
                "branch-alias": {
708
                    "dev-master": "1.4-dev"
709
                }
710
            },
711
            "autoload": {
712
                "classmap": [
713
                    "src/"
714
                ]
715
            },
716
            "notification-url": "https://packagist.org/downloads/",
717
            "license": [
718
                "BSD-3-Clause"
719
            ],
720
            "authors": [
721
                {
722
                    "name": "Sebastian Bergmann",
723
                    "email": "[email protected]"
724
                }
725
            ],
726
            "description": "Wrapper around PHP's tokenizer extension.",
727
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
728
            "keywords": [
729
                "tokenizer"
730
            ],
731
            "time": "2015-09-15 10:49:45"
732
        },
733
        {
734
            "name": "phpunit/phpunit",
735
            "version": "4.8.23",
736
            "source": {
737
                "type": "git",
738
                "url": "https://github.com/sebastianbergmann/phpunit.git",
739
                "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483"
740
            },
741
            "dist": {
742
                "type": "zip",
743
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e351261f9cd33daf205a131a1ba61c6d33bd483",
744
                "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483",
745
                "shasum": ""
746
            },
747
            "require": {
748
                "ext-dom": "*",
749
                "ext-json": "*",
750
                "ext-pcre": "*",
751
                "ext-reflection": "*",
752
                "ext-spl": "*",
753
                "php": ">=5.3.3",
754
                "phpspec/prophecy": "^1.3.1",
755
                "phpunit/php-code-coverage": "~2.1",
756
                "phpunit/php-file-iterator": "~1.4",
757
                "phpunit/php-text-template": "~1.2",
758
                "phpunit/php-timer": ">=1.0.6",
759
                "phpunit/phpunit-mock-objects": "~2.3",
760
                "sebastian/comparator": "~1.1",
761
                "sebastian/diff": "~1.2",
762
                "sebastian/environment": "~1.3",
763
                "sebastian/exporter": "~1.2",
764
                "sebastian/global-state": "~1.0",
765
                "sebastian/version": "~1.0",
766
                "symfony/yaml": "~2.1|~3.0"
767
            },
768
            "suggest": {
769
                "phpunit/php-invoker": "~1.1"
770
            },
771
            "bin": [
772
                "phpunit"
773
            ],
774
            "type": "library",
775
            "extra": {
776
                "branch-alias": {
777
                    "dev-master": "4.8.x-dev"
778
                }
779
            },
780
            "autoload": {
781
                "classmap": [
782
                    "src/"
783
                ]
784
            },
785
            "notification-url": "https://packagist.org/downloads/",
786
            "license": [
787
                "BSD-3-Clause"
788
            ],
789
            "authors": [
790
                {
791
                    "name": "Sebastian Bergmann",
792
                    "email": "[email protected]",
793
                    "role": "lead"
794
                }
795
            ],
796
            "description": "The PHP Unit Testing framework.",
797
            "homepage": "https://phpunit.de/",
798
            "keywords": [
799
                "phpunit",
800
                "testing",
801
                "xunit"
802
            ],
803
            "time": "2016-02-11 14:56:33"
804
        },
805
        {
806
            "name": "phpunit/phpunit-mock-objects",
807
            "version": "2.3.8",
808
            "source": {
809
                "type": "git",
810
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
811
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
812
            },
813
            "dist": {
814
                "type": "zip",
815
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
816
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
817
                "shasum": ""
818
            },
819
            "require": {
820
                "doctrine/instantiator": "^1.0.2",
821
                "php": ">=5.3.3",
822
                "phpunit/php-text-template": "~1.2",
823
                "sebastian/exporter": "~1.2"
824
            },
825
            "require-dev": {
826
                "phpunit/phpunit": "~4.4"
827
            },
828
            "suggest": {
829
                "ext-soap": "*"
830
            },
831
            "type": "library",
832
            "extra": {
833
                "branch-alias": {
834
                    "dev-master": "2.3.x-dev"
835
                }
836
            },
837
            "autoload": {
838
                "classmap": [
839
                    "src/"
840
                ]
841
            },
842
            "notification-url": "https://packagist.org/downloads/",
843
            "license": [
844
                "BSD-3-Clause"
845
            ],
846
            "authors": [
847
                {
848
                    "name": "Sebastian Bergmann",
849
                    "email": "[email protected]",
850
                    "role": "lead"
851
                }
852
            ],
853
            "description": "Mock Object library for PHPUnit",
854
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
855
            "keywords": [
856
                "mock",
857
                "xunit"
858
            ],
859
            "time": "2015-10-02 06:51:40"
860
        },
861
        {
862
            "name": "psr/log",
863
            "version": "1.0.0",
864
            "source": {
865
                "type": "git",
866
                "url": "https://github.com/php-fig/log.git",
867
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
868
            },
869
            "dist": {
870
                "type": "zip",
871
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
872
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
873
                "shasum": ""
874
            },
875
            "type": "library",
876
            "autoload": {
877
                "psr-0": {
878
                    "Psr\\Log\\": ""
879
                }
880
            },
881
            "notification-url": "https://packagist.org/downloads/",
882
            "license": [
883
                "MIT"
884
            ],
885
            "authors": [
886
                {
887
                    "name": "PHP-FIG",
888
                    "homepage": "http://www.php-fig.org/"
889
                }
890
            ],
891
            "description": "Common interface for logging libraries",
892
            "keywords": [
893
                "log",
894
                "psr",
895
                "psr-3"
896
            ],
897
            "time": "2012-12-21 11:40:51"
898
        },
899
        {
900
            "name": "satooshi/php-coveralls",
901
            "version": "v1.0.1",
902
            "source": {
903
                "type": "git",
904
                "url": "https://github.com/satooshi/php-coveralls.git",
905
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
906
            },
907
            "dist": {
908
                "type": "zip",
909
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
910
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
911
                "shasum": ""
912
            },
913
            "require": {
914
                "ext-json": "*",
915
                "ext-simplexml": "*",
916
                "guzzle/guzzle": "^2.8|^3.0",
917
                "php": ">=5.3.3",
918
                "psr/log": "^1.0",
919
                "symfony/config": "^2.1|^3.0",
920
                "symfony/console": "^2.1|^3.0",
921
                "symfony/stopwatch": "^2.0|^3.0",
922
                "symfony/yaml": "^2.0|^3.0"
923
            },
924
            "suggest": {
925
                "symfony/http-kernel": "Allows Symfony integration"
926
            },
927
            "bin": [
928
                "bin/coveralls"
929
            ],
930
            "type": "library",
931
            "autoload": {
932
                "psr-4": {
933
                    "Satooshi\\": "src/Satooshi/"
934
                }
935
            },
936
            "notification-url": "https://packagist.org/downloads/",
937
            "license": [
938
                "MIT"
939
            ],
940
            "authors": [
941
                {
942
                    "name": "Kitamura Satoshi",
943
                    "email": "[email protected]",
944
                    "homepage": "https://www.facebook.com/satooshi.jp"
945
                }
946
            ],
947
            "description": "PHP client library for Coveralls API",
948
            "homepage": "https://github.com/satooshi/php-coveralls",
949
            "keywords": [
950
                "ci",
951
                "coverage",
952
                "github",
953
                "test"
954
            ],
955
            "time": "2016-01-20 17:35:46"
956
        },
957
        {
958
            "name": "sebastian/comparator",
959
            "version": "1.2.0",
960
            "source": {
961
                "type": "git",
962
                "url": "https://github.com/sebastianbergmann/comparator.git",
963
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
964
            },
965
            "dist": {
966
                "type": "zip",
967
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
968
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
969
                "shasum": ""
970
            },
971
            "require": {
972
                "php": ">=5.3.3",
973
                "sebastian/diff": "~1.2",
974
                "sebastian/exporter": "~1.2"
975
            },
976
            "require-dev": {
977
                "phpunit/phpunit": "~4.4"
978
            },
979
            "type": "library",
980
            "extra": {
981
                "branch-alias": {
982
                    "dev-master": "1.2.x-dev"
983
                }
984
            },
985
            "autoload": {
986
                "classmap": [
987
                    "src/"
988
                ]
989
            },
990
            "notification-url": "https://packagist.org/downloads/",
991
            "license": [
992
                "BSD-3-Clause"
993
            ],
994
            "authors": [
995
                {
996
                    "name": "Jeff Welch",
997
                    "email": "[email protected]"
998
                },
999
                {
1000
                    "name": "Volker Dusch",
1001
                    "email": "[email protected]"
1002
                },
1003
                {
1004
                    "name": "Bernhard Schussek",
1005
                    "email": "[email protected]"
1006
                },
1007
                {
1008
                    "name": "Sebastian Bergmann",
1009
                    "email": "[email protected]"
1010
                }
1011
            ],
1012
            "description": "Provides the functionality to compare PHP values for equality",
1013
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1014
            "keywords": [
1015
                "comparator",
1016
                "compare",
1017
                "equality"
1018
            ],
1019
            "time": "2015-07-26 15:48:44"
1020
        },
1021
        {
1022
            "name": "sebastian/diff",
1023
            "version": "1.4.1",
1024
            "source": {
1025
                "type": "git",
1026
                "url": "https://github.com/sebastianbergmann/diff.git",
1027
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1028
            },
1029
            "dist": {
1030
                "type": "zip",
1031
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1032
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1033
                "shasum": ""
1034
            },
1035
            "require": {
1036
                "php": ">=5.3.3"
1037
            },
1038
            "require-dev": {
1039
                "phpunit/phpunit": "~4.8"
1040
            },
1041
            "type": "library",
1042
            "extra": {
1043
                "branch-alias": {
1044
                    "dev-master": "1.4-dev"
1045
                }
1046
            },
1047
            "autoload": {
1048
                "classmap": [
1049
                    "src/"
1050
                ]
1051
            },
1052
            "notification-url": "https://packagist.org/downloads/",
1053
            "license": [
1054
                "BSD-3-Clause"
1055
            ],
1056
            "authors": [
1057
                {
1058
                    "name": "Kore Nordmann",
1059
                    "email": "[email protected]"
1060
                },
1061
                {
1062
                    "name": "Sebastian Bergmann",
1063
                    "email": "[email protected]"
1064
                }
1065
            ],
1066
            "description": "Diff implementation",
1067
            "homepage": "https://github.com/sebastianbergmann/diff",
1068
            "keywords": [
1069
                "diff"
1070
            ],
1071
            "time": "2015-12-08 07:14:41"
1072
        },
1073
        {
1074
            "name": "sebastian/environment",
1075
            "version": "1.3.5",
1076
            "source": {
1077
                "type": "git",
1078
                "url": "https://github.com/sebastianbergmann/environment.git",
1079
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
1080
            },
1081
            "dist": {
1082
                "type": "zip",
1083
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1084
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
1085
                "shasum": ""
1086
            },
1087
            "require": {
1088
                "php": ">=5.3.3"
1089
            },
1090
            "require-dev": {
1091
                "phpunit/phpunit": "~4.4"
1092
            },
1093
            "type": "library",
1094
            "extra": {
1095
                "branch-alias": {
1096
                    "dev-master": "1.3.x-dev"
1097
                }
1098
            },
1099
            "autoload": {
1100
                "classmap": [
1101
                    "src/"
1102
                ]
1103
            },
1104
            "notification-url": "https://packagist.org/downloads/",
1105
            "license": [
1106
                "BSD-3-Clause"
1107
            ],
1108
            "authors": [
1109
                {
1110
                    "name": "Sebastian Bergmann",
1111
                    "email": "[email protected]"
1112
                }
1113
            ],
1114
            "description": "Provides functionality to handle HHVM/PHP environments",
1115
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1116
            "keywords": [
1117
                "Xdebug",
1118
                "environment",
1119
                "hhvm"
1120
            ],
1121
            "time": "2016-02-26 18:40:46"
1122
        },
1123
        {
1124
            "name": "sebastian/exporter",
1125
            "version": "1.2.1",
1126
            "source": {
1127
                "type": "git",
1128
                "url": "https://github.com/sebastianbergmann/exporter.git",
1129
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
1130
            },
1131
            "dist": {
1132
                "type": "zip",
1133
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
1134
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
1135
                "shasum": ""
1136
            },
1137
            "require": {
1138
                "php": ">=5.3.3",
1139
                "sebastian/recursion-context": "~1.0"
1140
            },
1141
            "require-dev": {
1142
                "phpunit/phpunit": "~4.4"
1143
            },
1144
            "type": "library",
1145
            "extra": {
1146
                "branch-alias": {
1147
                    "dev-master": "1.2.x-dev"
1148
                }
1149
            },
1150
            "autoload": {
1151
                "classmap": [
1152
                    "src/"
1153
                ]
1154
            },
1155
            "notification-url": "https://packagist.org/downloads/",
1156
            "license": [
1157
                "BSD-3-Clause"
1158
            ],
1159
            "authors": [
1160
                {
1161
                    "name": "Jeff Welch",
1162
                    "email": "[email protected]"
1163
                },
1164
                {
1165
                    "name": "Volker Dusch",
1166
                    "email": "[email protected]"
1167
                },
1168
                {
1169
                    "name": "Bernhard Schussek",
1170
                    "email": "[email protected]"
1171
                },
1172
                {
1173
                    "name": "Sebastian Bergmann",
1174
                    "email": "[email protected]"
1175
                },
1176
                {
1177
                    "name": "Adam Harvey",
1178
                    "email": "[email protected]"
1179
                }
1180
            ],
1181
            "description": "Provides the functionality to export PHP variables for visualization",
1182
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1183
            "keywords": [
1184
                "export",
1185
                "exporter"
1186
            ],
1187
            "time": "2015-06-21 07:55:53"
1188
        },
1189
        {
1190
            "name": "sebastian/global-state",
1191
            "version": "1.1.1",
1192
            "source": {
1193
                "type": "git",
1194
                "url": "https://github.com/sebastianbergmann/global-state.git",
1195
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1196
            },
1197
            "dist": {
1198
                "type": "zip",
1199
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1200
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1201
                "shasum": ""
1202
            },
1203
            "require": {
1204
                "php": ">=5.3.3"
1205
            },
1206
            "require-dev": {
1207
                "phpunit/phpunit": "~4.2"
1208
            },
1209
            "suggest": {
1210
                "ext-uopz": "*"
1211
            },
1212
            "type": "library",
1213
            "extra": {
1214
                "branch-alias": {
1215
                    "dev-master": "1.0-dev"
1216
                }
1217
            },
1218
            "autoload": {
1219
                "classmap": [
1220
                    "src/"
1221
                ]
1222
            },
1223
            "notification-url": "https://packagist.org/downloads/",
1224
            "license": [
1225
                "BSD-3-Clause"
1226
            ],
1227
            "authors": [
1228
                {
1229
                    "name": "Sebastian Bergmann",
1230
                    "email": "[email protected]"
1231
                }
1232
            ],
1233
            "description": "Snapshotting of global state",
1234
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1235
            "keywords": [
1236
                "global state"
1237
            ],
1238
            "time": "2015-10-12 03:26:01"
1239
        },
1240
        {
1241
            "name": "sebastian/recursion-context",
1242
            "version": "1.0.2",
1243
            "source": {
1244
                "type": "git",
1245
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1246
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1247
            },
1248
            "dist": {
1249
                "type": "zip",
1250
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1251
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1252
                "shasum": ""
1253
            },
1254
            "require": {
1255
                "php": ">=5.3.3"
1256
            },
1257
            "require-dev": {
1258
                "phpunit/phpunit": "~4.4"
1259
            },
1260
            "type": "library",
1261
            "extra": {
1262
                "branch-alias": {
1263
                    "dev-master": "1.0.x-dev"
1264
                }
1265
            },
1266
            "autoload": {
1267
                "classmap": [
1268
                    "src/"
1269
                ]
1270
            },
1271
            "notification-url": "https://packagist.org/downloads/",
1272
            "license": [
1273
                "BSD-3-Clause"
1274
            ],
1275
            "authors": [
1276
                {
1277
                    "name": "Jeff Welch",
1278
                    "email": "[email protected]"
1279
                },
1280
                {
1281
                    "name": "Sebastian Bergmann",
1282
                    "email": "[email protected]"
1283
                },
1284
                {
1285
                    "name": "Adam Harvey",
1286
                    "email": "[email protected]"
1287
                }
1288
            ],
1289
            "description": "Provides functionality to recursively process PHP variables",
1290
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1291
            "time": "2015-11-11 19:50:13"
1292
        },
1293
        {
1294
            "name": "sebastian/version",
1295
            "version": "1.0.6",
1296
            "source": {
1297
                "type": "git",
1298
                "url": "https://github.com/sebastianbergmann/version.git",
1299
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1300
            },
1301
            "dist": {
1302
                "type": "zip",
1303
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1304
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1305
                "shasum": ""
1306
            },
1307
            "type": "library",
1308
            "autoload": {
1309
                "classmap": [
1310
                    "src/"
1311
                ]
1312
            },
1313
            "notification-url": "https://packagist.org/downloads/",
1314
            "license": [
1315
                "BSD-3-Clause"
1316
            ],
1317
            "authors": [
1318
                {
1319
                    "name": "Sebastian Bergmann",
1320
                    "email": "[email protected]",
1321
                    "role": "lead"
1322
                }
1323
            ],
1324
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1325
            "homepage": "https://github.com/sebastianbergmann/version",
1326
            "time": "2015-06-21 13:59:46"
1327
        },
1328
        {
1329
            "name": "symfony/config",
1330
            "version": "v3.0.3",
1331
            "source": {
1332
                "type": "git",
1333
                "url": "https://github.com/symfony/config.git",
1334
                "reference": "79a97025f7bf4bbf8352b5df1905aa136a531066"
1335
            },
1336
            "dist": {
1337
                "type": "zip",
1338
                "url": "https://api.github.com/repos/symfony/config/zipball/79a97025f7bf4bbf8352b5df1905aa136a531066",
1339
                "reference": "79a97025f7bf4bbf8352b5df1905aa136a531066",
1340
                "shasum": ""
1341
            },
1342
            "require": {
1343
                "php": ">=5.5.9",
1344
                "symfony/filesystem": "~2.8|~3.0"
1345
            },
1346
            "suggest": {
1347
                "symfony/yaml": "To use the yaml reference dumper"
1348
            },
1349
            "type": "library",
1350
            "extra": {
1351
                "branch-alias": {
1352
                    "dev-master": "3.0-dev"
1353
                }
1354
            },
1355
            "autoload": {
1356
                "psr-4": {
1357
                    "Symfony\\Component\\Config\\": ""
1358
                },
1359
                "exclude-from-classmap": [
1360
                    "/Tests/"
1361
                ]
1362
            },
1363
            "notification-url": "https://packagist.org/downloads/",
1364
            "license": [
1365
                "MIT"
1366
            ],
1367
            "authors": [
1368
                {
1369
                    "name": "Fabien Potencier",
1370
                    "email": "[email protected]"
1371
                },
1372
                {
1373
                    "name": "Symfony Community",
1374
                    "homepage": "https://symfony.com/contributors"
1375
                }
1376
            ],
1377
            "description": "Symfony Config Component",
1378
            "homepage": "https://symfony.com",
1379
            "time": "2016-02-23 15:16:06"
1380
        },
1381
        {
1382
            "name": "symfony/console",
1383
            "version": "v3.0.3",
1384
            "source": {
1385
                "type": "git",
1386
                "url": "https://github.com/symfony/console.git",
1387
                "reference": "2ed5e2706ce92313d120b8fe50d1063bcfd12e04"
1388
            },
1389
            "dist": {
1390
                "type": "zip",
1391
                "url": "https://api.github.com/repos/symfony/console/zipball/2ed5e2706ce92313d120b8fe50d1063bcfd12e04",
1392
                "reference": "2ed5e2706ce92313d120b8fe50d1063bcfd12e04",
1393
                "shasum": ""
1394
            },
1395
            "require": {
1396
                "php": ">=5.5.9",
1397
                "symfony/polyfill-mbstring": "~1.0"
1398
            },
1399
            "require-dev": {
1400
                "psr/log": "~1.0",
1401
                "symfony/event-dispatcher": "~2.8|~3.0",
1402
                "symfony/process": "~2.8|~3.0"
1403
            },
1404
            "suggest": {
1405
                "psr/log": "For using the console logger",
1406
                "symfony/event-dispatcher": "",
1407
                "symfony/process": ""
1408
            },
1409
            "type": "library",
1410
            "extra": {
1411
                "branch-alias": {
1412
                    "dev-master": "3.0-dev"
1413
                }
1414
            },
1415
            "autoload": {
1416
                "psr-4": {
1417
                    "Symfony\\Component\\Console\\": ""
1418
                },
1419
                "exclude-from-classmap": [
1420
                    "/Tests/"
1421
                ]
1422
            },
1423
            "notification-url": "https://packagist.org/downloads/",
1424
            "license": [
1425
                "MIT"
1426
            ],
1427
            "authors": [
1428
                {
1429
                    "name": "Fabien Potencier",
1430
                    "email": "[email protected]"
1431
                },
1432
                {
1433
                    "name": "Symfony Community",
1434
                    "homepage": "https://symfony.com/contributors"
1435
                }
1436
            ],
1437
            "description": "Symfony Console Component",
1438
            "homepage": "https://symfony.com",
1439
            "time": "2016-02-28 16:24:34"
1440
        },
1441
        {
1442
            "name": "symfony/event-dispatcher",
1443
            "version": "v2.8.3",
1444
            "source": {
1445
                "type": "git",
1446
                "url": "https://github.com/symfony/event-dispatcher.git",
1447
                "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3"
1448
            },
1449
            "dist": {
1450
                "type": "zip",
1451
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/78c468665c9568c3faaa9c416a7134308f2d85c3",
1452
                "reference": "78c468665c9568c3faaa9c416a7134308f2d85c3",
1453
                "shasum": ""
1454
            },
1455
            "require": {
1456
                "php": ">=5.3.9"
1457
            },
1458
            "require-dev": {
1459
                "psr/log": "~1.0",
1460
                "symfony/config": "~2.0,>=2.0.5|~3.0.0",
1461
                "symfony/dependency-injection": "~2.6|~3.0.0",
1462
                "symfony/expression-language": "~2.6|~3.0.0",
1463
                "symfony/stopwatch": "~2.3|~3.0.0"
1464
            },
1465
            "suggest": {
1466
                "symfony/dependency-injection": "",
1467
                "symfony/http-kernel": ""
1468
            },
1469
            "type": "library",
1470
            "extra": {
1471
                "branch-alias": {
1472
                    "dev-master": "2.8-dev"
1473
                }
1474
            },
1475
            "autoload": {
1476
                "psr-4": {
1477
                    "Symfony\\Component\\EventDispatcher\\": ""
1478
                },
1479
                "exclude-from-classmap": [
1480
                    "/Tests/"
1481
                ]
1482
            },
1483
            "notification-url": "https://packagist.org/downloads/",
1484
            "license": [
1485
                "MIT"
1486
            ],
1487
            "authors": [
1488
                {
1489
                    "name": "Fabien Potencier",
1490
                    "email": "[email protected]"
1491
                },
1492
                {
1493
                    "name": "Symfony Community",
1494
                    "homepage": "https://symfony.com/contributors"
1495
                }
1496
            ],
1497
            "description": "Symfony EventDispatcher Component",
1498
            "homepage": "https://symfony.com",
1499
            "time": "2016-01-27 05:14:19"
1500
        },
1501
        {
1502
            "name": "symfony/filesystem",
1503
            "version": "v3.0.3",
1504
            "source": {
1505
                "type": "git",
1506
                "url": "https://github.com/symfony/filesystem.git",
1507
                "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451"
1508
            },
1509
            "dist": {
1510
                "type": "zip",
1511
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/23ae8f9648d0a7fe94a47c8e20e5bf37c489a451",
1512
                "reference": "23ae8f9648d0a7fe94a47c8e20e5bf37c489a451",
1513
                "shasum": ""
1514
            },
1515
            "require": {
1516
                "php": ">=5.5.9"
1517
            },
1518
            "type": "library",
1519
            "extra": {
1520
                "branch-alias": {
1521
                    "dev-master": "3.0-dev"
1522
                }
1523
            },
1524
            "autoload": {
1525
                "psr-4": {
1526
                    "Symfony\\Component\\Filesystem\\": ""
1527
                },
1528
                "exclude-from-classmap": [
1529
                    "/Tests/"
1530
                ]
1531
            },
1532
            "notification-url": "https://packagist.org/downloads/",
1533
            "license": [
1534
                "MIT"
1535
            ],
1536
            "authors": [
1537
                {
1538
                    "name": "Fabien Potencier",
1539
                    "email": "[email protected]"
1540
                },
1541
                {
1542
                    "name": "Symfony Community",
1543
                    "homepage": "https://symfony.com/contributors"
1544
                }
1545
            ],
1546
            "description": "Symfony Filesystem Component",
1547
            "homepage": "https://symfony.com",
1548
            "time": "2016-02-23 15:16:06"
1549
        },
1550
        {
1551
            "name": "symfony/polyfill-mbstring",
1552
            "version": "v1.1.0",
1553
            "source": {
1554
                "type": "git",
1555
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1556
                "reference": "1289d16209491b584839022f29257ad859b8532d"
1557
            },
1558
            "dist": {
1559
                "type": "zip",
1560
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
1561
                "reference": "1289d16209491b584839022f29257ad859b8532d",
1562
                "shasum": ""
1563
            },
1564
            "require": {
1565
                "php": ">=5.3.3"
1566
            },
1567
            "suggest": {
1568
                "ext-mbstring": "For best performance"
1569
            },
1570
            "type": "library",
1571
            "extra": {
1572
                "branch-alias": {
1573
                    "dev-master": "1.1-dev"
1574
                }
1575
            },
1576
            "autoload": {
1577
                "psr-4": {
1578
                    "Symfony\\Polyfill\\Mbstring\\": ""
1579
                },
1580
                "files": [
1581
                    "bootstrap.php"
1582
                ]
1583
            },
1584
            "notification-url": "https://packagist.org/downloads/",
1585
            "license": [
1586
                "MIT"
1587
            ],
1588
            "authors": [
1589
                {
1590
                    "name": "Nicolas Grekas",
1591
                    "email": "[email protected]"
1592
                },
1593
                {
1594
                    "name": "Symfony Community",
1595
                    "homepage": "https://symfony.com/contributors"
1596
                }
1597
            ],
1598
            "description": "Symfony polyfill for the Mbstring extension",
1599
            "homepage": "https://symfony.com",
1600
            "keywords": [
1601
                "compatibility",
1602
                "mbstring",
1603
                "polyfill",
1604
                "portable",
1605
                "shim"
1606
            ],
1607
            "time": "2016-01-20 09:13:37"
1608
        },
1609
        {
1610
            "name": "symfony/stopwatch",
1611
            "version": "v3.0.3",
1612
            "source": {
1613
                "type": "git",
1614
                "url": "https://github.com/symfony/stopwatch.git",
1615
                "reference": "4a204804952ff267ace88cf499e0b4bb302a475e"
1616
            },
1617
            "dist": {
1618
                "type": "zip",
1619
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4a204804952ff267ace88cf499e0b4bb302a475e",
1620
                "reference": "4a204804952ff267ace88cf499e0b4bb302a475e",
1621
                "shasum": ""
1622
            },
1623
            "require": {
1624
                "php": ">=5.5.9"
1625
            },
1626
            "type": "library",
1627
            "extra": {
1628
                "branch-alias": {
1629
                    "dev-master": "3.0-dev"
1630
                }
1631
            },
1632
            "autoload": {
1633
                "psr-4": {
1634
                    "Symfony\\Component\\Stopwatch\\": ""
1635
                },
1636
                "exclude-from-classmap": [
1637
                    "/Tests/"
1638
                ]
1639
            },
1640
            "notification-url": "https://packagist.org/downloads/",
1641
            "license": [
1642
                "MIT"
1643
            ],
1644
            "authors": [
1645
                {
1646
                    "name": "Fabien Potencier",
1647
                    "email": "[email protected]"
1648
                },
1649
                {
1650
                    "name": "Symfony Community",
1651
                    "homepage": "https://symfony.com/contributors"
1652
                }
1653
            ],
1654
            "description": "Symfony Stopwatch Component",
1655
            "homepage": "https://symfony.com",
1656
            "time": "2016-01-03 15:35:16"
1657
        },
1658
        {
1659
            "name": "symfony/yaml",
1660
            "version": "v3.0.3",
1661
            "source": {
1662
                "type": "git",
1663
                "url": "https://github.com/symfony/yaml.git",
1664
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c"
1665
            },
1666
            "dist": {
1667
                "type": "zip",
1668
                "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c",
1669
                "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c",
1670
                "shasum": ""
1671
            },
1672
            "require": {
1673
                "php": ">=5.5.9"
1674
            },
1675
            "type": "library",
1676
            "extra": {
1677
                "branch-alias": {
1678
                    "dev-master": "3.0-dev"
1679
                }
1680
            },
1681
            "autoload": {
1682
                "psr-4": {
1683
                    "Symfony\\Component\\Yaml\\": ""
1684
                },
1685
                "exclude-from-classmap": [
1686
                    "/Tests/"
1687
                ]
1688
            },
1689
            "notification-url": "https://packagist.org/downloads/",
1690
            "license": [
1691
                "MIT"
1692
            ],
1693
            "authors": [
1694
                {
1695
                    "name": "Fabien Potencier",
1696
                    "email": "[email protected]"
1697
                },
1698
                {
1699
                    "name": "Symfony Community",
1700
                    "homepage": "https://symfony.com/contributors"
1701
                }
1702
            ],
1703
            "description": "Symfony Yaml Component",
1704
            "homepage": "https://symfony.com",
1705
            "time": "2016-02-23 15:16:06"
1706
        }
1707
    ],
1708
    "aliases": [],
1709
    "minimum-stability": "stable",
1710
    "stability-flags": [],
1711
    "prefer-stable": false,
1712
    "prefer-lowest": false,
1713
    "platform": [],
1714
    "platform-dev": []
1715
}
1716