Test Setup Failed
Pull Request — develop (#25)
by
unknown
14:57 queued 12:30
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#installing-dependencies",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "72bdd2ab61468623045db8568f572d66",
8
    "packages": [
9
        {
10
            "name": "doctrine/collections",
11
            "version": "v1.4.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/doctrine/collections.git",
15
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
20
                "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": "^5.6 || ^7.0"
25
            },
26
            "require-dev": {
27
                "doctrine/coding-standard": "~0.1@dev",
28
                "phpunit/phpunit": "^5.7"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.3.x-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Doctrine\\Common\\Collections\\": "lib/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Roman Borschel",
48
                    "email": "[email protected]"
49
                },
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]"
53
                },
54
                {
55
                    "name": "Guilherme Blanco",
56
                    "email": "[email protected]"
57
                },
58
                {
59
                    "name": "Jonathan Wage",
60
                    "email": "[email protected]"
61
                },
62
                {
63
                    "name": "Johannes Schmitt",
64
                    "email": "[email protected]"
65
                }
66
            ],
67
            "description": "Collections Abstraction library",
68
            "homepage": "http://www.doctrine-project.org",
69
            "keywords": [
70
                "array",
71
                "collections",
72
                "iterator"
73
            ],
74
            "time": "2017-01-03T10:49:41+00:00"
75
        },
76
        {
77
            "name": "guzzlehttp/guzzle",
78
            "version": "6.2.3",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/guzzle/guzzle.git",
82
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
87
                "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "guzzlehttp/promises": "^1.0",
92
                "guzzlehttp/psr7": "^1.4",
93
                "php": ">=5.5"
94
            },
95
            "require-dev": {
96
                "ext-curl": "*",
97
                "phpunit/phpunit": "^4.0",
98
                "psr/log": "^1.0"
99
            },
100
            "type": "library",
101
            "extra": {
102
                "branch-alias": {
103
                    "dev-master": "6.2-dev"
104
                }
105
            },
106
            "autoload": {
107
                "files": [
108
                    "src/functions_include.php"
109
                ],
110
                "psr-4": {
111
                    "GuzzleHttp\\": "src/"
112
                }
113
            },
114
            "notification-url": "https://packagist.org/downloads/",
115
            "license": [
116
                "MIT"
117
            ],
118
            "authors": [
119
                {
120
                    "name": "Michael Dowling",
121
                    "email": "[email protected]",
122
                    "homepage": "https://github.com/mtdowling"
123
                }
124
            ],
125
            "description": "Guzzle is a PHP HTTP client library",
126
            "homepage": "http://guzzlephp.org/",
127
            "keywords": [
128
                "client",
129
                "curl",
130
                "framework",
131
                "http",
132
                "http client",
133
                "rest",
134
                "web service"
135
            ],
136
            "time": "2017-02-28T22:50:30+00:00"
137
        },
138
        {
139
            "name": "guzzlehttp/promises",
140
            "version": "v1.3.1",
141
            "source": {
142
                "type": "git",
143
                "url": "https://github.com/guzzle/promises.git",
144
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
145
            },
146
            "dist": {
147
                "type": "zip",
148
                "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
149
                "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
150
                "shasum": ""
151
            },
152
            "require": {
153
                "php": ">=5.5.0"
154
            },
155
            "require-dev": {
156
                "phpunit/phpunit": "^4.0"
157
            },
158
            "type": "library",
159
            "extra": {
160
                "branch-alias": {
161
                    "dev-master": "1.4-dev"
162
                }
163
            },
164
            "autoload": {
165
                "psr-4": {
166
                    "GuzzleHttp\\Promise\\": "src/"
167
                },
168
                "files": [
169
                    "src/functions_include.php"
170
                ]
171
            },
172
            "notification-url": "https://packagist.org/downloads/",
173
            "license": [
174
                "MIT"
175
            ],
176
            "authors": [
177
                {
178
                    "name": "Michael Dowling",
179
                    "email": "[email protected]",
180
                    "homepage": "https://github.com/mtdowling"
181
                }
182
            ],
183
            "description": "Guzzle promises library",
184
            "keywords": [
185
                "promise"
186
            ],
187
            "time": "2016-12-20T10:07:11+00:00"
188
        },
189
        {
190
            "name": "guzzlehttp/psr7",
191
            "version": "1.4.2",
192
            "source": {
193
                "type": "git",
194
                "url": "https://github.com/guzzle/psr7.git",
195
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
196
            },
197
            "dist": {
198
                "type": "zip",
199
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
200
                "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
201
                "shasum": ""
202
            },
203
            "require": {
204
                "php": ">=5.4.0",
205
                "psr/http-message": "~1.0"
206
            },
207
            "provide": {
208
                "psr/http-message-implementation": "1.0"
209
            },
210
            "require-dev": {
211
                "phpunit/phpunit": "~4.0"
212
            },
213
            "type": "library",
214
            "extra": {
215
                "branch-alias": {
216
                    "dev-master": "1.4-dev"
217
                }
218
            },
219
            "autoload": {
220
                "psr-4": {
221
                    "GuzzleHttp\\Psr7\\": "src/"
222
                },
223
                "files": [
224
                    "src/functions_include.php"
225
                ]
226
            },
227
            "notification-url": "https://packagist.org/downloads/",
228
            "license": [
229
                "MIT"
230
            ],
231
            "authors": [
232
                {
233
                    "name": "Michael Dowling",
234
                    "email": "[email protected]",
235
                    "homepage": "https://github.com/mtdowling"
236
                },
237
                {
238
                    "name": "Tobias Schultze",
239
                    "homepage": "https://github.com/Tobion"
240
                }
241
            ],
242
            "description": "PSR-7 message implementation that also provides common utility methods",
243
            "keywords": [
244
                "http",
245
                "message",
246
                "request",
247
                "response",
248
                "stream",
249
                "uri",
250
                "url"
251
            ],
252
            "time": "2017-03-20T17:10:46+00:00"
253
        },
254
        {
255
            "name": "jwilsson/spotify-web-api-php",
256
            "version": "1.10.0",
257
            "source": {
258
                "type": "git",
259
                "url": "https://github.com/jwilsson/spotify-web-api-php.git",
260
                "reference": "39e5d1114c3c78727bd8154282384fcbe399173f"
261
            },
262
            "dist": {
263
                "type": "zip",
264
                "url": "https://api.github.com/repos/jwilsson/spotify-web-api-php/zipball/39e5d1114c3c78727bd8154282384fcbe399173f",
265
                "reference": "39e5d1114c3c78727bd8154282384fcbe399173f",
266
                "shasum": ""
267
            },
268
            "require": {
269
                "ext-curl": "*",
270
                "php": "^5.5 || ^7.0"
271
            },
272
            "require-dev": {
273
                "phpunit/phpunit": "^4.8 || ^5.7",
274
                "satooshi/php-coveralls": "dev-master",
275
                "squizlabs/php_codesniffer": "^2.0"
276
            },
277
            "type": "library",
278
            "autoload": {
279
                "psr-4": {
280
                    "SpotifyWebAPI\\": "src/"
281
                }
282
            },
283
            "notification-url": "https://packagist.org/downloads/",
284
            "license": [
285
                "MIT"
286
            ],
287
            "authors": [
288
                {
289
                    "name": "Jonathan Wilsson",
290
                    "email": "[email protected]"
291
                }
292
            ],
293
            "description": "A PHP wrapper for Spotify's Web API.",
294
            "homepage": "http://jwilsson.github.io/spotify-web-api-php/",
295
            "keywords": [
296
                "spotify"
297
            ],
298
            "time": "2017-04-12T08:33:14+00:00"
299
        },
300
        {
301
            "name": "pbxg33k/musicbrainz",
302
            "version": "v0.3.0",
303
            "source": {
304
                "type": "git",
305
                "url": "https://github.com/powered-by-moe/MusicBrainz.git",
306
                "reference": "3f117d4f6f7a53a10e687cbd17ad9e77cf4897be"
307
            },
308
            "dist": {
309
                "type": "zip",
310
                "url": "https://api.github.com/repos/powered-by-moe/MusicBrainz/zipball/3f117d4f6f7a53a10e687cbd17ad9e77cf4897be",
311
                "reference": "3f117d4f6f7a53a10e687cbd17ad9e77cf4897be",
312
                "shasum": ""
313
            },
314
            "replace": {
315
                "mikealmond/musicbrainz": "~0.2"
316
            },
317
            "require-dev": {
318
                "guzzlehttp/guzzle": "~5.3",
319
                "phpunit/phpunit": "^5.3"
320
            },
321
            "suggest": {
322
                "guzzle/guzzle": "Allows you to use the GuzzleHttpAdapter. You must install one of the supported adapters.",
323
                "rmccue/requests": "Allows you to use the RequestsHttpAdapter. You must install one of the supported adapters."
324
            },
325
            "type": "library",
326
            "autoload": {
327
                "psr-0": {
328
                    "MusicBrainz": "src/"
329
                }
330
            },
331
            "notification-url": "https://packagist.org/downloads/",
332
            "license": [
333
                "MIT"
334
            ],
335
            "authors": [
336
                {
337
                    "name": "Mike Almond",
338
                    "email": "[email protected]",
339
                    "homepage": "http://mikealmond.com",
340
                    "role": "Developer"
341
                },
342
                {
343
                    "name": "Oguzhan Uysal",
344
                    "email": "[email protected]",
345
                    "homepage": "https://g33k.code",
346
                    "role": "Developer"
347
                }
348
            ],
349
            "description": "A PHP library for accessing the MusicBrainz API",
350
            "homepage": "https://github.com/powered-by-moe/musicbrainz",
351
            "keywords": [
352
                "api",
353
                "library",
354
                "musicbrainz",
355
                "php"
356
            ],
357
            "time": "2016-04-16T11:50:35+00:00"
358
        },
359
        {
360
            "name": "pbxg33k/pbxg33k-traits",
361
            "version": "v1.1.0",
362
            "source": {
363
                "type": "git",
364
                "url": "https://github.com/PBXg33k/php-traits.git",
365
                "reference": "eed71b0ce1076eed4bf0138f682373ae9cf3fc1f"
366
            },
367
            "dist": {
368
                "type": "zip",
369
                "url": "https://api.github.com/repos/PBXg33k/php-traits/zipball/eed71b0ce1076eed4bf0138f682373ae9cf3fc1f",
370
                "reference": "eed71b0ce1076eed4bf0138f682373ae9cf3fc1f",
371
                "shasum": ""
372
            },
373
            "require-dev": {
374
                "crada/php-apidoc": "^1.3",
375
                "phpmd/phpmd": "^2.4",
376
                "phpunit/phpunit": "^5.3",
377
                "satooshi/php-coveralls": "<1.0"
378
            },
379
            "type": "library",
380
            "autoload": {
381
                "psr-4": {
382
                    "Pbxg33k\\Traits\\": "src/"
383
                }
384
            },
385
            "notification-url": "https://packagist.org/downloads/",
386
            "license": [
387
                "MIT"
388
            ],
389
            "authors": [
390
                {
391
                    "name": "Oguzhan Uysal",
392
                    "email": "[email protected]"
393
                }
394
            ],
395
            "description": "A collection of traits to make life with PHP easier",
396
            "time": "2017-03-21T09:59:19+00:00"
397
        },
398
        {
399
            "name": "pbxg33k/php-info-base",
400
            "version": "dev-master",
401
            "source": {
402
                "type": "git",
403
                "url": "https://github.com/PBXg33k/php-info-base.git",
404
                "reference": "955f5b78e00ab90131cf636c5201645058191177"
405
            },
406
            "dist": {
407
                "type": "zip",
408
                "url": "https://api.github.com/repos/PBXg33k/php-info-base/zipball/955f5b78e00ab90131cf636c5201645058191177",
409
                "reference": "955f5b78e00ab90131cf636c5201645058191177",
410
                "shasum": ""
411
            },
412
            "require": {
413
                "doctrine/collections": "^1.3",
414
                "guzzlehttp/guzzle": "^6.0",
415
                "guzzlehttp/psr7": "^1.4",
416
                "pbxg33k/pbxg33k-traits": "^1.0",
417
                "php": "^5.6|^7.0",
418
                "symfony/config": "^2.8|^3.0",
419
                "symfony/console": "^2.8|^3.2",
420
                "symfony/dependency-injection": "^2.8|^3.1",
421
                "symfony/http-foundation": "^2.8|^3.1",
422
                "symfony/http-kernel": "^2.8|^3.1",
423
                "symfony/yaml": "^2.8|^3.0"
424
            },
425
            "require-dev": {
426
                "pdepend/pdepend": "^2.5",
427
                "phploc/phploc": "^3.0",
428
                "phpmd/phpmd": "@stable",
429
                "phpunit/phpunit": "^5.7",
430
                "satooshi/php-coveralls": "^1.0",
431
                "sebastian/phpcpd": "^3.0",
432
                "squizlabs/php_codesniffer": "^2.8",
433
                "symfony/debug": "^3.2"
434
            },
435
            "type": "library",
436
            "autoload": {
437
                "psr-4": {
438
                    "Pbxg33k\\InfoBase\\": "src/"
439
                }
440
            },
441
            "license": [
442
                "LGPL-3.0"
443
            ],
444
            "authors": [
445
                {
446
                    "name": "Oguzhan Uysal",
447
                    "email": "[email protected]"
448
                }
449
            ],
450
            "support": {
451
                "source": "https://github.com/PBXg33k/php-info-base/tree/master",
452
                "issues": "https://github.com/PBXg33k/php-info-base/issues"
453
            },
454
            "time": "2018-04-01T23:34:04+00:00"
455
        },
456
        {
457
            "name": "pbxg33k/vocadb",
458
            "version": "v0.1.3.3",
459
            "source": {
460
                "type": "git",
461
                "url": "https://github.com/PBXg33k/vocadb-php.git",
462
                "reference": "8a4d443efddd44a12e01790de2da21b64e8876e3"
463
            },
464
            "dist": {
465
                "type": "zip",
466
                "url": "https://api.github.com/repos/PBXg33k/vocadb-php/zipball/8a4d443efddd44a12e01790de2da21b64e8876e3",
467
                "reference": "8a4d443efddd44a12e01790de2da21b64e8876e3",
468
                "shasum": ""
469
            },
470
            "require": {
471
                "guzzlehttp/guzzle": "~5.0|~6.0"
472
            },
473
            "require-dev": {
474
                "pbxg33k/pbxg33k-traits": "dev-master",
475
                "phpunit/phpunit": "4.8.*@dev",
476
                "symfony/console": "^3.0",
477
                "symfony/var-dumper": "^3.0"
478
            },
479
            "type": "library",
480
            "autoload": {
481
                "psr-4": {
482
                    "Pbxg33k\\VocaDB\\": "src/"
483
                }
484
            },
485
            "notification-url": "https://packagist.org/downloads/",
486
            "license": [
487
                "MIT"
488
            ],
489
            "authors": [
490
                {
491
                    "name": "Oguzhan Uysal",
492
                    "email": "[email protected]"
493
                }
494
            ],
495
            "description": "PHP API client for the VocaDB Public API (v1)",
496
            "time": "2017-03-29T18:57:10+00:00"
497
        },
498
        {
499
            "name": "psr/http-message",
500
            "version": "1.0.1",
501
            "source": {
502
                "type": "git",
503
                "url": "https://github.com/php-fig/http-message.git",
504
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
505
            },
506
            "dist": {
507
                "type": "zip",
508
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
509
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
510
                "shasum": ""
511
            },
512
            "require": {
513
                "php": ">=5.3.0"
514
            },
515
            "type": "library",
516
            "extra": {
517
                "branch-alias": {
518
                    "dev-master": "1.0.x-dev"
519
                }
520
            },
521
            "autoload": {
522
                "psr-4": {
523
                    "Psr\\Http\\Message\\": "src/"
524
                }
525
            },
526
            "notification-url": "https://packagist.org/downloads/",
527
            "license": [
528
                "MIT"
529
            ],
530
            "authors": [
531
                {
532
                    "name": "PHP-FIG",
533
                    "homepage": "http://www.php-fig.org/"
534
                }
535
            ],
536
            "description": "Common interface for HTTP messages",
537
            "homepage": "https://github.com/php-fig/http-message",
538
            "keywords": [
539
                "http",
540
                "http-message",
541
                "psr",
542
                "psr-7",
543
                "request",
544
                "response"
545
            ],
546
            "time": "2016-08-06T14:39:51+00:00"
547
        },
548
        {
549
            "name": "psr/log",
550
            "version": "1.0.2",
551
            "source": {
552
                "type": "git",
553
                "url": "https://github.com/php-fig/log.git",
554
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
555
            },
556
            "dist": {
557
                "type": "zip",
558
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
559
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
560
                "shasum": ""
561
            },
562
            "require": {
563
                "php": ">=5.3.0"
564
            },
565
            "type": "library",
566
            "extra": {
567
                "branch-alias": {
568
                    "dev-master": "1.0.x-dev"
569
                }
570
            },
571
            "autoload": {
572
                "psr-4": {
573
                    "Psr\\Log\\": "Psr/Log/"
574
                }
575
            },
576
            "notification-url": "https://packagist.org/downloads/",
577
            "license": [
578
                "MIT"
579
            ],
580
            "authors": [
581
                {
582
                    "name": "PHP-FIG",
583
                    "homepage": "http://www.php-fig.org/"
584
                }
585
            ],
586
            "description": "Common interface for logging libraries",
587
            "homepage": "https://github.com/php-fig/log",
588
            "keywords": [
589
                "log",
590
                "psr",
591
                "psr-3"
592
            ],
593
            "time": "2016-10-10T12:19:37+00:00"
594
        },
595
        {
596
            "name": "symfony/config",
597
            "version": "v3.2.7",
598
            "source": {
599
                "type": "git",
600
                "url": "https://github.com/symfony/config.git",
601
                "reference": "8444bde28e3c2a33e571e6f180c2d78bfdc4480d"
602
            },
603
            "dist": {
604
                "type": "zip",
605
                "url": "https://api.github.com/repos/symfony/config/zipball/8444bde28e3c2a33e571e6f180c2d78bfdc4480d",
606
                "reference": "8444bde28e3c2a33e571e6f180c2d78bfdc4480d",
607
                "shasum": ""
608
            },
609
            "require": {
610
                "php": ">=5.5.9",
611
                "symfony/filesystem": "~2.8|~3.0"
612
            },
613
            "require-dev": {
614
                "symfony/yaml": "~3.0"
615
            },
616
            "suggest": {
617
                "symfony/yaml": "To use the yaml reference dumper"
618
            },
619
            "type": "library",
620
            "extra": {
621
                "branch-alias": {
622
                    "dev-master": "3.2-dev"
623
                }
624
            },
625
            "autoload": {
626
                "psr-4": {
627
                    "Symfony\\Component\\Config\\": ""
628
                },
629
                "exclude-from-classmap": [
630
                    "/Tests/"
631
                ]
632
            },
633
            "notification-url": "https://packagist.org/downloads/",
634
            "license": [
635
                "MIT"
636
            ],
637
            "authors": [
638
                {
639
                    "name": "Fabien Potencier",
640
                    "email": "[email protected]"
641
                },
642
                {
643
                    "name": "Symfony Community",
644
                    "homepage": "https://symfony.com/contributors"
645
                }
646
            ],
647
            "description": "Symfony Config Component",
648
            "homepage": "https://symfony.com",
649
            "time": "2017-04-04T15:30:56+00:00"
650
        },
651
        {
652
            "name": "symfony/console",
653
            "version": "v3.2.7",
654
            "source": {
655
                "type": "git",
656
                "url": "https://github.com/symfony/console.git",
657
                "reference": "c30243cc51f726812be3551316b109a2f5deaf8d"
658
            },
659
            "dist": {
660
                "type": "zip",
661
                "url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d",
662
                "reference": "c30243cc51f726812be3551316b109a2f5deaf8d",
663
                "shasum": ""
664
            },
665
            "require": {
666
                "php": ">=5.5.9",
667
                "symfony/debug": "~2.8|~3.0",
668
                "symfony/polyfill-mbstring": "~1.0"
669
            },
670
            "require-dev": {
671
                "psr/log": "~1.0",
672
                "symfony/event-dispatcher": "~2.8|~3.0",
673
                "symfony/filesystem": "~2.8|~3.0",
674
                "symfony/process": "~2.8|~3.0"
675
            },
676
            "suggest": {
677
                "psr/log": "For using the console logger",
678
                "symfony/event-dispatcher": "",
679
                "symfony/filesystem": "",
680
                "symfony/process": ""
681
            },
682
            "type": "library",
683
            "extra": {
684
                "branch-alias": {
685
                    "dev-master": "3.2-dev"
686
                }
687
            },
688
            "autoload": {
689
                "psr-4": {
690
                    "Symfony\\Component\\Console\\": ""
691
                },
692
                "exclude-from-classmap": [
693
                    "/Tests/"
694
                ]
695
            },
696
            "notification-url": "https://packagist.org/downloads/",
697
            "license": [
698
                "MIT"
699
            ],
700
            "authors": [
701
                {
702
                    "name": "Fabien Potencier",
703
                    "email": "[email protected]"
704
                },
705
                {
706
                    "name": "Symfony Community",
707
                    "homepage": "https://symfony.com/contributors"
708
                }
709
            ],
710
            "description": "Symfony Console Component",
711
            "homepage": "https://symfony.com",
712
            "time": "2017-04-04T14:33:42+00:00"
713
        },
714
        {
715
            "name": "symfony/debug",
716
            "version": "v3.2.7",
717
            "source": {
718
                "type": "git",
719
                "url": "https://github.com/symfony/debug.git",
720
                "reference": "56f613406446a4a0a031475cfd0a01751de22659"
721
            },
722
            "dist": {
723
                "type": "zip",
724
                "url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659",
725
                "reference": "56f613406446a4a0a031475cfd0a01751de22659",
726
                "shasum": ""
727
            },
728
            "require": {
729
                "php": ">=5.5.9",
730
                "psr/log": "~1.0"
731
            },
732
            "conflict": {
733
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
734
            },
735
            "require-dev": {
736
                "symfony/class-loader": "~2.8|~3.0",
737
                "symfony/http-kernel": "~2.8|~3.0"
738
            },
739
            "type": "library",
740
            "extra": {
741
                "branch-alias": {
742
                    "dev-master": "3.2-dev"
743
                }
744
            },
745
            "autoload": {
746
                "psr-4": {
747
                    "Symfony\\Component\\Debug\\": ""
748
                },
749
                "exclude-from-classmap": [
750
                    "/Tests/"
751
                ]
752
            },
753
            "notification-url": "https://packagist.org/downloads/",
754
            "license": [
755
                "MIT"
756
            ],
757
            "authors": [
758
                {
759
                    "name": "Fabien Potencier",
760
                    "email": "[email protected]"
761
                },
762
                {
763
                    "name": "Symfony Community",
764
                    "homepage": "https://symfony.com/contributors"
765
                }
766
            ],
767
            "description": "Symfony Debug Component",
768
            "homepage": "https://symfony.com",
769
            "time": "2017-03-28T21:38:24+00:00"
770
        },
771
        {
772
            "name": "symfony/dependency-injection",
773
            "version": "v3.2.7",
774
            "source": {
775
                "type": "git",
776
                "url": "https://github.com/symfony/dependency-injection.git",
777
                "reference": "923bb014708b666e4092c9ba39993895c9c8fcd7"
778
            },
779
            "dist": {
780
                "type": "zip",
781
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/923bb014708b666e4092c9ba39993895c9c8fcd7",
782
                "reference": "923bb014708b666e4092c9ba39993895c9c8fcd7",
783
                "shasum": ""
784
            },
785
            "require": {
786
                "php": ">=5.5.9"
787
            },
788
            "conflict": {
789
                "symfony/yaml": "<3.2"
790
            },
791
            "require-dev": {
792
                "symfony/config": "~2.8|~3.0",
793
                "symfony/expression-language": "~2.8|~3.0",
794
                "symfony/yaml": "~3.2"
795
            },
796
            "suggest": {
797
                "symfony/config": "",
798
                "symfony/expression-language": "For using expressions in service container configuration",
799
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
800
                "symfony/yaml": ""
801
            },
802
            "type": "library",
803
            "extra": {
804
                "branch-alias": {
805
                    "dev-master": "3.2-dev"
806
                }
807
            },
808
            "autoload": {
809
                "psr-4": {
810
                    "Symfony\\Component\\DependencyInjection\\": ""
811
                },
812
                "exclude-from-classmap": [
813
                    "/Tests/"
814
                ]
815
            },
816
            "notification-url": "https://packagist.org/downloads/",
817
            "license": [
818
                "MIT"
819
            ],
820
            "authors": [
821
                {
822
                    "name": "Fabien Potencier",
823
                    "email": "[email protected]"
824
                },
825
                {
826
                    "name": "Symfony Community",
827
                    "homepage": "https://symfony.com/contributors"
828
                }
829
            ],
830
            "description": "Symfony DependencyInjection Component",
831
            "homepage": "https://symfony.com",
832
            "time": "2017-04-04T07:26:27+00:00"
833
        },
834
        {
835
            "name": "symfony/event-dispatcher",
836
            "version": "v2.8.19",
837
            "source": {
838
                "type": "git",
839
                "url": "https://github.com/symfony/event-dispatcher.git",
840
                "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2"
841
            },
842
            "dist": {
843
                "type": "zip",
844
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/88b65f0ac25355090e524aba4ceb066025df8bd2",
845
                "reference": "88b65f0ac25355090e524aba4ceb066025df8bd2",
846
                "shasum": ""
847
            },
848
            "require": {
849
                "php": ">=5.3.9"
850
            },
851
            "require-dev": {
852
                "psr/log": "~1.0",
853
                "symfony/config": "^2.0.5|~3.0.0",
854
                "symfony/dependency-injection": "~2.6|~3.0.0",
855
                "symfony/expression-language": "~2.6|~3.0.0",
856
                "symfony/stopwatch": "~2.3|~3.0.0"
857
            },
858
            "suggest": {
859
                "symfony/dependency-injection": "",
860
                "symfony/http-kernel": ""
861
            },
862
            "type": "library",
863
            "extra": {
864
                "branch-alias": {
865
                    "dev-master": "2.8-dev"
866
                }
867
            },
868
            "autoload": {
869
                "psr-4": {
870
                    "Symfony\\Component\\EventDispatcher\\": ""
871
                },
872
                "exclude-from-classmap": [
873
                    "/Tests/"
874
                ]
875
            },
876
            "notification-url": "https://packagist.org/downloads/",
877
            "license": [
878
                "MIT"
879
            ],
880
            "authors": [
881
                {
882
                    "name": "Fabien Potencier",
883
                    "email": "[email protected]"
884
                },
885
                {
886
                    "name": "Symfony Community",
887
                    "homepage": "https://symfony.com/contributors"
888
                }
889
            ],
890
            "description": "Symfony EventDispatcher Component",
891
            "homepage": "https://symfony.com",
892
            "time": "2017-04-03T20:37:06+00:00"
893
        },
894
        {
895
            "name": "symfony/filesystem",
896
            "version": "v3.2.7",
897
            "source": {
898
                "type": "git",
899
                "url": "https://github.com/symfony/filesystem.git",
900
                "reference": "64421e6479c4a8e60d790fb666bd520992861b66"
901
            },
902
            "dist": {
903
                "type": "zip",
904
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/64421e6479c4a8e60d790fb666bd520992861b66",
905
                "reference": "64421e6479c4a8e60d790fb666bd520992861b66",
906
                "shasum": ""
907
            },
908
            "require": {
909
                "php": ">=5.5.9"
910
            },
911
            "type": "library",
912
            "extra": {
913
                "branch-alias": {
914
                    "dev-master": "3.2-dev"
915
                }
916
            },
917
            "autoload": {
918
                "psr-4": {
919
                    "Symfony\\Component\\Filesystem\\": ""
920
                },
921
                "exclude-from-classmap": [
922
                    "/Tests/"
923
                ]
924
            },
925
            "notification-url": "https://packagist.org/downloads/",
926
            "license": [
927
                "MIT"
928
            ],
929
            "authors": [
930
                {
931
                    "name": "Fabien Potencier",
932
                    "email": "[email protected]"
933
                },
934
                {
935
                    "name": "Symfony Community",
936
                    "homepage": "https://symfony.com/contributors"
937
                }
938
            ],
939
            "description": "Symfony Filesystem Component",
940
            "homepage": "https://symfony.com",
941
            "time": "2017-03-26T15:47:15+00:00"
942
        },
943
        {
944
            "name": "symfony/http-foundation",
0 ignored issues
show
There are 2 security advisories for your installed version of symfony/http-foundation:

- CVE-2018-11386: Denial of service when using PDOSessionHandler
- CVE-2018-14773: Remove support for legacy and risky HTTP headers
Loading history...
945
            "version": "v3.2.7",
946
            "source": {
947
                "type": "git",
948
                "url": "https://github.com/symfony/http-foundation.git",
949
                "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a"
950
            },
951
            "dist": {
952
                "type": "zip",
953
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cb0b6418f588952c9290b3df4ca650f1b7ab570a",
954
                "reference": "cb0b6418f588952c9290b3df4ca650f1b7ab570a",
955
                "shasum": ""
956
            },
957
            "require": {
958
                "php": ">=5.5.9",
959
                "symfony/polyfill-mbstring": "~1.1"
960
            },
961
            "require-dev": {
962
                "symfony/expression-language": "~2.8|~3.0"
963
            },
964
            "type": "library",
965
            "extra": {
966
                "branch-alias": {
967
                    "dev-master": "3.2-dev"
968
                }
969
            },
970
            "autoload": {
971
                "psr-4": {
972
                    "Symfony\\Component\\HttpFoundation\\": ""
973
                },
974
                "exclude-from-classmap": [
975
                    "/Tests/"
976
                ]
977
            },
978
            "notification-url": "https://packagist.org/downloads/",
979
            "license": [
980
                "MIT"
981
            ],
982
            "authors": [
983
                {
984
                    "name": "Fabien Potencier",
985
                    "email": "[email protected]"
986
                },
987
                {
988
                    "name": "Symfony Community",
989
                    "homepage": "https://symfony.com/contributors"
990
                }
991
            ],
992
            "description": "Symfony HttpFoundation Component",
993
            "homepage": "https://symfony.com",
994
            "time": "2017-04-04T15:30:56+00:00"
995
        },
996
        {
997
            "name": "symfony/http-kernel",
998
            "version": "v3.2.7",
999
            "source": {
1000
                "type": "git",
1001
                "url": "https://github.com/symfony/http-kernel.git",
1002
                "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e"
1003
            },
1004
            "dist": {
1005
                "type": "zip",
1006
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8285ab5faf1306b1a5ebcf287fe91c231a6de88e",
1007
                "reference": "8285ab5faf1306b1a5ebcf287fe91c231a6de88e",
1008
                "shasum": ""
1009
            },
1010
            "require": {
1011
                "php": ">=5.5.9",
1012
                "psr/log": "~1.0",
1013
                "symfony/debug": "~2.8|~3.0",
1014
                "symfony/event-dispatcher": "~2.8|~3.0",
1015
                "symfony/http-foundation": "~2.8.13|~3.1.6|~3.2"
1016
            },
1017
            "conflict": {
1018
                "symfony/config": "<2.8"
1019
            },
1020
            "require-dev": {
1021
                "symfony/browser-kit": "~2.8|~3.0",
1022
                "symfony/class-loader": "~2.8|~3.0",
1023
                "symfony/config": "~2.8|~3.0",
1024
                "symfony/console": "~2.8|~3.0",
1025
                "symfony/css-selector": "~2.8|~3.0",
1026
                "symfony/dependency-injection": "~2.8|~3.0",
1027
                "symfony/dom-crawler": "~2.8|~3.0",
1028
                "symfony/expression-language": "~2.8|~3.0",
1029
                "symfony/finder": "~2.8|~3.0",
1030
                "symfony/process": "~2.8|~3.0",
1031
                "symfony/routing": "~2.8|~3.0",
1032
                "symfony/stopwatch": "~2.8|~3.0",
1033
                "symfony/templating": "~2.8|~3.0",
1034
                "symfony/translation": "~2.8|~3.0",
1035
                "symfony/var-dumper": "~3.2"
1036
            },
1037
            "suggest": {
1038
                "symfony/browser-kit": "",
1039
                "symfony/class-loader": "",
1040
                "symfony/config": "",
1041
                "symfony/console": "",
1042
                "symfony/dependency-injection": "",
1043
                "symfony/finder": "",
1044
                "symfony/var-dumper": ""
1045
            },
1046
            "type": "library",
1047
            "extra": {
1048
                "branch-alias": {
1049
                    "dev-master": "3.2-dev"
1050
                }
1051
            },
1052
            "autoload": {
1053
                "psr-4": {
1054
                    "Symfony\\Component\\HttpKernel\\": ""
1055
                },
1056
                "exclude-from-classmap": [
1057
                    "/Tests/"
1058
                ]
1059
            },
1060
            "notification-url": "https://packagist.org/downloads/",
1061
            "license": [
1062
                "MIT"
1063
            ],
1064
            "authors": [
1065
                {
1066
                    "name": "Fabien Potencier",
1067
                    "email": "[email protected]"
1068
                },
1069
                {
1070
                    "name": "Symfony Community",
1071
                    "homepage": "https://symfony.com/contributors"
1072
                }
1073
            ],
1074
            "description": "Symfony HttpKernel Component",
1075
            "homepage": "https://symfony.com",
1076
            "time": "2017-04-05T12:52:03+00:00"
1077
        },
1078
        {
1079
            "name": "symfony/polyfill-mbstring",
1080
            "version": "v1.3.0",
1081
            "source": {
1082
                "type": "git",
1083
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1084
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
1085
            },
1086
            "dist": {
1087
                "type": "zip",
1088
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
1089
                "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
1090
                "shasum": ""
1091
            },
1092
            "require": {
1093
                "php": ">=5.3.3"
1094
            },
1095
            "suggest": {
1096
                "ext-mbstring": "For best performance"
1097
            },
1098
            "type": "library",
1099
            "extra": {
1100
                "branch-alias": {
1101
                    "dev-master": "1.3-dev"
1102
                }
1103
            },
1104
            "autoload": {
1105
                "psr-4": {
1106
                    "Symfony\\Polyfill\\Mbstring\\": ""
1107
                },
1108
                "files": [
1109
                    "bootstrap.php"
1110
                ]
1111
            },
1112
            "notification-url": "https://packagist.org/downloads/",
1113
            "license": [
1114
                "MIT"
1115
            ],
1116
            "authors": [
1117
                {
1118
                    "name": "Nicolas Grekas",
1119
                    "email": "[email protected]"
1120
                },
1121
                {
1122
                    "name": "Symfony Community",
1123
                    "homepage": "https://symfony.com/contributors"
1124
                }
1125
            ],
1126
            "description": "Symfony polyfill for the Mbstring extension",
1127
            "homepage": "https://symfony.com",
1128
            "keywords": [
1129
                "compatibility",
1130
                "mbstring",
1131
                "polyfill",
1132
                "portable",
1133
                "shim"
1134
            ],
1135
            "time": "2016-11-14T01:06:16+00:00"
1136
        },
1137
        {
1138
            "name": "symfony/yaml",
1139
            "version": "v3.2.7",
1140
            "source": {
1141
                "type": "git",
1142
                "url": "https://github.com/symfony/yaml.git",
1143
                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621"
1144
            },
1145
            "dist": {
1146
                "type": "zip",
1147
                "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621",
1148
                "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621",
1149
                "shasum": ""
1150
            },
1151
            "require": {
1152
                "php": ">=5.5.9"
1153
            },
1154
            "require-dev": {
1155
                "symfony/console": "~2.8|~3.0"
1156
            },
1157
            "suggest": {
1158
                "symfony/console": "For validating YAML files using the lint command"
1159
            },
1160
            "type": "library",
1161
            "extra": {
1162
                "branch-alias": {
1163
                    "dev-master": "3.2-dev"
1164
                }
1165
            },
1166
            "autoload": {
1167
                "psr-4": {
1168
                    "Symfony\\Component\\Yaml\\": ""
1169
                },
1170
                "exclude-from-classmap": [
1171
                    "/Tests/"
1172
                ]
1173
            },
1174
            "notification-url": "https://packagist.org/downloads/",
1175
            "license": [
1176
                "MIT"
1177
            ],
1178
            "authors": [
1179
                {
1180
                    "name": "Fabien Potencier",
1181
                    "email": "[email protected]"
1182
                },
1183
                {
1184
                    "name": "Symfony Community",
1185
                    "homepage": "https://symfony.com/contributors"
1186
                }
1187
            ],
1188
            "description": "Symfony Yaml Component",
1189
            "homepage": "https://symfony.com",
1190
            "time": "2017-03-20T09:45:15+00:00"
1191
        }
1192
    ],
1193
    "packages-dev": [
1194
        {
1195
            "name": "doctrine/instantiator",
1196
            "version": "1.0.5",
1197
            "source": {
1198
                "type": "git",
1199
                "url": "https://github.com/doctrine/instantiator.git",
1200
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1201
            },
1202
            "dist": {
1203
                "type": "zip",
1204
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1205
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1206
                "shasum": ""
1207
            },
1208
            "require": {
1209
                "php": ">=5.3,<8.0-DEV"
1210
            },
1211
            "require-dev": {
1212
                "athletic/athletic": "~0.1.8",
1213
                "ext-pdo": "*",
1214
                "ext-phar": "*",
1215
                "phpunit/phpunit": "~4.0",
1216
                "squizlabs/php_codesniffer": "~2.0"
1217
            },
1218
            "type": "library",
1219
            "extra": {
1220
                "branch-alias": {
1221
                    "dev-master": "1.0.x-dev"
1222
                }
1223
            },
1224
            "autoload": {
1225
                "psr-4": {
1226
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1227
                }
1228
            },
1229
            "notification-url": "https://packagist.org/downloads/",
1230
            "license": [
1231
                "MIT"
1232
            ],
1233
            "authors": [
1234
                {
1235
                    "name": "Marco Pivetta",
1236
                    "email": "[email protected]",
1237
                    "homepage": "http://ocramius.github.com/"
1238
                }
1239
            ],
1240
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1241
            "homepage": "https://github.com/doctrine/instantiator",
1242
            "keywords": [
1243
                "constructor",
1244
                "instantiate"
1245
            ],
1246
            "time": "2015-06-14T21:17:01+00:00"
1247
        },
1248
        {
1249
            "name": "guzzle/guzzle",
1250
            "version": "v3.9.3",
1251
            "source": {
1252
                "type": "git",
1253
                "url": "https://github.com/guzzle/guzzle3.git",
1254
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
1255
            },
1256
            "dist": {
1257
                "type": "zip",
1258
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
1259
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
1260
                "shasum": ""
1261
            },
1262
            "require": {
1263
                "ext-curl": "*",
1264
                "php": ">=5.3.3",
1265
                "symfony/event-dispatcher": "~2.1"
1266
            },
1267
            "replace": {
1268
                "guzzle/batch": "self.version",
1269
                "guzzle/cache": "self.version",
1270
                "guzzle/common": "self.version",
1271
                "guzzle/http": "self.version",
1272
                "guzzle/inflection": "self.version",
1273
                "guzzle/iterator": "self.version",
1274
                "guzzle/log": "self.version",
1275
                "guzzle/parser": "self.version",
1276
                "guzzle/plugin": "self.version",
1277
                "guzzle/plugin-async": "self.version",
1278
                "guzzle/plugin-backoff": "self.version",
1279
                "guzzle/plugin-cache": "self.version",
1280
                "guzzle/plugin-cookie": "self.version",
1281
                "guzzle/plugin-curlauth": "self.version",
1282
                "guzzle/plugin-error-response": "self.version",
1283
                "guzzle/plugin-history": "self.version",
1284
                "guzzle/plugin-log": "self.version",
1285
                "guzzle/plugin-md5": "self.version",
1286
                "guzzle/plugin-mock": "self.version",
1287
                "guzzle/plugin-oauth": "self.version",
1288
                "guzzle/service": "self.version",
1289
                "guzzle/stream": "self.version"
1290
            },
1291
            "require-dev": {
1292
                "doctrine/cache": "~1.3",
1293
                "monolog/monolog": "~1.0",
1294
                "phpunit/phpunit": "3.7.*",
1295
                "psr/log": "~1.0",
1296
                "symfony/class-loader": "~2.1",
1297
                "zendframework/zend-cache": "2.*,<2.3",
1298
                "zendframework/zend-log": "2.*,<2.3"
1299
            },
1300
            "suggest": {
1301
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
1302
            },
1303
            "type": "library",
1304
            "extra": {
1305
                "branch-alias": {
1306
                    "dev-master": "3.9-dev"
1307
                }
1308
            },
1309
            "autoload": {
1310
                "psr-0": {
1311
                    "Guzzle": "src/",
1312
                    "Guzzle\\Tests": "tests/"
1313
                }
1314
            },
1315
            "notification-url": "https://packagist.org/downloads/",
1316
            "license": [
1317
                "MIT"
1318
            ],
1319
            "authors": [
1320
                {
1321
                    "name": "Michael Dowling",
1322
                    "email": "[email protected]",
1323
                    "homepage": "https://github.com/mtdowling"
1324
                },
1325
                {
1326
                    "name": "Guzzle Community",
1327
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
1328
                }
1329
            ],
1330
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
1331
            "homepage": "http://guzzlephp.org/",
1332
            "keywords": [
1333
                "client",
1334
                "curl",
1335
                "framework",
1336
                "http",
1337
                "http client",
1338
                "rest",
1339
                "web service"
1340
            ],
1341
            "abandoned": "guzzlehttp/guzzle",
1342
            "time": "2015-03-18T18:23:50+00:00"
1343
        },
1344
        {
1345
            "name": "myclabs/deep-copy",
1346
            "version": "1.6.1",
1347
            "source": {
1348
                "type": "git",
1349
                "url": "https://github.com/myclabs/DeepCopy.git",
1350
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
1351
            },
1352
            "dist": {
1353
                "type": "zip",
1354
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
1355
                "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
1356
                "shasum": ""
1357
            },
1358
            "require": {
1359
                "php": ">=5.4.0"
1360
            },
1361
            "require-dev": {
1362
                "doctrine/collections": "1.*",
1363
                "phpunit/phpunit": "~4.1"
1364
            },
1365
            "type": "library",
1366
            "autoload": {
1367
                "psr-4": {
1368
                    "DeepCopy\\": "src/DeepCopy/"
1369
                }
1370
            },
1371
            "notification-url": "https://packagist.org/downloads/",
1372
            "license": [
1373
                "MIT"
1374
            ],
1375
            "description": "Create deep copies (clones) of your objects",
1376
            "homepage": "https://github.com/myclabs/DeepCopy",
1377
            "keywords": [
1378
                "clone",
1379
                "copy",
1380
                "duplicate",
1381
                "object",
1382
                "object graph"
1383
            ],
1384
            "time": "2017-04-12T18:52:22+00:00"
1385
        },
1386
        {
1387
            "name": "pdepend/pdepend",
1388
            "version": "2.5.0",
1389
            "source": {
1390
                "type": "git",
1391
                "url": "https://github.com/pdepend/pdepend.git",
1392
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff"
1393
            },
1394
            "dist": {
1395
                "type": "zip",
1396
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff",
1397
                "reference": "0c50874333149c0dad5a2877801aed148f2767ff",
1398
                "shasum": ""
1399
            },
1400
            "require": {
1401
                "php": ">=5.3.7",
1402
                "symfony/config": "^2.3.0|^3",
1403
                "symfony/dependency-injection": "^2.3.0|^3",
1404
                "symfony/filesystem": "^2.3.0|^3"
1405
            },
1406
            "require-dev": {
1407
                "phpunit/phpunit": "^4.4.0,<4.8",
1408
                "squizlabs/php_codesniffer": "^2.0.0"
1409
            },
1410
            "bin": [
1411
                "src/bin/pdepend"
1412
            ],
1413
            "type": "library",
1414
            "autoload": {
1415
                "psr-4": {
1416
                    "PDepend\\": "src/main/php/PDepend"
1417
                }
1418
            },
1419
            "notification-url": "https://packagist.org/downloads/",
1420
            "license": [
1421
                "BSD-3-Clause"
1422
            ],
1423
            "description": "Official version of pdepend to be handled with Composer",
1424
            "time": "2017-01-19T14:23:36+00:00"
1425
        },
1426
        {
1427
            "name": "phpdocumentor/reflection-common",
1428
            "version": "1.0",
1429
            "source": {
1430
                "type": "git",
1431
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1432
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1433
            },
1434
            "dist": {
1435
                "type": "zip",
1436
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1437
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1438
                "shasum": ""
1439
            },
1440
            "require": {
1441
                "php": ">=5.5"
1442
            },
1443
            "require-dev": {
1444
                "phpunit/phpunit": "^4.6"
1445
            },
1446
            "type": "library",
1447
            "extra": {
1448
                "branch-alias": {
1449
                    "dev-master": "1.0.x-dev"
1450
                }
1451
            },
1452
            "autoload": {
1453
                "psr-4": {
1454
                    "phpDocumentor\\Reflection\\": [
1455
                        "src"
1456
                    ]
1457
                }
1458
            },
1459
            "notification-url": "https://packagist.org/downloads/",
1460
            "license": [
1461
                "MIT"
1462
            ],
1463
            "authors": [
1464
                {
1465
                    "name": "Jaap van Otterdijk",
1466
                    "email": "[email protected]"
1467
                }
1468
            ],
1469
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1470
            "homepage": "http://www.phpdoc.org",
1471
            "keywords": [
1472
                "FQSEN",
1473
                "phpDocumentor",
1474
                "phpdoc",
1475
                "reflection",
1476
                "static analysis"
1477
            ],
1478
            "time": "2015-12-27T11:43:31+00:00"
1479
        },
1480
        {
1481
            "name": "phpdocumentor/reflection-docblock",
1482
            "version": "3.1.1",
1483
            "source": {
1484
                "type": "git",
1485
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1486
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1487
            },
1488
            "dist": {
1489
                "type": "zip",
1490
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1491
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1492
                "shasum": ""
1493
            },
1494
            "require": {
1495
                "php": ">=5.5",
1496
                "phpdocumentor/reflection-common": "^1.0@dev",
1497
                "phpdocumentor/type-resolver": "^0.2.0",
1498
                "webmozart/assert": "^1.0"
1499
            },
1500
            "require-dev": {
1501
                "mockery/mockery": "^0.9.4",
1502
                "phpunit/phpunit": "^4.4"
1503
            },
1504
            "type": "library",
1505
            "autoload": {
1506
                "psr-4": {
1507
                    "phpDocumentor\\Reflection\\": [
1508
                        "src/"
1509
                    ]
1510
                }
1511
            },
1512
            "notification-url": "https://packagist.org/downloads/",
1513
            "license": [
1514
                "MIT"
1515
            ],
1516
            "authors": [
1517
                {
1518
                    "name": "Mike van Riel",
1519
                    "email": "[email protected]"
1520
                }
1521
            ],
1522
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1523
            "time": "2016-09-30T07:12:33+00:00"
1524
        },
1525
        {
1526
            "name": "phpdocumentor/type-resolver",
1527
            "version": "0.2.1",
1528
            "source": {
1529
                "type": "git",
1530
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
1531
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
1532
            },
1533
            "dist": {
1534
                "type": "zip",
1535
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1536
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1537
                "shasum": ""
1538
            },
1539
            "require": {
1540
                "php": ">=5.5",
1541
                "phpdocumentor/reflection-common": "^1.0"
1542
            },
1543
            "require-dev": {
1544
                "mockery/mockery": "^0.9.4",
1545
                "phpunit/phpunit": "^5.2||^4.8.24"
1546
            },
1547
            "type": "library",
1548
            "extra": {
1549
                "branch-alias": {
1550
                    "dev-master": "1.0.x-dev"
1551
                }
1552
            },
1553
            "autoload": {
1554
                "psr-4": {
1555
                    "phpDocumentor\\Reflection\\": [
1556
                        "src/"
1557
                    ]
1558
                }
1559
            },
1560
            "notification-url": "https://packagist.org/downloads/",
1561
            "license": [
1562
                "MIT"
1563
            ],
1564
            "authors": [
1565
                {
1566
                    "name": "Mike van Riel",
1567
                    "email": "[email protected]"
1568
                }
1569
            ],
1570
            "time": "2016-11-25T06:54:22+00:00"
1571
        },
1572
        {
1573
            "name": "phploc/phploc",
1574
            "version": "4.0.1",
1575
            "source": {
1576
                "type": "git",
1577
                "url": "https://github.com/sebastianbergmann/phploc.git",
1578
                "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb"
1579
            },
1580
            "dist": {
1581
                "type": "zip",
1582
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/6a8a9416517b82d6326ac9c2d040ad53c13654eb",
1583
                "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb",
1584
                "shasum": ""
1585
            },
1586
            "require": {
1587
                "php": "^5.6 || ^7.0",
1588
                "sebastian/finder-facade": "^1.1",
1589
                "sebastian/version": "^2.0",
1590
                "symfony/console": "^2.7|^3.0|^4.0"
1591
            },
1592
            "bin": [
1593
                "phploc"
1594
            ],
1595
            "type": "library",
1596
            "extra": {
1597
                "branch-alias": {
1598
                    "dev-master": "4.0-dev"
1599
                }
1600
            },
1601
            "autoload": {
1602
                "classmap": [
1603
                    "src/"
1604
                ]
1605
            },
1606
            "notification-url": "https://packagist.org/downloads/",
1607
            "license": [
1608
                "BSD-3-Clause"
1609
            ],
1610
            "authors": [
1611
                {
1612
                    "name": "Sebastian Bergmann",
1613
                    "email": "[email protected]",
1614
                    "role": "lead"
1615
                }
1616
            ],
1617
            "description": "A tool for quickly measuring the size of a PHP project.",
1618
            "homepage": "https://github.com/sebastianbergmann/phploc",
1619
            "time": "2017-11-18T17:35:43+00:00"
1620
        },
1621
        {
1622
            "name": "phpmd/phpmd",
1623
            "version": "2.6.0",
1624
            "source": {
1625
                "type": "git",
1626
                "url": "https://github.com/phpmd/phpmd.git",
1627
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
1628
            },
1629
            "dist": {
1630
                "type": "zip",
1631
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
1632
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
1633
                "shasum": ""
1634
            },
1635
            "require": {
1636
                "ext-xml": "*",
1637
                "pdepend/pdepend": "^2.5",
1638
                "php": ">=5.3.9"
1639
            },
1640
            "require-dev": {
1641
                "phpunit/phpunit": "^4.0",
1642
                "squizlabs/php_codesniffer": "^2.0"
1643
            },
1644
            "bin": [
1645
                "src/bin/phpmd"
1646
            ],
1647
            "type": "project",
1648
            "autoload": {
1649
                "psr-0": {
1650
                    "PHPMD\\": "src/main/php"
1651
                }
1652
            },
1653
            "notification-url": "https://packagist.org/downloads/",
1654
            "license": [
1655
                "BSD-3-Clause"
1656
            ],
1657
            "authors": [
1658
                {
1659
                    "name": "Manuel Pichler",
1660
                    "email": "[email protected]",
1661
                    "homepage": "https://github.com/manuelpichler",
1662
                    "role": "Project Founder"
1663
                },
1664
                {
1665
                    "name": "Other contributors",
1666
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
1667
                    "role": "Contributors"
1668
                },
1669
                {
1670
                    "name": "Marc Würth",
1671
                    "email": "[email protected]",
1672
                    "homepage": "https://github.com/ravage84",
1673
                    "role": "Project Maintainer"
1674
                }
1675
            ],
1676
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
1677
            "homepage": "http://phpmd.org/",
1678
            "keywords": [
1679
                "mess detection",
1680
                "mess detector",
1681
                "pdepend",
1682
                "phpmd",
1683
                "pmd"
1684
            ],
1685
            "time": "2017-01-20T14:41:10+00:00"
1686
        },
1687
        {
1688
            "name": "phpspec/prophecy",
1689
            "version": "v1.7.0",
1690
            "source": {
1691
                "type": "git",
1692
                "url": "https://github.com/phpspec/prophecy.git",
1693
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1694
            },
1695
            "dist": {
1696
                "type": "zip",
1697
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1698
                "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1699
                "shasum": ""
1700
            },
1701
            "require": {
1702
                "doctrine/instantiator": "^1.0.2",
1703
                "php": "^5.3|^7.0",
1704
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1705
                "sebastian/comparator": "^1.1|^2.0",
1706
                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1707
            },
1708
            "require-dev": {
1709
                "phpspec/phpspec": "^2.5|^3.2",
1710
                "phpunit/phpunit": "^4.8 || ^5.6.5"
1711
            },
1712
            "type": "library",
1713
            "extra": {
1714
                "branch-alias": {
1715
                    "dev-master": "1.6.x-dev"
1716
                }
1717
            },
1718
            "autoload": {
1719
                "psr-0": {
1720
                    "Prophecy\\": "src/"
1721
                }
1722
            },
1723
            "notification-url": "https://packagist.org/downloads/",
1724
            "license": [
1725
                "MIT"
1726
            ],
1727
            "authors": [
1728
                {
1729
                    "name": "Konstantin Kudryashov",
1730
                    "email": "[email protected]",
1731
                    "homepage": "http://everzet.com"
1732
                },
1733
                {
1734
                    "name": "Marcello Duarte",
1735
                    "email": "[email protected]"
1736
                }
1737
            ],
1738
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1739
            "homepage": "https://github.com/phpspec/prophecy",
1740
            "keywords": [
1741
                "Double",
1742
                "Dummy",
1743
                "fake",
1744
                "mock",
1745
                "spy",
1746
                "stub"
1747
            ],
1748
            "time": "2017-03-02T20:05:34+00:00"
1749
        },
1750
        {
1751
            "name": "phpunit/php-code-coverage",
1752
            "version": "4.0.8",
1753
            "source": {
1754
                "type": "git",
1755
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1756
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1757
            },
1758
            "dist": {
1759
                "type": "zip",
1760
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1761
                "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1762
                "shasum": ""
1763
            },
1764
            "require": {
1765
                "ext-dom": "*",
1766
                "ext-xmlwriter": "*",
1767
                "php": "^5.6 || ^7.0",
1768
                "phpunit/php-file-iterator": "^1.3",
1769
                "phpunit/php-text-template": "^1.2",
1770
                "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1771
                "sebastian/code-unit-reverse-lookup": "^1.0",
1772
                "sebastian/environment": "^1.3.2 || ^2.0",
1773
                "sebastian/version": "^1.0 || ^2.0"
1774
            },
1775
            "require-dev": {
1776
                "ext-xdebug": "^2.1.4",
1777
                "phpunit/phpunit": "^5.7"
1778
            },
1779
            "suggest": {
1780
                "ext-xdebug": "^2.5.1"
1781
            },
1782
            "type": "library",
1783
            "extra": {
1784
                "branch-alias": {
1785
                    "dev-master": "4.0.x-dev"
1786
                }
1787
            },
1788
            "autoload": {
1789
                "classmap": [
1790
                    "src/"
1791
                ]
1792
            },
1793
            "notification-url": "https://packagist.org/downloads/",
1794
            "license": [
1795
                "BSD-3-Clause"
1796
            ],
1797
            "authors": [
1798
                {
1799
                    "name": "Sebastian Bergmann",
1800
                    "email": "[email protected]",
1801
                    "role": "lead"
1802
                }
1803
            ],
1804
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1805
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1806
            "keywords": [
1807
                "coverage",
1808
                "testing",
1809
                "xunit"
1810
            ],
1811
            "time": "2017-04-02T07:44:40+00:00"
1812
        },
1813
        {
1814
            "name": "phpunit/php-file-iterator",
1815
            "version": "1.4.2",
1816
            "source": {
1817
                "type": "git",
1818
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1819
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1820
            },
1821
            "dist": {
1822
                "type": "zip",
1823
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1824
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1825
                "shasum": ""
1826
            },
1827
            "require": {
1828
                "php": ">=5.3.3"
1829
            },
1830
            "type": "library",
1831
            "extra": {
1832
                "branch-alias": {
1833
                    "dev-master": "1.4.x-dev"
1834
                }
1835
            },
1836
            "autoload": {
1837
                "classmap": [
1838
                    "src/"
1839
                ]
1840
            },
1841
            "notification-url": "https://packagist.org/downloads/",
1842
            "license": [
1843
                "BSD-3-Clause"
1844
            ],
1845
            "authors": [
1846
                {
1847
                    "name": "Sebastian Bergmann",
1848
                    "email": "[email protected]",
1849
                    "role": "lead"
1850
                }
1851
            ],
1852
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1853
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1854
            "keywords": [
1855
                "filesystem",
1856
                "iterator"
1857
            ],
1858
            "time": "2016-10-03T07:40:28+00:00"
1859
        },
1860
        {
1861
            "name": "phpunit/php-text-template",
1862
            "version": "1.2.1",
1863
            "source": {
1864
                "type": "git",
1865
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1866
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1867
            },
1868
            "dist": {
1869
                "type": "zip",
1870
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1871
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1872
                "shasum": ""
1873
            },
1874
            "require": {
1875
                "php": ">=5.3.3"
1876
            },
1877
            "type": "library",
1878
            "autoload": {
1879
                "classmap": [
1880
                    "src/"
1881
                ]
1882
            },
1883
            "notification-url": "https://packagist.org/downloads/",
1884
            "license": [
1885
                "BSD-3-Clause"
1886
            ],
1887
            "authors": [
1888
                {
1889
                    "name": "Sebastian Bergmann",
1890
                    "email": "[email protected]",
1891
                    "role": "lead"
1892
                }
1893
            ],
1894
            "description": "Simple template engine.",
1895
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1896
            "keywords": [
1897
                "template"
1898
            ],
1899
            "time": "2015-06-21T13:50:34+00:00"
1900
        },
1901
        {
1902
            "name": "phpunit/php-timer",
1903
            "version": "1.0.9",
1904
            "source": {
1905
                "type": "git",
1906
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1907
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1908
            },
1909
            "dist": {
1910
                "type": "zip",
1911
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1912
                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1913
                "shasum": ""
1914
            },
1915
            "require": {
1916
                "php": "^5.3.3 || ^7.0"
1917
            },
1918
            "require-dev": {
1919
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1920
            },
1921
            "type": "library",
1922
            "extra": {
1923
                "branch-alias": {
1924
                    "dev-master": "1.0-dev"
1925
                }
1926
            },
1927
            "autoload": {
1928
                "classmap": [
1929
                    "src/"
1930
                ]
1931
            },
1932
            "notification-url": "https://packagist.org/downloads/",
1933
            "license": [
1934
                "BSD-3-Clause"
1935
            ],
1936
            "authors": [
1937
                {
1938
                    "name": "Sebastian Bergmann",
1939
                    "email": "[email protected]",
1940
                    "role": "lead"
1941
                }
1942
            ],
1943
            "description": "Utility class for timing",
1944
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1945
            "keywords": [
1946
                "timer"
1947
            ],
1948
            "time": "2017-02-26T11:10:40+00:00"
1949
        },
1950
        {
1951
            "name": "phpunit/php-token-stream",
1952
            "version": "1.4.11",
1953
            "source": {
1954
                "type": "git",
1955
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1956
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1957
            },
1958
            "dist": {
1959
                "type": "zip",
1960
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1961
                "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1962
                "shasum": ""
1963
            },
1964
            "require": {
1965
                "ext-tokenizer": "*",
1966
                "php": ">=5.3.3"
1967
            },
1968
            "require-dev": {
1969
                "phpunit/phpunit": "~4.2"
1970
            },
1971
            "type": "library",
1972
            "extra": {
1973
                "branch-alias": {
1974
                    "dev-master": "1.4-dev"
1975
                }
1976
            },
1977
            "autoload": {
1978
                "classmap": [
1979
                    "src/"
1980
                ]
1981
            },
1982
            "notification-url": "https://packagist.org/downloads/",
1983
            "license": [
1984
                "BSD-3-Clause"
1985
            ],
1986
            "authors": [
1987
                {
1988
                    "name": "Sebastian Bergmann",
1989
                    "email": "[email protected]"
1990
                }
1991
            ],
1992
            "description": "Wrapper around PHP's tokenizer extension.",
1993
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1994
            "keywords": [
1995
                "tokenizer"
1996
            ],
1997
            "time": "2017-02-27T10:12:30+00:00"
1998
        },
1999
        {
2000
            "name": "phpunit/phpunit",
2001
            "version": "5.7.19",
2002
            "source": {
2003
                "type": "git",
2004
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2005
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
2006
            },
2007
            "dist": {
2008
                "type": "zip",
2009
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
2010
                "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
2011
                "shasum": ""
2012
            },
2013
            "require": {
2014
                "ext-dom": "*",
2015
                "ext-json": "*",
2016
                "ext-libxml": "*",
2017
                "ext-mbstring": "*",
2018
                "ext-xml": "*",
2019
                "myclabs/deep-copy": "~1.3",
2020
                "php": "^5.6 || ^7.0",
2021
                "phpspec/prophecy": "^1.6.2",
2022
                "phpunit/php-code-coverage": "^4.0.4",
2023
                "phpunit/php-file-iterator": "~1.4",
2024
                "phpunit/php-text-template": "~1.2",
2025
                "phpunit/php-timer": "^1.0.6",
2026
                "phpunit/phpunit-mock-objects": "^3.2",
2027
                "sebastian/comparator": "^1.2.4",
2028
                "sebastian/diff": "~1.2",
2029
                "sebastian/environment": "^1.3.4 || ^2.0",
2030
                "sebastian/exporter": "~2.0",
2031
                "sebastian/global-state": "^1.1",
2032
                "sebastian/object-enumerator": "~2.0",
2033
                "sebastian/resource-operations": "~1.0",
2034
                "sebastian/version": "~1.0.3|~2.0",
2035
                "symfony/yaml": "~2.1|~3.0"
2036
            },
2037
            "conflict": {
2038
                "phpdocumentor/reflection-docblock": "3.0.2"
2039
            },
2040
            "require-dev": {
2041
                "ext-pdo": "*"
2042
            },
2043
            "suggest": {
2044
                "ext-xdebug": "*",
2045
                "phpunit/php-invoker": "~1.1"
2046
            },
2047
            "bin": [
2048
                "phpunit"
2049
            ],
2050
            "type": "library",
2051
            "extra": {
2052
                "branch-alias": {
2053
                    "dev-master": "5.7.x-dev"
2054
                }
2055
            },
2056
            "autoload": {
2057
                "classmap": [
2058
                    "src/"
2059
                ]
2060
            },
2061
            "notification-url": "https://packagist.org/downloads/",
2062
            "license": [
2063
                "BSD-3-Clause"
2064
            ],
2065
            "authors": [
2066
                {
2067
                    "name": "Sebastian Bergmann",
2068
                    "email": "[email protected]",
2069
                    "role": "lead"
2070
                }
2071
            ],
2072
            "description": "The PHP Unit Testing framework.",
2073
            "homepage": "https://phpunit.de/",
2074
            "keywords": [
2075
                "phpunit",
2076
                "testing",
2077
                "xunit"
2078
            ],
2079
            "time": "2017-04-03T02:22:27+00:00"
2080
        },
2081
        {
2082
            "name": "phpunit/phpunit-mock-objects",
2083
            "version": "3.4.3",
2084
            "source": {
2085
                "type": "git",
2086
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2087
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
2088
            },
2089
            "dist": {
2090
                "type": "zip",
2091
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2092
                "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
2093
                "shasum": ""
2094
            },
2095
            "require": {
2096
                "doctrine/instantiator": "^1.0.2",
2097
                "php": "^5.6 || ^7.0",
2098
                "phpunit/php-text-template": "^1.2",
2099
                "sebastian/exporter": "^1.2 || ^2.0"
2100
            },
2101
            "conflict": {
2102
                "phpunit/phpunit": "<5.4.0"
2103
            },
2104
            "require-dev": {
2105
                "phpunit/phpunit": "^5.4"
2106
            },
2107
            "suggest": {
2108
                "ext-soap": "*"
2109
            },
2110
            "type": "library",
2111
            "extra": {
2112
                "branch-alias": {
2113
                    "dev-master": "3.2.x-dev"
2114
                }
2115
            },
2116
            "autoload": {
2117
                "classmap": [
2118
                    "src/"
2119
                ]
2120
            },
2121
            "notification-url": "https://packagist.org/downloads/",
2122
            "license": [
2123
                "BSD-3-Clause"
2124
            ],
2125
            "authors": [
2126
                {
2127
                    "name": "Sebastian Bergmann",
2128
                    "email": "[email protected]",
2129
                    "role": "lead"
2130
                }
2131
            ],
2132
            "description": "Mock Object library for PHPUnit",
2133
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2134
            "keywords": [
2135
                "mock",
2136
                "xunit"
2137
            ],
2138
            "time": "2016-12-08T20:27:08+00:00"
2139
        },
2140
        {
2141
            "name": "satooshi/php-coveralls",
2142
            "version": "v1.0.1",
2143
            "source": {
2144
                "type": "git",
2145
                "url": "https://github.com/satooshi/php-coveralls.git",
2146
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
2147
            },
2148
            "dist": {
2149
                "type": "zip",
2150
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
2151
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
2152
                "shasum": ""
2153
            },
2154
            "require": {
2155
                "ext-json": "*",
2156
                "ext-simplexml": "*",
2157
                "guzzle/guzzle": "^2.8|^3.0",
2158
                "php": ">=5.3.3",
2159
                "psr/log": "^1.0",
2160
                "symfony/config": "^2.1|^3.0",
2161
                "symfony/console": "^2.1|^3.0",
2162
                "symfony/stopwatch": "^2.0|^3.0",
2163
                "symfony/yaml": "^2.0|^3.0"
2164
            },
2165
            "suggest": {
2166
                "symfony/http-kernel": "Allows Symfony integration"
2167
            },
2168
            "bin": [
2169
                "bin/coveralls"
2170
            ],
2171
            "type": "library",
2172
            "autoload": {
2173
                "psr-4": {
2174
                    "Satooshi\\": "src/Satooshi/"
2175
                }
2176
            },
2177
            "notification-url": "https://packagist.org/downloads/",
2178
            "license": [
2179
                "MIT"
2180
            ],
2181
            "authors": [
2182
                {
2183
                    "name": "Kitamura Satoshi",
2184
                    "email": "[email protected]",
2185
                    "homepage": "https://www.facebook.com/satooshi.jp"
2186
                }
2187
            ],
2188
            "description": "PHP client library for Coveralls API",
2189
            "homepage": "https://github.com/satooshi/php-coveralls",
2190
            "keywords": [
2191
                "ci",
2192
                "coverage",
2193
                "github",
2194
                "test"
2195
            ],
2196
            "abandoned": "php-coveralls/php-coveralls",
2197
            "time": "2016-01-20T17:35:46+00:00"
2198
        },
2199
        {
2200
            "name": "sebastian/code-unit-reverse-lookup",
2201
            "version": "1.0.1",
2202
            "source": {
2203
                "type": "git",
2204
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2205
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2206
            },
2207
            "dist": {
2208
                "type": "zip",
2209
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2210
                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2211
                "shasum": ""
2212
            },
2213
            "require": {
2214
                "php": "^5.6 || ^7.0"
2215
            },
2216
            "require-dev": {
2217
                "phpunit/phpunit": "^5.7 || ^6.0"
2218
            },
2219
            "type": "library",
2220
            "extra": {
2221
                "branch-alias": {
2222
                    "dev-master": "1.0.x-dev"
2223
                }
2224
            },
2225
            "autoload": {
2226
                "classmap": [
2227
                    "src/"
2228
                ]
2229
            },
2230
            "notification-url": "https://packagist.org/downloads/",
2231
            "license": [
2232
                "BSD-3-Clause"
2233
            ],
2234
            "authors": [
2235
                {
2236
                    "name": "Sebastian Bergmann",
2237
                    "email": "[email protected]"
2238
                }
2239
            ],
2240
            "description": "Looks up which function or method a line of code belongs to",
2241
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2242
            "time": "2017-03-04T06:30:41+00:00"
2243
        },
2244
        {
2245
            "name": "sebastian/comparator",
2246
            "version": "1.2.4",
2247
            "source": {
2248
                "type": "git",
2249
                "url": "https://github.com/sebastianbergmann/comparator.git",
2250
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2251
            },
2252
            "dist": {
2253
                "type": "zip",
2254
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2255
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2256
                "shasum": ""
2257
            },
2258
            "require": {
2259
                "php": ">=5.3.3",
2260
                "sebastian/diff": "~1.2",
2261
                "sebastian/exporter": "~1.2 || ~2.0"
2262
            },
2263
            "require-dev": {
2264
                "phpunit/phpunit": "~4.4"
2265
            },
2266
            "type": "library",
2267
            "extra": {
2268
                "branch-alias": {
2269
                    "dev-master": "1.2.x-dev"
2270
                }
2271
            },
2272
            "autoload": {
2273
                "classmap": [
2274
                    "src/"
2275
                ]
2276
            },
2277
            "notification-url": "https://packagist.org/downloads/",
2278
            "license": [
2279
                "BSD-3-Clause"
2280
            ],
2281
            "authors": [
2282
                {
2283
                    "name": "Jeff Welch",
2284
                    "email": "[email protected]"
2285
                },
2286
                {
2287
                    "name": "Volker Dusch",
2288
                    "email": "[email protected]"
2289
                },
2290
                {
2291
                    "name": "Bernhard Schussek",
2292
                    "email": "[email protected]"
2293
                },
2294
                {
2295
                    "name": "Sebastian Bergmann",
2296
                    "email": "[email protected]"
2297
                }
2298
            ],
2299
            "description": "Provides the functionality to compare PHP values for equality",
2300
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2301
            "keywords": [
2302
                "comparator",
2303
                "compare",
2304
                "equality"
2305
            ],
2306
            "time": "2017-01-29T09:50:25+00:00"
2307
        },
2308
        {
2309
            "name": "sebastian/diff",
2310
            "version": "1.4.1",
2311
            "source": {
2312
                "type": "git",
2313
                "url": "https://github.com/sebastianbergmann/diff.git",
2314
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2315
            },
2316
            "dist": {
2317
                "type": "zip",
2318
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2319
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2320
                "shasum": ""
2321
            },
2322
            "require": {
2323
                "php": ">=5.3.3"
2324
            },
2325
            "require-dev": {
2326
                "phpunit/phpunit": "~4.8"
2327
            },
2328
            "type": "library",
2329
            "extra": {
2330
                "branch-alias": {
2331
                    "dev-master": "1.4-dev"
2332
                }
2333
            },
2334
            "autoload": {
2335
                "classmap": [
2336
                    "src/"
2337
                ]
2338
            },
2339
            "notification-url": "https://packagist.org/downloads/",
2340
            "license": [
2341
                "BSD-3-Clause"
2342
            ],
2343
            "authors": [
2344
                {
2345
                    "name": "Kore Nordmann",
2346
                    "email": "[email protected]"
2347
                },
2348
                {
2349
                    "name": "Sebastian Bergmann",
2350
                    "email": "[email protected]"
2351
                }
2352
            ],
2353
            "description": "Diff implementation",
2354
            "homepage": "https://github.com/sebastianbergmann/diff",
2355
            "keywords": [
2356
                "diff"
2357
            ],
2358
            "time": "2015-12-08T07:14:41+00:00"
2359
        },
2360
        {
2361
            "name": "sebastian/environment",
2362
            "version": "2.0.0",
2363
            "source": {
2364
                "type": "git",
2365
                "url": "https://github.com/sebastianbergmann/environment.git",
2366
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
2367
            },
2368
            "dist": {
2369
                "type": "zip",
2370
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2371
                "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
2372
                "shasum": ""
2373
            },
2374
            "require": {
2375
                "php": "^5.6 || ^7.0"
2376
            },
2377
            "require-dev": {
2378
                "phpunit/phpunit": "^5.0"
2379
            },
2380
            "type": "library",
2381
            "extra": {
2382
                "branch-alias": {
2383
                    "dev-master": "2.0.x-dev"
2384
                }
2385
            },
2386
            "autoload": {
2387
                "classmap": [
2388
                    "src/"
2389
                ]
2390
            },
2391
            "notification-url": "https://packagist.org/downloads/",
2392
            "license": [
2393
                "BSD-3-Clause"
2394
            ],
2395
            "authors": [
2396
                {
2397
                    "name": "Sebastian Bergmann",
2398
                    "email": "[email protected]"
2399
                }
2400
            ],
2401
            "description": "Provides functionality to handle HHVM/PHP environments",
2402
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2403
            "keywords": [
2404
                "Xdebug",
2405
                "environment",
2406
                "hhvm"
2407
            ],
2408
            "time": "2016-11-26T07:53:53+00:00"
2409
        },
2410
        {
2411
            "name": "sebastian/exporter",
2412
            "version": "2.0.0",
2413
            "source": {
2414
                "type": "git",
2415
                "url": "https://github.com/sebastianbergmann/exporter.git",
2416
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
2417
            },
2418
            "dist": {
2419
                "type": "zip",
2420
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2421
                "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
2422
                "shasum": ""
2423
            },
2424
            "require": {
2425
                "php": ">=5.3.3",
2426
                "sebastian/recursion-context": "~2.0"
2427
            },
2428
            "require-dev": {
2429
                "ext-mbstring": "*",
2430
                "phpunit/phpunit": "~4.4"
2431
            },
2432
            "type": "library",
2433
            "extra": {
2434
                "branch-alias": {
2435
                    "dev-master": "2.0.x-dev"
2436
                }
2437
            },
2438
            "autoload": {
2439
                "classmap": [
2440
                    "src/"
2441
                ]
2442
            },
2443
            "notification-url": "https://packagist.org/downloads/",
2444
            "license": [
2445
                "BSD-3-Clause"
2446
            ],
2447
            "authors": [
2448
                {
2449
                    "name": "Jeff Welch",
2450
                    "email": "[email protected]"
2451
                },
2452
                {
2453
                    "name": "Volker Dusch",
2454
                    "email": "[email protected]"
2455
                },
2456
                {
2457
                    "name": "Bernhard Schussek",
2458
                    "email": "[email protected]"
2459
                },
2460
                {
2461
                    "name": "Sebastian Bergmann",
2462
                    "email": "[email protected]"
2463
                },
2464
                {
2465
                    "name": "Adam Harvey",
2466
                    "email": "[email protected]"
2467
                }
2468
            ],
2469
            "description": "Provides the functionality to export PHP variables for visualization",
2470
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2471
            "keywords": [
2472
                "export",
2473
                "exporter"
2474
            ],
2475
            "time": "2016-11-19T08:54:04+00:00"
2476
        },
2477
        {
2478
            "name": "sebastian/finder-facade",
2479
            "version": "1.2.2",
2480
            "source": {
2481
                "type": "git",
2482
                "url": "https://github.com/sebastianbergmann/finder-facade.git",
2483
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
2484
            },
2485
            "dist": {
2486
                "type": "zip",
2487
                "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
2488
                "reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
2489
                "shasum": ""
2490
            },
2491
            "require": {
2492
                "symfony/finder": "~2.3|~3.0|~4.0",
2493
                "theseer/fdomdocument": "~1.3"
2494
            },
2495
            "type": "library",
2496
            "autoload": {
2497
                "classmap": [
2498
                    "src/"
2499
                ]
2500
            },
2501
            "notification-url": "https://packagist.org/downloads/",
2502
            "license": [
2503
                "BSD-3-Clause"
2504
            ],
2505
            "authors": [
2506
                {
2507
                    "name": "Sebastian Bergmann",
2508
                    "email": "[email protected]",
2509
                    "role": "lead"
2510
                }
2511
            ],
2512
            "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
2513
            "homepage": "https://github.com/sebastianbergmann/finder-facade",
2514
            "time": "2017-11-18T17:31:49+00:00"
2515
        },
2516
        {
2517
            "name": "sebastian/global-state",
2518
            "version": "1.1.1",
2519
            "source": {
2520
                "type": "git",
2521
                "url": "https://github.com/sebastianbergmann/global-state.git",
2522
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2523
            },
2524
            "dist": {
2525
                "type": "zip",
2526
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2527
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2528
                "shasum": ""
2529
            },
2530
            "require": {
2531
                "php": ">=5.3.3"
2532
            },
2533
            "require-dev": {
2534
                "phpunit/phpunit": "~4.2"
2535
            },
2536
            "suggest": {
2537
                "ext-uopz": "*"
2538
            },
2539
            "type": "library",
2540
            "extra": {
2541
                "branch-alias": {
2542
                    "dev-master": "1.0-dev"
2543
                }
2544
            },
2545
            "autoload": {
2546
                "classmap": [
2547
                    "src/"
2548
                ]
2549
            },
2550
            "notification-url": "https://packagist.org/downloads/",
2551
            "license": [
2552
                "BSD-3-Clause"
2553
            ],
2554
            "authors": [
2555
                {
2556
                    "name": "Sebastian Bergmann",
2557
                    "email": "[email protected]"
2558
                }
2559
            ],
2560
            "description": "Snapshotting of global state",
2561
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2562
            "keywords": [
2563
                "global state"
2564
            ],
2565
            "time": "2015-10-12T03:26:01+00:00"
2566
        },
2567
        {
2568
            "name": "sebastian/object-enumerator",
2569
            "version": "2.0.1",
2570
            "source": {
2571
                "type": "git",
2572
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2573
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
2574
            },
2575
            "dist": {
2576
                "type": "zip",
2577
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
2578
                "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
2579
                "shasum": ""
2580
            },
2581
            "require": {
2582
                "php": ">=5.6",
2583
                "sebastian/recursion-context": "~2.0"
2584
            },
2585
            "require-dev": {
2586
                "phpunit/phpunit": "~5"
2587
            },
2588
            "type": "library",
2589
            "extra": {
2590
                "branch-alias": {
2591
                    "dev-master": "2.0.x-dev"
2592
                }
2593
            },
2594
            "autoload": {
2595
                "classmap": [
2596
                    "src/"
2597
                ]
2598
            },
2599
            "notification-url": "https://packagist.org/downloads/",
2600
            "license": [
2601
                "BSD-3-Clause"
2602
            ],
2603
            "authors": [
2604
                {
2605
                    "name": "Sebastian Bergmann",
2606
                    "email": "[email protected]"
2607
                }
2608
            ],
2609
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2610
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2611
            "time": "2017-02-18T15:18:39+00:00"
2612
        },
2613
        {
2614
            "name": "sebastian/phpcpd",
2615
            "version": "3.0.0",
2616
            "source": {
2617
                "type": "git",
2618
                "url": "https://github.com/sebastianbergmann/phpcpd.git",
2619
                "reference": "d7006078b75a34c9250831c3453a2e256a687615"
2620
            },
2621
            "dist": {
2622
                "type": "zip",
2623
                "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d7006078b75a34c9250831c3453a2e256a687615",
2624
                "reference": "d7006078b75a34c9250831c3453a2e256a687615",
2625
                "shasum": ""
2626
            },
2627
            "require": {
2628
                "php": "^5.6|^7.0",
2629
                "phpunit/php-timer": "^1.0.6",
2630
                "sebastian/finder-facade": "^1.1",
2631
                "sebastian/version": "^2.0",
2632
                "symfony/console": "^3.0"
2633
            },
2634
            "bin": [
2635
                "phpcpd"
2636
            ],
2637
            "type": "library",
2638
            "extra": {
2639
                "branch-alias": {
2640
                    "dev-master": "3.0-dev"
2641
                }
2642
            },
2643
            "autoload": {
2644
                "classmap": [
2645
                    "src/"
2646
                ]
2647
            },
2648
            "notification-url": "https://packagist.org/downloads/",
2649
            "license": [
2650
                "BSD-3-Clause"
2651
            ],
2652
            "authors": [
2653
                {
2654
                    "name": "Sebastian Bergmann",
2655
                    "email": "[email protected]",
2656
                    "role": "lead"
2657
                }
2658
            ],
2659
            "description": "Copy/Paste Detector (CPD) for PHP code.",
2660
            "homepage": "https://github.com/sebastianbergmann/phpcpd",
2661
            "time": "2017-02-05T07:48:01+00:00"
2662
        },
2663
        {
2664
            "name": "sebastian/recursion-context",
2665
            "version": "2.0.0",
2666
            "source": {
2667
                "type": "git",
2668
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2669
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
2670
            },
2671
            "dist": {
2672
                "type": "zip",
2673
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2674
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
2675
                "shasum": ""
2676
            },
2677
            "require": {
2678
                "php": ">=5.3.3"
2679
            },
2680
            "require-dev": {
2681
                "phpunit/phpunit": "~4.4"
2682
            },
2683
            "type": "library",
2684
            "extra": {
2685
                "branch-alias": {
2686
                    "dev-master": "2.0.x-dev"
2687
                }
2688
            },
2689
            "autoload": {
2690
                "classmap": [
2691
                    "src/"
2692
                ]
2693
            },
2694
            "notification-url": "https://packagist.org/downloads/",
2695
            "license": [
2696
                "BSD-3-Clause"
2697
            ],
2698
            "authors": [
2699
                {
2700
                    "name": "Jeff Welch",
2701
                    "email": "[email protected]"
2702
                },
2703
                {
2704
                    "name": "Sebastian Bergmann",
2705
                    "email": "[email protected]"
2706
                },
2707
                {
2708
                    "name": "Adam Harvey",
2709
                    "email": "[email protected]"
2710
                }
2711
            ],
2712
            "description": "Provides functionality to recursively process PHP variables",
2713
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2714
            "time": "2016-11-19T07:33:16+00:00"
2715
        },
2716
        {
2717
            "name": "sebastian/resource-operations",
2718
            "version": "1.0.0",
2719
            "source": {
2720
                "type": "git",
2721
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2722
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2723
            },
2724
            "dist": {
2725
                "type": "zip",
2726
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2727
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2728
                "shasum": ""
2729
            },
2730
            "require": {
2731
                "php": ">=5.6.0"
2732
            },
2733
            "type": "library",
2734
            "extra": {
2735
                "branch-alias": {
2736
                    "dev-master": "1.0.x-dev"
2737
                }
2738
            },
2739
            "autoload": {
2740
                "classmap": [
2741
                    "src/"
2742
                ]
2743
            },
2744
            "notification-url": "https://packagist.org/downloads/",
2745
            "license": [
2746
                "BSD-3-Clause"
2747
            ],
2748
            "authors": [
2749
                {
2750
                    "name": "Sebastian Bergmann",
2751
                    "email": "[email protected]"
2752
                }
2753
            ],
2754
            "description": "Provides a list of PHP built-in functions that operate on resources",
2755
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2756
            "time": "2015-07-28T20:34:47+00:00"
2757
        },
2758
        {
2759
            "name": "sebastian/version",
2760
            "version": "2.0.1",
2761
            "source": {
2762
                "type": "git",
2763
                "url": "https://github.com/sebastianbergmann/version.git",
2764
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2765
            },
2766
            "dist": {
2767
                "type": "zip",
2768
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2769
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2770
                "shasum": ""
2771
            },
2772
            "require": {
2773
                "php": ">=5.6"
2774
            },
2775
            "type": "library",
2776
            "extra": {
2777
                "branch-alias": {
2778
                    "dev-master": "2.0.x-dev"
2779
                }
2780
            },
2781
            "autoload": {
2782
                "classmap": [
2783
                    "src/"
2784
                ]
2785
            },
2786
            "notification-url": "https://packagist.org/downloads/",
2787
            "license": [
2788
                "BSD-3-Clause"
2789
            ],
2790
            "authors": [
2791
                {
2792
                    "name": "Sebastian Bergmann",
2793
                    "email": "[email protected]",
2794
                    "role": "lead"
2795
                }
2796
            ],
2797
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2798
            "homepage": "https://github.com/sebastianbergmann/version",
2799
            "time": "2016-10-03T07:35:21+00:00"
2800
        },
2801
        {
2802
            "name": "squizlabs/php_codesniffer",
2803
            "version": "2.8.1",
2804
            "source": {
2805
                "type": "git",
2806
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2807
                "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d"
2808
            },
2809
            "dist": {
2810
                "type": "zip",
2811
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d",
2812
                "reference": "d7cf0d894e8aa4c73712ee4a331cc1eaa37cdc7d",
2813
                "shasum": ""
2814
            },
2815
            "require": {
2816
                "ext-simplexml": "*",
2817
                "ext-tokenizer": "*",
2818
                "ext-xmlwriter": "*",
2819
                "php": ">=5.1.2"
2820
            },
2821
            "require-dev": {
2822
                "phpunit/phpunit": "~4.0"
2823
            },
2824
            "bin": [
2825
                "scripts/phpcs",
2826
                "scripts/phpcbf"
2827
            ],
2828
            "type": "library",
2829
            "extra": {
2830
                "branch-alias": {
2831
                    "dev-master": "2.x-dev"
2832
                }
2833
            },
2834
            "autoload": {
2835
                "classmap": [
2836
                    "CodeSniffer.php",
2837
                    "CodeSniffer/CLI.php",
2838
                    "CodeSniffer/Exception.php",
2839
                    "CodeSniffer/File.php",
2840
                    "CodeSniffer/Fixer.php",
2841
                    "CodeSniffer/Report.php",
2842
                    "CodeSniffer/Reporting.php",
2843
                    "CodeSniffer/Sniff.php",
2844
                    "CodeSniffer/Tokens.php",
2845
                    "CodeSniffer/Reports/",
2846
                    "CodeSniffer/Tokenizers/",
2847
                    "CodeSniffer/DocGenerators/",
2848
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
2849
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
2850
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
2851
                    "CodeSniffer/Standards/IncorrectPatternException.php",
2852
                    "CodeSniffer/Standards/Generic/Sniffs/",
2853
                    "CodeSniffer/Standards/MySource/Sniffs/",
2854
                    "CodeSniffer/Standards/PEAR/Sniffs/",
2855
                    "CodeSniffer/Standards/PSR1/Sniffs/",
2856
                    "CodeSniffer/Standards/PSR2/Sniffs/",
2857
                    "CodeSniffer/Standards/Squiz/Sniffs/",
2858
                    "CodeSniffer/Standards/Zend/Sniffs/"
2859
                ]
2860
            },
2861
            "notification-url": "https://packagist.org/downloads/",
2862
            "license": [
2863
                "BSD-3-Clause"
2864
            ],
2865
            "authors": [
2866
                {
2867
                    "name": "Greg Sherwood",
2868
                    "role": "lead"
2869
                }
2870
            ],
2871
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2872
            "homepage": "http://www.squizlabs.com/php-codesniffer",
2873
            "keywords": [
2874
                "phpcs",
2875
                "standards"
2876
            ],
2877
            "time": "2017-03-01T22:17:45+00:00"
2878
        },
2879
        {
2880
            "name": "symfony/finder",
2881
            "version": "v4.2.2",
2882
            "source": {
2883
                "type": "git",
2884
                "url": "https://github.com/symfony/finder.git",
2885
                "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
2886
            },
2887
            "dist": {
2888
                "type": "zip",
2889
                "url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
2890
                "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
2891
                "shasum": ""
2892
            },
2893
            "require": {
2894
                "php": "^7.1.3"
2895
            },
2896
            "type": "library",
2897
            "extra": {
2898
                "branch-alias": {
2899
                    "dev-master": "4.2-dev"
2900
                }
2901
            },
2902
            "autoload": {
2903
                "psr-4": {
2904
                    "Symfony\\Component\\Finder\\": ""
2905
                },
2906
                "exclude-from-classmap": [
2907
                    "/Tests/"
2908
                ]
2909
            },
2910
            "notification-url": "https://packagist.org/downloads/",
2911
            "license": [
2912
                "MIT"
2913
            ],
2914
            "authors": [
2915
                {
2916
                    "name": "Fabien Potencier",
2917
                    "email": "[email protected]"
2918
                },
2919
                {
2920
                    "name": "Symfony Community",
2921
                    "homepage": "https://symfony.com/contributors"
2922
                }
2923
            ],
2924
            "description": "Symfony Finder Component",
2925
            "homepage": "https://symfony.com",
2926
            "time": "2019-01-03T09:07:35+00:00"
2927
        },
2928
        {
2929
            "name": "symfony/stopwatch",
2930
            "version": "v3.2.7",
2931
            "source": {
2932
                "type": "git",
2933
                "url": "https://github.com/symfony/stopwatch.git",
2934
                "reference": "c5ee0f8650c84b4d36a5f76b3b504233feaabf75"
2935
            },
2936
            "dist": {
2937
                "type": "zip",
2938
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c5ee0f8650c84b4d36a5f76b3b504233feaabf75",
2939
                "reference": "c5ee0f8650c84b4d36a5f76b3b504233feaabf75",
2940
                "shasum": ""
2941
            },
2942
            "require": {
2943
                "php": ">=5.5.9"
2944
            },
2945
            "type": "library",
2946
            "extra": {
2947
                "branch-alias": {
2948
                    "dev-master": "3.2-dev"
2949
                }
2950
            },
2951
            "autoload": {
2952
                "psr-4": {
2953
                    "Symfony\\Component\\Stopwatch\\": ""
2954
                },
2955
                "exclude-from-classmap": [
2956
                    "/Tests/"
2957
                ]
2958
            },
2959
            "notification-url": "https://packagist.org/downloads/",
2960
            "license": [
2961
                "MIT"
2962
            ],
2963
            "authors": [
2964
                {
2965
                    "name": "Fabien Potencier",
2966
                    "email": "[email protected]"
2967
                },
2968
                {
2969
                    "name": "Symfony Community",
2970
                    "homepage": "https://symfony.com/contributors"
2971
                }
2972
            ],
2973
            "description": "Symfony Stopwatch Component",
2974
            "homepage": "https://symfony.com",
2975
            "time": "2017-02-18T17:28:00+00:00"
2976
        },
2977
        {
2978
            "name": "theseer/fdomdocument",
2979
            "version": "1.6.6",
2980
            "source": {
2981
                "type": "git",
2982
                "url": "https://github.com/theseer/fDOMDocument.git",
2983
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca"
2984
            },
2985
            "dist": {
2986
                "type": "zip",
2987
                "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2988
                "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca",
2989
                "shasum": ""
2990
            },
2991
            "require": {
2992
                "ext-dom": "*",
2993
                "lib-libxml": "*",
2994
                "php": ">=5.3.3"
2995
            },
2996
            "type": "library",
2997
            "autoload": {
2998
                "classmap": [
2999
                    "src/"
3000
                ]
3001
            },
3002
            "notification-url": "https://packagist.org/downloads/",
3003
            "license": [
3004
                "BSD-3-Clause"
3005
            ],
3006
            "authors": [
3007
                {
3008
                    "name": "Arne Blankerts",
3009
                    "email": "[email protected]",
3010
                    "role": "lead"
3011
                }
3012
            ],
3013
            "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
3014
            "homepage": "https://github.com/theseer/fDOMDocument",
3015
            "time": "2017-06-30T11:53:12+00:00"
3016
        },
3017
        {
3018
            "name": "webmozart/assert",
3019
            "version": "1.2.0",
3020
            "source": {
3021
                "type": "git",
3022
                "url": "https://github.com/webmozart/assert.git",
3023
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3024
            },
3025
            "dist": {
3026
                "type": "zip",
3027
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3028
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3029
                "shasum": ""
3030
            },
3031
            "require": {
3032
                "php": "^5.3.3 || ^7.0"
3033
            },
3034
            "require-dev": {
3035
                "phpunit/phpunit": "^4.6",
3036
                "sebastian/version": "^1.0.1"
3037
            },
3038
            "type": "library",
3039
            "extra": {
3040
                "branch-alias": {
3041
                    "dev-master": "1.3-dev"
3042
                }
3043
            },
3044
            "autoload": {
3045
                "psr-4": {
3046
                    "Webmozart\\Assert\\": "src/"
3047
                }
3048
            },
3049
            "notification-url": "https://packagist.org/downloads/",
3050
            "license": [
3051
                "MIT"
3052
            ],
3053
            "authors": [
3054
                {
3055
                    "name": "Bernhard Schussek",
3056
                    "email": "[email protected]"
3057
                }
3058
            ],
3059
            "description": "Assertions to validate method input/output with nice error messages.",
3060
            "keywords": [
3061
                "assert",
3062
                "check",
3063
                "validate"
3064
            ],
3065
            "time": "2016-11-23T20:04:58+00:00"
3066
        }
3067
    ],
3068
    "aliases": [],
3069
    "minimum-stability": "stable",
3070
    "stability-flags": {
3071
        "pbxg33k/php-info-base": 20,
3072
        "phpmd/phpmd": 0
3073
    },
3074
    "prefer-stable": false,
3075
    "prefer-lowest": false,
3076
    "platform": {
3077
        "php": "^5.6|^7.0"
3078
    },
3079
    "platform-dev": []
3080
}
3081