Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "content-hash": "8459e93ffc2c2a21310a3f5194cf0f98",
8
    "packages": [
9
        {
10
            "name": "sendgrid/php-http-client",
11
            "version": "3.5.1",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/sendgrid/php-http-client.git",
15
                "reference": "3c4c35eafd364ebcfdbb0a37f655417beed8ee0f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/3c4c35eafd364ebcfdbb0a37f655417beed8ee0f",
20
                "reference": "3c4c35eafd364ebcfdbb0a37f655417beed8ee0f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.6"
25
            },
26
            "require-dev": {
27
                "phpunit/phpunit": "~4.4",
28
                "squizlabs/php_codesniffer": "~2.0"
29
            },
30
            "type": "library",
31
            "autoload": {
32
                "psr-4": {
33
                    "SendGrid\\": "lib/"
34
                }
35
            },
36
            "notification-url": "https://packagist.org/downloads/",
37
            "license": [
38
                "MIT"
39
            ],
40
            "authors": [
41
                {
42
                    "name": "Matt Bernier",
43
                    "email": "dx@sendgrid.com"
44
                },
45
                {
46
                    "name": "Elmer Thomas",
47
                    "email": "elmer@thinkingserious.com"
48
                }
49
            ],
50
            "description": "HTTP REST client, simplified for PHP",
51
            "homepage": "http://github.com/sendgrid/php-http-client",
52
            "keywords": [
53
                "api",
54
                "fluent",
55
                "http",
56
                "rest",
57
                "sendgrid"
58
            ],
59
            "time": "2016-11-17T22:45:31+00:00"
60
        }
61
    ],
62
    "packages-dev": [
63
        {
64
            "name": "doctrine/instantiator",
65
            "version": "1.0.5",
66
            "source": {
67
                "type": "git",
68
                "url": "https://github.com/doctrine/instantiator.git",
69
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
70
            },
71
            "dist": {
72
                "type": "zip",
73
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
74
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
75
                "shasum": ""
76
            },
77
            "require": {
78
                "php": ">=5.3,<8.0-DEV"
79
            },
80
            "require-dev": {
81
                "athletic/athletic": "~0.1.8",
82
                "ext-pdo": "*",
83
                "ext-phar": "*",
84
                "phpunit/phpunit": "~4.0",
85
                "squizlabs/php_codesniffer": "~2.0"
86
            },
87
            "type": "library",
88
            "extra": {
89
                "branch-alias": {
90
                    "dev-master": "1.0.x-dev"
91
                }
92
            },
93
            "autoload": {
94
                "psr-4": {
95
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
96
                }
97
            },
98
            "notification-url": "https://packagist.org/downloads/",
99
            "license": [
100
                "MIT"
101
            ],
102
            "authors": [
103
                {
104
                    "name": "Marco Pivetta",
105
                    "email": "ocramius@gmail.com",
106
                    "homepage": "http://ocramius.github.com/"
107
                }
108
            ],
109
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
110
            "homepage": "https://github.com/doctrine/instantiator",
111
            "keywords": [
112
                "constructor",
113
                "instantiate"
114
            ],
115
            "time": "2015-06-14T21:17:01+00:00"
116
        },
117
        {
118
            "name": "phpdocumentor/reflection-common",
119
            "version": "1.0",
120
            "source": {
121
                "type": "git",
122
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
123
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
124
            },
125
            "dist": {
126
                "type": "zip",
127
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
128
                "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
129
                "shasum": ""
130
            },
131
            "require": {
132
                "php": ">=5.5"
133
            },
134
            "require-dev": {
135
                "phpunit/phpunit": "^4.6"
136
            },
137
            "type": "library",
138
            "extra": {
139
                "branch-alias": {
140
                    "dev-master": "1.0.x-dev"
141
                }
142
            },
143
            "autoload": {
144
                "psr-4": {
145
                    "phpDocumentor\\Reflection\\": [
146
                        "src"
147
                    ]
148
                }
149
            },
150
            "notification-url": "https://packagist.org/downloads/",
151
            "license": [
152
                "MIT"
153
            ],
154
            "authors": [
155
                {
156
                    "name": "Jaap van Otterdijk",
157
                    "email": "opensource@ijaap.nl"
158
                }
159
            ],
160
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
161
            "homepage": "http://www.phpdoc.org",
162
            "keywords": [
163
                "FQSEN",
164
                "phpDocumentor",
165
                "phpdoc",
166
                "reflection",
167
                "static analysis"
168
            ],
169
            "time": "2015-12-27T11:43:31+00:00"
170
        },
171
        {
172
            "name": "phpdocumentor/reflection-docblock",
173
            "version": "3.1.1",
174
            "source": {
175
                "type": "git",
176
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
177
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
178
            },
179
            "dist": {
180
                "type": "zip",
181
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
182
                "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
183
                "shasum": ""
184
            },
185
            "require": {
186
                "php": ">=5.5",
187
                "phpdocumentor/reflection-common": "^1.0@dev",
188
                "phpdocumentor/type-resolver": "^0.2.0",
189
                "webmozart/assert": "^1.0"
190
            },
191
            "require-dev": {
192
                "mockery/mockery": "^0.9.4",
193
                "phpunit/phpunit": "^4.4"
194
            },
195
            "type": "library",
196
            "autoload": {
197
                "psr-4": {
198
                    "phpDocumentor\\Reflection\\": [
199
                        "src/"
200
                    ]
201
                }
202
            },
203
            "notification-url": "https://packagist.org/downloads/",
204
            "license": [
205
                "MIT"
206
            ],
207
            "authors": [
208
                {
209
                    "name": "Mike van Riel",
210
                    "email": "me@mikevanriel.com"
211
                }
212
            ],
213
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
214
            "time": "2016-09-30T07:12:33+00:00"
215
        },
216
        {
217
            "name": "phpdocumentor/type-resolver",
218
            "version": "0.2.1",
219
            "source": {
220
                "type": "git",
221
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
222
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
223
            },
224
            "dist": {
225
                "type": "zip",
226
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
227
                "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
228
                "shasum": ""
229
            },
230
            "require": {
231
                "php": ">=5.5",
232
                "phpdocumentor/reflection-common": "^1.0"
233
            },
234
            "require-dev": {
235
                "mockery/mockery": "^0.9.4",
236
                "phpunit/phpunit": "^5.2||^4.8.24"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "1.0.x-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-4": {
246
                    "phpDocumentor\\Reflection\\": [
247
                        "src/"
248
                    ]
249
                }
250
            },
251
            "notification-url": "https://packagist.org/downloads/",
252
            "license": [
253
                "MIT"
254
            ],
255
            "authors": [
256
                {
257
                    "name": "Mike van Riel",
258
                    "email": "me@mikevanriel.com"
259
                }
260
            ],
261
            "time": "2016-11-25T06:54:22+00:00"
262
        },
263
        {
264
            "name": "phpspec/prophecy",
265
            "version": "v1.6.2",
266
            "source": {
267
                "type": "git",
268
                "url": "https://github.com/phpspec/prophecy.git",
269
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
270
            },
271
            "dist": {
272
                "type": "zip",
273
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
274
                "reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
275
                "shasum": ""
276
            },
277
            "require": {
278
                "doctrine/instantiator": "^1.0.2",
279
                "php": "^5.3|^7.0",
280
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
281
                "sebastian/comparator": "^1.1",
282
                "sebastian/recursion-context": "^1.0|^2.0"
283
            },
284
            "require-dev": {
285
                "phpspec/phpspec": "^2.0",
286
                "phpunit/phpunit": "^4.8 || ^5.6.5"
287
            },
288
            "type": "library",
289
            "extra": {
290
                "branch-alias": {
291
                    "dev-master": "1.6.x-dev"
292
                }
293
            },
294
            "autoload": {
295
                "psr-0": {
296
                    "Prophecy\\": "src/"
297
                }
298
            },
299
            "notification-url": "https://packagist.org/downloads/",
300
            "license": [
301
                "MIT"
302
            ],
303
            "authors": [
304
                {
305
                    "name": "Konstantin Kudryashov",
306
                    "email": "ever.zet@gmail.com",
307
                    "homepage": "http://everzet.com"
308
                },
309
                {
310
                    "name": "Marcello Duarte",
311
                    "email": "marcello.duarte@gmail.com"
312
                }
313
            ],
314
            "description": "Highly opinionated mocking framework for PHP 5.3+",
315
            "homepage": "https://github.com/phpspec/prophecy",
316
            "keywords": [
317
                "Double",
318
                "Dummy",
319
                "fake",
320
                "mock",
321
                "spy",
322
                "stub"
323
            ],
324
            "time": "2016-11-21T14:58:47+00:00"
325
        },
326
        {
327
            "name": "phpunit/php-code-coverage",
328
            "version": "2.2.4",
329
            "source": {
330
                "type": "git",
331
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
332
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
333
            },
334
            "dist": {
335
                "type": "zip",
336
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
337
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
338
                "shasum": ""
339
            },
340
            "require": {
341
                "php": ">=5.3.3",
342
                "phpunit/php-file-iterator": "~1.3",
343
                "phpunit/php-text-template": "~1.2",
344
                "phpunit/php-token-stream": "~1.3",
345
                "sebastian/environment": "^1.3.2",
346
                "sebastian/version": "~1.0"
347
            },
348
            "require-dev": {
349
                "ext-xdebug": ">=2.1.4",
350
                "phpunit/phpunit": "~4"
351
            },
352
            "suggest": {
353
                "ext-dom": "*",
354
                "ext-xdebug": ">=2.2.1",
355
                "ext-xmlwriter": "*"
356
            },
357
            "type": "library",
358
            "extra": {
359
                "branch-alias": {
360
                    "dev-master": "2.2.x-dev"
361
                }
362
            },
363
            "autoload": {
364
                "classmap": [
365
                    "src/"
366
                ]
367
            },
368
            "notification-url": "https://packagist.org/downloads/",
369
            "license": [
370
                "BSD-3-Clause"
371
            ],
372
            "authors": [
373
                {
374
                    "name": "Sebastian Bergmann",
375
                    "email": "sb@sebastian-bergmann.de",
376
                    "role": "lead"
377
                }
378
            ],
379
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
380
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
381
            "keywords": [
382
                "coverage",
383
                "testing",
384
                "xunit"
385
            ],
386
            "time": "2015-10-06T15:47:00+00:00"
387
        },
388
        {
389
            "name": "phpunit/php-file-iterator",
390
            "version": "1.4.2",
391
            "source": {
392
                "type": "git",
393
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
394
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
395
            },
396
            "dist": {
397
                "type": "zip",
398
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
399
                "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
400
                "shasum": ""
401
            },
402
            "require": {
403
                "php": ">=5.3.3"
404
            },
405
            "type": "library",
406
            "extra": {
407
                "branch-alias": {
408
                    "dev-master": "1.4.x-dev"
409
                }
410
            },
411
            "autoload": {
412
                "classmap": [
413
                    "src/"
414
                ]
415
            },
416
            "notification-url": "https://packagist.org/downloads/",
417
            "license": [
418
                "BSD-3-Clause"
419
            ],
420
            "authors": [
421
                {
422
                    "name": "Sebastian Bergmann",
423
                    "email": "sb@sebastian-bergmann.de",
424
                    "role": "lead"
425
                }
426
            ],
427
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
428
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
429
            "keywords": [
430
                "filesystem",
431
                "iterator"
432
            ],
433
            "time": "2016-10-03T07:40:28+00:00"
434
        },
435
        {
436
            "name": "phpunit/php-text-template",
437
            "version": "1.2.1",
438
            "source": {
439
                "type": "git",
440
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
441
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
442
            },
443
            "dist": {
444
                "type": "zip",
445
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
446
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
447
                "shasum": ""
448
            },
449
            "require": {
450
                "php": ">=5.3.3"
451
            },
452
            "type": "library",
453
            "autoload": {
454
                "classmap": [
455
                    "src/"
456
                ]
457
            },
458
            "notification-url": "https://packagist.org/downloads/",
459
            "license": [
460
                "BSD-3-Clause"
461
            ],
462
            "authors": [
463
                {
464
                    "name": "Sebastian Bergmann",
465
                    "email": "sebastian@phpunit.de",
466
                    "role": "lead"
467
                }
468
            ],
469
            "description": "Simple template engine.",
470
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
471
            "keywords": [
472
                "template"
473
            ],
474
            "time": "2015-06-21T13:50:34+00:00"
475
        },
476
        {
477
            "name": "phpunit/php-timer",
478
            "version": "1.0.8",
479
            "source": {
480
                "type": "git",
481
                "url": "https://github.com/sebastianbergmann/php-timer.git",
482
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
483
            },
484
            "dist": {
485
                "type": "zip",
486
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
487
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
488
                "shasum": ""
489
            },
490
            "require": {
491
                "php": ">=5.3.3"
492
            },
493
            "require-dev": {
494
                "phpunit/phpunit": "~4|~5"
495
            },
496
            "type": "library",
497
            "autoload": {
498
                "classmap": [
499
                    "src/"
500
                ]
501
            },
502
            "notification-url": "https://packagist.org/downloads/",
503
            "license": [
504
                "BSD-3-Clause"
505
            ],
506
            "authors": [
507
                {
508
                    "name": "Sebastian Bergmann",
509
                    "email": "sb@sebastian-bergmann.de",
510
                    "role": "lead"
511
                }
512
            ],
513
            "description": "Utility class for timing",
514
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
515
            "keywords": [
516
                "timer"
517
            ],
518
            "time": "2016-05-12T18:03:57+00:00"
519
        },
520
        {
521
            "name": "phpunit/php-token-stream",
522
            "version": "1.4.10",
523
            "source": {
524
                "type": "git",
525
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
526
                "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b"
527
            },
528
            "dist": {
529
                "type": "zip",
530
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/284fb0679dd25fb5ffb56dad92c72860c0a22f1b",
531
                "reference": "284fb0679dd25fb5ffb56dad92c72860c0a22f1b",
532
                "shasum": ""
533
            },
534
            "require": {
535
                "ext-tokenizer": "*",
536
                "php": ">=5.3.3"
537
            },
538
            "require-dev": {
539
                "phpunit/phpunit": "~4.2"
540
            },
541
            "type": "library",
542
            "extra": {
543
                "branch-alias": {
544
                    "dev-master": "1.4-dev"
545
                }
546
            },
547
            "autoload": {
548
                "classmap": [
549
                    "src/"
550
                ]
551
            },
552
            "notification-url": "https://packagist.org/downloads/",
553
            "license": [
554
                "BSD-3-Clause"
555
            ],
556
            "authors": [
557
                {
558
                    "name": "Sebastian Bergmann",
559
                    "email": "sebastian@phpunit.de"
560
                }
561
            ],
562
            "description": "Wrapper around PHP's tokenizer extension.",
563
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
564
            "keywords": [
565
                "tokenizer"
566
            ],
567
            "time": "2017-02-23T06:14:45+00:00"
568
        },
569
        {
570
            "name": "phpunit/phpunit",
571
            "version": "4.8.35",
572
            "source": {
573
                "type": "git",
574
                "url": "https://github.com/sebastianbergmann/phpunit.git",
575
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
576
            },
577
            "dist": {
578
                "type": "zip",
579
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
580
                "reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
581
                "shasum": ""
582
            },
583
            "require": {
584
                "ext-dom": "*",
585
                "ext-json": "*",
586
                "ext-pcre": "*",
587
                "ext-reflection": "*",
588
                "ext-spl": "*",
589
                "php": ">=5.3.3",
590
                "phpspec/prophecy": "^1.3.1",
591
                "phpunit/php-code-coverage": "~2.1",
592
                "phpunit/php-file-iterator": "~1.4",
593
                "phpunit/php-text-template": "~1.2",
594
                "phpunit/php-timer": "^1.0.6",
595
                "phpunit/phpunit-mock-objects": "~2.3",
596
                "sebastian/comparator": "~1.2.2",
597
                "sebastian/diff": "~1.2",
598
                "sebastian/environment": "~1.3",
599
                "sebastian/exporter": "~1.2",
600
                "sebastian/global-state": "~1.0",
601
                "sebastian/version": "~1.0",
602
                "symfony/yaml": "~2.1|~3.0"
603
            },
604
            "suggest": {
605
                "phpunit/php-invoker": "~1.1"
606
            },
607
            "bin": [
608
                "phpunit"
609
            ],
610
            "type": "library",
611
            "extra": {
612
                "branch-alias": {
613
                    "dev-master": "4.8.x-dev"
614
                }
615
            },
616
            "autoload": {
617
                "classmap": [
618
                    "src/"
619
                ]
620
            },
621
            "notification-url": "https://packagist.org/downloads/",
622
            "license": [
623
                "BSD-3-Clause"
624
            ],
625
            "authors": [
626
                {
627
                    "name": "Sebastian Bergmann",
628
                    "email": "sebastian@phpunit.de",
629
                    "role": "lead"
630
                }
631
            ],
632
            "description": "The PHP Unit Testing framework.",
633
            "homepage": "https://phpunit.de/",
634
            "keywords": [
635
                "phpunit",
636
                "testing",
637
                "xunit"
638
            ],
639
            "time": "2017-02-06T05:18:07+00:00"
640
        },
641
        {
642
            "name": "phpunit/phpunit-mock-objects",
643
            "version": "2.3.8",
644
            "source": {
645
                "type": "git",
646
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
647
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
648
            },
649
            "dist": {
650
                "type": "zip",
651
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
652
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
653
                "shasum": ""
654
            },
655
            "require": {
656
                "doctrine/instantiator": "^1.0.2",
657
                "php": ">=5.3.3",
658
                "phpunit/php-text-template": "~1.2",
659
                "sebastian/exporter": "~1.2"
660
            },
661
            "require-dev": {
662
                "phpunit/phpunit": "~4.4"
663
            },
664
            "suggest": {
665
                "ext-soap": "*"
666
            },
667
            "type": "library",
668
            "extra": {
669
                "branch-alias": {
670
                    "dev-master": "2.3.x-dev"
671
                }
672
            },
673
            "autoload": {
674
                "classmap": [
675
                    "src/"
676
                ]
677
            },
678
            "notification-url": "https://packagist.org/downloads/",
679
            "license": [
680
                "BSD-3-Clause"
681
            ],
682
            "authors": [
683
                {
684
                    "name": "Sebastian Bergmann",
685
                    "email": "sb@sebastian-bergmann.de",
686
                    "role": "lead"
687
                }
688
            ],
689
            "description": "Mock Object library for PHPUnit",
690
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
691
            "keywords": [
692
                "mock",
693
                "xunit"
694
            ],
695
            "time": "2015-10-02T06:51:40+00:00"
696
        },
697
        {
698
            "name": "sebastian/comparator",
699
            "version": "1.2.4",
700
            "source": {
701
                "type": "git",
702
                "url": "https://github.com/sebastianbergmann/comparator.git",
703
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
704
            },
705
            "dist": {
706
                "type": "zip",
707
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
708
                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
709
                "shasum": ""
710
            },
711
            "require": {
712
                "php": ">=5.3.3",
713
                "sebastian/diff": "~1.2",
714
                "sebastian/exporter": "~1.2 || ~2.0"
715
            },
716
            "require-dev": {
717
                "phpunit/phpunit": "~4.4"
718
            },
719
            "type": "library",
720
            "extra": {
721
                "branch-alias": {
722
                    "dev-master": "1.2.x-dev"
723
                }
724
            },
725
            "autoload": {
726
                "classmap": [
727
                    "src/"
728
                ]
729
            },
730
            "notification-url": "https://packagist.org/downloads/",
731
            "license": [
732
                "BSD-3-Clause"
733
            ],
734
            "authors": [
735
                {
736
                    "name": "Jeff Welch",
737
                    "email": "whatthejeff@gmail.com"
738
                },
739
                {
740
                    "name": "Volker Dusch",
741
                    "email": "github@wallbash.com"
742
                },
743
                {
744
                    "name": "Bernhard Schussek",
745
                    "email": "bschussek@2bepublished.at"
746
                },
747
                {
748
                    "name": "Sebastian Bergmann",
749
                    "email": "sebastian@phpunit.de"
750
                }
751
            ],
752
            "description": "Provides the functionality to compare PHP values for equality",
753
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
754
            "keywords": [
755
                "comparator",
756
                "compare",
757
                "equality"
758
            ],
759
            "time": "2017-01-29T09:50:25+00:00"
760
        },
761
        {
762
            "name": "sebastian/diff",
763
            "version": "1.4.1",
764
            "source": {
765
                "type": "git",
766
                "url": "https://github.com/sebastianbergmann/diff.git",
767
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
768
            },
769
            "dist": {
770
                "type": "zip",
771
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
772
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
773
                "shasum": ""
774
            },
775
            "require": {
776
                "php": ">=5.3.3"
777
            },
778
            "require-dev": {
779
                "phpunit/phpunit": "~4.8"
780
            },
781
            "type": "library",
782
            "extra": {
783
                "branch-alias": {
784
                    "dev-master": "1.4-dev"
785
                }
786
            },
787
            "autoload": {
788
                "classmap": [
789
                    "src/"
790
                ]
791
            },
792
            "notification-url": "https://packagist.org/downloads/",
793
            "license": [
794
                "BSD-3-Clause"
795
            ],
796
            "authors": [
797
                {
798
                    "name": "Kore Nordmann",
799
                    "email": "mail@kore-nordmann.de"
800
                },
801
                {
802
                    "name": "Sebastian Bergmann",
803
                    "email": "sebastian@phpunit.de"
804
                }
805
            ],
806
            "description": "Diff implementation",
807
            "homepage": "https://github.com/sebastianbergmann/diff",
808
            "keywords": [
809
                "diff"
810
            ],
811
            "time": "2015-12-08T07:14:41+00:00"
812
        },
813
        {
814
            "name": "sebastian/environment",
815
            "version": "1.3.8",
816
            "source": {
817
                "type": "git",
818
                "url": "https://github.com/sebastianbergmann/environment.git",
819
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
820
            },
821
            "dist": {
822
                "type": "zip",
823
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
824
                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
825
                "shasum": ""
826
            },
827
            "require": {
828
                "php": "^5.3.3 || ^7.0"
829
            },
830
            "require-dev": {
831
                "phpunit/phpunit": "^4.8 || ^5.0"
832
            },
833
            "type": "library",
834
            "extra": {
835
                "branch-alias": {
836
                    "dev-master": "1.3.x-dev"
837
                }
838
            },
839
            "autoload": {
840
                "classmap": [
841
                    "src/"
842
                ]
843
            },
844
            "notification-url": "https://packagist.org/downloads/",
845
            "license": [
846
                "BSD-3-Clause"
847
            ],
848
            "authors": [
849
                {
850
                    "name": "Sebastian Bergmann",
851
                    "email": "sebastian@phpunit.de"
852
                }
853
            ],
854
            "description": "Provides functionality to handle HHVM/PHP environments",
855
            "homepage": "http://www.github.com/sebastianbergmann/environment",
856
            "keywords": [
857
                "Xdebug",
858
                "environment",
859
                "hhvm"
860
            ],
861
            "time": "2016-08-18T05:49:44+00:00"
862
        },
863
        {
864
            "name": "sebastian/exporter",
865
            "version": "1.2.2",
866
            "source": {
867
                "type": "git",
868
                "url": "https://github.com/sebastianbergmann/exporter.git",
869
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
870
            },
871
            "dist": {
872
                "type": "zip",
873
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
874
                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
875
                "shasum": ""
876
            },
877
            "require": {
878
                "php": ">=5.3.3",
879
                "sebastian/recursion-context": "~1.0"
880
            },
881
            "require-dev": {
882
                "ext-mbstring": "*",
883
                "phpunit/phpunit": "~4.4"
884
            },
885
            "type": "library",
886
            "extra": {
887
                "branch-alias": {
888
                    "dev-master": "1.3.x-dev"
889
                }
890
            },
891
            "autoload": {
892
                "classmap": [
893
                    "src/"
894
                ]
895
            },
896
            "notification-url": "https://packagist.org/downloads/",
897
            "license": [
898
                "BSD-3-Clause"
899
            ],
900
            "authors": [
901
                {
902
                    "name": "Jeff Welch",
903
                    "email": "whatthejeff@gmail.com"
904
                },
905
                {
906
                    "name": "Volker Dusch",
907
                    "email": "github@wallbash.com"
908
                },
909
                {
910
                    "name": "Bernhard Schussek",
911
                    "email": "bschussek@2bepublished.at"
912
                },
913
                {
914
                    "name": "Sebastian Bergmann",
915
                    "email": "sebastian@phpunit.de"
916
                },
917
                {
918
                    "name": "Adam Harvey",
919
                    "email": "aharvey@php.net"
920
                }
921
            ],
922
            "description": "Provides the functionality to export PHP variables for visualization",
923
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
924
            "keywords": [
925
                "export",
926
                "exporter"
927
            ],
928
            "time": "2016-06-17T09:04:28+00:00"
929
        },
930
        {
931
            "name": "sebastian/global-state",
932
            "version": "1.1.1",
933
            "source": {
934
                "type": "git",
935
                "url": "https://github.com/sebastianbergmann/global-state.git",
936
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
937
            },
938
            "dist": {
939
                "type": "zip",
940
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
941
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
942
                "shasum": ""
943
            },
944
            "require": {
945
                "php": ">=5.3.3"
946
            },
947
            "require-dev": {
948
                "phpunit/phpunit": "~4.2"
949
            },
950
            "suggest": {
951
                "ext-uopz": "*"
952
            },
953
            "type": "library",
954
            "extra": {
955
                "branch-alias": {
956
                    "dev-master": "1.0-dev"
957
                }
958
            },
959
            "autoload": {
960
                "classmap": [
961
                    "src/"
962
                ]
963
            },
964
            "notification-url": "https://packagist.org/downloads/",
965
            "license": [
966
                "BSD-3-Clause"
967
            ],
968
            "authors": [
969
                {
970
                    "name": "Sebastian Bergmann",
971
                    "email": "sebastian@phpunit.de"
972
                }
973
            ],
974
            "description": "Snapshotting of global state",
975
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
976
            "keywords": [
977
                "global state"
978
            ],
979
            "time": "2015-10-12T03:26:01+00:00"
980
        },
981
        {
982
            "name": "sebastian/recursion-context",
983
            "version": "1.0.2",
984
            "source": {
985
                "type": "git",
986
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
987
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
988
            },
989
            "dist": {
990
                "type": "zip",
991
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
992
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
993
                "shasum": ""
994
            },
995
            "require": {
996
                "php": ">=5.3.3"
997
            },
998
            "require-dev": {
999
                "phpunit/phpunit": "~4.4"
1000
            },
1001
            "type": "library",
1002
            "extra": {
1003
                "branch-alias": {
1004
                    "dev-master": "1.0.x-dev"
1005
                }
1006
            },
1007
            "autoload": {
1008
                "classmap": [
1009
                    "src/"
1010
                ]
1011
            },
1012
            "notification-url": "https://packagist.org/downloads/",
1013
            "license": [
1014
                "BSD-3-Clause"
1015
            ],
1016
            "authors": [
1017
                {
1018
                    "name": "Jeff Welch",
1019
                    "email": "whatthejeff@gmail.com"
1020
                },
1021
                {
1022
                    "name": "Sebastian Bergmann",
1023
                    "email": "sebastian@phpunit.de"
1024
                },
1025
                {
1026
                    "name": "Adam Harvey",
1027
                    "email": "aharvey@php.net"
1028
                }
1029
            ],
1030
            "description": "Provides functionality to recursively process PHP variables",
1031
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1032
            "time": "2015-11-11T19:50:13+00:00"
1033
        },
1034
        {
1035
            "name": "sebastian/version",
1036
            "version": "1.0.6",
1037
            "source": {
1038
                "type": "git",
1039
                "url": "https://github.com/sebastianbergmann/version.git",
1040
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1041
            },
1042
            "dist": {
1043
                "type": "zip",
1044
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1045
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1046
                "shasum": ""
1047
            },
1048
            "type": "library",
1049
            "autoload": {
1050
                "classmap": [
1051
                    "src/"
1052
                ]
1053
            },
1054
            "notification-url": "https://packagist.org/downloads/",
1055
            "license": [
1056
                "BSD-3-Clause"
1057
            ],
1058
            "authors": [
1059
                {
1060
                    "name": "Sebastian Bergmann",
1061
                    "email": "sebastian@phpunit.de",
1062
                    "role": "lead"
1063
                }
1064
            ],
1065
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1066
            "homepage": "https://github.com/sebastianbergmann/version",
1067
            "time": "2015-06-21T13:59:46+00:00"
1068
        },
1069
        {
1070
            "name": "squizlabs/php_codesniffer",
1071
            "version": "2.8.0",
1072
            "source": {
1073
                "type": "git",
1074
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1075
                "reference": "86dd55a522238211f9f3631e3361703578941d9a"
1076
            },
1077
            "dist": {
1078
                "type": "zip",
1079
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/86dd55a522238211f9f3631e3361703578941d9a",
1080
                "reference": "86dd55a522238211f9f3631e3361703578941d9a",
1081
                "shasum": ""
1082
            },
1083
            "require": {
1084
                "ext-simplexml": "*",
1085
                "ext-tokenizer": "*",
1086
                "ext-xmlwriter": "*",
1087
                "php": ">=5.1.2"
1088
            },
1089
            "require-dev": {
1090
                "phpunit/phpunit": "~4.0"
1091
            },
1092
            "bin": [
1093
                "scripts/phpcs",
1094
                "scripts/phpcbf"
1095
            ],
1096
            "type": "library",
1097
            "extra": {
1098
                "branch-alias": {
1099
                    "dev-master": "2.x-dev"
1100
                }
1101
            },
1102
            "autoload": {
1103
                "classmap": [
1104
                    "CodeSniffer.php",
1105
                    "CodeSniffer/CLI.php",
1106
                    "CodeSniffer/Exception.php",
1107
                    "CodeSniffer/File.php",
1108
                    "CodeSniffer/Fixer.php",
1109
                    "CodeSniffer/Report.php",
1110
                    "CodeSniffer/Reporting.php",
1111
                    "CodeSniffer/Sniff.php",
1112
                    "CodeSniffer/Tokens.php",
1113
                    "CodeSniffer/Reports/",
1114
                    "CodeSniffer/Tokenizers/",
1115
                    "CodeSniffer/DocGenerators/",
1116
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1117
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1118
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1119
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1120
                    "CodeSniffer/Standards/Generic/Sniffs/",
1121
                    "CodeSniffer/Standards/MySource/Sniffs/",
1122
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1123
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1124
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1125
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1126
                    "CodeSniffer/Standards/Zend/Sniffs/"
1127
                ]
1128
            },
1129
            "notification-url": "https://packagist.org/downloads/",
1130
            "license": [
1131
                "BSD-3-Clause"
1132
            ],
1133
            "authors": [
1134
                {
1135
                    "name": "Greg Sherwood",
1136
                    "role": "lead"
1137
                }
1138
            ],
1139
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1140
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1141
            "keywords": [
1142
                "phpcs",
1143
                "standards"
1144
            ],
1145
            "time": "2017-02-02T03:30:00+00:00"
1146
        },
1147
        {
1148
            "name": "symfony/yaml",
1149
            "version": "v3.2.4",
1150
            "source": {
1151
                "type": "git",
1152
                "url": "https://github.com/symfony/yaml.git",
1153
                "reference": "9724c684646fcb5387d579b4bfaa63ee0b0c64c8"
1154
            },
1155
            "dist": {
1156
                "type": "zip",
1157
                "url": "https://api.github.com/repos/symfony/yaml/zipball/9724c684646fcb5387d579b4bfaa63ee0b0c64c8",
1158
                "reference": "9724c684646fcb5387d579b4bfaa63ee0b0c64c8",
1159
                "shasum": ""
1160
            },
1161
            "require": {
1162
                "php": ">=5.5.9"
1163
            },
1164
            "require-dev": {
1165
                "symfony/console": "~2.8|~3.0"
1166
            },
1167
            "suggest": {
1168
                "symfony/console": "For validating YAML files using the lint command"
1169
            },
1170
            "type": "library",
1171
            "extra": {
1172
                "branch-alias": {
1173
                    "dev-master": "3.2-dev"
1174
                }
1175
            },
1176
            "autoload": {
1177
                "psr-4": {
1178
                    "Symfony\\Component\\Yaml\\": ""
1179
                },
1180
                "exclude-from-classmap": [
1181
                    "/Tests/"
1182
                ]
1183
            },
1184
            "notification-url": "https://packagist.org/downloads/",
1185
            "license": [
1186
                "MIT"
1187
            ],
1188
            "authors": [
1189
                {
1190
                    "name": "Fabien Potencier",
1191
                    "email": "fabien@symfony.com"
1192
                },
1193
                {
1194
                    "name": "Symfony Community",
1195
                    "homepage": "https://symfony.com/contributors"
1196
                }
1197
            ],
1198
            "description": "Symfony Yaml Component",
1199
            "homepage": "https://symfony.com",
1200
            "time": "2017-02-16T22:46:52+00:00"
1201
        },
1202
        {
1203
            "name": "webmozart/assert",
1204
            "version": "1.2.0",
1205
            "source": {
1206
                "type": "git",
1207
                "url": "https://github.com/webmozart/assert.git",
1208
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
1209
            },
1210
            "dist": {
1211
                "type": "zip",
1212
                "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
1213
                "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
1214
                "shasum": ""
1215
            },
1216
            "require": {
1217
                "php": "^5.3.3 || ^7.0"
1218
            },
1219
            "require-dev": {
1220
                "phpunit/phpunit": "^4.6",
1221
                "sebastian/version": "^1.0.1"
1222
            },
1223
            "type": "library",
1224
            "extra": {
1225
                "branch-alias": {
1226
                    "dev-master": "1.3-dev"
1227
                }
1228
            },
1229
            "autoload": {
1230
                "psr-4": {
1231
                    "Webmozart\\Assert\\": "src/"
1232
                }
1233
            },
1234
            "notification-url": "https://packagist.org/downloads/",
1235
            "license": [
1236
                "MIT"
1237
            ],
1238
            "authors": [
1239
                {
1240
                    "name": "Bernhard Schussek",
1241
                    "email": "bschussek@gmail.com"
1242
                }
1243
            ],
1244
            "description": "Assertions to validate method input/output with nice error messages.",
1245
            "keywords": [
1246
                "assert",
1247
                "check",
1248
                "validate"
1249
            ],
1250
            "time": "2016-11-23T20:04:58+00:00"
1251
        }
1252
    ],
1253
    "aliases": [],
1254
    "minimum-stability": "stable",
1255
    "stability-flags": [],
1256
    "prefer-stable": false,
1257
    "prefer-lowest": false,
1258
    "platform": {
1259
        "php": ">=5.6"
1260
    },
1261
    "platform-dev": []
1262
}