Completed
Push — master ( b27363...9eb202 )
by GBProd
9s
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "acc5b29c36d3c598f702af8aa426b679",
8
    "content-hash": "1500752bc3f54752e71b1ac260ad4dd4",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/cache",
80
            "version": "v1.6.0",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/cache.git",
84
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
89
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": "~5.5|~7.0"
94
            },
95
            "conflict": {
96
                "doctrine/common": ">2.2,<2.4"
97
            },
98
            "require-dev": {
99
                "phpunit/phpunit": "~4.8|~5.0",
100
                "predis/predis": "~1.0",
101
                "satooshi/php-coveralls": "~0.6"
102
            },
103
            "type": "library",
104
            "extra": {
105
                "branch-alias": {
106
                    "dev-master": "1.6.x-dev"
107
                }
108
            },
109
            "autoload": {
110
                "psr-4": {
111
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Roman Borschel",
121
                    "email": "[email protected]"
122
                },
123
                {
124
                    "name": "Benjamin Eberlei",
125
                    "email": "[email protected]"
126
                },
127
                {
128
                    "name": "Guilherme Blanco",
129
                    "email": "[email protected]"
130
                },
131
                {
132
                    "name": "Jonathan Wage",
133
                    "email": "[email protected]"
134
                },
135
                {
136
                    "name": "Johannes Schmitt",
137
                    "email": "[email protected]"
138
                }
139
            ],
140
            "description": "Caching library offering an object-oriented API for many cache backends",
141
            "homepage": "http://www.doctrine-project.org",
142
            "keywords": [
143
                "cache",
144
                "caching"
145
            ],
146
            "time": "2015-12-31 16:37:02"
147
        },
148
        {
149
            "name": "doctrine/lexer",
150
            "version": "v1.0.1",
151
            "source": {
152
                "type": "git",
153
                "url": "https://github.com/doctrine/lexer.git",
154
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
155
            },
156
            "dist": {
157
                "type": "zip",
158
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
159
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
160
                "shasum": ""
161
            },
162
            "require": {
163
                "php": ">=5.3.2"
164
            },
165
            "type": "library",
166
            "extra": {
167
                "branch-alias": {
168
                    "dev-master": "1.0.x-dev"
169
                }
170
            },
171
            "autoload": {
172
                "psr-0": {
173
                    "Doctrine\\Common\\Lexer\\": "lib/"
174
                }
175
            },
176
            "notification-url": "https://packagist.org/downloads/",
177
            "license": [
178
                "MIT"
179
            ],
180
            "authors": [
181
                {
182
                    "name": "Roman Borschel",
183
                    "email": "[email protected]"
184
                },
185
                {
186
                    "name": "Guilherme Blanco",
187
                    "email": "[email protected]"
188
                },
189
                {
190
                    "name": "Johannes Schmitt",
191
                    "email": "[email protected]"
192
                }
193
            ],
194
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
195
            "homepage": "http://www.doctrine-project.org",
196
            "keywords": [
197
                "lexer",
198
                "parser"
199
            ],
200
            "time": "2014-09-09 13:34:57"
201
        },
202
        {
203
            "name": "paragonie/random_compat",
204
            "version": "v1.4.1",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/paragonie/random_compat.git",
208
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
213
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "php": ">=5.2.0"
218
            },
219
            "require-dev": {
220
                "phpunit/phpunit": "4.*|5.*"
221
            },
222
            "suggest": {
223
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
224
            },
225
            "type": "library",
226
            "autoload": {
227
                "files": [
228
                    "lib/random.php"
229
                ]
230
            },
231
            "notification-url": "https://packagist.org/downloads/",
232
            "license": [
233
                "MIT"
234
            ],
235
            "authors": [
236
                {
237
                    "name": "Paragon Initiative Enterprises",
238
                    "email": "[email protected]",
239
                    "homepage": "https://paragonie.com"
240
                }
241
            ],
242
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
243
            "keywords": [
244
                "csprng",
245
                "pseudorandom",
246
                "random"
247
            ],
248
            "time": "2016-03-18 20:34:03"
249
        },
250
        {
251
            "name": "psr/log",
252
            "version": "1.0.0",
253
            "source": {
254
                "type": "git",
255
                "url": "https://github.com/php-fig/log.git",
256
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
257
            },
258
            "dist": {
259
                "type": "zip",
260
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
261
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
262
                "shasum": ""
263
            },
264
            "type": "library",
265
            "autoload": {
266
                "psr-0": {
267
                    "Psr\\Log\\": ""
268
                }
269
            },
270
            "notification-url": "https://packagist.org/downloads/",
271
            "license": [
272
                "MIT"
273
            ],
274
            "authors": [
275
                {
276
                    "name": "PHP-FIG",
277
                    "homepage": "http://www.php-fig.org/"
278
                }
279
            ],
280
            "description": "Common interface for logging libraries",
281
            "keywords": [
282
                "log",
283
                "psr",
284
                "psr-3"
285
            ],
286
            "time": "2012-12-21 11:40:51"
287
        },
288
        {
289
            "name": "ruflin/elastica",
290
            "version": "3.1.1",
291
            "source": {
292
                "type": "git",
293
                "url": "https://github.com/ruflin/Elastica.git",
294
                "reference": "571dd533f56057f2afc5f447759b09bbcc012a0d"
295
            },
296
            "dist": {
297
                "type": "zip",
298
                "url": "https://api.github.com/repos/ruflin/Elastica/zipball/571dd533f56057f2afc5f447759b09bbcc012a0d",
299
                "reference": "571dd533f56057f2afc5f447759b09bbcc012a0d",
300
                "shasum": ""
301
            },
302
            "require": {
303
                "php": ">=5.4.0",
304
                "psr/log": "~1.0"
305
            },
306
            "require-dev": {
307
                "aws/aws-sdk-php": "~3.0",
308
                "guzzlehttp/guzzle": "~6.0"
309
            },
310
            "suggest": {
311
                "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service",
312
                "egeloen/http-adapter": "Allow using httpadapter transport",
313
                "guzzlehttp/guzzle": "Allow using guzzle 6 as the http transport (Requires php 5.5)",
314
                "monolog/monolog": "Logging request"
315
            },
316
            "type": "library",
317
            "extra": {
318
                "branch-alias": {
319
                    "dev-master": "3.1.x-dev"
320
                }
321
            },
322
            "autoload": {
323
                "psr-4": {
324
                    "Elastica\\": "lib/Elastica/"
325
                }
326
            },
327
            "notification-url": "https://packagist.org/downloads/",
328
            "license": [
329
                "MIT"
330
            ],
331
            "authors": [
332
                {
333
                    "name": "Nicolas Ruflin",
334
                    "homepage": "http://ruflin.com/"
335
                }
336
            ],
337
            "description": "Elasticsearch Client",
338
            "homepage": "http://elastica.io/",
339
            "keywords": [
340
                "client",
341
                "search"
342
            ],
343
            "time": "2016-03-18 07:56:36"
344
        },
345
        {
346
            "name": "symfony/asset",
347
            "version": "v3.0.4",
348
            "source": {
349
                "type": "git",
350
                "url": "https://github.com/symfony/asset.git",
351
                "reference": "ae5e0397523f6c75d28e500731a4300385f1a11b"
352
            },
353
            "dist": {
354
                "type": "zip",
355
                "url": "https://api.github.com/repos/symfony/asset/zipball/ae5e0397523f6c75d28e500731a4300385f1a11b",
356
                "reference": "ae5e0397523f6c75d28e500731a4300385f1a11b",
357
                "shasum": ""
358
            },
359
            "require": {
360
                "php": ">=5.5.9"
361
            },
362
            "require-dev": {
363
                "symfony/http-foundation": "~2.8|~3.0"
364
            },
365
            "suggest": {
366
                "symfony/http-foundation": ""
367
            },
368
            "type": "library",
369
            "extra": {
370
                "branch-alias": {
371
                    "dev-master": "3.0-dev"
372
                }
373
            },
374
            "autoload": {
375
                "psr-4": {
376
                    "Symfony\\Component\\Asset\\": ""
377
                },
378
                "exclude-from-classmap": [
379
                    "/Tests/"
380
                ]
381
            },
382
            "notification-url": "https://packagist.org/downloads/",
383
            "license": [
384
                "MIT"
385
            ],
386
            "authors": [
387
                {
388
                    "name": "Fabien Potencier",
389
                    "email": "[email protected]"
390
                },
391
                {
392
                    "name": "Symfony Community",
393
                    "homepage": "https://symfony.com/contributors"
394
                }
395
            ],
396
            "description": "Symfony Asset Component",
397
            "homepage": "https://symfony.com",
398
            "time": "2016-03-10 10:34:12"
399
        },
400
        {
401
            "name": "symfony/class-loader",
402
            "version": "v3.0.4",
403
            "source": {
404
                "type": "git",
405
                "url": "https://github.com/symfony/class-loader.git",
406
                "reference": "cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877"
407
            },
408
            "dist": {
409
                "type": "zip",
410
                "url": "https://api.github.com/repos/symfony/class-loader/zipball/cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877",
411
                "reference": "cbb7e6a9c0213a0cffa5d9065ee8214ca4e83877",
412
                "shasum": ""
413
            },
414
            "require": {
415
                "php": ">=5.5.9"
416
            },
417
            "require-dev": {
418
                "symfony/finder": "~2.8|~3.0",
419
                "symfony/polyfill-apcu": "~1.1"
420
            },
421
            "suggest": {
422
                "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
423
            },
424
            "type": "library",
425
            "extra": {
426
                "branch-alias": {
427
                    "dev-master": "3.0-dev"
428
                }
429
            },
430
            "autoload": {
431
                "psr-4": {
432
                    "Symfony\\Component\\ClassLoader\\": ""
433
                },
434
                "exclude-from-classmap": [
435
                    "/Tests/"
436
                ]
437
            },
438
            "notification-url": "https://packagist.org/downloads/",
439
            "license": [
440
                "MIT"
441
            ],
442
            "authors": [
443
                {
444
                    "name": "Fabien Potencier",
445
                    "email": "[email protected]"
446
                },
447
                {
448
                    "name": "Symfony Community",
449
                    "homepage": "https://symfony.com/contributors"
450
                }
451
            ],
452
            "description": "Symfony ClassLoader Component",
453
            "homepage": "https://symfony.com",
454
            "time": "2016-03-30 10:41:14"
455
        },
456
        {
457
            "name": "symfony/config",
458
            "version": "v3.0.4",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/symfony/config.git",
462
                "reference": "980ee40c28f00acff8906c11b778aab5f0db74c2"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/symfony/config/zipball/980ee40c28f00acff8906c11b778aab5f0db74c2",
467
                "reference": "980ee40c28f00acff8906c11b778aab5f0db74c2",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "php": ">=5.5.9",
472
                "symfony/filesystem": "~2.8|~3.0"
473
            },
474
            "suggest": {
475
                "symfony/yaml": "To use the yaml reference dumper"
476
            },
477
            "type": "library",
478
            "extra": {
479
                "branch-alias": {
480
                    "dev-master": "3.0-dev"
481
                }
482
            },
483
            "autoload": {
484
                "psr-4": {
485
                    "Symfony\\Component\\Config\\": ""
486
                },
487
                "exclude-from-classmap": [
488
                    "/Tests/"
489
                ]
490
            },
491
            "notification-url": "https://packagist.org/downloads/",
492
            "license": [
493
                "MIT"
494
            ],
495
            "authors": [
496
                {
497
                    "name": "Fabien Potencier",
498
                    "email": "[email protected]"
499
                },
500
                {
501
                    "name": "Symfony Community",
502
                    "homepage": "https://symfony.com/contributors"
503
                }
504
            ],
505
            "description": "Symfony Config Component",
506
            "homepage": "https://symfony.com",
507
            "time": "2016-03-04 07:55:57"
508
        },
509
        {
510
            "name": "symfony/console",
511
            "version": "v3.0.4",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/symfony/console.git",
515
                "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/symfony/console/zipball/6b1175135bc2a74c08a28d89761272de8beed8cd",
520
                "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "php": ">=5.5.9",
525
                "symfony/polyfill-mbstring": "~1.0"
526
            },
527
            "require-dev": {
528
                "psr/log": "~1.0",
529
                "symfony/event-dispatcher": "~2.8|~3.0",
530
                "symfony/process": "~2.8|~3.0"
531
            },
532
            "suggest": {
533
                "psr/log": "For using the console logger",
534
                "symfony/event-dispatcher": "",
535
                "symfony/process": ""
536
            },
537
            "type": "library",
538
            "extra": {
539
                "branch-alias": {
540
                    "dev-master": "3.0-dev"
541
                }
542
            },
543
            "autoload": {
544
                "psr-4": {
545
                    "Symfony\\Component\\Console\\": ""
546
                },
547
                "exclude-from-classmap": [
548
                    "/Tests/"
549
                ]
550
            },
551
            "notification-url": "https://packagist.org/downloads/",
552
            "license": [
553
                "MIT"
554
            ],
555
            "authors": [
556
                {
557
                    "name": "Fabien Potencier",
558
                    "email": "[email protected]"
559
                },
560
                {
561
                    "name": "Symfony Community",
562
                    "homepage": "https://symfony.com/contributors"
563
                }
564
            ],
565
            "description": "Symfony Console Component",
566
            "homepage": "https://symfony.com",
567
            "time": "2016-03-16 17:00:50"
568
        },
569
        {
570
            "name": "symfony/debug",
571
            "version": "v3.0.4",
572
            "source": {
573
                "type": "git",
574
                "url": "https://github.com/symfony/debug.git",
575
                "reference": "a06d10888a45afd97534506afb058ec38d9ba35b"
576
            },
577
            "dist": {
578
                "type": "zip",
579
                "url": "https://api.github.com/repos/symfony/debug/zipball/a06d10888a45afd97534506afb058ec38d9ba35b",
580
                "reference": "a06d10888a45afd97534506afb058ec38d9ba35b",
581
                "shasum": ""
582
            },
583
            "require": {
584
                "php": ">=5.5.9",
585
                "psr/log": "~1.0"
586
            },
587
            "conflict": {
588
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
589
            },
590
            "require-dev": {
591
                "symfony/class-loader": "~2.8|~3.0",
592
                "symfony/http-kernel": "~2.8|~3.0"
593
            },
594
            "type": "library",
595
            "extra": {
596
                "branch-alias": {
597
                    "dev-master": "3.0-dev"
598
                }
599
            },
600
            "autoload": {
601
                "psr-4": {
602
                    "Symfony\\Component\\Debug\\": ""
603
                },
604
                "exclude-from-classmap": [
605
                    "/Tests/"
606
                ]
607
            },
608
            "notification-url": "https://packagist.org/downloads/",
609
            "license": [
610
                "MIT"
611
            ],
612
            "authors": [
613
                {
614
                    "name": "Fabien Potencier",
615
                    "email": "[email protected]"
616
                },
617
                {
618
                    "name": "Symfony Community",
619
                    "homepage": "https://symfony.com/contributors"
620
                }
621
            ],
622
            "description": "Symfony Debug Component",
623
            "homepage": "https://symfony.com",
624
            "time": "2016-03-30 10:41:14"
625
        },
626
        {
627
            "name": "symfony/dependency-injection",
628
            "version": "v3.0.4",
629
            "source": {
630
                "type": "git",
631
                "url": "https://github.com/symfony/dependency-injection.git",
632
                "reference": "6a9058101b591edced21ca3c83c80a3978f5c6b0"
633
            },
634
            "dist": {
635
                "type": "zip",
636
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6a9058101b591edced21ca3c83c80a3978f5c6b0",
637
                "reference": "6a9058101b591edced21ca3c83c80a3978f5c6b0",
638
                "shasum": ""
639
            },
640
            "require": {
641
                "php": ">=5.5.9"
642
            },
643
            "require-dev": {
644
                "symfony/config": "~2.8|~3.0",
645
                "symfony/expression-language": "~2.8|~3.0",
646
                "symfony/yaml": "~2.8|~3.0"
647
            },
648
            "suggest": {
649
                "symfony/config": "",
650
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
651
                "symfony/yaml": ""
652
            },
653
            "type": "library",
654
            "extra": {
655
                "branch-alias": {
656
                    "dev-master": "3.0-dev"
657
                }
658
            },
659
            "autoload": {
660
                "psr-4": {
661
                    "Symfony\\Component\\DependencyInjection\\": ""
662
                },
663
                "exclude-from-classmap": [
664
                    "/Tests/"
665
                ]
666
            },
667
            "notification-url": "https://packagist.org/downloads/",
668
            "license": [
669
                "MIT"
670
            ],
671
            "authors": [
672
                {
673
                    "name": "Fabien Potencier",
674
                    "email": "[email protected]"
675
                },
676
                {
677
                    "name": "Symfony Community",
678
                    "homepage": "https://symfony.com/contributors"
679
                }
680
            ],
681
            "description": "Symfony DependencyInjection Component",
682
            "homepage": "https://symfony.com",
683
            "time": "2016-03-30 10:41:14"
684
        },
685
        {
686
            "name": "symfony/event-dispatcher",
687
            "version": "v3.0.4",
688
            "source": {
689
                "type": "git",
690
                "url": "https://github.com/symfony/event-dispatcher.git",
691
                "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39"
692
            },
693
            "dist": {
694
                "type": "zip",
695
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9002dcf018d884d294b1ef20a6f968efc1128f39",
696
                "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39",
697
                "shasum": ""
698
            },
699
            "require": {
700
                "php": ">=5.5.9"
701
            },
702
            "require-dev": {
703
                "psr/log": "~1.0",
704
                "symfony/config": "~2.8|~3.0",
705
                "symfony/dependency-injection": "~2.8|~3.0",
706
                "symfony/expression-language": "~2.8|~3.0",
707
                "symfony/stopwatch": "~2.8|~3.0"
708
            },
709
            "suggest": {
710
                "symfony/dependency-injection": "",
711
                "symfony/http-kernel": ""
712
            },
713
            "type": "library",
714
            "extra": {
715
                "branch-alias": {
716
                    "dev-master": "3.0-dev"
717
                }
718
            },
719
            "autoload": {
720
                "psr-4": {
721
                    "Symfony\\Component\\EventDispatcher\\": ""
722
                },
723
                "exclude-from-classmap": [
724
                    "/Tests/"
725
                ]
726
            },
727
            "notification-url": "https://packagist.org/downloads/",
728
            "license": [
729
                "MIT"
730
            ],
731
            "authors": [
732
                {
733
                    "name": "Fabien Potencier",
734
                    "email": "[email protected]"
735
                },
736
                {
737
                    "name": "Symfony Community",
738
                    "homepage": "https://symfony.com/contributors"
739
                }
740
            ],
741
            "description": "Symfony EventDispatcher Component",
742
            "homepage": "https://symfony.com",
743
            "time": "2016-03-10 10:34:12"
744
        },
745
        {
746
            "name": "symfony/filesystem",
747
            "version": "v3.0.4",
748
            "source": {
749
                "type": "git",
750
                "url": "https://github.com/symfony/filesystem.git",
751
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20"
752
            },
753
            "dist": {
754
                "type": "zip",
755
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/f82499a459dcade2ea56df94cc58b19c8bde3d20",
756
                "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20",
757
                "shasum": ""
758
            },
759
            "require": {
760
                "php": ">=5.5.9"
761
            },
762
            "type": "library",
763
            "extra": {
764
                "branch-alias": {
765
                    "dev-master": "3.0-dev"
766
                }
767
            },
768
            "autoload": {
769
                "psr-4": {
770
                    "Symfony\\Component\\Filesystem\\": ""
771
                },
772
                "exclude-from-classmap": [
773
                    "/Tests/"
774
                ]
775
            },
776
            "notification-url": "https://packagist.org/downloads/",
777
            "license": [
778
                "MIT"
779
            ],
780
            "authors": [
781
                {
782
                    "name": "Fabien Potencier",
783
                    "email": "[email protected]"
784
                },
785
                {
786
                    "name": "Symfony Community",
787
                    "homepage": "https://symfony.com/contributors"
788
                }
789
            ],
790
            "description": "Symfony Filesystem Component",
791
            "homepage": "https://symfony.com",
792
            "time": "2016-03-27 10:24:39"
793
        },
794
        {
795
            "name": "symfony/finder",
796
            "version": "v3.0.4",
797
            "source": {
798
                "type": "git",
799
                "url": "https://github.com/symfony/finder.git",
800
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52"
801
            },
802
            "dist": {
803
                "type": "zip",
804
                "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52",
805
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
806
                "shasum": ""
807
            },
808
            "require": {
809
                "php": ">=5.5.9"
810
            },
811
            "type": "library",
812
            "extra": {
813
                "branch-alias": {
814
                    "dev-master": "3.0-dev"
815
                }
816
            },
817
            "autoload": {
818
                "psr-4": {
819
                    "Symfony\\Component\\Finder\\": ""
820
                },
821
                "exclude-from-classmap": [
822
                    "/Tests/"
823
                ]
824
            },
825
            "notification-url": "https://packagist.org/downloads/",
826
            "license": [
827
                "MIT"
828
            ],
829
            "authors": [
830
                {
831
                    "name": "Fabien Potencier",
832
                    "email": "[email protected]"
833
                },
834
                {
835
                    "name": "Symfony Community",
836
                    "homepage": "https://symfony.com/contributors"
837
                }
838
            ],
839
            "description": "Symfony Finder Component",
840
            "homepage": "https://symfony.com",
841
            "time": "2016-03-10 11:13:05"
842
        },
843
        {
844
            "name": "symfony/framework-bundle",
845
            "version": "v3.0.4",
846
            "source": {
847
                "type": "git",
848
                "url": "https://github.com/symfony/framework-bundle.git",
849
                "reference": "73134a2f1fc6c1a8557f20f785a18057fcc9d11c"
850
            },
851
            "dist": {
852
                "type": "zip",
853
                "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/73134a2f1fc6c1a8557f20f785a18057fcc9d11c",
854
                "reference": "73134a2f1fc6c1a8557f20f785a18057fcc9d11c",
855
                "shasum": ""
856
            },
857
            "require": {
858
                "doctrine/annotations": "~1.0",
859
                "doctrine/cache": "~1.0",
860
                "php": ">=5.5.9",
861
                "symfony/asset": "~2.8|~3.0",
862
                "symfony/class-loader": "~2.8|~3.0",
863
                "symfony/config": "~2.8|~3.0",
864
                "symfony/dependency-injection": "~2.8|~3.0",
865
                "symfony/event-dispatcher": "~2.8|~3.0",
866
                "symfony/filesystem": "~2.8|~3.0",
867
                "symfony/finder": "~2.8|~3.0",
868
                "symfony/http-foundation": "~2.8|~3.0",
869
                "symfony/http-kernel": "~2.8|~3.0",
870
                "symfony/polyfill-mbstring": "~1.0",
871
                "symfony/routing": "~3.0",
872
                "symfony/security-core": "~2.8|~3.0",
873
                "symfony/security-csrf": "~2.8|~3.0",
874
                "symfony/stopwatch": "~2.8|~3.0",
875
                "symfony/templating": "~2.8|~3.0",
876
                "symfony/translation": "~2.8|~3.0"
877
            },
878
            "require-dev": {
879
                "phpdocumentor/reflection": "^1.0.7",
880
                "symfony/browser-kit": "~2.8|~3.0",
881
                "symfony/console": "~2.8|~3.0",
882
                "symfony/css-selector": "~2.8|~3.0",
883
                "symfony/dom-crawler": "~2.8|~3.0",
884
                "symfony/expression-language": "~2.8|~3.0",
885
                "symfony/form": "~2.8|~3.0",
886
                "symfony/polyfill-intl-icu": "~1.0",
887
                "symfony/process": "~2.8|~3.0",
888
                "symfony/property-info": "~2.8|~3.0",
889
                "symfony/security": "~2.8|~3.0",
890
                "symfony/validator": "~2.8|~3.0",
891
                "symfony/yaml": "~2.8|~3.0",
892
                "twig/twig": "~1.23|~2.0"
893
            },
894
            "suggest": {
895
                "symfony/console": "For using the console commands",
896
                "symfony/form": "For using forms",
897
                "symfony/process": "For using the server:run, server:start, server:stop, and server:status commands",
898
                "symfony/property-info": "For using the property_info service",
899
                "symfony/serializer": "For using the serializer service",
900
                "symfony/validator": "For using validation",
901
                "symfony/yaml": "For using the debug:config and lint:yaml commands"
902
            },
903
            "type": "symfony-bundle",
904
            "extra": {
905
                "branch-alias": {
906
                    "dev-master": "3.0-dev"
907
                }
908
            },
909
            "autoload": {
910
                "psr-4": {
911
                    "Symfony\\Bundle\\FrameworkBundle\\": ""
912
                },
913
                "exclude-from-classmap": [
914
                    "/Tests/"
915
                ]
916
            },
917
            "notification-url": "https://packagist.org/downloads/",
918
            "license": [
919
                "MIT"
920
            ],
921
            "authors": [
922
                {
923
                    "name": "Fabien Potencier",
924
                    "email": "[email protected]"
925
                },
926
                {
927
                    "name": "Symfony Community",
928
                    "homepage": "https://symfony.com/contributors"
929
                }
930
            ],
931
            "description": "Symfony FrameworkBundle",
932
            "homepage": "https://symfony.com",
933
            "time": "2016-03-27 10:25:16"
934
        },
935
        {
936
            "name": "symfony/http-foundation",
937
            "version": "v3.0.4",
938
            "source": {
939
                "type": "git",
940
                "url": "https://github.com/symfony/http-foundation.git",
941
                "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f"
942
            },
943
            "dist": {
944
                "type": "zip",
945
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/99f38445a874e7becb8afc4b4a79ee181cf6ec3f",
946
                "reference": "99f38445a874e7becb8afc4b4a79ee181cf6ec3f",
947
                "shasum": ""
948
            },
949
            "require": {
950
                "php": ">=5.5.9",
951
                "symfony/polyfill-mbstring": "~1.1"
952
            },
953
            "require-dev": {
954
                "symfony/expression-language": "~2.8|~3.0"
955
            },
956
            "type": "library",
957
            "extra": {
958
                "branch-alias": {
959
                    "dev-master": "3.0-dev"
960
                }
961
            },
962
            "autoload": {
963
                "psr-4": {
964
                    "Symfony\\Component\\HttpFoundation\\": ""
965
                },
966
                "exclude-from-classmap": [
967
                    "/Tests/"
968
                ]
969
            },
970
            "notification-url": "https://packagist.org/downloads/",
971
            "license": [
972
                "MIT"
973
            ],
974
            "authors": [
975
                {
976
                    "name": "Fabien Potencier",
977
                    "email": "[email protected]"
978
                },
979
                {
980
                    "name": "Symfony Community",
981
                    "homepage": "https://symfony.com/contributors"
982
                }
983
            ],
984
            "description": "Symfony HttpFoundation Component",
985
            "homepage": "https://symfony.com",
986
            "time": "2016-03-27 14:50:32"
987
        },
988
        {
989
            "name": "symfony/http-kernel",
990
            "version": "v3.0.4",
991
            "source": {
992
                "type": "git",
993
                "url": "https://github.com/symfony/http-kernel.git",
994
                "reference": "579f828489659d7b3430f4bd9b67b4618b387dea"
995
            },
996
            "dist": {
997
                "type": "zip",
998
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/579f828489659d7b3430f4bd9b67b4618b387dea",
999
                "reference": "579f828489659d7b3430f4bd9b67b4618b387dea",
1000
                "shasum": ""
1001
            },
1002
            "require": {
1003
                "php": ">=5.5.9",
1004
                "psr/log": "~1.0",
1005
                "symfony/debug": "~2.8|~3.0",
1006
                "symfony/event-dispatcher": "~2.8|~3.0",
1007
                "symfony/http-foundation": "~2.8|~3.0"
1008
            },
1009
            "conflict": {
1010
                "symfony/config": "<2.8"
1011
            },
1012
            "require-dev": {
1013
                "symfony/browser-kit": "~2.8|~3.0",
1014
                "symfony/class-loader": "~2.8|~3.0",
1015
                "symfony/config": "~2.8|~3.0",
1016
                "symfony/console": "~2.8|~3.0",
1017
                "symfony/css-selector": "~2.8|~3.0",
1018
                "symfony/dependency-injection": "~2.8|~3.0",
1019
                "symfony/dom-crawler": "~2.8|~3.0",
1020
                "symfony/expression-language": "~2.8|~3.0",
1021
                "symfony/finder": "~2.8|~3.0",
1022
                "symfony/process": "~2.8|~3.0",
1023
                "symfony/routing": "~2.8|~3.0",
1024
                "symfony/stopwatch": "~2.8|~3.0",
1025
                "symfony/templating": "~2.8|~3.0",
1026
                "symfony/translation": "~2.8|~3.0",
1027
                "symfony/var-dumper": "~2.8|~3.0"
1028
            },
1029
            "suggest": {
1030
                "symfony/browser-kit": "",
1031
                "symfony/class-loader": "",
1032
                "symfony/config": "",
1033
                "symfony/console": "",
1034
                "symfony/dependency-injection": "",
1035
                "symfony/finder": "",
1036
                "symfony/var-dumper": ""
1037
            },
1038
            "type": "library",
1039
            "extra": {
1040
                "branch-alias": {
1041
                    "dev-master": "3.0-dev"
1042
                }
1043
            },
1044
            "autoload": {
1045
                "psr-4": {
1046
                    "Symfony\\Component\\HttpKernel\\": ""
1047
                },
1048
                "exclude-from-classmap": [
1049
                    "/Tests/"
1050
                ]
1051
            },
1052
            "notification-url": "https://packagist.org/downloads/",
1053
            "license": [
1054
                "MIT"
1055
            ],
1056
            "authors": [
1057
                {
1058
                    "name": "Fabien Potencier",
1059
                    "email": "[email protected]"
1060
                },
1061
                {
1062
                    "name": "Symfony Community",
1063
                    "homepage": "https://symfony.com/contributors"
1064
                }
1065
            ],
1066
            "description": "Symfony HttpKernel Component",
1067
            "homepage": "https://symfony.com",
1068
            "time": "2016-03-25 01:41:20"
1069
        },
1070
        {
1071
            "name": "symfony/polyfill-mbstring",
1072
            "version": "v1.1.1",
1073
            "source": {
1074
                "type": "git",
1075
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1076
                "reference": "1289d16209491b584839022f29257ad859b8532d"
1077
            },
1078
            "dist": {
1079
                "type": "zip",
1080
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
1081
                "reference": "1289d16209491b584839022f29257ad859b8532d",
1082
                "shasum": ""
1083
            },
1084
            "require": {
1085
                "php": ">=5.3.3"
1086
            },
1087
            "suggest": {
1088
                "ext-mbstring": "For best performance"
1089
            },
1090
            "type": "library",
1091
            "extra": {
1092
                "branch-alias": {
1093
                    "dev-master": "1.1-dev"
1094
                }
1095
            },
1096
            "autoload": {
1097
                "psr-4": {
1098
                    "Symfony\\Polyfill\\Mbstring\\": ""
1099
                },
1100
                "files": [
1101
                    "bootstrap.php"
1102
                ]
1103
            },
1104
            "notification-url": "https://packagist.org/downloads/",
1105
            "license": [
1106
                "MIT"
1107
            ],
1108
            "authors": [
1109
                {
1110
                    "name": "Nicolas Grekas",
1111
                    "email": "[email protected]"
1112
                },
1113
                {
1114
                    "name": "Symfony Community",
1115
                    "homepage": "https://symfony.com/contributors"
1116
                }
1117
            ],
1118
            "description": "Symfony polyfill for the Mbstring extension",
1119
            "homepage": "https://symfony.com",
1120
            "keywords": [
1121
                "compatibility",
1122
                "mbstring",
1123
                "polyfill",
1124
                "portable",
1125
                "shim"
1126
            ],
1127
            "time": "2016-01-20 09:13:37"
1128
        },
1129
        {
1130
            "name": "symfony/polyfill-php56",
1131
            "version": "v1.1.1",
1132
            "source": {
1133
                "type": "git",
1134
                "url": "https://github.com/symfony/polyfill-php56.git",
1135
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
1136
            },
1137
            "dist": {
1138
                "type": "zip",
1139
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
1140
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
1141
                "shasum": ""
1142
            },
1143
            "require": {
1144
                "php": ">=5.3.3",
1145
                "symfony/polyfill-util": "~1.0"
1146
            },
1147
            "type": "library",
1148
            "extra": {
1149
                "branch-alias": {
1150
                    "dev-master": "1.1-dev"
1151
                }
1152
            },
1153
            "autoload": {
1154
                "psr-4": {
1155
                    "Symfony\\Polyfill\\Php56\\": ""
1156
                },
1157
                "files": [
1158
                    "bootstrap.php"
1159
                ]
1160
            },
1161
            "notification-url": "https://packagist.org/downloads/",
1162
            "license": [
1163
                "MIT"
1164
            ],
1165
            "authors": [
1166
                {
1167
                    "name": "Nicolas Grekas",
1168
                    "email": "[email protected]"
1169
                },
1170
                {
1171
                    "name": "Symfony Community",
1172
                    "homepage": "https://symfony.com/contributors"
1173
                }
1174
            ],
1175
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
1176
            "homepage": "https://symfony.com",
1177
            "keywords": [
1178
                "compatibility",
1179
                "polyfill",
1180
                "portable",
1181
                "shim"
1182
            ],
1183
            "time": "2016-01-20 09:13:37"
1184
        },
1185
        {
1186
            "name": "symfony/polyfill-php70",
1187
            "version": "v1.1.1",
1188
            "source": {
1189
                "type": "git",
1190
                "url": "https://github.com/symfony/polyfill-php70.git",
1191
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
1192
            },
1193
            "dist": {
1194
                "type": "zip",
1195
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
1196
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
1197
                "shasum": ""
1198
            },
1199
            "require": {
1200
                "paragonie/random_compat": "~1.0",
1201
                "php": ">=5.3.3"
1202
            },
1203
            "type": "library",
1204
            "extra": {
1205
                "branch-alias": {
1206
                    "dev-master": "1.1-dev"
1207
                }
1208
            },
1209
            "autoload": {
1210
                "psr-4": {
1211
                    "Symfony\\Polyfill\\Php70\\": ""
1212
                },
1213
                "files": [
1214
                    "bootstrap.php"
1215
                ],
1216
                "classmap": [
1217
                    "Resources/stubs"
1218
                ]
1219
            },
1220
            "notification-url": "https://packagist.org/downloads/",
1221
            "license": [
1222
                "MIT"
1223
            ],
1224
            "authors": [
1225
                {
1226
                    "name": "Nicolas Grekas",
1227
                    "email": "[email protected]"
1228
                },
1229
                {
1230
                    "name": "Symfony Community",
1231
                    "homepage": "https://symfony.com/contributors"
1232
                }
1233
            ],
1234
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
1235
            "homepage": "https://symfony.com",
1236
            "keywords": [
1237
                "compatibility",
1238
                "polyfill",
1239
                "portable",
1240
                "shim"
1241
            ],
1242
            "time": "2016-01-28 22:42:02"
1243
        },
1244
        {
1245
            "name": "symfony/polyfill-util",
1246
            "version": "v1.1.1",
1247
            "source": {
1248
                "type": "git",
1249
                "url": "https://github.com/symfony/polyfill-util.git",
1250
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
1251
            },
1252
            "dist": {
1253
                "type": "zip",
1254
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1255
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
1256
                "shasum": ""
1257
            },
1258
            "require": {
1259
                "php": ">=5.3.3"
1260
            },
1261
            "type": "library",
1262
            "extra": {
1263
                "branch-alias": {
1264
                    "dev-master": "1.1-dev"
1265
                }
1266
            },
1267
            "autoload": {
1268
                "psr-4": {
1269
                    "Symfony\\Polyfill\\Util\\": ""
1270
                }
1271
            },
1272
            "notification-url": "https://packagist.org/downloads/",
1273
            "license": [
1274
                "MIT"
1275
            ],
1276
            "authors": [
1277
                {
1278
                    "name": "Nicolas Grekas",
1279
                    "email": "[email protected]"
1280
                },
1281
                {
1282
                    "name": "Symfony Community",
1283
                    "homepage": "https://symfony.com/contributors"
1284
                }
1285
            ],
1286
            "description": "Symfony utilities for portability of PHP codes",
1287
            "homepage": "https://symfony.com",
1288
            "keywords": [
1289
                "compat",
1290
                "compatibility",
1291
                "polyfill",
1292
                "shim"
1293
            ],
1294
            "time": "2016-01-20 09:13:37"
1295
        },
1296
        {
1297
            "name": "symfony/routing",
1298
            "version": "v3.0.4",
1299
            "source": {
1300
                "type": "git",
1301
                "url": "https://github.com/symfony/routing.git",
1302
                "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa"
1303
            },
1304
            "dist": {
1305
                "type": "zip",
1306
                "url": "https://api.github.com/repos/symfony/routing/zipball/d061b609f2d0769494c381ec92f5c5cc5e4a20aa",
1307
                "reference": "d061b609f2d0769494c381ec92f5c5cc5e4a20aa",
1308
                "shasum": ""
1309
            },
1310
            "require": {
1311
                "php": ">=5.5.9"
1312
            },
1313
            "conflict": {
1314
                "symfony/config": "<2.8"
1315
            },
1316
            "require-dev": {
1317
                "doctrine/annotations": "~1.0",
1318
                "doctrine/common": "~2.2",
1319
                "psr/log": "~1.0",
1320
                "symfony/config": "~2.8|~3.0",
1321
                "symfony/expression-language": "~2.8|~3.0",
1322
                "symfony/http-foundation": "~2.8|~3.0",
1323
                "symfony/yaml": "~2.8|~3.0"
1324
            },
1325
            "suggest": {
1326
                "doctrine/annotations": "For using the annotation loader",
1327
                "symfony/config": "For using the all-in-one router or any loader",
1328
                "symfony/dependency-injection": "For loading routes from a service",
1329
                "symfony/expression-language": "For using expression matching",
1330
                "symfony/http-foundation": "For using a Symfony Request object",
1331
                "symfony/yaml": "For using the YAML loader"
1332
            },
1333
            "type": "library",
1334
            "extra": {
1335
                "branch-alias": {
1336
                    "dev-master": "3.0-dev"
1337
                }
1338
            },
1339
            "autoload": {
1340
                "psr-4": {
1341
                    "Symfony\\Component\\Routing\\": ""
1342
                },
1343
                "exclude-from-classmap": [
1344
                    "/Tests/"
1345
                ]
1346
            },
1347
            "notification-url": "https://packagist.org/downloads/",
1348
            "license": [
1349
                "MIT"
1350
            ],
1351
            "authors": [
1352
                {
1353
                    "name": "Fabien Potencier",
1354
                    "email": "[email protected]"
1355
                },
1356
                {
1357
                    "name": "Symfony Community",
1358
                    "homepage": "https://symfony.com/contributors"
1359
                }
1360
            ],
1361
            "description": "Symfony Routing Component",
1362
            "homepage": "https://symfony.com",
1363
            "keywords": [
1364
                "router",
1365
                "routing",
1366
                "uri",
1367
                "url"
1368
            ],
1369
            "time": "2016-03-23 13:23:25"
1370
        },
1371
        {
1372
            "name": "symfony/security-core",
0 ignored issues
show
There is a security advisory for your installed version of symfony/security-core:

CVE-2016-2403: Unauthorized access on a misconfigured Ldap server when using an empty password
Loading history...
1373
            "version": "v3.0.4",
1374
            "source": {
1375
                "type": "git",
1376
                "url": "https://github.com/symfony/security-core.git",
1377
                "reference": "62eda01f17077bd0646ce8790308264133da3252"
1378
            },
1379
            "dist": {
1380
                "type": "zip",
1381
                "url": "https://api.github.com/repos/symfony/security-core/zipball/62eda01f17077bd0646ce8790308264133da3252",
1382
                "reference": "62eda01f17077bd0646ce8790308264133da3252",
1383
                "shasum": ""
1384
            },
1385
            "require": {
1386
                "php": ">=5.5.9",
1387
                "symfony/polyfill-php56": "~1.0",
1388
                "symfony/polyfill-util": "~1.0"
1389
            },
1390
            "require-dev": {
1391
                "psr/log": "~1.0",
1392
                "symfony/event-dispatcher": "~2.8|~3.0",
1393
                "symfony/expression-language": "~2.8|~3.0",
1394
                "symfony/http-foundation": "~2.8|~3.0",
1395
                "symfony/ldap": "~2.8|~3.0",
1396
                "symfony/validator": "~2.8|~3.0"
1397
            },
1398
            "suggest": {
1399
                "symfony/event-dispatcher": "",
1400
                "symfony/expression-language": "For using the expression voter",
1401
                "symfony/http-foundation": "",
1402
                "symfony/ldap": "For using LDAP integration",
1403
                "symfony/validator": "For using the user password constraint"
1404
            },
1405
            "type": "library",
1406
            "extra": {
1407
                "branch-alias": {
1408
                    "dev-master": "3.0-dev"
1409
                }
1410
            },
1411
            "autoload": {
1412
                "psr-4": {
1413
                    "Symfony\\Component\\Security\\Core\\": ""
1414
                },
1415
                "exclude-from-classmap": [
1416
                    "/Tests/"
1417
                ]
1418
            },
1419
            "notification-url": "https://packagist.org/downloads/",
1420
            "license": [
1421
                "MIT"
1422
            ],
1423
            "authors": [
1424
                {
1425
                    "name": "Fabien Potencier",
1426
                    "email": "[email protected]"
1427
                },
1428
                {
1429
                    "name": "Symfony Community",
1430
                    "homepage": "https://symfony.com/contributors"
1431
                }
1432
            ],
1433
            "description": "Symfony Security Component - Core Library",
1434
            "homepage": "https://symfony.com",
1435
            "time": "2016-03-16 16:47:19"
1436
        },
1437
        {
1438
            "name": "symfony/security-csrf",
1439
            "version": "v3.0.4",
1440
            "source": {
1441
                "type": "git",
1442
                "url": "https://github.com/symfony/security-csrf.git",
1443
                "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f"
1444
            },
1445
            "dist": {
1446
                "type": "zip",
1447
                "url": "https://api.github.com/repos/symfony/security-csrf/zipball/7fc8ca2f52e6c886579027c00273a02581527a1f",
1448
                "reference": "7fc8ca2f52e6c886579027c00273a02581527a1f",
1449
                "shasum": ""
1450
            },
1451
            "require": {
1452
                "php": ">=5.5.9",
1453
                "symfony/polyfill-php56": "~1.0",
1454
                "symfony/polyfill-php70": "~1.0",
1455
                "symfony/security-core": "~2.8|~3.0"
1456
            },
1457
            "require-dev": {
1458
                "symfony/http-foundation": "~2.8|~3.0"
1459
            },
1460
            "suggest": {
1461
                "symfony/http-foundation": "For using the class SessionTokenStorage."
1462
            },
1463
            "type": "library",
1464
            "extra": {
1465
                "branch-alias": {
1466
                    "dev-master": "3.0-dev"
1467
                }
1468
            },
1469
            "autoload": {
1470
                "psr-4": {
1471
                    "Symfony\\Component\\Security\\Csrf\\": ""
1472
                },
1473
                "exclude-from-classmap": [
1474
                    "/Tests/"
1475
                ]
1476
            },
1477
            "notification-url": "https://packagist.org/downloads/",
1478
            "license": [
1479
                "MIT"
1480
            ],
1481
            "authors": [
1482
                {
1483
                    "name": "Fabien Potencier",
1484
                    "email": "[email protected]"
1485
                },
1486
                {
1487
                    "name": "Symfony Community",
1488
                    "homepage": "https://symfony.com/contributors"
1489
                }
1490
            ],
1491
            "description": "Symfony Security Component - CSRF Library",
1492
            "homepage": "https://symfony.com",
1493
            "time": "2016-03-10 10:34:12"
1494
        },
1495
        {
1496
            "name": "symfony/stopwatch",
1497
            "version": "v3.0.4",
1498
            "source": {
1499
                "type": "git",
1500
                "url": "https://github.com/symfony/stopwatch.git",
1501
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06"
1502
            },
1503
            "dist": {
1504
                "type": "zip",
1505
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06",
1506
                "reference": "6015187088421e9499d8f8316bdb396f8b806c06",
1507
                "shasum": ""
1508
            },
1509
            "require": {
1510
                "php": ">=5.5.9"
1511
            },
1512
            "type": "library",
1513
            "extra": {
1514
                "branch-alias": {
1515
                    "dev-master": "3.0-dev"
1516
                }
1517
            },
1518
            "autoload": {
1519
                "psr-4": {
1520
                    "Symfony\\Component\\Stopwatch\\": ""
1521
                },
1522
                "exclude-from-classmap": [
1523
                    "/Tests/"
1524
                ]
1525
            },
1526
            "notification-url": "https://packagist.org/downloads/",
1527
            "license": [
1528
                "MIT"
1529
            ],
1530
            "authors": [
1531
                {
1532
                    "name": "Fabien Potencier",
1533
                    "email": "[email protected]"
1534
                },
1535
                {
1536
                    "name": "Symfony Community",
1537
                    "homepage": "https://symfony.com/contributors"
1538
                }
1539
            ],
1540
            "description": "Symfony Stopwatch Component",
1541
            "homepage": "https://symfony.com",
1542
            "time": "2016-03-04 07:55:57"
1543
        },
1544
        {
1545
            "name": "symfony/templating",
1546
            "version": "v3.0.4",
1547
            "source": {
1548
                "type": "git",
1549
                "url": "https://github.com/symfony/templating.git",
1550
                "reference": "582623fef6efc3f78aa86391e175b4e961909e3d"
1551
            },
1552
            "dist": {
1553
                "type": "zip",
1554
                "url": "https://api.github.com/repos/symfony/templating/zipball/582623fef6efc3f78aa86391e175b4e961909e3d",
1555
                "reference": "582623fef6efc3f78aa86391e175b4e961909e3d",
1556
                "shasum": ""
1557
            },
1558
            "require": {
1559
                "php": ">=5.5.9"
1560
            },
1561
            "require-dev": {
1562
                "psr/log": "~1.0"
1563
            },
1564
            "suggest": {
1565
                "psr/log": "For using debug logging in loaders"
1566
            },
1567
            "type": "library",
1568
            "extra": {
1569
                "branch-alias": {
1570
                    "dev-master": "3.0-dev"
1571
                }
1572
            },
1573
            "autoload": {
1574
                "psr-4": {
1575
                    "Symfony\\Component\\Templating\\": ""
1576
                },
1577
                "exclude-from-classmap": [
1578
                    "/Tests/"
1579
                ]
1580
            },
1581
            "notification-url": "https://packagist.org/downloads/",
1582
            "license": [
1583
                "MIT"
1584
            ],
1585
            "authors": [
1586
                {
1587
                    "name": "Fabien Potencier",
1588
                    "email": "[email protected]"
1589
                },
1590
                {
1591
                    "name": "Symfony Community",
1592
                    "homepage": "https://symfony.com/contributors"
1593
                }
1594
            ],
1595
            "description": "Symfony Templating Component",
1596
            "homepage": "https://symfony.com",
1597
            "time": "2016-03-27 10:24:39"
1598
        },
1599
        {
1600
            "name": "symfony/translation",
1601
            "version": "v3.0.4",
1602
            "source": {
1603
                "type": "git",
1604
                "url": "https://github.com/symfony/translation.git",
1605
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2"
1606
            },
1607
            "dist": {
1608
                "type": "zip",
1609
                "url": "https://api.github.com/repos/symfony/translation/zipball/f7a07af51ea067745a521dab1e3152044a2fb1f2",
1610
                "reference": "f7a07af51ea067745a521dab1e3152044a2fb1f2",
1611
                "shasum": ""
1612
            },
1613
            "require": {
1614
                "php": ">=5.5.9",
1615
                "symfony/polyfill-mbstring": "~1.0"
1616
            },
1617
            "conflict": {
1618
                "symfony/config": "<2.8"
1619
            },
1620
            "require-dev": {
1621
                "psr/log": "~1.0",
1622
                "symfony/config": "~2.8|~3.0",
1623
                "symfony/intl": "~2.8|~3.0",
1624
                "symfony/yaml": "~2.8|~3.0"
1625
            },
1626
            "suggest": {
1627
                "psr/log": "To use logging capability in translator",
1628
                "symfony/config": "",
1629
                "symfony/yaml": ""
1630
            },
1631
            "type": "library",
1632
            "extra": {
1633
                "branch-alias": {
1634
                    "dev-master": "3.0-dev"
1635
                }
1636
            },
1637
            "autoload": {
1638
                "psr-4": {
1639
                    "Symfony\\Component\\Translation\\": ""
1640
                },
1641
                "exclude-from-classmap": [
1642
                    "/Tests/"
1643
                ]
1644
            },
1645
            "notification-url": "https://packagist.org/downloads/",
1646
            "license": [
1647
                "MIT"
1648
            ],
1649
            "authors": [
1650
                {
1651
                    "name": "Fabien Potencier",
1652
                    "email": "[email protected]"
1653
                },
1654
                {
1655
                    "name": "Symfony Community",
1656
                    "homepage": "https://symfony.com/contributors"
1657
                }
1658
            ],
1659
            "description": "Symfony Translation Component",
1660
            "homepage": "https://symfony.com",
1661
            "time": "2016-03-25 01:41:20"
1662
        },
1663
        {
1664
            "name": "symfony/yaml",
1665
            "version": "v3.0.4",
1666
            "source": {
1667
                "type": "git",
1668
                "url": "https://github.com/symfony/yaml.git",
1669
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
1670
            },
1671
            "dist": {
1672
                "type": "zip",
1673
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
1674
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
1675
                "shasum": ""
1676
            },
1677
            "require": {
1678
                "php": ">=5.5.9"
1679
            },
1680
            "type": "library",
1681
            "extra": {
1682
                "branch-alias": {
1683
                    "dev-master": "3.0-dev"
1684
                }
1685
            },
1686
            "autoload": {
1687
                "psr-4": {
1688
                    "Symfony\\Component\\Yaml\\": ""
1689
                },
1690
                "exclude-from-classmap": [
1691
                    "/Tests/"
1692
                ]
1693
            },
1694
            "notification-url": "https://packagist.org/downloads/",
1695
            "license": [
1696
                "MIT"
1697
            ],
1698
            "authors": [
1699
                {
1700
                    "name": "Fabien Potencier",
1701
                    "email": "[email protected]"
1702
                },
1703
                {
1704
                    "name": "Symfony Community",
1705
                    "homepage": "https://symfony.com/contributors"
1706
                }
1707
            ],
1708
            "description": "Symfony Yaml Component",
1709
            "homepage": "https://symfony.com",
1710
            "time": "2016-03-04 07:55:57"
1711
        }
1712
    ],
1713
    "packages-dev": [
1714
        {
1715
            "name": "doctrine/instantiator",
1716
            "version": "1.0.5",
1717
            "source": {
1718
                "type": "git",
1719
                "url": "https://github.com/doctrine/instantiator.git",
1720
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1721
            },
1722
            "dist": {
1723
                "type": "zip",
1724
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1725
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1726
                "shasum": ""
1727
            },
1728
            "require": {
1729
                "php": ">=5.3,<8.0-DEV"
1730
            },
1731
            "require-dev": {
1732
                "athletic/athletic": "~0.1.8",
1733
                "ext-pdo": "*",
1734
                "ext-phar": "*",
1735
                "phpunit/phpunit": "~4.0",
1736
                "squizlabs/php_codesniffer": "~2.0"
1737
            },
1738
            "type": "library",
1739
            "extra": {
1740
                "branch-alias": {
1741
                    "dev-master": "1.0.x-dev"
1742
                }
1743
            },
1744
            "autoload": {
1745
                "psr-4": {
1746
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1747
                }
1748
            },
1749
            "notification-url": "https://packagist.org/downloads/",
1750
            "license": [
1751
                "MIT"
1752
            ],
1753
            "authors": [
1754
                {
1755
                    "name": "Marco Pivetta",
1756
                    "email": "[email protected]",
1757
                    "homepage": "http://ocramius.github.com/"
1758
                }
1759
            ],
1760
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1761
            "homepage": "https://github.com/doctrine/instantiator",
1762
            "keywords": [
1763
                "constructor",
1764
                "instantiate"
1765
            ],
1766
            "time": "2015-06-14 21:17:01"
1767
        },
1768
        {
1769
            "name": "phpdocumentor/reflection-docblock",
1770
            "version": "2.0.4",
1771
            "source": {
1772
                "type": "git",
1773
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1774
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1775
            },
1776
            "dist": {
1777
                "type": "zip",
1778
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1779
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1780
                "shasum": ""
1781
            },
1782
            "require": {
1783
                "php": ">=5.3.3"
1784
            },
1785
            "require-dev": {
1786
                "phpunit/phpunit": "~4.0"
1787
            },
1788
            "suggest": {
1789
                "dflydev/markdown": "~1.0",
1790
                "erusev/parsedown": "~1.0"
1791
            },
1792
            "type": "library",
1793
            "extra": {
1794
                "branch-alias": {
1795
                    "dev-master": "2.0.x-dev"
1796
                }
1797
            },
1798
            "autoload": {
1799
                "psr-0": {
1800
                    "phpDocumentor": [
1801
                        "src/"
1802
                    ]
1803
                }
1804
            },
1805
            "notification-url": "https://packagist.org/downloads/",
1806
            "license": [
1807
                "MIT"
1808
            ],
1809
            "authors": [
1810
                {
1811
                    "name": "Mike van Riel",
1812
                    "email": "[email protected]"
1813
                }
1814
            ],
1815
            "time": "2015-02-03 12:10:50"
1816
        },
1817
        {
1818
            "name": "phpspec/prophecy",
1819
            "version": "v1.6.0",
1820
            "source": {
1821
                "type": "git",
1822
                "url": "https://github.com/phpspec/prophecy.git",
1823
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
1824
            },
1825
            "dist": {
1826
                "type": "zip",
1827
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
1828
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
1829
                "shasum": ""
1830
            },
1831
            "require": {
1832
                "doctrine/instantiator": "^1.0.2",
1833
                "php": "^5.3|^7.0",
1834
                "phpdocumentor/reflection-docblock": "~2.0",
1835
                "sebastian/comparator": "~1.1",
1836
                "sebastian/recursion-context": "~1.0"
1837
            },
1838
            "require-dev": {
1839
                "phpspec/phpspec": "~2.0"
1840
            },
1841
            "type": "library",
1842
            "extra": {
1843
                "branch-alias": {
1844
                    "dev-master": "1.5.x-dev"
1845
                }
1846
            },
1847
            "autoload": {
1848
                "psr-0": {
1849
                    "Prophecy\\": "src/"
1850
                }
1851
            },
1852
            "notification-url": "https://packagist.org/downloads/",
1853
            "license": [
1854
                "MIT"
1855
            ],
1856
            "authors": [
1857
                {
1858
                    "name": "Konstantin Kudryashov",
1859
                    "email": "[email protected]",
1860
                    "homepage": "http://everzet.com"
1861
                },
1862
                {
1863
                    "name": "Marcello Duarte",
1864
                    "email": "[email protected]"
1865
                }
1866
            ],
1867
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1868
            "homepage": "https://github.com/phpspec/prophecy",
1869
            "keywords": [
1870
                "Double",
1871
                "Dummy",
1872
                "fake",
1873
                "mock",
1874
                "spy",
1875
                "stub"
1876
            ],
1877
            "time": "2016-02-15 07:46:21"
1878
        },
1879
        {
1880
            "name": "phpunit/php-code-coverage",
1881
            "version": "2.2.4",
1882
            "source": {
1883
                "type": "git",
1884
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1885
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1886
            },
1887
            "dist": {
1888
                "type": "zip",
1889
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1890
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1891
                "shasum": ""
1892
            },
1893
            "require": {
1894
                "php": ">=5.3.3",
1895
                "phpunit/php-file-iterator": "~1.3",
1896
                "phpunit/php-text-template": "~1.2",
1897
                "phpunit/php-token-stream": "~1.3",
1898
                "sebastian/environment": "^1.3.2",
1899
                "sebastian/version": "~1.0"
1900
            },
1901
            "require-dev": {
1902
                "ext-xdebug": ">=2.1.4",
1903
                "phpunit/phpunit": "~4"
1904
            },
1905
            "suggest": {
1906
                "ext-dom": "*",
1907
                "ext-xdebug": ">=2.2.1",
1908
                "ext-xmlwriter": "*"
1909
            },
1910
            "type": "library",
1911
            "extra": {
1912
                "branch-alias": {
1913
                    "dev-master": "2.2.x-dev"
1914
                }
1915
            },
1916
            "autoload": {
1917
                "classmap": [
1918
                    "src/"
1919
                ]
1920
            },
1921
            "notification-url": "https://packagist.org/downloads/",
1922
            "license": [
1923
                "BSD-3-Clause"
1924
            ],
1925
            "authors": [
1926
                {
1927
                    "name": "Sebastian Bergmann",
1928
                    "email": "[email protected]",
1929
                    "role": "lead"
1930
                }
1931
            ],
1932
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1933
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1934
            "keywords": [
1935
                "coverage",
1936
                "testing",
1937
                "xunit"
1938
            ],
1939
            "time": "2015-10-06 15:47:00"
1940
        },
1941
        {
1942
            "name": "phpunit/php-file-iterator",
1943
            "version": "1.4.1",
1944
            "source": {
1945
                "type": "git",
1946
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1947
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1948
            },
1949
            "dist": {
1950
                "type": "zip",
1951
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1952
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1953
                "shasum": ""
1954
            },
1955
            "require": {
1956
                "php": ">=5.3.3"
1957
            },
1958
            "type": "library",
1959
            "extra": {
1960
                "branch-alias": {
1961
                    "dev-master": "1.4.x-dev"
1962
                }
1963
            },
1964
            "autoload": {
1965
                "classmap": [
1966
                    "src/"
1967
                ]
1968
            },
1969
            "notification-url": "https://packagist.org/downloads/",
1970
            "license": [
1971
                "BSD-3-Clause"
1972
            ],
1973
            "authors": [
1974
                {
1975
                    "name": "Sebastian Bergmann",
1976
                    "email": "[email protected]",
1977
                    "role": "lead"
1978
                }
1979
            ],
1980
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1981
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1982
            "keywords": [
1983
                "filesystem",
1984
                "iterator"
1985
            ],
1986
            "time": "2015-06-21 13:08:43"
1987
        },
1988
        {
1989
            "name": "phpunit/php-text-template",
1990
            "version": "1.2.1",
1991
            "source": {
1992
                "type": "git",
1993
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1994
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1995
            },
1996
            "dist": {
1997
                "type": "zip",
1998
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1999
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
2000
                "shasum": ""
2001
            },
2002
            "require": {
2003
                "php": ">=5.3.3"
2004
            },
2005
            "type": "library",
2006
            "autoload": {
2007
                "classmap": [
2008
                    "src/"
2009
                ]
2010
            },
2011
            "notification-url": "https://packagist.org/downloads/",
2012
            "license": [
2013
                "BSD-3-Clause"
2014
            ],
2015
            "authors": [
2016
                {
2017
                    "name": "Sebastian Bergmann",
2018
                    "email": "[email protected]",
2019
                    "role": "lead"
2020
                }
2021
            ],
2022
            "description": "Simple template engine.",
2023
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2024
            "keywords": [
2025
                "template"
2026
            ],
2027
            "time": "2015-06-21 13:50:34"
2028
        },
2029
        {
2030
            "name": "phpunit/php-timer",
2031
            "version": "1.0.7",
2032
            "source": {
2033
                "type": "git",
2034
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2035
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
2036
            },
2037
            "dist": {
2038
                "type": "zip",
2039
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2040
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
2041
                "shasum": ""
2042
            },
2043
            "require": {
2044
                "php": ">=5.3.3"
2045
            },
2046
            "type": "library",
2047
            "autoload": {
2048
                "classmap": [
2049
                    "src/"
2050
                ]
2051
            },
2052
            "notification-url": "https://packagist.org/downloads/",
2053
            "license": [
2054
                "BSD-3-Clause"
2055
            ],
2056
            "authors": [
2057
                {
2058
                    "name": "Sebastian Bergmann",
2059
                    "email": "[email protected]",
2060
                    "role": "lead"
2061
                }
2062
            ],
2063
            "description": "Utility class for timing",
2064
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2065
            "keywords": [
2066
                "timer"
2067
            ],
2068
            "time": "2015-06-21 08:01:12"
2069
        },
2070
        {
2071
            "name": "phpunit/php-token-stream",
2072
            "version": "1.4.8",
2073
            "source": {
2074
                "type": "git",
2075
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2076
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2077
            },
2078
            "dist": {
2079
                "type": "zip",
2080
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2081
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2082
                "shasum": ""
2083
            },
2084
            "require": {
2085
                "ext-tokenizer": "*",
2086
                "php": ">=5.3.3"
2087
            },
2088
            "require-dev": {
2089
                "phpunit/phpunit": "~4.2"
2090
            },
2091
            "type": "library",
2092
            "extra": {
2093
                "branch-alias": {
2094
                    "dev-master": "1.4-dev"
2095
                }
2096
            },
2097
            "autoload": {
2098
                "classmap": [
2099
                    "src/"
2100
                ]
2101
            },
2102
            "notification-url": "https://packagist.org/downloads/",
2103
            "license": [
2104
                "BSD-3-Clause"
2105
            ],
2106
            "authors": [
2107
                {
2108
                    "name": "Sebastian Bergmann",
2109
                    "email": "[email protected]"
2110
                }
2111
            ],
2112
            "description": "Wrapper around PHP's tokenizer extension.",
2113
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2114
            "keywords": [
2115
                "tokenizer"
2116
            ],
2117
            "time": "2015-09-15 10:49:45"
2118
        },
2119
        {
2120
            "name": "phpunit/phpunit",
2121
            "version": "4.8.24",
2122
            "source": {
2123
                "type": "git",
2124
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2125
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
2126
            },
2127
            "dist": {
2128
                "type": "zip",
2129
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
2130
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
2131
                "shasum": ""
2132
            },
2133
            "require": {
2134
                "ext-dom": "*",
2135
                "ext-json": "*",
2136
                "ext-pcre": "*",
2137
                "ext-reflection": "*",
2138
                "ext-spl": "*",
2139
                "php": ">=5.3.3",
2140
                "phpspec/prophecy": "^1.3.1",
2141
                "phpunit/php-code-coverage": "~2.1",
2142
                "phpunit/php-file-iterator": "~1.4",
2143
                "phpunit/php-text-template": "~1.2",
2144
                "phpunit/php-timer": ">=1.0.6",
2145
                "phpunit/phpunit-mock-objects": "~2.3",
2146
                "sebastian/comparator": "~1.1",
2147
                "sebastian/diff": "~1.2",
2148
                "sebastian/environment": "~1.3",
2149
                "sebastian/exporter": "~1.2",
2150
                "sebastian/global-state": "~1.0",
2151
                "sebastian/version": "~1.0",
2152
                "symfony/yaml": "~2.1|~3.0"
2153
            },
2154
            "suggest": {
2155
                "phpunit/php-invoker": "~1.1"
2156
            },
2157
            "bin": [
2158
                "phpunit"
2159
            ],
2160
            "type": "library",
2161
            "extra": {
2162
                "branch-alias": {
2163
                    "dev-master": "4.8.x-dev"
2164
                }
2165
            },
2166
            "autoload": {
2167
                "classmap": [
2168
                    "src/"
2169
                ]
2170
            },
2171
            "notification-url": "https://packagist.org/downloads/",
2172
            "license": [
2173
                "BSD-3-Clause"
2174
            ],
2175
            "authors": [
2176
                {
2177
                    "name": "Sebastian Bergmann",
2178
                    "email": "[email protected]",
2179
                    "role": "lead"
2180
                }
2181
            ],
2182
            "description": "The PHP Unit Testing framework.",
2183
            "homepage": "https://phpunit.de/",
2184
            "keywords": [
2185
                "phpunit",
2186
                "testing",
2187
                "xunit"
2188
            ],
2189
            "time": "2016-03-14 06:16:08"
2190
        },
2191
        {
2192
            "name": "phpunit/phpunit-mock-objects",
2193
            "version": "2.3.8",
2194
            "source": {
2195
                "type": "git",
2196
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2197
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2198
            },
2199
            "dist": {
2200
                "type": "zip",
2201
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2202
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2203
                "shasum": ""
2204
            },
2205
            "require": {
2206
                "doctrine/instantiator": "^1.0.2",
2207
                "php": ">=5.3.3",
2208
                "phpunit/php-text-template": "~1.2",
2209
                "sebastian/exporter": "~1.2"
2210
            },
2211
            "require-dev": {
2212
                "phpunit/phpunit": "~4.4"
2213
            },
2214
            "suggest": {
2215
                "ext-soap": "*"
2216
            },
2217
            "type": "library",
2218
            "extra": {
2219
                "branch-alias": {
2220
                    "dev-master": "2.3.x-dev"
2221
                }
2222
            },
2223
            "autoload": {
2224
                "classmap": [
2225
                    "src/"
2226
                ]
2227
            },
2228
            "notification-url": "https://packagist.org/downloads/",
2229
            "license": [
2230
                "BSD-3-Clause"
2231
            ],
2232
            "authors": [
2233
                {
2234
                    "name": "Sebastian Bergmann",
2235
                    "email": "[email protected]",
2236
                    "role": "lead"
2237
                }
2238
            ],
2239
            "description": "Mock Object library for PHPUnit",
2240
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2241
            "keywords": [
2242
                "mock",
2243
                "xunit"
2244
            ],
2245
            "time": "2015-10-02 06:51:40"
2246
        },
2247
        {
2248
            "name": "sebastian/comparator",
2249
            "version": "1.2.0",
2250
            "source": {
2251
                "type": "git",
2252
                "url": "https://github.com/sebastianbergmann/comparator.git",
2253
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2254
            },
2255
            "dist": {
2256
                "type": "zip",
2257
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2258
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2259
                "shasum": ""
2260
            },
2261
            "require": {
2262
                "php": ">=5.3.3",
2263
                "sebastian/diff": "~1.2",
2264
                "sebastian/exporter": "~1.2"
2265
            },
2266
            "require-dev": {
2267
                "phpunit/phpunit": "~4.4"
2268
            },
2269
            "type": "library",
2270
            "extra": {
2271
                "branch-alias": {
2272
                    "dev-master": "1.2.x-dev"
2273
                }
2274
            },
2275
            "autoload": {
2276
                "classmap": [
2277
                    "src/"
2278
                ]
2279
            },
2280
            "notification-url": "https://packagist.org/downloads/",
2281
            "license": [
2282
                "BSD-3-Clause"
2283
            ],
2284
            "authors": [
2285
                {
2286
                    "name": "Jeff Welch",
2287
                    "email": "[email protected]"
2288
                },
2289
                {
2290
                    "name": "Volker Dusch",
2291
                    "email": "[email protected]"
2292
                },
2293
                {
2294
                    "name": "Bernhard Schussek",
2295
                    "email": "[email protected]"
2296
                },
2297
                {
2298
                    "name": "Sebastian Bergmann",
2299
                    "email": "[email protected]"
2300
                }
2301
            ],
2302
            "description": "Provides the functionality to compare PHP values for equality",
2303
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2304
            "keywords": [
2305
                "comparator",
2306
                "compare",
2307
                "equality"
2308
            ],
2309
            "time": "2015-07-26 15:48:44"
2310
        },
2311
        {
2312
            "name": "sebastian/diff",
2313
            "version": "1.4.1",
2314
            "source": {
2315
                "type": "git",
2316
                "url": "https://github.com/sebastianbergmann/diff.git",
2317
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2318
            },
2319
            "dist": {
2320
                "type": "zip",
2321
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2322
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2323
                "shasum": ""
2324
            },
2325
            "require": {
2326
                "php": ">=5.3.3"
2327
            },
2328
            "require-dev": {
2329
                "phpunit/phpunit": "~4.8"
2330
            },
2331
            "type": "library",
2332
            "extra": {
2333
                "branch-alias": {
2334
                    "dev-master": "1.4-dev"
2335
                }
2336
            },
2337
            "autoload": {
2338
                "classmap": [
2339
                    "src/"
2340
                ]
2341
            },
2342
            "notification-url": "https://packagist.org/downloads/",
2343
            "license": [
2344
                "BSD-3-Clause"
2345
            ],
2346
            "authors": [
2347
                {
2348
                    "name": "Kore Nordmann",
2349
                    "email": "[email protected]"
2350
                },
2351
                {
2352
                    "name": "Sebastian Bergmann",
2353
                    "email": "[email protected]"
2354
                }
2355
            ],
2356
            "description": "Diff implementation",
2357
            "homepage": "https://github.com/sebastianbergmann/diff",
2358
            "keywords": [
2359
                "diff"
2360
            ],
2361
            "time": "2015-12-08 07:14:41"
2362
        },
2363
        {
2364
            "name": "sebastian/environment",
2365
            "version": "1.3.5",
2366
            "source": {
2367
                "type": "git",
2368
                "url": "https://github.com/sebastianbergmann/environment.git",
2369
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
2370
            },
2371
            "dist": {
2372
                "type": "zip",
2373
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
2374
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
2375
                "shasum": ""
2376
            },
2377
            "require": {
2378
                "php": ">=5.3.3"
2379
            },
2380
            "require-dev": {
2381
                "phpunit/phpunit": "~4.4"
2382
            },
2383
            "type": "library",
2384
            "extra": {
2385
                "branch-alias": {
2386
                    "dev-master": "1.3.x-dev"
2387
                }
2388
            },
2389
            "autoload": {
2390
                "classmap": [
2391
                    "src/"
2392
                ]
2393
            },
2394
            "notification-url": "https://packagist.org/downloads/",
2395
            "license": [
2396
                "BSD-3-Clause"
2397
            ],
2398
            "authors": [
2399
                {
2400
                    "name": "Sebastian Bergmann",
2401
                    "email": "[email protected]"
2402
                }
2403
            ],
2404
            "description": "Provides functionality to handle HHVM/PHP environments",
2405
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2406
            "keywords": [
2407
                "Xdebug",
2408
                "environment",
2409
                "hhvm"
2410
            ],
2411
            "time": "2016-02-26 18:40:46"
2412
        },
2413
        {
2414
            "name": "sebastian/exporter",
2415
            "version": "1.2.1",
2416
            "source": {
2417
                "type": "git",
2418
                "url": "https://github.com/sebastianbergmann/exporter.git",
2419
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2420
            },
2421
            "dist": {
2422
                "type": "zip",
2423
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2424
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2425
                "shasum": ""
2426
            },
2427
            "require": {
2428
                "php": ">=5.3.3",
2429
                "sebastian/recursion-context": "~1.0"
2430
            },
2431
            "require-dev": {
2432
                "phpunit/phpunit": "~4.4"
2433
            },
2434
            "type": "library",
2435
            "extra": {
2436
                "branch-alias": {
2437
                    "dev-master": "1.2.x-dev"
2438
                }
2439
            },
2440
            "autoload": {
2441
                "classmap": [
2442
                    "src/"
2443
                ]
2444
            },
2445
            "notification-url": "https://packagist.org/downloads/",
2446
            "license": [
2447
                "BSD-3-Clause"
2448
            ],
2449
            "authors": [
2450
                {
2451
                    "name": "Jeff Welch",
2452
                    "email": "[email protected]"
2453
                },
2454
                {
2455
                    "name": "Volker Dusch",
2456
                    "email": "[email protected]"
2457
                },
2458
                {
2459
                    "name": "Bernhard Schussek",
2460
                    "email": "[email protected]"
2461
                },
2462
                {
2463
                    "name": "Sebastian Bergmann",
2464
                    "email": "[email protected]"
2465
                },
2466
                {
2467
                    "name": "Adam Harvey",
2468
                    "email": "[email protected]"
2469
                }
2470
            ],
2471
            "description": "Provides the functionality to export PHP variables for visualization",
2472
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2473
            "keywords": [
2474
                "export",
2475
                "exporter"
2476
            ],
2477
            "time": "2015-06-21 07:55:53"
2478
        },
2479
        {
2480
            "name": "sebastian/global-state",
2481
            "version": "1.1.1",
2482
            "source": {
2483
                "type": "git",
2484
                "url": "https://github.com/sebastianbergmann/global-state.git",
2485
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2486
            },
2487
            "dist": {
2488
                "type": "zip",
2489
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2490
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2491
                "shasum": ""
2492
            },
2493
            "require": {
2494
                "php": ">=5.3.3"
2495
            },
2496
            "require-dev": {
2497
                "phpunit/phpunit": "~4.2"
2498
            },
2499
            "suggest": {
2500
                "ext-uopz": "*"
2501
            },
2502
            "type": "library",
2503
            "extra": {
2504
                "branch-alias": {
2505
                    "dev-master": "1.0-dev"
2506
                }
2507
            },
2508
            "autoload": {
2509
                "classmap": [
2510
                    "src/"
2511
                ]
2512
            },
2513
            "notification-url": "https://packagist.org/downloads/",
2514
            "license": [
2515
                "BSD-3-Clause"
2516
            ],
2517
            "authors": [
2518
                {
2519
                    "name": "Sebastian Bergmann",
2520
                    "email": "[email protected]"
2521
                }
2522
            ],
2523
            "description": "Snapshotting of global state",
2524
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2525
            "keywords": [
2526
                "global state"
2527
            ],
2528
            "time": "2015-10-12 03:26:01"
2529
        },
2530
        {
2531
            "name": "sebastian/recursion-context",
2532
            "version": "1.0.2",
2533
            "source": {
2534
                "type": "git",
2535
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2536
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2537
            },
2538
            "dist": {
2539
                "type": "zip",
2540
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2541
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2542
                "shasum": ""
2543
            },
2544
            "require": {
2545
                "php": ">=5.3.3"
2546
            },
2547
            "require-dev": {
2548
                "phpunit/phpunit": "~4.4"
2549
            },
2550
            "type": "library",
2551
            "extra": {
2552
                "branch-alias": {
2553
                    "dev-master": "1.0.x-dev"
2554
                }
2555
            },
2556
            "autoload": {
2557
                "classmap": [
2558
                    "src/"
2559
                ]
2560
            },
2561
            "notification-url": "https://packagist.org/downloads/",
2562
            "license": [
2563
                "BSD-3-Clause"
2564
            ],
2565
            "authors": [
2566
                {
2567
                    "name": "Jeff Welch",
2568
                    "email": "[email protected]"
2569
                },
2570
                {
2571
                    "name": "Sebastian Bergmann",
2572
                    "email": "[email protected]"
2573
                },
2574
                {
2575
                    "name": "Adam Harvey",
2576
                    "email": "[email protected]"
2577
                }
2578
            ],
2579
            "description": "Provides functionality to recursively process PHP variables",
2580
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2581
            "time": "2015-11-11 19:50:13"
2582
        },
2583
        {
2584
            "name": "sebastian/version",
2585
            "version": "1.0.6",
2586
            "source": {
2587
                "type": "git",
2588
                "url": "https://github.com/sebastianbergmann/version.git",
2589
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2590
            },
2591
            "dist": {
2592
                "type": "zip",
2593
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2594
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2595
                "shasum": ""
2596
            },
2597
            "type": "library",
2598
            "autoload": {
2599
                "classmap": [
2600
                    "src/"
2601
                ]
2602
            },
2603
            "notification-url": "https://packagist.org/downloads/",
2604
            "license": [
2605
                "BSD-3-Clause"
2606
            ],
2607
            "authors": [
2608
                {
2609
                    "name": "Sebastian Bergmann",
2610
                    "email": "[email protected]",
2611
                    "role": "lead"
2612
                }
2613
            ],
2614
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2615
            "homepage": "https://github.com/sebastianbergmann/version",
2616
            "time": "2015-06-21 13:59:46"
2617
        }
2618
    ],
2619
    "aliases": [],
2620
    "minimum-stability": "stable",
2621
    "stability-flags": [],
2622
    "prefer-stable": false,
2623
    "prefer-lowest": false,
2624
    "platform": {
2625
        "php": ">=5.5"
2626
    },
2627
    "platform-dev": []
2628
}
2629