Completed
Push — master ( 563916...ca1336 )
by Adrien
05:31
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": "b6b981e0113e6308ffddc0314c56cc78",
8
    "content-hash": "ab3935f93d3c25ebd4a30715bb9144b8",
9
    "packages": [
10
        {
11
            "name": "doctrine/instantiator",
12
            "version": "1.0.5",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/instantiator.git",
16
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
21
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3,<8.0-DEV"
26
            },
27
            "require-dev": {
28
                "athletic/athletic": "~0.1.8",
29
                "ext-pdo": "*",
30
                "ext-phar": "*",
31
                "phpunit/phpunit": "~4.0",
32
                "squizlabs/php_codesniffer": "~2.0"
33
            },
34
            "type": "library",
35
            "extra": {
36
                "branch-alias": {
37
                    "dev-master": "1.0.x-dev"
38
                }
39
            },
40
            "autoload": {
41
                "psr-4": {
42
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
43
                }
44
            },
45
            "notification-url": "https://packagist.org/downloads/",
46
            "license": [
47
                "MIT"
48
            ],
49
            "authors": [
50
                {
51
                    "name": "Marco Pivetta",
52
                    "email": "[email protected]",
53
                    "homepage": "http://ocramius.github.com/"
54
                }
55
            ],
56
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
57
            "homepage": "https://github.com/doctrine/instantiator",
58
            "keywords": [
59
                "constructor",
60
                "instantiate"
61
            ],
62
            "time": "2015-06-14 21:17:01"
63
        },
64
        {
65
            "name": "fabpot/php-cs-fixer",
66
            "version": "v1.10.2",
67
            "source": {
68
                "type": "git",
69
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
70
                "reference": "e8b3c4e41dc1484210fdc45363c41af6c2d56f20"
71
            },
72
            "dist": {
73
                "type": "zip",
74
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/e8b3c4e41dc1484210fdc45363c41af6c2d56f20",
75
                "reference": "e8b3c4e41dc1484210fdc45363c41af6c2d56f20",
76
                "shasum": ""
77
            },
78
            "require": {
79
                "ext-tokenizer": "*",
80
                "php": ">=5.3.6",
81
                "sebastian/diff": "~1.1",
82
                "symfony/console": "~2.3",
83
                "symfony/event-dispatcher": "~2.1",
84
                "symfony/filesystem": "~2.1",
85
                "symfony/finder": "~2.1",
86
                "symfony/process": "~2.3",
87
                "symfony/stopwatch": "~2.5"
88
            },
89
            "require-dev": {
90
                "satooshi/php-coveralls": "0.7.*@dev"
91
            },
92
            "bin": [
93
                "php-cs-fixer"
94
            ],
95
            "type": "application",
96
            "autoload": {
97
                "psr-4": {
98
                    "Symfony\\CS\\": "Symfony/CS/"
99
                }
100
            },
101
            "notification-url": "https://packagist.org/downloads/",
102
            "license": [
103
                "MIT"
104
            ],
105
            "authors": [
106
                {
107
                    "name": "Dariusz Rumiński",
108
                    "email": "[email protected]"
109
                },
110
                {
111
                    "name": "Fabien Potencier",
112
                    "email": "[email protected]"
113
                }
114
            ],
115
            "description": "A tool to automatically fix PHP code style",
116
            "time": "2015-10-21 19:19:43"
117
        },
118
        {
119
            "name": "myclabs/deep-copy",
120
            "version": "1.5.0",
121
            "source": {
122
                "type": "git",
123
                "url": "https://github.com/myclabs/DeepCopy.git",
124
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
125
            },
126
            "dist": {
127
                "type": "zip",
128
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
129
                "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
130
                "shasum": ""
131
            },
132
            "require": {
133
                "php": ">=5.4.0"
134
            },
135
            "require-dev": {
136
                "doctrine/collections": "1.*",
137
                "phpunit/phpunit": "~4.1"
138
            },
139
            "type": "library",
140
            "autoload": {
141
                "psr-4": {
142
                    "DeepCopy\\": "src/DeepCopy/"
143
                }
144
            },
145
            "notification-url": "https://packagist.org/downloads/",
146
            "license": [
147
                "MIT"
148
            ],
149
            "description": "Create deep copies (clones) of your objects",
150
            "homepage": "https://github.com/myclabs/DeepCopy",
151
            "keywords": [
152
                "clone",
153
                "copy",
154
                "duplicate",
155
                "object",
156
                "object graph"
157
            ],
158
            "time": "2015-11-07 22:20:37"
159
        },
160
        {
161
            "name": "phpdocumentor/reflection-docblock",
162
            "version": "2.0.4",
163
            "source": {
164
                "type": "git",
165
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
166
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
167
            },
168
            "dist": {
169
                "type": "zip",
170
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
171
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
172
                "shasum": ""
173
            },
174
            "require": {
175
                "php": ">=5.3.3"
176
            },
177
            "require-dev": {
178
                "phpunit/phpunit": "~4.0"
179
            },
180
            "suggest": {
181
                "dflydev/markdown": "~1.0",
182
                "erusev/parsedown": "~1.0"
183
            },
184
            "type": "library",
185
            "extra": {
186
                "branch-alias": {
187
                    "dev-master": "2.0.x-dev"
188
                }
189
            },
190
            "autoload": {
191
                "psr-0": {
192
                    "phpDocumentor": [
193
                        "src/"
194
                    ]
195
                }
196
            },
197
            "notification-url": "https://packagist.org/downloads/",
198
            "license": [
199
                "MIT"
200
            ],
201
            "authors": [
202
                {
203
                    "name": "Mike van Riel",
204
                    "email": "[email protected]"
205
                }
206
            ],
207
            "time": "2015-02-03 12:10:50"
208
        },
209
        {
210
            "name": "phpspec/prophecy",
211
            "version": "v1.5.0",
212
            "source": {
213
                "type": "git",
214
                "url": "https://github.com/phpspec/prophecy.git",
215
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
216
            },
217
            "dist": {
218
                "type": "zip",
219
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
220
                "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
221
                "shasum": ""
222
            },
223
            "require": {
224
                "doctrine/instantiator": "^1.0.2",
225
                "phpdocumentor/reflection-docblock": "~2.0",
226
                "sebastian/comparator": "~1.1"
227
            },
228
            "require-dev": {
229
                "phpspec/phpspec": "~2.0"
230
            },
231
            "type": "library",
232
            "extra": {
233
                "branch-alias": {
234
                    "dev-master": "1.4.x-dev"
235
                }
236
            },
237
            "autoload": {
238
                "psr-0": {
239
                    "Prophecy\\": "src/"
240
                }
241
            },
242
            "notification-url": "https://packagist.org/downloads/",
243
            "license": [
244
                "MIT"
245
            ],
246
            "authors": [
247
                {
248
                    "name": "Konstantin Kudryashov",
249
                    "email": "[email protected]",
250
                    "homepage": "http://everzet.com"
251
                },
252
                {
253
                    "name": "Marcello Duarte",
254
                    "email": "[email protected]"
255
                }
256
            ],
257
            "description": "Highly opinionated mocking framework for PHP 5.3+",
258
            "homepage": "https://github.com/phpspec/prophecy",
259
            "keywords": [
260
                "Double",
261
                "Dummy",
262
                "fake",
263
                "mock",
264
                "spy",
265
                "stub"
266
            ],
267
            "time": "2015-08-13 10:07:40"
268
        },
269
        {
270
            "name": "phpunit/php-code-coverage",
271
            "version": "3.0.2",
272
            "source": {
273
                "type": "git",
274
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
275
                "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d"
276
            },
277
            "dist": {
278
                "type": "zip",
279
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
280
                "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
281
                "shasum": ""
282
            },
283
            "require": {
284
                "php": ">=5.6",
285
                "phpunit/php-file-iterator": "~1.3",
286
                "phpunit/php-text-template": "~1.2",
287
                "phpunit/php-token-stream": "~1.3",
288
                "sebastian/environment": "^1.3.2",
289
                "sebastian/version": "~1.0"
290
            },
291
            "require-dev": {
292
                "ext-xdebug": ">=2.1.4",
293
                "phpunit/phpunit": "~5"
294
            },
295
            "suggest": {
296
                "ext-dom": "*",
297
                "ext-xdebug": ">=2.2.1",
298
                "ext-xmlwriter": "*"
299
            },
300
            "type": "library",
301
            "extra": {
302
                "branch-alias": {
303
                    "dev-master": "3.0.x-dev"
304
                }
305
            },
306
            "autoload": {
307
                "classmap": [
308
                    "src/"
309
                ]
310
            },
311
            "notification-url": "https://packagist.org/downloads/",
312
            "license": [
313
                "BSD-3-Clause"
314
            ],
315
            "authors": [
316
                {
317
                    "name": "Sebastian Bergmann",
318
                    "email": "[email protected]",
319
                    "role": "lead"
320
                }
321
            ],
322
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
323
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
324
            "keywords": [
325
                "coverage",
326
                "testing",
327
                "xunit"
328
            ],
329
            "time": "2015-11-12 21:08:20"
330
        },
331
        {
332
            "name": "phpunit/php-file-iterator",
333
            "version": "1.4.1",
334
            "source": {
335
                "type": "git",
336
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
337
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
338
            },
339
            "dist": {
340
                "type": "zip",
341
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
342
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
343
                "shasum": ""
344
            },
345
            "require": {
346
                "php": ">=5.3.3"
347
            },
348
            "type": "library",
349
            "extra": {
350
                "branch-alias": {
351
                    "dev-master": "1.4.x-dev"
352
                }
353
            },
354
            "autoload": {
355
                "classmap": [
356
                    "src/"
357
                ]
358
            },
359
            "notification-url": "https://packagist.org/downloads/",
360
            "license": [
361
                "BSD-3-Clause"
362
            ],
363
            "authors": [
364
                {
365
                    "name": "Sebastian Bergmann",
366
                    "email": "[email protected]",
367
                    "role": "lead"
368
                }
369
            ],
370
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
371
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
372
            "keywords": [
373
                "filesystem",
374
                "iterator"
375
            ],
376
            "time": "2015-06-21 13:08:43"
377
        },
378
        {
379
            "name": "phpunit/php-text-template",
380
            "version": "1.2.1",
381
            "source": {
382
                "type": "git",
383
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
384
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
385
            },
386
            "dist": {
387
                "type": "zip",
388
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
389
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
390
                "shasum": ""
391
            },
392
            "require": {
393
                "php": ">=5.3.3"
394
            },
395
            "type": "library",
396
            "autoload": {
397
                "classmap": [
398
                    "src/"
399
                ]
400
            },
401
            "notification-url": "https://packagist.org/downloads/",
402
            "license": [
403
                "BSD-3-Clause"
404
            ],
405
            "authors": [
406
                {
407
                    "name": "Sebastian Bergmann",
408
                    "email": "[email protected]",
409
                    "role": "lead"
410
                }
411
            ],
412
            "description": "Simple template engine.",
413
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
414
            "keywords": [
415
                "template"
416
            ],
417
            "time": "2015-06-21 13:50:34"
418
        },
419
        {
420
            "name": "phpunit/php-timer",
421
            "version": "1.0.7",
422
            "source": {
423
                "type": "git",
424
                "url": "https://github.com/sebastianbergmann/php-timer.git",
425
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
426
            },
427
            "dist": {
428
                "type": "zip",
429
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
430
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
431
                "shasum": ""
432
            },
433
            "require": {
434
                "php": ">=5.3.3"
435
            },
436
            "type": "library",
437
            "autoload": {
438
                "classmap": [
439
                    "src/"
440
                ]
441
            },
442
            "notification-url": "https://packagist.org/downloads/",
443
            "license": [
444
                "BSD-3-Clause"
445
            ],
446
            "authors": [
447
                {
448
                    "name": "Sebastian Bergmann",
449
                    "email": "[email protected]",
450
                    "role": "lead"
451
                }
452
            ],
453
            "description": "Utility class for timing",
454
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
455
            "keywords": [
456
                "timer"
457
            ],
458
            "time": "2015-06-21 08:01:12"
459
        },
460
        {
461
            "name": "phpunit/php-token-stream",
462
            "version": "1.4.8",
463
            "source": {
464
                "type": "git",
465
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
466
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
467
            },
468
            "dist": {
469
                "type": "zip",
470
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
471
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
472
                "shasum": ""
473
            },
474
            "require": {
475
                "ext-tokenizer": "*",
476
                "php": ">=5.3.3"
477
            },
478
            "require-dev": {
479
                "phpunit/phpunit": "~4.2"
480
            },
481
            "type": "library",
482
            "extra": {
483
                "branch-alias": {
484
                    "dev-master": "1.4-dev"
485
                }
486
            },
487
            "autoload": {
488
                "classmap": [
489
                    "src/"
490
                ]
491
            },
492
            "notification-url": "https://packagist.org/downloads/",
493
            "license": [
494
                "BSD-3-Clause"
495
            ],
496
            "authors": [
497
                {
498
                    "name": "Sebastian Bergmann",
499
                    "email": "[email protected]"
500
                }
501
            ],
502
            "description": "Wrapper around PHP's tokenizer extension.",
503
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
504
            "keywords": [
505
                "tokenizer"
506
            ],
507
            "time": "2015-09-15 10:49:45"
508
        },
509
        {
510
            "name": "phpunit/phpunit",
511
            "version": "5.0.9",
512
            "source": {
513
                "type": "git",
514
                "url": "https://github.com/sebastianbergmann/phpunit.git",
515
                "reference": "ed084be6b5b912f11c3559e17110f8d8a1e3a8a1"
516
            },
517
            "dist": {
518
                "type": "zip",
519
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed084be6b5b912f11c3559e17110f8d8a1e3a8a1",
520
                "reference": "ed084be6b5b912f11c3559e17110f8d8a1e3a8a1",
521
                "shasum": ""
522
            },
523
            "require": {
524
                "ext-dom": "*",
525
                "ext-json": "*",
526
                "ext-pcre": "*",
527
                "ext-reflection": "*",
528
                "ext-spl": "*",
529
                "myclabs/deep-copy": "~1.3",
530
                "php": ">=5.6",
531
                "phpspec/prophecy": "^1.3.1",
532
                "phpunit/php-code-coverage": "~3.0",
533
                "phpunit/php-file-iterator": "~1.4",
534
                "phpunit/php-text-template": "~1.2",
535
                "phpunit/php-timer": ">=1.0.6",
536
                "phpunit/phpunit-mock-objects": ">=3.0",
537
                "sebastian/comparator": "~1.1",
538
                "sebastian/diff": "~1.2",
539
                "sebastian/environment": "~1.3",
540
                "sebastian/exporter": "~1.2",
541
                "sebastian/global-state": "~1.0",
542
                "sebastian/resource-operations": "~1.0",
543
                "sebastian/version": "~1.0",
544
                "symfony/yaml": "~2.1|~3.0"
545
            },
546
            "suggest": {
547
                "phpunit/php-invoker": "~1.1"
548
            },
549
            "bin": [
550
                "phpunit"
551
            ],
552
            "type": "library",
553
            "extra": {
554
                "branch-alias": {
555
                    "dev-master": "5.0.x-dev"
556
                }
557
            },
558
            "autoload": {
559
                "classmap": [
560
                    "src/"
561
                ]
562
            },
563
            "notification-url": "https://packagist.org/downloads/",
564
            "license": [
565
                "BSD-3-Clause"
566
            ],
567
            "authors": [
568
                {
569
                    "name": "Sebastian Bergmann",
570
                    "email": "[email protected]",
571
                    "role": "lead"
572
                }
573
            ],
574
            "description": "The PHP Unit Testing framework.",
575
            "homepage": "https://phpunit.de/",
576
            "keywords": [
577
                "phpunit",
578
                "testing",
579
                "xunit"
580
            ],
581
            "time": "2015-11-10 21:47:43"
582
        },
583
        {
584
            "name": "phpunit/phpunit-mock-objects",
585
            "version": "3.0.4",
586
            "source": {
587
                "type": "git",
588
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
589
                "reference": "b28b029356e65091dfbf8c2bc4ef106ffece509e"
590
            },
591
            "dist": {
592
                "type": "zip",
593
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b28b029356e65091dfbf8c2bc4ef106ffece509e",
594
                "reference": "b28b029356e65091dfbf8c2bc4ef106ffece509e",
595
                "shasum": ""
596
            },
597
            "require": {
598
                "doctrine/instantiator": "^1.0.2",
599
                "php": ">=5.6",
600
                "phpunit/php-text-template": "~1.2",
601
                "sebastian/exporter": "~1.2"
602
            },
603
            "require-dev": {
604
                "phpunit/phpunit": "~5"
605
            },
606
            "suggest": {
607
                "ext-soap": "*"
608
            },
609
            "type": "library",
610
            "extra": {
611
                "branch-alias": {
612
                    "dev-master": "3.0.x-dev"
613
                }
614
            },
615
            "autoload": {
616
                "classmap": [
617
                    "src/"
618
                ]
619
            },
620
            "notification-url": "https://packagist.org/downloads/",
621
            "license": [
622
                "BSD-3-Clause"
623
            ],
624
            "authors": [
625
                {
626
                    "name": "Sebastian Bergmann",
627
                    "email": "[email protected]",
628
                    "role": "lead"
629
                }
630
            ],
631
            "description": "Mock Object library for PHPUnit",
632
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
633
            "keywords": [
634
                "mock",
635
                "xunit"
636
            ],
637
            "time": "2015-11-09 15:37:17"
638
        },
639
        {
640
            "name": "sebastian/comparator",
641
            "version": "1.2.0",
642
            "source": {
643
                "type": "git",
644
                "url": "https://github.com/sebastianbergmann/comparator.git",
645
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
646
            },
647
            "dist": {
648
                "type": "zip",
649
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
650
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
651
                "shasum": ""
652
            },
653
            "require": {
654
                "php": ">=5.3.3",
655
                "sebastian/diff": "~1.2",
656
                "sebastian/exporter": "~1.2"
657
            },
658
            "require-dev": {
659
                "phpunit/phpunit": "~4.4"
660
            },
661
            "type": "library",
662
            "extra": {
663
                "branch-alias": {
664
                    "dev-master": "1.2.x-dev"
665
                }
666
            },
667
            "autoload": {
668
                "classmap": [
669
                    "src/"
670
                ]
671
            },
672
            "notification-url": "https://packagist.org/downloads/",
673
            "license": [
674
                "BSD-3-Clause"
675
            ],
676
            "authors": [
677
                {
678
                    "name": "Jeff Welch",
679
                    "email": "[email protected]"
680
                },
681
                {
682
                    "name": "Volker Dusch",
683
                    "email": "[email protected]"
684
                },
685
                {
686
                    "name": "Bernhard Schussek",
687
                    "email": "[email protected]"
688
                },
689
                {
690
                    "name": "Sebastian Bergmann",
691
                    "email": "[email protected]"
692
                }
693
            ],
694
            "description": "Provides the functionality to compare PHP values for equality",
695
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
696
            "keywords": [
697
                "comparator",
698
                "compare",
699
                "equality"
700
            ],
701
            "time": "2015-07-26 15:48:44"
702
        },
703
        {
704
            "name": "sebastian/diff",
705
            "version": "1.3.0",
706
            "source": {
707
                "type": "git",
708
                "url": "https://github.com/sebastianbergmann/diff.git",
709
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
710
            },
711
            "dist": {
712
                "type": "zip",
713
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
714
                "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
715
                "shasum": ""
716
            },
717
            "require": {
718
                "php": ">=5.3.3"
719
            },
720
            "require-dev": {
721
                "phpunit/phpunit": "~4.2"
722
            },
723
            "type": "library",
724
            "extra": {
725
                "branch-alias": {
726
                    "dev-master": "1.3-dev"
727
                }
728
            },
729
            "autoload": {
730
                "classmap": [
731
                    "src/"
732
                ]
733
            },
734
            "notification-url": "https://packagist.org/downloads/",
735
            "license": [
736
                "BSD-3-Clause"
737
            ],
738
            "authors": [
739
                {
740
                    "name": "Kore Nordmann",
741
                    "email": "[email protected]"
742
                },
743
                {
744
                    "name": "Sebastian Bergmann",
745
                    "email": "[email protected]"
746
                }
747
            ],
748
            "description": "Diff implementation",
749
            "homepage": "http://www.github.com/sebastianbergmann/diff",
750
            "keywords": [
751
                "diff"
752
            ],
753
            "time": "2015-02-22 15:13:53"
754
        },
755
        {
756
            "name": "sebastian/environment",
757
            "version": "1.3.2",
758
            "source": {
759
                "type": "git",
760
                "url": "https://github.com/sebastianbergmann/environment.git",
761
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
762
            },
763
            "dist": {
764
                "type": "zip",
765
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
766
                "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
767
                "shasum": ""
768
            },
769
            "require": {
770
                "php": ">=5.3.3"
771
            },
772
            "require-dev": {
773
                "phpunit/phpunit": "~4.4"
774
            },
775
            "type": "library",
776
            "extra": {
777
                "branch-alias": {
778
                    "dev-master": "1.3.x-dev"
779
                }
780
            },
781
            "autoload": {
782
                "classmap": [
783
                    "src/"
784
                ]
785
            },
786
            "notification-url": "https://packagist.org/downloads/",
787
            "license": [
788
                "BSD-3-Clause"
789
            ],
790
            "authors": [
791
                {
792
                    "name": "Sebastian Bergmann",
793
                    "email": "[email protected]"
794
                }
795
            ],
796
            "description": "Provides functionality to handle HHVM/PHP environments",
797
            "homepage": "http://www.github.com/sebastianbergmann/environment",
798
            "keywords": [
799
                "Xdebug",
800
                "environment",
801
                "hhvm"
802
            ],
803
            "time": "2015-08-03 06:14:51"
804
        },
805
        {
806
            "name": "sebastian/exporter",
807
            "version": "1.2.1",
808
            "source": {
809
                "type": "git",
810
                "url": "https://github.com/sebastianbergmann/exporter.git",
811
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
812
            },
813
            "dist": {
814
                "type": "zip",
815
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
816
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
817
                "shasum": ""
818
            },
819
            "require": {
820
                "php": ">=5.3.3",
821
                "sebastian/recursion-context": "~1.0"
822
            },
823
            "require-dev": {
824
                "phpunit/phpunit": "~4.4"
825
            },
826
            "type": "library",
827
            "extra": {
828
                "branch-alias": {
829
                    "dev-master": "1.2.x-dev"
830
                }
831
            },
832
            "autoload": {
833
                "classmap": [
834
                    "src/"
835
                ]
836
            },
837
            "notification-url": "https://packagist.org/downloads/",
838
            "license": [
839
                "BSD-3-Clause"
840
            ],
841
            "authors": [
842
                {
843
                    "name": "Jeff Welch",
844
                    "email": "[email protected]"
845
                },
846
                {
847
                    "name": "Volker Dusch",
848
                    "email": "[email protected]"
849
                },
850
                {
851
                    "name": "Bernhard Schussek",
852
                    "email": "[email protected]"
853
                },
854
                {
855
                    "name": "Sebastian Bergmann",
856
                    "email": "[email protected]"
857
                },
858
                {
859
                    "name": "Adam Harvey",
860
                    "email": "[email protected]"
861
                }
862
            ],
863
            "description": "Provides the functionality to export PHP variables for visualization",
864
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
865
            "keywords": [
866
                "export",
867
                "exporter"
868
            ],
869
            "time": "2015-06-21 07:55:53"
870
        },
871
        {
872
            "name": "sebastian/global-state",
873
            "version": "1.1.1",
874
            "source": {
875
                "type": "git",
876
                "url": "https://github.com/sebastianbergmann/global-state.git",
877
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
878
            },
879
            "dist": {
880
                "type": "zip",
881
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
882
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
883
                "shasum": ""
884
            },
885
            "require": {
886
                "php": ">=5.3.3"
887
            },
888
            "require-dev": {
889
                "phpunit/phpunit": "~4.2"
890
            },
891
            "suggest": {
892
                "ext-uopz": "*"
893
            },
894
            "type": "library",
895
            "extra": {
896
                "branch-alias": {
897
                    "dev-master": "1.0-dev"
898
                }
899
            },
900
            "autoload": {
901
                "classmap": [
902
                    "src/"
903
                ]
904
            },
905
            "notification-url": "https://packagist.org/downloads/",
906
            "license": [
907
                "BSD-3-Clause"
908
            ],
909
            "authors": [
910
                {
911
                    "name": "Sebastian Bergmann",
912
                    "email": "[email protected]"
913
                }
914
            ],
915
            "description": "Snapshotting of global state",
916
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
917
            "keywords": [
918
                "global state"
919
            ],
920
            "time": "2015-10-12 03:26:01"
921
        },
922
        {
923
            "name": "sebastian/recursion-context",
924
            "version": "1.0.1",
925
            "source": {
926
                "type": "git",
927
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
928
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
929
            },
930
            "dist": {
931
                "type": "zip",
932
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
933
                "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
934
                "shasum": ""
935
            },
936
            "require": {
937
                "php": ">=5.3.3"
938
            },
939
            "require-dev": {
940
                "phpunit/phpunit": "~4.4"
941
            },
942
            "type": "library",
943
            "extra": {
944
                "branch-alias": {
945
                    "dev-master": "1.0.x-dev"
946
                }
947
            },
948
            "autoload": {
949
                "classmap": [
950
                    "src/"
951
                ]
952
            },
953
            "notification-url": "https://packagist.org/downloads/",
954
            "license": [
955
                "BSD-3-Clause"
956
            ],
957
            "authors": [
958
                {
959
                    "name": "Jeff Welch",
960
                    "email": "[email protected]"
961
                },
962
                {
963
                    "name": "Sebastian Bergmann",
964
                    "email": "[email protected]"
965
                },
966
                {
967
                    "name": "Adam Harvey",
968
                    "email": "[email protected]"
969
                }
970
            ],
971
            "description": "Provides functionality to recursively process PHP variables",
972
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
973
            "time": "2015-06-21 08:04:50"
974
        },
975
        {
976
            "name": "sebastian/resource-operations",
977
            "version": "1.0.0",
978
            "source": {
979
                "type": "git",
980
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
981
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
982
            },
983
            "dist": {
984
                "type": "zip",
985
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
986
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
987
                "shasum": ""
988
            },
989
            "require": {
990
                "php": ">=5.6.0"
991
            },
992
            "type": "library",
993
            "extra": {
994
                "branch-alias": {
995
                    "dev-master": "1.0.x-dev"
996
                }
997
            },
998
            "autoload": {
999
                "classmap": [
1000
                    "src/"
1001
                ]
1002
            },
1003
            "notification-url": "https://packagist.org/downloads/",
1004
            "license": [
1005
                "BSD-3-Clause"
1006
            ],
1007
            "authors": [
1008
                {
1009
                    "name": "Sebastian Bergmann",
1010
                    "email": "[email protected]"
1011
                }
1012
            ],
1013
            "description": "Provides a list of PHP built-in functions that operate on resources",
1014
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1015
            "time": "2015-07-28 20:34:47"
1016
        },
1017
        {
1018
            "name": "sebastian/version",
1019
            "version": "1.0.6",
1020
            "source": {
1021
                "type": "git",
1022
                "url": "https://github.com/sebastianbergmann/version.git",
1023
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1024
            },
1025
            "dist": {
1026
                "type": "zip",
1027
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1028
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1029
                "shasum": ""
1030
            },
1031
            "type": "library",
1032
            "autoload": {
1033
                "classmap": [
1034
                    "src/"
1035
                ]
1036
            },
1037
            "notification-url": "https://packagist.org/downloads/",
1038
            "license": [
1039
                "BSD-3-Clause"
1040
            ],
1041
            "authors": [
1042
                {
1043
                    "name": "Sebastian Bergmann",
1044
                    "email": "[email protected]",
1045
                    "role": "lead"
1046
                }
1047
            ],
1048
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1049
            "homepage": "https://github.com/sebastianbergmann/version",
1050
            "time": "2015-06-21 13:59:46"
1051
        },
1052
        {
1053
            "name": "symfony/console",
1054
            "version": "v2.7.6",
1055
            "source": {
1056
                "type": "git",
1057
                "url": "https://github.com/symfony/console.git",
1058
                "reference": "5efd632294c8320ea52492db22292ff853a43766"
1059
            },
1060
            "dist": {
1061
                "type": "zip",
1062
                "url": "https://api.github.com/repos/symfony/console/zipball/5efd632294c8320ea52492db22292ff853a43766",
1063
                "reference": "5efd632294c8320ea52492db22292ff853a43766",
1064
                "shasum": ""
1065
            },
1066
            "require": {
1067
                "php": ">=5.3.9"
1068
            },
1069
            "require-dev": {
1070
                "psr/log": "~1.0",
1071
                "symfony/event-dispatcher": "~2.1",
1072
                "symfony/process": "~2.1"
1073
            },
1074
            "suggest": {
1075
                "psr/log": "For using the console logger",
1076
                "symfony/event-dispatcher": "",
1077
                "symfony/process": ""
1078
            },
1079
            "type": "library",
1080
            "extra": {
1081
                "branch-alias": {
1082
                    "dev-master": "2.7-dev"
1083
                }
1084
            },
1085
            "autoload": {
1086
                "psr-4": {
1087
                    "Symfony\\Component\\Console\\": ""
1088
                }
1089
            },
1090
            "notification-url": "https://packagist.org/downloads/",
1091
            "license": [
1092
                "MIT"
1093
            ],
1094
            "authors": [
1095
                {
1096
                    "name": "Fabien Potencier",
1097
                    "email": "[email protected]"
1098
                },
1099
                {
1100
                    "name": "Symfony Community",
1101
                    "homepage": "https://symfony.com/contributors"
1102
                }
1103
            ],
1104
            "description": "Symfony Console Component",
1105
            "homepage": "https://symfony.com",
1106
            "time": "2015-10-20 14:38:46"
1107
        },
1108
        {
1109
            "name": "symfony/event-dispatcher",
1110
            "version": "v2.7.6",
1111
            "source": {
1112
                "type": "git",
1113
                "url": "https://github.com/symfony/event-dispatcher.git",
1114
                "reference": "87a5db5ea887763fa3a31a5471b512ff1596d9b8"
1115
            },
1116
            "dist": {
1117
                "type": "zip",
1118
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87a5db5ea887763fa3a31a5471b512ff1596d9b8",
1119
                "reference": "87a5db5ea887763fa3a31a5471b512ff1596d9b8",
1120
                "shasum": ""
1121
            },
1122
            "require": {
1123
                "php": ">=5.3.9"
1124
            },
1125
            "require-dev": {
1126
                "psr/log": "~1.0",
1127
                "symfony/config": "~2.0,>=2.0.5",
1128
                "symfony/dependency-injection": "~2.6",
1129
                "symfony/expression-language": "~2.6",
1130
                "symfony/stopwatch": "~2.3"
1131
            },
1132
            "suggest": {
1133
                "symfony/dependency-injection": "",
1134
                "symfony/http-kernel": ""
1135
            },
1136
            "type": "library",
1137
            "extra": {
1138
                "branch-alias": {
1139
                    "dev-master": "2.7-dev"
1140
                }
1141
            },
1142
            "autoload": {
1143
                "psr-4": {
1144
                    "Symfony\\Component\\EventDispatcher\\": ""
1145
                }
1146
            },
1147
            "notification-url": "https://packagist.org/downloads/",
1148
            "license": [
1149
                "MIT"
1150
            ],
1151
            "authors": [
1152
                {
1153
                    "name": "Fabien Potencier",
1154
                    "email": "[email protected]"
1155
                },
1156
                {
1157
                    "name": "Symfony Community",
1158
                    "homepage": "https://symfony.com/contributors"
1159
                }
1160
            ],
1161
            "description": "Symfony EventDispatcher Component",
1162
            "homepage": "https://symfony.com",
1163
            "time": "2015-10-11 09:39:48"
1164
        },
1165
        {
1166
            "name": "symfony/filesystem",
1167
            "version": "v2.7.6",
1168
            "source": {
1169
                "type": "git",
1170
                "url": "https://github.com/symfony/filesystem.git",
1171
                "reference": "56fd6df73be859323ff97418d97edc1d756df6df"
1172
            },
1173
            "dist": {
1174
                "type": "zip",
1175
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/56fd6df73be859323ff97418d97edc1d756df6df",
1176
                "reference": "56fd6df73be859323ff97418d97edc1d756df6df",
1177
                "shasum": ""
1178
            },
1179
            "require": {
1180
                "php": ">=5.3.9"
1181
            },
1182
            "type": "library",
1183
            "extra": {
1184
                "branch-alias": {
1185
                    "dev-master": "2.7-dev"
1186
                }
1187
            },
1188
            "autoload": {
1189
                "psr-4": {
1190
                    "Symfony\\Component\\Filesystem\\": ""
1191
                }
1192
            },
1193
            "notification-url": "https://packagist.org/downloads/",
1194
            "license": [
1195
                "MIT"
1196
            ],
1197
            "authors": [
1198
                {
1199
                    "name": "Fabien Potencier",
1200
                    "email": "[email protected]"
1201
                },
1202
                {
1203
                    "name": "Symfony Community",
1204
                    "homepage": "https://symfony.com/contributors"
1205
                }
1206
            ],
1207
            "description": "Symfony Filesystem Component",
1208
            "homepage": "https://symfony.com",
1209
            "time": "2015-10-18 20:23:18"
1210
        },
1211
        {
1212
            "name": "symfony/finder",
1213
            "version": "v2.7.6",
1214
            "source": {
1215
                "type": "git",
1216
                "url": "https://github.com/symfony/finder.git",
1217
                "reference": "2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d"
1218
            },
1219
            "dist": {
1220
                "type": "zip",
1221
                "url": "https://api.github.com/repos/symfony/finder/zipball/2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d",
1222
                "reference": "2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d",
1223
                "shasum": ""
1224
            },
1225
            "require": {
1226
                "php": ">=5.3.9"
1227
            },
1228
            "type": "library",
1229
            "extra": {
1230
                "branch-alias": {
1231
                    "dev-master": "2.7-dev"
1232
                }
1233
            },
1234
            "autoload": {
1235
                "psr-4": {
1236
                    "Symfony\\Component\\Finder\\": ""
1237
                }
1238
            },
1239
            "notification-url": "https://packagist.org/downloads/",
1240
            "license": [
1241
                "MIT"
1242
            ],
1243
            "authors": [
1244
                {
1245
                    "name": "Fabien Potencier",
1246
                    "email": "[email protected]"
1247
                },
1248
                {
1249
                    "name": "Symfony Community",
1250
                    "homepage": "https://symfony.com/contributors"
1251
                }
1252
            ],
1253
            "description": "Symfony Finder Component",
1254
            "homepage": "https://symfony.com",
1255
            "time": "2015-10-11 09:39:48"
1256
        },
1257
        {
1258
            "name": "symfony/process",
1259
            "version": "v2.7.6",
1260
            "source": {
1261
                "type": "git",
1262
                "url": "https://github.com/symfony/process.git",
1263
                "reference": "4a959dd4e19c2c5d7512689413921e0a74386ec7"
1264
            },
1265
            "dist": {
1266
                "type": "zip",
1267
                "url": "https://api.github.com/repos/symfony/process/zipball/4a959dd4e19c2c5d7512689413921e0a74386ec7",
1268
                "reference": "4a959dd4e19c2c5d7512689413921e0a74386ec7",
1269
                "shasum": ""
1270
            },
1271
            "require": {
1272
                "php": ">=5.3.9"
1273
            },
1274
            "type": "library",
1275
            "extra": {
1276
                "branch-alias": {
1277
                    "dev-master": "2.7-dev"
1278
                }
1279
            },
1280
            "autoload": {
1281
                "psr-4": {
1282
                    "Symfony\\Component\\Process\\": ""
1283
                }
1284
            },
1285
            "notification-url": "https://packagist.org/downloads/",
1286
            "license": [
1287
                "MIT"
1288
            ],
1289
            "authors": [
1290
                {
1291
                    "name": "Fabien Potencier",
1292
                    "email": "[email protected]"
1293
                },
1294
                {
1295
                    "name": "Symfony Community",
1296
                    "homepage": "https://symfony.com/contributors"
1297
                }
1298
            ],
1299
            "description": "Symfony Process Component",
1300
            "homepage": "https://symfony.com",
1301
            "time": "2015-10-23 14:47:27"
1302
        },
1303
        {
1304
            "name": "symfony/stopwatch",
1305
            "version": "v2.7.6",
1306
            "source": {
1307
                "type": "git",
1308
                "url": "https://github.com/symfony/stopwatch.git",
1309
                "reference": "f8ab957c17e4b85a73c4df03bdf94ee597f2bd55"
1310
            },
1311
            "dist": {
1312
                "type": "zip",
1313
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f8ab957c17e4b85a73c4df03bdf94ee597f2bd55",
1314
                "reference": "f8ab957c17e4b85a73c4df03bdf94ee597f2bd55",
1315
                "shasum": ""
1316
            },
1317
            "require": {
1318
                "php": ">=5.3.9"
1319
            },
1320
            "type": "library",
1321
            "extra": {
1322
                "branch-alias": {
1323
                    "dev-master": "2.7-dev"
1324
                }
1325
            },
1326
            "autoload": {
1327
                "psr-4": {
1328
                    "Symfony\\Component\\Stopwatch\\": ""
1329
                }
1330
            },
1331
            "notification-url": "https://packagist.org/downloads/",
1332
            "license": [
1333
                "MIT"
1334
            ],
1335
            "authors": [
1336
                {
1337
                    "name": "Fabien Potencier",
1338
                    "email": "[email protected]"
1339
                },
1340
                {
1341
                    "name": "Symfony Community",
1342
                    "homepage": "https://symfony.com/contributors"
1343
                }
1344
            ],
1345
            "description": "Symfony Stopwatch Component",
1346
            "homepage": "https://symfony.com",
1347
            "time": "2015-10-12 12:42:24"
1348
        },
1349
        {
1350
            "name": "symfony/yaml",
1351
            "version": "v2.7.6",
1352
            "source": {
1353
                "type": "git",
1354
                "url": "https://github.com/symfony/yaml.git",
1355
                "reference": "eca9019c88fbe250164affd107bc8057771f3f4d"
1356
            },
1357
            "dist": {
1358
                "type": "zip",
1359
                "url": "https://api.github.com/repos/symfony/yaml/zipball/eca9019c88fbe250164affd107bc8057771f3f4d",
1360
                "reference": "eca9019c88fbe250164affd107bc8057771f3f4d",
1361
                "shasum": ""
1362
            },
1363
            "require": {
1364
                "php": ">=5.3.9"
1365
            },
1366
            "type": "library",
1367
            "extra": {
1368
                "branch-alias": {
1369
                    "dev-master": "2.7-dev"
1370
                }
1371
            },
1372
            "autoload": {
1373
                "psr-4": {
1374
                    "Symfony\\Component\\Yaml\\": ""
1375
                }
1376
            },
1377
            "notification-url": "https://packagist.org/downloads/",
1378
            "license": [
1379
                "MIT"
1380
            ],
1381
            "authors": [
1382
                {
1383
                    "name": "Fabien Potencier",
1384
                    "email": "[email protected]"
1385
                },
1386
                {
1387
                    "name": "Symfony Community",
1388
                    "homepage": "https://symfony.com/contributors"
1389
                }
1390
            ],
1391
            "description": "Symfony Yaml Component",
1392
            "homepage": "https://symfony.com",
1393
            "time": "2015-10-11 09:39:48"
1394
        },
1395
        {
1396
            "name": "zendframework/zendframework1",
0 ignored issues
show
There is a security advisory for your installed version of zendframework/zendframework1:

Potential Information Disclosure and Insufficient Entropy vulnerability in Zend\Captcha\Word
Loading history...
1397
            "version": "1.12.16",
1398
            "source": {
1399
                "type": "git",
1400
                "url": "https://github.com/zendframework/zf1.git",
1401
                "reference": "8a3c471ef0a337d303cd5ae578e64c2ba1d2c025"
1402
            },
1403
            "dist": {
1404
                "type": "zip",
1405
                "url": "https://api.github.com/repos/zendframework/zf1/zipball/8a3c471ef0a337d303cd5ae578e64c2ba1d2c025",
1406
                "reference": "8a3c471ef0a337d303cd5ae578e64c2ba1d2c025",
1407
                "shasum": ""
1408
            },
1409
            "require": {
1410
                "php": ">=5.2.11"
1411
            },
1412
            "require-dev": {
1413
                "phpunit/dbunit": "1.3.*",
1414
                "phpunit/phpunit": "3.7.*"
1415
            },
1416
            "type": "library",
1417
            "extra": {
1418
                "branch-alias": {
1419
                    "dev-master": "1.12.x-dev"
1420
                }
1421
            },
1422
            "autoload": {
1423
                "psr-0": {
1424
                    "Zend_": "library/"
1425
                }
1426
            },
1427
            "notification-url": "https://packagist.org/downloads/",
1428
            "include-path": [
1429
                "library/"
1430
            ],
1431
            "license": [
1432
                "BSD-3-Clause"
1433
            ],
1434
            "description": "Zend Framework 1",
1435
            "homepage": "http://framework.zend.com/",
1436
            "keywords": [
1437
                "ZF1",
1438
                "framework"
1439
            ],
1440
            "time": "2015-09-15 15:49:51"
1441
        }
1442
    ],
1443
    "packages-dev": [],
1444
    "aliases": [],
1445
    "minimum-stability": "stable",
1446
    "stability-flags": [],
1447
    "prefer-stable": false,
1448
    "prefer-lowest": false,
1449
    "platform": {
1450
        "php": ">=5.5.0"
1451
    },
1452
    "platform-dev": []
1453
}
1454