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