Test Failed
Push — feature/examples ( 42d45d...f25fad )
by Oguzhan
05:07
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": "09f6ace2b66d0b3e46bd9737581266df",
8
    "content-hash": "8b03b09d937031dad2b70dcb1b59908f",
9
    "packages": [
10
        {
11
            "name": "doctrine/collections",
12
            "version": "v1.3.0",
13
            "source": {
14
                "type": "git",
15
                "url": "https://github.com/doctrine/collections.git",
16
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
17
            },
18
            "dist": {
19
                "type": "zip",
20
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
21
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
22
                "shasum": ""
23
            },
24
            "require": {
25
                "php": ">=5.3.2"
26
            },
27
            "require-dev": {
28
                "phpunit/phpunit": "~4.0"
29
            },
30
            "type": "library",
31
            "extra": {
32
                "branch-alias": {
33
                    "dev-master": "1.2.x-dev"
34
                }
35
            },
36
            "autoload": {
37
                "psr-0": {
38
                    "Doctrine\\Common\\Collections\\": "lib/"
39
                }
40
            },
41
            "notification-url": "https://packagist.org/downloads/",
42
            "license": [
43
                "MIT"
44
            ],
45
            "authors": [
46
                {
47
                    "name": "Roman Borschel",
48
                    "email": "[email protected]"
49
                },
50
                {
51
                    "name": "Benjamin Eberlei",
52
                    "email": "[email protected]"
53
                },
54
                {
55
                    "name": "Guilherme Blanco",
56
                    "email": "[email protected]"
57
                },
58
                {
59
                    "name": "Jonathan Wage",
60
                    "email": "[email protected]"
61
                },
62
                {
63
                    "name": "Johannes Schmitt",
64
                    "email": "[email protected]"
65
                }
66
            ],
67
            "description": "Collections Abstraction library",
68
            "homepage": "http://www.doctrine-project.org",
69
            "keywords": [
70
                "array",
71
                "collections",
72
                "iterator"
73
            ],
74
            "time": "2015-04-14 22:21:58"
75
        },
76
        {
77
            "name": "guzzle/guzzle",
78
            "version": "v3.8.1",
79
            "source": {
80
                "type": "git",
81
                "url": "https://github.com/guzzle/guzzle.git",
82
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba"
83
            },
84
            "dist": {
85
                "type": "zip",
86
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
87
                "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba",
88
                "shasum": ""
89
            },
90
            "require": {
91
                "ext-curl": "*",
92
                "php": ">=5.3.3",
93
                "symfony/event-dispatcher": ">=2.1"
94
            },
95
            "replace": {
96
                "guzzle/batch": "self.version",
97
                "guzzle/cache": "self.version",
98
                "guzzle/common": "self.version",
99
                "guzzle/http": "self.version",
100
                "guzzle/inflection": "self.version",
101
                "guzzle/iterator": "self.version",
102
                "guzzle/log": "self.version",
103
                "guzzle/parser": "self.version",
104
                "guzzle/plugin": "self.version",
105
                "guzzle/plugin-async": "self.version",
106
                "guzzle/plugin-backoff": "self.version",
107
                "guzzle/plugin-cache": "self.version",
108
                "guzzle/plugin-cookie": "self.version",
109
                "guzzle/plugin-curlauth": "self.version",
110
                "guzzle/plugin-error-response": "self.version",
111
                "guzzle/plugin-history": "self.version",
112
                "guzzle/plugin-log": "self.version",
113
                "guzzle/plugin-md5": "self.version",
114
                "guzzle/plugin-mock": "self.version",
115
                "guzzle/plugin-oauth": "self.version",
116
                "guzzle/service": "self.version",
117
                "guzzle/stream": "self.version"
118
            },
119
            "require-dev": {
120
                "doctrine/cache": "*",
121
                "monolog/monolog": "1.*",
122
                "phpunit/phpunit": "3.7.*",
123
                "psr/log": "1.0.*",
124
                "symfony/class-loader": "*",
125
                "zendframework/zend-cache": "<2.3",
126
                "zendframework/zend-log": "<2.3"
127
            },
128
            "type": "library",
129
            "extra": {
130
                "branch-alias": {
131
                    "dev-master": "3.8-dev"
132
                }
133
            },
134
            "autoload": {
135
                "psr-0": {
136
                    "Guzzle": "src/",
137
                    "Guzzle\\Tests": "tests/"
138
                }
139
            },
140
            "notification-url": "https://packagist.org/downloads/",
141
            "license": [
142
                "MIT"
143
            ],
144
            "authors": [
145
                {
146
                    "name": "Michael Dowling",
147
                    "email": "[email protected]",
148
                    "homepage": "https://github.com/mtdowling"
149
                },
150
                {
151
                    "name": "Guzzle Community",
152
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
153
                }
154
            ],
155
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
156
            "homepage": "http://guzzlephp.org/",
157
            "keywords": [
158
                "client",
159
                "curl",
160
                "framework",
161
                "http",
162
                "http client",
163
                "rest",
164
                "web service"
165
            ],
166
            "abandoned": "guzzlehttp/guzzle",
167
            "time": "2014-01-28 22:29:15"
168
        },
169
        {
170
            "name": "guzzlehttp/command",
171
            "version": "0.7.1",
172
            "source": {
173
                "type": "git",
174
                "url": "https://github.com/guzzle/command.git",
175
                "reference": "2e8286ff81f75f97b00f7dcc2f51e2efafb373bd"
176
            },
177
            "dist": {
178
                "type": "zip",
179
                "url": "https://api.github.com/repos/guzzle/command/zipball/2e8286ff81f75f97b00f7dcc2f51e2efafb373bd",
180
                "reference": "2e8286ff81f75f97b00f7dcc2f51e2efafb373bd",
181
                "shasum": ""
182
            },
183
            "require": {
184
                "guzzlehttp/guzzle": "~5.0",
185
                "php": ">=5.4.0"
186
            },
187
            "require-dev": {
188
                "phpunit/phpunit": "~4.0"
189
            },
190
            "type": "library",
191
            "extra": {
192
                "branch-alias": {
193
                    "dev-master": "0.7-dev"
194
                }
195
            },
196
            "autoload": {
197
                "psr-4": {
198
                    "GuzzleHttp\\Command\\": "src/"
199
                }
200
            },
201
            "notification-url": "https://packagist.org/downloads/",
202
            "license": [
203
                "MIT"
204
            ],
205
            "authors": [
206
                {
207
                    "name": "Michael Dowling",
208
                    "email": "[email protected]",
209
                    "homepage": "https://github.com/mtdowling"
210
                }
211
            ],
212
            "description": "Provides the foundation for building command based web service clients",
213
            "time": "2015-01-14 18:54:57"
214
        },
215
        {
216
            "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...
217
            "version": "5.3.0",
218
            "source": {
219
                "type": "git",
220
                "url": "https://github.com/guzzle/guzzle.git",
221
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
222
            },
223
            "dist": {
224
                "type": "zip",
225
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
226
                "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
227
                "shasum": ""
228
            },
229
            "require": {
230
                "guzzlehttp/ringphp": "^1.1",
231
                "php": ">=5.4.0"
232
            },
233
            "require-dev": {
234
                "ext-curl": "*",
235
                "phpunit/phpunit": "^4.0",
236
                "psr/log": "^1.0"
237
            },
238
            "type": "library",
239
            "extra": {
240
                "branch-alias": {
241
                    "dev-master": "5.0-dev"
242
                }
243
            },
244
            "autoload": {
245
                "psr-4": {
246
                    "GuzzleHttp\\": "src/"
247
                }
248
            },
249
            "notification-url": "https://packagist.org/downloads/",
250
            "license": [
251
                "MIT"
252
            ],
253
            "authors": [
254
                {
255
                    "name": "Michael Dowling",
256
                    "email": "[email protected]",
257
                    "homepage": "https://github.com/mtdowling"
258
                }
259
            ],
260
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
261
            "homepage": "http://guzzlephp.org/",
262
            "keywords": [
263
                "client",
264
                "curl",
265
                "framework",
266
                "http",
267
                "http client",
268
                "rest",
269
                "web service"
270
            ],
271
            "time": "2015-05-20 03:47:55"
272
        },
273
        {
274
            "name": "guzzlehttp/guzzle-services",
275
            "version": "0.5.0",
276
            "source": {
277
                "type": "git",
278
                "url": "https://github.com/guzzle/guzzle-services.git",
279
                "reference": "5402867628d266748db88f05c90ede54fd1d884c"
280
            },
281
            "dist": {
282
                "type": "zip",
283
                "url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/5402867628d266748db88f05c90ede54fd1d884c",
284
                "reference": "5402867628d266748db88f05c90ede54fd1d884c",
285
                "shasum": ""
286
            },
287
            "require": {
288
                "guzzlehttp/command": "0.7.*",
289
                "php": ">=5.4.0"
290
            },
291
            "require-dev": {
292
                "phpunit/phpunit": "~4.0"
293
            },
294
            "type": "library",
295
            "extra": {
296
                "branch-alias": {
297
                    "dev-master": "0.4-dev"
298
                }
299
            },
300
            "autoload": {
301
                "psr-4": {
302
                    "GuzzleHttp\\Command\\Guzzle\\": "src/"
303
                }
304
            },
305
            "notification-url": "https://packagist.org/downloads/",
306
            "license": [
307
                "MIT"
308
            ],
309
            "authors": [
310
                {
311
                    "name": "Michael Dowling",
312
                    "email": "[email protected]",
313
                    "homepage": "https://github.com/mtdowling"
314
                }
315
            ],
316
            "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
317
            "time": "2014-12-23 19:13:18"
318
        },
319
        {
320
            "name": "guzzlehttp/oauth-subscriber",
321
            "version": "0.2.0",
322
            "source": {
323
                "type": "git",
324
                "url": "https://github.com/guzzle/oauth-subscriber.git",
325
                "reference": "03f1ebe31d3112526106d0570c80eba6820e86e5"
326
            },
327
            "dist": {
328
                "type": "zip",
329
                "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/03f1ebe31d3112526106d0570c80eba6820e86e5",
330
                "reference": "03f1ebe31d3112526106d0570c80eba6820e86e5",
331
                "shasum": ""
332
            },
333
            "require": {
334
                "guzzlehttp/guzzle": "~4.0|~5.0",
335
                "php": ">=5.4.0"
336
            },
337
            "require-dev": {
338
                "phpunit/phpunit": "~4.0"
339
            },
340
            "type": "library",
341
            "extra": {
342
                "branch-alias": {
343
                    "dev-master": "0.1-dev"
344
                }
345
            },
346
            "autoload": {
347
                "psr-4": {
348
                    "GuzzleHttp\\Subscriber\\Oauth\\": "src"
349
                }
350
            },
351
            "notification-url": "https://packagist.org/downloads/",
352
            "license": [
353
                "MIT"
354
            ],
355
            "authors": [
356
                {
357
                    "name": "Michael Dowling",
358
                    "email": "[email protected]",
359
                    "homepage": "https://github.com/mtdowling"
360
                }
361
            ],
362
            "description": "Guzzle OAuth 1.0 subscriber",
363
            "homepage": "http://guzzlephp.org/",
364
            "keywords": [
365
                "Guzzle",
366
                "oauth"
367
            ],
368
            "time": "2014-10-23 22:19:02"
369
        },
370
        {
371
            "name": "guzzlehttp/ringphp",
372
            "version": "1.1.0",
373
            "source": {
374
                "type": "git",
375
                "url": "https://github.com/guzzle/RingPHP.git",
376
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
377
            },
378
            "dist": {
379
                "type": "zip",
380
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
381
                "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
382
                "shasum": ""
383
            },
384
            "require": {
385
                "guzzlehttp/streams": "~3.0",
386
                "php": ">=5.4.0",
387
                "react/promise": "~2.0"
388
            },
389
            "require-dev": {
390
                "ext-curl": "*",
391
                "phpunit/phpunit": "~4.0"
392
            },
393
            "suggest": {
394
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
395
            },
396
            "type": "library",
397
            "extra": {
398
                "branch-alias": {
399
                    "dev-master": "1.1-dev"
400
                }
401
            },
402
            "autoload": {
403
                "psr-4": {
404
                    "GuzzleHttp\\Ring\\": "src/"
405
                }
406
            },
407
            "notification-url": "https://packagist.org/downloads/",
408
            "license": [
409
                "MIT"
410
            ],
411
            "authors": [
412
                {
413
                    "name": "Michael Dowling",
414
                    "email": "[email protected]",
415
                    "homepage": "https://github.com/mtdowling"
416
                }
417
            ],
418
            "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
419
            "time": "2015-05-20 03:37:09"
420
        },
421
        {
422
            "name": "guzzlehttp/streams",
423
            "version": "3.0.0",
424
            "source": {
425
                "type": "git",
426
                "url": "https://github.com/guzzle/streams.git",
427
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
428
            },
429
            "dist": {
430
                "type": "zip",
431
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
432
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
433
                "shasum": ""
434
            },
435
            "require": {
436
                "php": ">=5.4.0"
437
            },
438
            "require-dev": {
439
                "phpunit/phpunit": "~4.0"
440
            },
441
            "type": "library",
442
            "extra": {
443
                "branch-alias": {
444
                    "dev-master": "3.0-dev"
445
                }
446
            },
447
            "autoload": {
448
                "psr-4": {
449
                    "GuzzleHttp\\Stream\\": "src/"
450
                }
451
            },
452
            "notification-url": "https://packagist.org/downloads/",
453
            "license": [
454
                "MIT"
455
            ],
456
            "authors": [
457
                {
458
                    "name": "Michael Dowling",
459
                    "email": "[email protected]",
460
                    "homepage": "https://github.com/mtdowling"
461
                }
462
            ],
463
            "description": "Provides a simple abstraction over streams of data",
464
            "homepage": "http://guzzlephp.org/",
465
            "keywords": [
466
                "Guzzle",
467
                "stream"
468
            ],
469
            "time": "2014-10-12 19:18:40"
470
        },
471
        {
472
            "name": "jwilsson/spotify-web-api-php",
473
            "version": "1.3.1",
474
            "source": {
475
                "type": "git",
476
                "url": "https://github.com/jwilsson/spotify-web-api-php.git",
477
                "reference": "d5e0e0b2e83b8f1d09015e1360da31f4af7bea44"
478
            },
479
            "dist": {
480
                "type": "zip",
481
                "url": "https://api.github.com/repos/jwilsson/spotify-web-api-php/zipball/d5e0e0b2e83b8f1d09015e1360da31f4af7bea44",
482
                "reference": "d5e0e0b2e83b8f1d09015e1360da31f4af7bea44",
483
                "shasum": ""
484
            },
485
            "require": {
486
                "ext-curl": "*",
487
                "php": ">=5.5"
488
            },
489
            "require-dev": {
490
                "phpunit/phpunit": "4.*",
491
                "satooshi/php-coveralls": "dev-master",
492
                "squizlabs/php_codesniffer": "2.*"
493
            },
494
            "type": "library",
495
            "autoload": {
496
                "psr-4": {
497
                    "SpotifyWebAPI\\": "src/"
498
                }
499
            },
500
            "notification-url": "https://packagist.org/downloads/",
501
            "license": [
502
                "MIT"
503
            ],
504
            "authors": [
505
                {
506
                    "name": "Jonathan Wilsson",
507
                    "email": "[email protected]"
508
                }
509
            ],
510
            "description": "PHP implementation of Spotify's Web API.",
511
            "homepage": "http://jwilsson.github.io/spotify-web-api-php/",
512
            "keywords": [
513
                "spotify"
514
            ],
515
            "time": "2016-04-03 13:03:17"
516
        },
517
        {
518
            "name": "pbxg33k/musicbrainz",
519
            "version": "v0.3.0",
520
            "source": {
521
                "type": "git",
522
                "url": "https://github.com/powered-by-moe/MusicBrainz.git",
523
                "reference": "3f117d4f6f7a53a10e687cbd17ad9e77cf4897be"
524
            },
525
            "dist": {
526
                "type": "zip",
527
                "url": "https://api.github.com/repos/powered-by-moe/MusicBrainz/zipball/3f117d4f6f7a53a10e687cbd17ad9e77cf4897be",
528
                "reference": "3f117d4f6f7a53a10e687cbd17ad9e77cf4897be",
529
                "shasum": ""
530
            },
531
            "replace": {
532
                "mikealmond/musicbrainz": "~0.2"
533
            },
534
            "require-dev": {
535
                "guzzlehttp/guzzle": "~5.3",
536
                "phpunit/phpunit": "^5.3"
537
            },
538
            "suggest": {
539
                "guzzle/guzzle": "Allows you to use the GuzzleHttpAdapter. You must install one of the supported adapters.",
540
                "rmccue/requests": "Allows you to use the RequestsHttpAdapter. You must install one of the supported adapters."
541
            },
542
            "type": "library",
543
            "autoload": {
544
                "psr-0": {
545
                    "MusicBrainz": "src/"
546
                }
547
            },
548
            "notification-url": "https://packagist.org/downloads/",
549
            "license": [
550
                "MIT"
551
            ],
552
            "authors": [
553
                {
554
                    "name": "Mike Almond",
555
                    "email": "[email protected]",
556
                    "homepage": "http://mikealmond.com",
557
                    "role": "Developer"
558
                },
559
                {
560
                    "name": "Oguzhan Uysal",
561
                    "email": "[email protected]",
562
                    "homepage": "https://g33k.code",
563
                    "role": "Developer"
564
                }
565
            ],
566
            "description": "A PHP library for accessing the MusicBrainz API",
567
            "homepage": "https://github.com/powered-by-moe/musicbrainz",
568
            "keywords": [
569
                "api",
570
                "library",
571
                "musicbrainz",
572
                "php"
573
            ],
574
            "time": "2016-04-16 11:50:35"
575
        },
576
        {
577
            "name": "pbxg33k/pbxg33k-traits",
578
            "version": "v1.0.0",
579
            "source": {
580
                "type": "git",
581
                "url": "https://github.com/PBXg33k/php-traits.git",
582
                "reference": "86e59d16f7cc037f7b8c7cc8e3be944ef703ec8e"
583
            },
584
            "dist": {
585
                "type": "zip",
586
                "url": "https://api.github.com/repos/PBXg33k/php-traits/zipball/86e59d16f7cc037f7b8c7cc8e3be944ef703ec8e",
587
                "reference": "86e59d16f7cc037f7b8c7cc8e3be944ef703ec8e",
588
                "shasum": ""
589
            },
590
            "require-dev": {
591
                "crada/php-apidoc": "^1.3",
592
                "phpmd/phpmd": "^2.4",
593
                "phpunit/phpunit": "^5.3"
594
            },
595
            "type": "library",
596
            "autoload": {
597
                "psr-4": {
598
                    "Pbxg33k\\Traits\\": "src/"
599
                }
600
            },
601
            "notification-url": "https://packagist.org/downloads/",
602
            "license": [
603
                "MIT"
604
            ],
605
            "authors": [
606
                {
607
                    "name": "Oguzhan Uysal",
608
                    "email": "[email protected]"
609
                }
610
            ],
611
            "description": "A collection of traits to make life with PHP easier",
612
            "time": "2016-05-27 18:55:51"
613
        },
614
        {
615
            "name": "pbxg33k/vocadb",
616
            "version": "v0.1.3.2",
617
            "source": {
618
                "type": "git",
619
                "url": "https://github.com/PBXg33k/vocadb-php.git",
620
                "reference": "4111a72b0459cc68b073a0afb44325cf65d6292c"
621
            },
622
            "dist": {
623
                "type": "zip",
624
                "url": "https://api.github.com/repos/PBXg33k/vocadb-php/zipball/4111a72b0459cc68b073a0afb44325cf65d6292c",
625
                "reference": "4111a72b0459cc68b073a0afb44325cf65d6292c",
626
                "shasum": ""
627
            },
628
            "require": {
629
                "guzzlehttp/guzzle": "~5.0|~6.0"
630
            },
631
            "require-dev": {
632
                "phpunit/phpunit": "4.8.*@dev",
633
                "symfony/console": "^3.0",
634
                "symfony/var-dumper": "^3.0"
635
            },
636
            "type": "library",
637
            "autoload": {
638
                "psr-4": {
639
                    "Pbxg33k\\VocaDB\\": "src/"
640
                }
641
            },
642
            "notification-url": "https://packagist.org/downloads/",
643
            "license": [
644
                "MIT"
645
            ],
646
            "authors": [
647
                {
648
                    "name": "Oguzhan Uysal",
649
                    "email": "[email protected]"
650
                }
651
            ],
652
            "description": "PHP API client for the VocaDB Public API (v1)",
653
            "time": "2016-03-13 19:53:02"
654
        },
655
        {
656
            "name": "psr/log",
657
            "version": "1.0.0",
658
            "source": {
659
                "type": "git",
660
                "url": "https://github.com/php-fig/log.git",
661
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
662
            },
663
            "dist": {
664
                "type": "zip",
665
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
666
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
667
                "shasum": ""
668
            },
669
            "type": "library",
670
            "autoload": {
671
                "psr-0": {
672
                    "Psr\\Log\\": ""
673
                }
674
            },
675
            "notification-url": "https://packagist.org/downloads/",
676
            "license": [
677
                "MIT"
678
            ],
679
            "authors": [
680
                {
681
                    "name": "PHP-FIG",
682
                    "homepage": "http://www.php-fig.org/"
683
                }
684
            ],
685
            "description": "Common interface for logging libraries",
686
            "keywords": [
687
                "log",
688
                "psr",
689
                "psr-3"
690
            ],
691
            "time": "2012-12-21 11:40:51"
692
        },
693
        {
694
            "name": "react/promise",
695
            "version": "v2.4.1",
696
            "source": {
697
                "type": "git",
698
                "url": "https://github.com/reactphp/promise.git",
699
                "reference": "8025426794f1944de806618671d4fa476dc7626f"
700
            },
701
            "dist": {
702
                "type": "zip",
703
                "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
704
                "reference": "8025426794f1944de806618671d4fa476dc7626f",
705
                "shasum": ""
706
            },
707
            "require": {
708
                "php": ">=5.4.0"
709
            },
710
            "type": "library",
711
            "extra": {
712
                "branch-alias": {
713
                    "dev-master": "2.0-dev"
714
                }
715
            },
716
            "autoload": {
717
                "psr-4": {
718
                    "React\\Promise\\": "src/"
719
                },
720
                "files": [
721
                    "src/functions_include.php"
722
                ]
723
            },
724
            "notification-url": "https://packagist.org/downloads/",
725
            "license": [
726
                "MIT"
727
            ],
728
            "authors": [
729
                {
730
                    "name": "Jan Sorgalla",
731
                    "email": "[email protected]"
732
                }
733
            ],
734
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
735
            "time": "2016-05-03 17:50:52"
736
        },
737
        {
738
            "name": "ricbra/php-discogs-api",
739
            "version": "1.2.0",
740
            "source": {
741
                "type": "git",
742
                "url": "https://github.com/ricbra/php-discogs-api.git",
743
                "reference": "7b63ed2d90fb2dfc7acbe480a219a680968f550e"
744
            },
745
            "dist": {
746
                "type": "zip",
747
                "url": "https://api.github.com/repos/ricbra/php-discogs-api/zipball/7b63ed2d90fb2dfc7acbe480a219a680968f550e",
748
                "reference": "7b63ed2d90fb2dfc7acbe480a219a680968f550e",
749
                "shasum": ""
750
            },
751
            "require": {
752
                "guzzlehttp/guzzle": "~5.0",
753
                "guzzlehttp/guzzle-services": "~0.5.0",
754
                "guzzlehttp/oauth-subscriber": "~0.2",
755
                "php": ">=5.4.0"
756
            },
757
            "require-dev": {
758
                "phpunit/phpunit": "~4"
759
            },
760
            "suggest": {
761
                "ricbra/discogs-bundle": "For integrating Discogs into Symfony2"
762
            },
763
            "type": "library",
764
            "extra": {
765
                "branch-alias": {
766
                    "dev-master": "1.0.x-dev"
767
                }
768
            },
769
            "autoload": {
770
                "psr-0": {
771
                    "Discogs": "lib/"
772
                }
773
            },
774
            "notification-url": "https://packagist.org/downloads/",
775
            "license": [
776
                "MIT"
777
            ],
778
            "authors": [
779
                {
780
                    "name": "Richard van den Brand",
781
                    "email": "[email protected]"
782
                }
783
            ],
784
            "description": "The Discogs API makes it easy for developers to communicate with the Discogs platform",
785
            "keywords": [
786
                "api",
787
                "discogs"
788
            ],
789
            "time": "2016-03-18 11:22:47"
790
        },
791
        {
792
            "name": "satooshi/php-coveralls",
793
            "version": "v1.0.1",
794
            "source": {
795
                "type": "git",
796
                "url": "https://github.com/satooshi/php-coveralls.git",
797
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c"
798
            },
799
            "dist": {
800
                "type": "zip",
801
                "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/da51d304fe8622bf9a6da39a8446e7afd432115c",
802
                "reference": "da51d304fe8622bf9a6da39a8446e7afd432115c",
803
                "shasum": ""
804
            },
805
            "require": {
806
                "ext-json": "*",
807
                "ext-simplexml": "*",
808
                "guzzle/guzzle": "^2.8|^3.0",
809
                "php": ">=5.3.3",
810
                "psr/log": "^1.0",
811
                "symfony/config": "^2.1|^3.0",
812
                "symfony/console": "^2.1|^3.0",
813
                "symfony/stopwatch": "^2.0|^3.0",
814
                "symfony/yaml": "^2.0|^3.0"
815
            },
816
            "suggest": {
817
                "symfony/http-kernel": "Allows Symfony integration"
818
            },
819
            "bin": [
820
                "bin/coveralls"
821
            ],
822
            "type": "library",
823
            "autoload": {
824
                "psr-4": {
825
                    "Satooshi\\": "src/Satooshi/"
826
                }
827
            },
828
            "notification-url": "https://packagist.org/downloads/",
829
            "license": [
830
                "MIT"
831
            ],
832
            "authors": [
833
                {
834
                    "name": "Kitamura Satoshi",
835
                    "email": "[email protected]",
836
                    "homepage": "https://www.facebook.com/satooshi.jp"
837
                }
838
            ],
839
            "description": "PHP client library for Coveralls API",
840
            "homepage": "https://github.com/satooshi/php-coveralls",
841
            "keywords": [
842
                "ci",
843
                "coverage",
844
                "github",
845
                "test"
846
            ],
847
            "time": "2016-01-20 17:35:46"
848
        },
849
        {
850
            "name": "symfony/config",
851
            "version": "v3.1.0",
852
            "source": {
853
                "type": "git",
854
                "url": "https://github.com/symfony/config.git",
855
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e"
856
            },
857
            "dist": {
858
                "type": "zip",
859
                "url": "https://api.github.com/repos/symfony/config/zipball/048dc47e07f92333203c3b7045868bbc864fc40e",
860
                "reference": "048dc47e07f92333203c3b7045868bbc864fc40e",
861
                "shasum": ""
862
            },
863
            "require": {
864
                "php": ">=5.5.9",
865
                "symfony/filesystem": "~2.8|~3.0"
866
            },
867
            "suggest": {
868
                "symfony/yaml": "To use the yaml reference dumper"
869
            },
870
            "type": "library",
871
            "extra": {
872
                "branch-alias": {
873
                    "dev-master": "3.1-dev"
874
                }
875
            },
876
            "autoload": {
877
                "psr-4": {
878
                    "Symfony\\Component\\Config\\": ""
879
                },
880
                "exclude-from-classmap": [
881
                    "/Tests/"
882
                ]
883
            },
884
            "notification-url": "https://packagist.org/downloads/",
885
            "license": [
886
                "MIT"
887
            ],
888
            "authors": [
889
                {
890
                    "name": "Fabien Potencier",
891
                    "email": "[email protected]"
892
                },
893
                {
894
                    "name": "Symfony Community",
895
                    "homepage": "https://symfony.com/contributors"
896
                }
897
            ],
898
            "description": "Symfony Config Component",
899
            "homepage": "https://symfony.com",
900
            "time": "2016-05-20 11:48:17"
901
        },
902
        {
903
            "name": "symfony/console",
904
            "version": "v3.0.6",
905
            "source": {
906
                "type": "git",
907
                "url": "https://github.com/symfony/console.git",
908
                "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820"
909
            },
910
            "dist": {
911
                "type": "zip",
912
                "url": "https://api.github.com/repos/symfony/console/zipball/34a214710e0714b6efcf40ba3cd1e31373a97820",
913
                "reference": "34a214710e0714b6efcf40ba3cd1e31373a97820",
914
                "shasum": ""
915
            },
916
            "require": {
917
                "php": ">=5.5.9",
918
                "symfony/polyfill-mbstring": "~1.0"
919
            },
920
            "require-dev": {
921
                "psr/log": "~1.0",
922
                "symfony/event-dispatcher": "~2.8|~3.0",
923
                "symfony/process": "~2.8|~3.0"
924
            },
925
            "suggest": {
926
                "psr/log": "For using the console logger",
927
                "symfony/event-dispatcher": "",
928
                "symfony/process": ""
929
            },
930
            "type": "library",
931
            "extra": {
932
                "branch-alias": {
933
                    "dev-master": "3.0-dev"
934
                }
935
            },
936
            "autoload": {
937
                "psr-4": {
938
                    "Symfony\\Component\\Console\\": ""
939
                },
940
                "exclude-from-classmap": [
941
                    "/Tests/"
942
                ]
943
            },
944
            "notification-url": "https://packagist.org/downloads/",
945
            "license": [
946
                "MIT"
947
            ],
948
            "authors": [
949
                {
950
                    "name": "Fabien Potencier",
951
                    "email": "[email protected]"
952
                },
953
                {
954
                    "name": "Symfony Community",
955
                    "homepage": "https://symfony.com/contributors"
956
                }
957
            ],
958
            "description": "Symfony Console Component",
959
            "homepage": "https://symfony.com",
960
            "time": "2016-04-28 09:48:42"
961
        },
962
        {
963
            "name": "symfony/debug",
964
            "version": "v3.1.0",
965
            "source": {
966
                "type": "git",
967
                "url": "https://github.com/symfony/debug.git",
968
                "reference": "c9ed5a44dbc783a352f06b20440863c7463de907"
969
            },
970
            "dist": {
971
                "type": "zip",
972
                "url": "https://api.github.com/repos/symfony/debug/zipball/c9ed5a44dbc783a352f06b20440863c7463de907",
973
                "reference": "c9ed5a44dbc783a352f06b20440863c7463de907",
974
                "shasum": ""
975
            },
976
            "require": {
977
                "php": ">=5.5.9",
978
                "psr/log": "~1.0"
979
            },
980
            "conflict": {
981
                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
982
            },
983
            "require-dev": {
984
                "symfony/class-loader": "~2.8|~3.0",
985
                "symfony/http-kernel": "~2.8|~3.0"
986
            },
987
            "type": "library",
988
            "extra": {
989
                "branch-alias": {
990
                    "dev-master": "3.1-dev"
991
                }
992
            },
993
            "autoload": {
994
                "psr-4": {
995
                    "Symfony\\Component\\Debug\\": ""
996
                },
997
                "exclude-from-classmap": [
998
                    "/Tests/"
999
                ]
1000
            },
1001
            "notification-url": "https://packagist.org/downloads/",
1002
            "license": [
1003
                "MIT"
1004
            ],
1005
            "authors": [
1006
                {
1007
                    "name": "Fabien Potencier",
1008
                    "email": "[email protected]"
1009
                },
1010
                {
1011
                    "name": "Symfony Community",
1012
                    "homepage": "https://symfony.com/contributors"
1013
                }
1014
            ],
1015
            "description": "Symfony Debug Component",
1016
            "homepage": "https://symfony.com",
1017
            "time": "2016-05-24 10:06:56"
1018
        },
1019
        {
1020
            "name": "symfony/dependency-injection",
1021
            "version": "v3.1.0",
1022
            "source": {
1023
                "type": "git",
1024
                "url": "https://github.com/symfony/dependency-injection.git",
1025
                "reference": "383110341e8f47ae972da3a29503b099831549e1"
1026
            },
1027
            "dist": {
1028
                "type": "zip",
1029
                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/383110341e8f47ae972da3a29503b099831549e1",
1030
                "reference": "383110341e8f47ae972da3a29503b099831549e1",
1031
                "shasum": ""
1032
            },
1033
            "require": {
1034
                "php": ">=5.5.9"
1035
            },
1036
            "require-dev": {
1037
                "symfony/config": "~2.8|~3.0",
1038
                "symfony/expression-language": "~2.8|~3.0",
1039
                "symfony/yaml": "~2.8|~3.0"
1040
            },
1041
            "suggest": {
1042
                "symfony/config": "",
1043
                "symfony/expression-language": "For using expressions in service container configuration",
1044
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1045
                "symfony/yaml": ""
1046
            },
1047
            "type": "library",
1048
            "extra": {
1049
                "branch-alias": {
1050
                    "dev-master": "3.1-dev"
1051
                }
1052
            },
1053
            "autoload": {
1054
                "psr-4": {
1055
                    "Symfony\\Component\\DependencyInjection\\": ""
1056
                },
1057
                "exclude-from-classmap": [
1058
                    "/Tests/"
1059
                ]
1060
            },
1061
            "notification-url": "https://packagist.org/downloads/",
1062
            "license": [
1063
                "MIT"
1064
            ],
1065
            "authors": [
1066
                {
1067
                    "name": "Fabien Potencier",
1068
                    "email": "[email protected]"
1069
                },
1070
                {
1071
                    "name": "Symfony Community",
1072
                    "homepage": "https://symfony.com/contributors"
1073
                }
1074
            ],
1075
            "description": "Symfony DependencyInjection Component",
1076
            "homepage": "https://symfony.com",
1077
            "time": "2016-05-24 10:06:56"
1078
        },
1079
        {
1080
            "name": "symfony/event-dispatcher",
1081
            "version": "v3.0.6",
1082
            "source": {
1083
                "type": "git",
1084
                "url": "https://github.com/symfony/event-dispatcher.git",
1085
                "reference": "807dde98589f9b2b00624dca326740380d78dbbc"
1086
            },
1087
            "dist": {
1088
                "type": "zip",
1089
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/807dde98589f9b2b00624dca326740380d78dbbc",
1090
                "reference": "807dde98589f9b2b00624dca326740380d78dbbc",
1091
                "shasum": ""
1092
            },
1093
            "require": {
1094
                "php": ">=5.5.9"
1095
            },
1096
            "require-dev": {
1097
                "psr/log": "~1.0",
1098
                "symfony/config": "~2.8|~3.0",
1099
                "symfony/dependency-injection": "~2.8|~3.0",
1100
                "symfony/expression-language": "~2.8|~3.0",
1101
                "symfony/stopwatch": "~2.8|~3.0"
1102
            },
1103
            "suggest": {
1104
                "symfony/dependency-injection": "",
1105
                "symfony/http-kernel": ""
1106
            },
1107
            "type": "library",
1108
            "extra": {
1109
                "branch-alias": {
1110
                    "dev-master": "3.0-dev"
1111
                }
1112
            },
1113
            "autoload": {
1114
                "psr-4": {
1115
                    "Symfony\\Component\\EventDispatcher\\": ""
1116
                },
1117
                "exclude-from-classmap": [
1118
                    "/Tests/"
1119
                ]
1120
            },
1121
            "notification-url": "https://packagist.org/downloads/",
1122
            "license": [
1123
                "MIT"
1124
            ],
1125
            "authors": [
1126
                {
1127
                    "name": "Fabien Potencier",
1128
                    "email": "[email protected]"
1129
                },
1130
                {
1131
                    "name": "Symfony Community",
1132
                    "homepage": "https://symfony.com/contributors"
1133
                }
1134
            ],
1135
            "description": "Symfony EventDispatcher Component",
1136
            "homepage": "https://symfony.com",
1137
            "time": "2016-05-05 06:56:13"
1138
        },
1139
        {
1140
            "name": "symfony/filesystem",
1141
            "version": "v3.1.0",
1142
            "source": {
1143
                "type": "git",
1144
                "url": "https://github.com/symfony/filesystem.git",
1145
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058"
1146
            },
1147
            "dist": {
1148
                "type": "zip",
1149
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/5751e80d6f94b7c018f338a4a7be0b700d6f3058",
1150
                "reference": "5751e80d6f94b7c018f338a4a7be0b700d6f3058",
1151
                "shasum": ""
1152
            },
1153
            "require": {
1154
                "php": ">=5.5.9"
1155
            },
1156
            "type": "library",
1157
            "extra": {
1158
                "branch-alias": {
1159
                    "dev-master": "3.1-dev"
1160
                }
1161
            },
1162
            "autoload": {
1163
                "psr-4": {
1164
                    "Symfony\\Component\\Filesystem\\": ""
1165
                },
1166
                "exclude-from-classmap": [
1167
                    "/Tests/"
1168
                ]
1169
            },
1170
            "notification-url": "https://packagist.org/downloads/",
1171
            "license": [
1172
                "MIT"
1173
            ],
1174
            "authors": [
1175
                {
1176
                    "name": "Fabien Potencier",
1177
                    "email": "[email protected]"
1178
                },
1179
                {
1180
                    "name": "Symfony Community",
1181
                    "homepage": "https://symfony.com/contributors"
1182
                }
1183
            ],
1184
            "description": "Symfony Filesystem Component",
1185
            "homepage": "https://symfony.com",
1186
            "time": "2016-04-12 18:27:47"
1187
        },
1188
        {
1189
            "name": "symfony/http-foundation",
1190
            "version": "v3.1.0",
1191
            "source": {
1192
                "type": "git",
1193
                "url": "https://github.com/symfony/http-foundation.git",
1194
                "reference": "83c47b60cdcc0a79651c4e68a3420a54d1eba6e1"
1195
            },
1196
            "dist": {
1197
                "type": "zip",
1198
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/83c47b60cdcc0a79651c4e68a3420a54d1eba6e1",
1199
                "reference": "83c47b60cdcc0a79651c4e68a3420a54d1eba6e1",
1200
                "shasum": ""
1201
            },
1202
            "require": {
1203
                "php": ">=5.5.9",
1204
                "symfony/polyfill-mbstring": "~1.1"
1205
            },
1206
            "require-dev": {
1207
                "symfony/expression-language": "~2.8|~3.0"
1208
            },
1209
            "type": "library",
1210
            "extra": {
1211
                "branch-alias": {
1212
                    "dev-master": "3.1-dev"
1213
                }
1214
            },
1215
            "autoload": {
1216
                "psr-4": {
1217
                    "Symfony\\Component\\HttpFoundation\\": ""
1218
                },
1219
                "exclude-from-classmap": [
1220
                    "/Tests/"
1221
                ]
1222
            },
1223
            "notification-url": "https://packagist.org/downloads/",
1224
            "license": [
1225
                "MIT"
1226
            ],
1227
            "authors": [
1228
                {
1229
                    "name": "Fabien Potencier",
1230
                    "email": "[email protected]"
1231
                },
1232
                {
1233
                    "name": "Symfony Community",
1234
                    "homepage": "https://symfony.com/contributors"
1235
                }
1236
            ],
1237
            "description": "Symfony HttpFoundation Component",
1238
            "homepage": "https://symfony.com",
1239
            "time": "2016-05-13 18:06:41"
1240
        },
1241
        {
1242
            "name": "symfony/http-kernel",
1243
            "version": "v3.1.0",
1244
            "source": {
1245
                "type": "git",
1246
                "url": "https://github.com/symfony/http-kernel.git",
1247
                "reference": "01586fd019f01c98ea4d34d26b493de06e619d20"
1248
            },
1249
            "dist": {
1250
                "type": "zip",
1251
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/01586fd019f01c98ea4d34d26b493de06e619d20",
1252
                "reference": "01586fd019f01c98ea4d34d26b493de06e619d20",
1253
                "shasum": ""
1254
            },
1255
            "require": {
1256
                "php": ">=5.5.9",
1257
                "psr/log": "~1.0",
1258
                "symfony/debug": "~2.8|~3.0",
1259
                "symfony/event-dispatcher": "~2.8|~3.0",
1260
                "symfony/http-foundation": "~2.8|~3.0"
1261
            },
1262
            "conflict": {
1263
                "symfony/config": "<2.8"
1264
            },
1265
            "require-dev": {
1266
                "symfony/browser-kit": "~2.8|~3.0",
1267
                "symfony/class-loader": "~2.8|~3.0",
1268
                "symfony/config": "~2.8|~3.0",
1269
                "symfony/console": "~2.8|~3.0",
1270
                "symfony/css-selector": "~2.8|~3.0",
1271
                "symfony/dependency-injection": "~2.8|~3.0",
1272
                "symfony/dom-crawler": "~2.8|~3.0",
1273
                "symfony/expression-language": "~2.8|~3.0",
1274
                "symfony/finder": "~2.8|~3.0",
1275
                "symfony/process": "~2.8|~3.0",
1276
                "symfony/routing": "~2.8|~3.0",
1277
                "symfony/stopwatch": "~2.8|~3.0",
1278
                "symfony/templating": "~2.8|~3.0",
1279
                "symfony/translation": "~2.8|~3.0",
1280
                "symfony/var-dumper": "~2.8|~3.0"
1281
            },
1282
            "suggest": {
1283
                "symfony/browser-kit": "",
1284
                "symfony/class-loader": "",
1285
                "symfony/config": "",
1286
                "symfony/console": "",
1287
                "symfony/dependency-injection": "",
1288
                "symfony/finder": "",
1289
                "symfony/var-dumper": ""
1290
            },
1291
            "type": "library",
1292
            "extra": {
1293
                "branch-alias": {
1294
                    "dev-master": "3.1-dev"
1295
                }
1296
            },
1297
            "autoload": {
1298
                "psr-4": {
1299
                    "Symfony\\Component\\HttpKernel\\": ""
1300
                },
1301
                "exclude-from-classmap": [
1302
                    "/Tests/"
1303
                ]
1304
            },
1305
            "notification-url": "https://packagist.org/downloads/",
1306
            "license": [
1307
                "MIT"
1308
            ],
1309
            "authors": [
1310
                {
1311
                    "name": "Fabien Potencier",
1312
                    "email": "[email protected]"
1313
                },
1314
                {
1315
                    "name": "Symfony Community",
1316
                    "homepage": "https://symfony.com/contributors"
1317
                }
1318
            ],
1319
            "description": "Symfony HttpKernel Component",
1320
            "homepage": "https://symfony.com",
1321
            "time": "2016-05-30 07:24:26"
1322
        },
1323
        {
1324
            "name": "symfony/polyfill-mbstring",
1325
            "version": "v1.2.0",
1326
            "source": {
1327
                "type": "git",
1328
                "url": "https://github.com/symfony/polyfill-mbstring.git",
1329
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
1330
            },
1331
            "dist": {
1332
                "type": "zip",
1333
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
1334
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
1335
                "shasum": ""
1336
            },
1337
            "require": {
1338
                "php": ">=5.3.3"
1339
            },
1340
            "suggest": {
1341
                "ext-mbstring": "For best performance"
1342
            },
1343
            "type": "library",
1344
            "extra": {
1345
                "branch-alias": {
1346
                    "dev-master": "1.2-dev"
1347
                }
1348
            },
1349
            "autoload": {
1350
                "psr-4": {
1351
                    "Symfony\\Polyfill\\Mbstring\\": ""
1352
                },
1353
                "files": [
1354
                    "bootstrap.php"
1355
                ]
1356
            },
1357
            "notification-url": "https://packagist.org/downloads/",
1358
            "license": [
1359
                "MIT"
1360
            ],
1361
            "authors": [
1362
                {
1363
                    "name": "Nicolas Grekas",
1364
                    "email": "[email protected]"
1365
                },
1366
                {
1367
                    "name": "Symfony Community",
1368
                    "homepage": "https://symfony.com/contributors"
1369
                }
1370
            ],
1371
            "description": "Symfony polyfill for the Mbstring extension",
1372
            "homepage": "https://symfony.com",
1373
            "keywords": [
1374
                "compatibility",
1375
                "mbstring",
1376
                "polyfill",
1377
                "portable",
1378
                "shim"
1379
            ],
1380
            "time": "2016-05-18 14:26:46"
1381
        },
1382
        {
1383
            "name": "symfony/stopwatch",
1384
            "version": "v3.2.2",
1385
            "source": {
1386
                "type": "git",
1387
                "url": "https://github.com/symfony/stopwatch.git",
1388
                "reference": "9aa0b51889c01bca474853ef76e9394b02264464"
1389
            },
1390
            "dist": {
1391
                "type": "zip",
1392
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/9aa0b51889c01bca474853ef76e9394b02264464",
1393
                "reference": "9aa0b51889c01bca474853ef76e9394b02264464",
1394
                "shasum": ""
1395
            },
1396
            "require": {
1397
                "php": ">=5.5.9"
1398
            },
1399
            "type": "library",
1400
            "extra": {
1401
                "branch-alias": {
1402
                    "dev-master": "3.2-dev"
1403
                }
1404
            },
1405
            "autoload": {
1406
                "psr-4": {
1407
                    "Symfony\\Component\\Stopwatch\\": ""
1408
                },
1409
                "exclude-from-classmap": [
1410
                    "/Tests/"
1411
                ]
1412
            },
1413
            "notification-url": "https://packagist.org/downloads/",
1414
            "license": [
1415
                "MIT"
1416
            ],
1417
            "authors": [
1418
                {
1419
                    "name": "Fabien Potencier",
1420
                    "email": "[email protected]"
1421
                },
1422
                {
1423
                    "name": "Symfony Community",
1424
                    "homepage": "https://symfony.com/contributors"
1425
                }
1426
            ],
1427
            "description": "Symfony Stopwatch Component",
1428
            "homepage": "https://symfony.com",
1429
            "time": "2017-01-02 20:32:22"
1430
        },
1431
        {
1432
            "name": "symfony/yaml",
1433
            "version": "v3.0.6",
1434
            "source": {
1435
                "type": "git",
1436
                "url": "https://github.com/symfony/yaml.git",
1437
                "reference": "0047c8366744a16de7516622c5b7355336afae96"
1438
            },
1439
            "dist": {
1440
                "type": "zip",
1441
                "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96",
1442
                "reference": "0047c8366744a16de7516622c5b7355336afae96",
1443
                "shasum": ""
1444
            },
1445
            "require": {
1446
                "php": ">=5.5.9"
1447
            },
1448
            "type": "library",
1449
            "extra": {
1450
                "branch-alias": {
1451
                    "dev-master": "3.0-dev"
1452
                }
1453
            },
1454
            "autoload": {
1455
                "psr-4": {
1456
                    "Symfony\\Component\\Yaml\\": ""
1457
                },
1458
                "exclude-from-classmap": [
1459
                    "/Tests/"
1460
                ]
1461
            },
1462
            "notification-url": "https://packagist.org/downloads/",
1463
            "license": [
1464
                "MIT"
1465
            ],
1466
            "authors": [
1467
                {
1468
                    "name": "Fabien Potencier",
1469
                    "email": "[email protected]"
1470
                },
1471
                {
1472
                    "name": "Symfony Community",
1473
                    "homepage": "https://symfony.com/contributors"
1474
                }
1475
            ],
1476
            "description": "Symfony Yaml Component",
1477
            "homepage": "https://symfony.com",
1478
            "time": "2016-03-04 07:55:57"
1479
        }
1480
    ],
1481
    "packages-dev": [
1482
        {
1483
            "name": "codeception/codeception",
1484
            "version": "2.1.8",
1485
            "source": {
1486
                "type": "git",
1487
                "url": "https://github.com/Codeception/Codeception.git",
1488
                "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79"
1489
            },
1490
            "dist": {
1491
                "type": "zip",
1492
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/f3daa61f0f11c531b33eb3623ab0daa599d88a79",
1493
                "reference": "f3daa61f0f11c531b33eb3623ab0daa599d88a79",
1494
                "shasum": ""
1495
            },
1496
            "require": {
1497
                "ext-json": "*",
1498
                "ext-mbstring": "*",
1499
                "facebook/webdriver": ">=1.0.1 <2.0",
1500
                "guzzlehttp/guzzle": ">=4.1.4 <7.0",
1501
                "guzzlehttp/psr7": "~1.0",
1502
                "php": ">=5.4.0 <8.0",
1503
                "phpunit/php-code-coverage": ">=2.1.3",
1504
                "phpunit/phpunit": ">4.8.20 <6.0",
1505
                "symfony/browser-kit": ">=2.5 <3.1",
1506
                "symfony/console": ">=2.5 <3.1",
1507
                "symfony/css-selector": ">=2.5 <3.1",
1508
                "symfony/dom-crawler": ">=2.5 <3.1",
1509
                "symfony/event-dispatcher": ">=2.5 <3.1",
1510
                "symfony/finder": ">=2.5 <3.1",
1511
                "symfony/yaml": ">=2.5 <3.1"
1512
            },
1513
            "require-dev": {
1514
                "codeception/specify": "~0.3",
1515
                "facebook/php-sdk-v4": "~5.0",
1516
                "flow/jsonpath": "~0.2",
1517
                "monolog/monolog": "~1.8",
1518
                "pda/pheanstalk": "~2.0",
1519
                "php-amqplib/php-amqplib": "~2.4"
1520
            },
1521
            "suggest": {
1522
                "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
1523
                "codeception/specify": "BDD-style code blocks",
1524
                "codeception/verify": "BDD-style assertions",
1525
                "monolog/monolog": "Log test steps",
1526
                "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
1527
            },
1528
            "bin": [
1529
                "codecept"
1530
            ],
1531
            "type": "library",
1532
            "extra": {
1533
                "branch-alias": []
1534
            },
1535
            "autoload": {
1536
                "psr-4": {
1537
                    "Codeception\\": "src\\Codeception",
1538
                    "Codeception\\Extension\\": "ext"
1539
                }
1540
            },
1541
            "notification-url": "https://packagist.org/downloads/",
1542
            "license": [
1543
                "MIT"
1544
            ],
1545
            "authors": [
1546
                {
1547
                    "name": "Michael Bodnarchuk",
1548
                    "email": "[email protected]",
1549
                    "homepage": "http://codegyre.com"
1550
                }
1551
            ],
1552
            "description": "BDD-style testing framework",
1553
            "homepage": "http://codeception.com/",
1554
            "keywords": [
1555
                "BDD",
1556
                "TDD",
1557
                "acceptance testing",
1558
                "functional testing",
1559
                "unit testing"
1560
            ],
1561
            "time": "2016-04-15 02:56:43"
1562
        },
1563
        {
1564
            "name": "doctrine/instantiator",
1565
            "version": "1.0.5",
1566
            "source": {
1567
                "type": "git",
1568
                "url": "https://github.com/doctrine/instantiator.git",
1569
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
1570
            },
1571
            "dist": {
1572
                "type": "zip",
1573
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
1574
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
1575
                "shasum": ""
1576
            },
1577
            "require": {
1578
                "php": ">=5.3,<8.0-DEV"
1579
            },
1580
            "require-dev": {
1581
                "athletic/athletic": "~0.1.8",
1582
                "ext-pdo": "*",
1583
                "ext-phar": "*",
1584
                "phpunit/phpunit": "~4.0",
1585
                "squizlabs/php_codesniffer": "~2.0"
1586
            },
1587
            "type": "library",
1588
            "extra": {
1589
                "branch-alias": {
1590
                    "dev-master": "1.0.x-dev"
1591
                }
1592
            },
1593
            "autoload": {
1594
                "psr-4": {
1595
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
1596
                }
1597
            },
1598
            "notification-url": "https://packagist.org/downloads/",
1599
            "license": [
1600
                "MIT"
1601
            ],
1602
            "authors": [
1603
                {
1604
                    "name": "Marco Pivetta",
1605
                    "email": "[email protected]",
1606
                    "homepage": "http://ocramius.github.com/"
1607
                }
1608
            ],
1609
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
1610
            "homepage": "https://github.com/doctrine/instantiator",
1611
            "keywords": [
1612
                "constructor",
1613
                "instantiate"
1614
            ],
1615
            "time": "2015-06-14 21:17:01"
1616
        },
1617
        {
1618
            "name": "facebook/webdriver",
1619
            "version": "1.1.1",
1620
            "source": {
1621
                "type": "git",
1622
                "url": "https://github.com/facebook/php-webdriver.git",
1623
                "reference": "1c98108ba3eb435b681655764de11502a0653705"
1624
            },
1625
            "dist": {
1626
                "type": "zip",
1627
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/1c98108ba3eb435b681655764de11502a0653705",
1628
                "reference": "1c98108ba3eb435b681655764de11502a0653705",
1629
                "shasum": ""
1630
            },
1631
            "require": {
1632
                "php": ">=5.3.19"
1633
            },
1634
            "require-dev": {
1635
                "phpunit/phpunit": "4.6.*"
1636
            },
1637
            "suggest": {
1638
                "phpdocumentor/phpdocumentor": "2.*"
1639
            },
1640
            "type": "library",
1641
            "autoload": {
1642
                "psr-4": {
1643
                    "Facebook\\WebDriver\\": "lib/"
1644
                }
1645
            },
1646
            "notification-url": "https://packagist.org/downloads/",
1647
            "license": [
1648
                "Apache-2.0"
1649
            ],
1650
            "description": "A PHP client for WebDriver",
1651
            "homepage": "https://github.com/facebook/php-webdriver",
1652
            "keywords": [
1653
                "facebook",
1654
                "php",
1655
                "selenium",
1656
                "webdriver"
1657
            ],
1658
            "time": "2015-12-31 15:58:49"
1659
        },
1660
        {
1661
            "name": "guzzlehttp/psr7",
1662
            "version": "1.3.0",
1663
            "source": {
1664
                "type": "git",
1665
                "url": "https://github.com/guzzle/psr7.git",
1666
                "reference": "31382fef2889136415751badebbd1cb022a4ed72"
1667
            },
1668
            "dist": {
1669
                "type": "zip",
1670
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72",
1671
                "reference": "31382fef2889136415751badebbd1cb022a4ed72",
1672
                "shasum": ""
1673
            },
1674
            "require": {
1675
                "php": ">=5.4.0",
1676
                "psr/http-message": "~1.0"
1677
            },
1678
            "provide": {
1679
                "psr/http-message-implementation": "1.0"
1680
            },
1681
            "require-dev": {
1682
                "phpunit/phpunit": "~4.0"
1683
            },
1684
            "type": "library",
1685
            "extra": {
1686
                "branch-alias": {
1687
                    "dev-master": "1.0-dev"
1688
                }
1689
            },
1690
            "autoload": {
1691
                "psr-4": {
1692
                    "GuzzleHttp\\Psr7\\": "src/"
1693
                },
1694
                "files": [
1695
                    "src/functions_include.php"
1696
                ]
1697
            },
1698
            "notification-url": "https://packagist.org/downloads/",
1699
            "license": [
1700
                "MIT"
1701
            ],
1702
            "authors": [
1703
                {
1704
                    "name": "Michael Dowling",
1705
                    "email": "[email protected]",
1706
                    "homepage": "https://github.com/mtdowling"
1707
                }
1708
            ],
1709
            "description": "PSR-7 message implementation",
1710
            "keywords": [
1711
                "http",
1712
                "message",
1713
                "stream",
1714
                "uri"
1715
            ],
1716
            "time": "2016-04-13 19:56:01"
1717
        },
1718
        {
1719
            "name": "myclabs/deep-copy",
1720
            "version": "1.5.1",
1721
            "source": {
1722
                "type": "git",
1723
                "url": "https://github.com/myclabs/DeepCopy.git",
1724
                "reference": "a8773992b362b58498eed24bf85005f363c34771"
1725
            },
1726
            "dist": {
1727
                "type": "zip",
1728
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
1729
                "reference": "a8773992b362b58498eed24bf85005f363c34771",
1730
                "shasum": ""
1731
            },
1732
            "require": {
1733
                "php": ">=5.4.0"
1734
            },
1735
            "require-dev": {
1736
                "doctrine/collections": "1.*",
1737
                "phpunit/phpunit": "~4.1"
1738
            },
1739
            "type": "library",
1740
            "autoload": {
1741
                "psr-4": {
1742
                    "DeepCopy\\": "src/DeepCopy/"
1743
                }
1744
            },
1745
            "notification-url": "https://packagist.org/downloads/",
1746
            "license": [
1747
                "MIT"
1748
            ],
1749
            "description": "Create deep copies (clones) of your objects",
1750
            "homepage": "https://github.com/myclabs/DeepCopy",
1751
            "keywords": [
1752
                "clone",
1753
                "copy",
1754
                "duplicate",
1755
                "object",
1756
                "object graph"
1757
            ],
1758
            "time": "2015-11-20 12:04:31"
1759
        },
1760
        {
1761
            "name": "phpdocumentor/reflection-docblock",
1762
            "version": "2.0.4",
1763
            "source": {
1764
                "type": "git",
1765
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1766
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1767
            },
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1771
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1772
                "shasum": ""
1773
            },
1774
            "require": {
1775
                "php": ">=5.3.3"
1776
            },
1777
            "require-dev": {
1778
                "phpunit/phpunit": "~4.0"
1779
            },
1780
            "suggest": {
1781
                "dflydev/markdown": "~1.0",
1782
                "erusev/parsedown": "~1.0"
1783
            },
1784
            "type": "library",
1785
            "extra": {
1786
                "branch-alias": {
1787
                    "dev-master": "2.0.x-dev"
1788
                }
1789
            },
1790
            "autoload": {
1791
                "psr-0": {
1792
                    "phpDocumentor": [
1793
                        "src/"
1794
                    ]
1795
                }
1796
            },
1797
            "notification-url": "https://packagist.org/downloads/",
1798
            "license": [
1799
                "MIT"
1800
            ],
1801
            "authors": [
1802
                {
1803
                    "name": "Mike van Riel",
1804
                    "email": "[email protected]"
1805
                }
1806
            ],
1807
            "time": "2015-02-03 12:10:50"
1808
        },
1809
        {
1810
            "name": "phpspec/prophecy",
1811
            "version": "v1.6.0",
1812
            "source": {
1813
                "type": "git",
1814
                "url": "https://github.com/phpspec/prophecy.git",
1815
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
1816
            },
1817
            "dist": {
1818
                "type": "zip",
1819
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
1820
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
1821
                "shasum": ""
1822
            },
1823
            "require": {
1824
                "doctrine/instantiator": "^1.0.2",
1825
                "php": "^5.3|^7.0",
1826
                "phpdocumentor/reflection-docblock": "~2.0",
1827
                "sebastian/comparator": "~1.1",
1828
                "sebastian/recursion-context": "~1.0"
1829
            },
1830
            "require-dev": {
1831
                "phpspec/phpspec": "~2.0"
1832
            },
1833
            "type": "library",
1834
            "extra": {
1835
                "branch-alias": {
1836
                    "dev-master": "1.5.x-dev"
1837
                }
1838
            },
1839
            "autoload": {
1840
                "psr-0": {
1841
                    "Prophecy\\": "src/"
1842
                }
1843
            },
1844
            "notification-url": "https://packagist.org/downloads/",
1845
            "license": [
1846
                "MIT"
1847
            ],
1848
            "authors": [
1849
                {
1850
                    "name": "Konstantin Kudryashov",
1851
                    "email": "[email protected]",
1852
                    "homepage": "http://everzet.com"
1853
                },
1854
                {
1855
                    "name": "Marcello Duarte",
1856
                    "email": "[email protected]"
1857
                }
1858
            ],
1859
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1860
            "homepage": "https://github.com/phpspec/prophecy",
1861
            "keywords": [
1862
                "Double",
1863
                "Dummy",
1864
                "fake",
1865
                "mock",
1866
                "spy",
1867
                "stub"
1868
            ],
1869
            "time": "2016-02-15 07:46:21"
1870
        },
1871
        {
1872
            "name": "phpunit/php-code-coverage",
1873
            "version": "3.3.3",
1874
            "source": {
1875
                "type": "git",
1876
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1877
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5"
1878
            },
1879
            "dist": {
1880
                "type": "zip",
1881
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/44cd8e3930e431658d1a5de7d282d5cb37837fd5",
1882
                "reference": "44cd8e3930e431658d1a5de7d282d5cb37837fd5",
1883
                "shasum": ""
1884
            },
1885
            "require": {
1886
                "php": "^5.6 || ^7.0",
1887
                "phpunit/php-file-iterator": "~1.3",
1888
                "phpunit/php-text-template": "~1.2",
1889
                "phpunit/php-token-stream": "^1.4.2",
1890
                "sebastian/code-unit-reverse-lookup": "~1.0",
1891
                "sebastian/environment": "^1.3.2",
1892
                "sebastian/version": "~1.0|~2.0"
1893
            },
1894
            "require-dev": {
1895
                "ext-xdebug": ">=2.1.4",
1896
                "phpunit/phpunit": "~5"
1897
            },
1898
            "suggest": {
1899
                "ext-dom": "*",
1900
                "ext-xdebug": ">=2.4.0",
1901
                "ext-xmlwriter": "*"
1902
            },
1903
            "type": "library",
1904
            "extra": {
1905
                "branch-alias": {
1906
                    "dev-master": "3.3.x-dev"
1907
                }
1908
            },
1909
            "autoload": {
1910
                "classmap": [
1911
                    "src/"
1912
                ]
1913
            },
1914
            "notification-url": "https://packagist.org/downloads/",
1915
            "license": [
1916
                "BSD-3-Clause"
1917
            ],
1918
            "authors": [
1919
                {
1920
                    "name": "Sebastian Bergmann",
1921
                    "email": "[email protected]",
1922
                    "role": "lead"
1923
                }
1924
            ],
1925
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1926
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1927
            "keywords": [
1928
                "coverage",
1929
                "testing",
1930
                "xunit"
1931
            ],
1932
            "time": "2016-05-27 16:24:29"
1933
        },
1934
        {
1935
            "name": "phpunit/php-file-iterator",
1936
            "version": "1.4.1",
1937
            "source": {
1938
                "type": "git",
1939
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1940
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1941
            },
1942
            "dist": {
1943
                "type": "zip",
1944
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1945
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1946
                "shasum": ""
1947
            },
1948
            "require": {
1949
                "php": ">=5.3.3"
1950
            },
1951
            "type": "library",
1952
            "extra": {
1953
                "branch-alias": {
1954
                    "dev-master": "1.4.x-dev"
1955
                }
1956
            },
1957
            "autoload": {
1958
                "classmap": [
1959
                    "src/"
1960
                ]
1961
            },
1962
            "notification-url": "https://packagist.org/downloads/",
1963
            "license": [
1964
                "BSD-3-Clause"
1965
            ],
1966
            "authors": [
1967
                {
1968
                    "name": "Sebastian Bergmann",
1969
                    "email": "[email protected]",
1970
                    "role": "lead"
1971
                }
1972
            ],
1973
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1974
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1975
            "keywords": [
1976
                "filesystem",
1977
                "iterator"
1978
            ],
1979
            "time": "2015-06-21 13:08:43"
1980
        },
1981
        {
1982
            "name": "phpunit/php-text-template",
1983
            "version": "1.2.1",
1984
            "source": {
1985
                "type": "git",
1986
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1987
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1988
            },
1989
            "dist": {
1990
                "type": "zip",
1991
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1992
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1993
                "shasum": ""
1994
            },
1995
            "require": {
1996
                "php": ">=5.3.3"
1997
            },
1998
            "type": "library",
1999
            "autoload": {
2000
                "classmap": [
2001
                    "src/"
2002
                ]
2003
            },
2004
            "notification-url": "https://packagist.org/downloads/",
2005
            "license": [
2006
                "BSD-3-Clause"
2007
            ],
2008
            "authors": [
2009
                {
2010
                    "name": "Sebastian Bergmann",
2011
                    "email": "[email protected]",
2012
                    "role": "lead"
2013
                }
2014
            ],
2015
            "description": "Simple template engine.",
2016
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
2017
            "keywords": [
2018
                "template"
2019
            ],
2020
            "time": "2015-06-21 13:50:34"
2021
        },
2022
        {
2023
            "name": "phpunit/php-timer",
2024
            "version": "1.0.8",
2025
            "source": {
2026
                "type": "git",
2027
                "url": "https://github.com/sebastianbergmann/php-timer.git",
2028
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2029
            },
2030
            "dist": {
2031
                "type": "zip",
2032
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
2033
                "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2034
                "shasum": ""
2035
            },
2036
            "require": {
2037
                "php": ">=5.3.3"
2038
            },
2039
            "require-dev": {
2040
                "phpunit/phpunit": "~4|~5"
2041
            },
2042
            "type": "library",
2043
            "autoload": {
2044
                "classmap": [
2045
                    "src/"
2046
                ]
2047
            },
2048
            "notification-url": "https://packagist.org/downloads/",
2049
            "license": [
2050
                "BSD-3-Clause"
2051
            ],
2052
            "authors": [
2053
                {
2054
                    "name": "Sebastian Bergmann",
2055
                    "email": "[email protected]",
2056
                    "role": "lead"
2057
                }
2058
            ],
2059
            "description": "Utility class for timing",
2060
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
2061
            "keywords": [
2062
                "timer"
2063
            ],
2064
            "time": "2016-05-12 18:03:57"
2065
        },
2066
        {
2067
            "name": "phpunit/php-token-stream",
2068
            "version": "1.4.8",
2069
            "source": {
2070
                "type": "git",
2071
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
2072
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
2073
            },
2074
            "dist": {
2075
                "type": "zip",
2076
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2077
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
2078
                "shasum": ""
2079
            },
2080
            "require": {
2081
                "ext-tokenizer": "*",
2082
                "php": ">=5.3.3"
2083
            },
2084
            "require-dev": {
2085
                "phpunit/phpunit": "~4.2"
2086
            },
2087
            "type": "library",
2088
            "extra": {
2089
                "branch-alias": {
2090
                    "dev-master": "1.4-dev"
2091
                }
2092
            },
2093
            "autoload": {
2094
                "classmap": [
2095
                    "src/"
2096
                ]
2097
            },
2098
            "notification-url": "https://packagist.org/downloads/",
2099
            "license": [
2100
                "BSD-3-Clause"
2101
            ],
2102
            "authors": [
2103
                {
2104
                    "name": "Sebastian Bergmann",
2105
                    "email": "[email protected]"
2106
                }
2107
            ],
2108
            "description": "Wrapper around PHP's tokenizer extension.",
2109
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2110
            "keywords": [
2111
                "tokenizer"
2112
            ],
2113
            "time": "2015-09-15 10:49:45"
2114
        },
2115
        {
2116
            "name": "phpunit/phpunit",
2117
            "version": "5.3.4",
2118
            "source": {
2119
                "type": "git",
2120
                "url": "https://github.com/sebastianbergmann/phpunit.git",
2121
                "reference": "00dd95ffb48805503817ced06399017df315fe5c"
2122
            },
2123
            "dist": {
2124
                "type": "zip",
2125
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/00dd95ffb48805503817ced06399017df315fe5c",
2126
                "reference": "00dd95ffb48805503817ced06399017df315fe5c",
2127
                "shasum": ""
2128
            },
2129
            "require": {
2130
                "ext-dom": "*",
2131
                "ext-json": "*",
2132
                "ext-pcre": "*",
2133
                "ext-reflection": "*",
2134
                "ext-spl": "*",
2135
                "myclabs/deep-copy": "~1.3",
2136
                "php": "^5.6 || ^7.0",
2137
                "phpspec/prophecy": "^1.3.1",
2138
                "phpunit/php-code-coverage": "^3.3.0",
2139
                "phpunit/php-file-iterator": "~1.4",
2140
                "phpunit/php-text-template": "~1.2",
2141
                "phpunit/php-timer": "^1.0.6",
2142
                "phpunit/phpunit-mock-objects": "^3.1",
2143
                "sebastian/comparator": "~1.1",
2144
                "sebastian/diff": "~1.2",
2145
                "sebastian/environment": "~1.3",
2146
                "sebastian/exporter": "~1.2",
2147
                "sebastian/global-state": "~1.0",
2148
                "sebastian/object-enumerator": "~1.0",
2149
                "sebastian/resource-operations": "~1.0",
2150
                "sebastian/version": "~1.0|~2.0",
2151
                "symfony/yaml": "~2.1|~3.0"
2152
            },
2153
            "suggest": {
2154
                "phpunit/php-invoker": "~1.1"
2155
            },
2156
            "bin": [
2157
                "phpunit"
2158
            ],
2159
            "type": "library",
2160
            "extra": {
2161
                "branch-alias": {
2162
                    "dev-master": "5.3.x-dev"
2163
                }
2164
            },
2165
            "autoload": {
2166
                "classmap": [
2167
                    "src/"
2168
                ]
2169
            },
2170
            "notification-url": "https://packagist.org/downloads/",
2171
            "license": [
2172
                "BSD-3-Clause"
2173
            ],
2174
            "authors": [
2175
                {
2176
                    "name": "Sebastian Bergmann",
2177
                    "email": "[email protected]",
2178
                    "role": "lead"
2179
                }
2180
            ],
2181
            "description": "The PHP Unit Testing framework.",
2182
            "homepage": "https://phpunit.de/",
2183
            "keywords": [
2184
                "phpunit",
2185
                "testing",
2186
                "xunit"
2187
            ],
2188
            "time": "2016-05-11 13:28:45"
2189
        },
2190
        {
2191
            "name": "phpunit/phpunit-mock-objects",
2192
            "version": "3.1.3",
2193
            "source": {
2194
                "type": "git",
2195
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2196
                "reference": "151c96874bff6fe61a25039df60e776613a61489"
2197
            },
2198
            "dist": {
2199
                "type": "zip",
2200
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
2201
                "reference": "151c96874bff6fe61a25039df60e776613a61489",
2202
                "shasum": ""
2203
            },
2204
            "require": {
2205
                "doctrine/instantiator": "^1.0.2",
2206
                "php": ">=5.6",
2207
                "phpunit/php-text-template": "~1.2",
2208
                "sebastian/exporter": "~1.2"
2209
            },
2210
            "require-dev": {
2211
                "phpunit/phpunit": "~5"
2212
            },
2213
            "suggest": {
2214
                "ext-soap": "*"
2215
            },
2216
            "type": "library",
2217
            "extra": {
2218
                "branch-alias": {
2219
                    "dev-master": "3.1.x-dev"
2220
                }
2221
            },
2222
            "autoload": {
2223
                "classmap": [
2224
                    "src/"
2225
                ]
2226
            },
2227
            "notification-url": "https://packagist.org/downloads/",
2228
            "license": [
2229
                "BSD-3-Clause"
2230
            ],
2231
            "authors": [
2232
                {
2233
                    "name": "Sebastian Bergmann",
2234
                    "email": "[email protected]",
2235
                    "role": "lead"
2236
                }
2237
            ],
2238
            "description": "Mock Object library for PHPUnit",
2239
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2240
            "keywords": [
2241
                "mock",
2242
                "xunit"
2243
            ],
2244
            "time": "2016-04-20 14:39:26"
2245
        },
2246
        {
2247
            "name": "psr/http-message",
2248
            "version": "1.0",
2249
            "source": {
2250
                "type": "git",
2251
                "url": "https://github.com/php-fig/http-message.git",
2252
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
2253
            },
2254
            "dist": {
2255
                "type": "zip",
2256
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2257
                "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
2258
                "shasum": ""
2259
            },
2260
            "require": {
2261
                "php": ">=5.3.0"
2262
            },
2263
            "type": "library",
2264
            "extra": {
2265
                "branch-alias": {
2266
                    "dev-master": "1.0.x-dev"
2267
                }
2268
            },
2269
            "autoload": {
2270
                "psr-4": {
2271
                    "Psr\\Http\\Message\\": "src/"
2272
                }
2273
            },
2274
            "notification-url": "https://packagist.org/downloads/",
2275
            "license": [
2276
                "MIT"
2277
            ],
2278
            "authors": [
2279
                {
2280
                    "name": "PHP-FIG",
2281
                    "homepage": "http://www.php-fig.org/"
2282
                }
2283
            ],
2284
            "description": "Common interface for HTTP messages",
2285
            "keywords": [
2286
                "http",
2287
                "http-message",
2288
                "psr",
2289
                "psr-7",
2290
                "request",
2291
                "response"
2292
            ],
2293
            "time": "2015-05-04 20:22:00"
2294
        },
2295
        {
2296
            "name": "sebastian/code-unit-reverse-lookup",
2297
            "version": "1.0.0",
2298
            "source": {
2299
                "type": "git",
2300
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2301
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2302
            },
2303
            "dist": {
2304
                "type": "zip",
2305
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2306
                "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2307
                "shasum": ""
2308
            },
2309
            "require": {
2310
                "php": ">=5.6"
2311
            },
2312
            "require-dev": {
2313
                "phpunit/phpunit": "~5"
2314
            },
2315
            "type": "library",
2316
            "extra": {
2317
                "branch-alias": {
2318
                    "dev-master": "1.0.x-dev"
2319
                }
2320
            },
2321
            "autoload": {
2322
                "classmap": [
2323
                    "src/"
2324
                ]
2325
            },
2326
            "notification-url": "https://packagist.org/downloads/",
2327
            "license": [
2328
                "BSD-3-Clause"
2329
            ],
2330
            "authors": [
2331
                {
2332
                    "name": "Sebastian Bergmann",
2333
                    "email": "[email protected]"
2334
                }
2335
            ],
2336
            "description": "Looks up which function or method a line of code belongs to",
2337
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2338
            "time": "2016-02-13 06:45:14"
2339
        },
2340
        {
2341
            "name": "sebastian/comparator",
2342
            "version": "1.2.0",
2343
            "source": {
2344
                "type": "git",
2345
                "url": "https://github.com/sebastianbergmann/comparator.git",
2346
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2347
            },
2348
            "dist": {
2349
                "type": "zip",
2350
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
2351
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2352
                "shasum": ""
2353
            },
2354
            "require": {
2355
                "php": ">=5.3.3",
2356
                "sebastian/diff": "~1.2",
2357
                "sebastian/exporter": "~1.2"
2358
            },
2359
            "require-dev": {
2360
                "phpunit/phpunit": "~4.4"
2361
            },
2362
            "type": "library",
2363
            "extra": {
2364
                "branch-alias": {
2365
                    "dev-master": "1.2.x-dev"
2366
                }
2367
            },
2368
            "autoload": {
2369
                "classmap": [
2370
                    "src/"
2371
                ]
2372
            },
2373
            "notification-url": "https://packagist.org/downloads/",
2374
            "license": [
2375
                "BSD-3-Clause"
2376
            ],
2377
            "authors": [
2378
                {
2379
                    "name": "Jeff Welch",
2380
                    "email": "[email protected]"
2381
                },
2382
                {
2383
                    "name": "Volker Dusch",
2384
                    "email": "[email protected]"
2385
                },
2386
                {
2387
                    "name": "Bernhard Schussek",
2388
                    "email": "[email protected]"
2389
                },
2390
                {
2391
                    "name": "Sebastian Bergmann",
2392
                    "email": "[email protected]"
2393
                }
2394
            ],
2395
            "description": "Provides the functionality to compare PHP values for equality",
2396
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
2397
            "keywords": [
2398
                "comparator",
2399
                "compare",
2400
                "equality"
2401
            ],
2402
            "time": "2015-07-26 15:48:44"
2403
        },
2404
        {
2405
            "name": "sebastian/diff",
2406
            "version": "1.4.1",
2407
            "source": {
2408
                "type": "git",
2409
                "url": "https://github.com/sebastianbergmann/diff.git",
2410
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2411
            },
2412
            "dist": {
2413
                "type": "zip",
2414
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
2415
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2416
                "shasum": ""
2417
            },
2418
            "require": {
2419
                "php": ">=5.3.3"
2420
            },
2421
            "require-dev": {
2422
                "phpunit/phpunit": "~4.8"
2423
            },
2424
            "type": "library",
2425
            "extra": {
2426
                "branch-alias": {
2427
                    "dev-master": "1.4-dev"
2428
                }
2429
            },
2430
            "autoload": {
2431
                "classmap": [
2432
                    "src/"
2433
                ]
2434
            },
2435
            "notification-url": "https://packagist.org/downloads/",
2436
            "license": [
2437
                "BSD-3-Clause"
2438
            ],
2439
            "authors": [
2440
                {
2441
                    "name": "Kore Nordmann",
2442
                    "email": "[email protected]"
2443
                },
2444
                {
2445
                    "name": "Sebastian Bergmann",
2446
                    "email": "[email protected]"
2447
                }
2448
            ],
2449
            "description": "Diff implementation",
2450
            "homepage": "https://github.com/sebastianbergmann/diff",
2451
            "keywords": [
2452
                "diff"
2453
            ],
2454
            "time": "2015-12-08 07:14:41"
2455
        },
2456
        {
2457
            "name": "sebastian/environment",
2458
            "version": "1.3.7",
2459
            "source": {
2460
                "type": "git",
2461
                "url": "https://github.com/sebastianbergmann/environment.git",
2462
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
2463
            },
2464
            "dist": {
2465
                "type": "zip",
2466
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
2467
                "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
2468
                "shasum": ""
2469
            },
2470
            "require": {
2471
                "php": ">=5.3.3"
2472
            },
2473
            "require-dev": {
2474
                "phpunit/phpunit": "~4.4"
2475
            },
2476
            "type": "library",
2477
            "extra": {
2478
                "branch-alias": {
2479
                    "dev-master": "1.3.x-dev"
2480
                }
2481
            },
2482
            "autoload": {
2483
                "classmap": [
2484
                    "src/"
2485
                ]
2486
            },
2487
            "notification-url": "https://packagist.org/downloads/",
2488
            "license": [
2489
                "BSD-3-Clause"
2490
            ],
2491
            "authors": [
2492
                {
2493
                    "name": "Sebastian Bergmann",
2494
                    "email": "[email protected]"
2495
                }
2496
            ],
2497
            "description": "Provides functionality to handle HHVM/PHP environments",
2498
            "homepage": "http://www.github.com/sebastianbergmann/environment",
2499
            "keywords": [
2500
                "Xdebug",
2501
                "environment",
2502
                "hhvm"
2503
            ],
2504
            "time": "2016-05-17 03:18:57"
2505
        },
2506
        {
2507
            "name": "sebastian/exporter",
2508
            "version": "1.2.1",
2509
            "source": {
2510
                "type": "git",
2511
                "url": "https://github.com/sebastianbergmann/exporter.git",
2512
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
2513
            },
2514
            "dist": {
2515
                "type": "zip",
2516
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
2517
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
2518
                "shasum": ""
2519
            },
2520
            "require": {
2521
                "php": ">=5.3.3",
2522
                "sebastian/recursion-context": "~1.0"
2523
            },
2524
            "require-dev": {
2525
                "phpunit/phpunit": "~4.4"
2526
            },
2527
            "type": "library",
2528
            "extra": {
2529
                "branch-alias": {
2530
                    "dev-master": "1.2.x-dev"
2531
                }
2532
            },
2533
            "autoload": {
2534
                "classmap": [
2535
                    "src/"
2536
                ]
2537
            },
2538
            "notification-url": "https://packagist.org/downloads/",
2539
            "license": [
2540
                "BSD-3-Clause"
2541
            ],
2542
            "authors": [
2543
                {
2544
                    "name": "Jeff Welch",
2545
                    "email": "[email protected]"
2546
                },
2547
                {
2548
                    "name": "Volker Dusch",
2549
                    "email": "[email protected]"
2550
                },
2551
                {
2552
                    "name": "Bernhard Schussek",
2553
                    "email": "[email protected]"
2554
                },
2555
                {
2556
                    "name": "Sebastian Bergmann",
2557
                    "email": "[email protected]"
2558
                },
2559
                {
2560
                    "name": "Adam Harvey",
2561
                    "email": "[email protected]"
2562
                }
2563
            ],
2564
            "description": "Provides the functionality to export PHP variables for visualization",
2565
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
2566
            "keywords": [
2567
                "export",
2568
                "exporter"
2569
            ],
2570
            "time": "2015-06-21 07:55:53"
2571
        },
2572
        {
2573
            "name": "sebastian/global-state",
2574
            "version": "1.1.1",
2575
            "source": {
2576
                "type": "git",
2577
                "url": "https://github.com/sebastianbergmann/global-state.git",
2578
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2579
            },
2580
            "dist": {
2581
                "type": "zip",
2582
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2583
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2584
                "shasum": ""
2585
            },
2586
            "require": {
2587
                "php": ">=5.3.3"
2588
            },
2589
            "require-dev": {
2590
                "phpunit/phpunit": "~4.2"
2591
            },
2592
            "suggest": {
2593
                "ext-uopz": "*"
2594
            },
2595
            "type": "library",
2596
            "extra": {
2597
                "branch-alias": {
2598
                    "dev-master": "1.0-dev"
2599
                }
2600
            },
2601
            "autoload": {
2602
                "classmap": [
2603
                    "src/"
2604
                ]
2605
            },
2606
            "notification-url": "https://packagist.org/downloads/",
2607
            "license": [
2608
                "BSD-3-Clause"
2609
            ],
2610
            "authors": [
2611
                {
2612
                    "name": "Sebastian Bergmann",
2613
                    "email": "[email protected]"
2614
                }
2615
            ],
2616
            "description": "Snapshotting of global state",
2617
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
2618
            "keywords": [
2619
                "global state"
2620
            ],
2621
            "time": "2015-10-12 03:26:01"
2622
        },
2623
        {
2624
            "name": "sebastian/object-enumerator",
2625
            "version": "1.0.0",
2626
            "source": {
2627
                "type": "git",
2628
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2629
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2630
            },
2631
            "dist": {
2632
                "type": "zip",
2633
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2634
                "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2635
                "shasum": ""
2636
            },
2637
            "require": {
2638
                "php": ">=5.6",
2639
                "sebastian/recursion-context": "~1.0"
2640
            },
2641
            "require-dev": {
2642
                "phpunit/phpunit": "~5"
2643
            },
2644
            "type": "library",
2645
            "extra": {
2646
                "branch-alias": {
2647
                    "dev-master": "1.0.x-dev"
2648
                }
2649
            },
2650
            "autoload": {
2651
                "classmap": [
2652
                    "src/"
2653
                ]
2654
            },
2655
            "notification-url": "https://packagist.org/downloads/",
2656
            "license": [
2657
                "BSD-3-Clause"
2658
            ],
2659
            "authors": [
2660
                {
2661
                    "name": "Sebastian Bergmann",
2662
                    "email": "[email protected]"
2663
                }
2664
            ],
2665
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2666
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2667
            "time": "2016-01-28 13:25:10"
2668
        },
2669
        {
2670
            "name": "sebastian/recursion-context",
2671
            "version": "1.0.2",
2672
            "source": {
2673
                "type": "git",
2674
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
2675
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2676
            },
2677
            "dist": {
2678
                "type": "zip",
2679
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
2680
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2681
                "shasum": ""
2682
            },
2683
            "require": {
2684
                "php": ">=5.3.3"
2685
            },
2686
            "require-dev": {
2687
                "phpunit/phpunit": "~4.4"
2688
            },
2689
            "type": "library",
2690
            "extra": {
2691
                "branch-alias": {
2692
                    "dev-master": "1.0.x-dev"
2693
                }
2694
            },
2695
            "autoload": {
2696
                "classmap": [
2697
                    "src/"
2698
                ]
2699
            },
2700
            "notification-url": "https://packagist.org/downloads/",
2701
            "license": [
2702
                "BSD-3-Clause"
2703
            ],
2704
            "authors": [
2705
                {
2706
                    "name": "Jeff Welch",
2707
                    "email": "[email protected]"
2708
                },
2709
                {
2710
                    "name": "Sebastian Bergmann",
2711
                    "email": "[email protected]"
2712
                },
2713
                {
2714
                    "name": "Adam Harvey",
2715
                    "email": "[email protected]"
2716
                }
2717
            ],
2718
            "description": "Provides functionality to recursively process PHP variables",
2719
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2720
            "time": "2015-11-11 19:50:13"
2721
        },
2722
        {
2723
            "name": "sebastian/resource-operations",
2724
            "version": "1.0.0",
2725
            "source": {
2726
                "type": "git",
2727
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
2728
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2729
            },
2730
            "dist": {
2731
                "type": "zip",
2732
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2733
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2734
                "shasum": ""
2735
            },
2736
            "require": {
2737
                "php": ">=5.6.0"
2738
            },
2739
            "type": "library",
2740
            "extra": {
2741
                "branch-alias": {
2742
                    "dev-master": "1.0.x-dev"
2743
                }
2744
            },
2745
            "autoload": {
2746
                "classmap": [
2747
                    "src/"
2748
                ]
2749
            },
2750
            "notification-url": "https://packagist.org/downloads/",
2751
            "license": [
2752
                "BSD-3-Clause"
2753
            ],
2754
            "authors": [
2755
                {
2756
                    "name": "Sebastian Bergmann",
2757
                    "email": "[email protected]"
2758
                }
2759
            ],
2760
            "description": "Provides a list of PHP built-in functions that operate on resources",
2761
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2762
            "time": "2015-07-28 20:34:47"
2763
        },
2764
        {
2765
            "name": "sebastian/version",
2766
            "version": "2.0.0",
2767
            "source": {
2768
                "type": "git",
2769
                "url": "https://github.com/sebastianbergmann/version.git",
2770
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2771
            },
2772
            "dist": {
2773
                "type": "zip",
2774
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2775
                "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2776
                "shasum": ""
2777
            },
2778
            "require": {
2779
                "php": ">=5.6"
2780
            },
2781
            "type": "library",
2782
            "extra": {
2783
                "branch-alias": {
2784
                    "dev-master": "2.0.x-dev"
2785
                }
2786
            },
2787
            "autoload": {
2788
                "classmap": [
2789
                    "src/"
2790
                ]
2791
            },
2792
            "notification-url": "https://packagist.org/downloads/",
2793
            "license": [
2794
                "BSD-3-Clause"
2795
            ],
2796
            "authors": [
2797
                {
2798
                    "name": "Sebastian Bergmann",
2799
                    "email": "[email protected]",
2800
                    "role": "lead"
2801
                }
2802
            ],
2803
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2804
            "homepage": "https://github.com/sebastianbergmann/version",
2805
            "time": "2016-02-04 12:56:52"
2806
        },
2807
        {
2808
            "name": "symfony/browser-kit",
2809
            "version": "v3.0.6",
2810
            "source": {
2811
                "type": "git",
2812
                "url": "https://github.com/symfony/browser-kit.git",
2813
                "reference": "e07127ac31230b30887c2dddf3708d883d239b14"
2814
            },
2815
            "dist": {
2816
                "type": "zip",
2817
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e07127ac31230b30887c2dddf3708d883d239b14",
2818
                "reference": "e07127ac31230b30887c2dddf3708d883d239b14",
2819
                "shasum": ""
2820
            },
2821
            "require": {
2822
                "php": ">=5.5.9",
2823
                "symfony/dom-crawler": "~2.8|~3.0"
2824
            },
2825
            "require-dev": {
2826
                "symfony/css-selector": "~2.8|~3.0",
2827
                "symfony/process": "~2.8|~3.0"
2828
            },
2829
            "suggest": {
2830
                "symfony/process": ""
2831
            },
2832
            "type": "library",
2833
            "extra": {
2834
                "branch-alias": {
2835
                    "dev-master": "3.0-dev"
2836
                }
2837
            },
2838
            "autoload": {
2839
                "psr-4": {
2840
                    "Symfony\\Component\\BrowserKit\\": ""
2841
                },
2842
                "exclude-from-classmap": [
2843
                    "/Tests/"
2844
                ]
2845
            },
2846
            "notification-url": "https://packagist.org/downloads/",
2847
            "license": [
2848
                "MIT"
2849
            ],
2850
            "authors": [
2851
                {
2852
                    "name": "Fabien Potencier",
2853
                    "email": "[email protected]"
2854
                },
2855
                {
2856
                    "name": "Symfony Community",
2857
                    "homepage": "https://symfony.com/contributors"
2858
                }
2859
            ],
2860
            "description": "Symfony BrowserKit Component",
2861
            "homepage": "https://symfony.com",
2862
            "time": "2016-03-04 07:55:57"
2863
        },
2864
        {
2865
            "name": "symfony/css-selector",
2866
            "version": "v3.0.6",
2867
            "source": {
2868
                "type": "git",
2869
                "url": "https://github.com/symfony/css-selector.git",
2870
                "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0"
2871
            },
2872
            "dist": {
2873
                "type": "zip",
2874
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/65e764f404685f2dc20c057e889b3ad04b2e2db0",
2875
                "reference": "65e764f404685f2dc20c057e889b3ad04b2e2db0",
2876
                "shasum": ""
2877
            },
2878
            "require": {
2879
                "php": ">=5.5.9"
2880
            },
2881
            "type": "library",
2882
            "extra": {
2883
                "branch-alias": {
2884
                    "dev-master": "3.0-dev"
2885
                }
2886
            },
2887
            "autoload": {
2888
                "psr-4": {
2889
                    "Symfony\\Component\\CssSelector\\": ""
2890
                },
2891
                "exclude-from-classmap": [
2892
                    "/Tests/"
2893
                ]
2894
            },
2895
            "notification-url": "https://packagist.org/downloads/",
2896
            "license": [
2897
                "MIT"
2898
            ],
2899
            "authors": [
2900
                {
2901
                    "name": "Jean-François Simon",
2902
                    "email": "[email protected]"
2903
                },
2904
                {
2905
                    "name": "Fabien Potencier",
2906
                    "email": "[email protected]"
2907
                },
2908
                {
2909
                    "name": "Symfony Community",
2910
                    "homepage": "https://symfony.com/contributors"
2911
                }
2912
            ],
2913
            "description": "Symfony CssSelector Component",
2914
            "homepage": "https://symfony.com",
2915
            "time": "2016-03-04 07:55:57"
2916
        },
2917
        {
2918
            "name": "symfony/dom-crawler",
2919
            "version": "v3.0.6",
2920
            "source": {
2921
                "type": "git",
2922
                "url": "https://github.com/symfony/dom-crawler.git",
2923
                "reference": "49b588841225b205700e5122fa01911cabada857"
2924
            },
2925
            "dist": {
2926
                "type": "zip",
2927
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/49b588841225b205700e5122fa01911cabada857",
2928
                "reference": "49b588841225b205700e5122fa01911cabada857",
2929
                "shasum": ""
2930
            },
2931
            "require": {
2932
                "php": ">=5.5.9",
2933
                "symfony/polyfill-mbstring": "~1.0"
2934
            },
2935
            "require-dev": {
2936
                "symfony/css-selector": "~2.8|~3.0"
2937
            },
2938
            "suggest": {
2939
                "symfony/css-selector": ""
2940
            },
2941
            "type": "library",
2942
            "extra": {
2943
                "branch-alias": {
2944
                    "dev-master": "3.0-dev"
2945
                }
2946
            },
2947
            "autoload": {
2948
                "psr-4": {
2949
                    "Symfony\\Component\\DomCrawler\\": ""
2950
                },
2951
                "exclude-from-classmap": [
2952
                    "/Tests/"
2953
                ]
2954
            },
2955
            "notification-url": "https://packagist.org/downloads/",
2956
            "license": [
2957
                "MIT"
2958
            ],
2959
            "authors": [
2960
                {
2961
                    "name": "Fabien Potencier",
2962
                    "email": "[email protected]"
2963
                },
2964
                {
2965
                    "name": "Symfony Community",
2966
                    "homepage": "https://symfony.com/contributors"
2967
                }
2968
            ],
2969
            "description": "Symfony DomCrawler Component",
2970
            "homepage": "https://symfony.com",
2971
            "time": "2016-04-12 18:09:53"
2972
        },
2973
        {
2974
            "name": "symfony/finder",
2975
            "version": "v3.0.6",
2976
            "source": {
2977
                "type": "git",
2978
                "url": "https://github.com/symfony/finder.git",
2979
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52"
2980
            },
2981
            "dist": {
2982
                "type": "zip",
2983
                "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52",
2984
                "reference": "c54e407b35bc098916704e9fd090da21da4c4f52",
2985
                "shasum": ""
2986
            },
2987
            "require": {
2988
                "php": ">=5.5.9"
2989
            },
2990
            "type": "library",
2991
            "extra": {
2992
                "branch-alias": {
2993
                    "dev-master": "3.0-dev"
2994
                }
2995
            },
2996
            "autoload": {
2997
                "psr-4": {
2998
                    "Symfony\\Component\\Finder\\": ""
2999
                },
3000
                "exclude-from-classmap": [
3001
                    "/Tests/"
3002
                ]
3003
            },
3004
            "notification-url": "https://packagist.org/downloads/",
3005
            "license": [
3006
                "MIT"
3007
            ],
3008
            "authors": [
3009
                {
3010
                    "name": "Fabien Potencier",
3011
                    "email": "[email protected]"
3012
                },
3013
                {
3014
                    "name": "Symfony Community",
3015
                    "homepage": "https://symfony.com/contributors"
3016
                }
3017
            ],
3018
            "description": "Symfony Finder Component",
3019
            "homepage": "https://symfony.com",
3020
            "time": "2016-03-10 11:13:05"
3021
        }
3022
    ],
3023
    "aliases": [],
3024
    "minimum-stability": "stable",
3025
    "stability-flags": [],
3026
    "prefer-stable": false,
3027
    "prefer-lowest": false,
3028
    "platform": [],
3029
    "platform-dev": []
3030
}
3031