Completed
Push — master ( 9bfac8...0a0948 )
by Antonio
51:41 queued 49:43
created

composer.lock (2 issues)

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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "531dc329b13f8a5ea637397ab808c0b2",
8
    "packages": [
9
        {
10
            "name": "bower-asset/bootstrap",
11
            "version": "v3.3.4",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/twbs/bootstrap.git",
15
                "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/twbs/bootstrap/zipball/a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f",
20
                "reference": "a10eb60bc0b07b747fa0c4ebd8821eb7307bd07f",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "bower-asset/jquery": ">=1.9.1"
25
            },
26
            "type": "bower-asset-library",
27
            "extra": {
28
                "bower-asset-main": [
29
                    "less/bootstrap.less",
30
                    "dist/css/bootstrap.css",
31
                    "dist/js/bootstrap.js",
32
                    "dist/fonts/glyphicons-halflings-regular.eot",
33
                    "dist/fonts/glyphicons-halflings-regular.svg",
34
                    "dist/fonts/glyphicons-halflings-regular.ttf",
35
                    "dist/fonts/glyphicons-halflings-regular.woff",
36
                    "dist/fonts/glyphicons-halflings-regular.woff2"
37
                ],
38
                "bower-asset-ignore": [
39
                    "/.*",
40
                    "_config.yml",
41
                    "CNAME",
42
                    "composer.json",
43
                    "CONTRIBUTING.md",
44
                    "docs",
45
                    "js/tests",
46
                    "test-infra"
47
                ]
48
            },
49
            "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
50
            "keywords": [
51
                "css",
52
                "framework",
53
                "front-end",
54
                "js",
55
                "less",
56
                "mobile-first",
57
                "responsive",
58
                "web"
59
            ]
60
        },
61
        {
62
            "name": "bower-asset/jquery",
63
            "version": "2.1.3",
64
            "source": {
65
                "type": "git",
66
                "url": "https://github.com/jquery/jquery.git",
67
                "reference": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0"
68
            },
69
            "dist": {
70
                "type": "zip",
71
                "url": "https://api.github.com/repos/jquery/jquery/zipball/8f2a9d9272d6ed7f32d3a484740ab342c02541e0",
72
                "reference": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0",
73
                "shasum": ""
74
            },
75
            "require-dev": {
76
                "bower-asset/qunit": "1.14.0",
77
                "bower-asset/requirejs": "2.1.10",
78
                "bower-asset/sinon": "1.8.1",
79
                "bower-asset/sizzle": "2.1.1-patch2"
80
            },
81
            "type": "bower-asset-library",
82
            "extra": {
83
                "bower-asset-main": "dist/jquery.js",
84
                "bower-asset-ignore": [
85
                    "**/.*",
86
                    "build",
87
                    "speed",
88
                    "test",
89
                    "*.md",
90
                    "AUTHORS.txt",
91
                    "Gruntfile.js",
92
                    "package.json"
93
                ]
94
            },
95
            "license": [
96
                "MIT"
97
            ],
98
            "keywords": [
99
                "javascript",
100
                "jquery",
101
                "library"
102
            ]
103
        },
104
        {
105
            "name": "bower-asset/jquery.inputmask",
106
            "version": "3.1.61",
107
            "source": {
108
                "type": "git",
109
                "url": "https://github.com/RobinHerbots/jquery.inputmask.git",
110
                "reference": "f2c086411d2557fc485c47afb3cecfa6c1de9ee2"
111
            },
112
            "dist": {
113
                "type": "zip",
114
                "url": "https://api.github.com/repos/RobinHerbots/jquery.inputmask/zipball/f2c086411d2557fc485c47afb3cecfa6c1de9ee2",
115
                "reference": "f2c086411d2557fc485c47afb3cecfa6c1de9ee2",
116
                "shasum": ""
117
            },
118
            "require": {
119
                "bower-asset/jquery": ">=1.7"
120
            },
121
            "type": "bower-asset-library",
122
            "extra": {
123
                "bower-asset-main": [
124
                    "./dist/inputmask/jquery.inputmask.js",
125
                    "./dist/inputmask/jquery.inputmask.extensions.js",
126
                    "./dist/inputmask/jquery.inputmask.date.extensions.js",
127
                    "./dist/inputmask/jquery.inputmask.numeric.extensions.js",
128
                    "./dist/inputmask/jquery.inputmask.phone.extensions.js",
129
                    "./dist/inputmask/jquery.inputmask.regex.extensions.js"
130
                ],
131
                "bower-asset-ignore": [
132
                    "**/.*",
133
                    "qunit/",
134
                    "nuget/",
135
                    "tools/",
136
                    "js/",
137
                    "*.md",
138
                    "build.properties",
139
                    "build.xml",
140
                    "jquery.inputmask.jquery.json"
141
                ]
142
            },
143
            "license": [
144
                "http://opensource.org/licenses/mit-license.php"
145
            ],
146
            "description": "jquery.inputmask is a jquery plugin which create an input mask.",
147
            "keywords": [
148
                "form",
149
                "input",
150
                "inputmask",
151
                "jquery",
152
                "mask",
153
                "plugins"
154
            ]
155
        },
156
        {
157
            "name": "bower-asset/punycode",
158
            "version": "v1.3.2",
159
            "source": {
160
                "type": "git",
161
                "url": "https://github.com/bestiejs/punycode.js.git",
162
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
163
            },
164
            "dist": {
165
                "type": "zip",
166
                "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
167
                "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
168
                "shasum": ""
169
            },
170
            "type": "bower-asset-library",
171
            "extra": {
172
                "bower-asset-main": "punycode.js",
173
                "bower-asset-ignore": [
174
                    "coverage",
175
                    "tests",
176
                    ".*",
177
                    "component.json",
178
                    "Gruntfile.js",
179
                    "node_modules",
180
                    "package.json"
181
                ]
182
            }
183
        },
184
        {
185
            "name": "bower-asset/smalot-bootstrap-datetimepicker",
186
            "version": "2.3.1",
187
            "source": {
188
                "type": "git",
189
                "url": "https://github.com/smalot/bootstrap-datetimepicker.git",
190
                "reference": "c893c91872d273bcea1bd806d03eb624c91a4cac"
191
            },
192
            "dist": {
193
                "type": "zip",
194
                "url": "https://api.github.com/repos/smalot/bootstrap-datetimepicker/zipball/c893c91872d273bcea1bd806d03eb624c91a4cac",
195
                "reference": "c893c91872d273bcea1bd806d03eb624c91a4cac",
196
                "shasum": ""
197
            },
198
            "type": "bower-asset-library",
199
            "extra": {
200
                "bower-asset-main": [
201
                    "js/bootstrap-datetimepicker.min.js",
202
                    "css/bootstrap-datetimepicker.min.css"
203
                ],
204
                "bower-asset-ignore": [
205
                    "build",
206
                    "sample in bootstrap v2",
207
                    "sample in bootstrap v3",
208
                    "screenshot",
209
                    "tests",
210
                    ".gitattributes",
211
                    ".gitignore",
212
                    ".travis.yml",
213
                    "minify.sh"
214
                ]
215
            }
216
        },
217
        {
218
            "name": "bower-asset/yii2-pjax",
219
            "version": "v2.0.4",
220
            "source": {
221
                "type": "git",
222
                "url": "https://github.com/yiisoft/jquery-pjax.git",
223
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0"
224
            },
225
            "dist": {
226
                "type": "zip",
227
                "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/3f20897307cca046fca5323b318475ae9dac0ca0",
228
                "reference": "3f20897307cca046fca5323b318475ae9dac0ca0",
229
                "shasum": ""
230
            },
231
            "require": {
232
                "bower-asset/jquery": ">=1.8"
233
            },
234
            "type": "bower-asset-library",
235
            "extra": {
236
                "bower-asset-main": "./jquery.pjax.js",
237
                "bower-asset-ignore": [
238
                    ".travis.yml",
239
                    "Gemfile",
240
                    "Gemfile.lock",
241
                    "vendor/",
242
                    "script/",
243
                    "test/"
244
                ]
245
            },
246
            "license": [
247
                "MIT"
248
            ]
249
        },
250
        {
251
            "name": "cebe/markdown",
252
            "version": "1.0.2",
253
            "source": {
254
                "type": "git",
255
                "url": "https://github.com/cebe/markdown.git",
256
                "reference": "f681fee8303310415b746f3758eeda0a7ad08bda"
257
            },
258
            "dist": {
259
                "type": "zip",
260
                "url": "https://api.github.com/repos/cebe/markdown/zipball/f681fee8303310415b746f3758eeda0a7ad08bda",
261
                "reference": "f681fee8303310415b746f3758eeda0a7ad08bda",
262
                "shasum": ""
263
            },
264
            "require": {
265
                "lib-pcre": "*",
266
                "php": ">=5.4.0"
267
            },
268
            "require-dev": {
269
                "cebe/indent": "*",
270
                "facebook/xhprof": "*@dev",
271
                "phpunit/phpunit": "3.7.*"
272
            },
273
            "bin": [
274
                "bin/markdown"
275
            ],
276
            "type": "library",
277
            "extra": {
278
                "branch-alias": {
279
                    "dev-master": "1.0.x-dev"
280
                }
281
            },
282
            "autoload": {
283
                "psr-4": {
284
                    "cebe\\markdown\\": ""
285
                }
286
            },
287
            "notification-url": "https://packagist.org/downloads/",
288
            "license": [
289
                "MIT"
290
            ],
291
            "authors": [
292
                {
293
                    "name": "Carsten Brandt",
294
                    "email": "[email protected]",
295
                    "homepage": "http://cebe.cc/",
296
                    "role": "Creator"
297
                }
298
            ],
299
            "description": "A super fast, highly extensible markdown parser for PHP",
300
            "homepage": "https://github.com/cebe/markdown#readme",
301
            "keywords": [
302
                "extensible",
303
                "fast",
304
                "gfm",
305
                "markdown",
306
                "markdown-extra"
307
            ],
308
            "time": "2015-03-06 05:21:16"
309
        },
310
        {
311
            "name": "ezyang/htmlpurifier",
312
            "version": "v4.6.0",
313
            "source": {
314
                "type": "git",
315
                "url": "https://github.com/ezyang/htmlpurifier.git",
316
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
317
            },
318
            "dist": {
319
                "type": "zip",
320
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
321
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
322
                "shasum": ""
323
            },
324
            "require": {
325
                "php": ">=5.2"
326
            },
327
            "type": "library",
328
            "autoload": {
329
                "psr-0": {
330
                    "HTMLPurifier": "library/"
331
                },
332
                "files": [
333
                    "library/HTMLPurifier.composer.php"
334
                ]
335
            },
336
            "notification-url": "https://packagist.org/downloads/",
337
            "license": [
338
                "LGPL"
339
            ],
340
            "authors": [
341
                {
342
                    "name": "Edward Z. Yang",
343
                    "email": "[email protected]",
344
                    "homepage": "http://ezyang.com"
345
                }
346
            ],
347
            "description": "Standards compliant HTML filter written in PHP",
348
            "homepage": "http://htmlpurifier.org/",
349
            "keywords": [
350
                "html"
351
            ],
352
            "time": "2013-11-30 08:25:19"
353
        },
354
        {
355
            "name": "yiisoft/yii2",
0 ignored issues
show
356
            "version": "2.0.3",
357
            "source": {
358
                "type": "git",
359
                "url": "https://github.com/yiisoft/yii2-framework.git",
360
                "reference": "85b773a384f3894d558905cb13522bb338c99dba"
361
            },
362
            "dist": {
363
                "type": "zip",
364
                "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/85b773a384f3894d558905cb13522bb338c99dba",
365
                "reference": "85b773a384f3894d558905cb13522bb338c99dba",
366
                "shasum": ""
367
            },
368
            "require": {
369
                "bower-asset/jquery": "2.1.*@stable | 1.11.*@stable",
370
                "bower-asset/jquery.inputmask": "3.1.*",
371
                "bower-asset/punycode": "1.3.*",
372
                "bower-asset/yii2-pjax": ">=2.0.1",
373
                "cebe/markdown": "~1.0.0",
374
                "ext-mbstring": "*",
375
                "ezyang/htmlpurifier": "4.6.*",
376
                "lib-pcre": "*",
377
                "php": ">=5.4.0",
378
                "yiisoft/yii2-composer": "*"
379
            },
380
            "bin": [
381
                "yii"
382
            ],
383
            "type": "library",
384
            "extra": {
385
                "branch-alias": {
386
                    "dev-master": "2.0.x-dev"
387
                }
388
            },
389
            "autoload": {
390
                "psr-4": {
391
                    "yii\\": ""
392
                }
393
            },
394
            "notification-url": "https://packagist.org/downloads/",
395
            "license": [
396
                "BSD-3-Clause"
397
            ],
398
            "authors": [
399
                {
400
                    "name": "Qiang Xue",
401
                    "email": "[email protected]",
402
                    "homepage": "http://www.yiiframework.com/",
403
                    "role": "Founder and project lead"
404
                },
405
                {
406
                    "name": "Alexander Makarov",
407
                    "email": "[email protected]",
408
                    "homepage": "http://rmcreative.ru/",
409
                    "role": "Core framework development"
410
                },
411
                {
412
                    "name": "Maurizio Domba",
413
                    "homepage": "http://mdomba.info/",
414
                    "role": "Core framework development"
415
                },
416
                {
417
                    "name": "Carsten Brandt",
418
                    "email": "[email protected]",
419
                    "homepage": "http://cebe.cc/",
420
                    "role": "Core framework development"
421
                },
422
                {
423
                    "name": "Timur Ruziev",
424
                    "email": "[email protected]",
425
                    "homepage": "http://resurtm.com/",
426
                    "role": "Core framework development"
427
                },
428
                {
429
                    "name": "Paul Klimov",
430
                    "email": "[email protected]",
431
                    "role": "Core framework development"
432
                }
433
            ],
434
            "description": "Yii PHP Framework Version 2",
435
            "homepage": "http://www.yiiframework.com/",
436
            "keywords": [
437
                "framework",
438
                "yii2"
439
            ],
440
            "time": "2015-03-01 06:22:44"
441
        },
442
        {
443
            "name": "yiisoft/yii2-bootstrap",
0 ignored issues
show
There is a security advisory for your installed version of yiisoft/yii2-bootstrap:

JSON Data encoded for use in HTML was not safe to use in IE6/IE7, possible XSS attacks
Loading history...
444
            "version": "2.0.3",
445
            "source": {
446
                "type": "git",
447
                "url": "https://github.com/yiisoft/yii2-bootstrap.git",
448
                "reference": "d4bd9c5f97ea891ebbfaf276d3083d85e27fbcb6"
449
            },
450
            "dist": {
451
                "type": "zip",
452
                "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap/zipball/d4bd9c5f97ea891ebbfaf276d3083d85e27fbcb6",
453
                "reference": "d4bd9c5f97ea891ebbfaf276d3083d85e27fbcb6",
454
                "shasum": ""
455
            },
456
            "require": {
457
                "bower-asset/bootstrap": "3.3.* | 3.2.* | 3.1.*",
458
                "yiisoft/yii2": "*"
459
            },
460
            "type": "yii2-extension",
461
            "extra": {
462
                "branch-alias": {
463
                    "dev-master": "2.0.x-dev"
464
                }
465
            },
466
            "autoload": {
467
                "psr-4": {
468
                    "yii\\bootstrap\\": ""
469
                }
470
            },
471
            "notification-url": "https://packagist.org/downloads/",
472
            "license": [
473
                "BSD-3-Clause"
474
            ],
475
            "authors": [
476
                {
477
                    "name": "Qiang Xue",
478
                    "email": "[email protected]"
479
                }
480
            ],
481
            "description": "The Twitter Bootstrap extension for the Yii framework",
482
            "keywords": [
483
                "bootstrap",
484
                "yii2"
485
            ],
486
            "time": "2015-03-01 06:22:44"
487
        },
488
        {
489
            "name": "yiisoft/yii2-composer",
490
            "version": "2.0.3",
491
            "source": {
492
                "type": "git",
493
                "url": "https://github.com/yiisoft/yii2-composer.git",
494
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be"
495
            },
496
            "dist": {
497
                "type": "zip",
498
                "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/ca8d23707ae47d20b0454e4b135c156f6da6d7be",
499
                "reference": "ca8d23707ae47d20b0454e4b135c156f6da6d7be",
500
                "shasum": ""
501
            },
502
            "require": {
503
                "composer-plugin-api": "1.0.0"
504
            },
505
            "type": "composer-plugin",
506
            "extra": {
507
                "class": "yii\\composer\\Plugin",
508
                "branch-alias": {
509
                    "dev-master": "2.0.x-dev"
510
                }
511
            },
512
            "autoload": {
513
                "psr-4": {
514
                    "yii\\composer\\": ""
515
                }
516
            },
517
            "notification-url": "https://packagist.org/downloads/",
518
            "license": [
519
                "BSD-3-Clause"
520
            ],
521
            "authors": [
522
                {
523
                    "name": "Qiang Xue",
524
                    "email": "[email protected]"
525
                }
526
            ],
527
            "description": "The composer plugin for Yii extension installer",
528
            "keywords": [
529
                "composer",
530
                "extension installer",
531
                "yii2"
532
            ],
533
            "time": "2015-03-01 06:22:44"
534
        }
535
    ],
536
    "packages-dev": [
537
        {
538
            "name": "doctrine/annotations",
539
            "version": "v1.2.3",
540
            "source": {
541
                "type": "git",
542
                "url": "https://github.com/doctrine/annotations.git",
543
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
544
            },
545
            "dist": {
546
                "type": "zip",
547
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
548
                "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
549
                "shasum": ""
550
            },
551
            "require": {
552
                "doctrine/lexer": "1.*",
553
                "php": ">=5.3.2"
554
            },
555
            "require-dev": {
556
                "doctrine/cache": "1.*",
557
                "phpunit/phpunit": "4.*"
558
            },
559
            "type": "library",
560
            "extra": {
561
                "branch-alias": {
562
                    "dev-master": "1.3.x-dev"
563
                }
564
            },
565
            "autoload": {
566
                "psr-0": {
567
                    "Doctrine\\Common\\Annotations\\": "lib/"
568
                }
569
            },
570
            "notification-url": "https://packagist.org/downloads/",
571
            "license": [
572
                "MIT"
573
            ],
574
            "authors": [
575
                {
576
                    "name": "Roman Borschel",
577
                    "email": "[email protected]"
578
                },
579
                {
580
                    "name": "Benjamin Eberlei",
581
                    "email": "[email protected]"
582
                },
583
                {
584
                    "name": "Guilherme Blanco",
585
                    "email": "[email protected]"
586
                },
587
                {
588
                    "name": "Jonathan Wage",
589
                    "email": "[email protected]"
590
                },
591
                {
592
                    "name": "Johannes Schmitt",
593
                    "email": "[email protected]"
594
                }
595
            ],
596
            "description": "Docblock Annotations Parser",
597
            "homepage": "http://www.doctrine-project.org",
598
            "keywords": [
599
                "annotations",
600
                "docblock",
601
                "parser"
602
            ],
603
            "time": "2014-12-20 20:49:38"
604
        },
605
        {
606
            "name": "doctrine/instantiator",
607
            "version": "1.0.4",
608
            "source": {
609
                "type": "git",
610
                "url": "https://github.com/doctrine/instantiator.git",
611
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
612
            },
613
            "dist": {
614
                "type": "zip",
615
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
616
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
617
                "shasum": ""
618
            },
619
            "require": {
620
                "php": ">=5.3,<8.0-DEV"
621
            },
622
            "require-dev": {
623
                "athletic/athletic": "~0.1.8",
624
                "ext-pdo": "*",
625
                "ext-phar": "*",
626
                "phpunit/phpunit": "~4.0",
627
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
628
            },
629
            "type": "library",
630
            "extra": {
631
                "branch-alias": {
632
                    "dev-master": "1.0.x-dev"
633
                }
634
            },
635
            "autoload": {
636
                "psr-0": {
637
                    "Doctrine\\Instantiator\\": "src"
638
                }
639
            },
640
            "notification-url": "https://packagist.org/downloads/",
641
            "license": [
642
                "MIT"
643
            ],
644
            "authors": [
645
                {
646
                    "name": "Marco Pivetta",
647
                    "email": "[email protected]",
648
                    "homepage": "http://ocramius.github.com/"
649
                }
650
            ],
651
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
652
            "homepage": "https://github.com/doctrine/instantiator",
653
            "keywords": [
654
                "constructor",
655
                "instantiate"
656
            ],
657
            "time": "2014-10-13 12:58:55"
658
        },
659
        {
660
            "name": "doctrine/lexer",
661
            "version": "v1.0.1",
662
            "source": {
663
                "type": "git",
664
                "url": "https://github.com/doctrine/lexer.git",
665
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
666
            },
667
            "dist": {
668
                "type": "zip",
669
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
670
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
671
                "shasum": ""
672
            },
673
            "require": {
674
                "php": ">=5.3.2"
675
            },
676
            "type": "library",
677
            "extra": {
678
                "branch-alias": {
679
                    "dev-master": "1.0.x-dev"
680
                }
681
            },
682
            "autoload": {
683
                "psr-0": {
684
                    "Doctrine\\Common\\Lexer\\": "lib/"
685
                }
686
            },
687
            "notification-url": "https://packagist.org/downloads/",
688
            "license": [
689
                "MIT"
690
            ],
691
            "authors": [
692
                {
693
                    "name": "Roman Borschel",
694
                    "email": "[email protected]"
695
                },
696
                {
697
                    "name": "Guilherme Blanco",
698
                    "email": "[email protected]"
699
                },
700
                {
701
                    "name": "Johannes Schmitt",
702
                    "email": "[email protected]"
703
                }
704
            ],
705
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
706
            "homepage": "http://www.doctrine-project.org",
707
            "keywords": [
708
                "lexer",
709
                "parser"
710
            ],
711
            "time": "2014-09-09 13:34:57"
712
        },
713
        {
714
            "name": "guzzle/guzzle",
715
            "version": "v3.9.2",
716
            "source": {
717
                "type": "git",
718
                "url": "https://github.com/guzzle/guzzle3.git",
719
                "reference": "54991459675c1a2924122afbb0e5609ade581155"
720
            },
721
            "dist": {
722
                "type": "zip",
723
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/54991459675c1a2924122afbb0e5609ade581155",
724
                "reference": "54991459675c1a2924122afbb0e5609ade581155",
725
                "shasum": ""
726
            },
727
            "require": {
728
                "ext-curl": "*",
729
                "php": ">=5.3.3",
730
                "symfony/event-dispatcher": "~2.1"
731
            },
732
            "replace": {
733
                "guzzle/batch": "self.version",
734
                "guzzle/cache": "self.version",
735
                "guzzle/common": "self.version",
736
                "guzzle/http": "self.version",
737
                "guzzle/inflection": "self.version",
738
                "guzzle/iterator": "self.version",
739
                "guzzle/log": "self.version",
740
                "guzzle/parser": "self.version",
741
                "guzzle/plugin": "self.version",
742
                "guzzle/plugin-async": "self.version",
743
                "guzzle/plugin-backoff": "self.version",
744
                "guzzle/plugin-cache": "self.version",
745
                "guzzle/plugin-cookie": "self.version",
746
                "guzzle/plugin-curlauth": "self.version",
747
                "guzzle/plugin-error-response": "self.version",
748
                "guzzle/plugin-history": "self.version",
749
                "guzzle/plugin-log": "self.version",
750
                "guzzle/plugin-md5": "self.version",
751
                "guzzle/plugin-mock": "self.version",
752
                "guzzle/plugin-oauth": "self.version",
753
                "guzzle/service": "self.version",
754
                "guzzle/stream": "self.version"
755
            },
756
            "require-dev": {
757
                "doctrine/cache": "~1.3",
758
                "monolog/monolog": "~1.0",
759
                "phpunit/phpunit": "3.7.*",
760
                "psr/log": "~1.0",
761
                "symfony/class-loader": "~2.1",
762
                "zendframework/zend-cache": "2.*,<2.3",
763
                "zendframework/zend-log": "2.*,<2.3"
764
            },
765
            "type": "library",
766
            "extra": {
767
                "branch-alias": {
768
                    "dev-master": "3.9-dev"
769
                }
770
            },
771
            "autoload": {
772
                "psr-0": {
773
                    "Guzzle": "src/",
774
                    "Guzzle\\Tests": "tests/"
775
                }
776
            },
777
            "notification-url": "https://packagist.org/downloads/",
778
            "license": [
779
                "MIT"
780
            ],
781
            "authors": [
782
                {
783
                    "name": "Michael Dowling",
784
                    "email": "[email protected]",
785
                    "homepage": "https://github.com/mtdowling"
786
                },
787
                {
788
                    "name": "Guzzle Community",
789
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
790
                }
791
            ],
792
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
793
            "homepage": "http://guzzlephp.org/",
794
            "keywords": [
795
                "client",
796
                "curl",
797
                "framework",
798
                "http",
799
                "http client",
800
                "rest",
801
                "web service"
802
            ],
803
            "time": "2014-08-11 04:32:36"
804
        },
805
        {
806
            "name": "jms/metadata",
807
            "version": "1.5.1",
808
            "source": {
809
                "type": "git",
810
                "url": "https://github.com/schmittjoh/metadata.git",
811
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
812
            },
813
            "dist": {
814
                "type": "zip",
815
                "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
816
                "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
817
                "shasum": ""
818
            },
819
            "require": {
820
                "php": ">=5.3.0"
821
            },
822
            "require-dev": {
823
                "doctrine/cache": "~1.0"
824
            },
825
            "type": "library",
826
            "extra": {
827
                "branch-alias": {
828
                    "dev-master": "1.5.x-dev"
829
                }
830
            },
831
            "autoload": {
832
                "psr-0": {
833
                    "Metadata\\": "src/"
834
                }
835
            },
836
            "notification-url": "https://packagist.org/downloads/",
837
            "license": [
838
                "Apache"
839
            ],
840
            "authors": [
841
                {
842
                    "name": "Johannes Schmitt",
843
                    "email": "[email protected]",
844
                    "homepage": "https://github.com/schmittjoh",
845
                    "role": "Developer of wrapped JMSSerializerBundle"
846
                }
847
            ],
848
            "description": "Class/method/property metadata management in PHP",
849
            "keywords": [
850
                "annotations",
851
                "metadata",
852
                "xml",
853
                "yaml"
854
            ],
855
            "time": "2014-07-12 07:13:19"
856
        },
857
        {
858
            "name": "jms/parser-lib",
859
            "version": "1.0.0",
860
            "source": {
861
                "type": "git",
862
                "url": "https://github.com/schmittjoh/parser-lib.git",
863
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
864
            },
865
            "dist": {
866
                "type": "zip",
867
                "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
868
                "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
869
                "shasum": ""
870
            },
871
            "require": {
872
                "phpoption/phpoption": ">=0.9,<2.0-dev"
873
            },
874
            "type": "library",
875
            "extra": {
876
                "branch-alias": {
877
                    "dev-master": "1.0-dev"
878
                }
879
            },
880
            "autoload": {
881
                "psr-0": {
882
                    "JMS\\": "src/"
883
                }
884
            },
885
            "notification-url": "https://packagist.org/downloads/",
886
            "license": [
887
                "Apache2"
888
            ],
889
            "description": "A library for easily creating recursive-descent parsers.",
890
            "time": "2012-11-18 18:08:43"
891
        },
892
        {
893
            "name": "jms/serializer",
894
            "version": "0.16.0",
895
            "source": {
896
                "type": "git",
897
                "url": "https://github.com/schmittjoh/serializer.git",
898
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
899
            },
900
            "dist": {
901
                "type": "zip",
902
                "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
903
                "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
904
                "shasum": ""
905
            },
906
            "require": {
907
                "doctrine/annotations": "1.*",
908
                "jms/metadata": "~1.1",
909
                "jms/parser-lib": "1.*",
910
                "php": ">=5.3.2",
911
                "phpcollection/phpcollection": "~0.1"
912
            },
913
            "require-dev": {
914
                "doctrine/orm": "~2.1",
915
                "doctrine/phpcr-odm": "~1.0.1",
916
                "jackalope/jackalope-doctrine-dbal": "1.0.*",
917
                "propel/propel1": "~1.7",
918
                "symfony/filesystem": "2.*",
919
                "symfony/form": "~2.1",
920
                "symfony/translation": "~2.0",
921
                "symfony/validator": "~2.0",
922
                "symfony/yaml": "2.*",
923
                "twig/twig": ">=1.8,<2.0-dev"
924
            },
925
            "suggest": {
926
                "symfony/yaml": "Required if you'd like to serialize data to YAML format."
927
            },
928
            "type": "library",
929
            "extra": {
930
                "branch-alias": {
931
                    "dev-master": "0.15-dev"
932
                }
933
            },
934
            "autoload": {
935
                "psr-0": {
936
                    "JMS\\Serializer": "src/"
937
                }
938
            },
939
            "notification-url": "https://packagist.org/downloads/",
940
            "license": [
941
                "Apache2"
942
            ],
943
            "authors": [
944
                {
945
                    "name": "Johannes Schmitt",
946
                    "email": "[email protected]",
947
                    "homepage": "https://github.com/schmittjoh",
948
                    "role": "Developer of wrapped JMSSerializerBundle"
949
                }
950
            ],
951
            "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
952
            "homepage": "http://jmsyst.com/libs/serializer",
953
            "keywords": [
954
                "deserialization",
955
                "jaxb",
956
                "json",
957
                "serialization",
958
                "xml"
959
            ],
960
            "time": "2014-03-18 08:39:00"
961
        },
962
        {
963
            "name": "phpcollection/phpcollection",
964
            "version": "0.4.0",
965
            "source": {
966
                "type": "git",
967
                "url": "https://github.com/schmittjoh/php-collection.git",
968
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
969
            },
970
            "dist": {
971
                "type": "zip",
972
                "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
973
                "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
974
                "shasum": ""
975
            },
976
            "require": {
977
                "phpoption/phpoption": "1.*"
978
            },
979
            "type": "library",
980
            "extra": {
981
                "branch-alias": {
982
                    "dev-master": "0.3-dev"
983
                }
984
            },
985
            "autoload": {
986
                "psr-0": {
987
                    "PhpCollection": "src/"
988
                }
989
            },
990
            "notification-url": "https://packagist.org/downloads/",
991
            "license": [
992
                "Apache2"
993
            ],
994
            "authors": [
995
                {
996
                    "name": "Johannes Schmitt",
997
                    "email": "[email protected]",
998
                    "homepage": "https://github.com/schmittjoh",
999
                    "role": "Developer of wrapped JMSSerializerBundle"
1000
                }
1001
            ],
1002
            "description": "General-Purpose Collection Library for PHP",
1003
            "keywords": [
1004
                "collection",
1005
                "list",
1006
                "map",
1007
                "sequence",
1008
                "set"
1009
            ],
1010
            "time": "2014-03-11 13:46:42"
1011
        },
1012
        {
1013
            "name": "phpdocumentor/reflection-docblock",
1014
            "version": "2.0.4",
1015
            "source": {
1016
                "type": "git",
1017
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1018
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
1019
            },
1020
            "dist": {
1021
                "type": "zip",
1022
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
1023
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
1024
                "shasum": ""
1025
            },
1026
            "require": {
1027
                "php": ">=5.3.3"
1028
            },
1029
            "require-dev": {
1030
                "phpunit/phpunit": "~4.0"
1031
            },
1032
            "suggest": {
1033
                "dflydev/markdown": "~1.0",
1034
                "erusev/parsedown": "~1.0"
1035
            },
1036
            "type": "library",
1037
            "extra": {
1038
                "branch-alias": {
1039
                    "dev-master": "2.0.x-dev"
1040
                }
1041
            },
1042
            "autoload": {
1043
                "psr-0": {
1044
                    "phpDocumentor": [
1045
                        "src/"
1046
                    ]
1047
                }
1048
            },
1049
            "notification-url": "https://packagist.org/downloads/",
1050
            "license": [
1051
                "MIT"
1052
            ],
1053
            "authors": [
1054
                {
1055
                    "name": "Mike van Riel",
1056
                    "email": "[email protected]"
1057
                }
1058
            ],
1059
            "time": "2015-02-03 12:10:50"
1060
        },
1061
        {
1062
            "name": "phpoption/phpoption",
1063
            "version": "1.4.0",
1064
            "source": {
1065
                "type": "git",
1066
                "url": "https://github.com/schmittjoh/php-option.git",
1067
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
1068
            },
1069
            "dist": {
1070
                "type": "zip",
1071
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1072
                "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
1073
                "shasum": ""
1074
            },
1075
            "require": {
1076
                "php": ">=5.3.0"
1077
            },
1078
            "type": "library",
1079
            "extra": {
1080
                "branch-alias": {
1081
                    "dev-master": "1.3-dev"
1082
                }
1083
            },
1084
            "autoload": {
1085
                "psr-0": {
1086
                    "PhpOption\\": "src/"
1087
                }
1088
            },
1089
            "notification-url": "https://packagist.org/downloads/",
1090
            "license": [
1091
                "Apache2"
1092
            ],
1093
            "authors": [
1094
                {
1095
                    "name": "Johannes Schmitt",
1096
                    "email": "[email protected]",
1097
                    "homepage": "https://github.com/schmittjoh",
1098
                    "role": "Developer of wrapped JMSSerializerBundle"
1099
                }
1100
            ],
1101
            "description": "Option Type for PHP",
1102
            "keywords": [
1103
                "language",
1104
                "option",
1105
                "php",
1106
                "type"
1107
            ],
1108
            "time": "2014-01-09 22:37:17"
1109
        },
1110
        {
1111
            "name": "phpspec/prophecy",
1112
            "version": "v1.3.1",
1113
            "source": {
1114
                "type": "git",
1115
                "url": "https://github.com/phpspec/prophecy.git",
1116
                "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9"
1117
            },
1118
            "dist": {
1119
                "type": "zip",
1120
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9",
1121
                "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9",
1122
                "shasum": ""
1123
            },
1124
            "require": {
1125
                "doctrine/instantiator": "~1.0,>=1.0.2",
1126
                "phpdocumentor/reflection-docblock": "~2.0"
1127
            },
1128
            "require-dev": {
1129
                "phpspec/phpspec": "~2.0"
1130
            },
1131
            "type": "library",
1132
            "extra": {
1133
                "branch-alias": {
1134
                    "dev-master": "1.2.x-dev"
1135
                }
1136
            },
1137
            "autoload": {
1138
                "psr-0": {
1139
                    "Prophecy\\": "src/"
1140
                }
1141
            },
1142
            "notification-url": "https://packagist.org/downloads/",
1143
            "license": [
1144
                "MIT"
1145
            ],
1146
            "authors": [
1147
                {
1148
                    "name": "Konstantin Kudryashov",
1149
                    "email": "[email protected]",
1150
                    "homepage": "http://everzet.com"
1151
                },
1152
                {
1153
                    "name": "Marcello Duarte",
1154
                    "email": "[email protected]"
1155
                }
1156
            ],
1157
            "description": "Highly opinionated mocking framework for PHP 5.3+",
1158
            "homepage": "http://phpspec.org",
1159
            "keywords": [
1160
                "Double",
1161
                "Dummy",
1162
                "fake",
1163
                "mock",
1164
                "spy",
1165
                "stub"
1166
            ],
1167
            "time": "2014-11-17 16:23:49"
1168
        },
1169
        {
1170
            "name": "phpunit/php-code-coverage",
1171
            "version": "2.0.15",
1172
            "source": {
1173
                "type": "git",
1174
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1175
                "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
1176
            },
1177
            "dist": {
1178
                "type": "zip",
1179
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",
1180
                "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
1181
                "shasum": ""
1182
            },
1183
            "require": {
1184
                "php": ">=5.3.3",
1185
                "phpunit/php-file-iterator": "~1.3",
1186
                "phpunit/php-text-template": "~1.2",
1187
                "phpunit/php-token-stream": "~1.3",
1188
                "sebastian/environment": "~1.0",
1189
                "sebastian/version": "~1.0"
1190
            },
1191
            "require-dev": {
1192
                "ext-xdebug": ">=2.1.4",
1193
                "phpunit/phpunit": "~4"
1194
            },
1195
            "suggest": {
1196
                "ext-dom": "*",
1197
                "ext-xdebug": ">=2.2.1",
1198
                "ext-xmlwriter": "*"
1199
            },
1200
            "type": "library",
1201
            "extra": {
1202
                "branch-alias": {
1203
                    "dev-master": "2.0.x-dev"
1204
                }
1205
            },
1206
            "autoload": {
1207
                "classmap": [
1208
                    "src/"
1209
                ]
1210
            },
1211
            "notification-url": "https://packagist.org/downloads/",
1212
            "license": [
1213
                "BSD-3-Clause"
1214
            ],
1215
            "authors": [
1216
                {
1217
                    "name": "Sebastian Bergmann",
1218
                    "email": "[email protected]",
1219
                    "role": "lead"
1220
                }
1221
            ],
1222
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1223
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1224
            "keywords": [
1225
                "coverage",
1226
                "testing",
1227
                "xunit"
1228
            ],
1229
            "time": "2015-01-24 10:06:35"
1230
        },
1231
        {
1232
            "name": "phpunit/php-file-iterator",
1233
            "version": "1.3.4",
1234
            "source": {
1235
                "type": "git",
1236
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1237
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
1238
            },
1239
            "dist": {
1240
                "type": "zip",
1241
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
1242
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
1243
                "shasum": ""
1244
            },
1245
            "require": {
1246
                "php": ">=5.3.3"
1247
            },
1248
            "type": "library",
1249
            "autoload": {
1250
                "classmap": [
1251
                    "File/"
1252
                ]
1253
            },
1254
            "notification-url": "https://packagist.org/downloads/",
1255
            "include-path": [
1256
                ""
1257
            ],
1258
            "license": [
1259
                "BSD-3-Clause"
1260
            ],
1261
            "authors": [
1262
                {
1263
                    "name": "Sebastian Bergmann",
1264
                    "email": "[email protected]",
1265
                    "role": "lead"
1266
                }
1267
            ],
1268
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1269
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1270
            "keywords": [
1271
                "filesystem",
1272
                "iterator"
1273
            ],
1274
            "time": "2013-10-10 15:34:57"
1275
        },
1276
        {
1277
            "name": "phpunit/php-text-template",
1278
            "version": "1.2.0",
1279
            "source": {
1280
                "type": "git",
1281
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
1282
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
1283
            },
1284
            "dist": {
1285
                "type": "zip",
1286
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1287
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
1288
                "shasum": ""
1289
            },
1290
            "require": {
1291
                "php": ">=5.3.3"
1292
            },
1293
            "type": "library",
1294
            "autoload": {
1295
                "classmap": [
1296
                    "Text/"
1297
                ]
1298
            },
1299
            "notification-url": "https://packagist.org/downloads/",
1300
            "include-path": [
1301
                ""
1302
            ],
1303
            "license": [
1304
                "BSD-3-Clause"
1305
            ],
1306
            "authors": [
1307
                {
1308
                    "name": "Sebastian Bergmann",
1309
                    "email": "[email protected]",
1310
                    "role": "lead"
1311
                }
1312
            ],
1313
            "description": "Simple template engine.",
1314
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1315
            "keywords": [
1316
                "template"
1317
            ],
1318
            "time": "2014-01-30 17:20:04"
1319
        },
1320
        {
1321
            "name": "phpunit/php-timer",
1322
            "version": "1.0.5",
1323
            "source": {
1324
                "type": "git",
1325
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1326
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
1327
            },
1328
            "dist": {
1329
                "type": "zip",
1330
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1331
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1332
                "shasum": ""
1333
            },
1334
            "require": {
1335
                "php": ">=5.3.3"
1336
            },
1337
            "type": "library",
1338
            "autoload": {
1339
                "classmap": [
1340
                    "PHP/"
1341
                ]
1342
            },
1343
            "notification-url": "https://packagist.org/downloads/",
1344
            "include-path": [
1345
                ""
1346
            ],
1347
            "license": [
1348
                "BSD-3-Clause"
1349
            ],
1350
            "authors": [
1351
                {
1352
                    "name": "Sebastian Bergmann",
1353
                    "email": "[email protected]",
1354
                    "role": "lead"
1355
                }
1356
            ],
1357
            "description": "Utility class for timing",
1358
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1359
            "keywords": [
1360
                "timer"
1361
            ],
1362
            "time": "2013-08-02 07:42:54"
1363
        },
1364
        {
1365
            "name": "phpunit/php-token-stream",
1366
            "version": "1.4.0",
1367
            "source": {
1368
                "type": "git",
1369
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1370
                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
1371
            },
1372
            "dist": {
1373
                "type": "zip",
1374
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
1375
                "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
1376
                "shasum": ""
1377
            },
1378
            "require": {
1379
                "ext-tokenizer": "*",
1380
                "php": ">=5.3.3"
1381
            },
1382
            "require-dev": {
1383
                "phpunit/phpunit": "~4.2"
1384
            },
1385
            "type": "library",
1386
            "extra": {
1387
                "branch-alias": {
1388
                    "dev-master": "1.4-dev"
1389
                }
1390
            },
1391
            "autoload": {
1392
                "classmap": [
1393
                    "src/"
1394
                ]
1395
            },
1396
            "notification-url": "https://packagist.org/downloads/",
1397
            "license": [
1398
                "BSD-3-Clause"
1399
            ],
1400
            "authors": [
1401
                {
1402
                    "name": "Sebastian Bergmann",
1403
                    "email": "[email protected]"
1404
                }
1405
            ],
1406
            "description": "Wrapper around PHP's tokenizer extension.",
1407
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1408
            "keywords": [
1409
                "tokenizer"
1410
            ],
1411
            "time": "2015-01-17 09:51:32"
1412
        },
1413
        {
1414
            "name": "phpunit/phpunit",
1415
            "version": "4.5.0",
1416
            "source": {
1417
                "type": "git",
1418
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1419
                "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5"
1420
            },
1421
            "dist": {
1422
                "type": "zip",
1423
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5b578d3865a9128b9c209b011fda6539ec06e7a5",
1424
                "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5",
1425
                "shasum": ""
1426
            },
1427
            "require": {
1428
                "ext-dom": "*",
1429
                "ext-json": "*",
1430
                "ext-pcre": "*",
1431
                "ext-reflection": "*",
1432
                "ext-spl": "*",
1433
                "php": ">=5.3.3",
1434
                "phpspec/prophecy": "~1.3.1",
1435
                "phpunit/php-code-coverage": "~2.0",
1436
                "phpunit/php-file-iterator": "~1.3.2",
1437
                "phpunit/php-text-template": "~1.2",
1438
                "phpunit/php-timer": "~1.0.2",
1439
                "phpunit/phpunit-mock-objects": "~2.3",
1440
                "sebastian/comparator": "~1.1",
1441
                "sebastian/diff": "~1.1",
1442
                "sebastian/environment": "~1.2",
1443
                "sebastian/exporter": "~1.2",
1444
                "sebastian/global-state": "~1.0",
1445
                "sebastian/version": "~1.0",
1446
                "symfony/yaml": "~2.0"
1447
            },
1448
            "suggest": {
1449
                "phpunit/php-invoker": "~1.1"
1450
            },
1451
            "bin": [
1452
                "phpunit"
1453
            ],
1454
            "type": "library",
1455
            "extra": {
1456
                "branch-alias": {
1457
                    "dev-master": "4.5.x-dev"
1458
                }
1459
            },
1460
            "autoload": {
1461
                "classmap": [
1462
                    "src/"
1463
                ]
1464
            },
1465
            "notification-url": "https://packagist.org/downloads/",
1466
            "license": [
1467
                "BSD-3-Clause"
1468
            ],
1469
            "authors": [
1470
                {
1471
                    "name": "Sebastian Bergmann",
1472
                    "email": "[email protected]",
1473
                    "role": "lead"
1474
                }
1475
            ],
1476
            "description": "The PHP Unit Testing framework.",
1477
            "homepage": "https://phpunit.de/",
1478
            "keywords": [
1479
                "phpunit",
1480
                "testing",
1481
                "xunit"
1482
            ],
1483
            "time": "2015-02-05 15:51:19"
1484
        },
1485
        {
1486
            "name": "phpunit/phpunit-mock-objects",
1487
            "version": "2.3.0",
1488
            "source": {
1489
                "type": "git",
1490
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1491
                "reference": "c63d2367247365f688544f0d500af90a11a44c65"
1492
            },
1493
            "dist": {
1494
                "type": "zip",
1495
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
1496
                "reference": "c63d2367247365f688544f0d500af90a11a44c65",
1497
                "shasum": ""
1498
            },
1499
            "require": {
1500
                "doctrine/instantiator": "~1.0,>=1.0.1",
1501
                "php": ">=5.3.3",
1502
                "phpunit/php-text-template": "~1.2"
1503
            },
1504
            "require-dev": {
1505
                "phpunit/phpunit": "~4.3"
1506
            },
1507
            "suggest": {
1508
                "ext-soap": "*"
1509
            },
1510
            "type": "library",
1511
            "extra": {
1512
                "branch-alias": {
1513
                    "dev-master": "2.3.x-dev"
1514
                }
1515
            },
1516
            "autoload": {
1517
                "classmap": [
1518
                    "src/"
1519
                ]
1520
            },
1521
            "notification-url": "https://packagist.org/downloads/",
1522
            "license": [
1523
                "BSD-3-Clause"
1524
            ],
1525
            "authors": [
1526
                {
1527
                    "name": "Sebastian Bergmann",
1528
                    "email": "[email protected]",
1529
                    "role": "lead"
1530
                }
1531
            ],
1532
            "description": "Mock Object library for PHPUnit",
1533
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1534
            "keywords": [
1535
                "mock",
1536
                "xunit"
1537
            ],
1538
            "time": "2014-10-03 05:12:11"
1539
        },
1540
        {
1541
            "name": "scrutinizer/ocular",
1542
            "version": "1.1.1",
1543
            "source": {
1544
                "type": "git",
1545
                "url": "https://github.com/scrutinizer-ci/ocular.git",
1546
                "reference": "8e0a8c7f085bc4857bd52132833679dcfd504fc1"
1547
            },
1548
            "dist": {
1549
                "type": "zip",
1550
                "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/8e0a8c7f085bc4857bd52132833679dcfd504fc1",
1551
                "reference": "8e0a8c7f085bc4857bd52132833679dcfd504fc1",
1552
                "shasum": ""
1553
            },
1554
            "require": {
1555
                "guzzle/guzzle": "~3.0",
1556
                "jms/serializer": "~0.13",
1557
                "phpoption/phpoption": "~1.0",
1558
                "symfony/console": "~2.0",
1559
                "symfony/process": "~2.3"
1560
            },
1561
            "require-dev": {
1562
                "symfony/filesystem": "~2.0"
1563
            },
1564
            "bin": [
1565
                "bin/ocular"
1566
            ],
1567
            "type": "library",
1568
            "autoload": {
1569
                "psr-0": {
1570
                    "Scrutinizer\\Ocular\\": "src/"
1571
                }
1572
            },
1573
            "notification-url": "https://packagist.org/downloads/",
1574
            "time": "2014-04-12 20:46:35"
1575
        },
1576
        {
1577
            "name": "sebastian/comparator",
1578
            "version": "1.1.1",
1579
            "source": {
1580
                "type": "git",
1581
                "url": "https://github.com/sebastianbergmann/comparator.git",
1582
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
1583
            },
1584
            "dist": {
1585
                "type": "zip",
1586
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
1587
                "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
1588
                "shasum": ""
1589
            },
1590
            "require": {
1591
                "php": ">=5.3.3",
1592
                "sebastian/diff": "~1.2",
1593
                "sebastian/exporter": "~1.2"
1594
            },
1595
            "require-dev": {
1596
                "phpunit/phpunit": "~4.4"
1597
            },
1598
            "type": "library",
1599
            "extra": {
1600
                "branch-alias": {
1601
                    "dev-master": "1.1.x-dev"
1602
                }
1603
            },
1604
            "autoload": {
1605
                "classmap": [
1606
                    "src/"
1607
                ]
1608
            },
1609
            "notification-url": "https://packagist.org/downloads/",
1610
            "license": [
1611
                "BSD-3-Clause"
1612
            ],
1613
            "authors": [
1614
                {
1615
                    "name": "Jeff Welch",
1616
                    "email": "[email protected]"
1617
                },
1618
                {
1619
                    "name": "Volker Dusch",
1620
                    "email": "[email protected]"
1621
                },
1622
                {
1623
                    "name": "Bernhard Schussek",
1624
                    "email": "[email protected]"
1625
                },
1626
                {
1627
                    "name": "Sebastian Bergmann",
1628
                    "email": "[email protected]"
1629
                }
1630
            ],
1631
            "description": "Provides the functionality to compare PHP values for equality",
1632
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1633
            "keywords": [
1634
                "comparator",
1635
                "compare",
1636
                "equality"
1637
            ],
1638
            "time": "2015-01-29 16:28:08"
1639
        },
1640
        {
1641
            "name": "sebastian/diff",
1642
            "version": "1.2.0",
1643
            "source": {
1644
                "type": "git",
1645
                "url": "https://github.com/sebastianbergmann/diff.git",
1646
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
1647
            },
1648
            "dist": {
1649
                "type": "zip",
1650
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
1651
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
1652
                "shasum": ""
1653
            },
1654
            "require": {
1655
                "php": ">=5.3.3"
1656
            },
1657
            "require-dev": {
1658
                "phpunit/phpunit": "~4.2"
1659
            },
1660
            "type": "library",
1661
            "extra": {
1662
                "branch-alias": {
1663
                    "dev-master": "1.2-dev"
1664
                }
1665
            },
1666
            "autoload": {
1667
                "classmap": [
1668
                    "src/"
1669
                ]
1670
            },
1671
            "notification-url": "https://packagist.org/downloads/",
1672
            "license": [
1673
                "BSD-3-Clause"
1674
            ],
1675
            "authors": [
1676
                {
1677
                    "name": "Kore Nordmann",
1678
                    "email": "[email protected]"
1679
                },
1680
                {
1681
                    "name": "Sebastian Bergmann",
1682
                    "email": "[email protected]"
1683
                }
1684
            ],
1685
            "description": "Diff implementation",
1686
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1687
            "keywords": [
1688
                "diff"
1689
            ],
1690
            "time": "2014-08-15 10:29:00"
1691
        },
1692
        {
1693
            "name": "sebastian/environment",
1694
            "version": "1.2.1",
1695
            "source": {
1696
                "type": "git",
1697
                "url": "https://github.com/sebastianbergmann/environment.git",
1698
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
1699
            },
1700
            "dist": {
1701
                "type": "zip",
1702
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
1703
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
1704
                "shasum": ""
1705
            },
1706
            "require": {
1707
                "php": ">=5.3.3"
1708
            },
1709
            "require-dev": {
1710
                "phpunit/phpunit": "~4.3"
1711
            },
1712
            "type": "library",
1713
            "extra": {
1714
                "branch-alias": {
1715
                    "dev-master": "1.2.x-dev"
1716
                }
1717
            },
1718
            "autoload": {
1719
                "classmap": [
1720
                    "src/"
1721
                ]
1722
            },
1723
            "notification-url": "https://packagist.org/downloads/",
1724
            "license": [
1725
                "BSD-3-Clause"
1726
            ],
1727
            "authors": [
1728
                {
1729
                    "name": "Sebastian Bergmann",
1730
                    "email": "[email protected]"
1731
                }
1732
            ],
1733
            "description": "Provides functionality to handle HHVM/PHP environments",
1734
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1735
            "keywords": [
1736
                "Xdebug",
1737
                "environment",
1738
                "hhvm"
1739
            ],
1740
            "time": "2014-10-25 08:00:45"
1741
        },
1742
        {
1743
            "name": "sebastian/exporter",
1744
            "version": "1.2.0",
1745
            "source": {
1746
                "type": "git",
1747
                "url": "https://github.com/sebastianbergmann/exporter.git",
1748
                "reference": "84839970d05254c73cde183a721c7af13aede943"
1749
            },
1750
            "dist": {
1751
                "type": "zip",
1752
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
1753
                "reference": "84839970d05254c73cde183a721c7af13aede943",
1754
                "shasum": ""
1755
            },
1756
            "require": {
1757
                "php": ">=5.3.3",
1758
                "sebastian/recursion-context": "~1.0"
1759
            },
1760
            "require-dev": {
1761
                "phpunit/phpunit": "~4.4"
1762
            },
1763
            "type": "library",
1764
            "extra": {
1765
                "branch-alias": {
1766
                    "dev-master": "1.2.x-dev"
1767
                }
1768
            },
1769
            "autoload": {
1770
                "classmap": [
1771
                    "src/"
1772
                ]
1773
            },
1774
            "notification-url": "https://packagist.org/downloads/",
1775
            "license": [
1776
                "BSD-3-Clause"
1777
            ],
1778
            "authors": [
1779
                {
1780
                    "name": "Jeff Welch",
1781
                    "email": "[email protected]"
1782
                },
1783
                {
1784
                    "name": "Volker Dusch",
1785
                    "email": "[email protected]"
1786
                },
1787
                {
1788
                    "name": "Bernhard Schussek",
1789
                    "email": "[email protected]"
1790
                },
1791
                {
1792
                    "name": "Sebastian Bergmann",
1793
                    "email": "[email protected]"
1794
                },
1795
                {
1796
                    "name": "Adam Harvey",
1797
                    "email": "[email protected]"
1798
                }
1799
            ],
1800
            "description": "Provides the functionality to export PHP variables for visualization",
1801
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1802
            "keywords": [
1803
                "export",
1804
                "exporter"
1805
            ],
1806
            "time": "2015-01-27 07:23:06"
1807
        },
1808
        {
1809
            "name": "sebastian/global-state",
1810
            "version": "1.0.0",
1811
            "source": {
1812
                "type": "git",
1813
                "url": "https://github.com/sebastianbergmann/global-state.git",
1814
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1815
            },
1816
            "dist": {
1817
                "type": "zip",
1818
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1819
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1820
                "shasum": ""
1821
            },
1822
            "require": {
1823
                "php": ">=5.3.3"
1824
            },
1825
            "require-dev": {
1826
                "phpunit/phpunit": "~4.2"
1827
            },
1828
            "suggest": {
1829
                "ext-uopz": "*"
1830
            },
1831
            "type": "library",
1832
            "extra": {
1833
                "branch-alias": {
1834
                    "dev-master": "1.0-dev"
1835
                }
1836
            },
1837
            "autoload": {
1838
                "classmap": [
1839
                    "src/"
1840
                ]
1841
            },
1842
            "notification-url": "https://packagist.org/downloads/",
1843
            "license": [
1844
                "BSD-3-Clause"
1845
            ],
1846
            "authors": [
1847
                {
1848
                    "name": "Sebastian Bergmann",
1849
                    "email": "[email protected]"
1850
                }
1851
            ],
1852
            "description": "Snapshotting of global state",
1853
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1854
            "keywords": [
1855
                "global state"
1856
            ],
1857
            "time": "2014-10-06 09:23:50"
1858
        },
1859
        {
1860
            "name": "sebastian/recursion-context",
1861
            "version": "1.0.0",
1862
            "source": {
1863
                "type": "git",
1864
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
1865
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
1866
            },
1867
            "dist": {
1868
                "type": "zip",
1869
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
1870
                "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
1871
                "shasum": ""
1872
            },
1873
            "require": {
1874
                "php": ">=5.3.3"
1875
            },
1876
            "require-dev": {
1877
                "phpunit/phpunit": "~4.4"
1878
            },
1879
            "type": "library",
1880
            "extra": {
1881
                "branch-alias": {
1882
                    "dev-master": "1.0.x-dev"
1883
                }
1884
            },
1885
            "autoload": {
1886
                "classmap": [
1887
                    "src/"
1888
                ]
1889
            },
1890
            "notification-url": "https://packagist.org/downloads/",
1891
            "license": [
1892
                "BSD-3-Clause"
1893
            ],
1894
            "authors": [
1895
                {
1896
                    "name": "Jeff Welch",
1897
                    "email": "[email protected]"
1898
                },
1899
                {
1900
                    "name": "Sebastian Bergmann",
1901
                    "email": "[email protected]"
1902
                },
1903
                {
1904
                    "name": "Adam Harvey",
1905
                    "email": "[email protected]"
1906
                }
1907
            ],
1908
            "description": "Provides functionality to recursively process PHP variables",
1909
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1910
            "time": "2015-01-24 09:48:32"
1911
        },
1912
        {
1913
            "name": "sebastian/version",
1914
            "version": "1.0.4",
1915
            "source": {
1916
                "type": "git",
1917
                "url": "https://github.com/sebastianbergmann/version.git",
1918
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
1919
            },
1920
            "dist": {
1921
                "type": "zip",
1922
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
1923
                "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
1924
                "shasum": ""
1925
            },
1926
            "type": "library",
1927
            "autoload": {
1928
                "classmap": [
1929
                    "src/"
1930
                ]
1931
            },
1932
            "notification-url": "https://packagist.org/downloads/",
1933
            "license": [
1934
                "BSD-3-Clause"
1935
            ],
1936
            "authors": [
1937
                {
1938
                    "name": "Sebastian Bergmann",
1939
                    "email": "[email protected]",
1940
                    "role": "lead"
1941
                }
1942
            ],
1943
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1944
            "homepage": "https://github.com/sebastianbergmann/version",
1945
            "time": "2014-12-15 14:25:24"
1946
        },
1947
        {
1948
            "name": "symfony/console",
1949
            "version": "v2.6.4",
1950
            "target-dir": "Symfony/Component/Console",
1951
            "source": {
1952
                "type": "git",
1953
                "url": "https://github.com/symfony/Console.git",
1954
                "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34"
1955
            },
1956
            "dist": {
1957
                "type": "zip",
1958
                "url": "https://api.github.com/repos/symfony/Console/zipball/e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
1959
                "reference": "e44154bfe3e41e8267d7a3794cd9da9a51cfac34",
1960
                "shasum": ""
1961
            },
1962
            "require": {
1963
                "php": ">=5.3.3"
1964
            },
1965
            "require-dev": {
1966
                "psr/log": "~1.0",
1967
                "symfony/event-dispatcher": "~2.1",
1968
                "symfony/process": "~2.1"
1969
            },
1970
            "suggest": {
1971
                "psr/log": "For using the console logger",
1972
                "symfony/event-dispatcher": "",
1973
                "symfony/process": ""
1974
            },
1975
            "type": "library",
1976
            "extra": {
1977
                "branch-alias": {
1978
                    "dev-master": "2.6-dev"
1979
                }
1980
            },
1981
            "autoload": {
1982
                "psr-0": {
1983
                    "Symfony\\Component\\Console\\": ""
1984
                }
1985
            },
1986
            "notification-url": "https://packagist.org/downloads/",
1987
            "license": [
1988
                "MIT"
1989
            ],
1990
            "authors": [
1991
                {
1992
                    "name": "Symfony Community",
1993
                    "homepage": "http://symfony.com/contributors"
1994
                },
1995
                {
1996
                    "name": "Fabien Potencier",
1997
                    "email": "[email protected]"
1998
                }
1999
            ],
2000
            "description": "Symfony Console Component",
2001
            "homepage": "http://symfony.com",
2002
            "time": "2015-01-25 04:39:26"
2003
        },
2004
        {
2005
            "name": "symfony/event-dispatcher",
2006
            "version": "v2.6.4",
2007
            "target-dir": "Symfony/Component/EventDispatcher",
2008
            "source": {
2009
                "type": "git",
2010
                "url": "https://github.com/symfony/EventDispatcher.git",
2011
                "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813"
2012
            },
2013
            "dist": {
2014
                "type": "zip",
2015
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/f75989f3ab2743a82fe0b03ded2598a2b1546813",
2016
                "reference": "f75989f3ab2743a82fe0b03ded2598a2b1546813",
2017
                "shasum": ""
2018
            },
2019
            "require": {
2020
                "php": ">=5.3.3"
2021
            },
2022
            "require-dev": {
2023
                "psr/log": "~1.0",
2024
                "symfony/config": "~2.0,>=2.0.5",
2025
                "symfony/dependency-injection": "~2.6",
2026
                "symfony/expression-language": "~2.6",
2027
                "symfony/stopwatch": "~2.3"
2028
            },
2029
            "suggest": {
2030
                "symfony/dependency-injection": "",
2031
                "symfony/http-kernel": ""
2032
            },
2033
            "type": "library",
2034
            "extra": {
2035
                "branch-alias": {
2036
                    "dev-master": "2.6-dev"
2037
                }
2038
            },
2039
            "autoload": {
2040
                "psr-0": {
2041
                    "Symfony\\Component\\EventDispatcher\\": ""
2042
                }
2043
            },
2044
            "notification-url": "https://packagist.org/downloads/",
2045
            "license": [
2046
                "MIT"
2047
            ],
2048
            "authors": [
2049
                {
2050
                    "name": "Symfony Community",
2051
                    "homepage": "http://symfony.com/contributors"
2052
                },
2053
                {
2054
                    "name": "Fabien Potencier",
2055
                    "email": "[email protected]"
2056
                }
2057
            ],
2058
            "description": "Symfony EventDispatcher Component",
2059
            "homepage": "http://symfony.com",
2060
            "time": "2015-02-01 16:10:57"
2061
        },
2062
        {
2063
            "name": "symfony/process",
2064
            "version": "v2.6.4",
2065
            "target-dir": "Symfony/Component/Process",
2066
            "source": {
2067
                "type": "git",
2068
                "url": "https://github.com/symfony/Process.git",
2069
                "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae"
2070
            },
2071
            "dist": {
2072
                "type": "zip",
2073
                "url": "https://api.github.com/repos/symfony/Process/zipball/ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
2074
                "reference": "ecfc23e89d9967999fa5f60a1e9af7384396e9ae",
2075
                "shasum": ""
2076
            },
2077
            "require": {
2078
                "php": ">=5.3.3"
2079
            },
2080
            "type": "library",
2081
            "extra": {
2082
                "branch-alias": {
2083
                    "dev-master": "2.6-dev"
2084
                }
2085
            },
2086
            "autoload": {
2087
                "psr-0": {
2088
                    "Symfony\\Component\\Process\\": ""
2089
                }
2090
            },
2091
            "notification-url": "https://packagist.org/downloads/",
2092
            "license": [
2093
                "MIT"
2094
            ],
2095
            "authors": [
2096
                {
2097
                    "name": "Symfony Community",
2098
                    "homepage": "http://symfony.com/contributors"
2099
                },
2100
                {
2101
                    "name": "Fabien Potencier",
2102
                    "email": "[email protected]"
2103
                }
2104
            ],
2105
            "description": "Symfony Process Component",
2106
            "homepage": "http://symfony.com",
2107
            "time": "2015-01-25 04:39:26"
2108
        },
2109
        {
2110
            "name": "symfony/yaml",
2111
            "version": "v2.6.4",
2112
            "target-dir": "Symfony/Component/Yaml",
2113
            "source": {
2114
                "type": "git",
2115
                "url": "https://github.com/symfony/Yaml.git",
2116
                "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8"
2117
            },
2118
            "dist": {
2119
                "type": "zip",
2120
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8",
2121
                "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8",
2122
                "shasum": ""
2123
            },
2124
            "require": {
2125
                "php": ">=5.3.3"
2126
            },
2127
            "type": "library",
2128
            "extra": {
2129
                "branch-alias": {
2130
                    "dev-master": "2.6-dev"
2131
                }
2132
            },
2133
            "autoload": {
2134
                "psr-0": {
2135
                    "Symfony\\Component\\Yaml\\": ""
2136
                }
2137
            },
2138
            "notification-url": "https://packagist.org/downloads/",
2139
            "license": [
2140
                "MIT"
2141
            ],
2142
            "authors": [
2143
                {
2144
                    "name": "Symfony Community",
2145
                    "homepage": "http://symfony.com/contributors"
2146
                },
2147
                {
2148
                    "name": "Fabien Potencier",
2149
                    "email": "[email protected]"
2150
                }
2151
            ],
2152
            "description": "Symfony Yaml Component",
2153
            "homepage": "http://symfony.com",
2154
            "time": "2015-01-25 04:39:26"
2155
        }
2156
    ],
2157
    "aliases": [],
2158
    "minimum-stability": "stable",
2159
    "stability-flags": [],
2160
    "prefer-stable": false,
2161
    "prefer-lowest": false,
2162
    "platform": [],
2163
    "platform-dev": []
2164
}
2165