Completed
Push — master ( ea5582...dd6b15 )
by Cedric
06:36
created

composer.lock (1 issue)

Severity

Upgrade to new PHP Analysis Engine

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

1
{
2
    "_readme": [
3
        "This file locks the dependencies of your project to a known state",
4
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "75746e0494b2cbf6155e24050f647386",
8
    "content-hash": "908a97eba7c105706c65c827823bc696",
9
    "packages": [
10
        {
11
            "name": "doctrine/annotations",
12
            "version": "v1.2.7",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/annotations.git",
16
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
21
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "doctrine/lexer": "1.*",
26
                "php": ">=5.3.2"
27
            },
28
            "require-dev": {
29
                "doctrine/cache": "1.*",
30
                "phpunit/phpunit": "4.*"
31
            },
32
            "type": "library",
33
            "extra": {
34
                "branch-alias": {
35
                    "dev-master": "1.3.x-dev"
36
                }
37
            },
38
            "autoload": {
39
                "psr-0": {
40
                    "Doctrine\\Common\\Annotations\\": "lib/"
41
                }
42
            },
43
            "notification-url": "https://packagist.org/downloads/",
44
            "license": [
45
                "MIT"
46
            ],
47
            "authors": [
48
                {
49
                    "name": "Roman Borschel",
50
                    "email": "[email protected]"
51
                },
52
                {
53
                    "name": "Benjamin Eberlei",
54
                    "email": "[email protected]"
55
                },
56
                {
57
                    "name": "Guilherme Blanco",
58
                    "email": "[email protected]"
59
                },
60
                {
61
                    "name": "Jonathan Wage",
62
                    "email": "[email protected]"
63
                },
64
                {
65
                    "name": "Johannes Schmitt",
66
                    "email": "[email protected]"
67
                }
68
            ],
69
            "description": "Docblock Annotations Parser",
70
            "homepage": "http://www.doctrine-project.org",
71
            "keywords": [
72
                "annotations",
73
                "docblock",
74
                "parser"
75
            ],
76
            "time": "2015-08-31 12:32:49"
77
        },
78
        {
79
            "name": "doctrine/lexer",
80
            "version": "v1.0.1",
81
            "source": {
82
                "type": "git",
83
                "url": "https://github.com/doctrine/lexer.git",
84
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
85
            },
86
            "dist": {
87
                "type": "zip",
88
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
89
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
90
                "shasum": ""
91
            },
92
            "require": {
93
                "php": ">=5.3.2"
94
            },
95
            "type": "library",
96
            "extra": {
97
                "branch-alias": {
98
                    "dev-master": "1.0.x-dev"
99
                }
100
            },
101
            "autoload": {
102
                "psr-0": {
103
                    "Doctrine\\Common\\Lexer\\": "lib/"
104
                }
105
            },
106
            "notification-url": "https://packagist.org/downloads/",
107
            "license": [
108
                "MIT"
109
            ],
110
            "authors": [
111
                {
112
                    "name": "Roman Borschel",
113
                    "email": "[email protected]"
114
                },
115
                {
116
                    "name": "Guilherme Blanco",
117
                    "email": "[email protected]"
118
                },
119
                {
120
                    "name": "Johannes Schmitt",
121
                    "email": "[email protected]"
122
                }
123
            ],
124
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
125
            "homepage": "http://www.doctrine-project.org",
126
            "keywords": [
127
                "lexer",
128
                "parser"
129
            ],
130
            "time": "2014-09-09 13:34:57"
131
        },
132
        {
133
            "name": "firebase/php-jwt",
134
            "version": "v3.0.0",
135
            "source": {
136
                "type": "git",
137
                "url": "https://github.com/firebase/php-jwt.git",
138
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
139
            },
140
            "dist": {
141
                "type": "zip",
142
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
143
                "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
144
                "shasum": ""
145
            },
146
            "require": {
147
                "php": ">=5.3.0"
148
            },
149
            "type": "library",
150
            "autoload": {
151
                "psr-4": {
152
                    "Firebase\\JWT\\": "src"
153
                }
154
            },
155
            "notification-url": "https://packagist.org/downloads/",
156
            "license": [
157
                "BSD-3-Clause"
158
            ],
159
            "authors": [
160
                {
161
                    "name": "Neuman Vong",
162
                    "email": "[email protected]",
163
                    "role": "Developer"
164
                },
165
                {
166
                    "name": "Anant Narayanan",
167
                    "email": "[email protected]",
168
                    "role": "Developer"
169
                }
170
            ],
171
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
172
            "homepage": "https://github.com/firebase/php-jwt",
173
            "time": "2015-07-22 18:31:08"
174
        },
175
        {
176
            "name": "guzzlehttp/guzzle",
0 ignored issues
show
There is a security advisory for your installed version of guzzlehttp/guzzle:

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