Completed
Branch master (5d882d)
by Derek Stephen
02:16
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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5
        "This file is @generated automatically"
6
    ],
7
    "hash": "81139232db98f80525cd3f44503845c2",
8
    "packages": [
9
        {
10
            "name": "delboy1978uk/barnacle",
11
            "version": "v2.1.0",
12
            "source": {
13
                "type": "git",
14
                "url": "https://github.com/delboy1978uk/barnacle.git",
15
                "reference": "90b4710f115766d12e1a579b816c0974887b87a7"
16
            },
17
            "dist": {
18
                "type": "zip",
19
                "url": "https://api.github.com/repos/delboy1978uk/barnacle/zipball/90b4710f115766d12e1a579b816c0974887b87a7",
20
                "reference": "90b4710f115766d12e1a579b816c0974887b87a7",
21
                "shasum": ""
22
            },
23
            "require": {
24
                "php": ">=5.3.0"
25
            },
26
            "type": "library",
27
            "extra": {
28
                "branch-alias": {
29
                    "dev-master": "2.1.x-dev"
30
                }
31
            },
32
            "autoload": {
33
                "psr-0": {
34
                    "Pimple": "src/"
35
                }
36
            },
37
            "notification-url": "https://packagist.org/downloads/",
38
            "license": [
39
                "MIT"
40
            ],
41
            "authors": [
42
                {
43
                    "name": "Fabien Potencier",
44
                    "email": "[email protected]",
45
                    "homepage": "http://fabien.potencier.org",
46
                    "role": "Lead Developer"
47
                }
48
            ],
49
            "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
50
            "homepage": "http://pimple.sensiolabs.org",
51
            "keywords": [
52
                "container",
53
                "dependency injection"
54
            ],
55
            "time": "2014-05-01 10:34:00"
56
        },
57
        {
58
            "name": "twig/twig",
0 ignored issues
show
There is a security advisory for your installed version of twig/twig:

Remote code execution in templates
Loading history...
59
            "version": "v1.16.2",
60
            "source": {
61
                "type": "git",
62
                "url": "https://github.com/twigphp/Twig.git",
63
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc"
64
            },
65
            "dist": {
66
                "type": "zip",
67
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/42f758d9fe2146d1f0470604fc05ee43580873fc",
68
                "reference": "42f758d9fe2146d1f0470604fc05ee43580873fc",
69
                "shasum": ""
70
            },
71
            "require": {
72
                "php": ">=5.2.4"
73
            },
74
            "type": "library",
75
            "extra": {
76
                "branch-alias": {
77
                    "dev-master": "1.16-dev"
78
                }
79
            },
80
            "autoload": {
81
                "psr-0": {
82
                    "Twig_": "lib/"
83
                }
84
            },
85
            "notification-url": "https://packagist.org/downloads/",
86
            "license": [
87
                "BSD-3-Clause"
88
            ],
89
            "authors": [
90
                {
91
                    "name": "Fabien Potencier",
92
                    "email": "[email protected]",
93
                    "homepage": "http://fabien.potencier.org",
94
                    "role": "Lead Developer"
95
                },
96
                {
97
                    "name": "Armin Ronacher",
98
                    "email": "[email protected]",
99
                    "role": "Project Founder"
100
                },
101
                {
102
                    "name": "Twig Team",
103
                    "homepage": "https://github.com/fabpot/Twig/graphs/contributors",
104
                    "role": "Contributors"
105
                }
106
            ],
107
            "description": "Twig, the flexible, fast, and secure template language for PHP",
108
            "homepage": "http://twig.sensiolabs.org",
109
            "keywords": [
110
                "templating"
111
            ],
112
            "time": "2014-10-17 12:53:44"
113
        }
114
    ],
115
    "packages-dev": [
116
        {
117
            "name": "andrewsville/php-token-reflection",
118
            "version": "1.4.0",
119
            "source": {
120
                "type": "git",
121
                "url": "https://github.com/Andrewsville/PHP-Token-Reflection.git",
122
                "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee"
123
            },
124
            "dist": {
125
                "type": "zip",
126
                "url": "https://api.github.com/repos/Andrewsville/PHP-Token-Reflection/zipball/e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
127
                "reference": "e6d0ac2baf66cdf154be34c3d2a2aa1bd4b426ee",
128
                "shasum": ""
129
            },
130
            "require": {
131
                "ext-tokenizer": "*",
132
                "php": ">=5.3.0"
133
            },
134
            "type": "library",
135
            "autoload": {
136
                "psr-0": {
137
                    "TokenReflection": "./"
138
                }
139
            },
140
            "notification-url": "https://packagist.org/downloads/",
141
            "license": [
142
                "BSD-3"
143
            ],
144
            "authors": [
145
                {
146
                    "name": "Ondřej Nešpor",
147
                    "homepage": "https://github.com/andrewsville"
148
                },
149
                {
150
                    "name": "Jaroslav Hanslík",
151
                    "homepage": "https://github.com/kukulich"
152
                }
153
            ],
154
            "description": "Library emulating the PHP internal reflection using just the tokenized source code.",
155
            "homepage": "http://andrewsville.github.com/PHP-Token-Reflection/",
156
            "keywords": [
157
                "library",
158
                "reflection",
159
                "tokenizer"
160
            ],
161
            "time": "2014-08-06 16:37:08"
162
        },
163
        {
164
            "name": "codeception/aspect-mock",
165
            "version": "0.5.1",
166
            "source": {
167
                "type": "git",
168
                "url": "https://github.com/Codeception/AspectMock.git",
169
                "reference": "fc6884fb5223bbb90759c5f846b6881b9ee17f78"
170
            },
171
            "dist": {
172
                "type": "zip",
173
                "url": "https://api.github.com/repos/Codeception/AspectMock/zipball/fc6884fb5223bbb90759c5f846b6881b9ee17f78",
174
                "reference": "fc6884fb5223bbb90759c5f846b6881b9ee17f78",
175
                "shasum": ""
176
            },
177
            "require": {
178
                "lisachenko/go-aop-php": "0.5.*",
179
                "php": ">=5.4.0"
180
            },
181
            "require-dev": {
182
                "codeception/codeception": "~2.0",
183
                "codeception/specify": "~0.3",
184
                "codeception/verify": "~0.2"
185
            },
186
            "type": "library",
187
            "autoload": {
188
                "psr-0": {
189
                    "AspectMock": "src/"
190
                }
191
            },
192
            "notification-url": "https://packagist.org/downloads/",
193
            "authors": [
194
                {
195
                    "name": "Michael Bodnarchuk",
196
                    "email": "[email protected]"
197
                }
198
            ],
199
            "description": "Experimental Mocking Framework powered by Aspects",
200
            "time": "2014-10-15 22:08:46"
201
        },
202
        {
203
            "name": "codeception/codeception",
204
            "version": "2.0.8",
205
            "source": {
206
                "type": "git",
207
                "url": "https://github.com/Codeception/Codeception.git",
208
                "reference": "0f9de6de9788912a289214a020193eac0a9a05e8"
209
            },
210
            "dist": {
211
                "type": "zip",
212
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0f9de6de9788912a289214a020193eac0a9a05e8",
213
                "reference": "0f9de6de9788912a289214a020193eac0a9a05e8",
214
                "shasum": ""
215
            },
216
            "require": {
217
                "ext-json": "*",
218
                "ext-mbstring": "*",
219
                "facebook/webdriver": "~0.4",
220
                "guzzlehttp/guzzle": "~4.0|~5.0",
221
                "php": ">=5.4.0",
222
                "phpunit/phpunit": "~4.0",
223
                "symfony/browser-kit": "~2.4",
224
                "symfony/console": "~2.4",
225
                "symfony/css-selector": "~2.4",
226
                "symfony/dom-crawler": "~2.4,!=2.4.5",
227
                "symfony/event-dispatcher": "~2.4",
228
                "symfony/finder": "~2.4",
229
                "symfony/yaml": "~2.4"
230
            },
231
            "require-dev": {
232
                "codeception/specify": "~0.3",
233
                "codegyre/robo-ci": "@dev",
234
                "facebook/php-sdk": "~3.2",
235
                "monolog/monolog": "~1.8",
236
                "pda/pheanstalk": "~2.0",
237
                "phpseclib/phpseclib": "~0.3.6",
238
                "videlalvaro/php-amqplib": "~2.4"
239
            },
240
            "suggest": {
241
                "codeception/phpbuiltinserver": "Extension to start and stop PHP built-in web server for your tests",
242
                "codeception/specify": "BDD-style code blocks",
243
                "codeception/verify": "BDD-style assertions",
244
                "monolog/monolog": "Log test steps",
245
                "phpseclib/phpseclib": "Extension required to use the SFTP option in the FTP Module."
246
            },
247
            "bin": [
248
                "codecept"
249
            ],
250
            "type": "library",
251
            "extra": {
252
                "branch-alias": {
253
                    "dev-master": "2.1-dev"
254
                }
255
            },
256
            "autoload": {
257
                "psr-0": {
258
                    "Codeception": "src"
259
                }
260
            },
261
            "notification-url": "https://packagist.org/downloads/",
262
            "license": [
263
                "MIT"
264
            ],
265
            "authors": [
266
                {
267
                    "name": "Michael Bodnarchuk",
268
                    "email": "[email protected]",
269
                    "homepage": "http://codegyre.com"
270
                }
271
            ],
272
            "description": "BDD-style testing framework",
273
            "homepage": "http://codeception.com/",
274
            "keywords": [
275
                "BDD",
276
                "TDD",
277
                "acceptance testing",
278
                "functional testing",
279
                "unit testing"
280
            ],
281
            "time": "2014-11-18 00:48:50"
282
        },
283
        {
284
            "name": "doctrine/annotations",
285
            "version": "v1.2.1",
286
            "source": {
287
                "type": "git",
288
                "url": "https://github.com/doctrine/annotations.git",
289
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633"
290
            },
291
            "dist": {
292
                "type": "zip",
293
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633",
294
                "reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633",
295
                "shasum": ""
296
            },
297
            "require": {
298
                "doctrine/lexer": "1.*",
299
                "php": ">=5.3.2"
300
            },
301
            "require-dev": {
302
                "doctrine/cache": "1.*",
303
                "phpunit/phpunit": "4.*"
304
            },
305
            "type": "library",
306
            "extra": {
307
                "branch-alias": {
308
                    "dev-master": "1.3.x-dev"
309
                }
310
            },
311
            "autoload": {
312
                "psr-0": {
313
                    "Doctrine\\Common\\Annotations\\": "lib/"
314
                }
315
            },
316
            "notification-url": "https://packagist.org/downloads/",
317
            "license": [
318
                "MIT"
319
            ],
320
            "authors": [
321
                {
322
                    "name": "Roman Borschel",
323
                    "email": "[email protected]"
324
                },
325
                {
326
                    "name": "Benjamin Eberlei",
327
                    "email": "[email protected]"
328
                },
329
                {
330
                    "name": "Guilherme Blanco",
331
                    "email": "[email protected]"
332
                },
333
                {
334
                    "name": "Jonathan Wage",
335
                    "email": "[email protected]"
336
                },
337
                {
338
                    "name": "Johannes Schmitt",
339
                    "email": "[email protected]"
340
                }
341
            ],
342
            "description": "Docblock Annotations Parser",
343
            "homepage": "http://www.doctrine-project.org",
344
            "keywords": [
345
                "annotations",
346
                "docblock",
347
                "parser"
348
            ],
349
            "time": "2014-09-25 16:45:30"
350
        },
351
        {
352
            "name": "doctrine/instantiator",
353
            "version": "1.0.4",
354
            "source": {
355
                "type": "git",
356
                "url": "https://github.com/doctrine/instantiator.git",
357
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
358
            },
359
            "dist": {
360
                "type": "zip",
361
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
362
                "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
363
                "shasum": ""
364
            },
365
            "require": {
366
                "php": ">=5.3,<8.0-DEV"
367
            },
368
            "require-dev": {
369
                "athletic/athletic": "~0.1.8",
370
                "ext-pdo": "*",
371
                "ext-phar": "*",
372
                "phpunit/phpunit": "~4.0",
373
                "squizlabs/php_codesniffer": "2.0.*@ALPHA"
374
            },
375
            "type": "library",
376
            "extra": {
377
                "branch-alias": {
378
                    "dev-master": "1.0.x-dev"
379
                }
380
            },
381
            "autoload": {
382
                "psr-0": {
383
                    "Doctrine\\Instantiator\\": "src"
384
                }
385
            },
386
            "notification-url": "https://packagist.org/downloads/",
387
            "license": [
388
                "MIT"
389
            ],
390
            "authors": [
391
                {
392
                    "name": "Marco Pivetta",
393
                    "email": "[email protected]",
394
                    "homepage": "http://ocramius.github.com/"
395
                }
396
            ],
397
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
398
            "homepage": "https://github.com/doctrine/instantiator",
399
            "keywords": [
400
                "constructor",
401
                "instantiate"
402
            ],
403
            "time": "2014-10-13 12:58:55"
404
        },
405
        {
406
            "name": "doctrine/lexer",
407
            "version": "v1.0",
408
            "source": {
409
                "type": "git",
410
                "url": "https://github.com/doctrine/lexer.git",
411
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
412
            },
413
            "dist": {
414
                "type": "zip",
415
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
416
                "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
417
                "shasum": ""
418
            },
419
            "require": {
420
                "php": ">=5.3.2"
421
            },
422
            "type": "library",
423
            "autoload": {
424
                "psr-0": {
425
                    "Doctrine\\Common\\Lexer\\": "lib/"
426
                }
427
            },
428
            "notification-url": "https://packagist.org/downloads/",
429
            "license": [
430
                "MIT"
431
            ],
432
            "authors": [
433
                {
434
                    "name": "Guilherme Blanco",
435
                    "email": "[email protected]",
436
                    "homepage": "http://www.instaclick.com"
437
                },
438
                {
439
                    "name": "Roman Borschel",
440
                    "email": "[email protected]"
441
                },
442
                {
443
                    "name": "Johannes Schmitt",
444
                    "email": "[email protected]",
445
                    "homepage": "https://github.com/schmittjoh",
446
                    "role": "Developer of wrapped JMSSerializerBundle"
447
                }
448
            ],
449
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
450
            "homepage": "http://www.doctrine-project.org",
451
            "keywords": [
452
                "lexer",
453
                "parser"
454
            ],
455
            "time": "2013-01-12 18:59:04"
456
        },
457
        {
458
            "name": "facebook/webdriver",
459
            "version": "v0.5.1",
460
            "source": {
461
                "type": "git",
462
                "url": "https://github.com/facebook/php-webdriver.git",
463
                "reference": "bbcb697efb394d17bd9ec3d467e7da847cde4509"
464
            },
465
            "dist": {
466
                "type": "zip",
467
                "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bbcb697efb394d17bd9ec3d467e7da847cde4509",
468
                "reference": "bbcb697efb394d17bd9ec3d467e7da847cde4509",
469
                "shasum": ""
470
            },
471
            "require": {
472
                "php": ">=5.3.19"
473
            },
474
            "require-dev": {
475
                "phpdocumentor/phpdocumentor": "2.*",
476
                "phpunit/phpunit": "3.7.*"
477
            },
478
            "type": "library",
479
            "autoload": {
480
                "classmap": [
481
                    "lib/"
482
                ]
483
            },
484
            "notification-url": "https://packagist.org/downloads/",
485
            "license": [
486
                "Apache-2.0"
487
            ],
488
            "description": "A php client for WebDriver",
489
            "homepage": "https://github.com/facebook/php-webdriver",
490
            "keywords": [
491
                "facebook",
492
                "php",
493
                "selenium",
494
                "webdriver"
495
            ],
496
            "time": "2014-11-05 20:53:09"
497
        },
498
        {
499
            "name": "guzzlehttp/guzzle",
500
            "version": "5.0.3",
501
            "source": {
502
                "type": "git",
503
                "url": "https://github.com/guzzle/guzzle.git",
504
                "reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282"
505
            },
506
            "dist": {
507
                "type": "zip",
508
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/6c72627de1d66832e4270e36e56acdb0d1d8f282",
509
                "reference": "6c72627de1d66832e4270e36e56acdb0d1d8f282",
510
                "shasum": ""
511
            },
512
            "require": {
513
                "guzzlehttp/ringphp": "~1.0",
514
                "php": ">=5.4.0"
515
            },
516
            "require-dev": {
517
                "ext-curl": "*",
518
                "phpunit/phpunit": "~4.0",
519
                "psr/log": "~1.0"
520
            },
521
            "type": "library",
522
            "extra": {
523
                "branch-alias": {
524
                    "dev-master": "5.0-dev"
525
                }
526
            },
527
            "autoload": {
528
                "psr-4": {
529
                    "GuzzleHttp\\": "src/"
530
                }
531
            },
532
            "notification-url": "https://packagist.org/downloads/",
533
            "license": [
534
                "MIT"
535
            ],
536
            "authors": [
537
                {
538
                    "name": "Michael Dowling",
539
                    "email": "[email protected]",
540
                    "homepage": "https://github.com/mtdowling"
541
                }
542
            ],
543
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
544
            "homepage": "http://guzzlephp.org/",
545
            "keywords": [
546
                "client",
547
                "curl",
548
                "framework",
549
                "http",
550
                "http client",
551
                "rest",
552
                "web service"
553
            ],
554
            "time": "2014-11-04 07:09:15"
555
        },
556
        {
557
            "name": "guzzlehttp/ringphp",
558
            "version": "1.0.4",
559
            "source": {
560
                "type": "git",
561
                "url": "https://github.com/guzzle/RingPHP.git",
562
                "reference": "9187999f80720b9494692d2167d75144acb2ad05"
563
            },
564
            "dist": {
565
                "type": "zip",
566
                "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/9187999f80720b9494692d2167d75144acb2ad05",
567
                "reference": "9187999f80720b9494692d2167d75144acb2ad05",
568
                "shasum": ""
569
            },
570
            "require": {
571
                "guzzlehttp/streams": "~3.0",
572
                "php": ">=5.4.0",
573
                "react/promise": "~2.0"
574
            },
575
            "require-dev": {
576
                "ext-curl": "*",
577
                "phpunit/phpunit": "~4.0"
578
            },
579
            "suggest": {
580
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
581
            },
582
            "type": "library",
583
            "extra": {
584
                "branch-alias": {
585
                    "dev-master": "1.0-dev"
586
                }
587
            },
588
            "autoload": {
589
                "psr-4": {
590
                    "GuzzleHttp\\Ring\\": "src/"
591
                }
592
            },
593
            "notification-url": "https://packagist.org/downloads/",
594
            "license": [
595
                "MIT"
596
            ],
597
            "authors": [
598
                {
599
                    "name": "Michael Dowling",
600
                    "email": "[email protected]",
601
                    "homepage": "https://github.com/mtdowling"
602
                }
603
            ],
604
            "time": "2014-12-02 05:01:22"
605
        },
606
        {
607
            "name": "guzzlehttp/streams",
608
            "version": "3.0.0",
609
            "source": {
610
                "type": "git",
611
                "url": "https://github.com/guzzle/streams.git",
612
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
613
            },
614
            "dist": {
615
                "type": "zip",
616
                "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
617
                "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
618
                "shasum": ""
619
            },
620
            "require": {
621
                "php": ">=5.4.0"
622
            },
623
            "require-dev": {
624
                "phpunit/phpunit": "~4.0"
625
            },
626
            "type": "library",
627
            "extra": {
628
                "branch-alias": {
629
                    "dev-master": "3.0-dev"
630
                }
631
            },
632
            "autoload": {
633
                "psr-4": {
634
                    "GuzzleHttp\\Stream\\": "src/"
635
                }
636
            },
637
            "notification-url": "https://packagist.org/downloads/",
638
            "license": [
639
                "MIT"
640
            ],
641
            "authors": [
642
                {
643
                    "name": "Michael Dowling",
644
                    "email": "[email protected]",
645
                    "homepage": "https://github.com/mtdowling"
646
                }
647
            ],
648
            "description": "Provides a simple abstraction over streams of data",
649
            "homepage": "http://guzzlephp.org/",
650
            "keywords": [
651
                "Guzzle",
652
                "stream"
653
            ],
654
            "time": "2014-10-12 19:18:40"
655
        },
656
        {
657
            "name": "jakubledl/dissect",
658
            "version": "v1.0.1",
659
            "source": {
660
                "type": "git",
661
                "url": "https://github.com/jakubledl/dissect.git",
662
                "reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4"
663
            },
664
            "dist": {
665
                "type": "zip",
666
                "url": "https://api.github.com/repos/jakubledl/dissect/zipball/d3a391de31e45a247e95cef6cf58a91c05af67c4",
667
                "reference": "d3a391de31e45a247e95cef6cf58a91c05af67c4",
668
                "shasum": ""
669
            },
670
            "require": {
671
                "php": ">=5.3.3"
672
            },
673
            "require-dev": {
674
                "symfony/console": "~2.1"
675
            },
676
            "suggest": {
677
                "symfony/console": "for the command-line tool"
678
            },
679
            "bin": [
680
                "bin/dissect.php",
681
                "bin/dissect"
682
            ],
683
            "type": "library",
684
            "autoload": {
685
                "psr-0": {
686
                    "Dissect": [
687
                        "src/"
688
                    ]
689
                }
690
            },
691
            "notification-url": "https://packagist.org/downloads/",
692
            "license": [
693
                "unlicense"
694
            ],
695
            "authors": [
696
                {
697
                    "name": "Jakub Lédl",
698
                    "email": "[email protected]"
699
                }
700
            ],
701
            "description": "Lexing and parsing in pure PHP",
702
            "homepage": "https://github.com/jakubledl/dissect",
703
            "keywords": [
704
                "ast",
705
                "lexing",
706
                "parser",
707
                "parsing"
708
            ],
709
            "time": "2013-01-29 21:29:14"
710
        },
711
        {
712
            "name": "lisachenko/go-aop-php",
713
            "version": "0.5.0",
714
            "source": {
715
                "type": "git",
716
                "url": "https://github.com/lisachenko/go-aop-php.git",
717
                "reference": "52ea3b4b7fd06723c0170a9c89463b2e213cde43"
718
            },
719
            "dist": {
720
                "type": "zip",
721
                "url": "https://api.github.com/repos/lisachenko/go-aop-php/zipball/52ea3b4b7fd06723c0170a9c89463b2e213cde43",
722
                "reference": "52ea3b4b7fd06723c0170a9c89463b2e213cde43",
723
                "shasum": ""
724
            },
725
            "require": {
726
                "andrewsville/php-token-reflection": "~1.3",
727
                "doctrine/annotations": "~1.0",
728
                "jakubledl/dissect": "~1.0",
729
                "php": ">=5.3.0"
730
            },
731
            "require-dev": {
732
                "symfony/console": "~2"
733
            },
734
            "suggest": {
735
                "symfony/console": "for the command-line tool"
736
            },
737
            "bin": [
738
                "bin/warmup"
739
            ],
740
            "type": "library",
741
            "extra": {
742
                "branch-alias": {
743
                    "dev-master": "0.5-dev"
744
                }
745
            },
746
            "autoload": {
747
                "psr-0": {
748
                    "Go": "src/"
749
                }
750
            },
751
            "notification-url": "https://packagist.org/downloads/",
752
            "license": [
753
                "MIT"
754
            ],
755
            "authors": [
756
                {
757
                    "name": "Lisachenko Alexander",
758
                    "homepage": "https://github.com/lisachenko"
759
                }
760
            ],
761
            "description": "Library for aspect-oriented programming in PHP.",
762
            "homepage": "http://go.aopphp.com/",
763
            "keywords": [
764
                "aop",
765
                "aspect",
766
                "library",
767
                "php"
768
            ],
769
            "time": "2014-07-08 11:34:22"
770
        },
771
        {
772
            "name": "pdepend/pdepend",
773
            "version": "2.0.4",
774
            "source": {
775
                "type": "git",
776
                "url": "https://github.com/pdepend/pdepend.git",
777
                "reference": "1b0acf162da4f30237987e61e177a57f78e3d87e"
778
            },
779
            "dist": {
780
                "type": "zip",
781
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/1b0acf162da4f30237987e61e177a57f78e3d87e",
782
                "reference": "1b0acf162da4f30237987e61e177a57f78e3d87e",
783
                "shasum": ""
784
            },
785
            "require": {
786
                "symfony/config": ">=2.4",
787
                "symfony/dependency-injection": ">=2.4",
788
                "symfony/filesystem": ">=2.4"
789
            },
790
            "require-dev": {
791
                "phpunit/phpunit": "4.*@stable",
792
                "squizlabs/php_codesniffer": "@stable"
793
            },
794
            "bin": [
795
                "src/bin/pdepend"
796
            ],
797
            "type": "library",
798
            "autoload": {
799
                "psr-0": {
800
                    "PDepend\\": "src/main/php/"
801
                }
802
            },
803
            "notification-url": "https://packagist.org/downloads/",
804
            "license": [
805
                "BSD-3-Clause"
806
            ],
807
            "description": "Official version of pdepend to be handled with Composer",
808
            "time": "2014-12-04 12:38:39"
809
        },
810
        {
811
            "name": "phpmd/phpmd",
812
            "version": "2.1.3",
813
            "source": {
814
                "type": "git",
815
                "url": "https://github.com/phpmd/phpmd.git",
816
                "reference": "1a485d9db869137af5e9678bd844568c92998b25"
817
            },
818
            "dist": {
819
                "type": "zip",
820
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/1a485d9db869137af5e9678bd844568c92998b25",
821
                "reference": "1a485d9db869137af5e9678bd844568c92998b25",
822
                "shasum": ""
823
            },
824
            "require": {
825
                "pdepend/pdepend": "2.0.*",
826
                "php": ">=5.3.0",
827
                "symfony/config": "2.5.*",
828
                "symfony/dependency-injection": "2.5.*",
829
                "symfony/filesystem": "2.5.*"
830
            },
831
            "bin": [
832
                "src/bin/phpmd"
833
            ],
834
            "type": "library",
835
            "autoload": {
836
                "psr-0": {
837
                    "PHPMD\\": "src/main/php"
838
                }
839
            },
840
            "notification-url": "https://packagist.org/downloads/",
841
            "license": [
842
                "BSD-3-Clause"
843
            ],
844
            "description": "Official version of PHPMD handled with Composer.",
845
            "time": "2014-09-25 15:56:22"
846
        },
847
        {
848
            "name": "phpunit/php-code-coverage",
849
            "version": "2.0.13",
850
            "source": {
851
                "type": "git",
852
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
853
                "reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5"
854
            },
855
            "dist": {
856
                "type": "zip",
857
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5",
858
                "reference": "0e7d2eec5554f869fa7a4ec2d21e4b37af943ea5",
859
                "shasum": ""
860
            },
861
            "require": {
862
                "php": ">=5.3.3",
863
                "phpunit/php-file-iterator": "~1.3",
864
                "phpunit/php-text-template": "~1.2",
865
                "phpunit/php-token-stream": "~1.3",
866
                "sebastian/environment": "~1.0",
867
                "sebastian/version": "~1.0"
868
            },
869
            "require-dev": {
870
                "ext-xdebug": ">=2.1.4",
871
                "phpunit/phpunit": "~4.1"
872
            },
873
            "suggest": {
874
                "ext-dom": "*",
875
                "ext-xdebug": ">=2.2.1",
876
                "ext-xmlwriter": "*"
877
            },
878
            "type": "library",
879
            "extra": {
880
                "branch-alias": {
881
                    "dev-master": "2.0.x-dev"
882
                }
883
            },
884
            "autoload": {
885
                "classmap": [
886
                    "src/"
887
                ]
888
            },
889
            "notification-url": "https://packagist.org/downloads/",
890
            "include-path": [
891
                ""
892
            ],
893
            "license": [
894
                "BSD-3-Clause"
895
            ],
896
            "authors": [
897
                {
898
                    "name": "Sebastian Bergmann",
899
                    "email": "[email protected]",
900
                    "role": "lead"
901
                }
902
            ],
903
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
904
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
905
            "keywords": [
906
                "coverage",
907
                "testing",
908
                "xunit"
909
            ],
910
            "time": "2014-12-03 06:41:44"
911
        },
912
        {
913
            "name": "phpunit/php-file-iterator",
914
            "version": "1.3.4",
915
            "source": {
916
                "type": "git",
917
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
918
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
919
            },
920
            "dist": {
921
                "type": "zip",
922
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
923
                "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
924
                "shasum": ""
925
            },
926
            "require": {
927
                "php": ">=5.3.3"
928
            },
929
            "type": "library",
930
            "autoload": {
931
                "classmap": [
932
                    "File/"
933
                ]
934
            },
935
            "notification-url": "https://packagist.org/downloads/",
936
            "include-path": [
937
                ""
938
            ],
939
            "license": [
940
                "BSD-3-Clause"
941
            ],
942
            "authors": [
943
                {
944
                    "name": "Sebastian Bergmann",
945
                    "email": "[email protected]",
946
                    "role": "lead"
947
                }
948
            ],
949
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
950
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
951
            "keywords": [
952
                "filesystem",
953
                "iterator"
954
            ],
955
            "time": "2013-10-10 15:34:57"
956
        },
957
        {
958
            "name": "phpunit/php-text-template",
959
            "version": "1.2.0",
960
            "source": {
961
                "type": "git",
962
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
963
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
964
            },
965
            "dist": {
966
                "type": "zip",
967
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
968
                "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
969
                "shasum": ""
970
            },
971
            "require": {
972
                "php": ">=5.3.3"
973
            },
974
            "type": "library",
975
            "autoload": {
976
                "classmap": [
977
                    "Text/"
978
                ]
979
            },
980
            "notification-url": "https://packagist.org/downloads/",
981
            "include-path": [
982
                ""
983
            ],
984
            "license": [
985
                "BSD-3-Clause"
986
            ],
987
            "authors": [
988
                {
989
                    "name": "Sebastian Bergmann",
990
                    "email": "[email protected]",
991
                    "role": "lead"
992
                }
993
            ],
994
            "description": "Simple template engine.",
995
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
996
            "keywords": [
997
                "template"
998
            ],
999
            "time": "2014-01-30 17:20:04"
1000
        },
1001
        {
1002
            "name": "phpunit/php-timer",
1003
            "version": "1.0.5",
1004
            "source": {
1005
                "type": "git",
1006
                "url": "https://github.com/sebastianbergmann/php-timer.git",
1007
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
1008
            },
1009
            "dist": {
1010
                "type": "zip",
1011
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1012
                "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
1013
                "shasum": ""
1014
            },
1015
            "require": {
1016
                "php": ">=5.3.3"
1017
            },
1018
            "type": "library",
1019
            "autoload": {
1020
                "classmap": [
1021
                    "PHP/"
1022
                ]
1023
            },
1024
            "notification-url": "https://packagist.org/downloads/",
1025
            "include-path": [
1026
                ""
1027
            ],
1028
            "license": [
1029
                "BSD-3-Clause"
1030
            ],
1031
            "authors": [
1032
                {
1033
                    "name": "Sebastian Bergmann",
1034
                    "email": "[email protected]",
1035
                    "role": "lead"
1036
                }
1037
            ],
1038
            "description": "Utility class for timing",
1039
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
1040
            "keywords": [
1041
                "timer"
1042
            ],
1043
            "time": "2013-08-02 07:42:54"
1044
        },
1045
        {
1046
            "name": "phpunit/php-token-stream",
1047
            "version": "1.3.0",
1048
            "source": {
1049
                "type": "git",
1050
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1051
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
1052
            },
1053
            "dist": {
1054
                "type": "zip",
1055
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
1056
                "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
1057
                "shasum": ""
1058
            },
1059
            "require": {
1060
                "ext-tokenizer": "*",
1061
                "php": ">=5.3.3"
1062
            },
1063
            "require-dev": {
1064
                "phpunit/phpunit": "~4.2"
1065
            },
1066
            "type": "library",
1067
            "extra": {
1068
                "branch-alias": {
1069
                    "dev-master": "1.3-dev"
1070
                }
1071
            },
1072
            "autoload": {
1073
                "classmap": [
1074
                    "src/"
1075
                ]
1076
            },
1077
            "notification-url": "https://packagist.org/downloads/",
1078
            "license": [
1079
                "BSD-3-Clause"
1080
            ],
1081
            "authors": [
1082
                {
1083
                    "name": "Sebastian Bergmann",
1084
                    "email": "[email protected]"
1085
                }
1086
            ],
1087
            "description": "Wrapper around PHP's tokenizer extension.",
1088
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1089
            "keywords": [
1090
                "tokenizer"
1091
            ],
1092
            "time": "2014-08-31 06:12:13"
1093
        },
1094
        {
1095
            "name": "phpunit/phpunit",
1096
            "version": "4.4.0",
1097
            "source": {
1098
                "type": "git",
1099
                "url": "https://github.com/sebastianbergmann/phpunit.git",
1100
                "reference": "bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0"
1101
            },
1102
            "dist": {
1103
                "type": "zip",
1104
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0",
1105
                "reference": "bbe7bcb83b6ec1a9eaabbe1b70d4795027c53ee0",
1106
                "shasum": ""
1107
            },
1108
            "require": {
1109
                "ext-dom": "*",
1110
                "ext-json": "*",
1111
                "ext-pcre": "*",
1112
                "ext-reflection": "*",
1113
                "ext-spl": "*",
1114
                "php": ">=5.3.3",
1115
                "phpunit/php-code-coverage": "~2.0",
1116
                "phpunit/php-file-iterator": "~1.3.2",
1117
                "phpunit/php-text-template": "~1.2",
1118
                "phpunit/php-timer": "~1.0.2",
1119
                "phpunit/phpunit-mock-objects": "~2.3",
1120
                "sebastian/comparator": "~1.0",
1121
                "sebastian/diff": "~1.1",
1122
                "sebastian/environment": "~1.1",
1123
                "sebastian/exporter": "~1.0",
1124
                "sebastian/global-state": "~1.0",
1125
                "sebastian/version": "~1.0",
1126
                "symfony/yaml": "~2.0"
1127
            },
1128
            "suggest": {
1129
                "phpunit/php-invoker": "~1.1"
1130
            },
1131
            "bin": [
1132
                "phpunit"
1133
            ],
1134
            "type": "library",
1135
            "extra": {
1136
                "branch-alias": {
1137
                    "dev-master": "4.4.x-dev"
1138
                }
1139
            },
1140
            "autoload": {
1141
                "classmap": [
1142
                    "src/"
1143
                ]
1144
            },
1145
            "notification-url": "https://packagist.org/downloads/",
1146
            "license": [
1147
                "BSD-3-Clause"
1148
            ],
1149
            "authors": [
1150
                {
1151
                    "name": "Sebastian Bergmann",
1152
                    "email": "[email protected]",
1153
                    "role": "lead"
1154
                }
1155
            ],
1156
            "description": "The PHP Unit Testing framework.",
1157
            "homepage": "https://phpunit.de/",
1158
            "keywords": [
1159
                "phpunit",
1160
                "testing",
1161
                "xunit"
1162
            ],
1163
            "time": "2014-12-05 06:49:03"
1164
        },
1165
        {
1166
            "name": "phpunit/phpunit-mock-objects",
1167
            "version": "2.3.0",
1168
            "source": {
1169
                "type": "git",
1170
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1171
                "reference": "c63d2367247365f688544f0d500af90a11a44c65"
1172
            },
1173
            "dist": {
1174
                "type": "zip",
1175
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
1176
                "reference": "c63d2367247365f688544f0d500af90a11a44c65",
1177
                "shasum": ""
1178
            },
1179
            "require": {
1180
                "doctrine/instantiator": "~1.0,>=1.0.1",
1181
                "php": ">=5.3.3",
1182
                "phpunit/php-text-template": "~1.2"
1183
            },
1184
            "require-dev": {
1185
                "phpunit/phpunit": "~4.3"
1186
            },
1187
            "suggest": {
1188
                "ext-soap": "*"
1189
            },
1190
            "type": "library",
1191
            "extra": {
1192
                "branch-alias": {
1193
                    "dev-master": "2.3.x-dev"
1194
                }
1195
            },
1196
            "autoload": {
1197
                "classmap": [
1198
                    "src/"
1199
                ]
1200
            },
1201
            "notification-url": "https://packagist.org/downloads/",
1202
            "license": [
1203
                "BSD-3-Clause"
1204
            ],
1205
            "authors": [
1206
                {
1207
                    "name": "Sebastian Bergmann",
1208
                    "email": "[email protected]",
1209
                    "role": "lead"
1210
                }
1211
            ],
1212
            "description": "Mock Object library for PHPUnit",
1213
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1214
            "keywords": [
1215
                "mock",
1216
                "xunit"
1217
            ],
1218
            "time": "2014-10-03 05:12:11"
1219
        },
1220
        {
1221
            "name": "react/promise",
1222
            "version": "v2.1.0",
1223
            "source": {
1224
                "type": "git",
1225
                "url": "https://github.com/reactphp/promise.git",
1226
                "reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6"
1227
            },
1228
            "dist": {
1229
                "type": "zip",
1230
                "url": "https://api.github.com/repos/reactphp/promise/zipball/937b04f1b0ee8f6d180e75a0830aac778ca4bcd6",
1231
                "reference": "937b04f1b0ee8f6d180e75a0830aac778ca4bcd6",
1232
                "shasum": ""
1233
            },
1234
            "require": {
1235
                "php": ">=5.4.0"
1236
            },
1237
            "type": "library",
1238
            "extra": {
1239
                "branch-alias": {
1240
                    "dev-master": "2.0-dev"
1241
                }
1242
            },
1243
            "autoload": {
1244
                "psr-4": {
1245
                    "React\\Promise\\": "src/"
1246
                },
1247
                "files": [
1248
                    "src/functions.php"
1249
                ]
1250
            },
1251
            "notification-url": "https://packagist.org/downloads/",
1252
            "license": [
1253
                "MIT"
1254
            ],
1255
            "authors": [
1256
                {
1257
                    "name": "Jan Sorgalla",
1258
                    "email": "[email protected]"
1259
                }
1260
            ],
1261
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
1262
            "time": "2014-10-15 20:05:57"
1263
        },
1264
        {
1265
            "name": "sebastian/comparator",
1266
            "version": "1.1.0",
1267
            "source": {
1268
                "type": "git",
1269
                "url": "https://github.com/sebastianbergmann/comparator.git",
1270
                "reference": "c484a80f97573ab934e37826dba0135a3301b26a"
1271
            },
1272
            "dist": {
1273
                "type": "zip",
1274
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c484a80f97573ab934e37826dba0135a3301b26a",
1275
                "reference": "c484a80f97573ab934e37826dba0135a3301b26a",
1276
                "shasum": ""
1277
            },
1278
            "require": {
1279
                "php": ">=5.3.3",
1280
                "sebastian/diff": "~1.1",
1281
                "sebastian/exporter": "~1.0"
1282
            },
1283
            "require-dev": {
1284
                "phpunit/phpunit": "~4.1"
1285
            },
1286
            "type": "library",
1287
            "extra": {
1288
                "branch-alias": {
1289
                    "dev-master": "1.1.x-dev"
1290
                }
1291
            },
1292
            "autoload": {
1293
                "classmap": [
1294
                    "src/"
1295
                ]
1296
            },
1297
            "notification-url": "https://packagist.org/downloads/",
1298
            "license": [
1299
                "BSD-3-Clause"
1300
            ],
1301
            "authors": [
1302
                {
1303
                    "name": "Jeff Welch",
1304
                    "email": "[email protected]"
1305
                },
1306
                {
1307
                    "name": "Volker Dusch",
1308
                    "email": "[email protected]"
1309
                },
1310
                {
1311
                    "name": "Bernhard Schussek",
1312
                    "email": "[email protected]"
1313
                },
1314
                {
1315
                    "name": "Sebastian Bergmann",
1316
                    "email": "[email protected]"
1317
                }
1318
            ],
1319
            "description": "Provides the functionality to compare PHP values for equality",
1320
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
1321
            "keywords": [
1322
                "comparator",
1323
                "compare",
1324
                "equality"
1325
            ],
1326
            "time": "2014-11-16 21:32:38"
1327
        },
1328
        {
1329
            "name": "sebastian/diff",
1330
            "version": "1.2.0",
1331
            "source": {
1332
                "type": "git",
1333
                "url": "https://github.com/sebastianbergmann/diff.git",
1334
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
1335
            },
1336
            "dist": {
1337
                "type": "zip",
1338
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
1339
                "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
1340
                "shasum": ""
1341
            },
1342
            "require": {
1343
                "php": ">=5.3.3"
1344
            },
1345
            "require-dev": {
1346
                "phpunit/phpunit": "~4.2"
1347
            },
1348
            "type": "library",
1349
            "extra": {
1350
                "branch-alias": {
1351
                    "dev-master": "1.2-dev"
1352
                }
1353
            },
1354
            "autoload": {
1355
                "classmap": [
1356
                    "src/"
1357
                ]
1358
            },
1359
            "notification-url": "https://packagist.org/downloads/",
1360
            "license": [
1361
                "BSD-3-Clause"
1362
            ],
1363
            "authors": [
1364
                {
1365
                    "name": "Kore Nordmann",
1366
                    "email": "[email protected]"
1367
                },
1368
                {
1369
                    "name": "Sebastian Bergmann",
1370
                    "email": "[email protected]"
1371
                }
1372
            ],
1373
            "description": "Diff implementation",
1374
            "homepage": "http://www.github.com/sebastianbergmann/diff",
1375
            "keywords": [
1376
                "diff"
1377
            ],
1378
            "time": "2014-08-15 10:29:00"
1379
        },
1380
        {
1381
            "name": "sebastian/environment",
1382
            "version": "1.2.1",
1383
            "source": {
1384
                "type": "git",
1385
                "url": "https://github.com/sebastianbergmann/environment.git",
1386
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
1387
            },
1388
            "dist": {
1389
                "type": "zip",
1390
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
1391
                "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
1392
                "shasum": ""
1393
            },
1394
            "require": {
1395
                "php": ">=5.3.3"
1396
            },
1397
            "require-dev": {
1398
                "phpunit/phpunit": "~4.3"
1399
            },
1400
            "type": "library",
1401
            "extra": {
1402
                "branch-alias": {
1403
                    "dev-master": "1.2.x-dev"
1404
                }
1405
            },
1406
            "autoload": {
1407
                "classmap": [
1408
                    "src/"
1409
                ]
1410
            },
1411
            "notification-url": "https://packagist.org/downloads/",
1412
            "license": [
1413
                "BSD-3-Clause"
1414
            ],
1415
            "authors": [
1416
                {
1417
                    "name": "Sebastian Bergmann",
1418
                    "email": "[email protected]"
1419
                }
1420
            ],
1421
            "description": "Provides functionality to handle HHVM/PHP environments",
1422
            "homepage": "http://www.github.com/sebastianbergmann/environment",
1423
            "keywords": [
1424
                "Xdebug",
1425
                "environment",
1426
                "hhvm"
1427
            ],
1428
            "time": "2014-10-25 08:00:45"
1429
        },
1430
        {
1431
            "name": "sebastian/exporter",
1432
            "version": "1.0.2",
1433
            "source": {
1434
                "type": "git",
1435
                "url": "https://github.com/sebastianbergmann/exporter.git",
1436
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
1437
            },
1438
            "dist": {
1439
                "type": "zip",
1440
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
1441
                "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
1442
                "shasum": ""
1443
            },
1444
            "require": {
1445
                "php": ">=5.3.3"
1446
            },
1447
            "require-dev": {
1448
                "phpunit/phpunit": "~4.0"
1449
            },
1450
            "type": "library",
1451
            "extra": {
1452
                "branch-alias": {
1453
                    "dev-master": "1.0.x-dev"
1454
                }
1455
            },
1456
            "autoload": {
1457
                "classmap": [
1458
                    "src/"
1459
                ]
1460
            },
1461
            "notification-url": "https://packagist.org/downloads/",
1462
            "license": [
1463
                "BSD-3-Clause"
1464
            ],
1465
            "authors": [
1466
                {
1467
                    "name": "Jeff Welch",
1468
                    "email": "[email protected]"
1469
                },
1470
                {
1471
                    "name": "Volker Dusch",
1472
                    "email": "[email protected]"
1473
                },
1474
                {
1475
                    "name": "Bernhard Schussek",
1476
                    "email": "[email protected]"
1477
                },
1478
                {
1479
                    "name": "Sebastian Bergmann",
1480
                    "email": "[email protected]"
1481
                },
1482
                {
1483
                    "name": "Adam Harvey",
1484
                    "email": "[email protected]"
1485
                }
1486
            ],
1487
            "description": "Provides the functionality to export PHP variables for visualization",
1488
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
1489
            "keywords": [
1490
                "export",
1491
                "exporter"
1492
            ],
1493
            "time": "2014-09-10 00:51:36"
1494
        },
1495
        {
1496
            "name": "sebastian/global-state",
1497
            "version": "1.0.0",
1498
            "source": {
1499
                "type": "git",
1500
                "url": "https://github.com/sebastianbergmann/global-state.git",
1501
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
1502
            },
1503
            "dist": {
1504
                "type": "zip",
1505
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1506
                "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
1507
                "shasum": ""
1508
            },
1509
            "require": {
1510
                "php": ">=5.3.3"
1511
            },
1512
            "require-dev": {
1513
                "phpunit/phpunit": "~4.2"
1514
            },
1515
            "suggest": {
1516
                "ext-uopz": "*"
1517
            },
1518
            "type": "library",
1519
            "extra": {
1520
                "branch-alias": {
1521
                    "dev-master": "1.0-dev"
1522
                }
1523
            },
1524
            "autoload": {
1525
                "classmap": [
1526
                    "src/"
1527
                ]
1528
            },
1529
            "notification-url": "https://packagist.org/downloads/",
1530
            "license": [
1531
                "BSD-3-Clause"
1532
            ],
1533
            "authors": [
1534
                {
1535
                    "name": "Sebastian Bergmann",
1536
                    "email": "[email protected]"
1537
                }
1538
            ],
1539
            "description": "Snapshotting of global state",
1540
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
1541
            "keywords": [
1542
                "global state"
1543
            ],
1544
            "time": "2014-10-06 09:23:50"
1545
        },
1546
        {
1547
            "name": "sebastian/version",
1548
            "version": "1.0.3",
1549
            "source": {
1550
                "type": "git",
1551
                "url": "https://github.com/sebastianbergmann/version.git",
1552
                "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
1553
            },
1554
            "dist": {
1555
                "type": "zip",
1556
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1557
                "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
1558
                "shasum": ""
1559
            },
1560
            "type": "library",
1561
            "autoload": {
1562
                "classmap": [
1563
                    "src/"
1564
                ]
1565
            },
1566
            "notification-url": "https://packagist.org/downloads/",
1567
            "license": [
1568
                "BSD-3-Clause"
1569
            ],
1570
            "authors": [
1571
                {
1572
                    "name": "Sebastian Bergmann",
1573
                    "email": "[email protected]",
1574
                    "role": "lead"
1575
                }
1576
            ],
1577
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1578
            "homepage": "https://github.com/sebastianbergmann/version",
1579
            "time": "2014-03-07 15:35:33"
1580
        },
1581
        {
1582
            "name": "squizlabs/php_codesniffer",
1583
            "version": "1.5.6",
1584
            "source": {
1585
                "type": "git",
1586
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
1587
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
1588
            },
1589
            "dist": {
1590
                "type": "zip",
1591
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
1592
                "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
1593
                "shasum": ""
1594
            },
1595
            "require": {
1596
                "ext-tokenizer": "*",
1597
                "php": ">=5.1.2"
1598
            },
1599
            "suggest": {
1600
                "phpunit/php-timer": "dev-master"
1601
            },
1602
            "bin": [
1603
                "scripts/phpcs"
1604
            ],
1605
            "type": "library",
1606
            "extra": {
1607
                "branch-alias": {
1608
                    "dev-phpcs-fixer": "2.0.x-dev"
1609
                }
1610
            },
1611
            "autoload": {
1612
                "classmap": [
1613
                    "CodeSniffer.php",
1614
                    "CodeSniffer/CLI.php",
1615
                    "CodeSniffer/Exception.php",
1616
                    "CodeSniffer/File.php",
1617
                    "CodeSniffer/Report.php",
1618
                    "CodeSniffer/Reporting.php",
1619
                    "CodeSniffer/Sniff.php",
1620
                    "CodeSniffer/Tokens.php",
1621
                    "CodeSniffer/Reports/",
1622
                    "CodeSniffer/CommentParser/",
1623
                    "CodeSniffer/Tokenizers/",
1624
                    "CodeSniffer/DocGenerators/",
1625
                    "CodeSniffer/Standards/AbstractPatternSniff.php",
1626
                    "CodeSniffer/Standards/AbstractScopeSniff.php",
1627
                    "CodeSniffer/Standards/AbstractVariableSniff.php",
1628
                    "CodeSniffer/Standards/IncorrectPatternException.php",
1629
                    "CodeSniffer/Standards/Generic/Sniffs/",
1630
                    "CodeSniffer/Standards/MySource/Sniffs/",
1631
                    "CodeSniffer/Standards/PEAR/Sniffs/",
1632
                    "CodeSniffer/Standards/PSR1/Sniffs/",
1633
                    "CodeSniffer/Standards/PSR2/Sniffs/",
1634
                    "CodeSniffer/Standards/Squiz/Sniffs/",
1635
                    "CodeSniffer/Standards/Zend/Sniffs/"
1636
                ]
1637
            },
1638
            "notification-url": "https://packagist.org/downloads/",
1639
            "license": [
1640
                "BSD-3-Clause"
1641
            ],
1642
            "authors": [
1643
                {
1644
                    "name": "Greg Sherwood",
1645
                    "role": "lead"
1646
                }
1647
            ],
1648
            "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
1649
            "homepage": "http://www.squizlabs.com/php-codesniffer",
1650
            "keywords": [
1651
                "phpcs",
1652
                "standards"
1653
            ],
1654
            "time": "2014-12-04 22:32:15"
1655
        },
1656
        {
1657
            "name": "symfony/browser-kit",
1658
            "version": "v2.6.1",
1659
            "target-dir": "Symfony/Component/BrowserKit",
1660
            "source": {
1661
                "type": "git",
1662
                "url": "https://github.com/symfony/BrowserKit.git",
1663
                "reference": "421feda1413fbd09f15d9e7ce39790239d7e01e7"
1664
            },
1665
            "dist": {
1666
                "type": "zip",
1667
                "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/421feda1413fbd09f15d9e7ce39790239d7e01e7",
1668
                "reference": "421feda1413fbd09f15d9e7ce39790239d7e01e7",
1669
                "shasum": ""
1670
            },
1671
            "require": {
1672
                "php": ">=5.3.3",
1673
                "symfony/dom-crawler": "~2.0"
1674
            },
1675
            "require-dev": {
1676
                "symfony/css-selector": "~2.0",
1677
                "symfony/process": "~2.0"
1678
            },
1679
            "suggest": {
1680
                "symfony/process": ""
1681
            },
1682
            "type": "library",
1683
            "extra": {
1684
                "branch-alias": {
1685
                    "dev-master": "2.6-dev"
1686
                }
1687
            },
1688
            "autoload": {
1689
                "psr-0": {
1690
                    "Symfony\\Component\\BrowserKit\\": ""
1691
                }
1692
            },
1693
            "notification-url": "https://packagist.org/downloads/",
1694
            "license": [
1695
                "MIT"
1696
            ],
1697
            "authors": [
1698
                {
1699
                    "name": "Symfony Community",
1700
                    "homepage": "http://symfony.com/contributors"
1701
                },
1702
                {
1703
                    "name": "Fabien Potencier",
1704
                    "email": "[email protected]"
1705
                }
1706
            ],
1707
            "description": "Symfony BrowserKit Component",
1708
            "homepage": "http://symfony.com",
1709
            "time": "2014-12-02 20:19:20"
1710
        },
1711
        {
1712
            "name": "symfony/config",
1713
            "version": "v2.5.8",
1714
            "target-dir": "Symfony/Component/Config",
1715
            "source": {
1716
                "type": "git",
1717
                "url": "https://github.com/symfony/Config.git",
1718
                "reference": "92f0b4c625b8c42d394b53f879d2795d84bb8c4f"
1719
            },
1720
            "dist": {
1721
                "type": "zip",
1722
                "url": "https://api.github.com/repos/symfony/Config/zipball/92f0b4c625b8c42d394b53f879d2795d84bb8c4f",
1723
                "reference": "92f0b4c625b8c42d394b53f879d2795d84bb8c4f",
1724
                "shasum": ""
1725
            },
1726
            "require": {
1727
                "php": ">=5.3.3",
1728
                "symfony/filesystem": "~2.3"
1729
            },
1730
            "type": "library",
1731
            "extra": {
1732
                "branch-alias": {
1733
                    "dev-master": "2.5-dev"
1734
                }
1735
            },
1736
            "autoload": {
1737
                "psr-0": {
1738
                    "Symfony\\Component\\Config\\": ""
1739
                }
1740
            },
1741
            "notification-url": "https://packagist.org/downloads/",
1742
            "license": [
1743
                "MIT"
1744
            ],
1745
            "authors": [
1746
                {
1747
                    "name": "Symfony Community",
1748
                    "homepage": "http://symfony.com/contributors"
1749
                },
1750
                {
1751
                    "name": "Fabien Potencier",
1752
                    "email": "[email protected]"
1753
                }
1754
            ],
1755
            "description": "Symfony Config Component",
1756
            "homepage": "http://symfony.com",
1757
            "time": "2014-12-02 20:15:53"
1758
        },
1759
        {
1760
            "name": "symfony/console",
1761
            "version": "v2.6.1",
1762
            "target-dir": "Symfony/Component/Console",
1763
            "source": {
1764
                "type": "git",
1765
                "url": "https://github.com/symfony/Console.git",
1766
                "reference": "ef825fd9f809d275926547c9e57cbf14968793e8"
1767
            },
1768
            "dist": {
1769
                "type": "zip",
1770
                "url": "https://api.github.com/repos/symfony/Console/zipball/ef825fd9f809d275926547c9e57cbf14968793e8",
1771
                "reference": "ef825fd9f809d275926547c9e57cbf14968793e8",
1772
                "shasum": ""
1773
            },
1774
            "require": {
1775
                "php": ">=5.3.3"
1776
            },
1777
            "require-dev": {
1778
                "psr/log": "~1.0",
1779
                "symfony/event-dispatcher": "~2.1",
1780
                "symfony/process": "~2.1"
1781
            },
1782
            "suggest": {
1783
                "psr/log": "For using the console logger",
1784
                "symfony/event-dispatcher": "",
1785
                "symfony/process": ""
1786
            },
1787
            "type": "library",
1788
            "extra": {
1789
                "branch-alias": {
1790
                    "dev-master": "2.6-dev"
1791
                }
1792
            },
1793
            "autoload": {
1794
                "psr-0": {
1795
                    "Symfony\\Component\\Console\\": ""
1796
                }
1797
            },
1798
            "notification-url": "https://packagist.org/downloads/",
1799
            "license": [
1800
                "MIT"
1801
            ],
1802
            "authors": [
1803
                {
1804
                    "name": "Symfony Community",
1805
                    "homepage": "http://symfony.com/contributors"
1806
                },
1807
                {
1808
                    "name": "Fabien Potencier",
1809
                    "email": "[email protected]"
1810
                }
1811
            ],
1812
            "description": "Symfony Console Component",
1813
            "homepage": "http://symfony.com",
1814
            "time": "2014-12-02 20:19:20"
1815
        },
1816
        {
1817
            "name": "symfony/css-selector",
1818
            "version": "v2.6.1",
1819
            "target-dir": "Symfony/Component/CssSelector",
1820
            "source": {
1821
                "type": "git",
1822
                "url": "https://github.com/symfony/CssSelector.git",
1823
                "reference": "93eb315b545b60a908271762fb4bfa1f9954b851"
1824
            },
1825
            "dist": {
1826
                "type": "zip",
1827
                "url": "https://api.github.com/repos/symfony/CssSelector/zipball/93eb315b545b60a908271762fb4bfa1f9954b851",
1828
                "reference": "93eb315b545b60a908271762fb4bfa1f9954b851",
1829
                "shasum": ""
1830
            },
1831
            "require": {
1832
                "php": ">=5.3.3"
1833
            },
1834
            "type": "library",
1835
            "extra": {
1836
                "branch-alias": {
1837
                    "dev-master": "2.6-dev"
1838
                }
1839
            },
1840
            "autoload": {
1841
                "psr-0": {
1842
                    "Symfony\\Component\\CssSelector\\": ""
1843
                }
1844
            },
1845
            "notification-url": "https://packagist.org/downloads/",
1846
            "license": [
1847
                "MIT"
1848
            ],
1849
            "authors": [
1850
                {
1851
                    "name": "Symfony Community",
1852
                    "homepage": "http://symfony.com/contributors"
1853
                },
1854
                {
1855
                    "name": "Jean-François Simon",
1856
                    "email": "[email protected]"
1857
                },
1858
                {
1859
                    "name": "Fabien Potencier",
1860
                    "email": "[email protected]"
1861
                }
1862
            ],
1863
            "description": "Symfony CssSelector Component",
1864
            "homepage": "http://symfony.com",
1865
            "time": "2014-12-02 20:19:20"
1866
        },
1867
        {
1868
            "name": "symfony/dependency-injection",
1869
            "version": "v2.5.8",
1870
            "target-dir": "Symfony/Component/DependencyInjection",
1871
            "source": {
1872
                "type": "git",
1873
                "url": "https://github.com/symfony/DependencyInjection.git",
1874
                "reference": "b4afda3c24867a17f93237ac1fcce917cc9d7695"
1875
            },
1876
            "dist": {
1877
                "type": "zip",
1878
                "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/b4afda3c24867a17f93237ac1fcce917cc9d7695",
1879
                "reference": "b4afda3c24867a17f93237ac1fcce917cc9d7695",
1880
                "shasum": ""
1881
            },
1882
            "require": {
1883
                "php": ">=5.3.3"
1884
            },
1885
            "require-dev": {
1886
                "symfony/config": "~2.2",
1887
                "symfony/expression-language": "~2.4",
1888
                "symfony/yaml": "~2.0"
1889
            },
1890
            "suggest": {
1891
                "symfony/config": "",
1892
                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1893
                "symfony/yaml": ""
1894
            },
1895
            "type": "library",
1896
            "extra": {
1897
                "branch-alias": {
1898
                    "dev-master": "2.5-dev"
1899
                }
1900
            },
1901
            "autoload": {
1902
                "psr-0": {
1903
                    "Symfony\\Component\\DependencyInjection\\": ""
1904
                }
1905
            },
1906
            "notification-url": "https://packagist.org/downloads/",
1907
            "license": [
1908
                "MIT"
1909
            ],
1910
            "authors": [
1911
                {
1912
                    "name": "Symfony Community",
1913
                    "homepage": "http://symfony.com/contributors"
1914
                },
1915
                {
1916
                    "name": "Fabien Potencier",
1917
                    "email": "[email protected]"
1918
                }
1919
            ],
1920
            "description": "Symfony DependencyInjection Component",
1921
            "homepage": "http://symfony.com",
1922
            "time": "2014-12-02 21:48:32"
1923
        },
1924
        {
1925
            "name": "symfony/dom-crawler",
1926
            "version": "v2.6.1",
1927
            "target-dir": "Symfony/Component/DomCrawler",
1928
            "source": {
1929
                "type": "git",
1930
                "url": "https://github.com/symfony/DomCrawler.git",
1931
                "reference": "300d449f79d74ac62b06edd05214e8dd2e635840"
1932
            },
1933
            "dist": {
1934
                "type": "zip",
1935
                "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/300d449f79d74ac62b06edd05214e8dd2e635840",
1936
                "reference": "300d449f79d74ac62b06edd05214e8dd2e635840",
1937
                "shasum": ""
1938
            },
1939
            "require": {
1940
                "php": ">=5.3.3"
1941
            },
1942
            "require-dev": {
1943
                "symfony/css-selector": "~2.0"
1944
            },
1945
            "suggest": {
1946
                "symfony/css-selector": ""
1947
            },
1948
            "type": "library",
1949
            "extra": {
1950
                "branch-alias": {
1951
                    "dev-master": "2.6-dev"
1952
                }
1953
            },
1954
            "autoload": {
1955
                "psr-0": {
1956
                    "Symfony\\Component\\DomCrawler\\": ""
1957
                }
1958
            },
1959
            "notification-url": "https://packagist.org/downloads/",
1960
            "license": [
1961
                "MIT"
1962
            ],
1963
            "authors": [
1964
                {
1965
                    "name": "Symfony Community",
1966
                    "homepage": "http://symfony.com/contributors"
1967
                },
1968
                {
1969
                    "name": "Fabien Potencier",
1970
                    "email": "[email protected]"
1971
                }
1972
            ],
1973
            "description": "Symfony DomCrawler Component",
1974
            "homepage": "http://symfony.com",
1975
            "time": "2014-12-02 20:19:20"
1976
        },
1977
        {
1978
            "name": "symfony/event-dispatcher",
1979
            "version": "v2.6.1",
1980
            "target-dir": "Symfony/Component/EventDispatcher",
1981
            "source": {
1982
                "type": "git",
1983
                "url": "https://github.com/symfony/EventDispatcher.git",
1984
                "reference": "720fe9bca893df7ad1b4546649473b5afddf0216"
1985
            },
1986
            "dist": {
1987
                "type": "zip",
1988
                "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/720fe9bca893df7ad1b4546649473b5afddf0216",
1989
                "reference": "720fe9bca893df7ad1b4546649473b5afddf0216",
1990
                "shasum": ""
1991
            },
1992
            "require": {
1993
                "php": ">=5.3.3"
1994
            },
1995
            "require-dev": {
1996
                "psr/log": "~1.0",
1997
                "symfony/config": "~2.0",
1998
                "symfony/dependency-injection": "~2.6",
1999
                "symfony/expression-language": "~2.6",
2000
                "symfony/stopwatch": "~2.2"
2001
            },
2002
            "suggest": {
2003
                "symfony/dependency-injection": "",
2004
                "symfony/http-kernel": ""
2005
            },
2006
            "type": "library",
2007
            "extra": {
2008
                "branch-alias": {
2009
                    "dev-master": "2.6-dev"
2010
                }
2011
            },
2012
            "autoload": {
2013
                "psr-0": {
2014
                    "Symfony\\Component\\EventDispatcher\\": ""
2015
                }
2016
            },
2017
            "notification-url": "https://packagist.org/downloads/",
2018
            "license": [
2019
                "MIT"
2020
            ],
2021
            "authors": [
2022
                {
2023
                    "name": "Symfony Community",
2024
                    "homepage": "http://symfony.com/contributors"
2025
                },
2026
                {
2027
                    "name": "Fabien Potencier",
2028
                    "email": "[email protected]"
2029
                }
2030
            ],
2031
            "description": "Symfony EventDispatcher Component",
2032
            "homepage": "http://symfony.com",
2033
            "time": "2014-12-02 20:19:20"
2034
        },
2035
        {
2036
            "name": "symfony/filesystem",
2037
            "version": "v2.5.8",
2038
            "target-dir": "Symfony/Component/Filesystem",
2039
            "source": {
2040
                "type": "git",
2041
                "url": "https://github.com/symfony/Filesystem.git",
2042
                "reference": "e5fc05a3a1dbb4ea0bed80fe7bd21ba3cab88c42"
2043
            },
2044
            "dist": {
2045
                "type": "zip",
2046
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/e5fc05a3a1dbb4ea0bed80fe7bd21ba3cab88c42",
2047
                "reference": "e5fc05a3a1dbb4ea0bed80fe7bd21ba3cab88c42",
2048
                "shasum": ""
2049
            },
2050
            "require": {
2051
                "php": ">=5.3.3"
2052
            },
2053
            "type": "library",
2054
            "extra": {
2055
                "branch-alias": {
2056
                    "dev-master": "2.5-dev"
2057
                }
2058
            },
2059
            "autoload": {
2060
                "psr-0": {
2061
                    "Symfony\\Component\\Filesystem\\": ""
2062
                }
2063
            },
2064
            "notification-url": "https://packagist.org/downloads/",
2065
            "license": [
2066
                "MIT"
2067
            ],
2068
            "authors": [
2069
                {
2070
                    "name": "Symfony Community",
2071
                    "homepage": "http://symfony.com/contributors"
2072
                },
2073
                {
2074
                    "name": "Fabien Potencier",
2075
                    "email": "[email protected]"
2076
                }
2077
            ],
2078
            "description": "Symfony Filesystem Component",
2079
            "homepage": "http://symfony.com",
2080
            "time": "2014-12-02 20:15:53"
2081
        },
2082
        {
2083
            "name": "symfony/finder",
2084
            "version": "v2.6.1",
2085
            "target-dir": "Symfony/Component/Finder",
2086
            "source": {
2087
                "type": "git",
2088
                "url": "https://github.com/symfony/Finder.git",
2089
                "reference": "0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721"
2090
            },
2091
            "dist": {
2092
                "type": "zip",
2093
                "url": "https://api.github.com/repos/symfony/Finder/zipball/0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721",
2094
                "reference": "0d3ef7f6ec55a7af5eca7914eaa0dacc04ccc721",
2095
                "shasum": ""
2096
            },
2097
            "require": {
2098
                "php": ">=5.3.3"
2099
            },
2100
            "type": "library",
2101
            "extra": {
2102
                "branch-alias": {
2103
                    "dev-master": "2.6-dev"
2104
                }
2105
            },
2106
            "autoload": {
2107
                "psr-0": {
2108
                    "Symfony\\Component\\Finder\\": ""
2109
                }
2110
            },
2111
            "notification-url": "https://packagist.org/downloads/",
2112
            "license": [
2113
                "MIT"
2114
            ],
2115
            "authors": [
2116
                {
2117
                    "name": "Symfony Community",
2118
                    "homepage": "http://symfony.com/contributors"
2119
                },
2120
                {
2121
                    "name": "Fabien Potencier",
2122
                    "email": "[email protected]"
2123
                }
2124
            ],
2125
            "description": "Symfony Finder Component",
2126
            "homepage": "http://symfony.com",
2127
            "time": "2014-12-02 20:19:20"
2128
        },
2129
        {
2130
            "name": "symfony/yaml",
2131
            "version": "v2.6.1",
2132
            "target-dir": "Symfony/Component/Yaml",
2133
            "source": {
2134
                "type": "git",
2135
                "url": "https://github.com/symfony/Yaml.git",
2136
                "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20"
2137
            },
2138
            "dist": {
2139
                "type": "zip",
2140
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/3346fc090a3eb6b53d408db2903b241af51dcb20",
2141
                "reference": "3346fc090a3eb6b53d408db2903b241af51dcb20",
2142
                "shasum": ""
2143
            },
2144
            "require": {
2145
                "php": ">=5.3.3"
2146
            },
2147
            "type": "library",
2148
            "extra": {
2149
                "branch-alias": {
2150
                    "dev-master": "2.6-dev"
2151
                }
2152
            },
2153
            "autoload": {
2154
                "psr-0": {
2155
                    "Symfony\\Component\\Yaml\\": ""
2156
                }
2157
            },
2158
            "notification-url": "https://packagist.org/downloads/",
2159
            "license": [
2160
                "MIT"
2161
            ],
2162
            "authors": [
2163
                {
2164
                    "name": "Symfony Community",
2165
                    "homepage": "http://symfony.com/contributors"
2166
                },
2167
                {
2168
                    "name": "Fabien Potencier",
2169
                    "email": "[email protected]"
2170
                }
2171
            ],
2172
            "description": "Symfony Yaml Component",
2173
            "homepage": "http://symfony.com",
2174
            "time": "2014-12-02 20:19:20"
2175
        }
2176
    ],
2177
    "aliases": [],
2178
    "minimum-stability": "stable",
2179
    "stability-flags": {
2180
        "phpmd/phpmd": 0
2181
    },
2182
    "prefer-stable": false,
2183
    "platform": [],
2184
    "platform-dev": []
2185
}
2186